Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-0d2dj is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-0d2dj"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.tycho.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-0d2dj"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-0d2dj"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.tycho.svc.cluster.local/tycho/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10.1"
    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-tycho"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-0d2dj (basic) in workspace /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: git
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse/tycho.git
 > git init /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots # timeout=10
Fetching upstream changes from git@github.com:eclipse/tycho.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots@tmp/jenkins-gitclient-ssh17920771210265761267.key
 > git fetch --tags --force --progress -- git@github.com:eclipse/tycho.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse/tycho.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 98b356d0c28ce7d34096aca0d498d251b6611aff (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 98b356d0c28ce7d34096aca0d498d251b6611aff # timeout=10
Commit message: "Bump bnd-maven-plugin from 5.3.0 to 6.0.0"
 > git rev-list --no-walk 8cd834138ee05b34f84c6e88b34b70729a1914cb # timeout=10
[tycho-build-with-maven-snapshots] $ /bin/sh -xe /tmp/jenkins2482579240082648321.sh
+ wget https://dist.apache.org/repos/dist/dev/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.tar.gz -O maven.tar.gz
--2021-11-18 18:38:41--  https://dist.apache.org/repos/dist/dev/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.tar.gz
Resolving dist.apache.org (dist.apache.org)... 13.90.137.153
Connecting to dist.apache.org (dist.apache.org)|13.90.137.153|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9046177 (8.6M) [application/octet-stream]
Saving to: ‘maven.tar.gz’

     0K .......... .......... .......... .......... ..........  0% 1.25M 7s
    50K .......... .......... .......... .......... ..........  1% 2.56M 5s
   100K .......... .......... .......... .......... ..........  1% 80.7M 3s
   150K .......... .......... .......... .......... ..........  2% 2.59M 3s
   200K .......... .......... .......... .......... ..........  2%  117M 3s
   250K .......... .......... .......... .......... ..........  3% 75.5M 2s
   300K .......... .......... .......... .......... ..........  3%  237M 2s
   350K .......... .......... .......... .......... ..........  4%  111M 2s
   400K .......... .......... .......... .......... ..........  5% 2.66M 2s
   450K .......... .......... .......... .......... ..........  5% 90.5M 2s
   500K .......... .......... .......... .......... ..........  6%  103M 1s
   550K .......... .......... .......... .......... ..........  6%  129M 1s
   600K .......... .......... .......... .......... ..........  7% 63.9M 1s
   650K .......... .......... .......... .......... ..........  7% 87.3M 1s
   700K .......... .......... .......... .......... ..........  8%  134M 1s
   750K .......... .......... .......... .......... ..........  9%  113M 1s
   800K .......... .......... .......... .......... ..........  9% 3.12M 1s
   850K .......... .......... .......... .......... .......... 10% 89.7M 1s
   900K .......... .......... .......... .......... .......... 10%  135M 1s
   950K .......... .......... .......... .......... .......... 11%  140M 1s
  1000K .......... .......... .......... .......... .......... 11% 78.0M 1s
  1050K .......... .......... .......... .......... .......... 12%  149M 1s
  1100K .......... .......... .......... .......... .......... 13% 86.6M 1s
  1150K .......... .......... .......... .......... .......... 13%  139M 1s
  1200K .......... .......... .......... .......... .......... 14% 2.13M 1s
  1250K .......... .......... .......... .......... .......... 14% 93.6M 1s
  1300K .......... .......... .......... .......... .......... 15%  124M 1s
  1350K .......... .......... .......... .......... .......... 15%  249M 1s
  1400K .......... .......... .......... .......... .......... 16%  232M 1s
  1450K .......... .......... .......... .......... .......... 16%  301M 1s
  1500K .......... .......... .......... .......... .......... 17%  132M 1s
  1550K .......... .......... .......... .......... .......... 18%  226M 1s
  1600K .......... .......... .......... .......... .......... 18%  172M 1s
  1650K .......... .......... .......... .......... .......... 19%  338M 1s
  1700K .......... .......... .......... .......... .......... 19%  348M 1s
  1750K .......... .......... .......... .......... .......... 20%  355M 1s
  1800K .......... .......... .......... .......... .......... 20%  304M 1s
  1850K .......... .......... .......... .......... .......... 21%  354M 1s
  1900K .......... .......... .......... .......... .......... 22%  272M 1s
  1950K .......... .......... .......... .......... .......... 22%  284M 1s
  2000K .......... .......... .......... .......... .......... 23% 3.76M 1s
  2050K .......... .......... .......... .......... .......... 23% 64.0M 1s
  2100K .......... .......... .......... .......... .......... 24% 50.6M 1s
  2150K .......... .......... .......... .......... .......... 24%  158M 0s
  2200K .......... .......... .......... .......... .......... 25%  230M 0s
  2250K .......... .......... .......... .......... .......... 26%  331M 0s
  2300K .......... .......... .......... .......... .......... 26% 38.8M 0s
  2350K .......... .......... .......... .......... .......... 27%  272M 0s
  2400K .......... .......... .......... .......... .......... 27%  245M 0s
  2450K .......... .......... .......... .......... .......... 28%  276M 0s
  2500K .......... .......... .......... .......... .......... 28% 37.6M 0s
  2550K .......... .......... .......... .......... .......... 29%  255M 0s
  2600K .......... .......... .......... .......... .......... 29%  248M 0s
  2650K .......... .......... .......... .......... .......... 30%  260M 0s
  2700K .......... .......... .......... .......... .......... 31%  286M 0s
  2750K .......... .......... .......... .......... .......... 31%  284M 0s
  2800K .......... .......... .......... .......... .......... 32%  271M 0s
  2850K .......... .......... .......... .......... .......... 32%  326M 0s
  2900K .......... .......... .......... .......... .......... 33%  336M 0s
  2950K .......... .......... .......... .......... .......... 33%  347M 0s
  3000K .......... .......... .......... .......... .......... 34%  316M 0s
  3050K .......... .......... .......... .......... .......... 35%  335M 0s
  3100K .......... .......... .......... .......... .......... 35%  329M 0s
  3150K .......... .......... .......... .......... .......... 36%  350M 0s
  3200K .......... .......... .......... .......... .......... 36%  252M 0s
  3250K .......... .......... .......... .......... .......... 37%  342M 0s
  3300K .......... .......... .......... .......... .......... 37%  344M 0s
  3350K .......... .......... .......... .......... .......... 38%  351M 0s
  3400K .......... .......... .......... .......... .......... 39%  292M 0s
  3450K .......... .......... .......... .......... .......... 39% 5.26M 0s
  3500K .......... .......... .......... .......... .......... 40%  117M 0s
  3550K .......... .......... .......... .......... .......... 40% 54.5M 0s
  3600K .......... .......... .......... .......... .......... 41% 99.0M 0s
  3650K .......... .......... .......... .......... .......... 41% 88.4M 0s
  3700K .......... .......... .......... .......... .......... 42%  135M 0s
  3750K .......... .......... .......... .......... .......... 43% 50.4M 0s
  3800K .......... .......... .......... .......... .......... 43% 95.8M 0s
  3850K .......... .......... .......... .......... .......... 44%  127M 0s
  3900K .......... .......... .......... .......... .......... 44% 64.4M 0s
  3950K .......... .......... .......... .......... .......... 45% 37.4M 0s
  4000K .......... .......... .......... .......... .......... 45% 81.1M 0s
  4050K .......... .......... .......... .......... .......... 46%  101M 0s
  4100K .......... .......... .......... .......... .......... 46%  129M 0s
  4150K .......... .......... .......... .......... .......... 47% 3.93M 0s
  4200K .......... .......... .......... .......... .......... 48%  108M 0s
  4250K .......... .......... .......... .......... .......... 48% 91.4M 0s
  4300K .......... .......... .......... .......... .......... 49% 61.8M 0s
  4350K .......... .......... .......... .......... .......... 49% 71.4M 0s
  4400K .......... .......... .......... .......... .......... 50% 90.1M 0s
  4450K .......... .......... .......... .......... .......... 50% 65.5M 0s
  4500K .......... .......... .......... .......... .......... 51% 87.5M 0s
  4550K .......... .......... .......... .......... .......... 52% 37.0M 0s
  4600K .......... .......... .......... .......... .......... 52% 65.4M 0s
  4650K .......... .......... .......... .......... .......... 53%  122M 0s
  4700K .......... .......... .......... .......... .......... 53% 94.7M 0s
  4750K .......... .......... .......... .......... .......... 54% 4.56M 0s
  4800K .......... .......... .......... .......... .......... 54% 25.1M 0s
  4850K .......... .......... .......... .......... .......... 55% 49.5M 0s
  4900K .......... .......... .......... .......... .......... 56%  132M 0s
  4950K .......... .......... .......... .......... .......... 56% 51.1M 0s
  5000K .......... .......... .......... .......... .......... 57%  127M 0s
  5050K .......... .......... .......... .......... .......... 57%  105M 0s
  5100K .......... .......... .......... .......... .......... 58% 78.1M 0s
  5150K .......... .......... .......... .......... .......... 58% 39.1M 0s
  5200K .......... .......... .......... .......... .......... 59% 56.6M 0s
  5250K .......... .......... .......... .......... .......... 59% 90.4M 0s
  5300K .......... .......... .......... .......... .......... 60%  132M 0s
  5350K .......... .......... .......... .......... .......... 61% 4.96M 0s
  5400K .......... .......... .......... .......... .......... 61% 11.5M 0s
  5450K .......... .......... .......... .......... .......... 62% 46.5M 0s
  5500K .......... .......... .......... .......... .......... 62%  108M 0s
  5550K .......... .......... .......... .......... .......... 63%  128M 0s
  5600K .......... .......... .......... .......... .......... 63%  101M 0s
  5650K .......... .......... .......... .......... .......... 64% 86.7M 0s
  5700K .......... .......... .......... .......... .......... 65%  133M 0s
  5750K .......... .......... .......... .......... .......... 65% 66.6M 0s
  5800K .......... .......... .......... .......... .......... 66%  128M 0s
  5850K .......... .......... .......... .......... .......... 66% 88.6M 0s
  5900K .......... .......... .......... .......... .......... 67%  127M 0s
  5950K .......... .......... .......... .......... .......... 67% 36.2M 0s
  6000K .......... .......... .......... .......... .......... 68% 3.76M 0s
  6050K .......... .......... .......... .......... .......... 69% 54.5M 0s
  6100K .......... .......... .......... .......... .......... 69% 70.9M 0s
  6150K .......... .......... .......... .......... .......... 70%  128M 0s
  6200K .......... .......... .......... .......... .......... 70% 90.3M 0s
  6250K .......... .......... .......... .......... .......... 71%  132M 0s
  6300K .......... .......... .......... .......... .......... 71% 87.1M 0s
  6350K .......... .......... .......... .......... .......... 72%  135M 0s
  6400K .......... .......... .......... .......... .......... 73% 63.9M 0s
  6450K .......... .......... .......... .......... .......... 73% 93.8M 0s
  6500K .......... .......... .......... .......... .......... 74%  128M 0s
  6550K .......... .......... .......... .......... .......... 74% 65.9M 0s
  6600K .......... .......... .......... .......... .......... 75% 3.77M 0s
  6650K .......... .......... .......... .......... .......... 75% 26.9M 0s
  6700K .......... .......... .......... .......... .......... 76% 69.7M 0s
  6750K .......... .......... .......... .......... .......... 76%  124M 0s
  6800K .......... .......... .......... .......... .......... 77% 84.5M 0s
  6850K .......... .......... .......... .......... .......... 78% 91.6M 0s
  6900K .......... .......... .......... .......... .......... 78%  131M 0s
  6950K .......... .......... .......... .......... .......... 79% 2.45M 0s
  7000K .......... .......... .......... .......... .......... 79%  271M 0s
  7050K .......... .......... .......... .......... .......... 80%  237M 0s
  7100K .......... .......... .......... .......... .......... 80%  332M 0s
  7150K .......... .......... .......... .......... .......... 81%  322M 0s
  7200K .......... .......... .......... .......... .......... 82%  333M 0s
  7250K .......... .......... .......... .......... .......... 82%  403M 0s
  7300K .......... .......... .......... .......... .......... 83%  371M 0s
  7350K .......... .......... .......... .......... .......... 83%  398M 0s
  7400K .......... .......... .......... .......... .......... 84%  379M 0s
  7450K .......... .......... .......... .......... .......... 84%  381M 0s
  7500K .......... .......... .......... .......... .......... 85%  414M 0s
  7550K .......... .......... .......... .......... .......... 86%  393M 0s
  7600K .......... .......... .......... .......... .......... 86%  321M 0s
  7650K .......... .......... .......... .......... .......... 87%  149M 0s
  7700K .......... .......... .......... .......... .......... 87% 5.49M 0s
  7750K .......... .......... .......... .......... .......... 88% 8.83M 0s
  7800K .......... .......... .......... .......... .......... 88% 34.1M 0s
  7850K .......... .......... .......... .......... .......... 89% 28.2M 0s
  7900K .......... .......... .......... .......... .......... 89%  120M 0s
  7950K .......... .......... .......... .......... .......... 90%  157M 0s
  8000K .......... .......... .......... .......... .......... 91% 84.7M 0s
  8050K .......... .......... .......... .......... .......... 91% 84.6M 0s
  8100K .......... .......... .......... .......... .......... 92%  159M 0s
  8150K .......... .......... .......... .......... .......... 92% 4.20M 0s
  8200K .......... .......... .......... .......... .......... 93% 13.8M 0s
  8250K .......... .......... .......... .......... .......... 93% 30.2M 0s
  8300K .......... .......... .......... .......... .......... 94% 51.3M 0s
  8350K .......... .......... .......... .......... .......... 95% 70.3M 0s
  8400K .......... .......... .......... .......... .......... 95% 65.4M 0s
  8450K .......... .......... .......... .......... .......... 96%  145M 0s
  8500K .......... .......... .......... .......... .......... 96%  123M 0s
  8550K .......... .......... .......... .......... .......... 97% 6.18M 0s
  8600K .......... .......... .......... .......... .......... 97% 8.48M 0s
  8650K .......... .......... .......... .......... .......... 98% 31.7M 0s
  8700K .......... .......... .......... .......... .......... 99% 20.3M 0s
  8750K .......... .......... .......... .......... .......... 99% 79.5M 0s
  8800K .......... .......... .......... ....                 100%  196M=0.4s

2021-11-18 18:38:41 (23.8 MB/s) - ‘maven.tar.gz’ saved [9046177/9046177]

+ tar xzf maven.tar.gz
+ mv apache-maven-3.8.4/ maven/
[tycho-build-with-maven-snapshots] $ /bin/sh -xe /tmp/jenkins16726063733487049953.sh
+ export PATH=/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/maven/bin/
+ PATH=/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/maven/bin/
+ mvn -U -V -e clean install -Pits -Dmaven.repo.local=/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo -Dtychodev-maven.home=/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/maven/ -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/maven
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: org.eclipse.tycho:tycho-bundles-external:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-external/pom.xml
[INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 5.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = null, MissingManifestStrategy = ERROR, IncludeSource = true...
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:tycho-bundles-external:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-external/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho:tycho-bundles-external:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-external/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.embedder.shared:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.embedder.shared:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.embedder.shared:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml
[INFO] Fetching org.eclipse.osgi_3.17.0.v20210823-1805.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.39MB)
[INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (139.68kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.0.v20210723-1953.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (194.23kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.500.v20210730-0750.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (249.09kB)
[INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.core.shared:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.core.shared:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.core.shared:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (51.82kB)
[INFO] Fetching org.bouncycastle.bcpg_1.69.0.v20210713-1924.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (326.25kB)
[INFO] Fetching org.bouncycastle.bcprov_1.69.0.v20210713-1924.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (5.46MB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.0.v20210621-0954.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (100.01kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.9.0.v20210726-0943.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (136.29kB)
[INFO] Fetching org.eclipse.core.jobs_3.12.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (108.05kB)
[INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (64.42kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.700.v20210726-0943.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (113.04kB)
[INFO] Fetching org.eclipse.core.runtime_3.23.0.v20210730-2035.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (70.77kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.0.v20210723-1130.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (89.14kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (36.06kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (69.05kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.200.v20210830-0925.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (165.1kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (360.09kB)
[INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (131.39kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.8.0.v20210618-0742.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (76.88kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (73.01kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.5.200.v20210813-0803.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (142.1kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (109.64kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (367.36kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (244.04kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (45.48kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.100.v20210813-0607.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (213.92kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (130.72kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.6.100.v20210723-0757.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (101.87kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.1.v20210812-1422.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (242.54kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (26.34kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (101.02kB)
[INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.impl:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.impl:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.impl:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (302.53kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (56.37kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (248.88kB)
[INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.noopsecurity:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.noopsecurity:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.noopsecurity:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.core.shared.tests:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.core.shared.tests:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.core.shared.tests:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml
[INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (72.7kB)
[INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (126.4kB)
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (12.94MB)
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (8.52MB of 12.94MB at 8.52MB/s)
[INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.68MB)
[INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.41MB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (46.27kB)
[INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (20.34kB)
[INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (353.59kB)
[INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (144.34kB)
[INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (23.5kB)
[INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (703.81kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (411.93kB)
[INFO] Fetching org.eclipse.compare_3.8.100.v20210805-1512.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (804.85kB)
[INFO] Fetching org.eclipse.ui_3.119.100.v20210830-0942.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (432.54kB)
[INFO] Fetching org.eclipse.core.resources_3.15.100.v20210818-1523.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (879.11kB)
[INFO] Fetching org.eclipse.jface.text_3.18.100.v20210820-1651.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.02MB)
[INFO] Fetching org.eclipse.ui.ide_3.18.300.v20210817-1731.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (2.41MB)
[INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (105.57kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.200.v20210724-2153.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (668.08kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (92.12kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.200.v20210622-1002.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (618.57kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.200.v20210622-0925.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (330.16kB)
[INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (66.43kB)
[INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (114.56kB)
[INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (180.11kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.11.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (311.11kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (163.08kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.0.v20210512-1543.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (113.34kB)
[INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (288.46kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.100.v20210611-0919.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (68.45kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (25.62kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (52.47kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.9.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (48.25kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (69.65kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.0.v20210625-1052.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (12kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.0.v20210625-1052.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (11.14kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.100.v20210621-0954.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (40.46kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (51.03kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (317.81kB)
[INFO] Fetching org.eclipse.emf.ecore_2.25.0.v20210816-0937.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (45.85kB)
[INFO] Fetching org.eclipse.swt_3.117.0.v20210906-0842.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (16.97kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (24.31kB)
[INFO] Fetching org.eclipse.jface_3.23.0.v20210723-1324.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (213.88kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.300.v20210723-0837.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (203.11kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (27.72kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (16.41kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.0.v20210619-1009.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (57.42kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.0.v20210625-1251.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (11.51kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.0.v20210727-1533.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (394.73kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (32.98kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (13.3kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (255.66kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (87.54kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (229.56kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.300.v20210813-1521.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (118.1kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.200.v20210816-1658.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (251.52kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.200.v20210723-1326.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (147.12kB)
[INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (295.36kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (21.08kB)
[INFO] Fetching org.eclipse.urischeme_1.2.0.v20210619-0955.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (51.91kB)
[INFO] Fetching org.eclipse.emf.common_2.23.0.v20210618-0700.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (367.01kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.0.v20210723-1312.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (50.73kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (53.59kB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (25.75kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.0.v20210618-1953.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (341.15kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.0.v20210618-1953.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (468.75kB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.100.v20210415-0924.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (416.62kB)
[INFO] Fetching org.eclipse.team.core_3.9.100.v20210604-1207.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (395.31kB)
[INFO] Fetching org.eclipse.team.ui_3.9.100.v20210721-1306.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.117.0.v20210906-0842.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (2.07MB)
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (415.44kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (65.43kB)
[INFO] Fetching org.eclipse.ui.workbench_3.123.0.v20210817-0704.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (3.47MB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.100.v20210506-1050.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (110.51kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.200.v20210803-2129.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (172.19kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (107.15kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (21.24kB)
[INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl.test:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl.test:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl.test:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/pom.xml
[INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (96.33kB)
[INFO] Fetching org.eclipse.ecf_3.9.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (123.51kB)
[INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (64.2kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (26.23kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (52.52kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.700.v20210618-0642.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (128.97kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.200.v20210613-1953.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (43.53kB)
[INFO] Fetching org.eclipse.jetty.http_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (243.43kB)
[INFO] Fetching org.eclipse.jetty.io_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (194.96kB)
[INFO] Fetching org.eclipse.jetty.util_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (561.39kB)
[INFO] Fetching org.eclipse.jetty.security_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (126.4kB)
[INFO] Fetching org.eclipse.jetty.server_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (769.66kB)
[INFO] Fetching org.eclipse.jetty.servlet_10.0.6.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (171.75kB)
[INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared.tests:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared.tests:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared.tests:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/pom.xml
[INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (3.21MB)
[INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (55.98kB)
[INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (16.03kB)
[INFO] Fetching org.mockito_2.23.0.v20200310-1642.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (618.07kB)
[INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (199.25kB)
[INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (21.48kB)
[INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (115.31kB)
[INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (71.25kB)
[INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository.tests:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository.tests:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository.tests:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.tests:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.tests:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.p2.tools.tests:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.test.utils:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.test.utils/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.test.utils:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.test.utils/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.test.utils:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.test.utils/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml
[WARNING] The project org.eclipse.tycho:tycho:pom:2.6.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Tycho                                                              [pom]
[INFO] Tycho OSGi Bundles Parent                                          [pom]
[INFO] Tycho OSGi Bundles Target Platform           [eclipse-target-definition]
[INFO] Tycho Noop Equinox password provider                    [eclipse-plugin]
[INFO] Tycho OSGi Runtime External Bundles                 [eclipse-repository]
[INFO] Tycho Embedder API Maven/OSGi Shared Classes            [eclipse-plugin]
[INFO] Tycho Core Maven/OSGi Shared Classes                    [eclipse-plugin]
[INFO] Tycho p2 Resolver Maven/OSGi Shared Classes             [eclipse-plugin]
[INFO] Tycho p2 Tools Maven/OSGi Shared Classes                [eclipse-plugin]
[INFO] Tycho Maven/p2 Repository Integration                   [eclipse-plugin]
[INFO] Tycho p2 Resolver Bundle                                [eclipse-plugin]
[INFO] Tycho p2 Tools Bundle                                   [eclipse-plugin]
[INFO] Tycho Core Maven/OSGi Shared Classes Tests         [eclipse-test-plugin]
[INFO] Tycho Test Utilities                                    [eclipse-plugin]
[INFO] Tycho p2 Resolver Bundle Tests                     [eclipse-test-plugin]
[INFO] Tycho p2 Resolver Maven/OSGi Shared Classes Tests  [eclipse-test-plugin]
[INFO] Tycho Maven/p2 Repository Integration Tests        [eclipse-test-plugin]
[INFO] Tycho p2 Tools Tests                               [eclipse-test-plugin]
[INFO] Sisu Equinox/Plexus bridge                                         [pom]
[INFO] Sisu Equinox Services API                                          [jar]
[INFO] Sisu Equinox Embedder                                              [jar]
[INFO] Tycho Eclipse Project Metadata Model                               [jar]
[INFO] Tycho Embedder API                                                 [jar]
[INFO] Tycho Testing Harness                                              [jar]
[INFO] Tycho Core                                                         [jar]
[INFO] Sisu Equinox Launching                                             [jar]
[INFO] Tycho JVM Library Detector                                         [jar]
[INFO] Tycho JDT Compiler Component                                       [jar]
[INFO] Tycho OSGi Compiler Plugin                                [maven-plugin]
[INFO] Tycho OSGi Packaging Plugin                               [maven-plugin]
[INFO] Tycho p2 Tools Parent                                              [pom]
[INFO] Tycho p2 Resolver Component                                        [jar]
[INFO] Tycho OSGi Source Plugin                                  [maven-plugin]
[INFO] Tycho Target Platform Configuration Plugin                [maven-plugin]
[INFO] Tycho Maven Build Extension                               [maven-plugin]
[INFO] Tycho POM Generator Plugin                                [maven-plugin]
[INFO] Tycho Surefire OSGi Booter Eclipse Application          [eclipse-plugin]
[INFO] Tycho Surefire Parent                                              [pom]
[INFO] Tycho Surefire OSGi JUnit 3 Runner                                 [jar]
[INFO] Tycho Surefire OSGi JUnit 4 Runner                                 [jar]
[INFO] Tycho Surefire OSGi JUnit 4.7 Runner                               [jar]
[INFO] Tycho Surefire OSGi JUnit 5 Runner                                 [jar]
[INFO] Tycho Surefire OSGi JUnit 5.4 Runner                               [jar]
[INFO] Tycho Surefire OSGi JUnit 5.5 Runner                               [jar]
[INFO] Tycho Surefire OSGi JUnit 5.6 Runner                               [jar]
[INFO] Tycho Surefire OSGi JUnit 5.7 Runner                               [jar]
[INFO] Tycho Surefire OSGi JUnit 5.7 Runner with JUnit Vintage to execute JUnit 4.x tests as well [jar]
[INFO] Tycho Surefire OSGi JUnit 5.8 Runner                               [jar]
[INFO] Tycho Surefire OSGi JUnit 5.8 Runner with JUnit Vintage to execute JUnit 4.x tests as well [jar]
[INFO] Tycho Surefire OSGi TestNG Runner                                  [jar]
[INFO] Tycho Surefire Plugin                                     [maven-plugin]
[INFO] Tycho Release Parent                                               [pom]
[INFO] Tycho Versions Plugin                                     [maven-plugin]
[INFO] Tycho p2 Director Plugin                                  [maven-plugin]
[INFO] Tycho Artifactor Comparator Plugin                                 [jar]
[INFO] Tycho p2 Metadata Plugin                                  [maven-plugin]
[INFO] Tycho p2 Publisher Plugin                                 [maven-plugin]
[INFO] Tycho p2 Repository Plugin                                [maven-plugin]
[INFO] Tycho GPG plugin                                          [maven-plugin]
[INFO] Tycho Extras                                                       [pom]
[INFO] Tycho Document Bundle Plugin                              [maven-plugin]
[INFO] Tycho Version Bump Plugin                                 [maven-plugin]
[INFO] Tycho Source Feature Generation Plugin                    [maven-plugin]
[INFO] Tycho p2 Extras Plugin                                    [maven-plugin]
[INFO] Tycho Custom Bundle Plugin                                [maven-plugin]
[INFO] Tycho Eclipserun Plugin                                   [maven-plugin]
[INFO] Tycho JGit Build Timestamp Provider Plugin                         [jar]
[INFO] Tycho JGit Source Reference Provider Plugin                        [jar]
[INFO] Tycho Target Platform Validation Plugin                   [maven-plugin]
[INFO] Tycho POM-less build extension                                     [jar]
[INFO] Tycho Dependency Tools Plugin                             [maven-plugin]
[INFO] Tycho Extras Integration Tests                                     [jar]
[INFO] Tycho Pack200 Archive Plugins                                      [pom]
[INFO] Tycho Pack200 Archive Format Plugin                                [jar]
[INFO] Tycho Pack200 Normalization Plugin                        [maven-plugin]
[INFO] Tycho Pack200 Pack Plugin                                 [maven-plugin]
[INFO] Tycho Pack200 Integration Tests                                    [jar]
[INFO] Tycho Integration Tests                                            [jar]
[INFO] 
[INFO] ----------------------< org.eclipse.tycho:tycho >-----------------------
[INFO] Building Tycho 2.6.0-SNAPSHOT                                     [1/78]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho/2.6.0-SNAPSHOT/tycho-2.6.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< org.eclipse.tycho:tycho-bundles >-------------------
[INFO] Building Tycho OSGi Bundles Parent 2.6.0-SNAPSHOT                 [2/78]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-bundles ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-bundles ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-bundles ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-bundles/2.6.0-SNAPSHOT/tycho-bundles-2.6.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.tycho:tycho-bundles-target >---------------
[INFO] Building Tycho OSGi Bundles Target Platform 2.6.0-SNAPSHOT        [3/78]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-bundles-target ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:package-target-definition (default-package-target-definition) @ tycho-bundles-target ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-bundles-target ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-bundles-target ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-target/tycho-bundles-target.target to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-bundles-target/2.6.0-SNAPSHOT/tycho-bundles-target-2.6.0-SNAPSHOT.target
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-target/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-bundles-target/2.6.0-SNAPSHOT/tycho-bundles-target-2.6.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.tycho:org.eclipse.tycho.noopsecurity >----------
[INFO] Building Tycho Noop Equinox password provider 2.6.0-SNAPSHOT      [4/78]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.noopsecurity ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.noopsecurity ---
[INFO] The project's OSGi version is 2.6.0.202111181838
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-id (default-validate-id) @ org.eclipse.tycho.noopsecurity ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-version (default-validate-version) @ org.eclipse.tycho.noopsecurity ---
[INFO] 
[INFO] --- target-platform-configuration:2.5.0:target-platform (default-target-platform) @ org.eclipse.tycho.noopsecurity ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.noopsecurity ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:compile (default-compile) @ org.eclipse.tycho.noopsecurity ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.noopsecurity ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:testCompile (default-testCompile) @ org.eclipse.tycho.noopsecurity ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.noopsecurity ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.noopsecurity ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.noopsecurity ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.noopsecurity ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire-plugin:2.5.0:integration-test (default-integration-test) @ org.eclipse.tycho.noopsecurity ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.noopsecurity ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.noopsecurity ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.6.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.6.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.6.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.6.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.6.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.noopsecurity ---
[INFO] 
[INFO] --------------< org.eclipse.tycho:tycho-bundles-external >--------------
[INFO] Building Tycho OSGi Runtime External Bundles 2.6.0-SNAPSHOT       [5/78]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-bundles-external ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ tycho-bundles-external ---
[INFO] The project's OSGi version is 2.6.0.202111181838
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ tycho-bundles-external ---
[INFO] 
[INFO] --- target-platform-configuration:2.5.0:target-platform (default-target-platform) @ tycho-bundles-external ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-bundles-external ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-external/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.5.0:publish-osgi-ee (default-publish-osgi-ee) @ tycho-bundles-external ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.5.0:publish-products (default-publish-products) @ tycho-bundles-external ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.5.0:publish-categories (default-publish-categories) @ tycho-bundles-external ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.5.0:attach-artifacts (default-attach-artifacts) @ tycho-bundles-external ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.5.0:assemble-repository (default-assemble-repository) @ tycho-bundles-external ---
[INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (367.61kB)
[INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (52.58kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (219.73kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (69.34kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1,021.45kB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (350.75kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.401.v20210512-0614.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (82.92kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (9.69kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (15.43kB)
[INFO] Fetching org.eclipse.equinox.console_1.4.400.v20210602-1312.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (126.34kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (24.82kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (129.25kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.100.v20210630-1916.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (85.91kB)
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.5.0:archive-repository (default-archive-repository) @ tycho-bundles-external ---
[INFO] Building zip: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-external/target/tycho-bundles-external-2.6.0-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-bundles-external ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-bundles-external ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-external/target/tycho-bundles-external-2.6.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-bundles-external/2.6.0-SNAPSHOT/tycho-bundles-external-2.6.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-external/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-bundles-external/2.6.0-SNAPSHOT/tycho-bundles-external-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-external/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-bundles-external/2.6.0-SNAPSHOT/tycho-bundles-external-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-external/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-bundles-external/2.6.0-SNAPSHOT/tycho-bundles-external-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:update-local-index (default-update-local-index) @ tycho-bundles-external ---
[INFO] 
[INFO] --------< org.eclipse.tycho:org.eclipse.tycho.embedder.shared >---------
[INFO] Building Tycho Embedder API Maven/OSGi Shared Classes 2.6.0-SNAPSHOT [6/78]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.embedder.shared ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.embedder.shared ---
[INFO] The project's OSGi version is 2.6.0.202111181838
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-id (default-validate-id) @ org.eclipse.tycho.embedder.shared ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-version (default-validate-version) @ org.eclipse.tycho.embedder.shared ---
[INFO] 
[INFO] --- target-platform-configuration:2.5.0:target-platform (default-target-platform) @ org.eclipse.tycho.embedder.shared ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.embedder.shared ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:compile (default-compile) @ org.eclipse.tycho.embedder.shared ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.embedder.shared ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:testCompile (default-testCompile) @ org.eclipse.tycho.embedder.shared ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.embedder.shared ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.embedder.shared ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.embedder.shared ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.embedder.shared ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire-plugin:2.5.0:integration-test (default-integration-test) @ org.eclipse.tycho.embedder.shared ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.embedder.shared ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.embedder.shared ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.embedder.shared ---
[INFO] 
[INFO] ----------< org.eclipse.tycho:org.eclipse.tycho.core.shared >-----------
[INFO] Building Tycho Core Maven/OSGi Shared Classes 2.6.0-SNAPSHOT      [7/78]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.core.shared ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.core.shared ---
[INFO] The project's OSGi version is 2.6.0.202111181838
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-id (default-validate-id) @ org.eclipse.tycho.core.shared ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-version (default-validate-version) @ org.eclipse.tycho.core.shared ---
[INFO] 
[INFO] --- target-platform-configuration:2.5.0:target-platform (default-target-platform) @ org.eclipse.tycho.core.shared ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.core.shared ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:compile (default-compile) @ org.eclipse.tycho.core.shared ---
[INFO] Compiling 35 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.core.shared ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:testCompile (default-testCompile) @ org.eclipse.tycho.core.shared ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.core.shared ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.core.shared ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.core.shared ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.core.shared ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire-plugin:2.5.0:integration-test (default-integration-test) @ org.eclipse.tycho.core.shared ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.core.shared ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.core.shared ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.core.shared ---
[INFO] 
[INFO] -------< org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared >-------
[INFO] Building Tycho p2 Resolver Maven/OSGi Shared Classes 2.6.0-SNAPSHOT [8/78]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.p2.resolver.shared ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.resolver.shared ---
[INFO] The project's OSGi version is 2.6.0.202111181838
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-id (default-validate-id) @ org.eclipse.tycho.p2.resolver.shared ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-version (default-validate-version) @ org.eclipse.tycho.p2.resolver.shared ---
[INFO] 
[INFO] --- target-platform-configuration:2.5.0:target-platform (default-target-platform) @ org.eclipse.tycho.p2.resolver.shared ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.p2.resolver.shared ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:compile (default-compile) @ org.eclipse.tycho.p2.resolver.shared ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.p2.resolver.shared ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:testCompile (default-testCompile) @ org.eclipse.tycho.p2.resolver.shared ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.p2.resolver.shared ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.resolver.shared ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.p2.resolver.shared ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.p2.resolver.shared ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire-plugin:2.5.0:integration-test (default-integration-test) @ org.eclipse.tycho.p2.resolver.shared ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.p2.resolver.shared ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.p2.resolver.shared ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.resolver.shared ---
[INFO] 
[INFO] --------< org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared >---------
[INFO] Building Tycho p2 Tools Maven/OSGi Shared Classes 2.6.0-SNAPSHOT  [9/78]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.p2.tools.shared ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.tools.shared ---
[INFO] The project's OSGi version is 2.6.0.202111181838
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-id (default-validate-id) @ org.eclipse.tycho.p2.tools.shared ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-version (default-validate-version) @ org.eclipse.tycho.p2.tools.shared ---
[INFO] 
[INFO] --- target-platform-configuration:2.5.0:target-platform (default-target-platform) @ org.eclipse.tycho.p2.tools.shared ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.p2.tools.shared ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:compile (default-compile) @ org.eclipse.tycho.p2.tools.shared ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.p2.tools.shared ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:testCompile (default-testCompile) @ org.eclipse.tycho.p2.tools.shared ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.p2.tools.shared ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.tools.shared ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.p2.tools.shared ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.p2.tools.shared ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire-plugin:2.5.0:integration-test (default-integration-test) @ org.eclipse.tycho.p2.tools.shared ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.p2.tools.shared ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.p2.tools.shared ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.tools.shared ---
[INFO] 
[INFO] ------< org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository >-------
[INFO] Building Tycho Maven/p2 Repository Integration 2.6.0-SNAPSHOT    [10/78]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.p2.maven.repository ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.maven.repository ---
[INFO] The project's OSGi version is 2.6.0.202111181838
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-id (default-validate-id) @ org.eclipse.tycho.p2.maven.repository ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-version (default-validate-version) @ org.eclipse.tycho.p2.maven.repository ---
[INFO] 
[INFO] --- target-platform-configuration:2.5.0:target-platform (default-target-platform) @ org.eclipse.tycho.p2.maven.repository ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.p2.maven.repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:compile (default-compile) @ org.eclipse.tycho.p2.maven.repository ---
[INFO] Compiling 62 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.p2.maven.repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:testCompile (default-testCompile) @ org.eclipse.tycho.p2.maven.repository ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.p2.maven.repository ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.maven.repository ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.p2.maven.repository ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.p2.maven.repository ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire-plugin:2.5.0:integration-test (default-integration-test) @ org.eclipse.tycho.p2.maven.repository ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.p2.maven.repository ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.p2.maven.repository ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.maven.repository ---
[INFO] 
[INFO] --------< org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl >--------
[INFO] Building Tycho p2 Resolver Bundle 2.6.0-SNAPSHOT                 [11/78]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.p2.resolver.impl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.resolver.impl ---
[INFO] The project's OSGi version is 2.6.0.202111181838
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-id (default-validate-id) @ org.eclipse.tycho.p2.resolver.impl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-version (default-validate-version) @ org.eclipse.tycho.p2.resolver.impl ---
[INFO] 
[INFO] --- target-platform-configuration:2.5.0:target-platform (default-target-platform) @ org.eclipse.tycho.p2.resolver.impl ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.p2.resolver.impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:compile (default-compile) @ org.eclipse.tycho.p2.resolver.impl ---
[INFO] Compiling 92 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.p2.resolver.impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:testCompile (default-testCompile) @ org.eclipse.tycho.p2.resolver.impl ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.p2.resolver.impl ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.resolver.impl ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.p2.resolver.impl ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.p2.resolver.impl ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire-plugin:2.5.0:integration-test (default-integration-test) @ org.eclipse.tycho.p2.resolver.impl ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.p2.resolver.impl ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.p2.resolver.impl ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.resolver.impl ---
[INFO] 
[INFO] ---------< org.eclipse.tycho:org.eclipse.tycho.p2.tools.impl >----------
[INFO] Building Tycho p2 Tools Bundle 2.6.0-SNAPSHOT                    [12/78]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.p2.tools.impl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.tools.impl ---
[INFO] The project's OSGi version is 2.6.0.202111181838
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-id (default-validate-id) @ org.eclipse.tycho.p2.tools.impl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-version (default-validate-version) @ org.eclipse.tycho.p2.tools.impl ---
[INFO] 
[INFO] --- target-platform-configuration:2.5.0:target-platform (default-target-platform) @ org.eclipse.tycho.p2.tools.impl ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.p2.tools.impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:compile (default-compile) @ org.eclipse.tycho.p2.tools.impl ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.p2.tools.impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:testCompile (default-testCompile) @ org.eclipse.tycho.p2.tools.impl ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.p2.tools.impl ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.tools.impl ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.p2.tools.impl ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.p2.tools.impl ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire-plugin:2.5.0:integration-test (default-integration-test) @ org.eclipse.tycho.p2.tools.impl ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.p2.tools.impl ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.p2.tools.impl ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.tools.impl ---
[INFO] 
[INFO] -------< org.eclipse.tycho:org.eclipse.tycho.core.shared.tests >--------
[INFO] Building Tycho Core Maven/OSGi Shared Classes Tests 2.6.0-SNAPSHOT [13/78]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.core.shared.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.core.shared.tests ---
[INFO] The project's OSGi version is 2.6.0.202111181838
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-id (default-validate-id) @ org.eclipse.tycho.core.shared.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-version (default-validate-version) @ org.eclipse.tycho.core.shared.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.5.0:target-platform (default-target-platform) @ org.eclipse.tycho.core.shared.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.core.shared.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:compile (default-compile) @ org.eclipse.tycho.core.shared.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.core.shared.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.core.shared.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/org.eclipse.tycho.core.shared.tests-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.core.shared.tests ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.core.shared.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/org.eclipse.tycho.core.shared.tests-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire-plugin:2.5.0:test (default-test) @ org.eclipse.tycho.core.shared.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -data, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/work/data, -install, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/work, -configuration, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/surefire.properties]
Running org.eclipse.tycho.core.shared.TargetEnvironmentTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.tycho.core.shared.TargetEnvironmentTest
testToFilterExpressionWithOnlyOneAttribute(org.eclipse.tycho.core.shared.TargetEnvironmentTest)  Time elapsed: 0.002 s
testGetters(org.eclipse.tycho.core.shared.TargetEnvironmentTest)  Time elapsed: 0 s
testToFilterExpression(org.eclipse.tycho.core.shared.TargetEnvironmentTest)  Time elapsed: 0 s
testToConfigSpec(org.eclipse.tycho.core.shared.TargetEnvironmentTest)  Time elapsed: 0.001 s
testToFilterExpressionWithUnsetAttribute(org.eclipse.tycho.core.shared.TargetEnvironmentTest)  Time elapsed: 0 s
testNonEquals(org.eclipse.tycho.core.shared.TargetEnvironmentTest)  Time elapsed: 0 s
testToFilterProperties(org.eclipse.tycho.core.shared.TargetEnvironmentTest)  Time elapsed: 0 s
testEquals(org.eclipse.tycho.core.shared.TargetEnvironmentTest)  Time elapsed: 0 s
Running org.eclipse.tycho.core.shared.BuildPropertiesImplTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tycho.core.shared.BuildPropertiesImplTest
testKeyOrderIsStable(org.eclipse.tycho.core.shared.BuildPropertiesImplTest)  Time elapsed: 0.001 s
testNoBuildPropertiesFileFound(org.eclipse.tycho.core.shared.BuildPropertiesImplTest)  Time elapsed: 0 s
testSupportedKeys(org.eclipse.tycho.core.shared.BuildPropertiesImplTest)  Time elapsed: 0.001 s
Running org.eclipse.tycho.core.shared.LRUCacheTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tycho.core.shared.LRUCacheTest
testMaxSize(org.eclipse.tycho.core.shared.LRUCacheTest)  Time elapsed: 0 s
testRemoveEldestEntry(org.eclipse.tycho.core.shared.LRUCacheTest)  Time elapsed: 0 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.core.shared.tests ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/org.eclipse.tycho.core.shared.tests-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.core.shared.tests/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared.tests-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared.tests/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.core.shared.tests/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared.tests-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.core.shared.tests/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared.tests-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.core.shared.tests/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared.tests-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared.tests/target/org.eclipse.tycho.core.shared.tests-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.core.shared.tests/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared.tests-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.core.shared.tests ---
[INFO] 
[INFO] -----------< org.eclipse.tycho:org.eclipse.tycho.test.utils >-----------
[INFO] Building Tycho Test Utilities 2.6.0-SNAPSHOT                     [14/78]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.test.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.test.utils ---
[INFO] The project's OSGi version is 2.6.0.202111181838
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-id (default-validate-id) @ org.eclipse.tycho.test.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-version (default-validate-version) @ org.eclipse.tycho.test.utils ---
[INFO] 
[INFO] --- target-platform-configuration:2.5.0:target-platform (default-target-platform) @ org.eclipse.tycho.test.utils ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.test.utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.test.utils/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:compile (default-compile) @ org.eclipse.tycho.test.utils ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.test.utils/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.test.utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.test.utils/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:testCompile (default-testCompile) @ org.eclipse.tycho.test.utils ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.test.utils ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.test.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.test.utils/target/org.eclipse.tycho.test.utils-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.test.utils ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.test.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.test.utils/target/org.eclipse.tycho.test.utils-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire-plugin:2.5.0:integration-test (default-integration-test) @ org.eclipse.tycho.test.utils ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.test.utils ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.test.utils ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.test.utils/target/org.eclipse.tycho.test.utils-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.test.utils/2.6.0-SNAPSHOT/org.eclipse.tycho.test.utils-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.test.utils/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.test.utils/2.6.0-SNAPSHOT/org.eclipse.tycho.test.utils-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.test.utils/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.test.utils/2.6.0-SNAPSHOT/org.eclipse.tycho.test.utils-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.test.utils/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.test.utils/2.6.0-SNAPSHOT/org.eclipse.tycho.test.utils-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.test.utils/target/org.eclipse.tycho.test.utils-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.test.utils/2.6.0-SNAPSHOT/org.eclipse.tycho.test.utils-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.test.utils ---
[INFO] 
[INFO] -----< org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl.test >------
[INFO] Building Tycho p2 Resolver Bundle Tests 2.6.0-SNAPSHOT           [15/78]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.p2.resolver.impl.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.resolver.impl.test ---
[INFO] The project's OSGi version is 2.6.0.202111181838
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-id (default-validate-id) @ org.eclipse.tycho.p2.resolver.impl.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-version (default-validate-version) @ org.eclipse.tycho.p2.resolver.impl.test ---
[INFO] 
[INFO] --- target-platform-configuration:2.5.0:target-platform (default-target-platform) @ org.eclipse.tycho.p2.resolver.impl.test ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.p2.resolver.impl.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:compile (default-compile) @ org.eclipse.tycho.p2.resolver.impl.test ---
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.p2.resolver.impl.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.resolver.impl.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/org.eclipse.tycho.p2.resolver.impl.test-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.p2.resolver.impl.test ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.p2.resolver.impl.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/org.eclipse.tycho.p2.resolver.impl.test-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire-plugin:2.5.0:test (default-test) @ org.eclipse.tycho.p2.resolver.impl.test ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -data, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/work/data, -install, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/work, -configuration, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/surefire.properties]
Running org.eclipse.tycho.p2.impl.publisher.rootfiles.RootFilePathTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.RootFilePathTest
testAbsoluteDir(org.eclipse.tycho.p2.impl.publisher.rootfiles.RootFilePathTest)  Time elapsed: 0.004 s
testAbsoluteFile(org.eclipse.tycho.p2.impl.publisher.rootfiles.RootFilePathTest)  Time elapsed: 0.001 s
testRelativeDir(org.eclipse.tycho.p2.impl.publisher.rootfiles.RootFilePathTest)  Time elapsed: 0.002 s
testRelativeFile(org.eclipse.tycho.p2.impl.publisher.rootfiles.RootFilePathTest)  Time elapsed: 0.002 s
Running org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.02 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest
testGlobalPermissionsChmodMissing(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest)  Time elapsed: 0.003 s
testPermissionsChmodInvalidValue(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest) skipped
testGlobalPermissions(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest)  Time elapsed: 0.004 s
testSpecificPermissionsButNoFiles(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest)  Time elapsed: 0.001 s
testWhitespaceAroundSeparatorsInPermissions(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest)  Time elapsed: 0.003 s
testGlobalPermissionsButNoFiles(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest)  Time elapsed: 0 s
testSpecificPermissions(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest)  Time elapsed: 0.003 s
testNoPermisions(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest)  Time elapsed: 0.001 s
testSpecificPermissionsChmodMissing(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdvicePermissionsTest)  Time elapsed: 0.001 s
Running org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest
testRootFilesWithFolders(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest)  Time elapsed: 0.001 s
testParseBuildPropertiesRelativeFileWithAndWithoutConfigs(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest)  Time elapsed: 0.002 s
testParseBuildPropertiesRelativeFileWithLinuxConfig(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest)  Time elapsed: 0.001 s
testRootFilesWithFoldersAndConfig(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest)  Time elapsed: 0.002 s
testParseBuildPropertiesAbsoluteFile(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest)  Time elapsed: 0.001 s
testParseBuildPropertiesRelativeFiles(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest)  Time elapsed: 0.001 s
testParseBuildPropertiesRelativeFile(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest)  Time elapsed: 0.019 s
testWhitespacesAroundSeparatorsOfFiles(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest)  Time elapsed: 0.001 s
testParseBuildPropertiesRelativeFolder(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceFilesTest)  Time elapsed: 0.001 s
Running org.eclipse.tycho.p2.impl.publisher.rootfiles.VirtualFileSetTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.VirtualFileSetTest
testGetMatchingPaths(org.eclipse.tycho.p2.impl.publisher.rootfiles.VirtualFileSetTest)  Time elapsed: 0 s
Running org.eclipse.tycho.p2.impl.publisher.rootfiles.FileToPathMapTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.FileToPathMapTest
testCanonifiedKeys(org.eclipse.tycho.p2.impl.publisher.rootfiles.FileToPathMapTest)  Time elapsed: 0.001 s
testPutAll(org.eclipse.tycho.p2.impl.publisher.rootfiles.FileToPathMapTest)  Time elapsed: 0 s
Running org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceTest
testGetProjectBaseDir(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceTest)  Time elapsed: 0 s
testDescriptorIsNullIfNoRootFiles(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceTest)  Time elapsed: 0 s
testParseBuildPropertiesWithDotsInPath(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceTest)  Time elapsed: 0.002 s
testParseBuildPropertiesWithTrailingDots(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceTest)  Time elapsed: 0 s
testFeatureRootAdviceComputePath(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceTest)  Time elapsed: 0.002 s
testParseBuildPropertiesInvalidConfigs(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceTest)  Time elapsed: 0.001 s
testParseBuildPropertiesInvalidConfigs2(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceTest) skipped
Running org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest
testNoDefaultExcludes(org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest)  Time elapsed: 0 s
testScan(org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest)  Time elapsed: 0.001 s
testDefaultExcludes(org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest)  Time elapsed: 0.001 s
testDoubleStar(org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest)  Time elapsed: 0.001 s
testCombined(org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest)  Time elapsed: 0 s
testSingleStar(org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest)  Time elapsed: 0.005 s
testQuestionMark(org.eclipse.tycho.p2.impl.publisher.rootfiles.FileSetTest)  Time elapsed: 0 s
Running org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest
testGlobalLinks(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest)  Time elapsed: 0.001 s
testSpecificLinks(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest)  Time elapsed: 0.001 s
testWhitespaceAroundSeparatorsInLinks(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest)  Time elapsed: 0 s
testSpecificLinkButNoFiles(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest)  Time elapsed: 0.001 s
testGlobalLinkButNoFiles(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest)  Time elapsed: 0 s
testLinkValueNotInPairs(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest)  Time elapsed: 0.001 s
testWrongRootfilesLinksKey(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest)  Time elapsed: 0.001 s
testNoLinks(org.eclipse.tycho.p2.impl.publisher.rootfiles.FeatureRootAdviceLinksTest)  Time elapsed: 0.001 s
Running org.eclipse.tycho.p2.impl.publisher.MavenPropertiesAdviceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tycho.p2.impl.publisher.MavenPropertiesAdviceTest
testIUPropertiesNullClassifier(org.eclipse.tycho.p2.impl.publisher.MavenPropertiesAdviceTest)  Time elapsed: 0 s
testIUPropertiesEmptyClassifier(org.eclipse.tycho.p2.impl.publisher.MavenPropertiesAdviceTest)  Time elapsed: 0 s
testIUPropertiesNonEmptyClassifier(org.eclipse.tycho.p2.impl.publisher.MavenPropertiesAdviceTest)  Time elapsed: 0.001 s
Running org.eclipse.tycho.p2.impl.publisher.repo.FeatureRootfileArtifactRepositoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.tycho.p2.impl.publisher.repo.FeatureRootfileArtifactRepositoryTest
testRepoWithInitEmptyAttachedArtifacts(org.eclipse.tycho.p2.impl.publisher.repo.FeatureRootfileArtifactRepositoryTest)  Time elapsed: 0.003 s
testRepoForNonBinaryArtifacts(org.eclipse.tycho.p2.impl.publisher.repo.FeatureRootfileArtifactRepositoryTest)  Time elapsed: 0.003 s
testRepoWithoutMavenAdvice(org.eclipse.tycho.p2.impl.publisher.repo.FeatureRootfileArtifactRepositoryTest)  Time elapsed: 0.002 s
testRepoWithAttachedArtifacts(org.eclipse.tycho.p2.impl.publisher.repo.FeatureRootfileArtifactRepositoryTest)  Time elapsed: 0.028 s
testRepoWithAttachedArtifactsAndConfigurations(org.eclipse.tycho.p2.impl.publisher.repo.FeatureRootfileArtifactRepositoryTest)  Time elapsed: 0.002 s
Running org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest
bundle_with_p2_inf(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest)  Time elapsed: 0.045 s
bundle(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest)  Time elapsed: 0.006 s
rcpFeature(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest)  Time elapsed: 0.005 s
rcp_with_p2_inf(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest)  Time elapsed: 0.001 s
feature(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest)  Time elapsed: 0.003 s
rcpNoLaunchers(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest)  Time elapsed: 0.001 s
rcpBundle(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest)  Time elapsed: 0.001 s
site(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest)  Time elapsed: 0.007 s
feature_with_p2_inf(org.eclipse.tycho.p2.impl.publisher.P2DependencyGeneratorImplTest)  Time elapsed: 0.001 s
Running org.eclipse.tycho.p2.impl.test.VersionCreateTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tycho.p2.impl.test.VersionCreateTest
test(org.eclipse.tycho.p2.impl.test.VersionCreateTest)  Time elapsed: 0 s
Running org.eclipse.tycho.p2.impl.test.P2MetadataGeneratorImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.tycho.p2.impl.test.P2MetadataGeneratorImplTest
gav(org.eclipse.tycho.p2.impl.test.P2MetadataGeneratorImplTest)  Time elapsed: 0.001 s
testDownloadStats(org.eclipse.tycho.p2.impl.test.P2MetadataGeneratorImplTest)  Time elapsed: 0.016 s
Running org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.314 s - in org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest
testUnsatisfiedDependencyWithSlicerIsOk(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest)  Time elapsed: 0.59 s
testResolveWithSlicer(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest)  Time elapsed: 0.504 s
testUnsatisfiedInclusionWithSlicerFails(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest)  Time elapsed: 0.554 s
testResolveWithPlanner(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest)  Time elapsed: 0.555 s
testUnsatisfiedDependencyWithPlanner(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest)  Time elapsed: 0.554 s
testResolveConflictingIncludeMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeModeTest)  Time elapsed: 0.555 s
Running org.eclipse.tycho.p2.target.TargetPlatformTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.tycho.p2.target.TargetPlatformTest
testResolveFixedVersionForThreeSegmentVersion(org.eclipse.tycho.p2.target.TargetPlatformTest)  Time elapsed: 0.002 s
testResolveLatestQualifierWithQualifierLiteral(org.eclipse.tycho.p2.target.TargetPlatformTest)  Time elapsed: 0 s
testResolveInvalidVersionSyntax(org.eclipse.tycho.p2.target.TargetPlatformTest)  Time elapsed: 0.001 s
testResolveIU(org.eclipse.tycho.p2.target.TargetPlatformTest)  Time elapsed: 0 s
testResolveLatestVersionThroughOmittedVersion(org.eclipse.tycho.p2.target.TargetPlatformTest)  Time elapsed: 0.001 s
testResolveFeature(org.eclipse.tycho.p2.target.TargetPlatformTest)  Time elapsed: 0.001 s
testResolveProduct(org.eclipse.tycho.p2.target.TargetPlatformTest)  Time elapsed: 0 s
testResolveFixedVersion(org.eclipse.tycho.p2.target.TargetPlatformTest)  Time elapsed: 0 s
testResolveBundleChecksType(org.eclipse.tycho.p2.target.TargetPlatformTest)  Time elapsed: 0 s
testResolveUnknownType(org.eclipse.tycho.p2.target.TargetPlatformTest)  Time elapsed: 0.001 s
testResolveLatestVersionThroughZeros(org.eclipse.tycho.p2.target.TargetPlatformTest)  Time elapsed: 0 s
testResolveNullId(org.eclipse.tycho.p2.target.TargetPlatformTest)  Time elapsed: 0.001 s
testFailingResolve(org.eclipse.tycho.p2.target.TargetPlatformTest)  Time elapsed: 0 s
Running org.eclipse.tycho.p2.target.PomDependencyCollectorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.tycho.p2.target.PomDependencyCollectorTest
testAddArtifactWithExistingMetadataButNonMatchingClassifier(org.eclipse.tycho.p2.target.PomDependencyCollectorTest)  Time elapsed: 0.018 s
testAddArtifactWithExistingMetadataOfMainArtifact(org.eclipse.tycho.p2.target.PomDependencyCollectorTest)  Time elapsed: 0.003 s
testAddArtifactWithExistingMetadataRespectsClassifier(org.eclipse.tycho.p2.target.PomDependencyCollectorTest)  Time elapsed: 0.003 s
Running org.eclipse.tycho.p2.target.ee.CustomEEResolutionHintsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tycho.p2.target.ee.CustomEEResolutionHintsTest
testConsistencyWithJREAction(org.eclipse.tycho.p2.target.ee.CustomEEResolutionHintsTest)  Time elapsed: 0.002 s
testJREUnitNameForComplexProfileName(org.eclipse.tycho.p2.target.ee.CustomEEResolutionHintsTest)  Time elapsed: 0 s
testJREUnitNameForSimpleProfileName(org.eclipse.tycho.p2.target.ee.CustomEEResolutionHintsTest)  Time elapsed: 0 s
testProfileNameWithInvalidVersion(org.eclipse.tycho.p2.target.ee.CustomEEResolutionHintsTest)  Time elapsed: 0 s
testProfileNameWithoutVersion(org.eclipse.tycho.p2.target.ee.CustomEEResolutionHintsTest)  Time elapsed: 0 s
Running org.eclipse.tycho.p2.target.ee.CustomEEResolutionHandlerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.tycho.p2.target.ee.CustomEEResolutionHandlerTest
testMissingSpecificationInTargetPlatform(org.eclipse.tycho.p2.target.ee.CustomEEResolutionHandlerTest)  Time elapsed: 0.002 s
testReadFullSpecificationFromTargetPlatform(org.eclipse.tycho.p2.target.ee.CustomEEResolutionHandlerTest)  Time elapsed: 0.007 s
Running org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.818 s - in org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest
testResolutionWithGenericPlatform(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest)  Time elapsed: 0.545 s
testSlicerResolutionWithMultiplePlatforms(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest)  Time elapsed: 0.503 s
testPlannerResolutionWithOnePlatform(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest)  Time elapsed: 0.555 s
testSlicerResolutionWithIncludeAllEnvironments(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest)  Time elapsed: 0.553 s
testConflictingIncludeAllEnvironments(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest)  Time elapsed: 0.554 s
testPlannerResolutionWithMultiplePlatforms(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest)  Time elapsed: 0.553 s
testSlicerResolutionWithOnePlatform(org.eclipse.tycho.p2.target.TargetDefinitionResolverWithPlatformSpecificUnitsTest)  Time elapsed: 0.554 s
Running org.eclipse.tycho.p2.target.TargetDefinitionResolverExecutionEnvironmentTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.061 s - in org.eclipse.tycho.p2.target.TargetDefinitionResolverExecutionEnvironmentTest
testAutoGeneratedExecutionEnvironment(org.eclipse.tycho.p2.target.TargetDefinitionResolverExecutionEnvironmentTest)  Time elapsed: 0.506 s
testRestrictedExecutionEnvironment(org.eclipse.tycho.p2.target.TargetDefinitionResolverExecutionEnvironmentTest)  Time elapsed: 0.554 s
Running org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.729 s - in org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest
testConflictingIncludeSourceLocations(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest)  Time elapsed: 0.554 s
testNoSourceIncludeWhenIncludeSourceIsFalseWithPlannerMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest)  Time elapsed: 0.555 s
testCanResolveBundlesWithoutSourcesWithPlannerMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest)  Time elapsed: 0.503 s
testIncludeSourceWithSlicerMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest)  Time elapsed: 0.504 s
testCanResolveBundlesWithoutSourcesWithSlicerMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest)  Time elapsed: 0.554 s
testIncludeSourceWithPlannerMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest)  Time elapsed: 0.554 s
testNoSourceIncludeWhenIncludeSourceIsFalseWithSlicerMode(org.eclipse.tycho.p2.target.TargetDefinitionResolverIncludeSourceTest)  Time elapsed: 0.503 s
Running org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest
testVersions(org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest)  Time elapsed: 0.004 s
testPomDependencyOnBundle(org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest)  Time elapsed: 0.018 s
testPomDependencyOnOtherType(org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest)  Time elapsed: 0.001 s
testPomDependencyWrapPlainJar(org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest)  Time elapsed: 0.084 s
testPomDependencyOnPlainJar(org.eclipse.tycho.p2.target.TargetPlatformBundlePublisherTest)  Time elapsed: 0 s
Running org.eclipse.tycho.p2.target.TargetPlatformFactoryTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.tycho.p2.target.TargetPlatformFactoryTest
testFinalTargetPlatformContainsExecutionEnvironmentIU(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest)  Time elapsed: 0.002 s
testConfiguredFiltersOnReactorIUsInFinalTP(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest)  Time elapsed: 0.002 s
testOtherVersionsOfReactorIUsAreFilteredFromExternalContent(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest)  Time elapsed: 0.003 s
testConfiguredFiltersOnPomDependencies(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest)  Time elapsed: 0.001 s
testIncludeLocalMavenRepo(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest)  Time elapsed: 0.002 s
testConfiguredFiltersOnReactorIUsInPreliminaryTP(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest)  Time elapsed: 0.001 s
testFinalTargetPlatformContainsFinalReactorIU(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest)  Time elapsed: 0 s
testFinalTargetPlatformContainsExternalRepoIU(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest)  Time elapsed: 0.003 s
testFinalTargetPlatformContainsPomDependencyIU(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest)  Time elapsed: 0.001 s
testFinalTargetPlatformNotContainsPreliminaryReactorIU(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest)  Time elapsed: 0.001 s
testFinalTargetPlatformContainsTargetFileIU(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest)  Time elapsed: 0.007 s
testMultipleIndependentlyResolvedTargetFiles(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest)  Time elapsed: 0.005 s
testDuplicateReactorUnits(org.eclipse.tycho.p2.target.TargetPlatformFactoryTest)  Time elapsed: 0.001 s
Running org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.554 s - in org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest
testRestrictToExactVersion(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest)  Time elapsed: 0.001 s
testRemoveAllOfUnitId(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest)  Time elapsed: 0 s
testWarningIfRestrictionRemovesAll(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest)  Time elapsed: 0 s
testUnitAndBundleIdDistinction(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest)  Time elapsed: 0 s
testRestrictPackageVersionInShortNotation(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest)  Time elapsed: 0 s
testNonParsableVersionRange(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest)  Time elapsed: 0 s
testNoFilters(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest)  Time elapsed: 0 s
testRemoveAllOfBundleId(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest)  Time elapsed: 0 s
testRestrictToVersionRange(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest)  Time elapsed: 0.001 s
testNonParsableVersion(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest)  Time elapsed: 0 s
testRestrictPackageProvider(org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluatorTest)  Time elapsed: 0 s
Running org.eclipse.tycho.p2.target.TargetDefinitionResolverTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.939 s - in org.eclipse.tycho.p2.target.TargetDefinitionResolverTest
testUnitOnlyLookedUpInLocation(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest)  Time elapsed: 0.553 s
testResolveIncludesDependencies(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest)  Time elapsed: 0.503 s
testUnitWithWildcardVersion(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest)  Time elapsed: 0.554 s
testResolveMultipleLocations(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest)  Time elapsed: 0.553 s
testResolveOtherLocationYieldsWarning(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest)  Time elapsed: 0.554 s
testResolveWithBundleInclusionListYieldsWarning(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest)  Time elapsed: 0.001 s
testResolveNoRepositories(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest)  Time elapsed: 0 s
testResolveMultipleUnits(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest)  Time elapsed: 0.503 s
testResolveNoLocations(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest)  Time elapsed: 0.001 s
testUnitWithWrongVersionYieldsSyntaxException(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest)  Time elapsed: 0.001 s
testUnitWithExactVersion(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest)  Time elapsed: 0.553 s
testMissingUnit(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest)  Time elapsed: 0.553 s
testResolveMultipleRepositories(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest)  Time elapsed: 0.553 s
testInvalidRepository(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest)  Time elapsed: 0.503 s
testResolveDependenciesAcrossLocations(org.eclipse.tycho.p2.target.TargetDefinitionResolverTest)  Time elapsed: 0.553 s
Running org.eclipse.tycho.p2.remote.RemoteAgentMavenMirrorsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s - in org.eclipse.tycho.p2.remote.RemoteAgentMavenMirrorsTest
testLoadFromMirroredLocation(org.eclipse.tycho.p2.remote.RemoteAgentMavenMirrorsTest)  Time elapsed: 0.309 s
testLoadFromOriginalLocation(org.eclipse.tycho.p2.remote.RemoteAgentMavenMirrorsTest)  Time elapsed: 0.048 s
testLoadFromMirroredLocationWithFallbackId(org.eclipse.tycho.p2.remote.RemoteAgentMavenMirrorsTest)  Time elapsed: 0.026 s
Running org.eclipse.tycho.p2.remote.RemoteAgentCompositeLoadingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tycho.p2.remote.RemoteAgentCompositeLoadingTest
testLoadingCompositeRepositoryWithMissingChildFailsByDefault(org.eclipse.tycho.p2.remote.RemoteAgentCompositeLoadingTest)  Time elapsed: 0.009 s
Running org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest
testOnlineLoadingFallsBackToCache(org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest)  Time elapsed: 0.046 s
testOfflineLoadingFromCache(org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest)  Time elapsed: 0.019 s
testOnlineReloadingDoesntReloadFromRemote(org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest)  Time elapsed: 0.014 s
testOfflineLoadingWithoutCacheFails(org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest)  Time elapsed: 0.005 s
testOnlineLoadingFailsFastIfNoSourceAvailable(org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest)  Time elapsed: 0.025 s
testOnlineLoading(org.eclipse.tycho.p2.remote.RemoteAgentMetadataRepositoryCacheTest)  Time elapsed: 0.014 s
Running org.eclipse.tycho.p2.remote.RemoteAgentDisableP2MirrorsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.tycho.p2.remote.RemoteAgentDisableP2MirrorsTest
testDisableP2Mirrors(org.eclipse.tycho.p2.remote.RemoteAgentDisableP2MirrorsTest)  Time elapsed: 0.022 s
testWithoutDisableP2Mirrors(org.eclipse.tycho.p2.remote.RemoteAgentDisableP2MirrorsTest)  Time elapsed: 0.002 s
Running org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategyTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategyTest
testFixSwtNoImplFound(org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategyTest)  Time elapsed: 0.001 s
testFixSwtWithNLSFragmentPresent(org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategyTest)  Time elapsed: 0 s
testFixSwtSwtInRootIUs(org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategyTest)  Time elapsed: 0 s
testFixSwtSwtFragmentInRootIUs(org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategyTest)  Time elapsed: 0 s
testFixSwtNoSwtDependency(org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategyTest)  Time elapsed: 0 s
testFixSwt(org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategyTest)  Time elapsed: 0 s
testFixSwtDisabledForNonBrokenSWTVersion(org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategyTest)  Time elapsed: 0.001 s
Running org.eclipse.tycho.p2.util.resolution.DependencyCollectorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tycho.p2.util.resolution.DependencyCollectorTest
missingDependencies(org.eclipse.tycho.p2.util.resolution.DependencyCollectorTest)  Time elapsed: 0.001 s
Running org.eclipse.tycho.p2.publisher.P2GeneratorImplTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tycho.p2.publisher.P2GeneratorImplTest
testOptionalRequireBundle_IGNORE(org.eclipse.tycho.p2.publisher.P2GeneratorImplTest)  Time elapsed: 0.001 s
testOptionalImportPackage_REQUIRE(org.eclipse.tycho.p2.publisher.P2GeneratorImplTest)  Time elapsed: 0.001 s
testOptionalRequireBundle_REQUIRE(org.eclipse.tycho.p2.publisher.P2GeneratorImplTest)  Time elapsed: 0 s
testOptionalImportPackage_IGNORE(org.eclipse.tycho.p2.publisher.P2GeneratorImplTest)  Time elapsed: 0 s
testOptionalRequireBundleP2inf_REQUIRE(org.eclipse.tycho.p2.publisher.P2GeneratorImplTest)  Time elapsed: 0.001 s
testOptionalRequireBundle_OPTIONAL(org.eclipse.tycho.p2.publisher.P2GeneratorImplTest)  Time elapsed: 0.001 s
testGenerateSourceBundleMetadata(org.eclipse.tycho.p2.publisher.P2GeneratorImplTest)  Time elapsed: 0.002 s
generateSourceBundleMetadataForProjectWithP2Inf(org.eclipse.tycho.p2.publisher.P2GeneratorImplTest)  Time elapsed: 0 s
Running org.eclipse.tycho.p2.manager.ReactorRepositoryManagerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.57 s - in org.eclipse.tycho.p2.manager.ReactorRepositoryManagerTest
testReactorRepositoryManagerFacadeServiceAvailability(org.eclipse.tycho.p2.manager.ReactorRepositoryManagerTest)  Time elapsed: 0.009 s
testReactorRepositoryManagerServiceAvailability(org.eclipse.tycho.p2.manager.ReactorRepositoryManagerTest)  Time elapsed: 0.003 s
testTargetPlatformComputationInIntegration(org.eclipse.tycho.p2.manager.ReactorRepositoryManagerTest)  Time elapsed: 0.557 s
Running org.eclipse.tycho.p2.repo.MetadataSerializableImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tycho.p2.repo.MetadataSerializableImplTest
testSerializeAndLoad(org.eclipse.tycho.p2.repo.MetadataSerializableImplTest)  Time elapsed: 0.003 s
testSerializeAndLoadWithEmptyIUList(org.eclipse.tycho.p2.repo.MetadataSerializableImplTest)  Time elapsed: 0.002 s
Running org.eclipse.tycho.p2.resolver.P2ResolverAdditionalRequirementsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tycho.p2.resolver.P2ResolverAdditionalRequirementsTest
testExactVersionMatchInTargetDefinitionUnit(org.eclipse.tycho.p2.resolver.P2ResolverAdditionalRequirementsTest)  Time elapsed: 0.001 s
testZeroVersionInTargetDefinitionUnit(org.eclipse.tycho.p2.resolver.P2ResolverAdditionalRequirementsTest)  Time elapsed: 0.001 s
testNullVersionInTargetDefinitionUnit(org.eclipse.tycho.p2.resolver.P2ResolverAdditionalRequirementsTest)  Time elapsed: 0 s
testAddDependencyWithVersionRange(org.eclipse.tycho.p2.resolver.P2ResolverAdditionalRequirementsTest)  Time elapsed: 0 s
Running org.eclipse.tycho.p2.resolver.P2ResolverTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s - in org.eclipse.tycho.p2.resolver.P2ResolverTest
testEclipseRepository(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.011 s
testBundleUsesSWT(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.004 s
testProductMultienvP2Inf(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.004 s
testP2InfClassifiedBundleUnitDoesntOverwriteMainArtifact(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.002 s
testAdditionalFilterProperties(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.004 s
testSwt(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.003 s
testBasic(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.004 s
testDuplicateInstallableUnit(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.002 s
testResolveWithoutProject(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.004 s
testReactorVsExternal(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.005 s
testResolutionCustomEE(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.003 s
testFeatureInstallableUnits(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.002 s
testFeatureWithUnresolvableSecondaryUnit(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.002 s
testEclipseTestPluginAutomaticallyDependsOnTestHarnesses(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.006 s
testSwtFragment(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.003 s
testResolutionRestrictedEE(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.031 s
testSwtFragmentWithRemoteSWT(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.004 s
testP2InfUnclassifiedBundleUnitDoesntOverwriteMainArtifact(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.003 s
testResolutionEE(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.004 s
testProjectToResolveOverwritesTargetContent(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.005 s
testSiteConflictingDependenciesResolver(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.007 s
testFeatureMultienvP2Inf(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.003 s
testSourceBundle(org.eclipse.tycho.p2.resolver.P2ResolverTest)  Time elapsed: 0.005 s

Results:

Tests run: 216, Failures: 0, Errors: 0, Skipped: 2

[INFO] All tests passed!
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.p2.resolver.impl.test ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/org.eclipse.tycho.p2.resolver.impl.test-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl.test/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl.test-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl.test/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl.test-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl.test/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl.test-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl.test/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl.test-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl.test/target/org.eclipse.tycho.p2.resolver.impl.test-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl.test/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl.test-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.resolver.impl.test ---
[INFO] 
[INFO] ----< org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared.tests >----
[INFO] Building Tycho p2 Resolver Maven/OSGi Shared Classes Tests 2.6.0-SNAPSHOT [16/78]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.p2.resolver.shared.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.resolver.shared.tests ---
[INFO] The project's OSGi version is 2.6.0.202111181838
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-id (default-validate-id) @ org.eclipse.tycho.p2.resolver.shared.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-version (default-validate-version) @ org.eclipse.tycho.p2.resolver.shared.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.5.0:target-platform (default-target-platform) @ org.eclipse.tycho.p2.resolver.shared.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.p2.resolver.shared.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:compile (default-compile) @ org.eclipse.tycho.p2.resolver.shared.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.p2.resolver.shared.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.resolver.shared.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/org.eclipse.tycho.p2.resolver.shared.tests-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.p2.resolver.shared.tests ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.p2.resolver.shared.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/org.eclipse.tycho.p2.resolver.shared.tests-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire-plugin:2.5.0:test (default-test) @ org.eclipse.tycho.p2.resolver.shared.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -data, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/work/data, -install, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/work, -configuration, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/surefire.properties]
Running org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKeyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKeyTest
forResolutionContextArtifacts_does_encode_URI  Time elapsed: 0.012 s
forResolutionContextArtifacts_support_null_input  Time elapsed: 0.001 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.p2.resolver.shared.tests ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/org.eclipse.tycho.p2.resolver.shared.tests-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared.tests/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared.tests-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared.tests/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared.tests-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared.tests/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared.tests-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared.tests/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared.tests-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared.tests/target/org.eclipse.tycho.p2.resolver.shared.tests-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared.tests/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared.tests-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.resolver.shared.tests ---
[INFO] 
[INFO] ---< org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository.tests >----
[INFO] Building Tycho Maven/p2 Repository Integration Tests 2.6.0-SNAPSHOT [17/78]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.p2.maven.repository.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.maven.repository.tests ---
[INFO] The project's OSGi version is 2.6.0.202111181838
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-id (default-validate-id) @ org.eclipse.tycho.p2.maven.repository.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-version (default-validate-version) @ org.eclipse.tycho.p2.maven.repository.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.5.0:target-platform (default-target-platform) @ org.eclipse.tycho.p2.maven.repository.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.p2.maven.repository.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:compile (default-compile) @ org.eclipse.tycho.p2.maven.repository.tests ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.p2.maven.repository.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.maven.repository.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/org.eclipse.tycho.p2.maven.repository.tests-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.p2.maven.repository.tests ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.p2.maven.repository.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/org.eclipse.tycho.p2.maven.repository.tests-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire-plugin:2.5.0:test (default-test) @ org.eclipse.tycho.p2.maven.repository.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -data, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/work/data, -install, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/work, -configuration, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/surefire.properties]
Running org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.863 s - in org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest
testGetRawArtifactFile(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.607 s
testGetArtifactFile(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.504 s
testContainsArtifactDescriptor(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.565 s
testGetArtifactSucceedsInSecondAttempt(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.503 s
testGetArtifactToClosedSink(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.002 s
testQuery(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.555 s
testQueryWithoutRepositories(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.001 s
testGetNonExistingRawArtifact(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.504 s
testGetArtifactOnlyAvailableInPackedRawFormat(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.553 s
testGetArtifactToNonCanonicalSink(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.001 s
testContainsKey(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.504 s
testGetPackedRawArtifact(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.554 s
testGetArtifactDescriptors(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.504 s
testGetArtifactDescriptorsDoesNotReturnDuplicates(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.553 s
testGetArtifact(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.553 s
testGetArtifactFailsInAllAttempts(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.554 s
testGetRawArtifact(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.503 s
testGetRawArtifactWithNonRestartableSink(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.554 s
testGetRawArtifactToClosedSink(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.001 s
testGetNonExistingArtifact(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.553 s
testGetCanonicalRawArtifact(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.554 s
testQueryWithSingleRepository(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.553 s
testGetArtifactWithNonRestartableSink(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.554 s
testGetRawArtifactSucceedsInSecondAttempt(org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderTest)  Time elapsed: 0.553 s
Running org.eclipse.tycho.repository.p2base.artifact.provider.formats.RemoteArtifactTransferPolicyTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.058 s - in org.eclipse.tycho.repository.p2base.artifact.provider.formats.RemoteArtifactTransferPolicyTest
testPreferredOrderOfEmptyList(org.eclipse.tycho.repository.p2base.artifact.provider.formats.RemoteArtifactTransferPolicyTest)  Time elapsed: 0.001 s
testPreferredOrder(org.eclipse.tycho.repository.p2base.artifact.provider.formats.RemoteArtifactTransferPolicyTest)  Time elapsed: 0.503 s
testPreferredOrderWithoutBestChoice(org.eclipse.tycho.repository.p2base.artifact.provider.formats.RemoteArtifactTransferPolicyTest)  Time elapsed: 0.553 s
Running org.eclipse.tycho.repository.p2base.artifact.provider.formats.LocalArtifactTransferPolicyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.554 s - in org.eclipse.tycho.repository.p2base.artifact.provider.formats.LocalArtifactTransferPolicyTest
testPreferredOrder(org.eclipse.tycho.repository.p2base.artifact.provider.formats.LocalArtifactTransferPolicyTest)  Time elapsed: 0.553 s
Running org.eclipse.tycho.repository.p2base.artifact.repository.ProviderOnlyArtifactRepositoryTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 s - in org.eclipse.tycho.repository.p2base.artifact.repository.ProviderOnlyArtifactRepositoryTest
testGetArtifactViaStreamFailsOnFirstReadAttempt(org.eclipse.tycho.repository.p2base.artifact.repository.ProviderOnlyArtifactRepositoryTest)  Time elapsed: 0.012 s
testGetArtifactViaStream(org.eclipse.tycho.repository.p2base.artifact.repository.ProviderOnlyArtifactRepositoryTest)  Time elapsed: 0.004 s
testGetRawArtifactViaStream(org.eclipse.tycho.repository.p2base.artifact.repository.ProviderOnlyArtifactRepositoryTest)  Time elapsed: 0 s
testGetRawArtifactViaStreamFailsOnFirstReadAttempt(org.eclipse.tycho.repository.p2base.artifact.repository.ProviderOnlyArtifactRepositoryTest)  Time elapsed: 0.001 s
Running org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest
Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.747 s - in org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest
testRepositoryLoadingFails(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.555 s
testGetArtifactWithInfiniteMirrorFailures(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.275 s
testGetArtifactErrorMessage(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.553 s
testGetArtifactWithSomeMirrorFailures(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.002 s
testGetArtifactWhereOnlyFormatIsCorrupt(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.553 s
testGetArtifactWherePreferredFormatIsCorrupt(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.552 s
testGetRawArtifactErrorMessage(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.553 s
testContainsArtifactDescriptor(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.553 s
testGetArtifactSucceedsInSecondAttempt(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.553 s
testGetArtifactToClosedSink(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0 s
testQuery(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.553 s
testQueryWithoutRepositories(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.001 s
testGetNonExistingRawArtifact(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.553 s
testGetArtifactOnlyAvailableInPackedRawFormat(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.553 s
testGetArtifactToNonCanonicalSink(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0 s
testContainsKey(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.503 s
testGetPackedRawArtifact(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.503 s
testGetArtifactDescriptors(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.503 s
testGetArtifactDescriptorsDoesNotReturnDuplicates(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.553 s
testGetArtifact(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.552 s
testGetArtifactFailsInAllAttempts(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.553 s
testGetRawArtifact(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.552 s
testGetRawArtifactWithNonRestartableSink(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.503 s
testGetRawArtifactToClosedSink(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0 s
testGetNonExistingArtifact(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.552 s
testGetCanonicalRawArtifact(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.553 s
testQueryWithSingleRepository(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.503 s
testGetArtifactWithNonRestartableSink(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.553 s
testGetRawArtifactSucceedsInSecondAttempt(org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProviderTest)  Time elapsed: 0.552 s
Running org.eclipse.tycho.repository.p2base.artifact.repository.FileRepositoryArtifactProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.133 s - in org.eclipse.tycho.repository.p2base.artifact.repository.FileRepositoryArtifactProviderTest
testGetRawArtifactFile(org.eclipse.tycho.repository.p2base.artifact.repository.FileRepositoryArtifactProviderTest)  Time elapsed: 0.552 s
testConstructionWithNonArtifactFileRepository(org.eclipse.tycho.repository.p2base.artifact.repository.FileRepositoryArtifactProviderTest)  Time elapsed: 0.027 s
testGetArtifactFile(org.eclipse.tycho.repository.p2base.artifact.repository.FileRepositoryArtifactProviderTest)  Time elapsed: 0.553 s
Running org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest
Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest
testGetRawArtifactForCanonicalFormatToStream(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.008 s
testGetArtifactToClosedSink(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.003 s
testGetCorruptedRawArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testGetRawArtifactFileOfNonContainedFormat(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.003 s
testGetArtifactToStream(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testRemoveOneOfDescriptorsOfKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.005 s
testWriteArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.003 s
testQueryKeys(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testGetRawArtifactOfNonContainedFormatToStream(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testWriteArtifactAndCancel(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.003 s
testRemoveNonContainedDescriptor(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testGetRawArtifactFile(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.003 s
testGetNonContainedArtifactToStream(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testWriteArtifactOnSecondAttempt(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.007 s
testGetArtifactToNonCanonicalSink(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testContainsKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.003 s
testGetDescriptorsOfNonContainedKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.003 s
testReWriteArtifactViaStreamFails(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testWriteArtifactViaStreamWithNonFatalStatus(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testGetArtifactToStreamOnlyAvailableInPackedFormat(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.007 s
testGetArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.003 s
testGetRawArtifactForCanonicalFormat(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testGetRawArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.003 s
testRemoveKeys(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testGetRawArtifactToStream(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.003 s
testContainsDescriptor(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testGetDescriptors(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testGetRawArtifactToClosedSink(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.003 s
testGetArtifactFile(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.003 s
testGetArtifactFileOfNonContainedKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.003 s
testGetRawArtifactOfNonContainedFormat(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testGetNonContainedArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testWriteRawArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.003 s
testRemoveForeignEquivalentDescriptor(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testWriteArtifactViaStreamAndCancel(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.003 s
testReWriteArtifactFails(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testRemoveNonContainedKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.003 s
testQueryDescriptors(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testGetArtifactFileOfKeyWithoutCanonicalFormat(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.003 s
testRemoveAllDescriptorsOfKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testGetArtifactOnlyAvailableInPackedFormat(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.006 s
testRemoveLastDescriptorOfKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testGetCorruptedArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.003 s
testWriteArtifactViaStream(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testRemoveAll(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.003 s
testRemoveKey(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
testGetArtifactToBrokenSink(org.eclipse.tycho.repository.local.LocalArtifactRepositoryP2APITest)  Time elapsed: 0.002 s
Running org.eclipse.tycho.repository.local.MirroringArtifactProviderPack200CornerCasesTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.722 s - in org.eclipse.tycho.repository.local.MirroringArtifactProviderPack200CornerCasesTest
testIgnoreIfPackedArtifactNotAvailableRemotely(org.eclipse.tycho.repository.local.MirroringArtifactProviderPack200CornerCasesTest)  Time elapsed: 0.556 s
testErrorIfPackedArtifactIsAvailableButCorrupt(org.eclipse.tycho.repository.local.MirroringArtifactProviderPack200CornerCasesTest)  Time elapsed: 0.553 s
testPackedArtifactMirroredEvenIfCanonicalArtifactPresent(org.eclipse.tycho.repository.local.MirroringArtifactProviderPack200CornerCasesTest)  Time elapsed: 0.552 s
testCanonicalArtifactCreatedIfPackedArtifactAlreadyMirrored(org.eclipse.tycho.repository.local.MirroringArtifactProviderPack200CornerCasesTest)  Time elapsed: 1.057 s
Running org.eclipse.tycho.repository.local.LocalMetadataRepositoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.tycho.repository.local.LocalMetadataRepositoryTest
emptyRepository(org.eclipse.tycho.repository.local.LocalMetadataRepositoryTest)  Time elapsed: 0.009 s
addInstallableUnit(org.eclipse.tycho.repository.local.LocalMetadataRepositoryTest)  Time elapsed: 0.008 s
testOutdatedIndex(org.eclipse.tycho.repository.local.LocalMetadataRepositoryTest)  Time elapsed: 0.002 s
Running org.eclipse.tycho.repository.local.MirroringArtifactProviderTest
Tests run: 44, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 18.558 s - in org.eclipse.tycho.repository.local.MirroringArtifactProviderTest
testContainsCanonicalArtifactDescriptor[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.554 s
testGetRawPackedArtifact_WithPackedMirroring[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) skipped
testGetRawArtifactFileOfUnavailableFile[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.504 s
testContainsArtifactDescriptorOfUnavailableArtifact[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.504 s
testQuery[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.553 s
testGetRawPackedArtifact_NoPackedMirroring[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.554 s
testLogOutputWhenMirroring[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) skipped
testGetUnavailableArtifact[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.553 s
testContainsKey[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.554 s
testGetRawCanonicalArtifactFile[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.554 s
testGetArtifactDescriptors_WithPackedMirroring[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) skipped
testGetArtifactDescriptorsOfUnavailableArtifact[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.504 s
testGetArtifact[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.504 s
testGetArtifactFile[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.554 s
testGetArtifactDescriptors_NoPackedMirroring[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.553 s
testGetAlreadyMirroredArtifact[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.002 s
testContainsPackedArtifactDescriptor[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.506 s
testGetRawArtifactOfUnavailableArtifactFails[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.554 s
testGetAlreadyMirroredArtifactFile[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.002 s
testGetUnavailableArtifactFile[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.553 s
testGetRawPackedArtifactFile_WithPackedMirroring[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) skipped
testGetRawCanonicalArtifact[0](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.503 s
testContainsCanonicalArtifactDescriptor[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.554 s
testGetRawPackedArtifact_WithPackedMirroring[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.504 s
testGetRawArtifactFileOfUnavailableFile[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.504 s
testContainsArtifactDescriptorOfUnavailableArtifact[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.503 s
testQuery[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.554 s
testGetRawPackedArtifact_NoPackedMirroring[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) skipped
testLogOutputWhenMirroring[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) skipped
testGetUnavailableArtifact[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.553 s
testContainsKey[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.503 s
testGetRawCanonicalArtifactFile[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.554 s
testGetArtifactDescriptors_WithPackedMirroring[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.504 s
testGetArtifactDescriptorsOfUnavailableArtifact[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.504 s
testGetArtifact[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.504 s
testGetArtifactFile[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.553 s
testGetArtifactDescriptors_NoPackedMirroring[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest) skipped
testGetAlreadyMirroredArtifact[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.503 s
testContainsPackedArtifactDescriptor[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.554 s
testGetRawArtifactOfUnavailableArtifactFails[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.505 s
testGetAlreadyMirroredArtifactFile[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.553 s
testGetUnavailableArtifactFile[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.554 s
testGetRawPackedArtifactFile_WithPackedMirroring[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.503 s
testGetRawCanonicalArtifact[1](org.eclipse.tycho.repository.local.MirroringArtifactProviderTest)  Time elapsed: 0.504 s
Running org.eclipse.tycho.repository.local.LocalArtifactRepositoryFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tycho.repository.local.LocalArtifactRepositoryFactoryTest
testLoadWrongLocation(org.eclipse.tycho.repository.local.LocalArtifactRepositoryFactoryTest)  Time elapsed: 0.001 s
testLoad(org.eclipse.tycho.repository.local.LocalArtifactRepositoryFactoryTest)  Time elapsed: 0 s
testCreate(org.eclipse.tycho.repository.local.LocalArtifactRepositoryFactoryTest)  Time elapsed: 0.001 s
Running org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest
testSerializationRoundTrip(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest)  Time elapsed: 0.001 s
testCreation(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest)  Time elapsed: 0 s
testDeserializationWithClassifierAndExt(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest)  Time elapsed: 0 s
testGetLocalRepositoryPath(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest)  Time elapsed: 0 s
testCreationFromPlainP2Descriptor(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest)  Time elapsed: 0 s
testGetLocalRepositoryPathWithDefaults(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest)  Time elapsed: 0 s
testDeserializationWithPartialGAV(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest)  Time elapsed: 0 s
testDeserializationWithRedundantDefaultExt(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest)  Time elapsed: 0 s
testExplicitCoordinatesOverwritesProperties(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest)  Time elapsed: 0 s
testCreationFromPlainP2DescriptorForPackedArtifact(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest)  Time elapsed: 0 s
testDeserialization(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest)  Time elapsed: 0 s
testCreationFromP2Key(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest)  Time elapsed: 0 s
testSerializationOmitsDefaults(org.eclipse.tycho.repository.local.GAVArtifactDescriptorTest)  Time elapsed: 0.001 s
Running org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest
testGetArtifactsNoRequests(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest)  Time elapsed: 0.001 s
addP2Artifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest)  Time elapsed: 0.001 s
reload(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest)  Time elapsed: 0.003 s
addMavenArtifact(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest)  Time elapsed: 0.001 s
testGetArtifactsErrorRequest(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest)  Time elapsed: 0 s
getMavenLocationWithClassifierAndExtension(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest)  Time elapsed: 0 s
testOutdatedIndex(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest)  Time elapsed: 0.002 s
testGetRawArtifactDummy(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest)  Time elapsed: 0.001 s
getP2Location(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest)  Time elapsed: 0 s
getMavenLocation(org.eclipse.tycho.repository.local.LocalArtifactRepositoryTest)  Time elapsed: 0 s
Running org.eclipse.tycho.repository.local.MirroringArtifactProviderErrorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 s - in org.eclipse.tycho.repository.local.MirroringArtifactProviderErrorTest
testMirrorCorruptArtifact(org.eclipse.tycho.repository.local.MirroringArtifactProviderErrorTest)  Time elapsed: 0.552 s
testMirrorArtifactWhichOnlySucceedsInSecondAttempt(org.eclipse.tycho.repository.local.MirroringArtifactProviderErrorTest)  Time elapsed: 0.553 s
Running org.eclipse.tycho.repository.module.PublishingRepositoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.611 s - in org.eclipse.tycho.repository.module.PublishingRepositoryTest
testArtifactsMapWithOnlyMetafiles(org.eclipse.tycho.repository.module.PublishingRepositoryTest)  Time elapsed: 0.554 s
testArtifactsMap(org.eclipse.tycho.repository.module.PublishingRepositoryTest)  Time elapsed: 0.552 s
testArtifactDescriptor(org.eclipse.tycho.repository.module.PublishingRepositoryTest)  Time elapsed: 0.504 s
Running org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.176 s - in org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest
testReadingWithOtherDescriptorType(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest)  Time elapsed: 0.001 s
testWriteToRepositoryViaStream(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest)  Time elapsed: 0.005 s
testCreateRepository(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest)  Time elapsed: 0.001 s
testLoadRepositoryWithFactory(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest)  Time elapsed: 0.552 s
testWriteToRepository(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest)  Time elapsed: 0.005 s
testRemovingWithOtherDescriptorType(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest)  Time elapsed: 0.001 s
testPersistRepository(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest)  Time elapsed: 0.554 s
testPersistEmptyRepository(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest)  Time elapsed: 0.552 s
testLoadRepositoryWithMissingGAVProperties(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest)  Time elapsed: 0.503 s
testLoadRepository(org.eclipse.tycho.repository.module.ModuleArtifactRepositoryTest)  Time elapsed: 0.001 s
Running org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.615 s - in org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest
testCreateRepository(org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest)  Time elapsed: 0 s
testLoadRepositoryWithFactory(org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest)  Time elapsed: 0.502 s
testUpdateRepository(org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest)  Time elapsed: 0.005 s
testPersistModifiedRepository(org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest)  Time elapsed: 0.552 s
testPersistEmptyRepository(org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest)  Time elapsed: 0.553 s
testLoadRepository(org.eclipse.tycho.repository.module.ModuleMetadataRepositoryTest)  Time elapsed: 0.001 s
Running org.eclipse.tycho.repository.util.StatusToolTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tycho.repository.util.StatusToolTest
testOKChildren(org.eclipse.tycho.repository.util.StatusToolTest)  Time elapsed: 0 s
testMultiStatus(org.eclipse.tycho.repository.util.StatusToolTest)  Time elapsed: 0 s
testSimpleStatus(org.eclipse.tycho.repository.util.StatusToolTest)  Time elapsed: 0 s
testOnlyOKChildren(org.eclipse.tycho.repository.util.StatusToolTest)  Time elapsed: 0 s
testDeepNesting(org.eclipse.tycho.repository.util.StatusToolTest)  Time elapsed: 0 s
testMultiStatusWithOwnException(org.eclipse.tycho.repository.util.StatusToolTest)  Time elapsed: 0 s
testSimpleStatusWithException(org.eclipse.tycho.repository.util.StatusToolTest)  Time elapsed: 0 s
Running org.eclipse.tycho.repository.util.DuplicateFilteringLoggingProgressMonitorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tycho.repository.util.DuplicateFilteringLoggingProgressMonitorTest
testRemoveDuplicatesFromBugReport(org.eclipse.tycho.repository.util.DuplicateFilteringLoggingProgressMonitorTest)  Time elapsed: 0 s
testIgnoreNonFetchingMessages(org.eclipse.tycho.repository.util.DuplicateFilteringLoggingProgressMonitorTest)  Time elapsed: 0 s
testRemoveMultipleDuplicates(org.eclipse.tycho.repository.util.DuplicateFilteringLoggingProgressMonitorTest)  Time elapsed: 0 s

Results:

Tests run: 219, Failures: 0, Errors: 0, Skipped: 7

[INFO] All tests passed!
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.p2.maven.repository.tests ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/org.eclipse.tycho.p2.maven.repository.tests-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository.tests/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository.tests-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository.tests/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository.tests-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository.tests/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository.tests-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository.tests/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository.tests-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository.tests/target/org.eclipse.tycho.p2.maven.repository.tests-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository.tests/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository.tests-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.maven.repository.tests ---
[INFO] 
[INFO] ---------< org.eclipse.tycho:org.eclipse.tycho.p2.tools.tests >---------
[INFO] Building Tycho p2 Tools Tests 2.6.0-SNAPSHOT                     [18/78]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.p2.tools.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.p2.tools.tests ---
[INFO] The project's OSGi version is 2.6.0.202111181838
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-id (default-validate-id) @ org.eclipse.tycho.p2.tools.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-version (default-validate-version) @ org.eclipse.tycho.p2.tools.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.5.0:target-platform (default-target-platform) @ org.eclipse.tycho.p2.tools.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.p2.tools.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:compile (default-compile) @ org.eclipse.tycho.p2.tools.tests ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.p2.tools.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.p2.tools.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/org.eclipse.tycho.p2.tools.tests-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.p2.tools.tests ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.p2.tools.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/org.eclipse.tycho.p2.tools.tests-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire-plugin:2.5.0:test (default-test) @ org.eclipse.tycho.p2.tools.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -data, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/work/data, -install, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/work, -configuration, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/surefire.properties]
Running org.eclipse.tycho.p2.tools.director.DirectorApplicationCommandTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.tycho.p2.tools.director.DirectorApplicationCommandTest
testAllDirectorApplicationArguments(org.eclipse.tycho.p2.tools.director.DirectorApplicationCommandTest)  Time elapsed: 0.004 s
testNoOsWsArchArguments(org.eclipse.tycho.p2.tools.director.DirectorApplicationCommandTest)  Time elapsed: 0 s
Running org.eclipse.tycho.p2.tools.test.RepositoryReferencesTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tycho.p2.tools.test.RepositoryReferencesTest
testArtifactReposWithOrder(org.eclipse.tycho.p2.tools.test.RepositoryReferencesTest)  Time elapsed: 0.001 s
testNoMetadataRepo(org.eclipse.tycho.p2.tools.test.RepositoryReferencesTest)  Time elapsed: 0 s
testMetadataReposWithOrder(org.eclipse.tycho.p2.tools.test.RepositoryReferencesTest)  Time elapsed: 0 s
testNoArtifactRepo(org.eclipse.tycho.p2.tools.test.RepositoryReferencesTest)  Time elapsed: 0 s
Running org.eclipse.tycho.p2.tools.publisher.PublisherServiceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.714 s - in org.eclipse.tycho.p2.tools.publisher.PublisherServiceTest
testValidateProfileFile(org.eclipse.tycho.p2.tools.publisher.PublisherServiceTest)  Time elapsed: 0.6 s
testCategoryPublishing(org.eclipse.tycho.p2.tools.publisher.PublisherServiceTest)  Time elapsed: 0.556 s
testProfilePublishing(org.eclipse.tycho.p2.tools.publisher.PublisherServiceTest)  Time elapsed: 0.555 s
Running org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.055 s - in org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest
testPublishingWithRootFeatures(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest)  Time elapsed: 0.506 s
testPublishingWithP2Inf(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest)  Time elapsed: 0.555 s
testExpandProductVersionQualifier(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest)  Time elapsed: 0.504 s
testExpandVersionWithSyntaxError(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest)  Time elapsed: 0.554 s
testPublishingWithProductSpecificP2Inf(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest)  Time elapsed: 0.555 s
testExpandVersionsIgnoresBundlesInFeatureBasedProduct(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest)  Time elapsed: 0.554 s
testExpandVersionsOfInclusionsWithZeros(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest)  Time elapsed: 0.554 s
testPublishingReportsAllResolutionErrorsAtOnce(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest)  Time elapsed: 0.554 s
testExpandVersionsOfInclusionsWithQualifierLiterals(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest)  Time elapsed: 0.554 s
testPublishingWithVariableExpansion(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest)  Time elapsed: 0.553 s
testExpandVersionsIgnoresFeaturesInBundleBasedProduct(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest)  Time elapsed: 0.503 s
testProductPublishingWithLaunchers(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest)  Time elapsed: 0.554 s
testPublishingWithMissingFragments(org.eclipse.tycho.p2.tools.publisher.PublishProductToolTest)  Time elapsed: 0.553 s
Running org.eclipse.tycho.p2.tools.publisher.PublisherServiceFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.tycho.p2.tools.publisher.PublisherServiceFactoryTest
testThatRequiredServicesAreAvailable(org.eclipse.tycho.p2.tools.publisher.PublisherServiceFactoryTest)  Time elapsed: 0.017 s
Running org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest
Mirroring: osgi.bundle,org.eclipse.core.runtime,3.5.0.v20090525 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.5.0.v20090525)
Mirroring: osgi.bundle,jarsigning,0.0.1.201109191414 (Descriptor: canonical: osgi.bundle,jarsigning,0.0.1.201109191414)
Mirroring: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512)
Mirroring: osgi.bundle,jarsigning,0.0.1.201109191414 (Descriptor: canonical: osgi.bundle,jarsigning,0.0.1.201109191414)
Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.0.101.R34x_v20080731 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.0.101.R34x_v20080731)
Mirroring: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512)
Mirroring: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86,1.0.101.R34x_v20080731 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86,1.0.101.R34x_v20080731)
Mirroring: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512)
Mirroring: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512)
Mirroring: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512)
Mirroring: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.4.0.v20080512)
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.542 s - in org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest
testMirrorLatestOnly(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest)  Time elapsed: 0.558 s
testNotIgnoringErrorsShouldThrowException(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest)  Time elapsed: 0.554 s
testMirrorSpecificUnitLatestVersion(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest)  Time elapsed: 0.555 s
testIgnoreErrorShouldNotThrowException(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest)  Time elapsed: 0.552 s
testMirrorNotExisting(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest)  Time elapsed: 0.554 s
testMirrorAllUnits(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest)  Time elapsed: 0.554 s
testMirrorSpecificUnitSpecificVersion(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest)  Time elapsed: 0.554 s
testMirrorMatchExpression(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest)  Time elapsed: 0.552 s
testMirrorAppendAlreadyExisting(org.eclipse.tycho.p2.tools.mirroring.MirrorStandaloneTest)  Time elapsed: 1.107 s
Running org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.848 s - in org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest
testMirrorForSeedWithNullIU(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest)  Time elapsed: 0.554 s
testMirrorFeatureAndPatch(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest)  Time elapsed: 0.553 s
testMirrorNothing(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest)  Time elapsed: 0.504 s
testExtraArtifactRepositoryProperties(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest)  Time elapsed: 0.575 s
testMirrorFeatureWithContent(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest)  Time elapsed: 0.554 s
testMirrorWithMissingMandatoryContent(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest)  Time elapsed: 0.552 s
testMirrorPatch(org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceTest)  Time elapsed: 0.555 s
Running org.eclipse.tycho.p2.tools.verfier.VerifierServiceImplTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.166 s - in org.eclipse.tycho.p2.tools.verfier.VerifierServiceImplTest
testFileRepositoryWithTamperedArtifact(org.eclipse.tycho.p2.tools.verfier.VerifierServiceImplTest)  Time elapsed: 0.556 s
testMissingArtifactsReferencedInMetadata(org.eclipse.tycho.p2.tools.verfier.VerifierServiceImplTest)  Time elapsed: 0.503 s
testValidFileRepository(org.eclipse.tycho.p2.tools.verfier.VerifierServiceImplTest)  Time elapsed: 0.553 s
testFileRepositoryWithWrongMd5Sum(org.eclipse.tycho.p2.tools.verfier.VerifierServiceImplTest)  Time elapsed: 0.553 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.p2.tools.tests ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/org.eclipse.tycho.p2.tools.tests-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.tests/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.tests-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.tests/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.tests/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.tests-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.tests/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.tests-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.tests/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.tests-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.tests/target/org.eclipse.tycho.p2.tools.tests-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.tests/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.tests-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.p2.tools.tests ---
[INFO] 
[INFO] -------------------< org.eclipse.tycho:sisu-equinox >-------------------
[INFO] Building Sisu Equinox/Plexus bridge 2.6.0-SNAPSHOT               [19/78]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sisu-equinox ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ sisu-equinox ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ sisu-equinox ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/sisu-equinox/2.6.0-SNAPSHOT/sisu-equinox-2.6.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.tycho:sisu-equinox-api >-----------------
[INFO] Building Sisu Equinox Services API 2.6.0-SNAPSHOT                [20/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sisu-equinox-api ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ sisu-equinox-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sisu-equinox-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ sisu-equinox-api ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ sisu-equinox-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sisu-equinox-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ sisu-equinox-api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sisu-equinox-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ sisu-equinox-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ sisu-equinox-api ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.tycho:sisu-equinox-embedder >---------------
[INFO] Building Sisu Equinox Embedder 2.6.0-SNAPSHOT                    [21/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sisu-equinox-embedder ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ sisu-equinox-embedder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sisu-equinox-embedder ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/classes
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ sisu-equinox-embedder ---
[INFO] Discovered 1 component descriptors(s)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ sisu-equinox-embedder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sisu-equinox-embedder ---
[INFO] No sources to compile
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ sisu-equinox-embedder ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ sisu-equinox-embedder ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sisu-equinox-embedder ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ sisu-equinox-embedder ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ sisu-equinox-embedder ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------< org.eclipse.tycho:tycho-metadata-model >---------------
[INFO] Building Tycho Eclipse Project Metadata Model 2.6.0-SNAPSHOT     [22/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-metadata-model ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-metadata-model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-metadata-model ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-metadata-model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-metadata-model ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-metadata-model ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.maven.test.EclipseModelTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.tycho.maven.test.EclipseModelTest
[INFO] Running org.eclipse.tycho.maven.test.ProductConfigurationTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.tycho.maven.test.ProductConfigurationTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-metadata-model ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/tycho-metadata-model-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-metadata-model ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/tycho-metadata-model-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-metadata-model ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/tycho-metadata-model-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/tycho-metadata-model-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.eclipse.tycho:tycho-embedder-api >----------------
[INFO] Building Tycho Embedder API 2.6.0-SNAPSHOT                       [23/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-embedder-api ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-embedder-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-embedder-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ tycho-embedder-api ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-embedder-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-embedder-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-embedder-api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-embedder-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/tycho-embedder-api-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-embedder-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/tycho-embedder-api-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-embedder-api ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/tycho-embedder-api-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/tycho-embedder-api-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.tycho:tycho-testing-harness >---------------
[INFO] Building Tycho Testing Harness 2.6.0-SNAPSHOT                    [24/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-testing-harness ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-testing-harness ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-testing-harness ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/src/main/java/org/eclipse/tycho/testing/AbstractTychoMojoTestCase.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/src/main/java/org/eclipse/tycho/testing/AbstractTychoMojoTestCase.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/src/main/java/org/eclipse/tycho/test/util/TychoMatchers.java: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/src/main/java/org/eclipse/tycho/test/util/TychoMatchers.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/src/main/java/org/eclipse/tycho/test/util/TychoMatchers.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-testing-harness ---
[INFO] Discovered 2 component descriptors(s)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-testing-harness ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-testing-harness ---
[INFO] No sources to compile
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-testing-harness ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-testing-harness ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-testing-harness ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/tycho-testing-harness-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-testing-harness ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/tycho-testing-harness-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-testing-harness ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/tycho-testing-harness-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/tycho-testing-harness-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------------< org.eclipse.tycho:tycho-core >--------------------
[INFO] Building Tycho Core 2.6.0-SNAPSHOT                               [25/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-core ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (compile-system-packages-companion-jar) @ tycho-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/classes
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (system-packages-companion-jar) @ tycho-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-system-packages-companion.jar
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (copy-system-packages-companion-jar) @ tycho-core ---
[INFO] Executing tasks
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/src/main/resources
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 6 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 99 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/src/main/java/org/eclipse/tycho/dev/DevWorkspaceResolver.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/src/main/java/org/eclipse/tycho/dev/DevWorkspaceResolver.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-core ---
[INFO] Discovered 38 component descriptors(s)
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ tycho-core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] Copying 359 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/test-classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/src/test/java/org/eclipse/tycho/core/test/ArtifactDependencyWalkerTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/src/test/java/org/eclipse/tycho/core/test/ArtifactDependencyWalkerTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-core ---
[INFO] Discovered 1 component descriptors(s)
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-core ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.core.utils.TychoVersionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.tycho.core.utils.TychoVersionTest
[INFO] Running org.eclipse.tycho.core.ee.ExecutionEnvironmentTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: tycho.test.targetJRE:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/targetJRE/bundle/pom.xml
[INFO] Resolving dependencies of MavenProject: tycho.test.targetJRE:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/targetJRE/bundle/pom.xml
[INFO] Resolving class path of MavenProject: tycho.test.targetJRE:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/targetJRE/bundle/pom.xml
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.277 s - in org.eclipse.tycho.core.ee.ExecutionEnvironmentTest
[INFO] Running org.eclipse.tycho.core.ee.StandardExecutionEnvironmentTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.tycho.core.ee.StandardExecutionEnvironmentTest
[INFO] Running org.eclipse.tycho.core.ee.ExecutionEnvironmentConfigurationTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.tycho.core.ee.ExecutionEnvironmentConfigurationTest
[INFO] Running org.eclipse.tycho.core.ee.CustomExecutionEnvironmentTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.tycho.core.ee.CustomExecutionEnvironmentTest
[INFO] Running org.eclipse.tycho.core.maven.TychoInterpolatorTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.818 s - in org.eclipse.tycho.core.maven.TychoInterpolatorTest
[INFO] Running org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipantTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipantTest
[INFO] Running org.eclipse.tycho.core.test.P2IUTest
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: 428310:iuB:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/iuBuildOrder/justIUs/iuB/pom.xml
[INFO] Resolving dependencies of MavenProject: 428310:iuB:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/iuBuildOrder/justIUs/iuB/pom.xml
[INFO] Resolving class path of MavenProject: 428310:iuB:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/iuBuildOrder/justIUs/iuB/pom.xml
[INFO] Computing target platform for MavenProject: 428310:iuA:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/iuBuildOrder/justIUs/iuA/pom.xml
[INFO] Resolving dependencies of MavenProject: 428310:iuA:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/iuBuildOrder/justIUs/iuA/pom.xml
[INFO] Resolving class path of MavenProject: 428310:iuA:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/iuBuildOrder/justIUs/iuA/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: 428310:featureWithIUDeps:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/iuBuildOrder/featureToIU/feature/pom.xml
[INFO] Resolving dependencies of MavenProject: 428310:featureWithIUDeps:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/iuBuildOrder/featureToIU/feature/pom.xml
[INFO] Resolving class path of MavenProject: 428310:featureWithIUDeps:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/iuBuildOrder/featureToIU/feature/pom.xml
[INFO] Computing target platform for MavenProject: 428310:anIU:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/iuBuildOrder/featureToIU/iu/pom.xml
[INFO] Resolving dependencies of MavenProject: 428310:anIU:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/iuBuildOrder/featureToIU/iu/pom.xml
[INFO] Resolving class path of MavenProject: 428310:anIU:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/iuBuildOrder/featureToIU/iu/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: 428310:anIU:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/iuBuildOrder/iuToFeature/iu/pom.xml
[INFO] Resolving dependencies of MavenProject: 428310:anIU:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/iuBuildOrder/iuToFeature/iu/pom.xml
[INFO] Resolving class path of MavenProject: 428310:anIU:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/iuBuildOrder/iuToFeature/iu/pom.xml
[INFO] Computing target platform for MavenProject: 428310:aFeature:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/iuBuildOrder/iuToFeature/feature/pom.xml
[INFO] Resolving dependencies of MavenProject: 428310:aFeature:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/iuBuildOrder/iuToFeature/feature/pom.xml
[INFO] Resolving class path of MavenProject: 428310:aFeature:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/iuBuildOrder/iuToFeature/feature/pom.xml
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.543 s - in org.eclipse.tycho.core.test.P2IUTest
[INFO] Running org.eclipse.tycho.core.test.DefaultBundleReaderTest
[WARNING] Bundle-ClassPath entry foo/bar.txt does not exist in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/src/test/resources/bundlereader/testNestedDirClasspath_1.0.0.201007261122.jar
[WARNING] Ignoring Bundle-ClassPath entry 'external:$user.home$/external-lib.jar' of bundle /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/src/test/resources/bundlereader/testNestedDirClasspath_1.0.0.201007261122.jar
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.736 s - in org.eclipse.tycho.core.test.DefaultBundleReaderTest
[INFO] Running org.eclipse.tycho.core.test.EclipseInstallationLayoutTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.tycho.core.test.EclipseInstallationLayoutTest
[INFO] Running org.eclipse.tycho.core.test.DependencyComputerTest
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: customProfile:bundle:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/customProfile/bundle/pom.xml
[INFO] Resolving dependencies of MavenProject: customProfile:bundle:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/customProfile/bundle/pom.xml
[INFO] Resolving class path of MavenProject: customProfile:bundle:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/customProfile/bundle/pom.xml
[INFO] Computing target platform for MavenProject: customProfile:alternativeProvider:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/customProfile/alternativeProvider/pom.xml
[INFO] Resolving dependencies of MavenProject: customProfile:alternativeProvider:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/customProfile/alternativeProvider/pom.xml
[INFO] Resolving class path of MavenProject: customProfile:alternativeProvider:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/customProfile/alternativeProvider/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-split-mandatory/bundle/pom.xml
[INFO] Resolving dependencies of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-split-mandatory/bundle/pom.xml
[INFO] Resolving class path of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-split-mandatory/bundle/pom.xml
[INFO] Computing target platform for MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:fragment:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-split-mandatory/fragment/pom.xml
[INFO] Resolving dependencies of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:fragment:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-split-mandatory/fragment/pom.xml
[INFO] Resolving class path of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:fragment:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-split-mandatory/fragment/pom.xml
[INFO] Computing target platform for MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-split-mandatory/bundle.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-split-mandatory/bundle.tests/pom.xml
[INFO] Resolving class path of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-split-mandatory/bundle.tests/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: exportpackage:bundle:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/exportpackage/bundle/pom.xml
[INFO] Resolving dependencies of MavenProject: exportpackage:bundle:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/exportpackage/bundle/pom.xml
[INFO] Resolving class path of MavenProject: exportpackage:bundle:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/exportpackage/bundle/pom.xml
[INFO] Computing target platform for MavenProject: exportpackage:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/exportpackage/dep/pom.xml
[INFO] Resolving dependencies of MavenProject: exportpackage:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/exportpackage/dep/pom.xml
[INFO] Resolving class path of MavenProject: exportpackage:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/exportpackage/dep/pom.xml
[INFO] Computing target platform for MavenProject: exportpackage:dep2:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/exportpackage/dep2/pom.xml
[INFO] Resolving dependencies of MavenProject: exportpackage:dep2:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/exportpackage/dep2/pom.xml
[INFO] Resolving class path of MavenProject: exportpackage:dep2:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/exportpackage/dep2/pom.xml
[INFO] Computing target platform for MavenProject: exportpackage:dep3:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/exportpackage/dep3/pom.xml
[INFO] Resolving dependencies of MavenProject: exportpackage:dep3:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/exportpackage/dep3/pom.xml
[INFO] Resolving class path of MavenProject: exportpackage:dep3:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/exportpackage/dep3/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/accessrules/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/accessrules/p001/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/accessrules/p001/pom.xml
[INFO] Computing target platform for MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/accessrules/p002/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/accessrules/p002/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/accessrules/p002/pom.xml
[INFO] Computing target platform for MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/accessrules/p003/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/accessrules/p003/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/accessrules/p003/pom.xml
[INFO] Computing target platform for MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/accessrules/p004/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/accessrules/p004/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/accessrules/p004/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: osgicompile:A:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/deepReexport/A/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:A:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/deepReexport/A/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:A:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/deepReexport/A/pom.xml
[INFO] Computing target platform for MavenProject: osgicompile:B:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/deepReexport/B/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:B:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/deepReexport/B/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:B:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/deepReexport/B/pom.xml
[INFO] Computing target platform for MavenProject: osgicompile:C:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/deepReexport/C/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:C:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/deepReexport/C/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:C:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/deepReexport/C/pom.xml
[INFO] Computing target platform for MavenProject: osgicompile:D:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/deepReexport/D/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:D:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/deepReexport/D/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:D:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/deepReexport/D/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: resolver.fragments.import-class-provided-by-fragment:bundle1:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-import-class-provided-by-fragment-from-package-exported-by-host/bundle1/pom.xml
[INFO] Resolving dependencies of MavenProject: resolver.fragments.import-class-provided-by-fragment:bundle1:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-import-class-provided-by-fragment-from-package-exported-by-host/bundle1/pom.xml
[INFO] Resolving class path of MavenProject: resolver.fragments.import-class-provided-by-fragment:bundle1:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-import-class-provided-by-fragment-from-package-exported-by-host/bundle1/pom.xml
[INFO] Computing target platform for MavenProject: resolver.fragments.import-class-provided-by-fragment:bundle1.fragment:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-import-class-provided-by-fragment-from-package-exported-by-host/bundle1.fragment/pom.xml
[INFO] Resolving dependencies of MavenProject: resolver.fragments.import-class-provided-by-fragment:bundle1.fragment:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-import-class-provided-by-fragment-from-package-exported-by-host/bundle1.fragment/pom.xml
[INFO] Resolving class path of MavenProject: resolver.fragments.import-class-provided-by-fragment:bundle1.fragment:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-import-class-provided-by-fragment-from-package-exported-by-host/bundle1.fragment/pom.xml
[INFO] Computing target platform for MavenProject: resolver.fragments.import-class-provided-by-fragment:bundle2:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-import-class-provided-by-fragment-from-package-exported-by-host/bundle2/pom.xml
[INFO] Resolving dependencies of MavenProject: resolver.fragments.import-class-provided-by-fragment:bundle2:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-import-class-provided-by-fragment-from-package-exported-by-host/bundle2/pom.xml
[INFO] Resolving class path of MavenProject: resolver.fragments.import-class-provided-by-fragment:bundle2:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-import-class-provided-by-fragment-from-package-exported-by-host/bundle2/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: importVsRequire:A:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/importVsRequire/A/pom.xml
[INFO] Resolving dependencies of MavenProject: importVsRequire:A:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/importVsRequire/A/pom.xml
[INFO] Resolving class path of MavenProject: importVsRequire:A:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/importVsRequire/A/pom.xml
[INFO] Computing target platform for MavenProject: importVsRequire:B:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/importVsRequire/B/pom.xml
[INFO] Resolving dependencies of MavenProject: importVsRequire:B:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/importVsRequire/B/pom.xml
[INFO] Resolving class path of MavenProject: importVsRequire:B:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/importVsRequire/B/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-split-package/bundle/pom.xml
[INFO] Resolving dependencies of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-split-package/bundle/pom.xml
[INFO] Resolving class path of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-split-package/bundle/pom.xml
[INFO] Computing target platform for MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:fragment:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-split-package/fragment/pom.xml
[INFO] Resolving dependencies of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:fragment:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-split-package/fragment/pom.xml
[INFO] Resolving class path of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:fragment:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-split-package/fragment/pom.xml
[INFO] Computing target platform for MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-split-package/bundle.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-split-package/bundle.tests/pom.xml
[INFO] Resolving class path of MavenProject: tycho-its-project.363331_extraTargetPlatformRequirements.fragment-split-package:bundle.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment-split-package/bundle.tests/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: fragement:client:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/client/pom.xml
[INFO] Resolving dependencies of MavenProject: fragement:client:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/client/pom.xml
[INFO] Resolving class path of MavenProject: fragement:client:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/client/pom.xml
[INFO] Computing target platform for MavenProject: fragement:fragment:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/fragment/pom.xml
[INFO] Resolving dependencies of MavenProject: fragement:fragment:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/fragment/pom.xml
[INFO] Resolving class path of MavenProject: fragement:fragment:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/fragment/pom.xml
[INFO] Computing target platform for MavenProject: fragement:fragment2:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/fragment2/pom.xml
[INFO] Resolving dependencies of MavenProject: fragement:fragment2:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/fragment2/pom.xml
[INFO] Resolving class path of MavenProject: fragement:fragment2:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/fragment2/pom.xml
[INFO] Computing target platform for MavenProject: fragement:host:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/host/pom.xml
[INFO] Resolving dependencies of MavenProject: fragement:host:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/host/pom.xml
[INFO] Resolving class path of MavenProject: fragement:host:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/host/pom.xml
[INFO] Computing target platform for MavenProject: fragement:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/dep/pom.xml
[INFO] Resolving dependencies of MavenProject: fragement:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/dep/pom.xml
[INFO] Resolving class path of MavenProject: fragement:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/dep/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: bootclasspath:bundle1:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/bootclasspath/bundle1/pom.xml
[INFO] Resolving dependencies of MavenProject: bootclasspath:bundle1:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/bootclasspath/bundle1/pom.xml
[INFO] Resolving class path of MavenProject: bootclasspath:bundle1:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/bootclasspath/bundle1/pom.xml
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: bootclasspath:bundle2:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/bootclasspath/bundle2/pom.xml
[INFO] Resolving dependencies of MavenProject: bootclasspath:bundle2:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/bootclasspath/bundle2/pom.xml
[INFO] Resolving class path of MavenProject: bootclasspath:bundle2:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/bootclasspath/bundle2/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.jface:org.eclipse.jface.databinding:1.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.jface.databinding/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.jface:org.eclipse.jface.databinding:1.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.jface.databinding/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.jface:org.eclipse.jface.databinding:1.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.jface.databinding/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt:3.102.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.swt/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt:3.102.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.swt/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt:3.102.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.swt/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.x86:3.102.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.swt.gtk.linux.x86/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.x86:3.102.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.swt.gtk.linux.x86/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.x86:3.102.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/eeProfile.resolution.fragments/org.eclipse.swt.gtk.linux.x86/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: TYCHO0378unwantedSelfDependency:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/TYCHO0378unwantedSelfDependency/pom.xml
[INFO] Resolving dependencies of MavenProject: TYCHO0378unwantedSelfDependency:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/TYCHO0378unwantedSelfDependency/pom.xml
[INFO] Resolving class path of MavenProject: TYCHO0378unwantedSelfDependency:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/TYCHO0378unwantedSelfDependency/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/reexport/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/reexport/p001/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/reexport/p001/pom.xml
[INFO] Computing target platform for MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/reexport/p002/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/reexport/p002/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/reexport/p002/pom.xml
[INFO] Computing target platform for MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/reexport/p003/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/reexport/p003/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/reexport/p003/pom.xml
[INFO] Computing target platform for MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/reexport/p004/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/reexport/p004/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/reexport/p004/pom.xml
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.334 s - in org.eclipse.tycho.core.test.DependencyComputerTest
[INFO] Running org.eclipse.tycho.core.test.MavenDependencyCollectorTest
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: mavenDependencies:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/mavendeps/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: mavenDependencies:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/mavendeps/p001/pom.xml
[INFO] Resolving class path of MavenProject: mavenDependencies:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/mavendeps/p001/pom.xml
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: mavenDependencies:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/mavendeps/p002/pom.xml
[INFO] Resolving dependencies of MavenProject: mavenDependencies:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/mavendeps/p002/pom.xml
[INFO] Resolving class path of MavenProject: mavenDependencies:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/mavendeps/p002/pom.xml
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: mavenDependencies:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/mavendeps/p003/pom.xml
[INFO] Resolving dependencies of MavenProject: mavenDependencies:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/mavendeps/p003/pom.xml
[INFO] Resolving class path of MavenProject: mavenDependencies:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/mavendeps/p003/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: tycho.test:sourceFolders:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/sourceFolders/pom.xml
[INFO] Resolving dependencies of MavenProject: tycho.test:sourceFolders:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/sourceFolders/pom.xml
[INFO] Resolving class path of MavenProject: tycho.test:sourceFolders:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/sourceFolders/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: test.noDotOnClassPath:consumer:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/nodotonclasspath/consumer/pom.xml
[INFO] Resolving dependencies of MavenProject: test.noDotOnClassPath:consumer:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/nodotonclasspath/consumer/pom.xml
[INFO] Resolving class path of MavenProject: test.noDotOnClassPath:consumer:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/nodotonclasspath/consumer/pom.xml
[INFO] Computing target platform for MavenProject: test.noDotOnClassPath:provider:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/nodotonclasspath/provider/pom.xml
[INFO] Resolving dependencies of MavenProject: test.noDotOnClassPath:provider:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/nodotonclasspath/provider/pom.xml
[INFO] Resolving class path of MavenProject: test.noDotOnClassPath:provider:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/nodotonclasspath/provider/pom.xml
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s - in org.eclipse.tycho.core.test.MavenDependencyCollectorTest
[INFO] Running org.eclipse.tycho.core.test.ArtifactDependencyWalkerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.tycho.core.test.ArtifactDependencyWalkerTest
[INFO] Running org.eclipse.tycho.core.test.LocalDependencyResolverTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s - in org.eclipse.tycho.core.test.LocalDependencyResolverTest
[INFO] Running org.eclipse.tycho.core.test.DefaultDependencyArtifactsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tycho.core.test.DefaultDependencyArtifactsTest
[INFO] Running org.eclipse.tycho.core.test.TychoTest
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: resolutionerror:resolutionerror.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/resolutionerror/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: resolutionerror:resolutionerror.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/resolutionerror/p001/pom.xml
[INFO] Resolving class path of MavenProject: resolutionerror:resolutionerror.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/resolutionerror/p001/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: moduleorder:moduleorder.p003:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/moduleorder/p003/pom.xml
[INFO] Resolving dependencies of MavenProject: moduleorder:moduleorder.p003:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/moduleorder/p003/pom.xml
[INFO] Resolving class path of MavenProject: moduleorder:moduleorder.p003:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/moduleorder/p003/pom.xml
[INFO] Computing target platform for MavenProject: moduleorder:moduleorder.p004:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/moduleorder/p004/pom.xml
[INFO] Resolving dependencies of MavenProject: moduleorder:moduleorder.p004:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/moduleorder/p004/pom.xml
[INFO] Resolving class path of MavenProject: moduleorder:moduleorder.p004:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/moduleorder/p004/pom.xml
[INFO] Computing target platform for MavenProject: moduleorder:moduleorder.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/moduleorder/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: moduleorder:moduleorder.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/moduleorder/p001/pom.xml
[INFO] Resolving class path of MavenProject: moduleorder:moduleorder.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/moduleorder/p001/pom.xml
[INFO] Computing target platform for MavenProject: moduleorder:moduleorder.p002:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/moduleorder/p002/pom.xml
[INFO] Resolving dependencies of MavenProject: moduleorder:moduleorder.p002:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/moduleorder/p002/pom.xml
[INFO] Resolving class path of MavenProject: moduleorder:moduleorder.p002:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/moduleorder/p002/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: projectpriority:projectpriority.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/projectpriority/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: projectpriority:projectpriority.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/projectpriority/p001/pom.xml
[INFO] Resolving class path of MavenProject: projectpriority:projectpriority.p001:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/projectpriority/p001/pom.xml
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: projectpriority:projectpriority.p002:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/projectpriority/p002/pom.xml
[INFO] Resolving dependencies of MavenProject: projectpriority:projectpriority.p002:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/projectpriority/p002/pom.xml
[INFO] Resolving class path of MavenProject: projectpriority:projectpriority.p002:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/projectpriority/p002/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: referencesItself:referencesItself:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/referencesItself/pom.xml
[INFO] Resolving dependencies of MavenProject: referencesItself:referencesItself:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/referencesItself/pom.xml
[INFO] Resolving class path of MavenProject: referencesItself:referencesItself:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/referencesItself/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: pre30:project:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/dummy/pom.xml
[INFO] Resolving dependencies of MavenProject: pre30:project:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/dummy/pom.xml
[INFO] Resolving class path of MavenProject: pre30:project:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/dummy/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: fragement:client:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/client/pom.xml
[INFO] Resolving dependencies of MavenProject: fragement:client:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/client/pom.xml
[INFO] Resolving class path of MavenProject: fragement:client:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/client/pom.xml
[INFO] Computing target platform for MavenProject: fragement:fragment:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/fragment/pom.xml
[INFO] Resolving dependencies of MavenProject: fragement:fragment:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/fragment/pom.xml
[INFO] Resolving class path of MavenProject: fragement:fragment:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/fragment/pom.xml
[INFO] Computing target platform for MavenProject: fragement:fragment2:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/fragment2/pom.xml
[INFO] Resolving dependencies of MavenProject: fragement:fragment2:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/fragment2/pom.xml
[INFO] Resolving class path of MavenProject: fragement:fragment2:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/fragment2/pom.xml
[INFO] Computing target platform for MavenProject: fragement:host:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/host/pom.xml
[INFO] Resolving dependencies of MavenProject: fragement:host:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/host/pom.xml
[INFO] Resolving class path of MavenProject: fragement:host:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/host/pom.xml
[INFO] Computing target platform for MavenProject: fragement:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/dep/pom.xml
[INFO] Resolving dependencies of MavenProject: fragement:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/dep/pom.xml
[INFO] Resolving class path of MavenProject: fragement:dep:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/fragment/dep/pom.xml
[INFO] Computing target platform for MavenProject: explicitenvironment:valid:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/explicitenvironment/valid/pom.xml
[INFO] Resolving dependencies of MavenProject: explicitenvironment:valid:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/explicitenvironment/valid/pom.xml
[INFO] Resolving class path of MavenProject: explicitenvironment:valid:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/explicitenvironment/valid/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: missingentry:project:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/missingentry/pom.xml
[INFO] Resolving dependencies of MavenProject: missingentry:project:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/missingentry/pom.xml
[INFO] Resolving class path of MavenProject: missingentry:project:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/missingentry/pom.xml
[WARNING] Bundle-ClassPath entry missing_dir_entry.jar does not exist in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/src/test/resources/targetplatforms/missingentry/plugins/dirbundle_0.0.1
[WARNING] Bundle-ClassPath entry missing_jar_entry.jar does not exist in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/src/test/resources/targetplatforms/missingentry/plugins/jarbundle_0.0.1.jar
[WARNING] Bundle-ClassPath entry missing_jar_entry.jar does not exist in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/src/test/resources/targetplatforms/missingentry/plugins/jarbundle_0.0.1.jar
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: resolutionerror:feature_missing_plugin:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/resolutionerror/feature_missing_plugin/pom.xml
[INFO] Resolving dependencies of MavenProject: resolutionerror:feature_missing_plugin:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/resolutionerror/feature_missing_plugin/pom.xml
[INFO] Resolving class path of MavenProject: resolutionerror:feature_missing_plugin:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/resolutionerror/feature_missing_plugin/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: resolutionerror:feature_missing_feature:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/resolutionerror/feature_missing_feature/pom.xml
[INFO] Resolving dependencies of MavenProject: resolutionerror:feature_missing_feature:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/resolutionerror/feature_missing_feature/pom.xml
[INFO] Resolving class path of MavenProject: resolutionerror:feature_missing_feature:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/resolutionerror/feature_missing_feature/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: extraclasspath:b01:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/extraclasspath/b01/pom.xml
[INFO] Resolving dependencies of MavenProject: extraclasspath:b01:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/extraclasspath/b01/pom.xml
[INFO] Resolving class path of MavenProject: extraclasspath:b01:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/extraclasspath/b01/pom.xml
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: extraclasspath:b02:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/extraclasspath/b02/pom.xml
[INFO] Resolving dependencies of MavenProject: extraclasspath:b02:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/extraclasspath/b02/pom.xml
[INFO] Resolving class path of MavenProject: extraclasspath:b02:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/extraclasspath/b02/pom.xml
[INFO] Computing target platform for MavenProject: implicitenvironment:simple:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/implicitenvironment/simple/pom.xml
[INFO] Resolving dependencies of MavenProject: implicitenvironment:simple:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/implicitenvironment/simple/pom.xml
[INFO] Resolving class path of MavenProject: implicitenvironment:simple:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/implicitenvironment/simple/pom.xml
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.849 s - in org.eclipse.tycho.core.test.TychoTest
[INFO] Running org.eclipse.tycho.core.locking.FileLockServiceTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.499 s - in org.eclipse.tycho.core.locking.FileLockServiceTest
[INFO] Running org.eclipse.tycho.core.resolver.DefaultTargetPlatformConfigurationReaderTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 s - in org.eclipse.tycho.core.resolver.DefaultTargetPlatformConfigurationReaderTest
[INFO] Running org.eclipse.tycho.core.resolver.DefaultTychoResolverTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tycho.core.resolver.DefaultTychoResolverTest
[INFO] Running org.eclipse.tycho.core.resolver.TychoMirrorSelectorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tycho.core.resolver.TychoMirrorSelectorTest
[INFO] Running org.eclipse.tycho.core.osgitools.OsgiManifestTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tycho.core.osgitools.OsgiManifestTest
[INFO] Running org.eclipse.tycho.core.osgitools.EquinoxResolverTest
[INFO] Computing target platform for MavenProject: org.eclipse:test.bundleNativeCode.using.invalid.alias:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCodeUsingInvalidAliases/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse:test.bundleNativeCode.using.invalid.alias:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCodeUsingInvalidAliases/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse:test.bundleNativeCode.using.invalid.alias:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCodeUsingInvalidAliases/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: javase11:executionenvironment.javase11:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/javase-11/pom.xml
[INFO] Resolving dependencies of MavenProject: javase11:executionenvironment.javase11:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/javase-11/pom.xml
[INFO] Resolving class path of MavenProject: javase11:executionenvironment.javase11:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/javase-11/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse:test.bundleNativeCode:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCode/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse:test.bundleNativeCode:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCode/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse:test.bundleNativeCode:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCode/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse:test.bundleNativeCode.using.aliases:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCodeUsingAliases/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse:test.bundleNativeCode.using.aliases:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCodeUsingAliases/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse:test.bundleNativeCode.using.aliases:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/bundleNativeCode/bundleWithNativeCodeUsingAliases/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/frameworkBundle/org.eclipse.osgi/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/frameworkBundle/org.eclipse.osgi/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/projects/frameworkBundle/org.eclipse.osgi/pom.xml
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s - in org.eclipse.tycho.core.osgitools.EquinoxResolverTest
[INFO] Running org.eclipse.tycho.core.osgitools.BuildPropertiesParserImplTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.tycho.core.osgitools.BuildPropertiesParserImplTest
[INFO] Running org.eclipse.tycho.artifacts.configuration.TargetPlatformFilterConfigurationReaderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s - in org.eclipse.tycho.artifacts.configuration.TargetPlatformFilterConfigurationReaderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 161, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ tycho-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-core ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-system-packages-companion.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-system-packages-companion.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --------------< org.eclipse.tycho:sisu-equinox-launching >--------------
[INFO] Building Sisu Equinox Launching 2.6.0-SNAPSHOT                   [26/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sisu-equinox-launching ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ sisu-equinox-launching ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-launching/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sisu-equinox-launching ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-launching/target/classes
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ sisu-equinox-launching ---
[INFO] Discovered 3 component descriptors(s)
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ sisu-equinox-launching ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ sisu-equinox-launching ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-launching/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sisu-equinox-launching ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-launching/target/test-classes
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ sisu-equinox-launching ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ sisu-equinox-launching ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-launching/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.sisu.equinox.launching.internal.EquinoxLaunchConfigurationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.sisu.equinox.launching.internal.EquinoxLaunchConfigurationTest
[INFO] Running org.eclipse.sisu.equinox.launching.internal.DefaultEquinoxInstallationFactoryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.895 s - in org.eclipse.sisu.equinox.launching.internal.DefaultEquinoxInstallationFactoryTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sisu-equinox-launching ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-launching/target/sisu-equinox-launching-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ sisu-equinox-launching ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-launching/target/sisu-equinox-launching-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ sisu-equinox-launching ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-launching/target/sisu-equinox-launching-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/sisu-equinox-launching/2.6.0-SNAPSHOT/sisu-equinox-launching-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-launching/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/sisu-equinox-launching/2.6.0-SNAPSHOT/sisu-equinox-launching-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-launching/target/sisu-equinox-launching-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/sisu-equinox-launching/2.6.0-SNAPSHOT/sisu-equinox-launching-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.eclipse.tycho:tycho-lib-detector >----------------
[INFO] Building Tycho JVM Library Detector 2.6.0-SNAPSHOT               [27/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-lib-detector ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-lib-detector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-lib-detector/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-lib-detector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-lib-detector/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-lib-detector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-lib-detector/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-lib-detector ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-lib-detector ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-lib-detector ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-lib-detector/target/tycho-lib-detector-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-lib-detector ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-lib-detector/target/tycho-lib-detector-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-lib-detector ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-lib-detector/target/tycho-lib-detector-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-lib-detector/2.6.0-SNAPSHOT/tycho-lib-detector-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-lib-detector/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-lib-detector/2.6.0-SNAPSHOT/tycho-lib-detector-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-lib-detector/target/tycho-lib-detector-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-lib-detector/2.6.0-SNAPSHOT/tycho-lib-detector-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.eclipse.tycho:tycho-compiler-jdt >----------------
[INFO] Building Tycho JDT Compiler Component 2.6.0-SNAPSHOT             [28/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-compiler-jdt ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-compiler-jdt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-jdt/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-compiler-jdt ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-jdt/target/classes
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-compiler-jdt ---
[INFO] Discovered 2 component descriptors(s)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-compiler-jdt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-compiler-jdt ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-jdt/target/test-classes
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-compiler-jdt ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-compiler-jdt ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-jdt/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.compiler.jdt.JDTCompilerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.tycho.compiler.jdt.JDTCompilerTest
[INFO] Running org.eclipse.tycho.compiler.jdt.JdkLibraryInfoProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s - in org.eclipse.tycho.compiler.jdt.JdkLibraryInfoProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-compiler-jdt ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-jdt/target/tycho-compiler-jdt-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-compiler-jdt ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-jdt/target/tycho-compiler-jdt-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-compiler-jdt ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-jdt/target/tycho-compiler-jdt-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-compiler-jdt/2.6.0-SNAPSHOT/tycho-compiler-jdt-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-jdt/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-compiler-jdt/2.6.0-SNAPSHOT/tycho-compiler-jdt-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-jdt/target/tycho-compiler-jdt-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-compiler-jdt/2.6.0-SNAPSHOT/tycho-compiler-jdt-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.tycho:tycho-compiler-plugin >---------------
[INFO] Building Tycho OSGi Compiler Plugin 2.6.0-SNAPSHOT               [29/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-compiler-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-compiler-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-compiler-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/src/main/java/org/eclipse/tycho/compiler/AbstractOsgiCompilerMojo.java: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/src/main/java/org/eclipse/tycho/compiler/AbstractOsgiCompilerMojo.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/src/main/java/org/eclipse/tycho/compiler/AbstractOsgiCompilerMojo.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-compiler-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 2 mojo descriptors.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-compiler-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 252 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-compiler-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-compiler-plugin ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.osgicompiler.test.OsgiCompilerTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: org.eclipse.tycho.test:projectSettings02:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/projectSettings/p002/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:projectSettings02:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/projectSettings/p002/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho.test:projectSettings02:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/projectSettings/p002/pom.xml
[debug] Manifest BREEs: []
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 11/11
[debug] Using compiler 'jdt'.
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/projectSettings/p002/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: classpath:miltijar:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/multijar/pom.xml
[INFO] Resolving dependencies of MavenProject: classpath:miltijar:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/multijar/pom.xml
[INFO] Resolving class path of MavenProject: classpath:miltijar:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/multijar/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: resources:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: resources:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p001/pom.xml
[INFO] Resolving class path of MavenProject: resources:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p001/pom.xml
[debug] Manifest BREEs: []
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 11/11
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p001/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p001/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: osgicompile:bootclasspath-accessrules:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:bootclasspath-accessrules:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:bootclasspath-accessrules:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/pom.xml
[debug] Manifest BREEs: [OSGi profile 'J2SE-1.4' { source level: 1.3, target level: 1.2}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.3/1.2
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/target/a.jar-classes
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/bootclasspath-accessrules/target/b.jar-classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: resources:p004:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p004/pom.xml
[INFO] Resolving dependencies of MavenProject: resources:p004:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p004/pom.xml
[INFO] Resolving class path of MavenProject: resources:p004:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p004/pom.xml
[debug] Manifest BREEs: []
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 11/11
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p004/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p004/target/classes
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p004/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p004/target/nested.jar-classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: multisource:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/multisource/p002/pom.xml
[INFO] Resolving dependencies of MavenProject: multisource:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/multisource/p002/pom.xml
[INFO] Resolving class path of MavenProject: multisource:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/multisource/p002/pom.xml
[debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.5/1.5
[debug] Using compiler 'jdt'.
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/multisource/p002/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: logs:multiJarSingleDir:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/pom.xml
[INFO] Resolving dependencies of MavenProject: logs:multiJarSingleDir:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/pom.xml
[INFO] Resolving class path of MavenProject: logs:multiJarSingleDir:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/pom.xml
[debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.5/1.5
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/target/classes
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/multiJarSingleDir/target/library.jar-classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: org.eclipse.tycho.test:jreCompilationProfile:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/useJDKBREE/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:jreCompilationProfile:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/useJDKBREE/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho.test:jreCompilationProfile:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/useJDKBREE/pom.xml
[debug] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.8/1.8
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/useJDKBREE/.settings/org.eclipse.jdt.core.prefs' could not be found!
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p001/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p001/pom.xml
[INFO] Computing target platform for MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p002/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p002/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p002/pom.xml
[INFO] Computing target platform for MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p003/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p003/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p003/pom.xml
[INFO] Computing target platform for MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p004/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p004/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p004/pom.xml
[debug] Manifest BREEs: []
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 11/11
[debug] Using compiler 'jdt'.
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p001/target/classes
[debug] Manifest BREEs: []
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 11/11
[debug] Using compiler 'jdt'.
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p003/target/classes
[debug] Manifest BREEs: []
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 11/11
[debug] Using compiler 'jdt'.
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p004/target/classes
[debug] Manifest BREEs: []
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 11/11
[debug] Using compiler 'jdt'.
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p002/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: org.eclipse.tycho.test:compilerMessages:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/compilermessages/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:compilerMessages:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/compilermessages/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho.test:compilerMessages:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/compilermessages/pom.xml
[debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.5/1.5
[debug] Using compiler 'jdt'.
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/compilermessages/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: logs:multiJarMultiDir:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/multiJarMultiDir/pom.xml
[INFO] Resolving dependencies of MavenProject: logs:multiJarMultiDir:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/multiJarMultiDir/pom.xml
[INFO] Resolving class path of MavenProject: logs:multiJarMultiDir:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/multiJarMultiDir/pom.xml
[debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.5/1.5
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/multiJarMultiDir/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/multiJarMultiDir/target/classes
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/multiJarMultiDir/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/multiJarMultiDir/target/lib/library.jar-classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: executionEnvironments:p006-newerEEthenBREE:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p006-newerEEthanBREE/pom.xml
[INFO] Resolving dependencies of MavenProject: executionEnvironments:p006-newerEEthenBREE:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p006-newerEEthanBREE/pom.xml
[INFO] Resolving class path of MavenProject: executionEnvironments:p006-newerEEthenBREE:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p006-newerEEthanBREE/pom.xml
[debug] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.8/1.8
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p006-newerEEthanBREE/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p006-newerEEthanBREE/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: executionEnvironments:p007-automaticReleaseCommpilerArgumentDeterminationDisabled:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p007-automaticReleaseCommpilerArgumentDeterminationDisabled/pom.xml
[INFO] Resolving dependencies of MavenProject: executionEnvironments:p007-automaticReleaseCommpilerArgumentDeterminationDisabled:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p007-automaticReleaseCommpilerArgumentDeterminationDisabled/pom.xml
[INFO] Resolving class path of MavenProject: executionEnvironments:p007-automaticReleaseCommpilerArgumentDeterminationDisabled:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p007-automaticReleaseCommpilerArgumentDeterminationDisabled/pom.xml
[debug] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.8/1.8
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p007-automaticReleaseCommpilerArgumentDeterminationDisabled/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p007-automaticReleaseCommpilerArgumentDeterminationDisabled/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: executionEnvironments:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/eeAsRequirement/pom.xml
[INFO] Resolving dependencies of MavenProject: executionEnvironments:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/eeAsRequirement/pom.xml
[INFO] Resolving class path of MavenProject: executionEnvironments:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/eeAsRequirement/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: multisource:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/multisource/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: multisource:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/multisource/p001/pom.xml
[INFO] Resolving class path of MavenProject: multisource:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/multisource/p001/pom.xml
[debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.5/1.5
[debug] Using compiler 'jdt'.
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/multisource/p001/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: org.eclipse.tycho.test:projectSettings01:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/projectSettings/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:projectSettings01:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/projectSettings/p001/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho.test:projectSettings01:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/projectSettings/p001/pom.xml
[debug] Manifest BREEs: []
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 11/11
[debug] Using compiler 'jdt'.
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/projectSettings/p001/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p001/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p001/pom.xml
[INFO] Computing target platform for MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p002/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p002/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p002/pom.xml
[INFO] Computing target platform for MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p003/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p003/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p003/pom.xml
[INFO] Computing target platform for MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p004/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p004/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p004/pom.xml
[debug] Manifest BREEs: []
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 11/11
[debug] Using compiler 'jdt'.
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p001/target/classes
[debug] Manifest BREEs: []
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 11/11
[debug] Using compiler 'jdt'.
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p003/target/classes
[debug] Manifest BREEs: []
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 11/11
[debug] Using compiler 'jdt'.
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/accessrules/p004/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/customCompilerArgs/pom.xml
[INFO] Resolving dependencies of MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/customCompilerArgs/pom.xml
[INFO] Resolving class path of MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/customCompilerArgs/pom.xml
[debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.5/1.5
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/customCompilerArgs/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/customCompilerArgs/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: tycho-its-project:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/crosstalk/bundle01/pom.xml
[INFO] Resolving dependencies of MavenProject: tycho-its-project:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/crosstalk/bundle01/pom.xml
[INFO] Resolving class path of MavenProject: tycho-its-project:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/crosstalk/bundle01/pom.xml
[INFO] Computing target platform for MavenProject: tycho-its-project:bundle02:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/crosstalk/bundle02/pom.xml
[INFO] Resolving dependencies of MavenProject: tycho-its-project:bundle02:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/crosstalk/bundle02/pom.xml
[INFO] Resolving class path of MavenProject: tycho-its-project:bundle02:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/crosstalk/bundle02/pom.xml
[debug] Manifest BREEs: [OSGi profile 'OSGi/Minimum-1.0' { source level: 1.3, target level: 1.1}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.3/1.1
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/crosstalk/bundle01/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/crosstalk/bundle01/target/classes
[debug] Manifest BREEs: []
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 11/11
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/crosstalk/bundle02/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/crosstalk/bundle02/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: osgicompile:367431_frameworkExtensionCompileAccessRules:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/367431_frameworkExtensionCompileAccessRules/bundle/pom.xml
[INFO] Resolving dependencies of MavenProject: osgicompile:367431_frameworkExtensionCompileAccessRules:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/367431_frameworkExtensionCompileAccessRules/bundle/pom.xml
[INFO] Resolving class path of MavenProject: osgicompile:367431_frameworkExtensionCompileAccessRules:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/367431_frameworkExtensionCompileAccessRules/bundle/pom.xml
[debug] Manifest BREEs: [OSGi profile 'JavaSE-1.8' { source level: 1.8, target level: 1.8}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.8/1.8
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/367431_frameworkExtensionCompileAccessRules/bundle/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/367431_frameworkExtensionCompileAccessRules/bundle/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: classpath:embedednonclasspath:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/embedednonclasspath/pom.xml
[INFO] Resolving dependencies of MavenProject: classpath:embedednonclasspath:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/embedednonclasspath/pom.xml
[INFO] Resolving class path of MavenProject: classpath:embedednonclasspath:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/embedednonclasspath/pom.xml
[debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.5/1.5
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/embedednonclasspath/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/embedednonclasspath/target/library.jar-classes
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/embedednonclasspath/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/embedednonclasspath/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: classpath:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/classpath/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: classpath:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/classpath/p001/pom.xml
[INFO] Resolving class path of MavenProject: classpath:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/classpath/p001/pom.xml
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: classpath:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/classpath/p002/pom.xml
[INFO] Resolving dependencies of MavenProject: classpath:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/classpath/p002/pom.xml
[INFO] Resolving class path of MavenProject: classpath:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/classpath/p002/pom.xml
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: classpath:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/classpath/p004/pom.xml
[INFO] Resolving dependencies of MavenProject: classpath:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/classpath/p004/pom.xml
[INFO] Resolving class path of MavenProject: classpath:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/classpath/p004/pom.xml
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: classpath:p005:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/classpath/p005/pom.xml
[INFO] Resolving dependencies of MavenProject: classpath:p005:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/classpath/p005/pom.xml
[INFO] Resolving class path of MavenProject: classpath:p005:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/classpath/p005/pom.xml
[debug] Manifest BREEs: []
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 11/11
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/classpath/p005/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/classpath/p005/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: resources:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p002/pom.xml
[INFO] Resolving dependencies of MavenProject: resources:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p002/pom.xml
[INFO] Resolving class path of MavenProject: resources:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p002/pom.xml
[debug] Manifest BREEs: []
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 11/11
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p002/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p002/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: classpath:miltijar:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/multijar/pom.xml
[INFO] Resolving dependencies of MavenProject: classpath:miltijar:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/multijar/pom.xml
[INFO] Resolving class path of MavenProject: classpath:miltijar:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/multijar/pom.xml
[debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.5/1.5
[debug] Using compiler 'jdt'.
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/multijar/target/classes
[debug] Using compiler 'jdt'.
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/multijar/target/library.jar-classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: bree-target-compatibility:bree-target-compatibility:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/bree-target-compatibility/pom.xml
[INFO] Resolving dependencies of MavenProject: bree-target-compatibility:bree-target-compatibility:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/bree-target-compatibility/pom.xml
[INFO] Resolving class path of MavenProject: bree-target-compatibility:bree-target-compatibility:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/bree-target-compatibility/pom.xml
[debug] Manifest BREEs: [OSGi profile 'JavaSE-1.6' { source level: 1.6, target level: 1.6}, OSGi profile 'J2SE-1.2' { source level: 1.3, target level: 1.1}, OSGi profile 'CDC-1.0/Foundation-1.0' { source level: 1.3, target level: 1.1}, OSGi profile 'OSGi/Minimum-1.2' { source level: 1.3, target level: 1.2}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.3/1.5
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: org.eclipse.tycho.test:compilerArgs:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/compiler-args/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:compilerArgs:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/compiler-args/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho.test:compilerArgs:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/compiler-args/pom.xml
[debug] Manifest BREEs: []
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 11/11
[debug] Using compiler 'jdt'.
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/compiler-args/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: org.eclipse.tycho.test:projectSettings01:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/projectSettings/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:projectSettings01:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/projectSettings/p001/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho.test:projectSettings01:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/projectSettings/p001/pom.xml
[debug] Manifest BREEs: []
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 11/11
[debug] Using compiler 'jdt'.
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/projectSettings/p001/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: org.eclipse.tycho.test:jreCompilationProfile:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/jreCompilationProfile/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tycho.test:jreCompilationProfile:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/jreCompilationProfile/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tycho.test:jreCompilationProfile:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/jreCompilationProfile/pom.xml
[debug] Manifest BREEs: [OSGi profile 'JavaSE-1.7' { source level: 1.7, target level: 1.7}, OSGi profile 'JavaSE/compact1-1.8' { source level: 1.8, target level: 1.8}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.8/1.8
[warn] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.tycho.test:jreCompilationProfile:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/jreCompilationProfile/pom.xml
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/jreCompilationProfile/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/jreCompilationProfile/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: resources:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p003/pom.xml
[INFO] Resolving dependencies of MavenProject: resources:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p003/pom.xml
[INFO] Resolving class path of MavenProject: resources:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p003/pom.xml
[debug] Manifest BREEs: []
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 11/11
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p003/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/resources/p003/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/singleJar/pom.xml
[INFO] Resolving dependencies of MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/singleJar/pom.xml
[INFO] Resolving class path of MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/singleJar/pom.xml
[debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.5/1.5
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/singleJar/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/singleJar/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: TYCHO0400indirectDependencies:A:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/indirectDependencies/A/pom.xml
[INFO] Resolving dependencies of MavenProject: TYCHO0400indirectDependencies:A:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/indirectDependencies/A/pom.xml
[INFO] Resolving class path of MavenProject: TYCHO0400indirectDependencies:A:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/indirectDependencies/A/pom.xml
[INFO] Computing target platform for MavenProject: TYCHO0400indirectDependencies:B:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/indirectDependencies/B/pom.xml
[INFO] Resolving dependencies of MavenProject: TYCHO0400indirectDependencies:B:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/indirectDependencies/B/pom.xml
[INFO] Resolving class path of MavenProject: TYCHO0400indirectDependencies:B:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/indirectDependencies/B/pom.xml
[INFO] Computing target platform for MavenProject: TYCHO0400indirectDependencies:C:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/indirectDependencies/C/pom.xml
[INFO] Resolving dependencies of MavenProject: TYCHO0400indirectDependencies:C:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/indirectDependencies/C/pom.xml
[INFO] Resolving class path of MavenProject: TYCHO0400indirectDependencies:C:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/indirectDependencies/C/pom.xml
[debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.5/1.5
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/indirectDependencies/C/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/indirectDependencies/C/target/classes
[debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.5/1.5
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/indirectDependencies/B/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/indirectDependencies/B/target/classes
[debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.5/1.5
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/indirectDependencies/A/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/indirectDependencies/A/target/classes
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/customCompilerArgsAndLog/pom.xml
[INFO] Resolving dependencies of MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/customCompilerArgsAndLog/pom.xml
[INFO] Resolving class path of MavenProject: logs:singleJar:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/logs/customCompilerArgsAndLog/pom.xml
[debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.5/1.5
[debug] Using compiler 'jdt'.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: executionEnvironments:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: executionEnvironments:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p001/pom.xml
[INFO] Resolving class path of MavenProject: executionEnvironments:p001:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p001/pom.xml
[INFO] Computing target platform for MavenProject: executionEnvironments:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p002/pom.xml
[INFO] Resolving dependencies of MavenProject: executionEnvironments:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p002/pom.xml
[INFO] Resolving class path of MavenProject: executionEnvironments:p002:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p002/pom.xml
[INFO] Computing target platform for MavenProject: executionEnvironments:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p003/pom.xml
[INFO] Resolving dependencies of MavenProject: executionEnvironments:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p003/pom.xml
[INFO] Resolving class path of MavenProject: executionEnvironments:p003:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p003/pom.xml
[INFO] Computing target platform for MavenProject: executionEnvironments:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p004/pom.xml
[INFO] Resolving dependencies of MavenProject: executionEnvironments:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p004/pom.xml
[INFO] Resolving class path of MavenProject: executionEnvironments:p004:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p004/pom.xml
[INFO] Computing target platform for MavenProject: executionEnvironments:p005:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p005/pom.xml
[INFO] Resolving dependencies of MavenProject: executionEnvironments:p005:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p005/pom.xml
[INFO] Resolving class path of MavenProject: executionEnvironments:p005:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p005/pom.xml
[debug] Manifest BREEs: []
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 11/11
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p001/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p001/target/classes
[debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}, OSGi profile 'OSGi/Minimum-1.0' { source level: 1.3, target level: 1.1}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.3/1.1
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p002/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p002/target/classes
[debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.5/jsr14
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p003/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p003/target/classes
[debug] Manifest BREEs: [OSGi profile 'OSGi/Minimum-1.2' { source level: 1.3, target level: 1.2}]
[debug] Target Platform EE: OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}
[debug] Effective source/target: 1.3/1.2
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p004/.settings/org.eclipse.jdt.core.prefs' could not be found!
[info] Nothing to compile - all classes are up to date
[debug] Manifest BREEs: [OSGi profile 'J2SE-1.5' { source level: 1.5, target level: 1.5}]
[debug] Target Platform EE: OSGi profile 'JavaSE-11' { source level: 11, target level: 11}
[debug] Effective source/target: 1.5/jsr14
[debug] Using compiler 'jdt'.
[warn] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p005/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/projects/executionEnvironment/p005/target/classes
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.965 s - in org.eclipse.tycho.osgicompiler.test.OsgiCompilerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-compiler-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/tycho-compiler-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-compiler-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-compiler-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/tycho-compiler-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-compiler-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/tycho-compiler-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-compiler-plugin/2.6.0-SNAPSHOT/tycho-compiler-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-compiler-plugin/2.6.0-SNAPSHOT/tycho-compiler-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-compiler-plugin/target/tycho-compiler-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-compiler-plugin/2.6.0-SNAPSHOT/tycho-compiler-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.tycho:tycho-packaging-plugin >--------------
[INFO] Building Tycho OSGi Packaging Plugin 2.6.0-SNAPSHOT              [30/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-packaging-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-packaging-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-packaging-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/src/main/java/org/eclipse/tycho/packaging/UpdateSiteAssembler.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/src/main/java/org/eclipse/tycho/packaging/UpdateSiteAssembler.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/src/main/java/org/eclipse/tycho/packaging/ProductExportMojo.java: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/src/main/java/org/eclipse/tycho/packaging/ProductExportMojo.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/src/main/java/org/eclipse/tycho/packaging/ProductExportMojo.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-packaging-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 11 mojo descriptors.
line 2 column 68 - Error: plugin is not recognized!
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-packaging-plugin ---
[INFO] Discovered 6 component descriptors(s)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-packaging-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 113 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-packaging-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/test-classes
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-packaging-plugin ---
[INFO] Discovered 2 component descriptors(s)
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-packaging-plugin ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.packaging.FeatureXmlTransformerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s - in org.eclipse.tycho.packaging.FeatureXmlTransformerTest
[INFO] Running org.eclipse.tycho.packaging.sourceref.SourceReferenceComputerTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.772 s - in org.eclipse.tycho.packaging.sourceref.SourceReferenceComputerTest
[INFO] Running org.eclipse.tycho.packaging.sourceref.ScmUrlTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tycho.packaging.sourceref.ScmUrlTest
[INFO] Running org.eclipse.tycho.packaging.IUXmlTransformerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.tycho.packaging.IUXmlTransformerTest
[INFO] Running org.eclipse.tycho.packaging.IncludeValidationHelperTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.tycho.packaging.IncludeValidationHelperTest
[INFO] Running org.eclipse.tycho.buildnumber.test.PackageFeatureMojoTest
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: addMavenDescriptor:featureForcedToTrue:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureForcedToTrue/pom.xml
[INFO] Resolving dependencies of MavenProject: addMavenDescriptor:featureForcedToTrue:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureForcedToTrue/pom.xml
[INFO] Resolving class path of MavenProject: addMavenDescriptor:featureForcedToTrue:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureForcedToTrue/pom.xml
[WARNING] No maven session available, values in the build.properties will not be interpolated!
[INFO] The project's OSGi version is 1.0.0.202111181842
[WARNING] Skipping version reference expansion in eclipse-feature project using the deprecated -Dtycho.targetPlatform configuration
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureForcedToTrue/target/featureForcedToTrue.jar
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: addMavenDescriptor:featureDefault:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureDefault/pom.xml
[INFO] Resolving dependencies of MavenProject: addMavenDescriptor:featureDefault:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureDefault/pom.xml
[INFO] Resolving class path of MavenProject: addMavenDescriptor:featureDefault:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureDefault/pom.xml
[WARNING] No maven session available, values in the build.properties will not be interpolated!
[INFO] The project's OSGi version is 1.0.0.202111181842
[WARNING] Skipping version reference expansion in eclipse-feature project using the deprecated -Dtycho.targetPlatform configuration
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/addMavenDescriptor/featureDefault/target/featureDefault.jar
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: licenseFeature:licenseFeature.feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/licenseFeature/feature/pom.xml
[INFO] Resolving dependencies of MavenProject: licenseFeature:licenseFeature.feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/licenseFeature/feature/pom.xml
[INFO] Resolving class path of MavenProject: licenseFeature:licenseFeature.feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/licenseFeature/feature/pom.xml
[WARNING] No maven session available, values in the build.properties will not be interpolated!
[INFO] The project's OSGi version is 0.0.1.202111181842
[WARNING] Skipping version reference expansion in eclipse-feature project using the deprecated -Dtycho.targetPlatform configuration
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/licenseFeature/feature/target/feature.jar
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.149 s - in org.eclipse.tycho.buildnumber.test.PackageFeatureMojoTest
[INFO] Running org.eclipse.tycho.buildnumber.test.PackagePluginMojoTest
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: addMavenDescriptor:pluginDefault:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginDefault/pom.xml
[INFO] Resolving dependencies of MavenProject: addMavenDescriptor:pluginDefault:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginDefault/pom.xml
[INFO] Resolving class path of MavenProject: addMavenDescriptor:pluginDefault:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginDefault/pom.xml
[INFO] The project's OSGi version is 1.0.0.202111181842
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginDefault/build.properties: bin.includes value(s) must be specified.
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginDefault/target/pluginDefault.jar
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: addMavenDescriptor:pluginForcedToFalse:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginForcedToFalse/pom.xml
[INFO] Resolving dependencies of MavenProject: addMavenDescriptor:pluginForcedToFalse:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginForcedToFalse/pom.xml
[INFO] Resolving class path of MavenProject: addMavenDescriptor:pluginForcedToFalse:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginForcedToFalse/pom.xml
[INFO] The project's OSGi version is 0.0.1.202111181842
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginForcedToFalse/build.properties: bin.includes value(s) must be specified.
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/addMavenDescriptor/pluginForcedToFalse/target/pluginForcedToFalse.jar
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: binIncludes:binIncludes.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/binIncludesNoDot/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: binIncludes:binIncludes.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/binIncludesNoDot/p001/pom.xml
[INFO] Resolving class path of MavenProject: binIncludes:binIncludes.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/binIncludesNoDot/p001/pom.xml
[INFO] The project's OSGi version is 0.0.1.202111181842
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/binIncludesNoDot/p001/target/test.jar
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/customManifestNestedJar/pom.xml
[INFO] Resolving dependencies of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/customManifestNestedJar/pom.xml
[INFO] Resolving class path of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/customManifestNestedJar/pom.xml
[INFO] The project's OSGi version is 0.0.1.202111181842
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/customManifestNestedJar/nested.jar
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/customManifestNestedJar/target/test.jar
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/noManifestVersion/pom.xml
[INFO] Resolving dependencies of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/noManifestVersion/pom.xml
[INFO] Resolving class path of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/noManifestVersion/pom.xml
[INFO] The project's OSGi version is 0.0.1.202111181842
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/noManifestVersion/build.properties: bin.includes value(s) must be specified.
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/binIncludes/p001/target/test.jar
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/binIncludesSpaces/pom.xml
[INFO] Resolving dependencies of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/binIncludesSpaces/pom.xml
[INFO] Resolving class path of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/binIncludesSpaces/pom.xml
[INFO] The project's OSGi version is 0.0.1.202111181842
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/binIncludesSpaces/target/test.jar
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/outputClassesInANestedFolder/pom.xml
[INFO] Resolving dependencies of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/outputClassesInANestedFolder/pom.xml
[INFO] Resolving class path of MavenProject: noManifestVersion:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/outputClassesInANestedFolder/pom.xml
[INFO] The project's OSGi version is 0.0.1.202111181842
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/outputClassesInANestedFolder/target/test.jar
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.005 s - in org.eclipse.tycho.buildnumber.test.PackagePluginMojoTest
[INFO] Running org.eclipse.tycho.buildnumber.test.PackageUpdateSiteMojoTest
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: updatesite.test:updatesite:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/pom.xml
[INFO] Resolving dependencies of MavenProject: updatesite.test:updatesite:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/pom.xml
[INFO] Resolving class path of MavenProject: updatesite.test:updatesite:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/pom.xml
[INFO] Building zip: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/target/site.zip
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: updatesite.test:updatesite:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/pom.xml
[INFO] Resolving dependencies of MavenProject: updatesite.test:updatesite:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/pom.xml
[INFO] Resolving class path of MavenProject: updatesite.test:updatesite:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/pom.xml
[INFO] Building zip: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/target/site.zip
[INFO] Building zip: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/target/site_assembly.zip
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: updatesite.test:updatesite:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/pom.xml
[INFO] Resolving dependencies of MavenProject: updatesite.test:updatesite:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/pom.xml
[INFO] Resolving class path of MavenProject: updatesite.test:updatesite:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/pom.xml
[INFO] Building zip: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/target/site.zip
[INFO] Building zip: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/updateSitePackaging/updatesite/target/site_assembly.zip
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.446 s - in org.eclipse.tycho.buildnumber.test.PackageUpdateSiteMojoTest
[INFO] Running org.eclipse.tycho.buildnumber.test.PackageIUMojoTest
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: 428310:iuWithPayloadButNoArtifactReference:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/iuWithPayloadButNoArtifactReference/pom.xml
[INFO] Resolving dependencies of MavenProject: 428310:iuWithPayloadButNoArtifactReference:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/iuWithPayloadButNoArtifactReference/pom.xml
[INFO] Resolving class path of MavenProject: 428310:iuWithPayloadButNoArtifactReference:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/iuWithPayloadButNoArtifactReference/pom.xml
[INFO] The project's OSGi version is 1.0.0
[warn] Skipping version reference expansion in p2iu project using the deprecated -Dtycho.targetPlatform configuration
[INFO] Building zip: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/iuWithPayloadButNoArtifactReference/target/iuWithPayloadButNoArtifactReference-1.0.0.zip
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: 428310:iuWithoutPayload:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/iuWithoutPayload/pom.xml
[INFO] Resolving dependencies of MavenProject: 428310:iuWithoutPayload:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/iuWithoutPayload/pom.xml
[INFO] Resolving class path of MavenProject: 428310:iuWithoutPayload:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/iuWithoutPayload/pom.xml
[INFO] The project's OSGi version is 1.0.0
[warn] Skipping version reference expansion in p2iu project using the deprecated -Dtycho.targetPlatform configuration
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: 428310:iuWithPayload:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/iuWithPayload/pom.xml
[INFO] Resolving dependencies of MavenProject: 428310:iuWithPayload:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/iuWithPayload/pom.xml
[INFO] Resolving class path of MavenProject: 428310:iuWithPayload:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/iuWithPayload/pom.xml
[INFO] The project's OSGi version is 1.0.0
[warn] Skipping version reference expansion in p2iu project using the deprecated -Dtycho.targetPlatform configuration
[INFO] Building zip: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/iuWithPayload/target/iuWithPayload-1.0.0.zip
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.338 s - in org.eclipse.tycho.buildnumber.test.PackageIUMojoTest
[INFO] Running org.eclipse.tycho.buildnumber.test.ValidateVersionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s - in org.eclipse.tycho.buildnumber.test.ValidateVersionTest
[INFO] Running org.eclipse.tycho.buildversion.TimestampFinderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tycho.buildversion.TimestampFinderTest
[INFO] Running org.eclipse.tycho.buildversion.BuildQualifierTest
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml
[INFO] Resolving class path of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: buildqualifier:fullyqualified:0.0.1.123456 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/fullyqualified/pom.xml
[INFO] Resolving dependencies of MavenProject: buildqualifier:fullyqualified:0.0.1.123456 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/fullyqualified/pom.xml
[INFO] Resolving class path of MavenProject: buildqualifier:fullyqualified:0.0.1.123456 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/fullyqualified/pom.xml
[INFO] The project's OSGi version is 0.0.1.123456
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: unpasablequalifier:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/unpasablequalifier/bundle/pom.xml
[INFO] Resolving dependencies of MavenProject: unpasablequalifier:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/unpasablequalifier/bundle/pom.xml
[INFO] Resolving class path of MavenProject: unpasablequalifier:bundle:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/unpasablequalifier/bundle/pom.xml
[INFO] Computing target platform for MavenProject: unpasablequalifier:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/unpasablequalifier/feature/pom.xml
[INFO] Resolving dependencies of MavenProject: unpasablequalifier:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/unpasablequalifier/feature/pom.xml
[INFO] Resolving class path of MavenProject: unpasablequalifier:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/unpasablequalifier/feature/pom.xml
[info] The project's OSGi version is 1.0.0.unparsable-202111181842
[WARNING] No maven session available, values in the build.properties will not be interpolated!
[info] The project's OSGi version is 1.0.0.201205191300
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: stablebuildqualifier:attachedfeature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/attachedfeature/pom.xml
[INFO] Resolving dependencies of MavenProject: stablebuildqualifier:attachedfeature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/attachedfeature/pom.xml
[INFO] Resolving class path of MavenProject: stablebuildqualifier:attachedfeature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/attachedfeature/pom.xml
[WARNING] No maven session available, values in the build.properties will not be interpolated!
[info] The project's OSGi version is 1.0.0.201206180600
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml
[INFO] Resolving class path of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml
[INFO] The project's OSGi version is 0.0.1.foo-bar
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: buildqualifier:noqualifier:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/noqualifier/pom.xml
[INFO] Resolving dependencies of MavenProject: buildqualifier:noqualifier:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/noqualifier/pom.xml
[INFO] Resolving class path of MavenProject: buildqualifier:noqualifier:0.0.1 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/noqualifier/pom.xml
[INFO] The project's OSGi version is 0.0.1
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml
[INFO] Resolving class path of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: buildqualifier:buildqualifier.p002:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p002/pom.xml
[INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p002:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p002/pom.xml
[INFO] Resolving class path of MavenProject: buildqualifier:buildqualifier.p002:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p002/pom.xml
[INFO] The project's OSGi version is 0.0.1.blah
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml
[INFO] Resolving class path of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: buildqualifier:buildqualifier.p002:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p002/pom.xml
[INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p002:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p002/pom.xml
[INFO] Resolving class path of MavenProject: buildqualifier:buildqualifier.p002:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p002/pom.xml
[INFO] The project's OSGi version is 0.0.1.blah
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml
[INFO] Resolving class path of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml
[INFO] The project's OSGi version is 0.0.1.202111181842
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml
[INFO] Resolving dependencies of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml
[INFO] Resolving class path of MavenProject: buildqualifier:buildqualifier.p001:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/buildqualifier/p001/pom.xml
[INFO] The project's OSGi version is 0.0.1.202111181842
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: stablebuildqualifier:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/bundle01/pom.xml
[INFO] Resolving dependencies of MavenProject: stablebuildqualifier:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/bundle01/pom.xml
[INFO] Resolving class path of MavenProject: stablebuildqualifier:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/bundle01/pom.xml
[INFO] Computing target platform for MavenProject: stablebuildqualifier:bundle02:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/bundle02/pom.xml
[INFO] Resolving dependencies of MavenProject: stablebuildqualifier:bundle02:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/bundle02/pom.xml
[INFO] Resolving class path of MavenProject: stablebuildqualifier:bundle02:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/bundle02/pom.xml
[INFO] Computing target platform for MavenProject: stablebuildqualifier:feature02:1.0.0.201205191300 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/feature02/pom.xml
[INFO] Resolving dependencies of MavenProject: stablebuildqualifier:feature02:1.0.0.201205191300 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/feature02/pom.xml
[INFO] Resolving class path of MavenProject: stablebuildqualifier:feature02:1.0.0.201205191300 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/feature02/pom.xml
[INFO] Computing target platform for MavenProject: stablebuildqualifier:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/feature/pom.xml
[INFO] Resolving dependencies of MavenProject: stablebuildqualifier:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/feature/pom.xml
[INFO] Resolving class path of MavenProject: stablebuildqualifier:feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/feature/pom.xml
[INFO] Computing target platform for MavenProject: stablebuildqualifier:product:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/product/pom.xml
[INFO] Resolving dependencies of MavenProject: stablebuildqualifier:product:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/product/pom.xml
[INFO] Resolving class path of MavenProject: stablebuildqualifier:product:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/stablebuildqualifier/basic/product/pom.xml
[info] The project's OSGi version is 1.0.0.201205191500
[info] The project's OSGi version is 1.0.0.201205192000
[info] The project's OSGi version is 1.0.0.201205191300
[WARNING] No maven session available, values in the build.properties will not be interpolated!
[info] The project's OSGi version is 1.0.0.201205191500
[info] The project's OSGi version is 1.0.0.201205191300
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.649 s - in org.eclipse.tycho.buildversion.BuildQualifierTest
[INFO] Running org.eclipse.tycho.buildversion.ValidateIdTest
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: matchingIds:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/matchingIds/bundle/pom.xml
[INFO] Resolving dependencies of MavenProject: matchingIds:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/matchingIds/bundle/pom.xml
[INFO] Resolving class path of MavenProject: matchingIds:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/matchingIds/bundle/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: matchingIds:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/nonMatchingIds/bundle/pom.xml
[INFO] Resolving dependencies of MavenProject: matchingIds:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/nonMatchingIds/bundle/pom.xml
[INFO] Resolving class path of MavenProject: matchingIds:bundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/nonMatchingIds/bundle/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: matchingIds:testbundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/matchingIds/test-plugin/pom.xml
[INFO] Resolving dependencies of MavenProject: matchingIds:testbundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/matchingIds/test-plugin/pom.xml
[INFO] Resolving class path of MavenProject: matchingIds:testbundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/matchingIds/test-plugin/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: matchingIds:feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/nonMatchingIds/feature/pom.xml
[INFO] Resolving dependencies of MavenProject: matchingIds:feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/nonMatchingIds/feature/pom.xml
[INFO] Resolving class path of MavenProject: matchingIds:feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/nonMatchingIds/feature/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: 428310:nonMatchingId:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/nonMatchingIds/iu/pom.xml
[INFO] Resolving dependencies of MavenProject: 428310:nonMatchingId:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/nonMatchingIds/iu/pom.xml
[INFO] Resolving class path of MavenProject: 428310:nonMatchingId:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/nonMatchingIds/iu/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: matchingIds:feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/matchingIds/feature/pom.xml
[INFO] Resolving dependencies of MavenProject: matchingIds:feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/matchingIds/feature/pom.xml
[INFO] Resolving class path of MavenProject: matchingIds:feature:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/matchingIds/feature/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: matchingIds:testbundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/nonMatchingIds/test-plugin/pom.xml
[INFO] Resolving dependencies of MavenProject: matchingIds:testbundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/nonMatchingIds/test-plugin/pom.xml
[INFO] Resolving class path of MavenProject: matchingIds:testbundle:0.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/nonMatchingIds/test-plugin/pom.xml
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: 428310:matchingId:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/matchingIds/iu/pom.xml
[INFO] Resolving dependencies of MavenProject: 428310:matchingId:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/matchingIds/iu/pom.xml
[INFO] Resolving class path of MavenProject: 428310:matchingId:1.0.0 @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/projects/matchingIds/iu/pom.xml
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.752 s - in org.eclipse.tycho.buildversion.ValidateIdTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-packaging-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/tycho-packaging-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-packaging-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-packaging-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/tycho-packaging-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-packaging-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/tycho-packaging-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-packaging-plugin/2.6.0-SNAPSHOT/tycho-packaging-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-packaging-plugin/2.6.0-SNAPSHOT/tycho-packaging-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/tycho-packaging-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-packaging-plugin/2.6.0-SNAPSHOT/tycho-packaging-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------------< org.eclipse.tycho:tycho-p2 >---------------------
[INFO] Building Tycho p2 Tools Parent 2.6.0-SNAPSHOT                    [31/78]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-p2 ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-p2 ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-p2/2.6.0-SNAPSHOT/tycho-p2-2.6.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.tycho:tycho-p2-facade >------------------
[INFO] Building Tycho p2 Resolver Component 2.6.0-SNAPSHOT              [32/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-p2-facade ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-p2-facade ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-p2-facade ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/target/classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/src/main/java/org/eclipse/tycho/p2/resolver/P2DependencyResolver.java: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/src/main/java/org/eclipse/tycho/p2/resolver/P2DependencyResolver.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/src/main/java/org/eclipse/tycho/p2/resolver/P2DependencyResolver.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-p2-facade ---
[INFO] Discovered 2 component descriptors(s)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-p2-facade ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 11 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-p2-facade ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/target/test-classes
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-p2-facade ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-p2-facade ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.p2.facade.test.RepositoryLayoutHelperTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.tycho.p2.facade.test.RepositoryLayoutHelperTest
[INFO] Running org.eclipse.tycho.p2.resolver.TargetDefinitionFileTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.tycho.p2.resolver.TargetDefinitionFileTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-p2-facade ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2-facade ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-p2-facade ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------< org.eclipse.tycho:tycho-source-plugin >----------------
[INFO] Building Tycho OSGi Source Plugin 2.6.0-SNAPSHOT                 [33/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-source-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-source-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-source-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-source-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-source-plugin/target/classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-source-plugin/src/main/java/org/eclipse/tycho/source/SourceFeatureMojo.java: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-source-plugin/src/main/java/org/eclipse/tycho/source/SourceFeatureMojo.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-source-plugin/src/main/java/org/eclipse/tycho/source/SourceFeatureMojo.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-source-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 2 mojo descriptors.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-source-plugin ---
[INFO] Discovered 2 component descriptors(s)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-source-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-source-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-source-plugin/target/test-classes
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-source-plugin ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-source-plugin ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-source-plugin/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.source.OsgiSourceMojoTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[WARNING] No maven session available, values in the build.properties will not be interpolated!
[WARNING] No maven session available, values in the build.properties will not be interpolated!
[WARNING] No maven session available, values in the build.properties will not be interpolated!
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[WARNING] -Dtycho.targetPlatform is deprecated and WILL be removed in the next Tycho version.
[INFO] Computing target platform for MavenProject: sourceplugin:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-source-plugin/target/bundle01/pom.xml
[INFO] Resolving dependencies of MavenProject: sourceplugin:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-source-plugin/target/bundle01/pom.xml
[INFO] Resolving class path of MavenProject: sourceplugin:bundle01:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-source-plugin/target/bundle01/pom.xml
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.587 s - in org.eclipse.tycho.source.OsgiSourceMojoTest
[INFO] Running org.eclipse.tycho.source.SourceFeatureSkeletonTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.tycho.source.SourceFeatureSkeletonTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-source-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-source-plugin/target/tycho-source-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-source-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-source-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-source-plugin/target/tycho-source-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-source-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-source-plugin/target/tycho-source-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-source-plugin/2.6.0-SNAPSHOT/tycho-source-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-source-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-source-plugin/2.6.0-SNAPSHOT/tycho-source-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-source-plugin/target/tycho-source-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-source-plugin/2.6.0-SNAPSHOT/tycho-source-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.eclipse.tycho:target-platform-configuration >-----------
[INFO] Building Tycho Target Platform Configuration Plugin 2.6.0-SNAPSHOT [34/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ target-platform-configuration ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ target-platform-configuration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/target-platform-configuration/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ target-platform-configuration ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/target-platform-configuration/target/classes
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ target-platform-configuration ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 2 mojo descriptors.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ target-platform-configuration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/target-platform-configuration/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ target-platform-configuration ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ target-platform-configuration ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ target-platform-configuration ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/target-platform-configuration/target/target-platform-configuration-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ target-platform-configuration ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ target-platform-configuration ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/target-platform-configuration/target/target-platform-configuration-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ target-platform-configuration ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/target-platform-configuration/target/target-platform-configuration-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/target-platform-configuration/2.6.0-SNAPSHOT/target-platform-configuration-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/target-platform-configuration/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/target-platform-configuration/2.6.0-SNAPSHOT/target-platform-configuration-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/target-platform-configuration/target/target-platform-configuration-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/target-platform-configuration/2.6.0-SNAPSHOT/target-platform-configuration-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.eclipse.tycho:tycho-maven-plugin >----------------
[INFO] Building Tycho Maven Build Extension 2.6.0-SNAPSHOT              [35/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-maven-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-maven-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 0 mojo descriptor.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-maven-plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-maven-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-maven-plugin ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-maven-plugin/target/tycho-maven-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-maven-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-maven-plugin/target/tycho-maven-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-maven-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-maven-plugin/target/tycho-maven-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-maven-plugin/2.6.0-SNAPSHOT/tycho-maven-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-maven-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-maven-plugin/2.6.0-SNAPSHOT/tycho-maven-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-maven-plugin/target/tycho-maven-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-maven-plugin/2.6.0-SNAPSHOT/tycho-maven-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.eclipse.tycho:tycho-pomgenerator-plugin >-------------
[INFO] Building Tycho POM Generator Plugin 2.6.0-SNAPSHOT               [36/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-pomgenerator-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-pomgenerator-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-pomgenerator-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/classes
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-pomgenerator-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 1 mojo descriptor.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-pomgenerator-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 25 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-pomgenerator-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-pomgenerator-plugin ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.pomgenerator.test.GeneratePomsMojoTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Scanning /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/tests basedir
[WARNING] Old style update site found for /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/tests/p003. It is recommended you rename your site.xml to category.xml and use packaging type eclipse-repository instead.
[INFO] Scanning /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/simple/p001 basedir
[INFO] Scanning /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/simple/p003 basedir
[WARNING] Old style update site found for /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/simple/p003. It is recommended you rename your site.xml to category.xml and use packaging type eclipse-repository instead.
[WARNING] Not a directory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/malformed/base
[INFO] Scanning /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/malformed basedir
[INFO] Scanning /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/simple/p002 basedir
[INFO] Scanning /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/withmetadata basedir
[INFO] Scanning /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/rootprojects basedir
[INFO] Resolving root project /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/rootprojects/p004
[WARNING] Old style update site found for /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/rootprojects/p004. It is recommended you rename your site.xml to category.xml and use packaging type eclipse-repository instead.
[INFO] Scanning /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/simple/p006 basedir
[INFO] Scanning /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/simple basedir
[WARNING] Old style update site found for /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/simple/p003. It is recommended you rename your site.xml to category.xml and use packaging type eclipse-repository instead.
[INFO] Scanning /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/deepmodule basedir
[INFO] Scanning /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/deepmodule/base basedir
[INFO] Scanning /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/deepmodule/base basedir
[INFO] Scanning /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/multibase basedir
[INFO] Scanning /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/multibase/base1 basedir
[INFO] Scanning /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/multibase/base2 basedir
[WARNING] Old style update site found for /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/multibase/base1/p003. It is recommended you rename your site.xml to category.xml and use packaging type eclipse-repository instead.
[WARNING] Old style update site found for /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/multibase/base2/p006. It is recommended you rename your site.xml to category.xml and use packaging type eclipse-repository instead.
[WARNING] Unknown feature reference p002
[WARNING] Unknown feature reference p002
[WARNING] Unknown feature reference p005
[INFO] Scanning /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/multibase/base1 basedir
[INFO] Scanning /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/multibase/base2 basedir
[WARNING] Old style update site found for /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/multibase/base1/p003. It is recommended you rename your site.xml to category.xml and use packaging type eclipse-repository instead.
[WARNING] Old style update site found for /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/projects/multibase/base2/p006. It is recommended you rename your site.xml to category.xml and use packaging type eclipse-repository instead.
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.372 s - in org.eclipse.tycho.pomgenerator.test.GeneratePomsMojoTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-pomgenerator-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/tycho-pomgenerator-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-pomgenerator-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-pomgenerator-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/tycho-pomgenerator-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-pomgenerator-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/tycho-pomgenerator-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-pomgenerator-plugin/2.6.0-SNAPSHOT/tycho-pomgenerator-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-pomgenerator-plugin/2.6.0-SNAPSHOT/tycho-pomgenerator-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-pomgenerator-plugin/target/tycho-pomgenerator-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-pomgenerator-plugin/2.6.0-SNAPSHOT/tycho-pomgenerator-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter >-------
[INFO] Building Tycho Surefire OSGi Booter Eclipse Application 2.6.0-SNAPSHOT [37/78]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.osgibooter ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.tycho.surefire.osgibooter ---
[INFO] The project's OSGi version is 2.6.0.202111181838
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-id (default-validate-id) @ org.eclipse.tycho.surefire.osgibooter ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:validate-version (default-validate-version) @ org.eclipse.tycho.surefire.osgibooter ---
[INFO] 
[INFO] --- target-platform-configuration:2.5.0:target-platform (default-target-platform) @ org.eclipse.tycho.surefire.osgibooter ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.osgibooter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-dependency-plugin:3.2.0:copy (copy) @ org.eclipse.tycho.surefire.osgibooter ---
[INFO] Configured Artifact: org.apache.maven.surefire:surefire-api:2.22.2:jar
[INFO] Configured Artifact: org.apache.maven.surefire:surefire-logger-api:2.22.2:jar
[INFO] Configured Artifact: org.apache.maven.surefire:surefire-booter:2.22.2:jar
[INFO] Configured Artifact: org.apache.maven.surefire:maven-surefire-common:2.22.2:jar
[INFO] Configured Artifact: org.apache.maven.plugins:maven-failsafe-plugin:2.22.2:jar
[INFO] Copying surefire-api-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/surefire-api-2.22.2.jar
[INFO] Copying surefire-logger-api-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/surefire-logger-api-2.22.2.jar
[INFO] Copying surefire-booter-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/surefire-booter-2.22.2.jar
[INFO] Copying maven-surefire-common-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/maven-surefire-common-2.22.2.jar
[INFO] Copying maven-failsafe-plugin-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/jars/maven-failsafe-plugin-2.22.2.jar
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:compile (default-compile) @ org.eclipse.tycho.surefire.osgibooter ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.osgibooter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.5.0:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.osgibooter ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.osgibooter ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.5.0:package-plugin (default-package-plugin) @ org.eclipse.tycho.surefire.osgibooter ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/org.eclipse.tycho.surefire.osgibooter-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tycho.surefire.osgibooter ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.osgibooter ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/org.eclipse.tycho.surefire.osgibooter-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire-plugin:2.5.0:integration-test (default-integration-test) @ org.eclipse.tycho.surefire.osgibooter ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.tycho.surefire.osgibooter ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.osgibooter ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/org.eclipse.tycho.surefire.osgibooter-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/target/org.eclipse.tycho.surefire.osgibooter-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.5.0:update-local-index (default-update-local-index) @ org.eclipse.tycho.surefire.osgibooter ---
[INFO] 
[INFO] ------------------< org.eclipse.tycho:tycho-surefire >------------------
[INFO] Building Tycho Surefire Parent 2.6.0-SNAPSHOT                    [38/78]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-surefire ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-surefire ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-surefire ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-surefire/2.6.0-SNAPSHOT/tycho-surefire-2.6.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit >---------
[INFO] Building Tycho Surefire OSGi JUnit 3 Runner 2.6.0-SNAPSHOT       [39/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.junit ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.2.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit ---
[INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit3:2.22.2:jar
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/surefire-junit3/2.22.2/surefire-junit3-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.junit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.junit ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bnd-maven-plugin:6.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit ---
[WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit/target/org.eclipse.tycho.surefire.junit-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit/target/org.eclipse.tycho.surefire.junit-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.junit ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit/target/org.eclipse.tycho.surefire.junit-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit/target/org.eclipse.tycho.surefire.junit-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit4 >---------
[INFO] Building Tycho Surefire OSGi JUnit 4 Runner 2.6.0-SNAPSHOT       [40/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.junit4 ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.2.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit4 ---
[INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit4:2.22.2:jar
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/surefire-junit4/2.22.2/surefire-junit4-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.junit4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.junit4 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bnd-maven-plugin:6.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit4 ---
[WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit4/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit4/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit4 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit4 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/org.eclipse.tycho.surefire.junit4-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/org.eclipse.tycho.surefire.junit4-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.junit4 ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/org.eclipse.tycho.surefire.junit4-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit4-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit4/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit4-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit4/target/org.eclipse.tycho.surefire.junit4-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit4-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit47 >--------
[INFO] Building Tycho Surefire OSGi JUnit 4.7 Runner 2.6.0-SNAPSHOT     [41/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.junit47 ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.2.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit47 ---
[INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit47:2.22.2:jar
[INFO] Configured Artifact: org.apache.maven.surefire:common-junit48:2.22.2:jar
[INFO] Configured Artifact: org.apache.maven.surefire:surefire-grouper:2.22.2:jar
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/surefire-junit47/2.22.2/surefire-junit47-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/common-junit48/2.22.2/common-junit48-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/surefire-grouper/2.22.2/surefire-grouper-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.junit47 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.junit47 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bnd-maven-plugin:6.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit47 ---
[WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit47/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit47 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit47/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit47 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit47 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit47 ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/org.eclipse.tycho.surefire.junit47-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit47 ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/org.eclipse.tycho.surefire.junit47-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.junit47 ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/org.eclipse.tycho.surefire.junit47-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit47-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit47/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit47-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit47/target/org.eclipse.tycho.surefire.junit47-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit47-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit5 >---------
[INFO] Building Tycho Surefire OSGi JUnit 5 Runner 2.6.0-SNAPSHOT       [42/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.junit5 ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.2.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit5 ---
[INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:2.22.2:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.0.3:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.0.3:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.0.3:jar
[INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.0.3:jar
[INFO] Configured Artifact: org.apache.maven.surefire:common-java5:2.22.2:jar
[INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:4.12.3:jar
[INFO] Configured Artifact: org.opentest4j:opentest4j:1.0.0:jar
[INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.0.0:jar
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-launcher/1.0.3/junit-platform-launcher-1.0.3.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-engine/1.0.3/junit-platform-engine-1.0.3.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-commons/1.0.3/junit-platform-commons-1.0.3.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/jupiter/junit-jupiter-engine/5.0.3/junit-jupiter-engine-5.0.3.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/common-java5/2.22.2/common-java5-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/vintage/junit-vintage-engine/4.12.3/junit-vintage-engine-4.12.3.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/opentest4j/opentest4j/1.0.0/opentest4j-1.0.0.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.junit5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.junit5 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bnd-maven-plugin:6.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit5 ---
[WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit5/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit5/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit5 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit5 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit5 ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/org.eclipse.tycho.surefire.junit5-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit5 ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/org.eclipse.tycho.surefire.junit5-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.junit5 ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/org.eclipse.tycho.surefire.junit5-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit5-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit5/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit5-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit5/target/org.eclipse.tycho.surefire.junit5-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit5-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit54 >--------
[INFO] Building Tycho Surefire OSGi JUnit 5.4 Runner 2.6.0-SNAPSHOT     [43/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.junit54 ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.2.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit54 ---
[INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:2.22.2:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.4.1:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.4.1:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.4.1:jar
[INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.4.1:jar
[INFO] Configured Artifact: org.apache.maven.surefire:common-java5:2.22.2:jar
[INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.4.1:jar
[INFO] Configured Artifact: org.opentest4j:opentest4j:1.1.1:jar
[INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.0.0:jar
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-launcher/1.4.1/junit-platform-launcher-1.4.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-engine/1.4.1/junit-platform-engine-1.4.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-commons/1.4.1/junit-platform-commons-1.4.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/jupiter/junit-jupiter-engine/5.4.1/junit-jupiter-engine-5.4.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/common-java5/2.22.2/common-java5-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/vintage/junit-vintage-engine/5.4.1/junit-vintage-engine-5.4.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.junit54 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.junit54 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bnd-maven-plugin:6.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit54 ---
[WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit54/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit54/bnd.bnd [0:0]: Classes found in the wrong directory: {META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils$ModuleReferenceScanner.class=org.junit.platform.commons.util.ModuleUtils$ModuleReferenceScanner, META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils.class=org.junit.platform.commons.util.ModuleUtils}
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit54 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit54/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit54 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit54 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit54 ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/org.eclipse.tycho.surefire.junit54-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit54 ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/org.eclipse.tycho.surefire.junit54-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.junit54 ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/org.eclipse.tycho.surefire.junit54-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit54-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit54/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit54-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit54/target/org.eclipse.tycho.surefire.junit54-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit54-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit55 >--------
[INFO] Building Tycho Surefire OSGi JUnit 5.5 Runner 2.6.0-SNAPSHOT     [44/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.junit55 ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.2.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit55 ---
[INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:2.22.2:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.5.1:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.5.1:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.5.1:jar
[INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.5.1:jar
[INFO] Configured Artifact: org.apache.maven.surefire:common-java5:2.22.2:jar
[INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.5.1:jar
[INFO] Configured Artifact: org.opentest4j:opentest4j:1.1.1:jar
[INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.0.0:jar
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-launcher/1.5.1/junit-platform-launcher-1.5.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-engine/1.5.1/junit-platform-engine-1.5.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-commons/1.5.1/junit-platform-commons-1.5.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/jupiter/junit-jupiter-engine/5.5.1/junit-jupiter-engine-5.5.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/common-java5/2.22.2/common-java5-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/vintage/junit-vintage-engine/5.5.1/junit-vintage-engine-5.5.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.junit55 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.junit55 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bnd-maven-plugin:6.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit55 ---
[WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit55/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit55/bnd.bnd [0:0]: Classes found in the wrong directory: {META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils$ModuleReferenceScanner.class=org.junit.platform.commons.util.ModuleUtils$ModuleReferenceScanner, META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils.class=org.junit.platform.commons.util.ModuleUtils}
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit55 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit55/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit55 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit55 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit55 ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/org.eclipse.tycho.surefire.junit55-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit55 ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/org.eclipse.tycho.surefire.junit55-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.junit55 ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/org.eclipse.tycho.surefire.junit55-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit55-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit55/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit55-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit55/target/org.eclipse.tycho.surefire.junit55-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit55-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit56 >--------
[INFO] Building Tycho Surefire OSGi JUnit 5.6 Runner 2.6.0-SNAPSHOT     [45/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.junit56 ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.2.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit56 ---
[INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:2.22.2:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.6.3:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.6.3:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.6.3:jar
[INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.6.3:jar
[INFO] Configured Artifact: org.apache.maven.surefire:common-java5:2.22.2:jar
[INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.6.3:jar
[INFO] Configured Artifact: org.opentest4j:opentest4j:1.2.0:jar
[INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.0:jar
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-launcher/1.6.3/junit-platform-launcher-1.6.3.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-engine/1.6.3/junit-platform-engine-1.6.3.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-commons/1.6.3/junit-platform-commons-1.6.3.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/jupiter/junit-jupiter-engine/5.6.3/junit-jupiter-engine-5.6.3.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/common-java5/2.22.2/common-java5-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/vintage/junit-vintage-engine/5.6.3/junit-vintage-engine-5.6.3.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.junit56 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.junit56 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bnd-maven-plugin:6.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit56 ---
[WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit56/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit56/bnd.bnd [0:0]: Classes found in the wrong directory: {META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils$ModuleReferenceScanner.class=org.junit.platform.commons.util.ModuleUtils$ModuleReferenceScanner, META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils.class=org.junit.platform.commons.util.ModuleUtils}
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit56 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit56/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit56 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit56 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit56 ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/org.eclipse.tycho.surefire.junit56-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit56 ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/org.eclipse.tycho.surefire.junit56-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.junit56 ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/org.eclipse.tycho.surefire.junit56-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit56-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit56/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit56-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit56/target/org.eclipse.tycho.surefire.junit56-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit56-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit57 >--------
[INFO] Building Tycho Surefire OSGi JUnit 5.7 Runner 2.6.0-SNAPSHOT     [46/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.junit57 ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.2.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit57 ---
[INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:2.22.2:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.7.2:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.7.2:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.7.2:jar
[INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.7.2:jar
[INFO] Configured Artifact: org.apache.maven.surefire:common-java5:2.22.2:jar
[INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.0:jar
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/common-java5/2.22.2/common-java5-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.junit57 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.junit57 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bnd-maven-plugin:6.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit57 ---
[WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57/bnd.bnd [0:0]: Classes found in the wrong directory: {META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils$ModuleReferenceScanner.class=org.junit.platform.commons.util.ModuleUtils$ModuleReferenceScanner, META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils.class=org.junit.platform.commons.util.ModuleUtils}
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit57 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit57 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit57 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit57 ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/org.eclipse.tycho.surefire.junit57-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit57 ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/org.eclipse.tycho.surefire.junit57-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.junit57 ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/org.eclipse.tycho.surefire.junit57-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit57-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit57-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57/target/org.eclipse.tycho.surefire.junit57-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit57-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage >---
[INFO] Building Tycho Surefire OSGi JUnit 5.7 Runner with JUnit Vintage to execute JUnit 4.x tests as well 2.6.0-SNAPSHOT [47/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.junit57withvintage ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.2.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit57withvintage ---
[INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:2.22.2:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.7.2:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.7.2:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.7.2:jar
[INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.7.2:jar
[INFO] Configured Artifact: org.apache.maven.surefire:common-java5:2.22.2:jar
[INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.7.2:jar
[INFO] Configured Artifact: org.opentest4j:opentest4j:1.2.0:jar
[INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.0:jar
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/common-java5/2.22.2/common-java5-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/vintage/junit-vintage-engine/5.7.2/junit-vintage-engine-5.7.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.junit57withvintage ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.junit57withvintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bnd-maven-plugin:6.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit57withvintage ---
[WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/bnd.bnd [0:0]: Classes found in the wrong directory: {META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils$ModuleReferenceScanner.class=org.junit.platform.commons.util.ModuleUtils$ModuleReferenceScanner, META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils.class=org.junit.platform.commons.util.ModuleUtils}
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit57withvintage ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit57withvintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit57withvintage ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit57withvintage ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/org.eclipse.tycho.surefire.junit57withvintage-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit57withvintage ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/org.eclipse.tycho.surefire.junit57withvintage-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.junit57withvintage ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/org.eclipse.tycho.surefire.junit57withvintage-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit57withvintage-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit57withvintage-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit57withvintage/target/org.eclipse.tycho.surefire.junit57withvintage-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit57withvintage-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.junit58 >--------
[INFO] Building Tycho Surefire OSGi JUnit 5.8 Runner 2.6.0-SNAPSHOT     [48/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.junit58 ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.2.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit58 ---
[INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:2.22.2:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.8.1:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.8.1:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.8.1:jar
[INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.8.1:jar
[INFO] Configured Artifact: org.apache.maven.surefire:common-java5:2.22.2:jar
[INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.0:jar
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-launcher/1.8.1/junit-platform-launcher-1.8.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/common-java5/2.22.2/common-java5-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.junit58 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.junit58 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bnd-maven-plugin:6.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit58 ---
[WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58/bnd.bnd [0:0]: Classes found in the wrong directory: {META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils$ModuleReferenceScanner.class=org.junit.platform.commons.util.ModuleUtils$ModuleReferenceScanner, META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils.class=org.junit.platform.commons.util.ModuleUtils}
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit58 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit58 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit58 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit58 ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/org.eclipse.tycho.surefire.junit58-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit58 ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/org.eclipse.tycho.surefire.junit58-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.junit58 ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/org.eclipse.tycho.surefire.junit58-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit58-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit58-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58/target/org.eclipse.tycho.surefire.junit58-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit58-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.tycho:org.eclipse.tycho.surefire.junit58withvintage >---
[INFO] Building Tycho Surefire OSGi JUnit 5.8 Runner with JUnit Vintage to execute JUnit 4.x tests as well 2.6.0-SNAPSHOT [49/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.junit58withvintage ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.2.0:unpack (unpack) @ org.eclipse.tycho.surefire.junit58withvintage ---
[INFO] Configured Artifact: org.apache.maven.surefire:surefire-junit-platform:2.22.2:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.8.1:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.8.1:jar
[INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.8.1:jar
[INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.8.1:jar
[INFO] Configured Artifact: org.apache.maven.surefire:common-java5:2.22.2:jar
[INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.8.1:jar
[INFO] Configured Artifact: org.opentest4j:opentest4j:1.2.0:jar
[INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.0:jar
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/surefire-junit-platform/2.22.2/surefire-junit-platform-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-launcher/1.8.1/junit-platform-launcher-1.8.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/common-java5/2.22.2/common-java5-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.junit58withvintage ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.junit58withvintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bnd-maven-plugin:6.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.junit58withvintage ---
[WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/bnd.bnd [0:0]: Classes found in the wrong directory: {META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils$ModuleReferenceScanner.class=org.junit.platform.commons.util.ModuleUtils$ModuleReferenceScanner, META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils.class=org.junit.platform.commons.util.ModuleUtils}
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.junit58withvintage ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.junit58withvintage ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.junit58withvintage ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.junit58withvintage ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/org.eclipse.tycho.surefire.junit58withvintage-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.junit58withvintage ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/org.eclipse.tycho.surefire.junit58withvintage-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.junit58withvintage ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/org.eclipse.tycho.surefire.junit58withvintage-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit58withvintage-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit58withvintage-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.junit58withvintage/target/org.eclipse.tycho.surefire.junit58withvintage-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.junit58withvintage-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.tycho:org.eclipse.tycho.surefire.testng >---------
[INFO] Building Tycho Surefire OSGi TestNG Runner 2.6.0-SNAPSHOT        [50/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.tycho.surefire.testng ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.2.0:unpack (unpack) @ org.eclipse.tycho.surefire.testng ---
[INFO] Configured Artifact: org.apache.maven.surefire:surefire-testng-utils:2.22.2:jar
[INFO] Configured Artifact: org.apache.maven.surefire:surefire-testng:2.22.2:jar
[INFO] Configured Artifact: org.apache.maven.surefire:surefire-grouper:2.22.2:jar
[INFO] Configured Artifact: org.apache.maven.surefire:common-java5:2.22.2:jar
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/surefire-testng-utils/2.22.2/surefire-testng-utils-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.testng/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/surefire-testng/2.22.2/surefire-testng-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.testng/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/surefire-grouper/2.22.2/surefire-grouper-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.testng/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/surefire/common-java5/2.22.2/common-java5-2.22.2.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.testng/target/classes with includes "" and excludes "META-INF/maven/**,META-INF/DEPENDENCIES,META-INF/LICENSE*,META-INF/NOTICE*"
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.tycho.surefire.testng ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.tycho.surefire.testng ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bnd-maven-plugin:6.0.0:bnd-process (default) @ org.eclipse.tycho.surefire.testng ---
[WARNING] Cannot consider developer in line '44' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] Cannot consider developer in line '54' of file '/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.testng/bnd.bnd [0:0]: Host org.eclipse.tycho.surefire.osgibooter= for this fragment/require bundle cannot be found on the classpath
[WARNING] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.testng/bnd.bnd [0:0]: Export org.apache.maven.surefire.testng.utils,  has 1,  private references [org.apache.maven.surefire.group.match]
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.tycho.surefire.testng ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.testng/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.tycho.surefire.testng ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.tycho.surefire.testng ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ org.eclipse.tycho.surefire.testng ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.testng/target/org.eclipse.tycho.surefire.testng-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ org.eclipse.tycho.surefire.testng ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.testng/target/org.eclipse.tycho.surefire.testng-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tycho.surefire.testng ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.testng/target/org.eclipse.tycho.surefire.testng-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.testng-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.testng/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.testng-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/org.eclipse.tycho.surefire.testng/target/org.eclipse.tycho.surefire.testng-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.6.0-SNAPSHOT/org.eclipse.tycho.surefire.testng-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.tycho:tycho-surefire-plugin >---------------
[INFO] Building Tycho Surefire Plugin 2.6.0-SNAPSHOT                    [51/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-surefire-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-surefire-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/tycho-surefire-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-surefire-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/tycho-surefire-plugin/target/classes
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-surefire-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 2 mojo descriptors.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-surefire-plugin ---
[INFO] Discovered 14 component descriptors(s)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-surefire-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 20 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-surefire-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/tycho-surefire-plugin/target/test-classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/tycho-surefire-plugin/src/test/java/org/eclipse/tycho/surefire/TestMojoToolchainTests.java: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/tycho-surefire-plugin/src/test/java/org/eclipse/tycho/surefire/TestMojoToolchainTests.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/tycho-surefire-plugin/src/test/java/org/eclipse/tycho/surefire/TestMojoToolchainTests.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-surefire-plugin ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ tycho-surefire-plugin ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/tycho-surefire-plugin/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.surefire.TestMojoTest
[warn] Both parameter 'skipTests' and 'maven.test.skip' are set, 'skipTests' has a higher priority!
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s - in org.eclipse.tycho.surefire.TestMojoTest
[INFO] Running org.eclipse.tycho.surefire.TestMojoToolchainTests
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.79 s - in org.eclipse.tycho.surefire.TestMojoToolchainTests
[INFO] Running org.eclipse.tycho.surefire.provisioning.ProvisionedInstallationBuilderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tycho.surefire.provisioning.ProvisionedInstallationBuilderTest
[INFO] Running org.eclipse.tycho.surefire.provider.impl.Junit3ProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tycho.surefire.provider.impl.Junit3ProviderTest
[INFO] Running org.eclipse.tycho.surefire.provider.impl.ProviderHelperTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.308 s - in org.eclipse.tycho.surefire.provider.impl.ProviderHelperTest
[INFO] Running org.eclipse.tycho.surefire.provider.impl.Junit47ProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tycho.surefire.provider.impl.Junit47ProviderTest
[INFO] Running org.eclipse.tycho.surefire.provider.impl.Junit4ProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tycho.surefire.provider.impl.Junit4ProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-surefire-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/tycho-surefire-plugin/target/tycho-surefire-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-surefire-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-surefire-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/tycho-surefire-plugin/target/tycho-surefire-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-runtime-jdk-compatibility) @ tycho-surefire-plugin ---
[WARNING] System artifact: p2.eclipse-plugin:org.eclipse.osgi:jar:3.17.0.v20210823-1805:system has no file attached

Try downloading the file manually from the project website.

Then, install it using the command: 
    mvn install:install-file -DgroupId=p2.eclipse-plugin -DartifactId=org.eclipse.osgi -Dversion=3.17.0.v20210823-1805 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: 
    mvn deploy:deploy-file -DgroupId=p2.eclipse-plugin -DartifactId=org.eclipse.osgi -Dversion=3.17.0.v20210823-1805 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency: 
	1) p2.eclipse-plugin:org.eclipse.osgi:jar:3.17.0.v20210823-1805


  p2.eclipse-plugin:org.eclipse.osgi:jar:3.17.0.v20210823-1805


[WARNING] System artifact: p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.15.0.v20210518-0604:system has no file attached

Try downloading the file manually from the project website.

Then, install it using the command: 
    mvn install:install-file -DgroupId=p2.eclipse-plugin -DartifactId=org.eclipse.equinox.common -Dversion=3.15.0.v20210518-0604 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: 
    mvn deploy:deploy-file -DgroupId=p2.eclipse-plugin -DartifactId=org.eclipse.equinox.common -Dversion=3.15.0.v20210518-0604 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency: 
	1) p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.15.0.v20210518-0604


  p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.15.0.v20210518-0604


[WARNING] System artifact: p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.11.0.v20210723-1953:system has no file attached

Try downloading the file manually from the project website.

Then, install it using the command: 
    mvn install:install-file -DgroupId=p2.eclipse-plugin -DartifactId=org.eclipse.equinox.registry -Dversion=3.11.0.v20210723-1953 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: 
    mvn deploy:deploy-file -DgroupId=p2.eclipse-plugin -DartifactId=org.eclipse.equinox.registry -Dversion=3.11.0.v20210723-1953 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency: 
	1) p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.11.0.v20210723-1953


  p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.11.0.v20210723-1953


[WARNING] System artifact: p2.eclipse-plugin:org.eclipse.osgi.compatibility.state:jar:1.2.500.v20210730-0750:system has no file attached

Try downloading the file manually from the project website.

Then, install it using the command: 
    mvn install:install-file -DgroupId=p2.eclipse-plugin -DartifactId=org.eclipse.osgi.compatibility.state -Dversion=1.2.500.v20210730-0750 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: 
    mvn deploy:deploy-file -DgroupId=p2.eclipse-plugin -DartifactId=org.eclipse.osgi.compatibility.state -Dversion=1.2.500.v20210730-0750 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency: 
	1) p2.eclipse-plugin:org.eclipse.osgi.compatibility.state:jar:1.2.500.v20210730-0750


  p2.eclipse-plugin:org.eclipse.osgi.compatibility.state:jar:1.2.500.v20210730-0750


[INFO] Adding ignore: module-info
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-surefire-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/tycho-surefire-plugin/target/tycho-surefire-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-surefire-plugin/2.6.0-SNAPSHOT/tycho-surefire-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/tycho-surefire-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-surefire-plugin/2.6.0-SNAPSHOT/tycho-surefire-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-surefire/tycho-surefire-plugin/target/tycho-surefire-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-surefire-plugin/2.6.0-SNAPSHOT/tycho-surefire-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------------< org.eclipse.tycho:tycho-release >-------------------
[INFO] Building Tycho Release Parent 2.6.0-SNAPSHOT                     [52/78]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-release ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-release ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-release ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-release/2.6.0-SNAPSHOT/tycho-release-2.6.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.tycho:tycho-versions-plugin >---------------
[INFO] Building Tycho Versions Plugin 2.6.0-SNAPSHOT                    [53/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-versions-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-versions-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-versions-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/src/main/java/org/eclipse/tycho/versions/manipulation/CategoryXmlManipulator.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/src/main/java/org/eclipse/tycho/versions/manipulation/CategoryXmlManipulator.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-versions-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 3 mojo descriptors.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-versions-plugin ---
[INFO] Discovered 12 component descriptors(s)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-versions-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 262 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-versions-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/test-classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/src/test/java/org/eclipse/tycho/versions/manipulation/SiteXmlManipulatorTest.java: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/src/test/java/org/eclipse/tycho/versions/manipulation/SiteXmlManipulatorTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/src/test/java/org/eclipse/tycho/versions/manipulation/SiteXmlManipulatorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-versions-plugin ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-versions-plugin ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.versions.bundle.tests.MutableBundleManifestTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.tycho.versions.bundle.tests.MutableBundleManifestTest
[INFO] Running org.eclipse.tycho.versions.bundle.tests.MutableManifestElementTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tycho.versions.bundle.tests.MutableManifestElementTest
[INFO] Running org.eclipse.tycho.versions.bundle.tests.ManifestAttributeTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.tycho.versions.bundle.tests.ManifestAttributeTest
[INFO] Running org.eclipse.tycho.versions.engine.tests.DefaultVersionRangeUpdateStrategyTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.tycho.versions.engine.tests.DefaultVersionRangeUpdateStrategyTest
[INFO] Running org.eclipse.tycho.versions.engine.tests.ImportRefVersionConstraintTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tycho.versions.engine.tests.ImportRefVersionConstraintTest
[INFO] Running org.eclipse.tycho.versions.engine.tests.PomUpdaterTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[WARNING] Skipping updating pom in directory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/updatepom/repositoryWith2ProductFiles because more than one product files have been found. Only one product file is supported or one must be named <artifactId>.product
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/updatepom
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/updatepom/bundle
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/updatepom/feature
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/updatepom/product
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/updatepom/repository
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/updatepom/repositoryWithOneProductFile
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/updatepom/repositoryWith2ProductFiles
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/updatepom/iu
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.973 s - in org.eclipse.tycho.versions.engine.tests.PomUpdaterTest
[INFO] Running org.eclipse.tycho.versions.engine.tests.ProjectMetadataReaderTest
[WARNING] No pom file found at src/test/resources/projects/simple
[INFO] Project does not exist at src/test/resources/projects/simple/missing
[WARNING] No pom file found at src/test/resources/projects/simple
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.tycho.versions.engine.tests.ProjectMetadataReaderTest
[INFO] Running org.eclipse.tycho.versions.engine.tests.EclipseVersionUpdaterTest
[WARNING] Skipping updating pom in directory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/updateeclipse/repositoryWith2ProductFiles because more than one product files have been found. Only one product file is supported or one must be named <artifactId>.product
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/updateeclipse
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/updateeclipse/bundle
[INFO]   META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/updateeclipse/feature
[INFO]   feature.xml//feature/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/updateeclipse/product
[INFO]   product.product//product/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/updateeclipse/repository
[INFO]   repository.product//product/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/updateeclipse/repositoryWithOneProductFile
[INFO]   anotherNameThanArtifactId.product//product/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/updateeclipse/repositoryWith2ProductFiles
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/updateeclipse/iu
[INFO]   p2iu.xml//unit/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in org.eclipse.tycho.versions.engine.tests.EclipseVersionUpdaterTest
[INFO] Running org.eclipse.tycho.versions.engine.tests.VersionsEngineTest
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/exportpackage
[INFO]   META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   META-INF/MANIFEST.MF//Export-Package//org.eclipse.tycho.test;version: 1.0.0 => 1.0.1
[INFO]   META-INF/MANIFEST.MF//Export-Package//org.eclipse.tycho.core;version: 1.0.0 => 1.0.1
[INFO]   META-INF/MANIFEST.MF//Export-Package//org.eclipse.tycho;version: 1.0.0 => 1.0.1
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/dependencysimple
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/dependencysimple/bundle
[INFO]   pom.xml//project/dependencies/dependency/[ dependencysimple:someproject ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/profiles/profile[ test ]/dependencies/dependency/[ dependencysimple:someproject ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/dependencysimple/someproject
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/dependencymanagementotherversion
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/dependencymanagementotherversion/bundle
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/dependencymanagementotherversion/someproject
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/versionranges
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/versionranges/bundle1
[INFO]   META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   META-INF/MANIFEST.MF//Export-Package//org.bundle1.package1;version: 1.0.0 => 1.0.1
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/versionranges/bundle2
[INFO]   META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   META-INF/MANIFEST.MF//Import-Package//org.bundle1.package1;version: 1.0.0 => 1.0.1
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/versionranges/bundle3
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/versionranges/fragment
[INFO]   META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   META-INF/MANIFEST.MF//Fragment-Host//bundle1;bundle-version: 1.0.1 => 1.0.1
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/pomproperties
[INFO]   pom.xml//project/properties/[ p1 ] original => changed
[INFO]   pom.xml//project/profiles/profile[ test ]/properties/[ p1 ] original => changed
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/exlicitversion
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/exlicitversion/otherversion
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/exlicitversion/sameversion
[INFO]   META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/targetplatform
[INFO]   pom.xml//project/version: 0.1.0-SNAPSHOT => 0.2.0-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/targetplatform/bundle01
[INFO]   META-INF/MANIFEST.MF//Bundle-Version: 0.1.0.qualifier => 0.2.0.qualifier
[INFO]   pom.xml//project/version: 0.1.0-SNAPSHOT => 0.2.0-SNAPSHOT
[INFO]   pom.xml//project/parent/version: 0.1.0-SNAPSHOT => 0.2.0-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/targetplatform/targetplatform
[INFO]   pom.xml//project/build/plugins/plugin/[ org.eclipse.tycho:target-platform-configuration ] /configuration/target/artifact/[ targetplatform:bundle01 ] 0.1.0-SNAPSHOT => 0.2.0-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/profile
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/profile/bundle01
[INFO]   META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/profile/bundle02
[INFO]   META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/nonosgiversion/maven
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-01
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/deepnesting
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/deepnesting/child
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/deepnesting/child/grandchild
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/deepnesting/child/grandchild/bundle
[INFO]   META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/profilenoid
[INFO]   pom.xml//project/version: 0.0.1-SNAPSHOT => 1.0.1-01
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/multimodule
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/multimodule/bundle
[INFO]   META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/multimodule/feature01
[INFO]   feature.xml//feature/includes/@id='feature02'/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   feature.xml//feature/plugin/@id='bundle'/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   feature.xml//feature/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/multimodule/feature02
[INFO]   feature.xml//feature/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/multimodule/feature03
[INFO]   feature.xml//feature/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   feature.xml//feature/requires/import/@feature='feature02'/@version: 1.0.0(match=perfect) => 1.0.1(match=perfect)
[INFO]   feature.xml//feature/requires/import/@plugin='bundle'/@version: 1.0.0(match=perfect) => 1.0.1(match=perfect)
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/multimodule/site
[INFO]   site.xml//site/feature/@id=feature01/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   site.xml//site/feature/@id=feature01/@url: features/feature01_1.0.0.qualifier.jar => features/feature01_1.0.1.qualifier.jar
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/multimodule/product
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   product.product//product/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   product.product//product/plugins/plugin/@id=bundle/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   product.product//product/features/feature/@id=feature01/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/multimodule/repository
[INFO]   product.product//product/plugins/plugin/@id=bundle/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   differentversion.product//product/plugins/plugin/@id=bundle/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   product.product//product/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   product.product//product/features/feature/@id=feature01/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   differentversion.product//product/features/feature/@id=feature01/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   category.xml//site/bundle[@id=bundle]/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   category.xml//site/feature[@id=feature01]/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   category.xml//site/feature[@id=feature01]/@url: features/feature01_1.0.0.qualifier => features/feature01_1.0.1.qualifier
[INFO]   category.xml//site/feature[@id=feature01]/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/multimodule/repository-product-only
[INFO]   product2.product//product/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   product2.product//product/features/feature/@id=feature01/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/multimodule/iu
[INFO]   p2iu.xml//unit/@version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/dependencyotherversion
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/dependencyotherversion/bundle
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/dependencyotherversion/someproject
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/aggregator
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/aggregator/parent
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/aggregator/bundle
[INFO]   META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/aggregator/detached
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/deepnesting
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/deepnesting/child
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/deepnesting/child/grandchild
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/deepnesting/child/grandchild/bundle
[INFO]   META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/buildpluginnogroupid
[INFO]   pom.xml//project/version: 0.0.1-SNAPSHOT => 1.0.1-01
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/pluginmanagement
[INFO]   pom.xml//project/build/plugins/plugin/[ pluginmanagement:plugin ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/build/pluginManagemment/plugins/plugin/[ pluginmanagement:plugin ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/profiles/profile[ test ]/build/plugins/plugin/[ pluginmanagement:plugin ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/profiles/profile[ test ]/build/pluginManagemment/plugins/plugin/[ pluginmanagement:plugin ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/build/plugins/plugin/[ pluginmanagement:plugin ] /dependencies/dependency/[ pluginmanagement:jar ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/build/pluginManagemment/plugins/plugin/[ pluginmanagement:plugin ] /dependencies/dependency/[ pluginmanagement:jar ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/profiles/profile[ test ]/build/plugins/plugin/[ pluginmanagement:plugin ] /dependencies/dependency/[ pluginmanagement:jar ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/profiles/profile[ test ]/build/pluginManagemment/plugins/plugin/[ pluginmanagement:plugin ] /dependencies/dependency/[ pluginmanagement:jar ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/pluginmanagement/plugin
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/pluginmanagement/jar
[INFO]   pom.xml//project/parent/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/dependencymanagementsimple
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/dependencymanagementsimple/bundle
[INFO]   pom.xml//project/dependencyManagement/dependencies/dependency/[ dependencymanagementsimple:someproject ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO]   pom.xml//project/profiles/profile[ test ]/dependencyManagement/dependencies/dependency/[ dependencymanagementsimple:someproject ] 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/dependencymanagementsimple/someproject
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/dependencynoversion
[INFO]   pom.xml//project/dependencyManagement/dependencies/dependency/[ dependencynoversion:testmodule ] 1.0.0-SNAPSHOT => 4.8
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/dependencynoversion/module
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/dependencynoversion/testmodule
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 4.8
[INFO] Making changes in /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/projects/simple
[INFO]   META-INF/MANIFEST.MF//Bundle-Version: 1.0.0.qualifier => 1.0.1.qualifier
[INFO]   pom.xml//project/version: 1.0.0-SNAPSHOT => 1.0.1-SNAPSHOT
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.646 s - in org.eclipse.tycho.versions.engine.tests.VersionsEngineTest
[INFO] Running org.eclipse.tycho.versions.pom.tests.MutablePomFileTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tycho.versions.pom.tests.MutablePomFileTest
[INFO] Running org.eclipse.tycho.versions.manipulation.SiteXmlManipulatorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tycho.versions.manipulation.SiteXmlManipulatorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-versions-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/tycho-versions-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-versions-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-versions-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/tycho-versions-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-versions-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/tycho-versions-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-versions-plugin/2.6.0-SNAPSHOT/tycho-versions-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-versions-plugin/2.6.0-SNAPSHOT/tycho-versions-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-release/tycho-versions-plugin/target/tycho-versions-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-versions-plugin/2.6.0-SNAPSHOT/tycho-versions-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.eclipse.tycho:tycho-p2-director-plugin >-------------
[INFO] Building Tycho p2 Director Plugin 2.6.0-SNAPSHOT                 [54/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-p2-director-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-p2-director-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-p2-director-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-director-plugin/target/classes
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-p2-director-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 2 mojo descriptors.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-p2-director-plugin ---
[INFO] Discovered 1 component descriptors(s)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-p2-director-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-director-plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-p2-director-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-director-plugin/target/test-classes
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-p2-director-plugin ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-p2-director-plugin ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-director-plugin/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.plugins.tar.TarGzArchiverTest
[info] Building tar: /tmp/junit11265232130899503874/test.tar.gz
[debug] Adding entry dir2
[debug] Adding entry dir2/test.txt
[debug] Adding entry dir2/dir3
[debug] Adding entry dir2/dir3/test.sh
[debug] Adding entry dir2/testPermissions
[debug] Adding entry dir2/testLastModified
[debug] Adding entry dir2/testOwnerAndGroupName
[info] Building tar: /tmp/junit1732146172287896479/test.tar.gz
[debug] Adding entry dir2
[debug] Adding entry dir2/test.txt
[debug] Adding entry dir2/dir3
[debug] Adding entry dir2/dir3/test.sh
[debug] Adding entry dir2/testPermissions
[debug] Adding entry dir2/testLastModified
[debug] Adding entry dir2/testOwnerAndGroupName
[info] Building tar: /tmp/junit2253046522713582396/test.tar.gz
[debug] Adding entry dir2
[debug] Adding entry dir2/test.txt
[debug] Adding entry dir2/dir3
[debug] Adding entry dir2/dir3/test.sh
[debug] Adding entry dir2/testPermissions
[debug] Adding entry dir2/testLastModified
[debug] Adding entry dir2/testOwnerAndGroupName
[debug] Adding entry testSymLink
[debug] Computed symlink target path ../linkTargetOutsideArchiveRoot for symlink /tmp/junit2253046522713582396/dir1/testSymLink relative to /tmp/junit2253046522713582396/dir1
[info] Building tar: /tmp/junit8983912960512700731/test.tar.gz
[debug] Adding entry dir2
[debug] Adding entry dir2/test.txt
[debug] Adding entry dir2/dir3
[debug] Adding entry dir2/dir3/test.sh
[debug] Adding entry dir2/testPermissions
[debug] Adding entry dir2/testLastModified
[debug] Adding entry dir2/testOwnerAndGroupName
[debug] Adding entry dir2/testSymLink
[debug] Computed symlink target path  for symlink /tmp/junit8983912960512700731/dir1/dir2/testSymLink relative to /tmp/junit8983912960512700731/dir1
[debug] Computed symlink target path .. for symlink /tmp/junit8983912960512700731/dir1/dir2/testSymLink relative to /tmp/junit8983912960512700731/dir1/dir2
[debug] Computed symlink target path  for symlink /tmp/junit8983912960512700731/dir1/dir2/testSymLink relative to /tmp/junit8983912960512700731/dir1
[info] Building tar: /tmp/junit1180685657127166624/test.tar.gz
[debug] Adding entry dir2
[debug] Adding entry dir2/test.txt
[debug] Adding entry dir2/dir3
[debug] Adding entry dir2/dir3/test.sh
[debug] Adding entry dir2/testPermissions
[debug] Adding entry dir2/testLastModified
[debug] Adding entry dir2/testOwnerAndGroupName
[debug] Adding entry very
[debug] Adding entry very/long
[debug] Adding entry very/long/path
[debug] Adding entry very/long/path/exceeding
[debug] Adding entry very/long/path/exceeding/100
[debug] Adding entry very/long/path/exceeding/100/chars
[debug] Adding entry very/long/path/exceeding/100/chars/very
[debug] Adding entry very/long/path/exceeding/100/chars/very/long
[debug] Adding entry very/long/path/exceeding/100/chars/very/long/path
[debug] Adding entry very/long/path/exceeding/100/chars/very/long/path/exceeding
[debug] Adding entry very/long/path/exceeding/100/chars/very/long/path/exceeding/100
[debug] Adding entry very/long/path/exceeding/100/chars/very/long/path/exceeding/100/chars
[debug] Adding entry very/long/path/exceeding/100/chars/very/long/path/exceeding/100/chars/very
[debug] Adding entry very/long/path/exceeding/100/chars/very/long/path/exceeding/100/chars/very/long
[debug] Adding entry very/long/path/exceeding/100/chars/very/long/path/exceeding/100/chars/very/long/path
[debug] Adding entry very/long/path/exceeding/100/chars/very/long/path/exceeding/100/chars/very/long/path/exceeding
[debug] Adding entry very/long/path/exceeding/100/chars/very/long/path/exceeding/100/chars/very/long/path/exceeding/100
[debug] Adding entry very/long/path/exceeding/100/chars/very/long/path/exceeding/100/chars/very/long/path/exceeding/100/chars
[debug] Adding entry very/long/path/exceeding/100/chars/very/long/path/exceeding/100/chars/very/long/path/exceeding/100/chars/test.txt
[info] Building tar: /tmp/junit9060333206950836821/test.tar.gz
[debug] Adding entry dir2
[debug] Adding entry dir2/test.txt
[debug] Adding entry dir2/dir3
[debug] Adding entry dir2/dir3/test.sh
[debug] Adding entry dir2/testPermissions
[debug] Adding entry dir2/testLastModified
[debug] Adding entry dir2/testOwnerAndGroupName
[info] Building tar: /tmp/junit12460330135137228890/test.tar.gz
[debug] Adding entry dir2
[debug] Adding entry dir2/test.txt
[debug] Adding entry dir2/dir3
[debug] Adding entry dir2/dir3/test.sh
[debug] Adding entry dir2/testPermissions
[debug] Adding entry dir2/testLastModified
[debug] Adding entry dir2/testOwnerAndGroupName
[debug] Adding entry dir2/testSymLink
[debug] Computed symlink target path test.sh for symlink /tmp/junit12460330135137228890/dir1/dir2/testSymLink relative to /tmp/junit12460330135137228890/dir1
[debug] Computed symlink target path ../test.sh for symlink /tmp/junit12460330135137228890/dir1/dir2/testSymLink relative to /tmp/junit12460330135137228890/dir1/dir2
[info] Building tar: /tmp/junit852651513623261926/test.tar.gz
[debug] Adding entry dir2
[debug] Adding entry dir2/test.txt
[debug] Adding entry dir2/dir3
[debug] Adding entry dir2/dir3/test.sh
[debug] Adding entry dir2/testPermissions
[debug] Adding entry dir2/testLastModified
[debug] Adding entry dir2/testOwnerAndGroupName
[debug] Adding entry testSymLink
[debug] Computed symlink target path dir2/dir3/test.sh for symlink /tmp/junit852651513623261926/dir1/testSymLink relative to /tmp/junit852651513623261926/dir1
[debug] Computed symlink target path dir2/dir3/test.sh for symlink /tmp/junit852651513623261926/dir1/testSymLink relative to /tmp/junit852651513623261926/dir1
[info] Building tar: /tmp/junit14498200662720671100/test.tar.gz
[debug] Adding entry dir2
[debug] Adding entry dir2/test.txt
[debug] Adding entry dir2/dir3
[debug] Adding entry dir2/dir3/test.sh
[debug] Adding entry dir2/testPermissions
[debug] Adding entry dir2/testLastModified
[debug] Adding entry dir2/testOwnerAndGroupName
[debug] Adding entry testDirSymLink
[debug] Computed symlink target path ../dirLinkTargetOutsideArchiveRoot for symlink /tmp/junit14498200662720671100/dir1/testDirSymLink relative to /tmp/junit14498200662720671100/dir1
[debug] Adding entry testDirSymLink/test.txt
[info] Building tar: /tmp/junit6086225964217915666/test.tar.gz
[debug] Adding entry dir2
[debug] Adding entry dir2/test.txt
[debug] Adding entry dir2/dir3
[debug] Adding entry dir2/dir3/test.sh
[debug] Adding entry dir2/testPermissions
[debug] Adding entry dir2/testLastModified
[debug] Adding entry dir2/testOwnerAndGroupName
[debug] Adding entry dir2/testSymLink
[debug] Computed symlink target path dir2/dir3/test.sh for symlink /tmp/junit6086225964217915666/dir1/dir2/testSymLink relative to /tmp/junit6086225964217915666/dir1
[debug] Computed symlink target path dir3/test.sh for symlink /tmp/junit6086225964217915666/dir1/dir2/testSymLink relative to /tmp/junit6086225964217915666/dir1/dir2
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s - in org.eclipse.tycho.plugins.tar.TarGzArchiverTest
[INFO] Running org.eclipse.tycho.plugins.tar.FilePermissionHelperTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tycho.plugins.tar.FilePermissionHelperTest
[INFO] Running org.eclipse.tycho.plugins.p2.director.ProductConfigTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.tycho.plugins.p2.director.ProductConfigTest
[INFO] Running org.eclipse.tycho.plugins.p2.director.ProductArchiverMojoTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tycho.plugins.p2.director.ProductArchiverMojoTest
[INFO] Running org.eclipse.tycho.plugins.p2.director.ProfileNameTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tycho.plugins.p2.director.ProfileNameTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-p2-director-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-director-plugin/target/tycho-p2-director-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-p2-director-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2-director-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-director-plugin/target/tycho-p2-director-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-p2-director-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-director-plugin/target/tycho-p2-director-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-p2-director-plugin/2.6.0-SNAPSHOT/tycho-p2-director-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-director-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-p2-director-plugin/2.6.0-SNAPSHOT/tycho-p2-director-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-director-plugin/target/tycho-p2-director-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-p2-director-plugin/2.6.0-SNAPSHOT/tycho-p2-director-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.eclipse.tycho:tycho-artifactcomparator >-------------
[INFO] Building Tycho Artifactor Comparator Plugin 2.6.0-SNAPSHOT       [55/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-artifactcomparator ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-artifactcomparator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-artifactcomparator/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-artifactcomparator ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-artifactcomparator/target/classes
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-artifactcomparator ---
[INFO] Discovered 6 component descriptors(s)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-artifactcomparator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-artifactcomparator ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-artifactcomparator/target/test-classes
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-artifactcomparator ---
[INFO] Discovered 1 component descriptors(s)
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-artifactcomparator ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-artifactcomparator/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.jarcomparator.tests.ContentsComparatorTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 s - in org.eclipse.tycho.jarcomparator.tests.ContentsComparatorTest
[INFO] Running org.eclipse.tycho.jarcomparator.tests.CompoundArtifactDeltaTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.tycho.jarcomparator.tests.CompoundArtifactDeltaTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-artifactcomparator ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-artifactcomparator/target/tycho-artifactcomparator-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-artifactcomparator ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-artifactcomparator/target/tycho-artifactcomparator-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-artifactcomparator ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-artifactcomparator/target/tycho-artifactcomparator-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-artifactcomparator/2.6.0-SNAPSHOT/tycho-artifactcomparator-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-artifactcomparator/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-artifactcomparator/2.6.0-SNAPSHOT/tycho-artifactcomparator-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-artifactcomparator/target/tycho-artifactcomparator-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-artifactcomparator/2.6.0-SNAPSHOT/tycho-artifactcomparator-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------------< org.eclipse.tycho:tycho-p2-plugin >------------------
[INFO] Building Tycho p2 Metadata Plugin 2.6.0-SNAPSHOT                 [56/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-p2-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-p2-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-p2-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-plugin/target/classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-plugin/src/main/java/org/eclipse/tycho/plugins/p2/AbstractP2MetadataMojo.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-plugin/src/main/java/org/eclipse/tycho/plugins/p2/AbstractP2MetadataMojo.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-p2-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 6 mojo descriptors.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-p2-plugin ---
[INFO] Discovered 1 component descriptors(s)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-p2-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-p2-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-plugin/target/test-classes
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-p2-plugin ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-p2-plugin ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-plugin/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.plugins.p2.P2MetadataMojoTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.tycho.plugins.p2.P2MetadataMojoTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-p2-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-plugin/target/tycho-p2-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-p2-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-plugin/target/tycho-p2-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-p2-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-plugin/target/tycho-p2-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-p2-plugin/2.6.0-SNAPSHOT/tycho-p2-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-p2-plugin/2.6.0-SNAPSHOT/tycho-p2-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-plugin/target/tycho-p2-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-p2-plugin/2.6.0-SNAPSHOT/tycho-p2-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.eclipse.tycho:tycho-p2-publisher-plugin >-------------
[INFO] Building Tycho p2 Publisher Plugin 2.6.0-SNAPSHOT                [57/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-p2-publisher-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-p2-publisher-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-publisher-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-p2-publisher-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-publisher-plugin/target/classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-publisher-plugin/src/main/java/org/eclipse/tycho/plugins/p2/publisher/PublishEEProfileMojo.java: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-publisher-plugin/src/main/java/org/eclipse/tycho/plugins/p2/publisher/PublishEEProfileMojo.java uses or overrides a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-publisher-plugin/src/main/java/org/eclipse/tycho/plugins/p2/publisher/PublishEEProfileMojo.java: Recompile with -Xlint:removal for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-p2-publisher-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 5 mojo descriptors.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-p2-publisher-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-publisher-plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-p2-publisher-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-publisher-plugin/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-p2-publisher-plugin ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-publisher-plugin/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.plugins.p2.publisher.PublishProductMojoTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.tycho.plugins.p2.publisher.PublishProductMojoTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-p2-publisher-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-publisher-plugin/target/tycho-p2-publisher-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-p2-publisher-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2-publisher-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-publisher-plugin/target/tycho-p2-publisher-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-p2-publisher-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-publisher-plugin/target/tycho-p2-publisher-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-p2-publisher-plugin/2.6.0-SNAPSHOT/tycho-p2-publisher-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-publisher-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-p2-publisher-plugin/2.6.0-SNAPSHOT/tycho-p2-publisher-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-publisher-plugin/target/tycho-p2-publisher-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-p2-publisher-plugin/2.6.0-SNAPSHOT/tycho-p2-publisher-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.eclipse.tycho:tycho-p2-repository-plugin >------------
[INFO] Building Tycho p2 Repository Plugin 2.6.0-SNAPSHOT               [58/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-p2-repository-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-p2-repository-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-repository-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-p2-repository-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-repository-plugin/target/classes
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-p2-repository-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 6 mojo descriptors.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-p2-repository-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-repository-plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-p2-repository-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-p2-repository-plugin ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-p2-repository-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-repository-plugin/target/tycho-p2-repository-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-p2-repository-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2-repository-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-repository-plugin/target/tycho-p2-repository-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-p2-repository-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-repository-plugin/target/tycho-p2-repository-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-p2-repository-plugin/2.6.0-SNAPSHOT/tycho-p2-repository-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-repository-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-p2-repository-plugin/2.6.0-SNAPSHOT/tycho-p2-repository-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-repository-plugin/target/tycho-p2-repository-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-p2-repository-plugin/2.6.0-SNAPSHOT/tycho-p2-repository-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------------< org.eclipse.tycho:tycho-gpg-plugin >-----------------
[INFO] Building Tycho GPG plugin 2.6.0-SNAPSHOT                         [59/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-gpg-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-gpg-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-gpg-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-gpg-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-gpg-plugin/target/classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-gpg-plugin/src/main/java/org/eclipse/tycho/gpg/SignRepositoryArtifactsMojo.java: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-gpg-plugin/src/main/java/org/eclipse/tycho/gpg/SignRepositoryArtifactsMojo.java uses or overrides a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-gpg-plugin/src/main/java/org/eclipse/tycho/gpg/SignRepositoryArtifactsMojo.java: Recompile with -Xlint:removal for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-gpg-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 1 mojo descriptor.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-gpg-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-gpg-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-gpg-plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-gpg-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-gpg-plugin ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-gpg-plugin ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-gpg-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-gpg-plugin/target/tycho-gpg-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-gpg-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-gpg-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-gpg-plugin/target/tycho-gpg-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-gpg-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-gpg-plugin/target/tycho-gpg-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-gpg-plugin/2.6.0-SNAPSHOT/tycho-gpg-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-gpg-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-gpg-plugin/2.6.0-SNAPSHOT/tycho-gpg-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-gpg-plugin/target/tycho-gpg-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-gpg-plugin/2.6.0-SNAPSHOT/tycho-gpg-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------< org.eclipse.tycho.extras:tycho-extras >----------------
[INFO] Building Tycho Extras 2.6.0-SNAPSHOT                             [60/78]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-extras ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-extras ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-extras ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-extras/2.6.0-SNAPSHOT/tycho-extras-2.6.0-SNAPSHOT.pom
[INFO] 
[INFO] -------< org.eclipse.tycho.extras:tycho-document-bundle-plugin >--------
[INFO] Building Tycho Document Bundle Plugin 2.6.0-SNAPSHOT             [61/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-document-bundle-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-document-bundle-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-document-bundle-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/classes
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-document-bundle-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 1 mojo descriptor.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-document-bundle-plugin ---
[INFO] Discovered 1 component descriptors(s)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-document-bundle-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-document-bundle-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/test-classes
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-document-bundle-plugin ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-document-bundle-plugin ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.extras.docbundle.PackageNameMatcherTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.tycho.extras.docbundle.PackageNameMatcherTest
[INFO] Running org.eclipse.tycho.extras.docbundle.TestJavadocRunner
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.472 s - in org.eclipse.tycho.extras.docbundle.TestJavadocRunner
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-document-bundle-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-document-bundle-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-document-bundle-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.2:install (integration-test) @ tycho-document-bundle-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles/2.6.0-SNAPSHOT/tycho-bundles-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho/2.6.0-SNAPSHOT/tycho-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2/2.6.0-SNAPSHOT/tycho-p2-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox/2.6.0-SNAPSHOT/sisu-equinox-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-system-packages-companion.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-system-packages-companion.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/tycho-testing-harness-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/tycho-testing-harness-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/tycho-embedder-api-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/tycho-embedder-api-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/tycho-metadata-model-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/tycho-metadata-model-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-extras/2.6.0-SNAPSHOT/tycho-extras-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-document-bundle-plugin/2.6.0-SNAPSHOT/tycho-document-bundle-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-document-bundle-plugin/2.6.0-SNAPSHOT/tycho-document-bundle-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-document-bundle-plugin/2.6.0-SNAPSHOT/tycho-document-bundle-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.2:run (integration-test) @ tycho-document-bundle-plugin ---
[INFO] Building: additionalDepsTest/pom.xml
[INFO] run post-build script verify.groovy
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/codehaus/groovy/groovy-all/2.4.21/groovy-all-2.4.21.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO]           additionalDepsTest/pom.xml ....................... SUCCESS (10.5 s)
[INFO] Building: test1/pom.xml
[INFO] run post-build script verify.groovy
[INFO]           test1/pom.xml .................................... SUCCESS (10.9 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 2, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-document-bundle-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-document-bundle-plugin/2.6.0-SNAPSHOT/tycho-document-bundle-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-document-bundle-plugin/2.6.0-SNAPSHOT/tycho-document-bundle-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-document-bundle-plugin/target/tycho-document-bundle-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-document-bundle-plugin/2.6.0-SNAPSHOT/tycho-document-bundle-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.eclipse.tycho.extras:tycho-version-bump-plugin >---------
[INFO] Building Tycho Version Bump Plugin 2.6.0-SNAPSHOT                [62/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-version-bump-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-version-bump-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-version-bump-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/src/main/java/org/eclipse/tycho/versionbump/UpdateTargetMojo.java: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/src/main/java/org/eclipse/tycho/versionbump/UpdateTargetMojo.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/src/main/java/org/eclipse/tycho/versionbump/UpdateTargetMojo.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-version-bump-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 2 mojo descriptors.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-version-bump-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-version-bump-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-version-bump-plugin ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-version-bump-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-version-bump-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-version-bump-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.2:install (integration-test) @ tycho-version-bump-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles/2.6.0-SNAPSHOT/tycho-bundles-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho/2.6.0-SNAPSHOT/tycho-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-p2/2.6.0-SNAPSHOT/tycho-p2-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox/2.6.0-SNAPSHOT/sisu-equinox-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-system-packages-companion.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-system-packages-companion.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/tycho-testing-harness-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/tycho-testing-harness-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/tycho-embedder-api-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/tycho-embedder-api-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/tycho-metadata-model-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/tycho-metadata-model-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-extras/2.6.0-SNAPSHOT/tycho-extras-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-version-bump-plugin/2.6.0-SNAPSHOT/tycho-version-bump-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-version-bump-plugin/2.6.0-SNAPSHOT/tycho-version-bump-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-version-bump-plugin/2.6.0-SNAPSHOT/tycho-version-bump-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.2:run (integration-test) @ tycho-version-bump-plugin ---
[INFO] Building: update-target/pom.xml
[INFO] run post-build script verify.groovy
[INFO]           update-target/pom.xml ............................ SUCCESS (4.8 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 1, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-version-bump-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-version-bump-plugin/2.6.0-SNAPSHOT/tycho-version-bump-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-version-bump-plugin/2.6.0-SNAPSHOT/tycho-version-bump-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-version-bump-plugin/target/tycho-version-bump-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-version-bump-plugin/2.6.0-SNAPSHOT/tycho-version-bump-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.tycho.extras:tycho-source-feature-plugin >--------
[INFO] Building Tycho Source Feature Generation Plugin 2.6.0-SNAPSHOT   [63/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-source-feature-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-source-feature-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-source-feature-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/src/main/java/org/eclipse/tycho/extras/sourcefeature/SourceFeatureP2MetadataProvider.java: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/src/main/java/org/eclipse/tycho/extras/sourcefeature/SourceFeatureP2MetadataProvider.java uses or overrides a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/src/main/java/org/eclipse/tycho/extras/sourcefeature/SourceFeatureP2MetadataProvider.java: Recompile with -Xlint:removal for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-source-feature-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 1 mojo descriptor.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-source-feature-plugin ---
[INFO] Discovered 1 component descriptors(s)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-source-feature-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-source-feature-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/test-classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/src/test/java/org/eclipse/tycho/extras/sourcefeature/SourceFeatureSkeletonTest.java: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/src/test/java/org/eclipse/tycho/extras/sourcefeature/SourceFeatureSkeletonTest.java uses or overrides a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/src/test/java/org/eclipse/tycho/extras/sourcefeature/SourceFeatureSkeletonTest.java: Recompile with -Xlint:removal for details.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-source-feature-plugin ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-source-feature-plugin ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.extras.sourcefeature.SourceFeatureSkeletonTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in org.eclipse.tycho.extras.sourcefeature.SourceFeatureSkeletonTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-source-feature-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/tycho-source-feature-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-source-feature-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-source-feature-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/tycho-source-feature-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.2:install (integration-test) @ tycho-source-feature-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-source-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-source-plugin/2.6.0-SNAPSHOT/tycho-source-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-source-plugin/target/tycho-source-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-source-plugin/2.6.0-SNAPSHOT/tycho-source-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-source-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-source-plugin/2.6.0-SNAPSHOT/tycho-source-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-source-plugin/target/tycho-source-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-source-plugin/2.6.0-SNAPSHOT/tycho-source-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho/2.6.0-SNAPSHOT/tycho-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-packaging-plugin/2.6.0-SNAPSHOT/tycho-packaging-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/tycho-packaging-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-packaging-plugin/2.6.0-SNAPSHOT/tycho-packaging-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-packaging-plugin/2.6.0-SNAPSHOT/tycho-packaging-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/tycho-packaging-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-packaging-plugin/2.6.0-SNAPSHOT/tycho-packaging-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/tycho-testing-harness-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/tycho-testing-harness-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles/2.6.0-SNAPSHOT/tycho-bundles-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox/2.6.0-SNAPSHOT/sisu-equinox-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-system-packages-companion.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-system-packages-companion.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/tycho-embedder-api-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/tycho-embedder-api-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/tycho-metadata-model-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/tycho-metadata-model-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/tycho-p2/2.6.0-SNAPSHOT/tycho-p2-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-extras/2.6.0-SNAPSHOT/tycho-extras-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.6.0-SNAPSHOT/tycho-source-feature-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/tycho-source-feature-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.6.0-SNAPSHOT/tycho-source-feature-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/tycho-source-feature-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.6.0-SNAPSHOT/tycho-source-feature-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.2:run (integration-test) @ tycho-source-feature-plugin ---
[INFO] Building: basic/pom.xml
[INFO] run post-build script verify.groovy
[INFO]           basic/pom.xml .................................... SUCCESS (10.2 s)
[INFO] Building: extra-source-bundles/pom.xml
[INFO] run post-build script verify.groovy
[INFO]           extra-source-bundles/pom.xml ..................... SUCCESS (10.3 s)
[INFO] Building: license-feature/pom.xml
[INFO] run post-build script verify.groovy
[INFO]           license-feature/pom.xml .......................... SUCCESS (4.2 s)
[INFO] Building: remote-source-bundles/pom.xml
[INFO] run post-build script verify.groovy
[INFO]           remote-source-bundles/pom.xml .................... SUCCESS (10.4 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 4, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-source-feature-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/tycho-source-feature-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.6.0-SNAPSHOT/tycho-source-feature-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.6.0-SNAPSHOT/tycho-source-feature-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-source-feature-plugin/target/tycho-source-feature-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.6.0-SNAPSHOT/tycho-source-feature-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.eclipse.tycho.extras:tycho-p2-extras-plugin >-----------
[INFO] Building Tycho p2 Extras Plugin 2.6.0-SNAPSHOT                   [64/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-p2-extras-plugin ---
[INFO] Deleting /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/src/test/resources (includes = [**/testProject/target/], excludes = [])
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-p2-extras-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-p2-extras-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/src/main/java/org/eclipse/tycho/plugins/p2/extras/PublishFeaturesAndBundlesMojo.java: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/src/main/java/org/eclipse/tycho/plugins/p2/extras/PublishFeaturesAndBundlesMojo.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/src/main/java/org/eclipse/tycho/plugins/p2/extras/PublishFeaturesAndBundlesMojo.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-p2-extras-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 3 mojo descriptors.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-p2-extras-plugin ---
[INFO] Discovered 1 component descriptors(s)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-p2-extras-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 20 resources
[INFO] 
[INFO] --- maven-properties-plugin:0.0.2:filter-file (default) @ tycho-p2-extras-plugin ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-p2-extras-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/test-classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/src/test/java/org/eclipse/tycho/plugins/p2/extras/MirrorMojoTest.java: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/src/test/java/org/eclipse/tycho/plugins/p2/extras/MirrorMojoTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/src/test/java/org/eclipse/tycho/plugins/p2/extras/MirrorMojoTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-p2-extras-plugin ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-p2-extras-plugin ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.plugins.p2.extras.PublishFeaturesAndBundlesMojoTest
      id: local
      url: file:///home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/
   layout: default
snapshots: [enabled => true, update => always]
 releases: [enabled => true, update => always]
   blocked: false

[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -jar, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-bundles-external/2.6.0-SNAPSHOT/eclipse/plugins/org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar, -configuration, /tmp/tycho-p2-runtime18081616877373608193.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/publisher/testProject/target/repository with spaces, -metadataRepository, file:/home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/publisher/testProject/target/repository with spaces, -publishArtifacts, -source, /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/publisher/testProject/target/sourceRepository]
Generating metadata for ..
Generation completed with success [0 seconds].
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.503 s - in org.eclipse.tycho.plugins.p2.extras.PublishFeaturesAndBundlesMojoTest
[INFO] Running org.eclipse.tycho.plugins.p2.extras.MirrorMojoTest
[INFO] Mirroring to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/mirroring/testProject/target/repository...
Mirroring: osgi.bundle,testbundle,1.0.0.201105311425 (Descriptor: canonical: osgi.bundle,testbundle,1.0.0.201105311425)
Mirroring: org.eclipse.update.feature,testfeature,1.0.0.201105311425 (Descriptor: canonical: org.eclipse.update.feature,testfeature,1.0.0.201105311425)
[INFO] Mirroring to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/mirroring/testProject/target/repository...
[WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from toolingorg.eclipse.equinox.launcher 1.6.0.v20200915-1508 to osgi.bundle; org.eclipse.equinox.launcher 1.6.0.v20200915-1508.; Unable to satisfy dependency from toolingorg.eclipse.equinox.launcher 1.6.0.v20200915-1508 to osgi.bundle; org.eclipse.equinox.launcher 1.6.0.v20200915-1508.; Unable to satisfy dependency from toolingorg.eclipse.equinox.launcher.gtk.linux.x86_64 1.2.0.v20200915-1442 to osgi.bundle; org.eclipse.equinox.launcher.gtk.linux.x86_64 1.2.0.v20200915-1442.; Unable to satisfy dependency from toolingorg.eclipse.equinox.launcher.gtk.linux.x86_64 1.2.0.v20200915-1442 to osgi.bundle; org.eclipse.equinox.launcher.gtk.linux.x86_64 1.2.0.v20200915-1442.; Unable to satisfy dependency from dummy.executable.gtk.linux.x86_64 0.0.1.202102201955 to org.eclipse.equinox.p2.iu; org.eclipse.equinox.launcher.gtk.linux.x86_64 0.0.0.]
Mirroring: binary,dummy.executable.gtk.linux.x86_64,0.0.1.202102201955 (Descriptor: canonical: binary,dummy.executable.gtk.linux.x86_64,0.0.1.202102201955)
[INFO] Mirroring to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/mirroring/testProject/target/repository...
Mirroring: osgi.bundle,test.bundle1,1.0.0.201108100850 (Descriptor: canonical: osgi.bundle,test.bundle1,1.0.0.201108100850)
Mirroring: osgi.bundle,test.bundle2,1.0.0.201108100850 (Descriptor: canonical: osgi.bundle,test.bundle2,1.0.0.201108100850)
[INFO] Mirroring to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/mirroring/testProject/target/repository...
Mirroring: osgi.bundle,test.bundle1,1.0.0.201108100850 (Descriptor: canonical: osgi.bundle,test.bundle1,1.0.0.201108100850)
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.811 s - in org.eclipse.tycho.plugins.p2.extras.MirrorMojoTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-p2-extras-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-p2-extras-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-p2-extras-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.2:install (integration-test) @ tycho-p2-extras-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-launching/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/2.6.0-SNAPSHOT/sisu-equinox-launching-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-launching/target/sisu-equinox-launching-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/2.6.0-SNAPSHOT/sisu-equinox-launching-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-launching/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/2.6.0-SNAPSHOT/sisu-equinox-launching-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-launching/target/sisu-equinox-launching-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/2.6.0-SNAPSHOT/sisu-equinox-launching-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox/2.6.0-SNAPSHOT/sisu-equinox-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho/2.6.0-SNAPSHOT/tycho-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-system-packages-companion.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-system-packages-companion.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles/2.6.0-SNAPSHOT/tycho-bundles-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/tycho-testing-harness-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/tycho-testing-harness-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/tycho-embedder-api-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/tycho-embedder-api-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/tycho-metadata-model-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/tycho-metadata-model-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-external/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles-external/2.6.0-SNAPSHOT/tycho-bundles-external-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-external/target/tycho-bundles-external-2.6.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles-external/2.6.0-SNAPSHOT/tycho-bundles-external-2.6.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-external/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles-external/2.6.0-SNAPSHOT/tycho-bundles-external-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-external/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles-external/2.6.0-SNAPSHOT/tycho-bundles-external-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-external/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles-external/2.6.0-SNAPSHOT/tycho-bundles-external-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.6.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.6.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.6.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.6.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.6.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.6.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-p2/2.6.0-SNAPSHOT/tycho-p2-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-artifactcomparator/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-artifactcomparator/2.6.0-SNAPSHOT/tycho-artifactcomparator-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-artifactcomparator/target/tycho-artifactcomparator-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-artifactcomparator/2.6.0-SNAPSHOT/tycho-artifactcomparator-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-artifactcomparator/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-artifactcomparator/2.6.0-SNAPSHOT/tycho-artifactcomparator-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-artifactcomparator/target/tycho-artifactcomparator-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/tycho-artifactcomparator/2.6.0-SNAPSHOT/tycho-artifactcomparator-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-extras/2.6.0-SNAPSHOT/tycho-extras-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.6.0-SNAPSHOT/tycho-p2-extras-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.6.0-SNAPSHOT/tycho-p2-extras-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.6.0-SNAPSHOT/tycho-p2-extras-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.2:run (integration-test) @ tycho-p2-extras-plugin ---
[INFO] Building: baseline/pom.xml
[INFO]           baseline/pom.xml ................................. SUCCESS (50.8 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 1, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-p2-extras-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.6.0-SNAPSHOT/tycho-p2-extras-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.6.0-SNAPSHOT/tycho-p2-extras-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.6.0-SNAPSHOT/tycho-p2-extras-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.tycho.extras:tycho-custom-bundle-plugin >---------
[INFO] Building Tycho Custom Bundle Plugin 2.6.0-SNAPSHOT               [65/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-custom-bundle-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-custom-bundle-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-custom-bundle-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/classes
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-custom-bundle-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 1 mojo descriptor.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-custom-bundle-plugin ---
[INFO] Discovered 1 component descriptors(s)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-custom-bundle-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-custom-bundle-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-custom-bundle-plugin ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-custom-bundle-plugin ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-custom-bundle-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/tycho-custom-bundle-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-custom-bundle-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-custom-bundle-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/tycho-custom-bundle-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.2:install (integration-test) @ tycho-custom-bundle-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles/2.6.0-SNAPSHOT/tycho-bundles-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho/2.6.0-SNAPSHOT/tycho-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-p2/2.6.0-SNAPSHOT/tycho-p2-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox/2.6.0-SNAPSHOT/sisu-equinox-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-system-packages-companion.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-system-packages-companion.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/tycho-testing-harness-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/tycho-testing-harness-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/tycho-embedder-api-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/tycho-embedder-api-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/tycho-metadata-model-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/tycho-metadata-model-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-extras/2.6.0-SNAPSHOT/tycho-extras-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/2.6.0-SNAPSHOT/tycho-custom-bundle-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/tycho-custom-bundle-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/2.6.0-SNAPSHOT/tycho-custom-bundle-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/tycho-custom-bundle-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/2.6.0-SNAPSHOT/tycho-custom-bundle-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.2:run (integration-test) @ tycho-custom-bundle-plugin ---
[INFO] Building: custom-bundle-parent/pom.xml
[INFO] run post-build script verify.groovy
[INFO]           custom-bundle-parent/pom.xml ..................... SUCCESS (9.2 s)
[INFO] Building: unresolvable-custom-bundle/pom.xml
[INFO] run post-build script verify.groovy
[INFO]           unresolvable-custom-bundle/pom.xml ............... SUCCESS (4.8 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 2, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-custom-bundle-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/tycho-custom-bundle-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/2.6.0-SNAPSHOT/tycho-custom-bundle-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/2.6.0-SNAPSHOT/tycho-custom-bundle-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-custom-bundle-plugin/target/tycho-custom-bundle-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/2.6.0-SNAPSHOT/tycho-custom-bundle-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.eclipse.tycho.extras:tycho-eclipserun-plugin >----------
[INFO] Building Tycho Eclipserun Plugin 2.6.0-SNAPSHOT                  [66/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-eclipserun-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-eclipserun-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-eclipserun-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/classes
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-eclipserun-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 1 mojo descriptor.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-eclipserun-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-eclipserun-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-eclipserun-plugin ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.extras.eclipserun.EclipseRunMojoTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.085 s - in org.eclipse.tycho.extras.eclipserun.EclipseRunMojoTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-eclipserun-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-eclipserun-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-eclipserun-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.2:install (integration-test) @ tycho-eclipserun-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-launching/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/2.6.0-SNAPSHOT/sisu-equinox-launching-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-launching/target/sisu-equinox-launching-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/2.6.0-SNAPSHOT/sisu-equinox-launching-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-launching/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/2.6.0-SNAPSHOT/sisu-equinox-launching-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-launching/target/sisu-equinox-launching-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-launching/2.6.0-SNAPSHOT/sisu-equinox-launching-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox/2.6.0-SNAPSHOT/sisu-equinox-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho/2.6.0-SNAPSHOT/tycho-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-system-packages-companion.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-system-packages-companion.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles/2.6.0-SNAPSHOT/tycho-bundles-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/tycho-testing-harness-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/tycho-testing-harness-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/tycho-embedder-api-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/tycho-embedder-api-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/tycho-metadata-model-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/tycho-metadata-model-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/tycho-p2-facade/target/tycho-p2-facade-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-p2-facade/2.6.0-SNAPSHOT/tycho-p2-facade-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-p2/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-p2/2.6.0-SNAPSHOT/tycho-p2-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.6.0-SNAPSHOT/tycho-p2-extras-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.6.0-SNAPSHOT/tycho-p2-extras-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.6.0-SNAPSHOT/tycho-p2-extras-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-p2-extras-plugin/target/tycho-p2-extras-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.6.0-SNAPSHOT/tycho-p2-extras-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-extras/2.6.0-SNAPSHOT/tycho-extras-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-external/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles-external/2.6.0-SNAPSHOT/tycho-bundles-external-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-external/target/tycho-bundles-external-2.6.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles-external/2.6.0-SNAPSHOT/tycho-bundles-external-2.6.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-external/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles-external/2.6.0-SNAPSHOT/tycho-bundles-external-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-external/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles-external/2.6.0-SNAPSHOT/tycho-bundles-external-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/tycho-bundles-external/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles-external/2.6.0-SNAPSHOT/tycho-bundles-external-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.6.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.6.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.6.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.6.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.6.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.noopsecurity/target/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/2.6.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-artifactcomparator/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-artifactcomparator/2.6.0-SNAPSHOT/tycho-artifactcomparator-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-artifactcomparator/target/tycho-artifactcomparator-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-artifactcomparator/2.6.0-SNAPSHOT/tycho-artifactcomparator-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-artifactcomparator/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-artifactcomparator/2.6.0-SNAPSHOT/tycho-artifactcomparator-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-artifactcomparator/target/tycho-artifactcomparator-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/tycho-artifactcomparator/2.6.0-SNAPSHOT/tycho-artifactcomparator-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.6.0-SNAPSHOT/tycho-eclipserun-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.6.0-SNAPSHOT/tycho-eclipserun-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.6.0-SNAPSHOT/tycho-eclipserun-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.2:run (integration-test) @ tycho-eclipserun-plugin ---
[INFO] Building: eclipse-antrunner/pom.xml
[INFO] run post-build script verify.groovy
[INFO]           eclipse-antrunner/pom.xml ........................ SUCCESS (8.0 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 1, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-eclipserun-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.6.0-SNAPSHOT/tycho-eclipserun-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.6.0-SNAPSHOT/tycho-eclipserun-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-eclipserun-plugin/target/tycho-eclipserun-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.6.0-SNAPSHOT/tycho-eclipserun-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.eclipse.tycho.extras:tycho-buildtimestamp-jgit >---------
[INFO] Building Tycho JGit Build Timestamp Provider Plugin 2.6.0-SNAPSHOT [67/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-buildtimestamp-jgit ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-buildtimestamp-jgit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-buildtimestamp-jgit ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/classes
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-buildtimestamp-jgit ---
[INFO] Discovered 1 component descriptors(s)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-buildtimestamp-jgit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-buildtimestamp-jgit ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/test-classes
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-buildtimestamp-jgit ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-buildtimestamp-jgit ---
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-buildtimestamp-jgit ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/tycho-buildtimestamp-jgit-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-buildtimestamp-jgit ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/tycho-buildtimestamp-jgit-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.2:install (integration-test) @ tycho-buildtimestamp-jgit ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-packaging-plugin/2.6.0-SNAPSHOT/tycho-packaging-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/tycho-packaging-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-packaging-plugin/2.6.0-SNAPSHOT/tycho-packaging-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-packaging-plugin/2.6.0-SNAPSHOT/tycho-packaging-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-packaging-plugin/target/tycho-packaging-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-packaging-plugin/2.6.0-SNAPSHOT/tycho-packaging-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho/2.6.0-SNAPSHOT/tycho-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/tycho-testing-harness-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/tycho-testing-harness-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-bundles/2.6.0-SNAPSHOT/tycho-bundles-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/sisu-equinox/2.6.0-SNAPSHOT/sisu-equinox-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-system-packages-companion.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-system-packages-companion.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/tycho-embedder-api-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/tycho-embedder-api-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/tycho-metadata-model-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/tycho-metadata-model-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/extras/tycho-extras/2.6.0-SNAPSHOT/tycho-extras-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.6.0-SNAPSHOT/tycho-buildtimestamp-jgit-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/tycho-buildtimestamp-jgit-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.6.0-SNAPSHOT/tycho-buildtimestamp-jgit-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/tycho-buildtimestamp-jgit-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/local-repo/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.6.0-SNAPSHOT/tycho-buildtimestamp-jgit-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.2:run (integration-test) @ tycho-buildtimestamp-jgit ---
[INFO] Building: basic/pom.xml
[INFO] run pre-build script prebuild.groovy
[INFO] run post-build script verify.groovy
[INFO]           basic/pom.xml .................................... SUCCESS (12.1 s)
[INFO] Building: dirtySubmodules/pom.xml
[INFO] run pre-build script prebuild.groovy
[INFO]           dirtySubmodules/pom.xml .......................... SUCCESS (4.2 s)
[INFO] Building: dirtyUnrelatedSubmodules/pom.xml
[INFO] run pre-build script prebuild.groovy
[INFO] run post-build script verify.groovy
[INFO]           dirtyUnrelatedSubmodules/pom.xml ................. SUCCESS (6.9 s)
[INFO] Building: dirtyWorkingTreeWarningOnly/pom.xml
[INFO] run pre-build script prebuild.groovy
[INFO] run post-build script verify.groovy
[INFO]           dirtyWorkingTreeWarningOnly/pom.xml .............. SUCCESS (7.1 s)
[INFO] Building: dirtyworkingtree/pom.xml
[INFO] run pre-build script prebuild.groovy
[INFO]           dirtyworkingtree/pom.xml ......................... SUCCESS (4.1 s)
[INFO] Building: submodules/pom.xml
[INFO] run pre-build script prebuild.groovy
[INFO] run post-build script verify.bsh
[INFO]           submodules/pom.xml ............................... SUCCESS (7.0 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 6, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-buildtimestamp-jgit ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/tycho-buildtimestamp-jgit-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.6.0-SNAPSHOT/tycho-buildtimestamp-jgit-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.6.0-SNAPSHOT/tycho-buildtimestamp-jgit-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-buildtimestamp-jgit/target/tycho-buildtimestamp-jgit-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.6.0-SNAPSHOT/tycho-buildtimestamp-jgit-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.eclipse.tycho.extras:tycho-sourceref-jgit >------------
[INFO] Building Tycho JGit Source Reference Provider Plugin 2.6.0-SNAPSHOT [68/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-sourceref-jgit ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-sourceref-jgit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-sourceref-jgit/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-sourceref-jgit ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-sourceref-jgit/target/classes
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-sourceref-jgit ---
[INFO] Discovered 1 component descriptors(s)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-sourceref-jgit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-sourceref-jgit/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-sourceref-jgit ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-sourceref-jgit/target/test-classes
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-sourceref-jgit ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-sourceref-jgit ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-sourceref-jgit/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.extras.sourceref.jgit.JGitSourceReferencesProviderTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.264 s - in org.eclipse.tycho.extras.sourceref.jgit.JGitSourceReferencesProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-sourceref-jgit ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-sourceref-jgit/target/tycho-sourceref-jgit-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-sourceref-jgit ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-sourceref-jgit/target/tycho-sourceref-jgit-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-sourceref-jgit ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-sourceref-jgit/target/tycho-sourceref-jgit-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.6.0-SNAPSHOT/tycho-sourceref-jgit-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-sourceref-jgit/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.6.0-SNAPSHOT/tycho-sourceref-jgit-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-sourceref-jgit/target/tycho-sourceref-jgit-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.6.0-SNAPSHOT/tycho-sourceref-jgit-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.eclipse.tycho.extras:target-platform-validation-plugin >-----
[INFO] Building Tycho Target Platform Validation Plugin 2.6.0-SNAPSHOT  [69/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ target-platform-validation-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ target-platform-validation-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/target-platform-validation-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ target-platform-validation-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/target-platform-validation-plugin/target/classes
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ target-platform-validation-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 1 mojo descriptor.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ target-platform-validation-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/target-platform-validation-plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ target-platform-validation-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ target-platform-validation-plugin ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ target-platform-validation-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/target-platform-validation-plugin/target/target-platform-validation-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ target-platform-validation-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ target-platform-validation-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/target-platform-validation-plugin/target/target-platform-validation-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ target-platform-validation-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/target-platform-validation-plugin/target/target-platform-validation-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/target-platform-validation-plugin/2.6.0-SNAPSHOT/target-platform-validation-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/target-platform-validation-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/target-platform-validation-plugin/2.6.0-SNAPSHOT/target-platform-validation-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/target-platform-validation-plugin/target/target-platform-validation-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/target-platform-validation-plugin/2.6.0-SNAPSHOT/target-platform-validation-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------< org.eclipse.tycho.extras:tycho-pomless >---------------
[INFO] Building Tycho POM-less build extension 2.6.0-SNAPSHOT           [70/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-pomless ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-pomless ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-pomless/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-pomless ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-pomless/target/classes
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-pomless ---
[INFO] Discovered 5 component descriptors(s)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-pomless ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 51 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-pomless ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-pomless/target/test-classes
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-pomless ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-pomless ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-pomless/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.pomless.TychoModelReaderTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[Fatal Error] :6:10: The end-tag for element type "feature" must end with a '>' delimiter.
[Fatal Error] :7:10: The end-tag for element type "product" must end with a '>' delimiter.
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.309 s - in org.eclipse.tycho.pomless.TychoModelReaderTest
[INFO] Running org.eclipse.tycho.pomless.TychoMappingTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.tycho.pomless.TychoMappingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-pomless ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-pomless/target/tycho-pomless-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-pomless ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-pomless/target/tycho-pomless-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-pomless ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-pomless/target/tycho-pomless-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-pomless/2.6.0-SNAPSHOT/tycho-pomless-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-pomless/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-pomless/2.6.0-SNAPSHOT/tycho-pomless-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-pomless/target/tycho-pomless-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-pomless/2.6.0-SNAPSHOT/tycho-pomless-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.eclipse.tycho.extras:tycho-dependency-tools-plugin >-------
[INFO] Building Tycho Dependency Tools Plugin 2.6.0-SNAPSHOT            [71/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-dependency-tools-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-dependency-tools-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-dependency-tools-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/classes
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-dependency-tools-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 1 mojo descriptor.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-dependency-tools-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-dependency-tools-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-dependency-tools-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-dependency-tools-plugin ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-dependency-tools-plugin ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-dependency-tools-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-dependency-tools-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-dependency-tools-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.2:install (integration-test) @ tycho-dependency-tools-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-bundles/2.6.0-SNAPSHOT/tycho-bundles-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho/2.6.0-SNAPSHOT/tycho-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-system-packages-companion.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-system-packages-companion.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-core/target/tycho-core-2.6.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-core/2.6.0-SNAPSHOT/tycho-core-2.6.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/tycho-testing-harness-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-testing-harness/target/tycho-testing-harness-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-testing-harness/2.6.0-SNAPSHOT/tycho-testing-harness-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-embedder/2.6.0-SNAPSHOT/sisu-equinox-embedder-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox/2.6.0-SNAPSHOT/sisu-equinox-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/sisu-equinox-api/2.6.0-SNAPSHOT/sisu-equinox-api-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/tycho-embedder-api-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-embedder-api/target/tycho-embedder-api-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-embedder-api/2.6.0-SNAPSHOT/tycho-embedder-api-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/tycho-metadata-model-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-metadata-model/target/tycho-metadata-model-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/tycho-metadata-model/2.6.0-SNAPSHOT/tycho-metadata-model-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-extras/2.6.0-SNAPSHOT/tycho-extras-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/2.6.0-SNAPSHOT/tycho-dependency-tools-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/2.6.0-SNAPSHOT/tycho-dependency-tools-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/local-repo/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/2.6.0-SNAPSHOT/tycho-dependency-tools-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.2:run (integration-test) @ tycho-dependency-tools-plugin ---
[INFO] No projects were selected for execution.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-dependency-tools-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/2.6.0-SNAPSHOT/tycho-dependency-tools-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/2.6.0-SNAPSHOT/tycho-dependency-tools-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-dependency-tools-plugin/target/tycho-dependency-tools-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-dependency-tools-plugin/2.6.0-SNAPSHOT/tycho-dependency-tools-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.eclipse.tycho.extras:tycho-extras-its >--------------
[INFO] Building Tycho Extras Integration Tests 2.6.0-SNAPSHOT           [72/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-extras-its ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.2.0:unpack-dependencies (unpack-maven) @ tycho-extras-its ---
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/apache-maven/3.8.3/apache-maven-3.8.3-bin.tar.gz to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-extras-its/target with includes "" and excludes ""
[INFO] Expanding: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/apache-maven/3.8.3/apache-maven-3.8.3-bin.tar.gz into /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-extras-its/target
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-extras-its ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-extras-its/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-extras-its ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-extras-its ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 31 resources
[INFO] Copying 29 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-extras-its ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-extras-its/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-extras-its ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-extras-its/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.extras.pomless.SetVersionPomlessITest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.288 s - in org.eclipse.tycho.extras.pomless.SetVersionPomlessITest
[INFO] Running org.eclipse.tycho.extras.pomless.TychoPomlessITest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.262 s - in org.eclipse.tycho.extras.pomless.TychoPomlessITest
[INFO] Running org.eclipse.tycho.extras.pde.TestListDependencies
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.084 s - in org.eclipse.tycho.extras.pde.TestListDependencies
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-extras-its ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-extras-its/target/tycho-extras-its-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-extras-its ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-extras-its ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-extras-its/target/tycho-extras-its-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-extras-its/2.6.0-SNAPSHOT/tycho-extras-its-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/tycho-extras-its/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-extras-its/2.6.0-SNAPSHOT/tycho-extras-its-2.6.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.tycho.extras:tycho-pack200 >---------------
[INFO] Building Tycho Pack200 Archive Plugins 2.6.0-SNAPSHOT            [73/78]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-pack200 ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-pack200 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-pack200 ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-pack200/2.6.0-SNAPSHOT/tycho-pack200-2.6.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.tycho.extras:tycho-pack200-impl >-------------
[INFO] Building Tycho Pack200 Archive Format Plugin 2.6.0-SNAPSHOT      [74/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-pack200-impl ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-pack200-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-impl/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-pack200-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-impl/target/classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-impl/src/main/java/org/eclipse/tycho/extras/pack200/Pack200Wrapper.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-impl/src/main/java/org/eclipse/tycho/extras/pack200/Pack200Wrapper.java: Recompile with -Xlint:removal for details.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @ tycho-pack200-impl ---
[INFO] Discovered 1 component descriptors(s)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-pack200-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-impl/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-pack200-impl ---
[INFO] No sources to compile
[INFO] 
[INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @ tycho-pack200-impl ---
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-pack200-impl ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-pack200-impl ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-impl/target/tycho-pack200-impl-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-pack200-impl ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-impl/target/tycho-pack200-impl-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-pack200-impl ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-impl/target/tycho-pack200-impl-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-pack200-impl/2.6.0-SNAPSHOT/tycho-pack200-impl-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-impl/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-pack200-impl/2.6.0-SNAPSHOT/tycho-pack200-impl-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-impl/target/tycho-pack200-impl-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-pack200-impl/2.6.0-SNAPSHOT/tycho-pack200-impl-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.eclipse.tycho.extras:tycho-pack200a-plugin >-----------
[INFO] Building Tycho Pack200 Normalization Plugin 2.6.0-SNAPSHOT       [75/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-pack200a-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-pack200a-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200a-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-pack200a-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200a-plugin/target/classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200a-plugin/src/main/java/org/eclipse/tycho/extras/pack200/mojo/Pack200NormalizeMojo.java: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200a-plugin/src/main/java/org/eclipse/tycho/extras/pack200/mojo/Pack200NormalizeMojo.java uses or overrides a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200a-plugin/src/main/java/org/eclipse/tycho/extras/pack200/mojo/Pack200NormalizeMojo.java: Recompile with -Xlint:removal for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-pack200a-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 1 mojo descriptor.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-pack200a-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200a-plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-pack200a-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-pack200a-plugin ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-pack200a-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200a-plugin/target/tycho-pack200a-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-pack200a-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-pack200a-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200a-plugin/target/tycho-pack200a-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-pack200a-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200a-plugin/target/tycho-pack200a-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-pack200a-plugin/2.6.0-SNAPSHOT/tycho-pack200a-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200a-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-pack200a-plugin/2.6.0-SNAPSHOT/tycho-pack200a-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200a-plugin/target/tycho-pack200a-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-pack200a-plugin/2.6.0-SNAPSHOT/tycho-pack200a-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.eclipse.tycho.extras:tycho-pack200b-plugin >-----------
[INFO] Building Tycho Pack200 Pack Plugin 2.6.0-SNAPSHOT                [76/78]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-pack200b-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-pack200b-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200b-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-pack200b-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200b-plugin/target/classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200b-plugin/src/main/java/org/eclipse/tycho/extras/pack200/mojo/Pack200PackMojo.java: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200b-plugin/src/main/java/org/eclipse/tycho/extras/pack200/mojo/Pack200PackMojo.java uses or overrides a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200b-plugin/src/main/java/org/eclipse/tycho/extras/pack200/mojo/Pack200PackMojo.java: Recompile with -Xlint:removal for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:descriptor (default-descriptor) @ tycho-pack200b-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 1 mojo descriptor.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-pack200b-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200b-plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-pack200b-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-pack200b-plugin ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-pack200b-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200b-plugin/target/tycho-pack200b-plugin-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ tycho-pack200b-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-pack200b-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200b-plugin/target/tycho-pack200b-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-pack200b-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200b-plugin/target/tycho-pack200b-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-pack200b-plugin/2.6.0-SNAPSHOT/tycho-pack200b-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200b-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-pack200b-plugin/2.6.0-SNAPSHOT/tycho-pack200b-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200b-plugin/target/tycho-pack200b-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-pack200b-plugin/2.6.0-SNAPSHOT/tycho-pack200b-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.eclipse.tycho.extras:tycho-pack200-its >-------------
[INFO] Building Tycho Pack200 Integration Tests 2.6.0-SNAPSHOT          [77/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-pack200-its ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-pack200-its ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-pack200-its ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-pack200-its ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-pack200-its ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ tycho-pack200-its ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-pack200-its ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/tycho-pack200-its-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-pack200-its ---
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/tycho-pack200-its-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.2:install (integration-test) @ tycho-pack200-its ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-impl/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/extras/tycho-pack200-impl/2.6.0-SNAPSHOT/tycho-pack200-impl-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-impl/target/tycho-pack200-impl-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/extras/tycho-pack200-impl/2.6.0-SNAPSHOT/tycho-pack200-impl-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-impl/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/extras/tycho-pack200-impl/2.6.0-SNAPSHOT/tycho-pack200-impl-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-impl/target/tycho-pack200-impl-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/extras/tycho-pack200-impl/2.6.0-SNAPSHOT/tycho-pack200-impl-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/extras/tycho-pack200/2.6.0-SNAPSHOT/tycho-pack200-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/extras/tycho-extras/2.6.0-SNAPSHOT/tycho-extras-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/tycho/2.6.0-SNAPSHOT/tycho-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200a-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/extras/tycho-pack200a-plugin/2.6.0-SNAPSHOT/tycho-pack200a-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200a-plugin/target/tycho-pack200a-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/extras/tycho-pack200a-plugin/2.6.0-SNAPSHOT/tycho-pack200a-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200a-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/extras/tycho-pack200a-plugin/2.6.0-SNAPSHOT/tycho-pack200a-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200a-plugin/target/tycho-pack200a-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/extras/tycho-pack200a-plugin/2.6.0-SNAPSHOT/tycho-pack200a-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200b-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/extras/tycho-pack200b-plugin/2.6.0-SNAPSHOT/tycho-pack200b-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200b-plugin/target/tycho-pack200b-plugin-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/extras/tycho-pack200b-plugin/2.6.0-SNAPSHOT/tycho-pack200b-plugin-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200b-plugin/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/extras/tycho-pack200b-plugin/2.6.0-SNAPSHOT/tycho-pack200b-plugin-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200b-plugin/target/tycho-pack200b-plugin-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/extras/tycho-pack200b-plugin/2.6.0-SNAPSHOT/tycho-pack200b-plugin-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/tycho-bundles/2.6.0-SNAPSHOT/tycho-bundles-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.core.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2content.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/p2artifacts.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.6.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-2.6.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/extras/tycho-pack200-its/2.6.0-SNAPSHOT/tycho-pack200-its-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/tycho-pack200-its-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/extras/tycho-pack200-its/2.6.0-SNAPSHOT/tycho-pack200-its-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/tycho-pack200-its-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/local-repo/org/eclipse/tycho/extras/tycho-pack200-its/2.6.0-SNAPSHOT/tycho-pack200-its-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.2:run (integration-test) @ tycho-pack200-its ---
[INFO] Building: basic/pom.xml
[INFO] run selector script selector.groovy
[INFO] run post-build script verify.groovy
[INFO]           basic/pom.xml .................................... SUCCESS (9.3 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 1, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-pack200-its ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/tycho-pack200-its-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-pack200-its/2.6.0-SNAPSHOT/tycho-pack200-its-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-pack200-its/2.6.0-SNAPSHOT/tycho-pack200-its-2.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-extras/pack200/tycho-pack200-its/target/tycho-pack200-its-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/extras/tycho-pack200-its/2.6.0-SNAPSHOT/tycho-pack200-its-2.6.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------------< org.eclipse.tycho:tycho-its >---------------------
[INFO] Building Tycho Integration Tests 2.6.0-SNAPSHOT                  [78/78]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tycho-its ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.2.0:unpack-dependencies (unpack-maven) @ tycho-its ---
[INFO] Unpacking /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/apache-maven/3.8.3/apache-maven-3.8.3-bin.tar.gz to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-its/target with includes "" and excludes ""
[INFO] Expanding: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/apache/maven/apache-maven/3.8.3/apache-maven-3.8.3-bin.tar.gz into /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-its/target
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tycho-its ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-its/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-its ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ tycho-its ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-properties-plugin:0.0.2:filter-file (default) @ tycho-its ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ tycho-its ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 150 source files to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-its/target/test-classes
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-its/src/test/java/org/eclipse/tycho/test/util/TargetDefinitionUtil.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-its/src/test/java/org/eclipse/tycho/test/util/TargetDefinitionUtil.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ tycho-its ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-its/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.tycho.test.TYCHO279HttpProxy.ProxySupportTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.679 s - in org.eclipse.tycho.test.TYCHO279HttpProxy.ProxySupportTest
[INFO] Running org.eclipse.tycho.test.TYCHO246rcpSourceBundles.TYCHO246rcpSourceBundlesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.853 s - in org.eclipse.tycho.test.TYCHO246rcpSourceBundles.TYCHO246rcpSourceBundlesTest
[INFO] Running org.eclipse.tycho.test.pomGenerator.TYCHO45Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.219 s - in org.eclipse.tycho.test.pomGenerator.TYCHO45Test
[INFO] Running org.eclipse.tycho.test.pomGenerator.Tycho122GeneratePomFileTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.71 s - in org.eclipse.tycho.test.pomGenerator.Tycho122GeneratePomFileTest
[INFO] Running org.eclipse.tycho.test.TYCHO240includeLaunchers.IncludeLaunchersTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.232 s - in org.eclipse.tycho.test.TYCHO240includeLaunchers.IncludeLaunchersTest
[INFO] Running org.eclipse.tycho.test.TYCHO309pomDependencyConsider.PomDependencyConsiderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.62 s - in org.eclipse.tycho.test.TYCHO309pomDependencyConsider.PomDependencyConsiderTest
[INFO] Running org.eclipse.tycho.test.eeProfile.CustomProfileIntegrationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.629 s - in org.eclipse.tycho.test.eeProfile.CustomProfileIntegrationTest
[INFO] Running org.eclipse.tycho.test.eeProfile.Java11ResolutionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.644 s - in org.eclipse.tycho.test.eeProfile.Java11ResolutionTest
[INFO] Running org.eclipse.tycho.test.eeProfile.Java7ResolutionTest
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 12.279 s - in org.eclipse.tycho.test.eeProfile.Java7ResolutionTest
[INFO] Running org.eclipse.tycho.test.eeProfile.Java18ResolutionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.516 s - in org.eclipse.tycho.test.eeProfile.Java18ResolutionTest
[INFO] Running org.eclipse.tycho.test.eeProfile.DependencyResolverEETest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.828 s - in org.eclipse.tycho.test.eeProfile.DependencyResolverEETest
[INFO] Running org.eclipse.tycho.test.eeProfile.Java17ResolutionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.616 s - in org.eclipse.tycho.test.eeProfile.Java17ResolutionTest
[INFO] Running org.eclipse.tycho.test.eeProfile.FragmentsAttachedTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.508 s - in org.eclipse.tycho.test.eeProfile.FragmentsAttachedTest
[INFO] Running org.eclipse.tycho.test.TYCHO253extraClassPathEntries.ExtraClassPathEntriesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.625 s - in org.eclipse.tycho.test.TYCHO253extraClassPathEntries.ExtraClassPathEntriesTest
[INFO] Running org.eclipse.tycho.test.surefire.TestFragmentTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.561 s - in org.eclipse.tycho.test.surefire.TestFragmentTest
[INFO] Running org.eclipse.tycho.test.surefire.TestsInBundleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.233 s - in org.eclipse.tycho.test.surefire.TestsInBundleTest
[INFO] Running org.eclipse.tycho.test.surefire.P2InstalledTestRuntimeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 66.829 s - in org.eclipse.tycho.test.surefire.P2InstalledTestRuntimeTest
[INFO] Running org.eclipse.tycho.test.surefire.TestBundleShapeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.766 s - in org.eclipse.tycho.test.surefire.TestBundleShapeTest
[INFO] Running org.eclipse.tycho.test.surefire.JUnit5TempDirTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.967 s - in org.eclipse.tycho.test.surefire.JUnit5TempDirTest
[INFO] Running org.eclipse.tycho.test.surefire.RequireBundleTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.974 s - in org.eclipse.tycho.test.surefire.RequireBundleTest
[INFO] Running org.eclipse.tycho.test.surefire.JavaToolchainInSurefireTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.959 s - in org.eclipse.tycho.test.surefire.JavaToolchainInSurefireTest
[INFO] Running org.eclipse.tycho.test.surefire.Junit4TestBundleTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.921 s - in org.eclipse.tycho.test.surefire.Junit4TestBundleTest
[INFO] Running org.eclipse.tycho.test.surefire.ExplodedTestDependenciesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.398 s - in org.eclipse.tycho.test.surefire.ExplodedTestDependenciesTest
[INFO] Running org.eclipse.tycho.test.surefire.CategoriesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.108 s - in org.eclipse.tycho.test.surefire.CategoriesTest
[INFO] Running org.eclipse.tycho.test.surefire.EnableAssertionsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.895 s - in org.eclipse.tycho.test.surefire.EnableAssertionsTest
[INFO] Running org.eclipse.tycho.test.surefire.JVMArgsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.728 s - in org.eclipse.tycho.test.surefire.JVMArgsTest
[INFO] Running org.eclipse.tycho.test.surefire.FrameworkExtensionsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.764 s - in org.eclipse.tycho.test.surefire.FrameworkExtensionsTest
[INFO] Running org.eclipse.tycho.test.surefire.RunOrderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.175 s - in org.eclipse.tycho.test.surefire.RunOrderTest
[INFO] Running org.eclipse.tycho.test.surefire.RunSingleTestTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.283 s - in org.eclipse.tycho.test.surefire.RunSingleTestTest
[INFO] Running org.eclipse.tycho.test.surefire.TwoJunitVersionsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.644 s - in org.eclipse.tycho.test.surefire.TwoJunitVersionsTest
[INFO] Running org.eclipse.tycho.test.surefire.ParallelTestExecutionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.164 s - in org.eclipse.tycho.test.surefire.ParallelTestExecutionTest
[INFO] Running org.eclipse.tycho.test.surefire.FailIfNoTestsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.826 s - in org.eclipse.tycho.test.surefire.FailIfNoTestsTest
[INFO] Running org.eclipse.tycho.test.surefire.TestOptionalDependenciesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.808 s - in org.eclipse.tycho.test.surefire.TestOptionalDependenciesTest
[INFO] Running org.eclipse.tycho.test.surefire.EnvVarTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.539 s - in org.eclipse.tycho.test.surefire.EnvVarTest
[INFO] Running org.eclipse.tycho.test.surefire.JUnit5Test
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.913 s - in org.eclipse.tycho.test.surefire.JUnit5Test
[INFO] Running org.eclipse.tycho.test.surefire.ExtraTestApplicationArgumentsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.838 s - in org.eclipse.tycho.test.surefire.ExtraTestApplicationArgumentsTest
[INFO] Running org.eclipse.tycho.test.surefire.OpenTest4JTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.104 s - in org.eclipse.tycho.test.surefire.OpenTest4JTest
[INFO] Running org.eclipse.tycho.test.surefire.TestNGBundleTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.701 s - in org.eclipse.tycho.test.surefire.TestNGBundleTest
[INFO] Running org.eclipse.tycho.test.surefire.BundleStartInSurefireTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.561 s - in org.eclipse.tycho.test.surefire.BundleStartInSurefireTest
[INFO] Running org.eclipse.tycho.test.surefire.SystemPropertiesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.555 s - in org.eclipse.tycho.test.surefire.SystemPropertiesTest
[INFO] Running org.eclipse.tycho.test.surefire.DirectTestPluginInvocationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.906 s - in org.eclipse.tycho.test.surefire.DirectTestPluginInvocationTest
[INFO] Running org.eclipse.tycho.test.MissingPluginVersionsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.056 s - in org.eclipse.tycho.test.MissingPluginVersionsTest
[INFO] Running org.eclipse.tycho.test.symlinks.SymbolicLinkTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.286 s - in org.eclipse.tycho.test.symlinks.SymbolicLinkTest
[INFO] Running org.eclipse.tycho.test.featurePatch.EclipseRepoIncludingFeaturePatchTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.36 s - in org.eclipse.tycho.test.featurePatch.EclipseRepoIncludingFeaturePatchTest
[INFO] Running org.eclipse.tycho.test.featurePatch.FeaturePatchTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.752 s - in org.eclipse.tycho.test.featurePatch.FeaturePatchTest
[INFO] Running org.eclipse.tycho.test.TYCHO330validateVersion.ValidateVersionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.142 s - in org.eclipse.tycho.test.TYCHO330validateVersion.ValidateVersionTest
[INFO] Running org.eclipse.tycho.test.target.OfflineModeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.382 s - in org.eclipse.tycho.test.target.OfflineModeTest
[INFO] Running org.eclipse.tycho.test.target.TargetPlatformLocationsTest
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 15.277 s - in org.eclipse.tycho.test.target.TargetPlatformLocationsTest
[INFO] Running org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.471 s - in org.eclipse.tycho.test.target.PasswordProtectedP2RepositoryTest
[INFO] Running org.eclipse.tycho.test.target.TargetDefinitionPackagingTypeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.95 s - in org.eclipse.tycho.test.target.TargetDefinitionPackagingTypeTest
[INFO] Running org.eclipse.tycho.test.target.TargetRestrictionThroughTargetFilesTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.468 s - in org.eclipse.tycho.test.target.TargetRestrictionThroughTargetFilesTest
[INFO] Running org.eclipse.tycho.test.target.TargetPlatformFilteringIntegrationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.094 s - in org.eclipse.tycho.test.target.TargetPlatformFilteringIntegrationTest
[INFO] Running org.eclipse.tycho.test.product.MetaRequirementsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.441 s - in org.eclipse.tycho.test.product.MetaRequirementsTest
[INFO] Running org.eclipse.tycho.test.product.BuildProductWithIgnoredContentTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.463 s - in org.eclipse.tycho.test.product.BuildProductWithIgnoredContentTest
[INFO] Running org.eclipse.tycho.test.product.Tycho188P2EnabledRcpTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.835 s - in org.eclipse.tycho.test.product.Tycho188P2EnabledRcpTest
[INFO] Running org.eclipse.tycho.test.product.ProductDuplicateIUsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.976 s - in org.eclipse.tycho.test.product.ProductDuplicateIUsTest
[INFO] Running org.eclipse.tycho.test.product.InvalidProductTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.548 s - in org.eclipse.tycho.test.product.InvalidProductTest
[INFO] Running org.eclipse.tycho.test.product.ProductMixedVersionsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.352 s - in org.eclipse.tycho.test.product.ProductMixedVersionsTest
[INFO] Running org.eclipse.tycho.test.product.ReferenceBetweenProductsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.137 s - in org.eclipse.tycho.test.product.ReferenceBetweenProductsTest
[INFO] Running org.eclipse.tycho.test.product.ProductDefinitionCrosstalkTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.412 s - in org.eclipse.tycho.test.product.ProductDefinitionCrosstalkTest
[INFO] Running org.eclipse.tycho.test.product.BuildProductWithoutCleanTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.068 s - in org.eclipse.tycho.test.product.BuildProductWithoutCleanTest
[INFO] Running org.eclipse.tycho.test.product.ProductArchiveFormatTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.954 s - in org.eclipse.tycho.test.product.ProductArchiveFormatTest
[INFO] Running org.eclipse.tycho.test.product.Tycho465RootFilesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.959 s - in org.eclipse.tycho.test.product.Tycho465RootFilesTest
[INFO] Running org.eclipse.tycho.test.tycho026.Tycho26MissingFeatureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.616 s - in org.eclipse.tycho.test.tycho026.Tycho26MissingFeatureTest
[INFO] Running org.eclipse.tycho.test.jarsigning.JarSigningTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.238 s - in org.eclipse.tycho.test.jarsigning.JarSigningTest
[INFO] Running org.eclipse.tycho.test.TYCHO0439repositoryCategories.RepositoryCategoriesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.633 s - in org.eclipse.tycho.test.TYCHO0439repositoryCategories.RepositoryCategoriesTest
[INFO] Running org.eclipse.tycho.test.p2Repository.P2ArtifactMappingToMavenRepoTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.932 s - in org.eclipse.tycho.test.p2Repository.P2ArtifactMappingToMavenRepoTest
[INFO] Running org.eclipse.tycho.test.p2Repository.RepoRefLocationP2RepositoryIntegrationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.364 s - in org.eclipse.tycho.test.p2Repository.RepoRefLocationP2RepositoryIntegrationTest
[INFO] Running org.eclipse.tycho.test.p2Repository.TransitiveP2RepoTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.69 s - in org.eclipse.tycho.test.p2Repository.TransitiveP2RepoTest
[INFO] Running org.eclipse.tycho.test.p2Repository.QualifierExpansionAndArtifactAssemblyTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.166 s - in org.eclipse.tycho.test.p2Repository.QualifierExpansionAndArtifactAssemblyTest
[INFO] Running org.eclipse.tycho.test.p2Repository.P2RepositoryValidateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.151 s - in org.eclipse.tycho.test.p2Repository.P2RepositoryValidateTest
[INFO] Running org.eclipse.tycho.test.p2Repository.MavenP2SiteTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 58.828 s - in org.eclipse.tycho.test.p2Repository.MavenP2SiteTest
[INFO] Running org.eclipse.tycho.test.p2Repository.P2RepositoryPropertiesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.301 s - in org.eclipse.tycho.test.p2Repository.P2RepositoryPropertiesTest
[INFO] Running org.eclipse.tycho.test.p2Repository.BasicP2RepositoryIntegrationTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.514 s - in org.eclipse.tycho.test.p2Repository.BasicP2RepositoryIntegrationTest
[INFO] Running org.eclipse.tycho.test.compiler.RequireJREPackagesImportTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.tycho.test.compiler.RequireJREPackagesImportTest
[INFO] Running org.eclipse.tycho.test.compiler.MavenCompilerPluginTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.881 s - in org.eclipse.tycho.test.compiler.MavenCompilerPluginTest
[INFO] Running org.eclipse.tycho.test.compiler.AnnotationProcessorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.693 s - in org.eclipse.tycho.test.compiler.AnnotationProcessorTest
[INFO] Running org.eclipse.tycho.test.compiler.CompilerClasspathEntryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.933 s - in org.eclipse.tycho.test.compiler.CompilerClasspathEntryTest
[INFO] Running org.eclipse.tycho.test.compiler.MisconfigurationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.153 s - in org.eclipse.tycho.test.compiler.MisconfigurationTest
[INFO] Running org.eclipse.tycho.test.compiler.JdtBreeJava8Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.325 s - in org.eclipse.tycho.test.compiler.JdtBreeJava8Test
[INFO] Running org.eclipse.tycho.test.compiler.JavaxAnnotationImportTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.812 s - in org.eclipse.tycho.test.compiler.JavaxAnnotationImportTest
[INFO] Running org.eclipse.tycho.test.compiler.FailOnWarningTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.617 s - in org.eclipse.tycho.test.compiler.FailOnWarningTest
[INFO] Running org.eclipse.tycho.test.pomDependencyConsider.PomDependencyOnLocallyBuiltTychoArtifactTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.701 s - in org.eclipse.tycho.test.pomDependencyConsider.PomDependencyOnLocallyBuiltTychoArtifactTest
[INFO] Running org.eclipse.tycho.test.pomDependencyConsider.PomDependencyOnNonTychoArtifactTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.253 s - in org.eclipse.tycho.test.pomDependencyConsider.PomDependencyOnNonTychoArtifactTest
[INFO] Running org.eclipse.tycho.test.pomDependencyConsider.PomDependencySystemScopedTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.927 s - in org.eclipse.tycho.test.pomDependencyConsider.PomDependencySystemScopedTest
[INFO] Running org.eclipse.tycho.test.feature.FeatureWithMultipleFiltersTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.964 s - in org.eclipse.tycho.test.feature.FeatureWithMultipleFiltersTest
[INFO] Running org.eclipse.tycho.test.resolver.SplitPackagesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.587 s - in org.eclipse.tycho.test.resolver.SplitPackagesTest
[INFO] Running org.eclipse.tycho.test.resolver.OptionalDependenciesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.374 s - in org.eclipse.tycho.test.resolver.OptionalDependenciesTest
[INFO] Running org.eclipse.tycho.test.resolver.BundleNativeCodeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.365 s - in org.eclipse.tycho.test.resolver.BundleNativeCodeTest
[INFO] Running org.eclipse.tycho.test.resolver.ExtraCompilerRequirementsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.138 s - in org.eclipse.tycho.test.resolver.ExtraCompilerRequirementsTest
[INFO] Running org.eclipse.tycho.test.resolver.ReexportedRequireBundleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.249 s - in org.eclipse.tycho.test.resolver.ReexportedRequireBundleTest
[INFO] Running org.eclipse.tycho.test.resolver.ResolverTests
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.624 s - in org.eclipse.tycho.test.resolver.ResolverTests
[INFO] Running org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 100.143 s - in org.eclipse.tycho.test.packaging.BaselineValidateAndReplaceTest
[INFO] Running org.eclipse.tycho.test.packaging.PackageNestedJarsAndDirsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.055 s - in org.eclipse.tycho.test.packaging.PackageNestedJarsAndDirsTest
[INFO] Running org.eclipse.tycho.test.packaging.RepositoryPackedArtifactsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.033 s - in org.eclipse.tycho.test.packaging.RepositoryPackedArtifactsTest
[INFO] Running org.eclipse.tycho.test.packaging.DefaultBuildTimestampProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.411 s - in org.eclipse.tycho.test.packaging.DefaultBuildTimestampProviderTest
[INFO] Running org.eclipse.tycho.test.packaging.AttachedZipTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.759 s - in org.eclipse.tycho.test.packaging.AttachedZipTest
[INFO] Running org.eclipse.tycho.test.TYCHO0383dotQualifierMatching.DotQualifierMatchingTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.477 s - in org.eclipse.tycho.test.TYCHO0383dotQualifierMatching.DotQualifierMatchingTest
[INFO] Running org.eclipse.tycho.test.tycho001.P2MetadataGenerationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.047 s - in org.eclipse.tycho.test.tycho001.P2MetadataGenerationTest
[INFO] Running org.eclipse.tycho.test.TYCHO285EclipseSourceBundles.TYCHO285EclipseSourceBundlesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.758 s - in org.eclipse.tycho.test.TYCHO285EclipseSourceBundles.TYCHO285EclipseSourceBundlesTest
[INFO] Running org.eclipse.tycho.test.TYCHO300launcherIcons.LauncherIconsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.444 s - in org.eclipse.tycho.test.TYCHO300launcherIcons.LauncherIconsTest
[INFO] Running org.eclipse.tycho.test.TYCHO308importSystemPackage.ImportSystemPackagesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.585 s - in org.eclipse.tycho.test.TYCHO308importSystemPackage.ImportSystemPackagesTest
[INFO] Running org.eclipse.tycho.test.iu.ProductWithIUTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.688 s - in org.eclipse.tycho.test.iu.ProductWithIUTest
[INFO] Running org.eclipse.tycho.test.iu.IUMetadataGenerationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.6 s - in org.eclipse.tycho.test.iu.IUMetadataGenerationTest
[INFO] Running org.eclipse.tycho.test.TYCHO0374dirBundleShape.DirectoryBundleShapeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.819 s - in org.eclipse.tycho.test.TYCHO0374dirBundleShape.DirectoryBundleShapeTest
[INFO] Running org.eclipse.tycho.test.TYCHO109product.Tycho109ProductExportTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.763 s - in org.eclipse.tycho.test.TYCHO109product.Tycho109ProductExportTest
[INFO] Running org.eclipse.tycho.test.sourceBundle.AutoGenerateSourceArtifactsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.022 s - in org.eclipse.tycho.test.sourceBundle.AutoGenerateSourceArtifactsTest
[INFO] Running org.eclipse.tycho.test.sourceBundle.AutoNoSourceBundleTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.672 s - in org.eclipse.tycho.test.sourceBundle.AutoNoSourceBundleTest
[INFO] Running org.eclipse.tycho.test.sourceBundle.SourceBundlesNestedJarsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.2 s - in org.eclipse.tycho.test.sourceBundle.SourceBundlesNestedJarsTest
[INFO] Running org.eclipse.tycho.test.MNGECLIPSE949jarDirectoryBundles.JarDirectoryBundlesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.928 s - in org.eclipse.tycho.test.MNGECLIPSE949jarDirectoryBundles.JarDirectoryBundlesTest
[INFO] Running org.eclipse.tycho.test.TYCHO0294ProductP2TargetPlatformResolver.ProductP2TargetPlatformResolverTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.027 s - in org.eclipse.tycho.test.TYCHO0294ProductP2TargetPlatformResolver.ProductP2TargetPlatformResolverTest
[INFO] Running org.eclipse.tycho.test.issue23.Issue23Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.607 s - in org.eclipse.tycho.test.issue23.Issue23Test
[INFO] Running org.eclipse.tycho.test.TYCHO321deployableFeature.DeployableFeatureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.878 s - in org.eclipse.tycho.test.TYCHO321deployableFeature.DeployableFeatureTest
[INFO] Running org.eclipse.tycho.test.p2Inf.HostRequiresFragmentWithP2InfTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.299 s - in org.eclipse.tycho.test.p2Inf.HostRequiresFragmentWithP2InfTest
[INFO] Running org.eclipse.tycho.test.p2Inf.ExtraUnitsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.01 s - in org.eclipse.tycho.test.p2Inf.ExtraUnitsTest
[INFO] Running org.eclipse.tycho.test.p2Inf.MultienvP2infTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.588 s - in org.eclipse.tycho.test.p2Inf.MultienvP2infTest
[INFO] Running org.eclipse.tycho.test.TYCHO0367localRepositoryCrosstalk.LocalRepositoryCrosstalkTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.373 s - in org.eclipse.tycho.test.TYCHO0367localRepositoryCrosstalk.LocalRepositoryCrosstalkTest
[INFO] Running org.eclipse.tycho.test.TYCHO449SrcIncludesExcludes.Tycho449SrcIncludesExcludesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.983 s - in org.eclipse.tycho.test.TYCHO449SrcIncludesExcludes.Tycho449SrcIncludesExcludesTest
[INFO] Running org.eclipse.tycho.test.TYCHO0453expandReleaseVersion.ExpandReleaseVersionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.029 s - in org.eclipse.tycho.test.TYCHO0453expandReleaseVersion.ExpandReleaseVersionTest
[INFO] Running org.eclipse.tycho.test.TYCHO0452conflictingDependencies.ConflictingDependenciesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.09 s - in org.eclipse.tycho.test.TYCHO0452conflictingDependencies.ConflictingDependenciesTest
[INFO] Running org.eclipse.tycho.test.multiplatform.MultiplatformProductTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.408 s - in org.eclipse.tycho.test.multiplatform.MultiplatformProductTest
[INFO] Running org.eclipse.tycho.test.multiplatform.MultiplatformReactorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.562 s - in org.eclipse.tycho.test.multiplatform.MultiplatformReactorTest
[INFO] Running org.eclipse.tycho.test.TYCHO418pomDependencyConsider.PomDependencyConsiderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.37 s - in org.eclipse.tycho.test.TYCHO418pomDependencyConsider.PomDependencyConsiderTest
[INFO] Running org.eclipse.tycho.test.licenseFeature.LicenseFeatureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.777 s - in org.eclipse.tycho.test.licenseFeature.LicenseFeatureTest
[INFO] Running org.eclipse.tycho.test.licenseFeature.SetLicenseFeatureVersionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.541 s - in org.eclipse.tycho.test.licenseFeature.SetLicenseFeatureVersionTest
[INFO] Running org.eclipse.tycho.test.TYCHO502sourceBundleQualifier.Tycho502SourceBundleQualifierTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.379 s - in org.eclipse.tycho.test.TYCHO502sourceBundleQualifier.Tycho502SourceBundleQualifierTest
[INFO] Running org.eclipse.tycho.test.tycho98.Tycho98MultiSourcesBundleJarTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.978 s - in org.eclipse.tycho.test.tycho98.Tycho98MultiSourcesBundleJarTest
[INFO] Running org.eclipse.tycho.test.limitations.MixedTychoVersionsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.924 s - in org.eclipse.tycho.test.limitations.MixedTychoVersionsTest
[INFO] Running org.eclipse.tycho.test.limitations.NonUniqueBasedirsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.701 s - in org.eclipse.tycho.test.limitations.NonUniqueBasedirsTest
[INFO] Running org.eclipse.tycho.test.mngeclipse1105PackageRootFiles.PackageRootFilesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.115 s - in org.eclipse.tycho.test.mngeclipse1105PackageRootFiles.PackageRootFilesTest
[INFO] Running org.eclipse.tycho.test.tycho503.TYCHO503DoubleEncodedUrlTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.066 s - in org.eclipse.tycho.test.tycho503.TYCHO503DoubleEncodedUrlTest
[INFO] Running org.eclipse.tycho.test.downloadstats.DownloadStatsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.369 s - in org.eclipse.tycho.test.downloadstats.DownloadStatsTest
[INFO] Running org.eclipse.tycho.test.tycho476.ExecutionEnvironmentTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.945 s - in org.eclipse.tycho.test.tycho476.ExecutionEnvironmentTest
[INFO] Running org.eclipse.tycho.test.issue271.Issue271Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.909 s - in org.eclipse.tycho.test.issue271.Issue271Test
[INFO] Running org.eclipse.tycho.test.tycho154.Tycho154BundleJarTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.016 s - in org.eclipse.tycho.test.tycho154.Tycho154BundleJarTest
[INFO] Running org.eclipse.tycho.test.mngeclipse937.CustomSourceEncodingTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.891 s - in org.eclipse.tycho.test.mngeclipse937.CustomSourceEncodingTest
[INFO] Running org.eclipse.tycho.test.TYCHO0209tychoRepositoryRoundtrip.TychoRepositoryRoundtripTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.459 s - in org.eclipse.tycho.test.TYCHO0209tychoRepositoryRoundtrip.TychoRepositoryRoundtripTest
[INFO] Running org.eclipse.tycho.test.mngeclipse1007.BinExcludedTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.25 s - in org.eclipse.tycho.test.mngeclipse1007.BinExcludedTest
[INFO] Running org.eclipse.tycho.test.pomDependencies.PomDependencyWrapTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.494 s - in org.eclipse.tycho.test.pomDependencies.PomDependencyWrapTest
[INFO] Running org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginCompatibilityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.796 s - in org.eclipse.tycho.test.versionsplugin.TychoVersionsPluginCompatibilityTest
[INFO] Running org.eclipse.tycho.test.TYCHO0404pomDependencyConsiderExtraClasspath.PomDependencyConsiderExtraClasspathTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.373 s - in org.eclipse.tycho.test.TYCHO0404pomDependencyConsiderExtraClasspath.PomDependencyConsiderExtraClasspathTest
[INFO] Running org.eclipse.tycho.test.TYCHO192sourceBundles.Tycho192SourceBundleTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.863 s - in org.eclipse.tycho.test.TYCHO192sourceBundles.Tycho192SourceBundleTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 223, Failures: 0, Errors: 0, Skipped: 3
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ tycho-its ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-its/target/tycho-its-2.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ tycho-its ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tycho-its ---
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-its/target/tycho-its-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-its/2.6.0-SNAPSHOT/tycho-its-2.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/tycho-its/pom.xml to /home/jenkins/agent/workspace/tycho-build-with-maven-snapshots/.m2/repo/org/eclipse/tycho/tycho-its/2.6.0-SNAPSHOT/tycho-its-2.6.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Tycho 2.6.0-SNAPSHOT:
[INFO] 
[INFO] Tycho .............................................. SUCCESS [  2.099 s]
[INFO] Tycho OSGi Bundles Parent .......................... SUCCESS [  0.005 s]
[INFO] Tycho OSGi Bundles Target Platform ................. SUCCESS [  0.081 s]
[INFO] Tycho Noop Equinox password provider ............... SUCCESS [  2.302 s]
[INFO] Tycho OSGi Runtime External Bundles ................ SUCCESS [  3.306 s]
[INFO] Tycho Embedder API Maven/OSGi Shared Classes ....... SUCCESS [  0.292 s]
[INFO] Tycho Core Maven/OSGi Shared Classes ............... SUCCESS [  0.560 s]
[INFO] Tycho p2 Resolver Maven/OSGi Shared Classes ........ SUCCESS [  0.326 s]
[INFO] Tycho p2 Tools Maven/OSGi Shared Classes ........... SUCCESS [  0.368 s]
[INFO] Tycho Maven/p2 Repository Integration .............. SUCCESS [  0.799 s]
[INFO] Tycho p2 Resolver Bundle ........................... SUCCESS [  1.097 s]
[INFO] Tycho p2 Tools Bundle .............................. SUCCESS [  0.400 s]
[INFO] Tycho Core Maven/OSGi Shared Classes Tests ......... SUCCESS [  2.294 s]
[INFO] Tycho Test Utilities ............................... SUCCESS [  0.231 s]
[INFO] Tycho p2 Resolver Bundle Tests ..................... SUCCESS [ 23.421 s]
[INFO] Tycho p2 Resolver Maven/OSGi Shared Classes Tests .. SUCCESS [  2.127 s]
[INFO] Tycho Maven/p2 Repository Integration Tests ........ SUCCESS [ 57.280 s]
[INFO] Tycho p2 Tools Tests ............................... SUCCESS [ 22.986 s]
[INFO] Sisu Equinox/Plexus bridge ......................... SUCCESS [  0.003 s]
[INFO] Sisu Equinox Services API .......................... SUCCESS [ 16.968 s]
[INFO] Sisu Equinox Embedder .............................. SUCCESS [  2.134 s]
[INFO] Tycho Eclipse Project Metadata Model ............... SUCCESS [  3.948 s]
[INFO] Tycho Embedder API ................................. SUCCESS [  0.449 s]
[INFO] Tycho Testing Harness .............................. SUCCESS [  1.758 s]
[INFO] Tycho Core ......................................... SUCCESS [ 14.032 s]
[INFO] Sisu Equinox Launching ............................. SUCCESS [  2.017 s]
[INFO] Tycho JVM Library Detector ......................... SUCCESS [  0.658 s]
[INFO] Tycho JDT Compiler Component ....................... SUCCESS [  1.225 s]
[INFO] Tycho OSGi Compiler Plugin ......................... SUCCESS [ 12.294 s]
[INFO] Tycho OSGi Packaging Plugin ........................ SUCCESS [  8.540 s]
[INFO] Tycho p2 Tools Parent .............................. SUCCESS [  0.003 s]
[INFO] Tycho p2 Resolver Component ........................ SUCCESS [  1.156 s]
[INFO] Tycho OSGi Source Plugin ........................... SUCCESS [  4.118 s]
[INFO] Tycho Target Platform Configuration Plugin ......... SUCCESS [  0.415 s]
[INFO] Tycho Maven Build Extension ........................ SUCCESS [  0.514 s]
[INFO] Tycho POM Generator Plugin ......................... SUCCESS [  3.093 s]
[INFO] Tycho Surefire OSGi Booter Eclipse Application ..... SUCCESS [  4.061 s]
[INFO] Tycho Surefire Parent .............................. SUCCESS [  0.003 s]
[INFO] Tycho Surefire OSGi JUnit 3 Runner ................. SUCCESS [  1.727 s]
[INFO] Tycho Surefire OSGi JUnit 4 Runner ................. SUCCESS [  0.352 s]
[INFO] Tycho Surefire OSGi JUnit 4.7 Runner ............... SUCCESS [  0.389 s]
[INFO] Tycho Surefire OSGi JUnit 5 Runner ................. SUCCESS [  0.807 s]
[INFO] Tycho Surefire OSGi JUnit 5.4 Runner ............... SUCCESS [  0.607 s]
[INFO] Tycho Surefire OSGi JUnit 5.5 Runner ............... SUCCESS [  0.713 s]
[INFO] Tycho Surefire OSGi JUnit 5.6 Runner ............... SUCCESS [  1.602 s]
[INFO] Tycho Surefire OSGi JUnit 5.7 Runner ............... SUCCESS [  2.979 s]
[INFO] Tycho Surefire OSGi JUnit 5.7 Runner with JUnit Vintage to execute JUnit 4.x tests as well SUCCESS [  0.540 s]
[INFO] Tycho Surefire OSGi JUnit 5.8 Runner ............... SUCCESS [  0.500 s]
[INFO] Tycho Surefire OSGi JUnit 5.8 Runner with JUnit Vintage to execute JUnit 4.x tests as well SUCCESS [  0.570 s]
[INFO] Tycho Surefire OSGi TestNG Runner .................. SUCCESS [  0.232 s]
[INFO] Tycho Surefire Plugin .............................. SUCCESS [  5.877 s]
[INFO] Tycho Release Parent ............................... SUCCESS [  0.002 s]
[INFO] Tycho Versions Plugin .............................. SUCCESS [  4.380 s]
[INFO] Tycho p2 Director Plugin ........................... SUCCESS [  1.545 s]
[INFO] Tycho Artifactor Comparator Plugin ................. SUCCESS [  1.198 s]
[INFO] Tycho p2 Metadata Plugin ........................... SUCCESS [  1.290 s]
[INFO] Tycho p2 Publisher Plugin .......................... SUCCESS [  1.674 s]
[INFO] Tycho p2 Repository Plugin ......................... SUCCESS [  0.798 s]
[INFO] Tycho GPG plugin ................................... SUCCESS [  3.151 s]
[INFO] Tycho Extras ....................................... SUCCESS [  0.002 s]
[INFO] Tycho Document Bundle Plugin ....................... SUCCESS [ 23.833 s]
[INFO] Tycho Version Bump Plugin .......................... SUCCESS [  5.710 s]
[INFO] Tycho Source Feature Generation Plugin ............. SUCCESS [ 36.610 s]
[INFO] Tycho p2 Extras Plugin ............................. SUCCESS [01:02 min]
[INFO] Tycho Custom Bundle Plugin ......................... SUCCESS [ 14.798 s]
[INFO] Tycho Eclipserun Plugin ............................ SUCCESS [ 11.147 s]
[INFO] Tycho JGit Build Timestamp Provider Plugin ......... SUCCESS [ 42.385 s]
[INFO] Tycho JGit Source Reference Provider Plugin ........ SUCCESS [  0.879 s]
[INFO] Tycho Target Platform Validation Plugin ............ SUCCESS [  0.508 s]
[INFO] Tycho POM-less build extension ..................... SUCCESS [  4.978 s]
[INFO] Tycho Dependency Tools Plugin ...................... SUCCESS [  0.793 s]
[INFO] Tycho Extras Integration Tests ..................... SUCCESS [01:06 min]
[INFO] Tycho Pack200 Archive Plugins ...................... SUCCESS [  0.001 s]
[INFO] Tycho Pack200 Archive Format Plugin ................ SUCCESS [  0.119 s]
[INFO] Tycho Pack200 Normalization Plugin ................. SUCCESS [  0.204 s]
[INFO] Tycho Pack200 Pack Plugin .......................... SUCCESS [  0.324 s]
[INFO] Tycho Pack200 Integration Tests .................... SUCCESS [  9.580 s]
[INFO] Tycho Integration Tests ............................ SUCCESS [28:31 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  37:29 min
[INFO] Finished at: 2021-11-18T19:16:12Z
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS