Skip to content

Console Output

Started by user Stephan Wahlbrink
Running as Stephan Wahlbrink
Resume disabled by user, switching to high-performance, low-durability mode.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-jwthn is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-jwthn"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.statet.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-jwthn"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -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-jwthn"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.statet.svc.cluster.local/statet/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    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
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-statet"
      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"

Running on basic-jwthn in /home/jenkins/agent/workspace/3rdparty-master
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Prepare)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] echo
Build 3rdparty branch= master timestamp= 202012150830
[Pipeline] script
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential git.eclipse.org-bot-ssh
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/statet/org.eclipse.statet.git
 > git init /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/statet/org.eclipse.statet.git
 > git --version # timeout=10
 > git --version # 'git version 2.26.2'
using GIT_SSH to set credentials ssh://genie.statet@git.eclipse.org
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision dd5fdf1764c5b43f215d635364c5800eb38be8e0 (origin/master)
 > git config remote.origin.url git://git.eclipse.org/gitroot/statet/org.eclipse.statet.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dd5fdf1764c5b43f215d635364c5800eb38be8e0 # timeout=10
Commit message: "Bug 567683, Bug 569672: Update 3rd party dependencies to   - Apache Commons Pool 2.9.0   - Apache Commons DBCP 2.8.0"
 > git rev-list --no-walk af5ad59621798d66e6d82105bb3775b7977f986c # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build 'bundle-recipes')
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn -f org.eclipse.statet/3rdparty/bundle-recipes-pom.xml install -P eclipse-sign --batch-mode '-Dstatet.build.timestamp=202012150830' '-Dtycho.localArtifacts=ignore'
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/3.6.3
Java version: 11.0.7, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.7+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.6.19-300.fc32.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] bundle-recipes                                                     [pom]
[INFO] Eclipse StatET 3rd Party Recipes - Apache Commons                  [pom]
[INFO] Apache Commons Pool                              [eclipse-bundle-recipe]
[INFO] Apache Commons DBCP                              [eclipse-bundle-recipe]
[INFO] Eclipse StatET 3rd Party Recipes - Apache Lucene                   [pom]
[INFO] Apache Lucene Core                               [eclipse-bundle-recipe]
[INFO] Apache Lucene Common Analyzers                   [eclipse-bundle-recipe]
[INFO] Apache Lucene QueryParsers                       [eclipse-bundle-recipe]
[INFO] Apache Lucene Highlighter                        [eclipse-bundle-recipe]
[INFO] Apache Lucene Queries                            [eclipse-bundle-recipe]
[INFO] Apache Lucene Join                               [eclipse-bundle-recipe]
[INFO] Eclipse StatET 3rd Party Recipes - SnakeYAML                       [pom]
[INFO] SnakeYAML (for YAML 1.1)                         [eclipse-bundle-recipe]
[INFO] 
[INFO] -------------< org.eclipse.statet.3rdparty:bundle-recipes >-------------
[INFO] Building bundle-recipes 4.3.0-SNAPSHOT                            [1/13]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ bundle-recipes ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ bundle-recipes ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ bundle-recipes ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ bundle-recipes ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ bundle-recipes ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ bundle-recipes ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ bundle-recipes ---
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/bundle-recipes-pom.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/bundle-recipes/4.3.0-SNAPSHOT/bundle-recipes-4.3.0-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.eclipse.statet.3rdparty:3rdparty.apache-commons >---------
[INFO] Building Eclipse StatET 3rd Party Recipes - Apache Commons 4.3.0-SNAPSHOT [2/13]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ 3rdparty.apache-commons ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ 3rdparty.apache-commons ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ 3rdparty.apache-commons ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ 3rdparty.apache-commons ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ 3rdparty.apache-commons ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ 3rdparty.apache-commons ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ 3rdparty.apache-commons ---
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/pom.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/3rdparty.apache-commons/4.3.0-SNAPSHOT/3rdparty.apache-commons-4.3.0-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.eclipse.statet.3rdparty:org.apache.commons.pool >---------
[INFO] Building Apache Commons Pool 2.9.0-SNAPSHOT                       [3/13]
[INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.commons.pool ---
[INFO] The project's OSGi version is 2.9.0.202012150812
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.commons.pool ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.apache.commons.pool ---
[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) @ org.apache.commons.pool ---
[INFO] No sources to compile
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.apache.commons.pool ---
[INFO] 
[INFO] --- ebr-maven-plugin:1.2.0:bundle (default-bundle) @ org.apache.commons.pool ---
[INFO] Gathering dependencies
[INFO] Configured Artifact: org.apache.commons:commons-pool2:2.9.0:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/apache/commons/commons-pool2/2.9.0/commons-pool2-2.9.0.jar to /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.pool/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Merging collected dependencies
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 82 resources
[INFO] Generating OSGi MANIFEST.MF
[WARNING] Manifest org.eclipse.statet.3rdparty:org.apache.commons.pool:eclipse-bundle-recipe:2.9.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] 
[INFO] Building jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.pool/target/org.apache.commons.pool-2.9.0-SNAPSHOT.jar
[INFO] Gathering sources
[INFO] Configured Artifact: org.apache.commons:commons-pool2:sources:2.9.0:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/apache/commons/commons-pool2/2.9.0/commons-pool2-2.9.0-sources.jar to /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.pool/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.pool/src/main/java
[WARNING] Bundle localization file /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.pool/target/classes/OSGI-INF/l10n/bundle.properties not found.
[INFO] Building jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.pool/target/org.apache.commons.pool-2.9.0-SNAPSHOT-sources.jar
[INFO] Assembling p2 repository
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.pool ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.apache.commons.pool ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.commons.pool ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.pool/target/org.apache.commons.pool-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.apache.commons.pool ---
[INFO] Signing jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.pool/target/org.apache.commons.pool-2.9.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.pool/target/org.apache.commons.pool-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.commons.pool ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.pool/target/org.apache.commons.pool-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.commons.pool ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.commons.pool ---
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.pool/target/org.apache.commons.pool-2.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.commons.pool/2.9.0-SNAPSHOT/org.apache.commons.pool-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.pool/pom.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.commons.pool/2.9.0-SNAPSHOT/org.apache.commons.pool-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.pool/target/org.apache.commons.pool-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.commons.pool/2.9.0-SNAPSHOT/org.apache.commons.pool-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.pool/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.commons.pool/2.9.0-SNAPSHOT/org.apache.commons.pool-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.pool/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.commons.pool/2.9.0-SNAPSHOT/org.apache.commons.pool-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.pool/target/org.apache.commons.pool-2.9.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.commons.pool/2.9.0-SNAPSHOT/org.apache.commons.pool-2.9.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.pool/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.commons.pool/2.9.0-SNAPSHOT/org.apache.commons.pool-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.pool/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.commons.pool/2.9.0-SNAPSHOT/org.apache.commons.pool-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.commons.pool ---
[INFO] 
[INFO] --------< org.eclipse.statet.3rdparty:org.apache.commons.dbcp >---------
[INFO] Building Apache Commons DBCP 2.8.0-SNAPSHOT                       [4/13]
[INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.commons.dbcp ---
[INFO] The project's OSGi version is 2.8.0.202012150812
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.commons.dbcp ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.apache.commons.dbcp ---
[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) @ org.apache.commons.dbcp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.apache.commons.dbcp ---
[INFO] 
[INFO] --- ebr-maven-plugin:1.2.0:bundle (default-bundle) @ org.apache.commons.dbcp ---
[INFO] Gathering dependencies
[INFO] Configured Artifact: org.apache.commons:commons-dbcp2:2.8.0:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/apache/commons/commons-dbcp2/2.8.0/commons-dbcp2-2.8.0.jar to /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.dbcp/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Merging collected dependencies
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 82 resources
[INFO] Generating OSGi MANIFEST.MF
[WARNING] Manifest org.eclipse.statet.3rdparty:org.apache.commons.dbcp:eclipse-bundle-recipe:2.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
[WARNING] Manifest org.eclipse.statet.3rdparty:org.apache.commons.dbcp:eclipse-bundle-recipe:2.8.0-SNAPSHOT : Unused Import-Package instructions: [org.apache.commons.pool.*] 
[INFO] Building jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.dbcp/target/org.apache.commons.dbcp-2.8.0-SNAPSHOT.jar
[INFO] Gathering sources
[INFO] Configured Artifact: org.apache.commons:commons-dbcp2:sources:2.8.0:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/apache/commons/commons-dbcp2/2.8.0/commons-dbcp2-2.8.0-sources.jar to /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.dbcp/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.dbcp/src/main/java
[WARNING] Bundle localization file /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.dbcp/target/classes/OSGI-INF/l10n/bundle.properties not found.
[INFO] Building jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.dbcp/target/org.apache.commons.dbcp-2.8.0-SNAPSHOT-sources.jar
[INFO] Assembling p2 repository
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.dbcp ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.apache.commons.dbcp ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.commons.dbcp ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.dbcp/target/org.apache.commons.dbcp-2.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.apache.commons.dbcp ---
[INFO] Signing jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.dbcp/target/org.apache.commons.dbcp-2.8.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.dbcp/target/org.apache.commons.dbcp-2.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.commons.dbcp ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.dbcp/target/org.apache.commons.dbcp-2.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.commons.dbcp ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.commons.dbcp ---
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.dbcp/target/org.apache.commons.dbcp-2.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.commons.dbcp/2.8.0-SNAPSHOT/org.apache.commons.dbcp-2.8.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.dbcp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.commons.dbcp/2.8.0-SNAPSHOT/org.apache.commons.dbcp-2.8.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.dbcp/target/org.apache.commons.dbcp-2.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.commons.dbcp/2.8.0-SNAPSHOT/org.apache.commons.dbcp-2.8.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.dbcp/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.commons.dbcp/2.8.0-SNAPSHOT/org.apache.commons.dbcp-2.8.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.dbcp/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.commons.dbcp/2.8.0-SNAPSHOT/org.apache.commons.dbcp-2.8.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.dbcp/target/org.apache.commons.dbcp-2.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.commons.dbcp/2.8.0-SNAPSHOT/org.apache.commons.dbcp-2.8.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.dbcp/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.commons.dbcp/2.8.0-SNAPSHOT/org.apache.commons.dbcp-2.8.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-commons/org.apache.commons.dbcp/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.commons.dbcp/2.8.0-SNAPSHOT/org.apache.commons.dbcp-2.8.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.commons.dbcp ---
[INFO] 
[INFO] ---------< org.eclipse.statet.3rdparty:3rdparty.apache-lucene >---------
[INFO] Building Eclipse StatET 3rd Party Recipes - Apache Lucene 4.3.0-SNAPSHOT [5/13]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ 3rdparty.apache-lucene ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ 3rdparty.apache-lucene ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ 3rdparty.apache-lucene ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ 3rdparty.apache-lucene ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ 3rdparty.apache-lucene ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ 3rdparty.apache-lucene ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ 3rdparty.apache-lucene ---
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/pom.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/3rdparty.apache-lucene/4.3.0-SNAPSHOT/3rdparty.apache-lucene-4.3.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.eclipse.statet.3rdparty:org.apache.lucene.core >---------
[INFO] Building Apache Lucene Core 7.5.0-SNAPSHOT                        [6/13]
[INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.core ---
[INFO] The project's OSGi version is 7.5.0.202010011827
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.lucene.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.apache.lucene.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] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.lucene.core ---
[INFO] No sources to compile
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.apache.lucene.core ---
[INFO] 
[INFO] --- ebr-maven-plugin:1.2.0:bundle (default-bundle) @ org.apache.lucene.core ---
[INFO] Gathering dependencies
[INFO] Configured Artifact: org.apache.lucene:lucene-core:7.5.0:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0.jar to /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.core/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Merging collected dependencies
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1929 resources
[INFO] Generating OSGi MANIFEST.MF
[WARNING] Manifest org.eclipse.statet.3rdparty:org.apache.lucene.core:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
[WARNING] Manifest org.eclipse.statet.3rdparty:org.apache.lucene.core:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/org/apache/lucene/util/LongsRef.class=org.apache.lucene.util.LongsRef, META-INF/versions/9/org/apache/lucene/search/PointRangeQuery$1.class=org.apache.lucene.search.PointRangeQuery$1, META-INF/versions/9/org/apache/lucene/util/StringHelper.class=org.apache.lucene.util.StringHelper, META-INF/versions/9/org/apache/lucene/util/automaton/Automaton$Builder.class=org.apache.lucene.util.automaton.Automaton$Builder, META-INF/versions/9/org/apache/lucene/analysis/tokenattributes/CharTermAttributeImpl.class=org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl, META-INF/versions/9/org/apache/lucene/util/BytesRef.class=org.apache.lucene.util.BytesRef, META-INF/versions/9/org/apache/lucene/search/PointRangeQuery$1$1.class=org.apache.lucene.search.PointRangeQuery$1$1, META-INF/versions/9/org/apache/lucene/document/BinaryPoint$2.class=org.apache.lucene.document.BinaryPoint$2, META-INF/versions/9/org/apache/lucene/document/RangeFieldQuery$QueryType$1.class=org.apache.lucene.document.RangeFieldQuery$QueryType$1, META-INF/versions/9/org/apache/lucene/index/CodecReader.class=org.apache.lucene.index.CodecReader, META-INF/versions/9/org/apache/lucene/util/automaton/Automaton.class=org.apache.lucene.util.automaton.Automaton, META-INF/versions/9/org/apache/lucene/util/bkd/MutablePointsReaderUtils$2.class=org.apache.lucene.util.bkd.MutablePointsReaderUtils$2, META-INF/versions/9/org/apache/lucene/document/LongRange.class=org.apache.lucene.document.LongRange, META-INF/versions/9/org/apache/lucene/index/MergeReaderWrapper.class=org.apache.lucene.index.MergeReaderWrapper, META-INF/versions/9/org/apache/lucene/util/CharsRef.class=org.apache.lucene.util.CharsRef, META-INF/versions/9/org/apache/lucene/codecs/compressing/LZ4.class=org.apache.lucene.codecs.compressing.LZ4, META-INF/versions/9/org/apache/lucene/document/DoubleRange.class=org.apache.lucene.document.DoubleRange, META-INF/versions/9/org/apache/lucene/document/FloatRange.class=org.apache.lucene.document.FloatRange, META-INF/versions/9/org/apache/lucene/document/RangeFieldQuery$QueryType$2.class=org.apache.lucene.document.RangeFieldQuery$QueryType$2, META-INF/versions/9/org/apache/lucene/util/bkd/BKDReader.class=org.apache.lucene.util.bkd.BKDReader, META-INF/versions/9/org/apache/lucene/util/CharsRef$UTF16SortedAsUTF8Comparator.class=org.apache.lucene.util.CharsRef$UTF16SortedAsUTF8Comparator, META-INF/versions/9/org/apache/lucene/document/LatLonPointDistanceQuery$1$2.class=org.apache.lucene.document.LatLonPointDistanceQuery$1$2, META-INF/versions/9/org/apache/lucene/util/bkd/MutablePointsReaderUtils$3$1.class=org.apache.lucene.util.bkd.MutablePointsReaderUtils$3$1, META-INF/versions/9/org/apache/lucene/document/LatLonPointInPolygonQuery$1$1.class=org.apache.lucene.document.LatLonPointInPolygonQuery$1$1, META-INF/versions/9/org/apache/lucene/search/BooleanScorer$TailPriorityQueue.class=org.apache.lucene.search.BooleanScorer$TailPriorityQueue, META-INF/versions/9/org/apache/lucene/util/bkd/MutablePointsReaderUtils$1$1.class=org.apache.lucene.util.bkd.MutablePointsReaderUtils$1$1, META-INF/versions/9/org/apache/lucene/document/IntRange.class=org.apache.lucene.document.IntRange, META-INF/versions/9/org/apache/lucene/search/PointRangeQuery$1$2.class=org.apache.lucene.search.PointRangeQuery$1$2, META-INF/versions/9/org/apache/lucene/index/CheckIndex$VerifyPointsVisitor.class=org.apache.lucene.index.CheckIndex$VerifyPointsVisitor, META-INF/versions/9/org/apache/lucene/search/PointInSetQuery$SinglePointVisitor.class=org.apache.lucene.search.PointInSetQuery$SinglePointVisitor, META-INF/versions/9/org/apache/lucene/util/bkd/BKDWriter$BKDMergeQueue.class=org.apache.lucene.util.bkd.BKDWriter$BKDMergeQueue, META-INF/versions/9/org/apache/lucene/util/bkd/BKDWriter.class=org.apache.lucene.util.bkd.BKDWriter, META-INF/versions/9/org/apache/lucene/util/BytesRefArray.class=org.apache.lucene.util.BytesRefArray, META-INF/versions/9/org/apache/lucene/document/LatLonPointDistanceQuery$1$3.class=org.apache.lucene.document.LatLonPointDistanceQuery$1$3, META-INF/versions/9/org/apache/lucene/util/IntsRef.class=org.apache.lucene.util.IntsRef, META-INF/versions/9/org/apache/lucene/index/BitsSlice.class=org.apache.lucene.index.BitsSlice, META-INF/versions/9/org/apache/lucene/document/RangeFieldQuery$QueryType$3.class=org.apache.lucene.document.RangeFieldQuery$QueryType$3, META-INF/versions/9/org/apache/lucene/index/PointValues.class=org.apache.lucene.index.PointValues}
[INFO] Building jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.core/target/org.apache.lucene.core-7.5.0-SNAPSHOT.jar
[INFO] Gathering sources
[INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:7.5.0:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0-sources.jar to /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.core/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.core/src/main/java
[WARNING] Bundle localization file /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.core/target/classes/OSGI-INF/l10n/bundle.properties not found.
[INFO] Building jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.core/target/org.apache.lucene.core-7.5.0-SNAPSHOT-sources.jar
[INFO] Assembling p2 repository
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.apache.lucene.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.lucene.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.core/target/org.apache.lucene.core-7.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.apache.lucene.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.core/target/org.apache.lucene.core-7.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.core/target/org.apache.lucene.core-7.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.lucene.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.core/target/org.apache.lucene.core-7.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.lucene.core ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.lucene.core ---
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.core/target/org.apache.lucene.core-7.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.core/target/org.apache.lucene.core-7.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.core/target/org.apache.lucene.core-7.5.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.lucene.core ---
[INFO] 
[INFO] ---< org.eclipse.statet.3rdparty:org.apache.lucene.analyzers-common >---
[INFO] Building Apache Lucene Common Analyzers 7.5.0-SNAPSHOT            [7/13]
[INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.analyzers-common ---
[INFO] The project's OSGi version is 7.5.0.202010011827
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.lucene.analyzers-common ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.apache.lucene.analyzers-common ---
[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) @ org.apache.lucene.analyzers-common ---
[INFO] No sources to compile
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.apache.lucene.analyzers-common ---
[INFO] 
[INFO] --- ebr-maven-plugin:1.2.0:bundle (default-bundle) @ org.apache.lucene.analyzers-common ---
[INFO] Gathering dependencies
[INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:7.5.0:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0.jar to /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Merging collected dependencies
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 621 resources
[INFO] Generating OSGi MANIFEST.MF
[WARNING] Manifest org.eclipse.statet.3rdparty:org.apache.lucene.analyzers-common:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
[WARNING] Manifest org.eclipse.statet.3rdparty:org.apache.lucene.analyzers-common:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Host org.apache.lucene.core=bundle-version="[7.5.0,7.6)" for this fragment/require bundle cannot be found on the classpath
[INFO] Building jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.jar
[INFO] Gathering sources
[INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:sources:7.5.0:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0-sources.jar to /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/src/main/java
[WARNING] Bundle localization file /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/target/classes/OSGI-INF/l10n/bundle.properties not found.
[INFO] Building jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-sources.jar
[INFO] Assembling p2 repository
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.analyzers-common ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.apache.lucene.analyzers-common ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.lucene.analyzers-common ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.apache.lucene.analyzers-common ---
[INFO] Signing jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.lucene.analyzers-common ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.lucene.analyzers-common ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.lucene.analyzers-common ---
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.analyzers-common/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.lucene.analyzers-common ---
[INFO] 
[INFO] -----< org.eclipse.statet.3rdparty:org.apache.lucene.queryparser >------
[INFO] Building Apache Lucene QueryParsers 7.5.0-SNAPSHOT                [8/13]
[INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.queryparser ---
[INFO] The project's OSGi version is 7.5.0.202010011827
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.lucene.queryparser ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.apache.lucene.queryparser ---
[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) @ org.apache.lucene.queryparser ---
[INFO] No sources to compile
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.apache.lucene.queryparser ---
[INFO] 
[INFO] --- ebr-maven-plugin:1.2.0:bundle (default-bundle) @ org.apache.lucene.queryparser ---
[INFO] Gathering dependencies
[INFO] Configured Artifact: org.apache.lucene:lucene-queryparser:7.5.0:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0.jar to /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queryparser/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Merging collected dependencies
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 260 resources
[INFO] Generating OSGi MANIFEST.MF
[WARNING] Manifest org.eclipse.statet.3rdparty:org.apache.lucene.queryparser:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
[WARNING] Manifest org.eclipse.statet.3rdparty:org.apache.lucene.queryparser:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Host org.apache.lucene.core=bundle-version="[7.5.0,7.6)" for this fragment/require bundle cannot be found on the classpath
[INFO] Building jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queryparser/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.jar
[INFO] Gathering sources
[INFO] Configured Artifact: org.apache.lucene:lucene-queryparser:sources:7.5.0:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0-sources.jar to /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queryparser/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queryparser/src/main/java
[WARNING] Bundle localization file /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queryparser/target/classes/OSGI-INF/l10n/bundle.properties not found.
[INFO] Building jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queryparser/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-sources.jar
[INFO] Assembling p2 repository
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.queryparser ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.apache.lucene.queryparser ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.lucene.queryparser ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queryparser/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.apache.lucene.queryparser ---
[INFO] Signing jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queryparser/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queryparser/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.lucene.queryparser ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queryparser/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.lucene.queryparser ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.lucene.queryparser ---
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queryparser/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queryparser/pom.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queryparser/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queryparser/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queryparser/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queryparser/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queryparser/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queryparser/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.lucene.queryparser ---
[INFO] 
[INFO] -----< org.eclipse.statet.3rdparty:org.apache.lucene.highlighter >------
[INFO] Building Apache Lucene Highlighter 7.5.0-SNAPSHOT                 [9/13]
[INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.highlighter ---
[INFO] The project's OSGi version is 7.5.0.202010011827
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.lucene.highlighter ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.apache.lucene.highlighter ---
[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) @ org.apache.lucene.highlighter ---
[INFO] No sources to compile
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.apache.lucene.highlighter ---
[INFO] 
[INFO] --- ebr-maven-plugin:1.2.0:bundle (default-bundle) @ org.apache.lucene.highlighter ---
[INFO] Gathering dependencies
[INFO] Configured Artifact: org.apache.lucene:lucene-highlighter:7.5.0:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/apache/lucene/lucene-highlighter/7.5.0/lucene-highlighter-7.5.0.jar to /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.highlighter/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Merging collected dependencies
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 131 resources
[INFO] Generating OSGi MANIFEST.MF
[WARNING] Manifest org.eclipse.statet.3rdparty:org.apache.lucene.highlighter:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
[WARNING] Manifest org.eclipse.statet.3rdparty:org.apache.lucene.highlighter:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Host org.apache.lucene.core=bundle-version="[7.5.0,7.6)" for this fragment/require bundle cannot be found on the classpath
[INFO] Building jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.highlighter/target/org.apache.lucene.highlighter-7.5.0-SNAPSHOT.jar
[INFO] Gathering sources
[INFO] Configured Artifact: org.apache.lucene:lucene-highlighter:sources:7.5.0:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/apache/lucene/lucene-highlighter/7.5.0/lucene-highlighter-7.5.0-sources.jar to /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.highlighter/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.highlighter/src/main/java
[WARNING] Bundle localization file /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.highlighter/target/classes/OSGI-INF/l10n/bundle.properties not found.
[INFO] Building jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.highlighter/target/org.apache.lucene.highlighter-7.5.0-SNAPSHOT-sources.jar
[INFO] Assembling p2 repository
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.highlighter ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.apache.lucene.highlighter ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.lucene.highlighter ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.highlighter/target/org.apache.lucene.highlighter-7.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.apache.lucene.highlighter ---
[INFO] Signing jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.highlighter/target/org.apache.lucene.highlighter-7.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.highlighter/target/org.apache.lucene.highlighter-7.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.lucene.highlighter ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.highlighter/target/org.apache.lucene.highlighter-7.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.lucene.highlighter ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.lucene.highlighter ---
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.highlighter/target/org.apache.lucene.highlighter-7.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.highlighter/7.5.0-SNAPSHOT/org.apache.lucene.highlighter-7.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.highlighter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.highlighter/7.5.0-SNAPSHOT/org.apache.lucene.highlighter-7.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.highlighter/target/org.apache.lucene.highlighter-7.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.highlighter/7.5.0-SNAPSHOT/org.apache.lucene.highlighter-7.5.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.highlighter/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.highlighter/7.5.0-SNAPSHOT/org.apache.lucene.highlighter-7.5.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.highlighter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.highlighter/7.5.0-SNAPSHOT/org.apache.lucene.highlighter-7.5.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.highlighter/target/org.apache.lucene.highlighter-7.5.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.highlighter/7.5.0-SNAPSHOT/org.apache.lucene.highlighter-7.5.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.highlighter/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.highlighter/7.5.0-SNAPSHOT/org.apache.lucene.highlighter-7.5.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.highlighter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.highlighter/7.5.0-SNAPSHOT/org.apache.lucene.highlighter-7.5.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.lucene.highlighter ---
[INFO] 
[INFO] -------< org.eclipse.statet.3rdparty:org.apache.lucene.queries >--------
[INFO] Building Apache Lucene Queries 7.5.0-SNAPSHOT                    [10/13]
[INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.queries ---
[INFO] The project's OSGi version is 7.5.0.202010011827
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.lucene.queries ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.apache.lucene.queries ---
[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) @ org.apache.lucene.queries ---
[INFO] No sources to compile
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.apache.lucene.queries ---
[INFO] 
[INFO] --- ebr-maven-plugin:1.2.0:bundle (default-bundle) @ org.apache.lucene.queries ---
[INFO] Gathering dependencies
[INFO] Configured Artifact: org.apache.lucene:lucene-queries:7.5.0:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/apache/lucene/lucene-queries/7.5.0/lucene-queries-7.5.0.jar to /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queries/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Merging collected dependencies
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 211 resources
[INFO] Generating OSGi MANIFEST.MF
[WARNING] Manifest org.eclipse.statet.3rdparty:org.apache.lucene.queries:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
[WARNING] Manifest org.eclipse.statet.3rdparty:org.apache.lucene.queries:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Host org.apache.lucene.core=bundle-version="[7.5.0,7.6)" for this fragment/require bundle cannot be found on the classpath
[WARNING] Manifest org.eclipse.statet.3rdparty:org.apache.lucene.queries:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Import-Package instructions: [org.apache.lucene.*] 
[INFO] Building jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queries/target/org.apache.lucene.queries-7.5.0-SNAPSHOT.jar
[INFO] Gathering sources
[INFO] Configured Artifact: org.apache.lucene:lucene-queries:sources:7.5.0:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/apache/lucene/lucene-queries/7.5.0/lucene-queries-7.5.0-sources.jar to /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queries/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queries/src/main/java
[WARNING] Bundle localization file /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queries/target/classes/OSGI-INF/l10n/bundle.properties not found.
[INFO] Building jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queries/target/org.apache.lucene.queries-7.5.0-SNAPSHOT-sources.jar
[INFO] Assembling p2 repository
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.queries ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.apache.lucene.queries ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.lucene.queries ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queries/target/org.apache.lucene.queries-7.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.apache.lucene.queries ---
[INFO] Signing jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queries/target/org.apache.lucene.queries-7.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queries/target/org.apache.lucene.queries-7.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.lucene.queries ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queries/target/org.apache.lucene.queries-7.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.lucene.queries ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.lucene.queries ---
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queries/target/org.apache.lucene.queries-7.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.queries/7.5.0-SNAPSHOT/org.apache.lucene.queries-7.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queries/pom.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.queries/7.5.0-SNAPSHOT/org.apache.lucene.queries-7.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queries/target/org.apache.lucene.queries-7.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.queries/7.5.0-SNAPSHOT/org.apache.lucene.queries-7.5.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queries/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.queries/7.5.0-SNAPSHOT/org.apache.lucene.queries-7.5.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queries/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.queries/7.5.0-SNAPSHOT/org.apache.lucene.queries-7.5.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queries/target/org.apache.lucene.queries-7.5.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.queries/7.5.0-SNAPSHOT/org.apache.lucene.queries-7.5.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queries/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.queries/7.5.0-SNAPSHOT/org.apache.lucene.queries-7.5.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.queries/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.queries/7.5.0-SNAPSHOT/org.apache.lucene.queries-7.5.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.lucene.queries ---
[INFO] 
[INFO] ---------< org.eclipse.statet.3rdparty:org.apache.lucene.join >---------
[INFO] Building Apache Lucene Join 7.5.0-SNAPSHOT                       [11/13]
[INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.join ---
[INFO] The project's OSGi version is 7.5.0.202010011827
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.lucene.join ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.apache.lucene.join ---
[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) @ org.apache.lucene.join ---
[INFO] No sources to compile
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.apache.lucene.join ---
[INFO] 
[INFO] --- ebr-maven-plugin:1.2.0:bundle (default-bundle) @ org.apache.lucene.join ---
[INFO] Gathering dependencies
[INFO] Configured Artifact: org.apache.lucene:lucene-join:7.5.0:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/apache/lucene/lucene-join/7.5.0/lucene-join-7.5.0.jar to /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.join/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Merging collected dependencies
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 107 resources
[INFO] Generating OSGi MANIFEST.MF
[WARNING] Manifest org.eclipse.statet.3rdparty:org.apache.lucene.join:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
[WARNING] Manifest org.eclipse.statet.3rdparty:org.apache.lucene.join:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Host org.apache.lucene.core=bundle-version="[7.5.0,7.6)" for this fragment/require bundle cannot be found on the classpath
[WARNING] Manifest org.eclipse.statet.3rdparty:org.apache.lucene.join:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Import-Package instructions: [org.apache.lucene.*] 
[INFO] Building jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.join/target/org.apache.lucene.join-7.5.0-SNAPSHOT.jar
[INFO] Gathering sources
[INFO] Configured Artifact: org.apache.lucene:lucene-join:sources:7.5.0:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/apache/lucene/lucene-join/7.5.0/lucene-join-7.5.0-sources.jar to /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.join/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.join/src/main/java
[WARNING] Bundle localization file /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.join/target/classes/OSGI-INF/l10n/bundle.properties not found.
[INFO] Building jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.join/target/org.apache.lucene.join-7.5.0-SNAPSHOT-sources.jar
[INFO] Assembling p2 repository
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.join ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.apache.lucene.join ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.lucene.join ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.join/target/org.apache.lucene.join-7.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.apache.lucene.join ---
[INFO] Signing jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.join/target/org.apache.lucene.join-7.5.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.join/target/org.apache.lucene.join-7.5.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.lucene.join ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.join/target/org.apache.lucene.join-7.5.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.lucene.join ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.lucene.join ---
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.join/target/org.apache.lucene.join-7.5.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.join/7.5.0-SNAPSHOT/org.apache.lucene.join-7.5.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.join/pom.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.join/7.5.0-SNAPSHOT/org.apache.lucene.join-7.5.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.join/target/org.apache.lucene.join-7.5.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.join/7.5.0-SNAPSHOT/org.apache.lucene.join-7.5.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.join/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.join/7.5.0-SNAPSHOT/org.apache.lucene.join-7.5.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.join/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.join/7.5.0-SNAPSHOT/org.apache.lucene.join-7.5.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.join/target/org.apache.lucene.join-7.5.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.join/7.5.0-SNAPSHOT/org.apache.lucene.join-7.5.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.join/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.join/7.5.0-SNAPSHOT/org.apache.lucene.join-7.5.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/apache-lucene/org.apache.lucene.join/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.apache.lucene.join/7.5.0-SNAPSHOT/org.apache.lucene.join-7.5.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.lucene.join ---
[INFO] 
[INFO] -----------< org.eclipse.statet.3rdparty:3rdparty.snakeyaml >-----------
[INFO] Building Eclipse StatET 3rd Party Recipes - SnakeYAML 4.3.0-SNAPSHOT [12/13]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ 3rdparty.snakeyaml ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ 3rdparty.snakeyaml ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ 3rdparty.snakeyaml ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ 3rdparty.snakeyaml ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ 3rdparty.snakeyaml ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ 3rdparty.snakeyaml ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ 3rdparty.snakeyaml ---
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/snakeyaml/pom.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/3rdparty.snakeyaml/4.3.0-SNAPSHOT/3rdparty.snakeyaml-4.3.0-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.eclipse.statet.3rdparty:org.snakeyaml.snakeyaml >---------
[INFO] Building SnakeYAML (for YAML 1.1) 1.23.0-SNAPSHOT                [13/13]
[INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.snakeyaml.snakeyaml ---
[INFO] The project's OSGi version is 1.23.0.202010011827
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.snakeyaml.snakeyaml ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.snakeyaml.snakeyaml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.snakeyaml.snakeyaml ---
[INFO] No sources to compile
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.snakeyaml.snakeyaml ---
[INFO] 
[INFO] --- ebr-maven-plugin:1.2.0:bundle (default-bundle) @ org.snakeyaml.snakeyaml ---
[INFO] Gathering dependencies
[INFO] Configured Artifact: org.yaml:snakeyaml:1.23:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/yaml/snakeyaml/1.23/snakeyaml-1.23.jar to /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Merging collected dependencies
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 212 resources
[INFO] Generating OSGi MANIFEST.MF
[WARNING] Manifest org.eclipse.statet.3rdparty:org.snakeyaml.snakeyaml:eclipse-bundle-recipe:1.23.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
[INFO] Building jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/target/org.snakeyaml.snakeyaml-1.23.0-SNAPSHOT.jar
[INFO] Gathering sources
[INFO] Configured Artifact: org.yaml:snakeyaml:sources:1.23:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/yaml/snakeyaml/1.23/snakeyaml-1.23-sources.jar to /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/target/org.snakeyaml.snakeyaml-1.23.0-SNAPSHOT-sources.jar
[INFO] Assembling p2 repository
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.snakeyaml.snakeyaml ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.snakeyaml.snakeyaml ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.snakeyaml.snakeyaml ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/target/org.snakeyaml.snakeyaml-1.23.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.snakeyaml.snakeyaml ---
[INFO] Signing jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/target/org.snakeyaml.snakeyaml-1.23.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/target/org.snakeyaml.snakeyaml-1.23.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.snakeyaml.snakeyaml ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/target/org.snakeyaml.snakeyaml-1.23.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.snakeyaml.snakeyaml ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.snakeyaml.snakeyaml ---
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/target/org.snakeyaml.snakeyaml-1.23.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.snakeyaml.snakeyaml/1.23.0-SNAPSHOT/org.snakeyaml.snakeyaml-1.23.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/pom.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.snakeyaml.snakeyaml/1.23.0-SNAPSHOT/org.snakeyaml.snakeyaml-1.23.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/target/org.snakeyaml.snakeyaml-1.23.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.snakeyaml.snakeyaml/1.23.0-SNAPSHOT/org.snakeyaml.snakeyaml-1.23.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.snakeyaml.snakeyaml/1.23.0-SNAPSHOT/org.snakeyaml.snakeyaml-1.23.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.snakeyaml.snakeyaml/1.23.0-SNAPSHOT/org.snakeyaml.snakeyaml-1.23.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/target/org.snakeyaml.snakeyaml-1.23.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.snakeyaml.snakeyaml/1.23.0-SNAPSHOT/org.snakeyaml.snakeyaml-1.23.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.snakeyaml.snakeyaml/1.23.0-SNAPSHOT/org.snakeyaml.snakeyaml-1.23.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/snakeyaml/org.snakeyaml.snakeyaml/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/statet/3rdparty/org.snakeyaml.snakeyaml/1.23.0-SNAPSHOT/org.snakeyaml.snakeyaml-1.23.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.snakeyaml.snakeyaml ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] bundle-recipes 4.3.0-SNAPSHOT ...................... SUCCESS [ 25.863 s]
[INFO] Eclipse StatET 3rd Party Recipes - Apache Commons 4.3.0-SNAPSHOT SUCCESS [  0.025 s]
[INFO] Apache Commons Pool 2.9.0-SNAPSHOT ................. SUCCESS [ 50.747 s]
[INFO] Apache Commons DBCP 2.8.0-SNAPSHOT ................. SUCCESS [  6.242 s]
[INFO] Eclipse StatET 3rd Party Recipes - Apache Lucene 4.3.0-SNAPSHOT SUCCESS [  0.020 s]
[INFO] Apache Lucene Core 7.5.0-SNAPSHOT .................. SUCCESS [ 23.911 s]
[INFO] Apache Lucene Common Analyzers 7.5.0-SNAPSHOT ...... SUCCESS [ 27.657 s]
[INFO] Apache Lucene QueryParsers 7.5.0-SNAPSHOT .......... SUCCESS [  7.307 s]
[INFO] Apache Lucene Highlighter 7.5.0-SNAPSHOT ........... SUCCESS [  9.376 s]
[INFO] Apache Lucene Queries 7.5.0-SNAPSHOT ............... SUCCESS [ 10.192 s]
[INFO] Apache Lucene Join 7.5.0-SNAPSHOT .................. SUCCESS [  4.785 s]
[INFO] Eclipse StatET 3rd Party Recipes - SnakeYAML 4.3.0-SNAPSHOT SUCCESS [  0.020 s]
[INFO] SnakeYAML (for YAML 1.1) 1.23.0-SNAPSHOT ........... SUCCESS [  5.877 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:40 min
[INFO] Finished at: 2020-12-15T08:35:28Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build 'repo')
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn -f org.eclipse.statet/3rdparty/pom.xml verify --batch-mode '-Dstatet.build.timestamp=202012150830'
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/3.6.3
Java version: 11.0.7, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.7+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.6.19-300.fc32.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.statet.3rdparty-assemblies:org.eclipse.statet.releng.3rdparty:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/_assemblies/org.eclipse.statet.releng.3rdparty-feature/.polyglot.feature.xml
[INFO] Performing subquery
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
[INFO] Adding repository https://download.eclipse.org/cbi/updates/license
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
[INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
[INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.3rdparty-assemblies:org.eclipse.statet.releng.3rdparty:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/_assemblies/org.eclipse.statet.releng.3rdparty-feature/.polyglot.feature.xml
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20180905201904/repository/plugins/ (33.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20180905201904/repository/plugins/ (33.71kB)
[INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502...
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20180829150157/repository/
[INFO] Fetching org.apache.derby_10.11.1.1_v201605202053.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20180829150157/repository/plugins/ (1.36MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.derby_10.11.1.1_v201605202053.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20180829150157/repository/plugins/ (1.36MB)
[INFO] Unpacking org.apache.derby_10.11.1.1_v201605202053...
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.apache.lucene.queries/7.5.0.202010011827
[WARNING]   org.apache.commons.dbcp/2.8.0.202012150812
[WARNING]   org.apache.commons.pool/2.9.0.202012150812
[WARNING]   org.apache.lucene.core/7.5.0.202010011827
[WARNING]   org.apache.lucene.analyzers-common/7.5.0.202010011827
[WARNING]   org.apache.lucene.highlighter/7.5.0.202010011827
[WARNING]   org.apache.lucene.join/7.5.0.202010011827
[WARNING]   org.apache.lucene.queryparser/7.5.0.202010011827
[WARNING]   org.snakeyaml.snakeyaml/1.23.0.202010011827
[INFO] Resolving class path of MavenProject: org.eclipse.statet.3rdparty-assemblies:org.eclipse.statet.releng.3rdparty:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/_assemblies/org.eclipse.statet.releng.3rdparty-feature/.polyglot.feature.xml
[INFO] Computing target platform for MavenProject: org.eclipse.statet.3rdparty-assemblies:org.eclipse.statet.releng.3rdparty.repository:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/_assemblies/repository/pom.xml
[INFO] Performing subquery
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.3rdparty-assemblies:org.eclipse.statet.releng.3rdparty.repository:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/_assemblies/repository/pom.xml
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.eclipse.equinox.internal.p2.metadata.expression.Member$DynamicMember (file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles-external/2.1.0/eclipse/plugins/org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar) to method java.util.HashMap$Node.getKey()
WARNING: Please consider reporting this to the maintainers of org.eclipse.equinox.internal.p2.metadata.expression.Member$DynamicMember
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
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.apache.lucene.queries/7.5.0.202010011827
[WARNING]   org.apache.commons.dbcp/2.8.0.202012150812
[WARNING]   org.apache.commons.pool/2.9.0.202012150812
[WARNING]   org.apache.lucene.core/7.5.0.202010011827
[WARNING]   org.apache.lucene.analyzers-common/7.5.0.202010011827
[WARNING]   org.apache.lucene.highlighter/7.5.0.202010011827
[WARNING]   org.apache.lucene.join/7.5.0.202010011827
[WARNING]   org.apache.lucene.queryparser/7.5.0.202010011827
[WARNING]   org.snakeyaml.snakeyaml/1.23.0.202010011827
[INFO] Resolving class path of MavenProject: org.eclipse.statet.3rdparty-assemblies:org.eclipse.statet.releng.3rdparty.repository:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/_assemblies/repository/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] root                                                               [pom]
[INFO] 3rdparty.orbit                               [eclipse-target-definition]
[INFO] 3rdparty                                                           [pom]
[INFO] [feature] Aggregation of 3rd Party Dependencies for StatET  (Incubation) [eclipse-feature]
[INFO] org.eclipse.statet.releng.3rdparty.repository       [eclipse-repository]
[INFO] 
[INFO] ------------------< org.eclipse.statet.3rdparty:root >------------------
[INFO] Building root 4.3.0-SNAPSHOT                                       [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- properties-maven-plugin:1.0.0:write-project-properties (default) @ root ---
[INFO] 
[INFO] --- tycho-source-plugin:2.1.0:plugin-source (plugin-source) @ root ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.1.0:source-feature (source-feature) @ root ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.1.0:p2-metadata (p2-metadata) @ root ---
[INFO] 
[INFO] -------------< org.eclipse.statet.3rdparty:3rdparty.orbit >-------------
[INFO] Building 3rdparty.orbit 4.3.0-SNAPSHOT                             [2/5]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- tycho-source-plugin:2.1.0:plugin-source (plugin-source) @ 3rdparty.orbit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.1.0:package-target-definition (default-package-target-definition) @ 3rdparty.orbit ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.1.0:source-feature (source-feature) @ 3rdparty.orbit ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.1.0:p2-metadata (p2-metadata) @ 3rdparty.orbit ---
[INFO] 
[INFO] ----------< org.eclipse.statet.3rdparty-assemblies:3rdparty >-----------
[INFO] Building 3rdparty 4.3.0-SNAPSHOT                                   [3/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:2.1.0:plugin-source (plugin-source) @ 3rdparty ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.1.0:source-feature (source-feature) @ 3rdparty ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.1.0:p2-metadata (p2-metadata) @ 3rdparty ---
[INFO] 
[INFO] --< org.eclipse.statet.3rdparty-assemblies:org.eclipse.statet.releng.3rdparty >--
[INFO] Building [feature] Aggregation of 3rd Party Dependencies for StatET  (Incubation) 4.3.0-SNAPSHOT [4/5]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.releng.3rdparty ---
[INFO] The project's OSGi version is 4.3.0.202012150812
[INFO] 
[INFO] --- tycho-packaging-plugin:2.1.0:validate-id (default-validate-id) @ org.eclipse.statet.releng.3rdparty ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.1.0:validate-version (default-validate-version) @ org.eclipse.statet.releng.3rdparty ---
[INFO] 
[INFO] --- tycho-source-plugin:2.1.0:plugin-source (plugin-source) @ org.eclipse.statet.releng.3rdparty ---
[INFO] 
[INFO] --- target-platform-configuration:2.1.0:target-platform (default-target-platform) @ org.eclipse.statet.releng.3rdparty ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.1.0:package-feature (default-package-feature) @ org.eclipse.statet.releng.3rdparty ---
[INFO] Building jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/_assemblies/org.eclipse.statet.releng.3rdparty-feature/target/org.eclipse.statet.releng.3rdparty-4.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.1.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.releng.3rdparty ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.1.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.releng.3rdparty ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.1.0:source-feature (source-feature) @ org.eclipse.statet.releng.3rdparty ---
[INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20180905201904/repository/plugins/ (85.46kB)
[INFO] Fetching org.apache.derby.source_10.11.1.1_v201605202053.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20180829150157/repository/plugins/ (5.31MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.derby.source_10.11.1.1_v201605202053.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20180829150157/repository/plugins/ (5.31MB)
[INFO] Unpacking org.apache.derby.source_10.11.1.1_v201605202053...
[INFO] Building jar: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/_assemblies/org.eclipse.statet.releng.3rdparty-feature/target/org.eclipse.statet.releng.3rdparty-4.3.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.1.0:p2-metadata (p2-metadata) @ org.eclipse.statet.releng.3rdparty ---
[INFO] 
[INFO] --< org.eclipse.statet.3rdparty-assemblies:org.eclipse.statet.releng.3rdparty.repository >--
[INFO] Building org.eclipse.statet.releng.3rdparty.repository 4.3.0-SNAPSHOT [5/5]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:2.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.releng.3rdparty.repository ---
[INFO] The project's OSGi version is 4.3.0.202012150812
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.statet.releng.3rdparty.repository ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.statet.releng.3rdparty.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/3rdparty-master/org.eclipse.statet/3rdparty/_assemblies/repository/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.1.0:plugin-source (plugin-source) @ org.eclipse.statet.releng.3rdparty.repository ---
[INFO] 
[INFO] --- target-platform-configuration:2.1.0:target-platform (default-target-platform) @ org.eclipse.statet.releng.3rdparty.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.1.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.statet.releng.3rdparty.repository ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0, config.a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0, config.a.jre.javase 16.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.1.0:publish-products (default-publish-products) @ org.eclipse.statet.releng.3rdparty.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.1.0:publish-categories (default-publish-categories) @ org.eclipse.statet.releng.3rdparty.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.1.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.statet.releng.3rdparty.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.1.0:assemble-repository (default-assemble-repository) @ org.eclipse.statet.releng.3rdparty.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.1.0:archive-repository (default-archive-repository) @ org.eclipse.statet.releng.3rdparty.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/3rdparty-master/org.eclipse.statet/3rdparty/_assemblies/repository/target/3rdparty-repository-202012150830.zip
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.1.0:source-feature (source-feature) @ org.eclipse.statet.releng.3rdparty.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.1.0:p2-metadata (p2-metadata) @ org.eclipse.statet.releng.3rdparty.repository ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for root 4.3.0-SNAPSHOT:
[INFO] 
[INFO] root ............................................... SUCCESS [  3.119 s]
[INFO] 3rdparty.orbit ..................................... SUCCESS [  1.325 s]
[INFO] 3rdparty ........................................... SUCCESS [  0.008 s]
[INFO] [feature] Aggregation of 3rd Party Dependencies for StatET  (Incubation) SUCCESS [  4.850 s]
[INFO] org.eclipse.statet.releng.3rdparty.repository ...... SUCCESS [  5.334 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  42.540 s
[INFO] Finished at: 2020-12-15T08:36:28Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS