Skip to content

Console Output

Triggered by Gerrit: https://git.eclipse.org/r/c/orbit/orbit-recipes/+/199886
Running as SYSTEM
Agent basic-4n8gl is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-4n8gl"
  namespace: "orbit"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.orbit.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-4n8gl"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-4n8gl"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.orbit.svc.cluster.local/orbit/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-orbit"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-4n8gl (basic) in workspace /home/jenkins/agent/workspace/gerrit-orbit-recipes
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/orbit/orbit-recipes
 > git init /home/jenkins/agent/workspace/gerrit-orbit-recipes # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/orbit/orbit-recipes
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/orbit/orbit-recipes +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/orbit/orbit-recipes # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/orbit/orbit-recipes # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/orbit/orbit-recipes
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/orbit/orbit-recipes refs/changes/86/199886/2 # timeout=10
 > git rev-parse d4e9da277951e9f43c8a7850d333b87cc4f61d8d^{commit} # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script
Checking out Revision d4e9da277951e9f43c8a7850d333b87cc4f61d8d (refs/changes/86/199886/2)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d4e9da277951e9f43c8a7850d333b87cc4f61d8d # timeout=10
Commit message: "Bug 581504: Remove ip_log.xml use/requirement"
 > git rev-parse FETCH_HEAD^{commit} # timeout=10
 > git rev-list --no-walk 9e6a75e5e76e87b9e3a338f79354f4eb9cabe503 # timeout=10
[gerrit-orbit-recipes] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DGERRIT_BRANCH=master -DGERRIT_PATCHSET_REVISION=d4e9da277951e9f43c8a7850d333b87cc4f61d8d -DGERRIT_HOST=gerrit-local -DGERRIT_CHANGE_OWNER_EMAIL=jonah@kichwacoders.com "-DGERRIT_EVENT_ACCOUNT_NAME=Jonah Graham" -DGERRIT_CHANGE_URL=https://git.eclipse.org/r/c/orbit/orbit-recipes/+/199886 -DGERRIT_PATCHSET_UPLOADER_EMAIL=jonah@kichwacoders.com -DGERRIT_EVENT_TYPE=patchset-created -DGERRIT_PROJECT=orbit/orbit-recipes -DGERRIT_CHANGE_NUMBER=199886 -DGERRIT_SCHEME=ssh '-DGERRIT_PATCHSET_UPLOADER=\"Jonah Graham\" <jonah@kichwacoders.com>' -DGERRIT_PORT=29418 -DGERRIT_CHANGE_PRIVATE_STATE=false -DGERRIT_REFSPEC=refs/changes/86/199886/2 "-DGERRIT_PATCHSET_UPLOADER_NAME=Jonah Graham" '-DGERRIT_CHANGE_OWNER=\"Jonah Graham\" <jonah@kichwacoders.com>' -DGERRIT_CHANGE_COMMIT_MESSAGE=QnVnIDU4MTUwNDogUmVtb3ZlIGlwX2xvZy54bWwgdXNlL3JlcXVpcmVtZW50CgpXaXRoIHRoZSBuZXcgdG9vbGluZyBmcm9tIEVGIChlLmcuIGRhc2ggbGljZW5zZSB0b29sKSB3ZQpubyBsb25nZXIgbmVlZCB0byBtYWludGFpbiBpcF9sb2cueG1sIGluIE9yYml0LgoKV2UgYXJlbid0IGRlbGV0aW5nIGFsbCBleGl0aW5nIGlwX2xvZy54bWwgZmlsZXMgYXMKdGhhdCB3b3VsZCBjYXVzZSBhbGwgZXhpc3RpbmcgYnVuZGxlcyB0byBoYXZlIHRoZWlyCnF1YWxpZmllcnMgdG91Y2hlZCB3aGljaCBpcyB1bmRlc2lyYWJsZS4gKFdlIGNvdWxkCmV4Y2x1ZGUgaXBfbG9nLnhtbCBmcm9tIGpnaXQgdGltZXN0YW1wLCBidXQgdGhhdCBsZWFkcwp0byBzb21lIHNwZWNpYWwgY2FzZXMgdGhhdCBhcmVuJ3Qgd29ydGggdGhlIGVmZm9ydC4pCgpUaGUgRUJSIHBsdWctaW5zIHByb3ZpZGUgdGhlIGlwX2xvZy54bWwgdmVyaWZpY2F0aW9uLAp0aGVyZWZvcmUsIGJlc2lkZXMgZG9jdW1lbnRhdGlvbiB1cGRhdGVzLCB0aGlzIHNpbXBseQpidW1wcyB0byB0aGUgbmV3ZXN0IEVCUiB2ZXJzaW9uIHRoYXQgcmVxdWlyZXMgRUJSClBSIGh0dHBzOi8vZ2l0aHViLmNvbS9lY2xpcHNlL2Vici9wdWxsLzYxIHRvIGJlCm1lcmdlZCBhbmQgYnVpbHQuCgpDaGFuZ2UtSWQ6IElhMGY4MTRlZGVhNTc5ODRmNzFhYWMzNDJmNGZkOTczZDhiZjVmZTU2Cg== "-DGERRIT_NAME=Eclipse Gerrit" -DGERRIT_TOPIC= "-DGERRIT_CHANGE_SUBJECT=Bug 581504: Remove ip_log.xml use/requirement" '-DGERRIT_EVENT_ACCOUNT=\"Jonah Graham\" <jonah@kichwacoders.com>' -DGERRIT_CHANGE_WIP_STATE=false -DGERRIT_CHANGE_ID=Ia0f814edea57984f71aac342f4fd973d8bf5fe56 -DGERRIT_EVENT_HASH=644771708 -DGERRIT_VERSION=3.5.1 -DGERRIT_EVENT_ACCOUNT_EMAIL=jonah@kichwacoders.com -DGERRIT_PATCHSET_NUMBER=2 "-DGERRIT_CHANGE_OWNER_NAME=Jonah Graham" -Dlicense-check= -Dmaven.repo.local=/home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository clean install --batch-mode --update-snapshots
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
00:34:54 [INFO] Scanning for projects...
00:35:23 [INFO] ------------------------------------------------------------------------
00:35:23 [INFO] Reactor Build Order:
00:35:23 [INFO] 
00:35:23 [INFO] Eclipse Orbit :: Bundle Recipes                                    [pom]
00:35:23 [INFO] Eclipse Orbit :: ANTLR Recipes                                     [pom]
00:35:23 [INFO] ANTLR 3 Runtime                                  [eclipse-bundle-recipe]
00:35:23 [INFO] ANTLR 3 Runtime                                  [eclipse-bundle-recipe]
00:35:23 [INFO] ANTLR 4 Runtime                                  [eclipse-bundle-recipe]
00:35:23 [INFO] ANTLR 4 Runtime                                  [eclipse-bundle-recipe]
00:35:23 [INFO] ANTLR 4 Runtime                                  [eclipse-bundle-recipe]
00:35:23 [INFO] ANTLR 4 Runtime                                  [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: AOP Alliance Recipes                              [pom]
00:35:23 [INFO] AOP alliance                                     [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: args4j Recipes                                    [pom]
00:35:23 [INFO] args4j                                           [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: ASM Recipes                                       [pom]
00:35:23 [INFO] ASM Core                                         [eclipse-bundle-recipe]
00:35:23 [INFO] ASM Analysis                                     [eclipse-bundle-recipe]
00:35:23 [INFO] ASM Commons                                      [eclipse-bundle-recipe]
00:35:23 [INFO] ASM Tree                                         [eclipse-bundle-recipe]
00:35:23 [INFO] ASM Util                                         [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: AssertJ Recipes                                   [pom]
00:35:23 [INFO] AssertJ fluent assertions                        [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Apache Recipes                                    [pom]
00:35:23 [INFO] Apache Commons CLI                               [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Commons Codec                             [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Commons Collections                       [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Commons Collections                       [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Commons Compress                          [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Commons CSV                               [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Commons FileUpload                        [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Commons IO                                [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Commons Lang                              [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Commons Lang                              [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Commons Logging                           [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Commons Math                              [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Onami-Configuration                       [eclipse-bundle-recipe]
00:35:23 [INFO] Apache FontBox                                   [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Preflight                                 [eclipse-bundle-recipe]
00:35:23 [INFO] Apache XmpBox                                    [eclipse-bundle-recipe]
00:35:23 [INFO] Apache PDFBox                                    [eclipse-bundle-recipe]
00:35:23 [INFO] Apache POI                                       [eclipse-bundle-recipe]
00:35:23 [INFO] Apache POI OOXML                                 [eclipse-bundle-recipe]
00:35:23 [INFO] Apache POI OOXML Schemas                         [eclipse-bundle-recipe]
00:35:23 [INFO] Apache XML Security for Java                     [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Mina SSHD :: OSGi                         [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Mina SSHD :: SFTP                         [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Mina SSHD :: OSGi                         [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Mina SSHD :: SFTP                         [eclipse-bundle-recipe]
00:35:23 [INFO] Apache WebServices Common Utilities              [eclipse-bundle-recipe]
00:35:23 [INFO] Web Services Inspection Language for Java        [eclipse-bundle-recipe]
00:35:23 [INFO] Xalan Java                                       [eclipse-bundle-recipe]
00:35:23 [INFO] Xerces2-j                                        [eclipse-bundle-recipe]
00:35:23 [INFO] XML Commons Resolver Component                   [eclipse-bundle-recipe]
00:35:23 [INFO] Xalan Java Serializer                            [eclipse-bundle-recipe]
00:35:23 [INFO] XmlBeans                                         [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Ant Recipes                                       [pom]
00:35:23 [INFO] Apache Ant (all-in-one)                          [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Batik Recipes                                     [pom]
00:35:23 [INFO] org.apache.xmlgraphics:batik-codec               [eclipse-bundle-recipe]
00:35:23 [INFO] Batik Shared Resources                           [eclipse-bundle-recipe]
00:35:23 [INFO] org.apache.xmlgraphics:batik-xml                 [eclipse-bundle-recipe]
00:35:23 [INFO] org.apache.xmlgraphics:batik-ext                 [eclipse-bundle-recipe]
00:35:23 [INFO] org.apache.xmlgraphics:batik-awt-util            [eclipse-bundle-recipe]
00:35:23 [INFO] org.apache.xmlgraphics:batik-parser              [eclipse-bundle-recipe]
00:35:23 [INFO] org.apache.xmlgraphics:batik-dom                 [eclipse-bundle-recipe]
00:35:23 [INFO] org.apache.xmlgraphics:batik-gvt                 [eclipse-bundle-recipe]
00:35:23 [INFO] org.apache.xmlgraphics:batik-svggen              [eclipse-bundle-recipe]
00:35:23 [INFO] org.apache.xmlgraphics:batik-svg-dom             [eclipse-bundle-recipe]
00:35:23 [INFO] org.apache.xmlgraphics:batik-anim                [eclipse-bundle-recipe]
00:35:23 [INFO] org.apache.xmlgraphics:batik-script              [eclipse-bundle-recipe]
00:35:23 [INFO] org.apache.xmlgraphics:batik-bridge              [eclipse-bundle-recipe]
00:35:23 [INFO] org.apache.xmlgraphics:batik-transcoder          [eclipse-bundle-recipe]
00:35:23 [INFO] Batik constants library                          [eclipse-bundle-recipe]
00:35:23 [INFO] Batik CSS engine                                 [eclipse-bundle-recipe]
00:35:23 [INFO] Batik i18n library                               [eclipse-bundle-recipe]
00:35:23 [INFO] Batik utility library                            [eclipse-bundle-recipe]
00:35:23 [INFO] Apache XML Graphics Commons                      [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Apache HTTPComponents Recipes                     [pom]
00:35:23 [INFO] Apache HttpCore NIO                              [eclipse-bundle-recipe]
00:35:23 [INFO] Apache HttpAsyncClient                           [eclipse-bundle-recipe]
00:35:23 [INFO] Apache HttpCore                                  [eclipse-bundle-recipe]
00:35:23 [INFO] Apache HttpClient                                [eclipse-bundle-recipe]
00:35:23 [INFO] Apache HttpClient Windows features               [eclipse-bundle-recipe]
00:35:23 [INFO] Apache HttpComponents Core HTTP/1.1              [eclipse-bundle-recipe]
00:35:23 [INFO] Apache HttpComponents Core HTTP/2                [eclipse-bundle-recipe]
00:35:23 [INFO] Apache HttpClient                                [eclipse-bundle-recipe]
00:35:23 [INFO] Apache HttpClient Windows specific functionality [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: JClouds Recipes                                   [pom]
00:35:23 [INFO] Apache Jclouds OpenStack Components Core         [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Jclouds OpenStack Cinder API              [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Jclouds OpenStack Keystone API            [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Jclouds OpenStack Nova API                [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Jclouds OpenStack Neutron API             [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Jclouds Swift API                         [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Jclouds SLF4J Logging Module              [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Jclouds Docker API                        [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Jclouds AWS EC2 API                       [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Jclouds Cloudwatch API                    [eclipse-bundle-recipe]
00:35:23 [INFO] Jclouds Components Core                          [eclipse-bundle-recipe]
00:35:23 [INFO] Jclouds Blobstore Core                           [eclipse-bundle-recipe]
00:35:23 [INFO] Jclouds Compute Core                             [eclipse-bundle-recipe]
00:35:23 [INFO] Jclouds Sts Api                                  [eclipse-bundle-recipe]
00:35:23 [INFO] Jclouds Script Builder                           [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Apache Lucene Recipes                             [pom]
00:35:23 [INFO] Lucene Core 7.5.0                                [eclipse-bundle-recipe]
00:35:23 [INFO] Lucene Common Analyzers 7.5.0                    [eclipse-bundle-recipe]
00:35:23 [INFO] Lucene Smart Chinese Analyzer 7.5.0              [eclipse-bundle-recipe]
00:35:23 [INFO] Lucene Miscellaneous 7.5.0                       [eclipse-bundle-recipe]
00:35:23 [INFO] Lucene QueryParsers 7.5.0                        [eclipse-bundle-recipe]
00:35:23 [INFO] Lucene Core 8.4.1                                [eclipse-bundle-recipe]
00:35:23 [INFO] Lucene Common Analyzers 8.4.1                    [eclipse-bundle-recipe]
00:35:23 [INFO] Lucene Smart Chinese Analyzer 8.4.1              [eclipse-bundle-recipe]
00:35:23 [INFO] Lucene Core 9.4.2                                [eclipse-bundle-recipe]
00:35:23 [INFO] Lucene Analysis Common 9.4.2                     [eclipse-bundle-recipe]
00:35:23 [INFO] Lucene Smart Chinese Analyzer 9.4.2              [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Apache Maven Recipes                              [pom]
00:35:23 [INFO] Eclipse Orbit :: Apache Maven Resolver (ex-Eclipse Aether) Recipes [pom]
00:35:23 [INFO] Maven Artifact Resolver API                      [eclipse-bundle-recipe]
00:35:23 [INFO] Maven Artifact Resolver Connector Basic          [eclipse-bundle-recipe]
00:35:23 [INFO] Maven Artifact Resolver Implementation           [eclipse-bundle-recipe]
00:35:23 [INFO] Maven Artifact Resolver SPI                      [eclipse-bundle-recipe]
00:35:23 [INFO] Maven Artifact Resolver Transport File           [eclipse-bundle-recipe]
00:35:23 [INFO] Maven Artifact Resolver Transport HTTP           [eclipse-bundle-recipe]
00:35:23 [INFO] Maven Artifact Resolver Utilities                [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Apache Tika Recipes                               [pom]
00:35:23 [INFO] Apache Tika Core                                 [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Tika Parsers                              [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: XML-RPC Recipes                                   [pom]
00:35:23 [INFO] Apache XML-RPC Client Library                    [eclipse-bundle-recipe]
00:35:23 [INFO] Apache XML-RPC Common Library                    [eclipse-bundle-recipe]
00:35:23 [INFO] Apache XML-RPC Server Library                    [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Bouncycastle Recipes                              [pom]
00:35:23 [INFO] Bouncy Castle OpenPGP API                        [eclipse-bundle-recipe]
00:35:23 [INFO] Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs [eclipse-bundle-recipe]
00:35:23 [INFO] Bouncy Castle Provider                           [eclipse-bundle-recipe]
00:35:23 [INFO] Bouncy Castle ASN.1 Extension and Utility APIs   [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Byte Buddy Recipes                                [pom]
00:35:23 [INFO] Byte Buddy (without dependencies)                [eclipse-bundle-recipe]
00:35:23 [INFO] Byte Buddy Java agent                            [eclipse-bundle-recipe]
00:35:23 [INFO] Byte Buddy (without dependencies)                [eclipse-bundle-recipe]
00:35:23 [INFO] Byte Buddy Java agent                            [eclipse-bundle-recipe]
00:35:23 [INFO] Byte Buddy (without dependencies)                [eclipse-bundle-recipe]
00:35:23 [INFO] Byte Buddy agent                                 [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: CommonMark Recipes                                [pom]
00:35:23 [INFO] commonmark-java core                             [eclipse-bundle-recipe]
00:35:23 [INFO] commonmark-java extension for YAML front matter  [eclipse-bundle-recipe]
00:35:23 [INFO] commonmark-java extension for tables             [eclipse-bundle-recipe]
00:35:23 [INFO] commonmark-java extension for strikethrough      [eclipse-bundle-recipe]
00:35:23 [INFO] commonmark-java extension for image attributes   [eclipse-bundle-recipe]
00:35:23 [INFO] commonmark-java extension for <ins> (underline)  [eclipse-bundle-recipe]
00:35:23 [INFO] commonmark-java extension for task list items    [eclipse-bundle-recipe]
00:35:23 [INFO] commonmark-java extension for adding id attributes to h tags [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Apache Recipes                                    [pom]
00:35:23 [INFO] Java Cup Runtime 0.11.20150326                   [eclipse-bundle-recipe]
00:35:23 [INFO] Java CUP 0.11.20150326                           [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: DRMAA                                             [pom]
00:35:23 [INFO] org.ggf.drmaa                                    [eclipse-bundle-recipe]
00:35:23 [INFO] com.sun.grid.drmaa                               [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Freemarker Recipes                                [pom]
00:35:23 [INFO] FreeMarker                                       [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Github Recipes                                    [pom]
00:35:23 [INFO] Eclipse Orbit :: Classgraph Recipes                                [pom]
00:35:23 [INFO] ClassGraph                                       [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Cronutils Recipes                                 [pom]
00:35:23 [INFO] cron-utils                                       [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Docker Recipes                                    [pom]
00:35:23 [INFO] docker-client                                    [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: EdDSA Recipes                                     [pom]
00:35:23 [INFO] EdDSA-Java                                       [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: EJML Recipes                                      [pom]
00:35:23 [INFO] EJML                                             [eclipse-bundle-recipe]
00:35:23 [INFO] EJML                                             [eclipse-bundle-recipe]
00:35:23 [INFO] EJML                                             [eclipse-bundle-recipe]
00:35:23 [INFO] EJML                                             [eclipse-bundle-recipe]
00:35:23 [INFO] EJML                                             [eclipse-bundle-recipe]
00:35:23 [INFO] EJML                                             [eclipse-bundle-recipe]
00:35:23 [INFO] EJML                                             [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Java Diff Utils Recipes                           [pom]
00:35:23 [INFO] Java Diff Utils                                  [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: JavaEWAH Recipes                                  [pom]
00:35:23 [INFO] JavaEWAH                                         [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: JNR Recipes                                       [pom]
00:35:23 [INFO] jnr-constants                                    [eclipse-bundle-recipe]
00:35:23 [INFO] jnr-enxio                                        [eclipse-bundle-recipe]
00:35:23 [INFO] jnr-ffi                                          [eclipse-bundle-recipe]
00:35:23 [INFO] jffi                                             [eclipse-bundle-recipe]
00:35:23 [INFO] jffi native                                      [eclipse-bundle-recipe]
00:35:23 [INFO] jnr-posix                                        [eclipse-bundle-recipe]
00:35:23 [INFO] jnr-unixsocket                                   [eclipse-bundle-recipe]
00:35:23 [INFO] jnr-x86asm                                       [eclipse-bundle-recipe]
00:35:23 [INFO] jnr-a64asm                                       [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: JRuby Recipes                                     [pom]
00:35:23 [INFO] JCodings                                         [eclipse-bundle-recipe]
00:35:23 [INFO] Joni                                             [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: JSoup Recipes                                     [pom]
00:35:23 [INFO] jsoup                                            [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: MongoDB Recipes                                   [pom]
00:35:23 [INFO] MongoDB Java Driver                              [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Mozilla Recipes                                   [pom]
00:35:23 [INFO] rhino                                            [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: OSHI Recipes                                      [pom]
00:35:23 [INFO] oshi-core                                        [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Unirest-Java Recipes                              [pom]
00:35:23 [INFO] com.konghq.unirest-java                          [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Virtuald Recipes                                  [pom]
00:35:23 [INFO] curvesapi                                        [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Glassfish Recipes                                 [pom]
00:35:23 [INFO] Eclipse Orbit :: Glassfish HK2 Recipes                             [pom]
00:35:23 [INFO] HK2 API module                                   [eclipse-bundle-recipe]
00:35:23 [INFO] ASM library repackaged as OSGi bundle            [eclipse-bundle-recipe]
00:35:23 [INFO] ServiceLocator Default Implementation            [eclipse-bundle-recipe]
00:35:23 [INFO] OSGi resource locator                            [eclipse-bundle-recipe]
00:35:23 [INFO] HK2 Implementation Utilities                     [eclipse-bundle-recipe]
00:35:23 [INFO] HK2 API module                                   [eclipse-bundle-recipe]
00:35:23 [INFO] ServiceLocator Default Implementation            [eclipse-bundle-recipe]
00:35:23 [INFO] HK2 Implementation Utilities                     [eclipse-bundle-recipe]
00:35:23 [INFO] OSGi resource locator                            [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Glassfish Jersey Recipes                          [pom]
00:35:23 [INFO] jersey-connectors-apache                         [eclipse-bundle-recipe]
00:35:23 [INFO] jersey-container-servlet                         [eclipse-bundle-recipe]
00:35:23 [INFO] jersey-container-servlet-core                    [eclipse-bundle-recipe]
00:35:23 [INFO] jersey-core-client                               [eclipse-bundle-recipe]
00:35:23 [INFO] jersey-core-common                               [eclipse-bundle-recipe]
00:35:23 [INFO] jersey-core-server                               [eclipse-bundle-recipe]
00:35:23 [INFO] jersey-ext-entity-filtering                      [eclipse-bundle-recipe]
00:35:23 [INFO] jersey-inject-hk2                                [eclipse-bundle-recipe]
00:35:23 [INFO] jersey-media-json-jackson                        [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: GlazedLists Recipes                               [pom]
00:35:23 [INFO] GlazedLists                                      [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Google Recipes                                    [pom]
00:35:23 [INFO] Protocol Buffer Java API                         [eclipse-bundle-recipe]
00:35:23 [INFO] Closure Compiler                                 [eclipse-bundle-recipe]
00:35:23 [INFO] Guava: Google Core Libraries for Java            [eclipse-bundle-recipe]
00:35:23 [INFO] Guava: Google Core Libraries for Java            [eclipse-bundle-recipe]
00:35:23 [INFO] Gson                                             [eclipse-bundle-recipe]
00:35:23 [INFO] Google Data Java Client Library                  [eclipse-bundle-recipe]
00:35:23 [INFO] Google Guice - Core Library                      [eclipse-bundle-recipe]
00:35:23 [INFO] Google Guice - Extensions - AssistedInject       [eclipse-bundle-recipe]
00:35:23 [INFO] Flogger                                          [eclipse-bundle-recipe]
00:35:23 [INFO] Flogger System Backend                           [eclipse-bundle-recipe]
00:35:23 [INFO] Flogger Testing                                  [eclipse-bundle-recipe]
00:35:23 [INFO] Google OAuth Client Library for Java             [eclipse-bundle-recipe]
00:35:23 [INFO] Java 6 (and higher) extensions to the Google OAuth Client Library for Java. [eclipse-bundle-recipe]
00:35:23 [INFO] OAuth 2.0 verification code receiver for Google OAuth Client Library for Java. [eclipse-bundle-recipe]
00:35:23 [INFO] com.google.api.client-auth                       [eclipse-bundle-recipe]
00:35:23 [INFO] com.google.api.client-auth-oauth2                [eclipse-bundle-recipe]
00:35:23 [INFO] com.google.api.client-util                       [eclipse-bundle-recipe]
00:35:23 [INFO] com.google.api.client-escape                     [eclipse-bundle-recipe]
00:35:23 [INFO] com.google.api.client-repackaged-com-google-common-base [eclipse-bundle-recipe]
00:35:23 [INFO] com.google.api.client-json                       [eclipse-bundle-recipe]
00:35:23 [INFO] com.google.api.client-http                       [eclipse-bundle-recipe]
00:35:23 [INFO] Google Auth Library for Java - OAuth2 HTTP       [eclipse-bundle-recipe]
00:35:23 [INFO] Google Auth Library for Java - Credentials       [eclipse-bundle-recipe]
00:35:23 [INFO] AutoValue Annotations                            [eclipse-bundle-recipe]
00:35:23 [INFO] Google HTTP Client Library for Java              [eclipse-bundle-recipe]
00:35:23 [INFO] Jackson 2 extensions to the Google HTTP Client Library for Java. [eclipse-bundle-recipe]
00:35:23 [INFO] J2ObjC Annotations                               [eclipse-bundle-recipe]
00:35:23 [INFO] io.grpc:grpc-context                             [eclipse-bundle-recipe]
00:35:23 [INFO] OpenCensus API                                   [eclipse-bundle-recipe]
00:35:23 [INFO] OpenCensus Contrib HTTP Utils                    [eclipse-bundle-recipe]
00:35:23 [INFO] org.conscrypt:conscrypt-openjdk-uber             [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: GraphQL Recipes                                   [pom]
00:35:23 [INFO] java-dataloader                                  [eclipse-bundle-recipe]
00:35:23 [INFO] graphql-java                                     [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Hamcrest Recipes                                  [pom]
00:35:23 [INFO] Hamcrest Core                                    [eclipse-bundle-recipe]
00:35:23 [INFO] Hamcrest library                                 [eclipse-bundle-recipe]
00:35:23 [INFO] Hamcrest                                         [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Hsqldb Recipes                                    [pom]
00:35:23 [INFO] HyperSQL Database                                [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: ICU4J Recipes                                     [pom]
00:35:23 [INFO] ICU4J 72.1                                       [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Immutables Recipes                                [pom]
00:35:23 [INFO] org.immutables.value                             [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Jackson Recipes                                   [pom]
00:35:23 [INFO] Jackson-annotations                              [eclipse-bundle-recipe]
00:35:23 [INFO] Jackson-core                                     [eclipse-bundle-recipe]
00:35:23 [INFO] jackson-databind                                 [eclipse-bundle-recipe]
00:35:23 [INFO] Jackson datatype: Guava                          [eclipse-bundle-recipe]
00:35:23 [INFO] Jackson-JAXRS: base                              [eclipse-bundle-recipe]
00:35:23 [INFO] Jackson-JAXRS: JSON                              [eclipse-bundle-recipe]
00:35:23 [INFO] Jackson module: Old JAXB Annotations (javax.xml.bind) [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: JaCoCo Recipes                                    [pom]
00:35:23 [INFO] JaCoCo Agent                                     [eclipse-bundle-recipe]
00:35:23 [INFO] JaCoCo Core                                      [eclipse-bundle-recipe]
00:35:23 [INFO] JaCoCo Report                                    [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: javax Recipes                                     [pom]
00:35:23 [INFO] Jakarta Activation                               [eclipse-bundle-recipe]
00:35:23 [INFO] Jakarta Activation                               [eclipse-bundle-recipe]
00:35:23 [INFO] javax.inject                                     [eclipse-bundle-recipe]
00:35:23 [INFO] Jakarta Activation API jar                       [eclipse-bundle-recipe]
00:35:23 [INFO] Jakarta Activation API jar                       [eclipse-bundle-recipe]
00:35:23 [INFO] Jakarta Expression Language API                  [eclipse-bundle-recipe]
00:35:23 [INFO] Jakarta Servlet                                  [eclipse-bundle-recipe]
00:35:23 [INFO] Jakarta Server Pages API                         [eclipse-bundle-recipe]
00:35:23 [INFO] Jakarta Annotations API                          [eclipse-bundle-recipe]
00:35:23 [INFO] Bean Validation API                              [eclipse-bundle-recipe]
00:35:23 [INFO] Jakarta XML Binding API                          [eclipse-bundle-recipe]
00:35:23 [INFO] Jakarta WebSocket - Server API                   [eclipse-bundle-recipe]
00:35:23 [INFO] jakarta.ws.rs-api                                [eclipse-bundle-recipe]
00:35:23 [INFO] XML Commons External Components XML APIs         [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: jaxb Recipes                                      [pom]
00:35:23 [INFO] com.sun.xml.bind                                 [eclipse-bundle-recipe]
00:35:23 [INFO] Old JAXB Runtime                                 [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: JCraft Recipes                                    [pom]
00:35:23 [INFO] JSch                                             [eclipse-bundle-recipe]
00:35:23 [INFO] JZlib                                            [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: JGraphT Recipes                                   [pom]
00:35:23 [INFO] JHeaps                                           [eclipse-bundle-recipe]
00:35:23 [INFO] JGraphT - Core                                   [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Jini Recipes                                      [pom]
00:35:23 [INFO] Jini Jini Core Jar                               [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: JNA Recipes                                       [pom]
00:35:23 [INFO] Java Native Access                               [eclipse-bundle-recipe]
00:35:23 [INFO] Java Native Access Platform                      [eclipse-bundle-recipe]
00:35:23 [INFO] Java Native Access                               [eclipse-bundle-recipe]
00:35:23 [INFO] Java Native Access Platform                      [eclipse-bundle-recipe]
00:35:23 [INFO] Java Native Access                               [eclipse-bundle-recipe]
00:35:23 [INFO] Java Native Access Platform                      [eclipse-bundle-recipe]
00:35:23 [INFO] Java Native Access                               [eclipse-bundle-recipe]
00:35:23 [INFO] Java Native Access Platform                      [eclipse-bundle-recipe]
00:35:23 [INFO] Java Native Access                               [eclipse-bundle-recipe]
00:35:23 [INFO] Java Native Access Platform                      [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: JUnit Recipes                                     [pom]
00:35:23 [INFO] Eclipse Orbit :: JUnit 4 Recipes                                   [pom]
00:35:23 [INFO] JUnit                                            [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: JUnit 5 Recipes                                   [pom]
00:35:23 [INFO] JUnit Jupiter API                                [eclipse-bundle-recipe]
00:35:23 [INFO] JUnit Jupiter Engine                             [eclipse-bundle-recipe]
00:35:23 [INFO] JUnit Jupiter Migration Support                  [eclipse-bundle-recipe]
00:35:23 [INFO] JUnit Jupiter Params                             [eclipse-bundle-recipe]
00:35:23 [INFO] JUnit Platform Commons                           [eclipse-bundle-recipe]
00:35:23 [INFO] JUnit Platform Engine API                        [eclipse-bundle-recipe]
00:35:23 [INFO] JUnit Platform Launcher                          [eclipse-bundle-recipe]
00:35:23 [INFO] JUnit Platform Runner                            [eclipse-bundle-recipe]
00:35:23 [INFO] JUnit Platform Suite API                         [eclipse-bundle-recipe]
00:35:23 [INFO] JUnit Platform Suite Commons                     [eclipse-bundle-recipe]
00:35:23 [INFO] JUnit Platform Suite Engine                      [eclipse-bundle-recipe]
00:35:23 [INFO] JUnit Vintage Engine                             [eclipse-bundle-recipe]
00:35:23 [INFO] org.opentest4j:opentest4j                        [eclipse-bundle-recipe]
00:35:23 [INFO] org.apiguardian:apiguardian-api                  [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Knowm Recipes                                     [pom]
00:35:23 [INFO] XChart                                           [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Logging Recipes                                   [pom]
00:35:23 [INFO] SLF4J API Module                                 [eclipse-bundle-recipe]
00:35:23 [INFO] JCL 1.2 implemented over SLF4J                   [eclipse-bundle-recipe]
00:35:23 [INFO] Log4j Implemented Over SLF4J                     [eclipse-bundle-recipe]
00:35:23 [INFO] SLF4J LOG4J-12 Binding                           [eclipse-bundle-recipe]
00:35:23 [INFO] SLF4J NOP Binding                                [eclipse-bundle-recipe]
00:35:23 [INFO] SLF4J Simple Binding                             [eclipse-bundle-recipe]
00:35:23 [INFO] JUL to SLF4J bridge                              [eclipse-bundle-recipe]
00:35:23 [INFO] SLF4J Extensions Module                          [eclipse-bundle-recipe]
00:35:23 [INFO] Logback Core Module                              [eclipse-bundle-recipe]
00:35:23 [INFO] Logback Classic Module                           [eclipse-bundle-recipe]
00:35:23 [INFO] Logback SLF4J Binding                            [eclipse-bundle-recipe]
00:35:23 [INFO] JBoss Logging                                    [eclipse-bundle-recipe]
00:35:23 [INFO] Apache Log4j 2                                   [eclipse-bundle-recipe]
00:35:23 [INFO] reload4j                                         [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Mockito Recipes                                   [pom]
00:35:23 [INFO] mockito-core                                     [eclipse-bundle-recipe]
00:35:23 [INFO] mockito-junit-jupiter                            [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Netty Recipes                                     [pom]
00:35:23 [INFO] Netty/Common                                     [eclipse-bundle-recipe]
00:35:23 [INFO] Netty/Buffer                                     [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Objenesis Recipes                                 [pom]
00:35:23 [INFO] Objenesis                                        [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Reactive Streams Recipes                          [pom]
00:35:23 [INFO] reactive-streams                                 [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: SnakeYAML Recipes                                 [pom]
00:35:23 [INFO] SnakeYAML                                        [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Sourceforge Recipes                               [pom]
00:35:23 [INFO] net.sourceforge.plantuml                         [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Tukaani Recipes                                   [pom]
00:35:23 [INFO] XZ for Java                                      [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: Units Of Measurement Recipes                      [pom]
00:35:23 [INFO] Units of Measurement API                         [eclipse-bundle-recipe]
00:35:23 [INFO] Eclipse Orbit :: XML API Recipes                                   [pom]
00:35:23 [INFO] DOM4J                                            [eclipse-bundle-recipe]
00:35:23 [INFO] DOM4J                                            [eclipse-bundle-recipe]
00:35:23 [INFO] jaxen                                            [eclipse-bundle-recipe]
00:35:23 [INFO] JDOM                                             [eclipse-bundle-recipe]
00:35:23 [INFO] 
00:35:23 [INFO] --------------< org.eclipse.orbit.bundles:orbit-recipes >---------------
00:35:23 [INFO] Building Eclipse Orbit :: Bundle Recipes 1.0.0-SNAPSHOT          [1/379]
00:35:23 [INFO] --------------------------------[ pom ]---------------------------------
00:35:36 [INFO] 
00:35:36 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ orbit-recipes ---
00:35:36 [INFO] 
00:35:36 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ orbit-recipes ---
00:35:36 [INFO] 
00:35:36 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ orbit-recipes ---
00:35:37 [INFO] 
00:35:37 [INFO] --- maven-install-plugin:2.4:install (default-install) @ orbit-recipes ---
00:35:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/orbit-recipes/1.0.0-SNAPSHOT/orbit-recipes-1.0.0-SNAPSHOT.pom
00:35:38 [INFO] 
00:35:38 [INFO] ------------------< org.eclipse.orbit.bundles:antlr >-------------------
00:35:38 [INFO] Building Eclipse Orbit :: ANTLR Recipes 1.0.0-SNAPSHOT           [2/379]
00:35:38 [INFO] --------------------------------[ pom ]---------------------------------
00:35:38 [INFO] 
00:35:38 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ antlr ---
00:35:38 [INFO] 
00:35:38 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ antlr ---
00:35:38 [INFO] 
00:35:38 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ antlr ---
00:35:38 [INFO] 
00:35:38 [INFO] --- maven-install-plugin:2.4:install (default-install) @ antlr ---
00:35:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/antlr/1.0.0-SNAPSHOT/antlr-1.0.0-SNAPSHOT.pom
00:35:38 [INFO] 
00:35:38 [INFO] ------------< org.eclipse.orbit.bundles:org.antlr.runtime >-------------
00:35:38 [INFO] Building ANTLR 3 Runtime 3.2.0-SNAPSHOT                          [3/379]
00:35:38 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:35:40 [INFO] 
00:35:40 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.antlr.runtime ---
00:35:40 [INFO] 
00:35:40 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.antlr.runtime ---
00:35:45 [INFO] The project's OSGi version is 3.2.0.v20220404-1927
00:35:45 [INFO] 
00:35:45 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.antlr.runtime ---
00:35:45 [INFO] 
00:35:45 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.antlr.runtime ---
00:35:46 [INFO] Copying 3 resources
00:35:46 [INFO] 
00:35:46 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.antlr.runtime ---
00:35:47 [INFO] No sources to compile
00:35:47 [INFO] 
00:35:47 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.antlr.runtime ---
00:35:47 [INFO] Gathering dependencies
00:35:56 [INFO] Configured Artifact: org.antlr:antlr-runtime:3.2:jar
00:35:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:35:57 [INFO] Merging collected dependencies
00:35:57 [INFO] Copying 110 resources
00:35:57 [INFO] Generating OSGi MANIFEST.MF
00:35:59 [WARNING] Manifest org.eclipse.orbit.bundles:org.antlr.runtime:eclipse-bundle-recipe:3.2.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:35:59 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/org.antlr.runtime-3.2.0-SNAPSHOT.jar
00:35:59 [INFO] Gathering sources
00:35:59 [INFO] Configured Artifact: org.antlr:antlr-runtime:sources:3.2:jar
00:35:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:35:59 [INFO] Copying 3 resources
00:35:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.2.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/org.antlr.runtime-3.2.0-SNAPSHOT-sources.jar
00:36:03 [INFO] Assembling p2 repository
00:36:04 [INFO] 
00:36:04 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.antlr.runtime ---
00:36:04 [INFO] 
00:36:04 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.antlr.runtime ---
00:36:04 [INFO] Gathering sources archives
00:36:04 [INFO] Configured Artifact: org.antlr:antlr-runtime:sources:3.2:jar
00:36:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/sources-for-eclipse-ipzilla/antlr-runtime-3.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:12 [INFO] Configured Artifact: org.antlr:antlr-runtime:sources:3.2:jar
00:36:12 [INFO] Copying antlr-runtime-3.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/sources-for-eclipse-ipzilla/antlr-runtime-3.2-sources.jar
00:36:12 [INFO] Refreshing about files and about.html
00:36:12 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.2.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:36:12 [INFO] 
00:36:12 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.antlr.runtime ---
00:36:12 [WARNING] artifact org.eclipse.orbit.bundles:org.antlr.runtime:xml:p2metadata:3.2.0-SNAPSHOT already attached, replace previous instance
00:36:12 [WARNING] artifact org.eclipse.orbit.bundles:org.antlr.runtime:xml:p2artifacts:3.2.0-SNAPSHOT already attached, replace previous instance
00:36:12 [INFO] 
00:36:12 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.antlr.runtime ---
00:36:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.2.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.2.0-SNAPSHOT/org.antlr.runtime-3.2.0-SNAPSHOT.pom
00:36:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/org.antlr.runtime-3.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.2.0-SNAPSHOT/org.antlr.runtime-3.2.0-SNAPSHOT.jar
00:36:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/org.antlr.runtime-3.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.2.0-SNAPSHOT/org.antlr.runtime-3.2.0-SNAPSHOT-sources.jar
00:36:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.2.0-SNAPSHOT/org.antlr.runtime-3.2.0-SNAPSHOT-p2metadata.xml
00:36:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.2.0-SNAPSHOT/org.antlr.runtime-3.2.0-SNAPSHOT-p2artifacts.xml
00:36:12 [INFO] 
00:36:12 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.antlr.runtime ---
00:36:12 [INFO] 
00:36:12 [INFO] ------------< org.eclipse.orbit.bundles:org.antlr.runtime >-------------
00:36:12 [INFO] Building ANTLR 3 Runtime 3.5.2-SNAPSHOT                          [4/379]
00:36:12 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:36:12 [INFO] 
00:36:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.antlr.runtime ---
00:36:12 [INFO] 
00:36:12 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.antlr.runtime ---
00:36:12 [INFO] The project's OSGi version is 3.5.2.v20221112-0806
00:36:12 [INFO] 
00:36:12 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.antlr.runtime ---
00:36:12 [INFO] 
00:36:12 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.antlr.runtime ---
00:36:12 [INFO] Copying 3 resources
00:36:12 [INFO] 
00:36:12 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.antlr.runtime ---
00:36:12 [INFO] No sources to compile
00:36:12 [INFO] 
00:36:12 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.antlr.runtime ---
00:36:12 [INFO] Gathering dependencies
00:36:12 [INFO] Configured Artifact: org.antlr:antlr-runtime:3.5.2:jar
00:36:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:13 [INFO] Merging collected dependencies
00:36:13 [INFO] Copying 118 resources
00:36:13 [INFO] Generating OSGi MANIFEST.MF
00:36:13 [WARNING] Manifest org.eclipse.orbit.bundles:org.antlr.runtime:eclipse-bundle-recipe:3.5.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:36:13 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/org.antlr.runtime-3.5.2-SNAPSHOT.jar
00:36:13 [INFO] Gathering sources
00:36:13 [INFO] Configured Artifact: org.antlr:antlr-runtime:sources:3.5.2:jar
00:36:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:13 [INFO] Copying 3 resources
00:36:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.5.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/org.antlr.runtime-3.5.2-SNAPSHOT-sources.jar
00:36:13 [INFO] Assembling p2 repository
00:36:14 [INFO] 
00:36:14 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.antlr.runtime ---
00:36:14 [INFO] 
00:36:14 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.antlr.runtime ---
00:36:14 [INFO] Gathering sources archives
00:36:14 [INFO] Configured Artifact: org.antlr:antlr-runtime:sources:3.5.2:jar
00:36:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/sources-for-eclipse-ipzilla/antlr-runtime-3.5.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:14 [INFO] Configured Artifact: org.antlr:antlr-runtime:sources:3.5.2:jar
00:36:14 [INFO] Copying antlr-runtime-3.5.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/sources-for-eclipse-ipzilla/antlr-runtime-3.5.2-sources.jar
00:36:14 [INFO] Refreshing about files and about.html
00:36:14 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.5.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:36:14 [INFO] 
00:36:14 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.antlr.runtime ---
00:36:14 [WARNING] artifact org.eclipse.orbit.bundles:org.antlr.runtime:xml:p2metadata:3.5.2-SNAPSHOT already attached, replace previous instance
00:36:14 [WARNING] artifact org.eclipse.orbit.bundles:org.antlr.runtime:xml:p2artifacts:3.5.2-SNAPSHOT already attached, replace previous instance
00:36:14 [INFO] 
00:36:14 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.antlr.runtime ---
00:36:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.5.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT.pom
00:36:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/org.antlr.runtime-3.5.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT.jar
00:36:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/org.antlr.runtime-3.5.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT-sources.jar
00:36:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT-p2metadata.xml
00:36:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT-p2artifacts.xml
00:36:14 [INFO] 
00:36:14 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.antlr.runtime ---
00:36:14 [INFO] 
00:36:14 [INFO] ------------< org.eclipse.orbit.bundles:org.antlr.runtime >-------------
00:36:14 [INFO] Building ANTLR 4 Runtime 4.5.1-SNAPSHOT                          [5/379]
00:36:14 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:36:14 [INFO] 
00:36:14 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.antlr.runtime ---
00:36:14 [INFO] 
00:36:14 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.antlr.runtime ---
00:36:14 [INFO] The project's OSGi version is 4.5.1.v20160210-1233
00:36:14 [INFO] 
00:36:14 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.antlr.runtime ---
00:36:14 [INFO] 
00:36:14 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.antlr.runtime ---
00:36:14 [INFO] Copying 3 resources
00:36:14 [INFO] 
00:36:14 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.antlr.runtime ---
00:36:14 [INFO] No sources to compile
00:36:14 [INFO] 
00:36:14 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.antlr.runtime ---
00:36:14 [INFO] Gathering dependencies
00:36:14 [INFO] Configured Artifact: org.antlr:antlr4-runtime:4.5.1-1:jar
00:36:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:15 [INFO] Merging collected dependencies
00:36:15 [INFO] Copying 200 resources
00:36:15 [INFO] Generating OSGi MANIFEST.MF
00:36:15 [WARNING] Manifest org.eclipse.orbit.bundles:org.antlr.runtime:eclipse-bundle-recipe:4.5.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:36:15 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/org.antlr.runtime-4.5.1-SNAPSHOT.jar
00:36:15 [INFO] Gathering sources
00:36:15 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.5.1-1:jar
00:36:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:15 [INFO] Copying 3 resources
00:36:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.5.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/org.antlr.runtime-4.5.1-SNAPSHOT-sources.jar
00:36:16 [INFO] Assembling p2 repository
00:36:16 [INFO] 
00:36:16 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.antlr.runtime ---
00:36:16 [INFO] 
00:36:16 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.antlr.runtime ---
00:36:16 [INFO] Gathering sources archives
00:36:16 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.5.1-1:jar
00:36:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/sources-for-eclipse-ipzilla/antlr4-runtime-4.5.1-1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:16 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.5.1-1:jar
00:36:16 [INFO] Copying antlr4-runtime-4.5.1-1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/sources-for-eclipse-ipzilla/antlr4-runtime-4.5.1-1-sources.jar
00:36:16 [INFO] Refreshing about files and about.html
00:36:16 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.5.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:36:16 [INFO] 
00:36:16 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.antlr.runtime ---
00:36:16 [WARNING] artifact org.eclipse.orbit.bundles:org.antlr.runtime:xml:p2metadata:4.5.1-SNAPSHOT already attached, replace previous instance
00:36:16 [WARNING] artifact org.eclipse.orbit.bundles:org.antlr.runtime:xml:p2artifacts:4.5.1-SNAPSHOT already attached, replace previous instance
00:36:16 [INFO] 
00:36:16 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.antlr.runtime ---
00:36:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.5.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT.pom
00:36:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/org.antlr.runtime-4.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT.jar
00:36:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/org.antlr.runtime-4.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT-sources.jar
00:36:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT-p2metadata.xml
00:36:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT-p2artifacts.xml
00:36:17 [INFO] 
00:36:17 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.antlr.runtime ---
00:36:17 [INFO] 
00:36:17 [INFO] ------------< org.eclipse.orbit.bundles:org.antlr.runtime >-------------
00:36:17 [INFO] Building ANTLR 4 Runtime 4.7.1-SNAPSHOT                          [6/379]
00:36:17 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:36:17 [INFO] 
00:36:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.antlr.runtime ---
00:36:17 [INFO] 
00:36:17 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.antlr.runtime ---
00:36:17 [INFO] The project's OSGi version is 4.7.1.v20181120-0808
00:36:17 [INFO] 
00:36:17 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.antlr.runtime ---
00:36:17 [INFO] 
00:36:17 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.antlr.runtime ---
00:36:17 [INFO] Copying 3 resources
00:36:17 [INFO] 
00:36:17 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.antlr.runtime ---
00:36:17 [INFO] No sources to compile
00:36:17 [INFO] 
00:36:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.antlr.runtime ---
00:36:17 [INFO] Gathering dependencies
00:36:17 [INFO] Configured Artifact: org.antlr:antlr4-runtime:4.7.1:jar
00:36:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:17 [INFO] Merging collected dependencies
00:36:17 [INFO] Copying 221 resources
00:36:17 [INFO] Generating OSGi MANIFEST.MF
00:36:17 [WARNING] Manifest org.eclipse.orbit.bundles:org.antlr.runtime:eclipse-bundle-recipe:4.7.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:36:17 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/org.antlr.runtime-4.7.1-SNAPSHOT.jar
00:36:17 [INFO] Gathering sources
00:36:17 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.7.1:jar
00:36:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:18 [INFO] Copying 3 resources
00:36:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/org.antlr.runtime-4.7.1-SNAPSHOT-sources.jar
00:36:18 [INFO] Assembling p2 repository
00:36:18 [INFO] 
00:36:18 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.antlr.runtime ---
00:36:18 [INFO] 
00:36:18 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.antlr.runtime ---
00:36:18 [INFO] Gathering sources archives
00:36:18 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.7.1:jar
00:36:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/sources-for-eclipse-ipzilla/antlr4-runtime-4.7.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:18 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.7.1:jar
00:36:18 [INFO] Copying antlr4-runtime-4.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/sources-for-eclipse-ipzilla/antlr4-runtime-4.7.1-sources.jar
00:36:18 [INFO] Refreshing about files and about.html
00:36:18 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:36:18 [INFO] 
00:36:18 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.antlr.runtime ---
00:36:19 [WARNING] artifact org.eclipse.orbit.bundles:org.antlr.runtime:xml:p2metadata:4.7.1-SNAPSHOT already attached, replace previous instance
00:36:19 [WARNING] artifact org.eclipse.orbit.bundles:org.antlr.runtime:xml:p2artifacts:4.7.1-SNAPSHOT already attached, replace previous instance
00:36:19 [INFO] 
00:36:19 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.antlr.runtime ---
00:36:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT.pom
00:36:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/org.antlr.runtime-4.7.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT.jar
00:36:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/org.antlr.runtime-4.7.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT-sources.jar
00:36:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT-p2metadata.xml
00:36:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT-p2artifacts.xml
00:36:19 [INFO] 
00:36:19 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.antlr.runtime ---
00:36:19 [INFO] 
00:36:19 [INFO] ------------< org.eclipse.orbit.bundles:org.antlr.runtime >-------------
00:36:19 [INFO] Building ANTLR 4 Runtime 4.7.2-SNAPSHOT                          [7/379]
00:36:19 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:36:19 [INFO] 
00:36:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.antlr.runtime ---
00:36:19 [INFO] 
00:36:19 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.antlr.runtime ---
00:36:19 [INFO] The project's OSGi version is 4.7.2.v20221112-0806
00:36:19 [INFO] 
00:36:19 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.antlr.runtime ---
00:36:19 [INFO] 
00:36:19 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.antlr.runtime ---
00:36:19 [INFO] Copying 3 resources
00:36:19 [INFO] 
00:36:19 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.antlr.runtime ---
00:36:19 [INFO] No sources to compile
00:36:19 [INFO] 
00:36:19 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.antlr.runtime ---
00:36:19 [INFO] Gathering dependencies
00:36:19 [INFO] Configured Artifact: org.antlr:antlr4-runtime:4.7.2:jar
00:36:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:19 [INFO] Merging collected dependencies
00:36:19 [INFO] Copying 221 resources
00:36:19 [INFO] Generating OSGi MANIFEST.MF
00:36:19 [WARNING] Manifest org.eclipse.orbit.bundles:org.antlr.runtime:eclipse-bundle-recipe:4.7.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:36:19 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/org.antlr.runtime-4.7.2-SNAPSHOT.jar
00:36:19 [INFO] Gathering sources
00:36:19 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.7.2:jar
00:36:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:20 [INFO] Copying 3 resources
00:36:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/org.antlr.runtime-4.7.2-SNAPSHOT-sources.jar
00:36:20 [INFO] Assembling p2 repository
00:36:20 [INFO] 
00:36:20 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.antlr.runtime ---
00:36:20 [INFO] 
00:36:20 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.antlr.runtime ---
00:36:20 [INFO] Gathering sources archives
00:36:20 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.7.2:jar
00:36:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/sources-for-eclipse-ipzilla/antlr4-runtime-4.7.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:21 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.7.2:jar
00:36:21 [INFO] Copying antlr4-runtime-4.7.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/sources-for-eclipse-ipzilla/antlr4-runtime-4.7.2-sources.jar
00:36:21 [INFO] Refreshing about files and about.html
00:36:21 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:36:21 [INFO] 
00:36:21 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.antlr.runtime ---
00:36:21 [WARNING] artifact org.eclipse.orbit.bundles:org.antlr.runtime:xml:p2metadata:4.7.2-SNAPSHOT already attached, replace previous instance
00:36:21 [WARNING] artifact org.eclipse.orbit.bundles:org.antlr.runtime:xml:p2artifacts:4.7.2-SNAPSHOT already attached, replace previous instance
00:36:21 [INFO] 
00:36:21 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.antlr.runtime ---
00:36:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT.pom
00:36:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/org.antlr.runtime-4.7.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT.jar
00:36:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/org.antlr.runtime-4.7.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT-sources.jar
00:36:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT-p2metadata.xml
00:36:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT-p2artifacts.xml
00:36:21 [INFO] 
00:36:21 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.antlr.runtime ---
00:36:21 [INFO] 
00:36:21 [INFO] ------------< org.eclipse.orbit.bundles:org.antlr.runtime >-------------
00:36:21 [INFO] Building ANTLR 4 Runtime 4.10.1-SNAPSHOT                         [8/379]
00:36:21 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:36:21 [INFO] 
00:36:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.antlr.runtime ---
00:36:21 [INFO] 
00:36:21 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.antlr.runtime ---
00:36:21 [INFO] The project's OSGi version is 4.10.1.v20230210-1433
00:36:21 [INFO] 
00:36:21 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.antlr.runtime ---
00:36:21 [INFO] 
00:36:21 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.antlr.runtime ---
00:36:21 [INFO] Copying 3 resources
00:36:21 [INFO] 
00:36:21 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.antlr.runtime ---
00:36:21 [INFO] No sources to compile
00:36:21 [INFO] 
00:36:21 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.antlr.runtime ---
00:36:21 [INFO] Gathering dependencies
00:36:21 [INFO] Configured Artifact: org.antlr:antlr4-runtime:4.10.1:jar
00:36:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:21 [INFO] Merging collected dependencies
00:36:21 [INFO] Copying 214 resources
00:36:21 [INFO] Generating OSGi MANIFEST.MF
00:36:21 [WARNING] Manifest org.eclipse.orbit.bundles:org.antlr.runtime:eclipse-bundle-recipe:4.10.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:36:21 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/org.antlr.runtime-4.10.1-SNAPSHOT.jar
00:36:21 [INFO] Gathering sources
00:36:21 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.10.1:jar
00:36:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:22 [INFO] Copying 3 resources
00:36:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.10.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/org.antlr.runtime-4.10.1-SNAPSHOT-sources.jar
00:36:22 [INFO] Assembling p2 repository
00:36:22 [INFO] 
00:36:22 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.antlr.runtime ---
00:36:22 [INFO] 
00:36:22 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.antlr.runtime ---
00:36:22 [INFO] Gathering sources archives
00:36:22 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.10.1:jar
00:36:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/sources-for-eclipse-ipzilla/antlr4-runtime-4.10.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:23 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.10.1:jar
00:36:23 [INFO] Copying antlr4-runtime-4.10.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/sources-for-eclipse-ipzilla/antlr4-runtime-4.10.1-sources.jar
00:36:23 [INFO] Refreshing about files and about.html
00:36:23 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.10.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:36:23 [INFO] 
00:36:23 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.antlr.runtime ---
00:36:23 [WARNING] artifact org.eclipse.orbit.bundles:org.antlr.runtime:xml:p2metadata:4.10.1-SNAPSHOT already attached, replace previous instance
00:36:23 [WARNING] artifact org.eclipse.orbit.bundles:org.antlr.runtime:xml:p2artifacts:4.10.1-SNAPSHOT already attached, replace previous instance
00:36:23 [INFO] 
00:36:23 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.antlr.runtime ---
00:36:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.10.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.10.1-SNAPSHOT/org.antlr.runtime-4.10.1-SNAPSHOT.pom
00:36:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/org.antlr.runtime-4.10.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.10.1-SNAPSHOT/org.antlr.runtime-4.10.1-SNAPSHOT.jar
00:36:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/org.antlr.runtime-4.10.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.10.1-SNAPSHOT/org.antlr.runtime-4.10.1-SNAPSHOT-sources.jar
00:36:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.10.1-SNAPSHOT/org.antlr.runtime-4.10.1-SNAPSHOT-p2metadata.xml
00:36:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.10.1-SNAPSHOT/org.antlr.runtime-4.10.1-SNAPSHOT-p2artifacts.xml
00:36:23 [INFO] 
00:36:23 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.antlr.runtime ---
00:36:23 [INFO] 
00:36:23 [INFO] ---------------< org.eclipse.orbit.bundles:aopalliance >----------------
00:36:23 [INFO] Building Eclipse Orbit :: AOP Alliance Recipes 1.0.0-SNAPSHOT    [9/379]
00:36:23 [INFO] --------------------------------[ pom ]---------------------------------
00:36:23 [INFO] 
00:36:23 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ aopalliance ---
00:36:23 [INFO] 
00:36:23 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ aopalliance ---
00:36:23 [INFO] 
00:36:23 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ aopalliance ---
00:36:23 [INFO] 
00:36:23 [INFO] --- maven-install-plugin:2.4:install (default-install) @ aopalliance ---
00:36:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/aopalliance/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/aopalliance/1.0.0-SNAPSHOT/aopalliance-1.0.0-SNAPSHOT.pom
00:36:23 [INFO] 
00:36:23 [INFO] -------------< org.eclipse.orbit.bundles:org.aopalliance >--------------
00:36:23 [INFO] Building AOP alliance 1.0.0-SNAPSHOT                            [10/379]
00:36:23 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:36:23 [INFO] 
00:36:23 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.aopalliance ---
00:36:23 [INFO] 
00:36:23 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.aopalliance ---
00:36:23 [INFO] The project's OSGi version is 1.0.0.v20220404-1927
00:36:23 [INFO] 
00:36:23 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.aopalliance ---
00:36:23 [INFO] 
00:36:23 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.aopalliance ---
00:36:23 [INFO] Copying 2 resources
00:36:23 [INFO] 
00:36:23 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.aopalliance ---
00:36:23 [INFO] No sources to compile
00:36:23 [INFO] 
00:36:23 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.aopalliance ---
00:36:23 [INFO] Gathering dependencies
00:36:23 [INFO] Configured Artifact: aopalliance:aopalliance:1.0:jar
00:36:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:23 [INFO] Merging collected dependencies
00:36:23 [INFO] Copying 10 resources
00:36:23 [INFO] Generating OSGi MANIFEST.MF
00:36:23 [WARNING] Manifest org.eclipse.orbit.bundles:org.aopalliance:eclipse-bundle-recipe:1.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:36:23 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/org.aopalliance-1.0.0-SNAPSHOT.jar
00:36:23 [INFO] Gathering sources
00:36:23 [INFO] Configured Artifact: aopalliance:aopalliance:sources:1.0:jar
00:36:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:23 [INFO] Copying 2 resources
00:36:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/aopalliance/org.aopalliance_1.0.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/org.aopalliance-1.0.0-SNAPSHOT-sources.jar
00:36:23 [INFO] Assembling p2 repository
00:36:24 [INFO] 
00:36:24 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.aopalliance ---
00:36:24 [INFO] 
00:36:24 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.aopalliance ---
00:36:24 [INFO] Gathering sources archives
00:36:24 [INFO] Configured Artifact: aopalliance:aopalliance:sources:1.0:jar
00:36:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/sources-for-eclipse-ipzilla/aopalliance-1.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:24 [INFO] Configured Artifact: aopalliance:aopalliance:sources:1.0:jar
00:36:24 [INFO] Copying aopalliance-1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/sources-for-eclipse-ipzilla/aopalliance-1.0-sources.jar
00:36:24 [INFO] Refreshing about files and about.html
00:36:24 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/aopalliance/org.aopalliance_1.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:36:24 [INFO] 
00:36:24 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.aopalliance ---
00:36:24 [WARNING] artifact org.eclipse.orbit.bundles:org.aopalliance:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
00:36:24 [WARNING] artifact org.eclipse.orbit.bundles:org.aopalliance:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
00:36:24 [INFO] 
00:36:24 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.aopalliance ---
00:36:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/aopalliance/org.aopalliance_1.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.aopalliance/1.0.0-SNAPSHOT/org.aopalliance-1.0.0-SNAPSHOT.pom
00:36:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/org.aopalliance-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.aopalliance/1.0.0-SNAPSHOT/org.aopalliance-1.0.0-SNAPSHOT.jar
00:36:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/org.aopalliance-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.aopalliance/1.0.0-SNAPSHOT/org.aopalliance-1.0.0-SNAPSHOT-sources.jar
00:36:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.aopalliance/1.0.0-SNAPSHOT/org.aopalliance-1.0.0-SNAPSHOT-p2metadata.xml
00:36:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.aopalliance/1.0.0-SNAPSHOT/org.aopalliance-1.0.0-SNAPSHOT-p2artifacts.xml
00:36:24 [INFO] 
00:36:24 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.aopalliance ---
00:36:24 [INFO] 
00:36:24 [INFO] ------------------< org.eclipse.orbit.bundles:args4j >------------------
00:36:24 [INFO] Building Eclipse Orbit :: args4j Recipes 1.0.0-SNAPSHOT         [11/379]
00:36:24 [INFO] --------------------------------[ pom ]---------------------------------
00:36:24 [INFO] 
00:36:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ args4j ---
00:36:24 [INFO] 
00:36:24 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ args4j ---
00:36:24 [INFO] 
00:36:24 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ args4j ---
00:36:24 [INFO] 
00:36:24 [INFO] --- maven-install-plugin:2.4:install (default-install) @ args4j ---
00:36:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/args4j/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/args4j/1.0.0-SNAPSHOT/args4j-1.0.0-SNAPSHOT.pom
00:36:24 [INFO] 
00:36:24 [INFO] ------------< org.eclipse.orbit.bundles:org.kohsuke.args4j >------------
00:36:24 [INFO] Building args4j 2.33.0-SNAPSHOT                                 [12/379]
00:36:24 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:36:34 [INFO] 
00:36:34 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.kohsuke.args4j ---
00:36:34 [INFO] 
00:36:34 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.kohsuke.args4j ---
00:36:34 [INFO] The project's OSGi version is 2.33.0.v20160323-2218
00:36:34 [INFO] 
00:36:34 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.kohsuke.args4j ---
00:36:34 [INFO] 
00:36:34 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.kohsuke.args4j ---
00:36:34 [INFO] Copying 3 resources
00:36:34 [INFO] 
00:36:34 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.kohsuke.args4j ---
00:36:34 [INFO] No sources to compile
00:36:34 [INFO] 
00:36:34 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.kohsuke.args4j ---
00:36:34 [INFO] Gathering dependencies
00:36:34 [INFO] Configured Artifact: args4j:args4j:2.33:jar
00:36:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/args4j/args4j/2.33/args4j-2.33.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:34 [INFO] Merging collected dependencies
00:36:34 [INFO] Copying 149 resources
00:36:34 [INFO] Generating OSGi MANIFEST.MF
00:36:34 [WARNING] Manifest org.eclipse.orbit.bundles:org.kohsuke.args4j:eclipse-bundle-recipe:2.33.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:36:34 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/org.kohsuke.args4j-2.33.0-SNAPSHOT.jar
00:36:34 [INFO] Gathering sources
00:36:34 [INFO] Configured Artifact: args4j:args4j:sources:2.33:jar
00:36:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/args4j/args4j/2.33/args4j-2.33-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:34 [INFO] Copying 3 resources
00:36:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/org.kohsuke.args4j-2.33.0-SNAPSHOT-sources.jar
00:36:34 [INFO] Assembling p2 repository
00:36:35 [INFO] 
00:36:35 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.kohsuke.args4j ---
00:36:35 [INFO] 
00:36:35 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.kohsuke.args4j ---
00:36:35 [INFO] Gathering sources archives
00:36:35 [INFO] Configured Artifact: args4j:args4j:sources:2.33:jar
00:36:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/args4j/args4j/2.33/args4j-2.33-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/sources-for-eclipse-ipzilla/args4j-2.33-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:35 [INFO] Configured Artifact: args4j:args4j:sources:2.33:jar
00:36:35 [INFO] Copying args4j-2.33-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/sources-for-eclipse-ipzilla/args4j-2.33-sources.jar
00:36:35 [INFO] Refreshing about files and about.html
00:36:35 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:36:35 [INFO] 
00:36:35 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.kohsuke.args4j ---
00:36:35 [WARNING] artifact org.eclipse.orbit.bundles:org.kohsuke.args4j:xml:p2metadata:2.33.0-SNAPSHOT already attached, replace previous instance
00:36:35 [WARNING] artifact org.eclipse.orbit.bundles:org.kohsuke.args4j:xml:p2artifacts:2.33.0-SNAPSHOT already attached, replace previous instance
00:36:35 [INFO] 
00:36:35 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.kohsuke.args4j ---
00:36:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT.pom
00:36:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/org.kohsuke.args4j-2.33.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT.jar
00:36:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/org.kohsuke.args4j-2.33.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT-sources.jar
00:36:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT-p2metadata.xml
00:36:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT-p2artifacts.xml
00:36:35 [INFO] 
00:36:35 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.kohsuke.args4j ---
00:36:35 [INFO] 
00:36:35 [INFO] -------------------< org.eclipse.orbit.bundles:asm >--------------------
00:36:35 [INFO] Building Eclipse Orbit :: ASM Recipes 1.0.0-SNAPSHOT            [13/379]
00:36:35 [INFO] --------------------------------[ pom ]---------------------------------
00:36:35 [INFO] 
00:36:35 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ asm ---
00:36:35 [INFO] 
00:36:35 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ asm ---
00:36:35 [INFO] 
00:36:35 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ asm ---
00:36:35 [INFO] 
00:36:35 [INFO] --- maven-install-plugin:2.4:install (default-install) @ asm ---
00:36:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/asm/1.0.0-SNAPSHOT/asm-1.0.0-SNAPSHOT.pom
00:36:35 [INFO] 
00:36:35 [INFO] ------------< org.eclipse.orbit.bundles:org.objectweb.asm >-------------
00:36:35 [INFO] Building ASM Core 9.4.0-SNAPSHOT                                [14/379]
00:36:35 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:36:35 [INFO] 
00:36:35 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objectweb.asm ---
00:36:35 [INFO] 
00:36:35 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.objectweb.asm ---
00:36:35 [INFO] The project's OSGi version is 9.4.0.v20221107-1714
00:36:35 [INFO] 
00:36:35 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.objectweb.asm ---
00:36:35 [INFO] 
00:36:35 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.objectweb.asm ---
00:36:35 [INFO] Copying 3 resources
00:36:35 [INFO] 
00:36:35 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.objectweb.asm ---
00:36:35 [INFO] No sources to compile
00:36:35 [INFO] 
00:36:35 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.objectweb.asm ---
00:36:35 [INFO] Gathering dependencies
00:36:35 [INFO] Configured Artifact: org.ow2.asm:asm:9.4:jar
00:36:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ow2/asm/asm/9.4/asm-9.4.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm_9.4.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:35 [INFO] Merging collected dependencies
00:36:35 [INFO] Copying 39 resources
00:36:35 [INFO] Generating OSGi MANIFEST.MF
00:36:36 [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm:eclipse-bundle-recipe:9.4.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:36:36 [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm:eclipse-bundle-recipe:9.4.0-SNAPSHOT : Unused Import-Package instructions: [org.objectweb.asm.*] 
00:36:36 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm_9.4.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm_9.4.0/target/org.objectweb.asm-9.4.0-SNAPSHOT.jar
00:36:36 [INFO] Gathering sources
00:36:36 [INFO] Configured Artifact: org.ow2.asm:asm:sources:9.4:jar
00:36:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ow2/asm/asm/9.4/asm-9.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm_9.4.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:36 [INFO] Copying 3 resources
00:36:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm_9.4.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm_9.4.0/target/org.objectweb.asm-9.4.0-SNAPSHOT-sources.jar
00:36:36 [INFO] Assembling p2 repository
00:36:36 [INFO] 
00:36:36 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.objectweb.asm ---
00:36:36 [INFO] 
00:36:36 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.objectweb.asm ---
00:36:36 [INFO] Gathering sources archives
00:36:36 [INFO] Configured Artifact: org.ow2.asm:asm:sources:9.4:jar
00:36:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ow2/asm/asm/9.4/asm-9.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm_9.4.0/target/sources-for-eclipse-ipzilla/asm-9.4-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:36 [INFO] Configured Artifact: org.ow2.asm:asm:sources:9.4:jar
00:36:36 [INFO] Copying asm-9.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm_9.4.0/target/sources-for-eclipse-ipzilla/asm-9.4-sources.jar
00:36:37 [INFO] Refreshing about files and about.html
00:36:37 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm_9.4.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:36:37 [INFO] 
00:36:37 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.objectweb.asm ---
00:36:37 [WARNING] artifact org.eclipse.orbit.bundles:org.objectweb.asm:xml:p2metadata:9.4.0-SNAPSHOT already attached, replace previous instance
00:36:37 [WARNING] artifact org.eclipse.orbit.bundles:org.objectweb.asm:xml:p2artifacts:9.4.0-SNAPSHOT already attached, replace previous instance
00:36:37 [INFO] 
00:36:37 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.objectweb.asm ---
00:36:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm_9.4.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.4.0-SNAPSHOT/org.objectweb.asm-9.4.0-SNAPSHOT.pom
00:36:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm_9.4.0/target/org.objectweb.asm-9.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.4.0-SNAPSHOT/org.objectweb.asm-9.4.0-SNAPSHOT.jar
00:36:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm_9.4.0/target/org.objectweb.asm-9.4.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.4.0-SNAPSHOT/org.objectweb.asm-9.4.0-SNAPSHOT-sources.jar
00:36:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm_9.4.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.4.0-SNAPSHOT/org.objectweb.asm-9.4.0-SNAPSHOT-p2metadata.xml
00:36:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm_9.4.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.4.0-SNAPSHOT/org.objectweb.asm-9.4.0-SNAPSHOT-p2artifacts.xml
00:36:37 [INFO] 
00:36:37 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.objectweb.asm ---
00:36:37 [INFO] 
00:36:37 [INFO] --------< org.eclipse.orbit.bundles:org.objectweb.asm.analysis >--------
00:36:37 [INFO] Building ASM Analysis 9.4.0-SNAPSHOT                            [15/379]
00:36:37 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:36:37 [INFO] 
00:36:37 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objectweb.asm.analysis ---
00:36:37 [INFO] 
00:36:37 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.objectweb.asm.analysis ---
00:36:37 [INFO] The project's OSGi version is 9.4.0.v20221107-1714
00:36:37 [INFO] 
00:36:37 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.objectweb.asm.analysis ---
00:36:37 [INFO] 
00:36:37 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.objectweb.asm.analysis ---
00:36:37 [INFO] Copying 3 resources
00:36:37 [INFO] 
00:36:37 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.objectweb.asm.analysis ---
00:36:37 [INFO] No sources to compile
00:36:37 [INFO] 
00:36:37 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.objectweb.asm.analysis ---
00:36:37 [INFO] Gathering dependencies
00:36:37 [INFO] Configured Artifact: org.ow2.asm:asm-analysis:9.4:jar
00:36:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:37 [INFO] Merging collected dependencies
00:36:37 [INFO] Copying 16 resources
00:36:37 [INFO] Generating OSGi MANIFEST.MF
00:36:37 [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm.analysis:eclipse-bundle-recipe:9.4.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:36:37 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/org.objectweb.asm.analysis-9.4.0-SNAPSHOT.jar
00:36:37 [INFO] Gathering sources
00:36:37 [INFO] Configured Artifact: org.ow2.asm:asm-analysis:sources:9.4:jar
00:36:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:37 [INFO] Copying 3 resources
00:36:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/org.objectweb.asm.analysis-9.4.0-SNAPSHOT-sources.jar
00:36:37 [INFO] Assembling p2 repository
00:36:38 [INFO] 
00:36:38 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.objectweb.asm.analysis ---
00:36:38 [INFO] 
00:36:38 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.objectweb.asm.analysis ---
00:36:38 [INFO] Gathering sources archives
00:36:38 [INFO] Configured Artifact: org.ow2.asm:asm-analysis:sources:9.4:jar
00:36:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/sources-for-eclipse-ipzilla/asm-analysis-9.4-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:38 [INFO] Configured Artifact: org.ow2.asm:asm-analysis:sources:9.4:jar
00:36:38 [INFO] Copying asm-analysis-9.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/sources-for-eclipse-ipzilla/asm-analysis-9.4-sources.jar
00:36:38 [INFO] Refreshing about files and about.html
00:36:38 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:36:38 [INFO] 
00:36:38 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.objectweb.asm.analysis ---
00:36:38 [WARNING] artifact org.eclipse.orbit.bundles:org.objectweb.asm.analysis:xml:p2metadata:9.4.0-SNAPSHOT already attached, replace previous instance
00:36:38 [WARNING] artifact org.eclipse.orbit.bundles:org.objectweb.asm.analysis:xml:p2artifacts:9.4.0-SNAPSHOT already attached, replace previous instance
00:36:38 [INFO] 
00:36:38 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.objectweb.asm.analysis ---
00:36:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.4.0-SNAPSHOT/org.objectweb.asm.analysis-9.4.0-SNAPSHOT.pom
00:36:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/org.objectweb.asm.analysis-9.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.4.0-SNAPSHOT/org.objectweb.asm.analysis-9.4.0-SNAPSHOT.jar
00:36:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/org.objectweb.asm.analysis-9.4.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.4.0-SNAPSHOT/org.objectweb.asm.analysis-9.4.0-SNAPSHOT-sources.jar
00:36:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.4.0-SNAPSHOT/org.objectweb.asm.analysis-9.4.0-SNAPSHOT-p2metadata.xml
00:36:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.4.0-SNAPSHOT/org.objectweb.asm.analysis-9.4.0-SNAPSHOT-p2artifacts.xml
00:36:38 [INFO] 
00:36:38 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.objectweb.asm.analysis ---
00:36:38 [INFO] 
00:36:38 [INFO] --------< org.eclipse.orbit.bundles:org.objectweb.asm.commons >---------
00:36:38 [INFO] Building ASM Commons 9.4.0-SNAPSHOT                             [16/379]
00:36:38 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:36:38 [INFO] 
00:36:38 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objectweb.asm.commons ---
00:36:38 [INFO] 
00:36:38 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.objectweb.asm.commons ---
00:36:38 [INFO] The project's OSGi version is 9.4.0.v20221107-1714
00:36:38 [INFO] 
00:36:38 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.objectweb.asm.commons ---
00:36:38 [INFO] 
00:36:38 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.objectweb.asm.commons ---
00:36:38 [INFO] Copying 3 resources
00:36:38 [INFO] 
00:36:38 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.objectweb.asm.commons ---
00:36:38 [INFO] No sources to compile
00:36:38 [INFO] 
00:36:38 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.objectweb.asm.commons ---
00:36:38 [INFO] Gathering dependencies
00:36:38 [INFO] Configured Artifact: org.ow2.asm:asm-commons:9.4:jar
00:36:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:38 [INFO] Merging collected dependencies
00:36:38 [INFO] Copying 29 resources
00:36:38 [INFO] Generating OSGi MANIFEST.MF
00:36:38 [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm.commons:eclipse-bundle-recipe:9.4.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:36:38 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/org.objectweb.asm.commons-9.4.0-SNAPSHOT.jar
00:36:38 [INFO] Gathering sources
00:36:38 [INFO] Configured Artifact: org.ow2.asm:asm-commons:sources:9.4:jar
00:36:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ow2/asm/asm-commons/9.4/asm-commons-9.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:38 [INFO] Copying 3 resources
00:36:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/org.objectweb.asm.commons-9.4.0-SNAPSHOT-sources.jar
00:36:38 [INFO] Assembling p2 repository
00:36:39 [INFO] 
00:36:39 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.objectweb.asm.commons ---
00:36:39 [INFO] 
00:36:39 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.objectweb.asm.commons ---
00:36:39 [INFO] Gathering sources archives
00:36:39 [INFO] Configured Artifact: org.ow2.asm:asm-commons:sources:9.4:jar
00:36:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ow2/asm/asm-commons/9.4/asm-commons-9.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/sources-for-eclipse-ipzilla/asm-commons-9.4-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:39 [INFO] Configured Artifact: org.ow2.asm:asm-commons:sources:9.4:jar
00:36:39 [INFO] Copying asm-commons-9.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/sources-for-eclipse-ipzilla/asm-commons-9.4-sources.jar
00:36:39 [INFO] Refreshing about files and about.html
00:36:39 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:36:39 [INFO] 
00:36:39 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.objectweb.asm.commons ---
00:36:39 [WARNING] artifact org.eclipse.orbit.bundles:org.objectweb.asm.commons:xml:p2metadata:9.4.0-SNAPSHOT already attached, replace previous instance
00:36:39 [WARNING] artifact org.eclipse.orbit.bundles:org.objectweb.asm.commons:xml:p2artifacts:9.4.0-SNAPSHOT already attached, replace previous instance
00:36:39 [INFO] 
00:36:39 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.objectweb.asm.commons ---
00:36:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.4.0-SNAPSHOT/org.objectweb.asm.commons-9.4.0-SNAPSHOT.pom
00:36:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/org.objectweb.asm.commons-9.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.4.0-SNAPSHOT/org.objectweb.asm.commons-9.4.0-SNAPSHOT.jar
00:36:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/org.objectweb.asm.commons-9.4.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.4.0-SNAPSHOT/org.objectweb.asm.commons-9.4.0-SNAPSHOT-sources.jar
00:36:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.4.0-SNAPSHOT/org.objectweb.asm.commons-9.4.0-SNAPSHOT-p2metadata.xml
00:36:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.4.0-SNAPSHOT/org.objectweb.asm.commons-9.4.0-SNAPSHOT-p2artifacts.xml
00:36:39 [INFO] 
00:36:39 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.objectweb.asm.commons ---
00:36:39 [INFO] 
00:36:39 [INFO] ----------< org.eclipse.orbit.bundles:org.objectweb.asm.tree >----------
00:36:39 [INFO] Building ASM Tree 9.4.0-SNAPSHOT                                [17/379]
00:36:39 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:36:39 [INFO] 
00:36:39 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objectweb.asm.tree ---
00:36:39 [INFO] 
00:36:39 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.objectweb.asm.tree ---
00:36:39 [INFO] The project's OSGi version is 9.4.0.v20221107-1714
00:36:39 [INFO] 
00:36:39 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.objectweb.asm.tree ---
00:36:39 [INFO] 
00:36:39 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.objectweb.asm.tree ---
00:36:39 [INFO] Copying 3 resources
00:36:39 [INFO] 
00:36:39 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.objectweb.asm.tree ---
00:36:39 [INFO] No sources to compile
00:36:39 [INFO] 
00:36:39 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.objectweb.asm.tree ---
00:36:39 [INFO] Gathering dependencies
00:36:39 [INFO] Configured Artifact: org.ow2.asm:asm-tree:9.4:jar
00:36:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:39 [INFO] Merging collected dependencies
00:36:39 [INFO] Copying 40 resources
00:36:39 [INFO] Generating OSGi MANIFEST.MF
00:36:39 [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm.tree:eclipse-bundle-recipe:9.4.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:36:39 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/org.objectweb.asm.tree-9.4.0-SNAPSHOT.jar
00:36:39 [INFO] Gathering sources
00:36:39 [INFO] Configured Artifact: org.ow2.asm:asm-tree:sources:9.4:jar
00:36:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ow2/asm/asm-tree/9.4/asm-tree-9.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:39 [INFO] Copying 3 resources
00:36:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/org.objectweb.asm.tree-9.4.0-SNAPSHOT-sources.jar
00:36:39 [INFO] Assembling p2 repository
00:36:40 [INFO] 
00:36:40 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.objectweb.asm.tree ---
00:36:40 [INFO] 
00:36:40 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.objectweb.asm.tree ---
00:36:40 [INFO] Gathering sources archives
00:36:40 [INFO] Configured Artifact: org.ow2.asm:asm-tree:sources:9.4:jar
00:36:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ow2/asm/asm-tree/9.4/asm-tree-9.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/sources-for-eclipse-ipzilla/asm-tree-9.4-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:40 [INFO] Configured Artifact: org.ow2.asm:asm-tree:sources:9.4:jar
00:36:40 [INFO] Copying asm-tree-9.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/sources-for-eclipse-ipzilla/asm-tree-9.4-sources.jar
00:36:40 [INFO] Refreshing about files and about.html
00:36:40 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:36:40 [INFO] 
00:36:40 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.objectweb.asm.tree ---
00:36:40 [WARNING] artifact org.eclipse.orbit.bundles:org.objectweb.asm.tree:xml:p2metadata:9.4.0-SNAPSHOT already attached, replace previous instance
00:36:40 [WARNING] artifact org.eclipse.orbit.bundles:org.objectweb.asm.tree:xml:p2artifacts:9.4.0-SNAPSHOT already attached, replace previous instance
00:36:40 [INFO] 
00:36:40 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.objectweb.asm.tree ---
00:36:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.4.0-SNAPSHOT/org.objectweb.asm.tree-9.4.0-SNAPSHOT.pom
00:36:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/org.objectweb.asm.tree-9.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.4.0-SNAPSHOT/org.objectweb.asm.tree-9.4.0-SNAPSHOT.jar
00:36:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/org.objectweb.asm.tree-9.4.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.4.0-SNAPSHOT/org.objectweb.asm.tree-9.4.0-SNAPSHOT-sources.jar
00:36:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.4.0-SNAPSHOT/org.objectweb.asm.tree-9.4.0-SNAPSHOT-p2metadata.xml
00:36:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.4.0-SNAPSHOT/org.objectweb.asm.tree-9.4.0-SNAPSHOT-p2artifacts.xml
00:36:40 [INFO] 
00:36:40 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.objectweb.asm.tree ---
00:36:40 [INFO] 
00:36:40 [INFO] ----------< org.eclipse.orbit.bundles:org.objectweb.asm.util >----------
00:36:40 [INFO] Building ASM Util 9.4.0-SNAPSHOT                                [18/379]
00:36:40 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:36:40 [INFO] 
00:36:40 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objectweb.asm.util ---
00:36:40 [INFO] 
00:36:40 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.objectweb.asm.util ---
00:36:40 [INFO] The project's OSGi version is 9.4.0.v20221107-1714
00:36:40 [INFO] 
00:36:40 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.objectweb.asm.util ---
00:36:40 [INFO] 
00:36:40 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.objectweb.asm.util ---
00:36:40 [INFO] Copying 3 resources
00:36:40 [INFO] 
00:36:40 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.objectweb.asm.util ---
00:36:40 [INFO] No sources to compile
00:36:40 [INFO] 
00:36:40 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.objectweb.asm.util ---
00:36:40 [INFO] Gathering dependencies
00:36:40 [INFO] Configured Artifact: org.ow2.asm:asm-util:9.4:jar
00:36:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ow2/asm/asm-util/9.4/asm-util-9.4.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:40 [INFO] Merging collected dependencies
00:36:40 [INFO] Copying 28 resources
00:36:40 [INFO] Generating OSGi MANIFEST.MF
00:36:40 [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm.util:eclipse-bundle-recipe:9.4.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:36:40 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/org.objectweb.asm.util-9.4.0-SNAPSHOT.jar
00:36:40 [INFO] Gathering sources
00:36:40 [INFO] Configured Artifact: org.ow2.asm:asm-util:sources:9.4:jar
00:36:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ow2/asm/asm-util/9.4/asm-util-9.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:40 [INFO] Copying 3 resources
00:36:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.util_9.4.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/org.objectweb.asm.util-9.4.0-SNAPSHOT-sources.jar
00:36:40 [INFO] Assembling p2 repository
00:36:41 [INFO] 
00:36:41 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.objectweb.asm.util ---
00:36:41 [INFO] 
00:36:41 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.objectweb.asm.util ---
00:36:41 [INFO] Gathering sources archives
00:36:41 [INFO] Configured Artifact: org.ow2.asm:asm-util:sources:9.4:jar
00:36:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ow2/asm/asm-util/9.4/asm-util-9.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/sources-for-eclipse-ipzilla/asm-util-9.4-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:41 [INFO] Configured Artifact: org.ow2.asm:asm-util:sources:9.4:jar
00:36:41 [INFO] Copying asm-util-9.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/sources-for-eclipse-ipzilla/asm-util-9.4-sources.jar
00:36:41 [INFO] Refreshing about files and about.html
00:36:41 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.util_9.4.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:36:41 [INFO] 
00:36:41 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.objectweb.asm.util ---
00:36:41 [WARNING] artifact org.eclipse.orbit.bundles:org.objectweb.asm.util:xml:p2metadata:9.4.0-SNAPSHOT already attached, replace previous instance
00:36:41 [WARNING] artifact org.eclipse.orbit.bundles:org.objectweb.asm.util:xml:p2artifacts:9.4.0-SNAPSHOT already attached, replace previous instance
00:36:41 [INFO] 
00:36:41 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.objectweb.asm.util ---
00:36:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.util_9.4.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.4.0-SNAPSHOT/org.objectweb.asm.util-9.4.0-SNAPSHOT.pom
00:36:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/org.objectweb.asm.util-9.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.4.0-SNAPSHOT/org.objectweb.asm.util-9.4.0-SNAPSHOT.jar
00:36:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/org.objectweb.asm.util-9.4.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.4.0-SNAPSHOT/org.objectweb.asm.util-9.4.0-SNAPSHOT-sources.jar
00:36:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.4.0-SNAPSHOT/org.objectweb.asm.util-9.4.0-SNAPSHOT-p2metadata.xml
00:36:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.4.0-SNAPSHOT/org.objectweb.asm.util-9.4.0-SNAPSHOT-p2artifacts.xml
00:36:41 [INFO] 
00:36:41 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.objectweb.asm.util ---
00:36:41 [INFO] 
00:36:41 [INFO] -----------------< org.eclipse.orbit.bundles:assertj >------------------
00:36:41 [INFO] Building Eclipse Orbit :: AssertJ Recipes 1.0.0-SNAPSHOT        [19/379]
00:36:41 [INFO] --------------------------------[ pom ]---------------------------------
00:36:41 [INFO] 
00:36:41 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ assertj ---
00:36:41 [INFO] 
00:36:41 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ assertj ---
00:36:41 [INFO] 
00:36:41 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ assertj ---
00:36:41 [INFO] 
00:36:41 [INFO] --- maven-install-plugin:2.4:install (default-install) @ assertj ---
00:36:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/assertj/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/assertj/1.0.0-SNAPSHOT/assertj-1.0.0-SNAPSHOT.pom
00:36:41 [INFO] 
00:36:41 [INFO] ---------------< org.eclipse.orbit.bundles:org.assertj >----------------
00:36:41 [INFO] Building AssertJ fluent assertions 3.20.2-SNAPSHOT              [20/379]
00:36:41 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:36:41 [INFO] 
00:36:41 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.assertj ---
00:36:41 [INFO] 
00:36:41 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.assertj ---
00:36:41 [INFO] The project's OSGi version is 3.20.2.v20210706-1104
00:36:41 [INFO] 
00:36:41 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.assertj ---
00:36:41 [INFO] 
00:36:41 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.assertj ---
00:36:41 [INFO] Copying 3 resources
00:36:41 [INFO] 
00:36:41 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.assertj ---
00:36:41 [INFO] No sources to compile
00:36:41 [INFO] 
00:36:41 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.assertj ---
00:36:41 [INFO] Gathering dependencies
00:36:41 [INFO] Configured Artifact: org.assertj:assertj-core:3.20.2:jar
00:36:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/assertj/assertj-core/3.20.2/assertj-core-3.20.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/assertj/org.assertj_3.20.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:43 [INFO] Merging collected dependencies
00:36:43 [INFO] Copying 3245 resources
00:36:43 [INFO] Generating OSGi MANIFEST.MF
00:36:46 [WARNING] Manifest org.eclipse.orbit.bundles:org.assertj:eclipse-bundle-recipe:3.20.2-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info}
00:36:46 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/assertj/org.assertj_3.20.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/assertj/org.assertj_3.20.2/target/org.assertj-3.20.2-SNAPSHOT.jar
00:36:47 [INFO] Gathering sources
00:36:47 [INFO] Configured Artifact: org.assertj:assertj-core:sources:3.20.2:jar
00:36:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/assertj/assertj-core/3.20.2/assertj-core-3.20.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/assertj/org.assertj_3.20.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:47 [INFO] Copying 3 resources
00:36:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/assertj/org.assertj_3.20.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/assertj/org.assertj_3.20.2/target/org.assertj-3.20.2-SNAPSHOT-sources.jar
00:36:48 [INFO] Assembling p2 repository
00:36:49 [INFO] 
00:36:49 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.assertj ---
00:36:49 [INFO] 
00:36:49 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.assertj ---
00:36:49 [INFO] Gathering sources archives
00:36:49 [INFO] Configured Artifact: org.assertj:assertj-core:sources:3.20.2:jar
00:36:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/assertj/assertj-core/3.20.2/assertj-core-3.20.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/assertj/org.assertj_3.20.2/target/sources-for-eclipse-ipzilla/assertj-core-3.20.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:49 [INFO] Configured Artifact: org.assertj:assertj-core:sources:3.20.2:jar
00:36:49 [INFO] Copying assertj-core-3.20.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/assertj/org.assertj_3.20.2/target/sources-for-eclipse-ipzilla/assertj-core-3.20.2-sources.jar
00:36:49 [INFO] Refreshing about files and about.html
00:36:49 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/assertj/org.assertj_3.20.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:36:49 [INFO] 
00:36:49 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.assertj ---
00:36:49 [WARNING] artifact org.eclipse.orbit.bundles:org.assertj:xml:p2metadata:3.20.2-SNAPSHOT already attached, replace previous instance
00:36:49 [WARNING] artifact org.eclipse.orbit.bundles:org.assertj:xml:p2artifacts:3.20.2-SNAPSHOT already attached, replace previous instance
00:36:49 [INFO] 
00:36:49 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.assertj ---
00:36:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/assertj/org.assertj_3.20.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.assertj/3.20.2-SNAPSHOT/org.assertj-3.20.2-SNAPSHOT.pom
00:36:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/assertj/org.assertj_3.20.2/target/org.assertj-3.20.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.assertj/3.20.2-SNAPSHOT/org.assertj-3.20.2-SNAPSHOT.jar
00:36:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/assertj/org.assertj_3.20.2/target/org.assertj-3.20.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.assertj/3.20.2-SNAPSHOT/org.assertj-3.20.2-SNAPSHOT-sources.jar
00:36:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/assertj/org.assertj_3.20.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.assertj/3.20.2-SNAPSHOT/org.assertj-3.20.2-SNAPSHOT-p2metadata.xml
00:36:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/assertj/org.assertj_3.20.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.assertj/3.20.2-SNAPSHOT/org.assertj-3.20.2-SNAPSHOT-p2artifacts.xml
00:36:49 [INFO] 
00:36:49 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.assertj ---
00:36:49 [INFO] 
00:36:49 [INFO] --------------< org.eclipse.orbit.bundles:apache-parent >---------------
00:36:49 [INFO] Building Eclipse Orbit :: Apache Recipes 1.0.0-SNAPSHOT         [21/379]
00:36:49 [INFO] --------------------------------[ pom ]---------------------------------
00:36:49 [INFO] 
00:36:49 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ apache-parent ---
00:36:49 [INFO] 
00:36:49 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ apache-parent ---
00:36:49 [INFO] 
00:36:49 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ apache-parent ---
00:36:49 [INFO] 
00:36:49 [INFO] --- maven-install-plugin:2.4:install (default-install) @ apache-parent ---
00:36:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/apache-parent/1.0.0-SNAPSHOT/apache-parent-1.0.0-SNAPSHOT.pom
00:36:49 [INFO] 
00:36:49 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.commons.cli >----------
00:36:49 [INFO] Building Apache Commons CLI 1.4.0-SNAPSHOT                      [22/379]
00:36:49 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:36:49 [INFO] 
00:36:49 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.cli ---
00:36:49 [INFO] 
00:36:49 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.cli ---
00:36:49 [INFO] The project's OSGi version is 1.4.0.v20221112-0806
00:36:49 [INFO] 
00:36:49 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.cli ---
00:36:49 [INFO] 
00:36:49 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.cli ---
00:36:49 [INFO] Copying 3 resources
00:36:49 [INFO] 
00:36:49 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.cli ---
00:36:49 [INFO] No sources to compile
00:36:49 [INFO] 
00:36:49 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.cli ---
00:36:49 [INFO] Gathering dependencies
00:36:49 [INFO] Configured Artifact: commons-cli:commons-cli:1.4:jar
00:36:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-cli/commons-cli/1.4/commons-cli-1.4.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:49 [INFO] Merging collected dependencies
00:36:49 [INFO] Copying 30 resources
00:36:49 [INFO] Generating OSGi MANIFEST.MF
00:36:49 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.cli:eclipse-bundle-recipe:1.4.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:36:49 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/org.apache.commons.cli-1.4.0-SNAPSHOT.jar
00:36:49 [INFO] Gathering sources
00:36:49 [INFO] Configured Artifact: commons-cli:commons-cli:sources:1.4:jar
00:36:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-cli/commons-cli/1.4/commons-cli-1.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:50 [INFO] Copying 3 resources
00:36:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.cli_1.4.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/org.apache.commons.cli-1.4.0-SNAPSHOT-sources.jar
00:36:50 [INFO] Assembling p2 repository
00:36:50 [INFO] 
00:36:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.cli ---
00:36:50 [INFO] 
00:36:50 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.cli ---
00:36:50 [INFO] Gathering sources archives
00:36:50 [INFO] Configured Artifact: commons-cli:commons-cli:sources:1.4:jar
00:36:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-cli/commons-cli/1.4/commons-cli-1.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/sources-for-eclipse-ipzilla/commons-cli-1.4-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:50 [INFO] Configured Artifact: commons-cli:commons-cli:sources:1.4:jar
00:36:50 [INFO] Copying commons-cli-1.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/sources-for-eclipse-ipzilla/commons-cli-1.4-sources.jar
00:36:50 [INFO] Refreshing about files and about.html
00:36:50 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.cli_1.4.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:36:50 [INFO] 
00:36:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.cli ---
00:36:50 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.cli:xml:p2metadata:1.4.0-SNAPSHOT already attached, replace previous instance
00:36:50 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.cli:xml:p2artifacts:1.4.0-SNAPSHOT already attached, replace previous instance
00:36:50 [INFO] 
00:36:50 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.commons.cli ---
00:36:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.cli_1.4.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT.pom
00:36:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/org.apache.commons.cli-1.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT.jar
00:36:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/org.apache.commons.cli-1.4.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT-sources.jar
00:36:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT-p2metadata.xml
00:36:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT-p2artifacts.xml
00:36:50 [INFO] 
00:36:50 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.cli ---
00:36:50 [INFO] 
00:36:50 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.commons.codec >---------
00:36:50 [INFO] Building Apache Commons Codec 1.14.0-SNAPSHOT                   [23/379]
00:36:50 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:36:50 [INFO] 
00:36:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.codec ---
00:36:50 [INFO] 
00:36:50 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.codec ---
00:36:50 [INFO] The project's OSGi version is 1.14.0.v20221112-0806
00:36:50 [INFO] 
00:36:50 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.codec ---
00:36:50 [INFO] 
00:36:50 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.codec ---
00:36:50 [INFO] Copying 3 resources
00:36:50 [INFO] 
00:36:50 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.codec ---
00:36:50 [INFO] No sources to compile
00:36:50 [INFO] 
00:36:50 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.codec ---
00:36:50 [INFO] Gathering dependencies
00:36:50 [INFO] Configured Artifact: commons-codec:commons-codec:1.14:jar
00:36:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-codec/commons-codec/1.14/commons-codec-1.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:51 [INFO] Merging collected dependencies
00:36:51 [INFO] Copying 233 resources
00:36:51 [INFO] Generating OSGi MANIFEST.MF
00:36:51 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.codec:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:36:51 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/org.apache.commons.codec-1.14.0-SNAPSHOT.jar
00:36:51 [INFO] Gathering sources
00:36:51 [INFO] Configured Artifact: commons-codec:commons-codec:sources:1.14:jar
00:36:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-codec/commons-codec/1.14/commons-codec-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:51 [INFO] Copying 3 resources
00:36:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.codec_1.14.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/org.apache.commons.codec-1.14.0-SNAPSHOT-sources.jar
00:36:51 [INFO] Assembling p2 repository
00:36:52 [INFO] 
00:36:52 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.codec ---
00:36:52 [INFO] 
00:36:52 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.codec ---
00:36:52 [INFO] Gathering sources archives
00:36:52 [INFO] Configured Artifact: commons-codec:commons-codec:sources:1.14:jar
00:36:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-codec/commons-codec/1.14/commons-codec-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/sources-for-eclipse-ipzilla/commons-codec-1.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:52 [INFO] Configured Artifact: commons-codec:commons-codec:sources:1.14:jar
00:36:52 [INFO] Copying commons-codec-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/sources-for-eclipse-ipzilla/commons-codec-1.14-sources.jar
00:36:52 [INFO] Refreshing about files and about.html
00:36:52 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.codec_1.14.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:36:52 [INFO] 
00:36:52 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.codec ---
00:36:52 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.codec:xml:p2metadata:1.14.0-SNAPSHOT already attached, replace previous instance
00:36:52 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.codec:xml:p2artifacts:1.14.0-SNAPSHOT already attached, replace previous instance
00:36:52 [INFO] 
00:36:52 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.commons.codec ---
00:36:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.codec_1.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT.pom
00:36:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/org.apache.commons.codec-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT.jar
00:36:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/org.apache.commons.codec-1.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT-sources.jar
00:36:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT-p2metadata.xml
00:36:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT-p2artifacts.xml
00:36:52 [INFO] 
00:36:52 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.codec ---
00:36:52 [INFO] 
00:36:52 [INFO] ------< org.eclipse.orbit.bundles:org.apache.commons.collections >------
00:36:52 [INFO] Building Apache Commons Collections 3.2.2-SNAPSHOT              [24/379]
00:36:52 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:36:52 [INFO] 
00:36:52 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.collections ---
00:36:52 [INFO] 
00:36:52 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.collections ---
00:36:52 [INFO] The project's OSGi version is 3.2.2.v20220405-1659
00:36:52 [INFO] 
00:36:52 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.collections ---
00:36:52 [INFO] 
00:36:52 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.collections ---
00:36:52 [INFO] Copying 3 resources
00:36:52 [INFO] 
00:36:52 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.collections ---
00:36:52 [INFO] No sources to compile
00:36:52 [INFO] 
00:36:52 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.collections ---
00:36:52 [INFO] Gathering dependencies
00:36:52 [INFO] Configured Artifact: commons-collections:commons-collections:3.2.2:jar
00:36:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:52 [INFO] Merging collected dependencies
00:36:52 [INFO] Copying 463 resources
00:36:52 [INFO] Generating OSGi MANIFEST.MF
00:36:53 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.collections:eclipse-bundle-recipe:3.2.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:36:53 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/org.apache.commons.collections-3.2.2-SNAPSHOT.jar
00:36:53 [INFO] Gathering sources
00:36:53 [INFO] Configured Artifact: commons-collections:commons-collections:sources:3.2.2:jar
00:36:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:53 [INFO] Copying 3 resources
00:36:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections_3.2.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/org.apache.commons.collections-3.2.2-SNAPSHOT-sources.jar
00:36:53 [INFO] Assembling p2 repository
00:36:54 [INFO] 
00:36:54 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.collections ---
00:36:54 [INFO] 
00:36:54 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.collections ---
00:36:54 [INFO] Gathering sources archives
00:36:54 [INFO] Configured Artifact: commons-collections:commons-collections:sources:3.2.2:jar
00:36:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/sources-for-eclipse-ipzilla/commons-collections-3.2.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:54 [INFO] Configured Artifact: commons-collections:commons-collections:sources:3.2.2:jar
00:36:54 [INFO] Copying commons-collections-3.2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/sources-for-eclipse-ipzilla/commons-collections-3.2.2-sources.jar
00:36:54 [INFO] Refreshing about files and about.html
00:36:54 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections_3.2.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:36:54 [INFO] 
00:36:54 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.collections ---
00:36:54 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.collections:xml:p2metadata:3.2.2-SNAPSHOT already attached, replace previous instance
00:36:54 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.collections:xml:p2artifacts:3.2.2-SNAPSHOT already attached, replace previous instance
00:36:54 [INFO] 
00:36:54 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.commons.collections ---
00:36:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections_3.2.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.collections/3.2.2-SNAPSHOT/org.apache.commons.collections-3.2.2-SNAPSHOT.pom
00:36:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/org.apache.commons.collections-3.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.collections/3.2.2-SNAPSHOT/org.apache.commons.collections-3.2.2-SNAPSHOT.jar
00:36:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/org.apache.commons.collections-3.2.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.collections/3.2.2-SNAPSHOT/org.apache.commons.collections-3.2.2-SNAPSHOT-sources.jar
00:36:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.collections/3.2.2-SNAPSHOT/org.apache.commons.collections-3.2.2-SNAPSHOT-p2metadata.xml
00:36:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.collections/3.2.2-SNAPSHOT/org.apache.commons.collections-3.2.2-SNAPSHOT-p2artifacts.xml
00:36:54 [INFO] 
00:36:54 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.collections ---
00:36:54 [INFO] 
00:36:54 [INFO] -----< org.eclipse.orbit.bundles:org.apache.commons.collections4 >------
00:36:54 [INFO] Building Apache Commons Collections 4.4.0-SNAPSHOT              [25/379]
00:36:54 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:36:54 [INFO] 
00:36:54 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.collections4 ---
00:36:54 [INFO] 
00:36:54 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.collections4 ---
00:36:54 [INFO] The project's OSGi version is 4.4.0.v20221112-0806
00:36:54 [INFO] 
00:36:54 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.collections4 ---
00:36:54 [INFO] 
00:36:54 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.collections4 ---
00:36:54 [INFO] Copying 3 resources
00:36:54 [INFO] 
00:36:54 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.collections4 ---
00:36:54 [INFO] No sources to compile
00:36:54 [INFO] 
00:36:54 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.collections4 ---
00:36:54 [INFO] Gathering dependencies
00:36:54 [INFO] Configured Artifact: org.apache.commons:commons-collections4:4.4:jar
00:36:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:55 [INFO] Merging collected dependencies
00:36:55 [INFO] Copying 527 resources
00:36:55 [INFO] Generating OSGi MANIFEST.MF
00:36:55 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.collections4:eclipse-bundle-recipe:4.4.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:36:55 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/org.apache.commons.collections4-4.4.0-SNAPSHOT.jar
00:36:55 [INFO] Gathering sources
00:36:55 [INFO] Configured Artifact: org.apache.commons:commons-collections4:sources:4.4:jar
00:36:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:36:59 [INFO] Copying 3 resources
00:36:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections4_4.4.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/org.apache.commons.collections4-4.4.0-SNAPSHOT-sources.jar
00:36:59 [INFO] Assembling p2 repository
00:36:59 [INFO] 
00:36:59 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.collections4 ---
00:36:59 [INFO] 
00:36:59 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.collections4 ---
00:36:59 [INFO] Gathering sources archives
00:36:59 [INFO] Configured Artifact: org.apache.commons:commons-collections4:sources:4.4:jar
00:36:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/sources-for-eclipse-ipzilla/commons-collections4-4.4-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:00 [INFO] Configured Artifact: org.apache.commons:commons-collections4:sources:4.4:jar
00:37:00 [INFO] Copying commons-collections4-4.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/sources-for-eclipse-ipzilla/commons-collections4-4.4-sources.jar
00:37:00 [INFO] Refreshing about files and about.html
00:37:00 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections4_4.4.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:37:00 [INFO] 
00:37:00 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.collections4 ---
00:37:00 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.collections4:xml:p2metadata:4.4.0-SNAPSHOT already attached, replace previous instance
00:37:00 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.collections4:xml:p2artifacts:4.4.0-SNAPSHOT already attached, replace previous instance
00:37:00 [INFO] 
00:37:00 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.commons.collections4 ---
00:37:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections4_4.4.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT.pom
00:37:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/org.apache.commons.collections4-4.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT.jar
00:37:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/org.apache.commons.collections4-4.4.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT-sources.jar
00:37:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT-p2metadata.xml
00:37:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT-p2artifacts.xml
00:37:00 [INFO] 
00:37:00 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.collections4 ---
00:37:00 [INFO] 
00:37:00 [INFO] -------< org.eclipse.orbit.bundles:org.apache.commons.compress >--------
00:37:00 [INFO] Building Apache Commons Compress 1.22.0-SNAPSHOT                [26/379]
00:37:00 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:37:00 [INFO] 
00:37:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.compress ---
00:37:00 [INFO] 
00:37:00 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.compress ---
00:37:00 [INFO] The project's OSGi version is 1.22.0.v20221207-1049
00:37:00 [INFO] 
00:37:00 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.compress ---
00:37:00 [INFO] 
00:37:00 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.compress ---
00:37:00 [INFO] Copying 3 resources
00:37:00 [INFO] 
00:37:00 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.compress ---
00:37:00 [INFO] No sources to compile
00:37:00 [INFO] 
00:37:00 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.compress ---
00:37:00 [INFO] Gathering dependencies
00:37:00 [INFO] Configured Artifact: org.apache.commons:commons-compress:1.22:jar
00:37:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/commons/commons-compress/1.22/commons-compress-1.22.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:00 [INFO] Merging collected dependencies
00:37:00 [INFO] Copying 526 resources
00:37:00 [INFO] Generating OSGi MANIFEST.MF
00:37:01 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.compress:eclipse-bundle-recipe:1.22.0-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:37:01 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.compress:eclipse-bundle-recipe:1.22.0-SNAPSHOT : Unused Import-Package instructions: [org.osgi.*] 
00:37:01 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.compress:eclipse-bundle-recipe:1.22.0-SNAPSHOT : No translation found for macro: buildNumber
00:37:01 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/org.apache.commons.compress-1.22.0-SNAPSHOT.jar
00:37:01 [INFO] Gathering sources
00:37:01 [INFO] Configured Artifact: org.apache.commons:commons-compress:sources:1.22:jar
00:37:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/commons/commons-compress/1.22/commons-compress-1.22-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:01 [INFO] Copying 3 resources
00:37:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.compress_1.22.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/org.apache.commons.compress-1.22.0-SNAPSHOT-sources.jar
00:37:01 [INFO] Assembling p2 repository
00:37:02 [INFO] 
00:37:02 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.compress ---
00:37:02 [INFO] 
00:37:02 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.compress ---
00:37:02 [INFO] Gathering sources archives
00:37:02 [INFO] Configured Artifact: org.apache.commons:commons-compress:sources:1.22:jar
00:37:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/commons/commons-compress/1.22/commons-compress-1.22-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/sources-for-eclipse-ipzilla/commons-compress-1.22-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:02 [INFO] Configured Artifact: org.apache.commons:commons-compress:sources:1.22:jar
00:37:02 [INFO] Copying commons-compress-1.22-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/sources-for-eclipse-ipzilla/commons-compress-1.22-sources.jar
00:37:02 [INFO] Refreshing about files and about.html
00:37:02 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.compress_1.22.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:37:02 [INFO] 
00:37:02 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.compress ---
00:37:02 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.compress:xml:p2metadata:1.22.0-SNAPSHOT already attached, replace previous instance
00:37:02 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.compress:xml:p2artifacts:1.22.0-SNAPSHOT already attached, replace previous instance
00:37:02 [INFO] 
00:37:02 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.commons.compress ---
00:37:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.compress_1.22.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.22.0-SNAPSHOT/org.apache.commons.compress-1.22.0-SNAPSHOT.pom
00:37:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/org.apache.commons.compress-1.22.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.22.0-SNAPSHOT/org.apache.commons.compress-1.22.0-SNAPSHOT.jar
00:37:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/org.apache.commons.compress-1.22.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.22.0-SNAPSHOT/org.apache.commons.compress-1.22.0-SNAPSHOT-sources.jar
00:37:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.22.0-SNAPSHOT/org.apache.commons.compress-1.22.0-SNAPSHOT-p2metadata.xml
00:37:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.22.0-SNAPSHOT/org.apache.commons.compress-1.22.0-SNAPSHOT-p2artifacts.xml
00:37:02 [INFO] 
00:37:02 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.compress ---
00:37:02 [INFO] 
00:37:02 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.commons.csv >----------
00:37:02 [INFO] Building Apache Commons CSV 1.8.0-SNAPSHOT                      [27/379]
00:37:02 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:37:03 [INFO] 
00:37:03 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.csv ---
00:37:03 [INFO] 
00:37:03 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.csv ---
00:37:03 [INFO] The project's OSGi version is 1.8.0.v20221112-0806
00:37:03 [INFO] 
00:37:03 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.csv ---
00:37:03 [INFO] 
00:37:03 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.csv ---
00:37:03 [INFO] Copying 3 resources
00:37:03 [INFO] 
00:37:03 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.csv ---
00:37:03 [INFO] No sources to compile
00:37:03 [INFO] 
00:37:03 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.csv ---
00:37:03 [INFO] Gathering dependencies
00:37:03 [INFO] Configured Artifact: org.apache.commons:commons-csv:1.8:jar
00:37:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/commons/commons-csv/1.8/commons-csv-1.8.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:03 [INFO] Merging collected dependencies
00:37:03 [INFO] Copying 23 resources
00:37:03 [INFO] Generating OSGi MANIFEST.MF
00:37:03 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.csv:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:37:03 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/org.apache.commons.csv-1.8.0-SNAPSHOT.jar
00:37:03 [INFO] Gathering sources
00:37:03 [INFO] Configured Artifact: org.apache.commons:commons-csv:sources:1.8:jar
00:37:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/commons/commons-csv/1.8/commons-csv-1.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:03 [INFO] Copying 3 resources
00:37:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.csv_1.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/org.apache.commons.csv-1.8.0-SNAPSHOT-sources.jar
00:37:04 [INFO] Assembling p2 repository
00:37:04 [INFO] 
00:37:04 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.csv ---
00:37:04 [INFO] 
00:37:04 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.csv ---
00:37:04 [INFO] Gathering sources archives
00:37:04 [INFO] Configured Artifact: org.apache.commons:commons-csv:sources:1.8:jar
00:37:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/commons/commons-csv/1.8/commons-csv-1.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/sources-for-eclipse-ipzilla/commons-csv-1.8-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:04 [INFO] Configured Artifact: org.apache.commons:commons-csv:sources:1.8:jar
00:37:04 [INFO] Copying commons-csv-1.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/sources-for-eclipse-ipzilla/commons-csv-1.8-sources.jar
00:37:04 [INFO] Refreshing about files and about.html
00:37:04 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.csv_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:37:04 [INFO] 
00:37:04 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.csv ---
00:37:04 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.csv:xml:p2metadata:1.8.0-SNAPSHOT already attached, replace previous instance
00:37:04 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.csv:xml:p2artifacts:1.8.0-SNAPSHOT already attached, replace previous instance
00:37:04 [INFO] 
00:37:04 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.commons.csv ---
00:37:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.csv_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT.pom
00:37:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/org.apache.commons.csv-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT.jar
00:37:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/org.apache.commons.csv-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT-sources.jar
00:37:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT-p2metadata.xml
00:37:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT-p2artifacts.xml
00:37:04 [INFO] 
00:37:04 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.csv ---
00:37:04 [INFO] 
00:37:04 [INFO] ------< org.eclipse.orbit.bundles:org.apache.commons.fileupload >-------
00:37:04 [INFO] Building Apache Commons FileUpload 1.3.2-SNAPSHOT               [28/379]
00:37:04 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:37:05 [INFO] 
00:37:05 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.fileupload ---
00:37:05 [INFO] 
00:37:05 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.fileupload ---
00:37:05 [INFO] The project's OSGi version is 1.3.2.v20170320-2229
00:37:05 [INFO] 
00:37:05 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.fileupload ---
00:37:05 [INFO] 
00:37:05 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.fileupload ---
00:37:05 [INFO] Copying 3 resources
00:37:05 [INFO] 
00:37:05 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.fileupload ---
00:37:05 [INFO] No sources to compile
00:37:05 [INFO] 
00:37:05 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.fileupload ---
00:37:05 [INFO] Gathering dependencies
00:37:05 [INFO] Configured Artifact: commons-fileupload:commons-fileupload:1.3.2:jar
00:37:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:05 [INFO] Merging collected dependencies
00:37:05 [INFO] Copying 52 resources
00:37:05 [INFO] Generating OSGi MANIFEST.MF
00:37:05 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.fileupload:eclipse-bundle-recipe:1.3.2-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:37:05 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/org.apache.commons.fileupload-1.3.2-SNAPSHOT.jar
00:37:06 [INFO] Gathering sources
00:37:06 [INFO] Configured Artifact: commons-fileupload:commons-fileupload:sources:1.3.2:jar
00:37:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:06 [INFO] Copying 3 resources
00:37:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/org.apache.commons.fileupload-1.3.2-SNAPSHOT-sources.jar
00:37:06 [INFO] Assembling p2 repository
00:37:06 [INFO] 
00:37:06 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.fileupload ---
00:37:06 [INFO] 
00:37:06 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.fileupload ---
00:37:06 [INFO] Gathering sources archives
00:37:06 [INFO] Configured Artifact: commons-fileupload:commons-fileupload:sources:1.3.2:jar
00:37:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/sources-for-eclipse-ipzilla/commons-fileupload-1.3.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:06 [INFO] Configured Artifact: commons-fileupload:commons-fileupload:sources:1.3.2:jar
00:37:06 [INFO] Copying commons-fileupload-1.3.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/sources-for-eclipse-ipzilla/commons-fileupload-1.3.2-sources.jar
00:37:06 [INFO] Refreshing about files and about.html
00:37:06 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:37:06 [INFO] 
00:37:06 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.fileupload ---
00:37:06 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.fileupload:xml:p2metadata:1.3.2-SNAPSHOT already attached, replace previous instance
00:37:06 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.fileupload:xml:p2artifacts:1.3.2-SNAPSHOT already attached, replace previous instance
00:37:06 [INFO] 
00:37:06 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.commons.fileupload ---
00:37:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT.pom
00:37:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/org.apache.commons.fileupload-1.3.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT.jar
00:37:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/org.apache.commons.fileupload-1.3.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT-sources.jar
00:37:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT-p2metadata.xml
00:37:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT-p2artifacts.xml
00:37:06 [INFO] 
00:37:06 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.fileupload ---
00:37:06 [INFO] 
00:37:06 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.commons.io >-----------
00:37:06 [INFO] Building Apache Commons IO 2.8.0-SNAPSHOT                       [29/379]
00:37:06 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:37:07 [INFO] 
00:37:07 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.io ---
00:37:07 [INFO] 
00:37:07 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.io ---
00:37:07 [INFO] The project's OSGi version is 2.8.0.v20210415-0900
00:37:07 [INFO] 
00:37:07 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.io ---
00:37:07 [INFO] 
00:37:07 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.io ---
00:37:07 [INFO] Copying 3 resources
00:37:07 [INFO] 
00:37:07 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.io ---
00:37:07 [INFO] No sources to compile
00:37:07 [INFO] 
00:37:07 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.io ---
00:37:07 [INFO] Gathering dependencies
00:37:07 [INFO] Configured Artifact: commons-io:commons-io:2.8.0:jar
00:37:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.io_2.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:07 [INFO] Merging collected dependencies
00:37:07 [INFO] Copying 185 resources
00:37:07 [INFO] Generating OSGi MANIFEST.MF
00:37:07 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.io:eclipse-bundle-recipe:2.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:37:07 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.io:eclipse-bundle-recipe:2.8.0-SNAPSHOT : Version for package org.apache.commons.io is set to different values in the source (2.8.0) and in the manifest (1.4.9999). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:37:07 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.io:eclipse-bundle-recipe:2.8.0-SNAPSHOT : Version for package org.apache.commons.io.comparator is set to different values in the source (2.8.0) and in the manifest (1.4.9999). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:37:07 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.io:eclipse-bundle-recipe:2.8.0-SNAPSHOT : Version for package org.apache.commons.io.filefilter is set to different values in the source (2.8.0) and in the manifest (1.4.9999). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:37:07 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.io:eclipse-bundle-recipe:2.8.0-SNAPSHOT : Version for package org.apache.commons.io.input is set to different values in the source (2.8.0) and in the manifest (1.4.9999). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:37:07 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.io:eclipse-bundle-recipe:2.8.0-SNAPSHOT : Version for package org.apache.commons.io.output is set to different values in the source (2.8.0) and in the manifest (1.4.9999). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:37:07 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.io_2.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.io_2.8.0/target/org.apache.commons.io-2.8.0-SNAPSHOT.jar
00:37:07 [INFO] Gathering sources
00:37:07 [INFO] Configured Artifact: commons-io:commons-io:sources:2.8.0:jar
00:37:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-io/commons-io/2.8.0/commons-io-2.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.io_2.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:07 [INFO] Copying 3 resources
00:37:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.io_2.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.io_2.8.0/target/org.apache.commons.io-2.8.0-SNAPSHOT-sources.jar
00:37:07 [INFO] Assembling p2 repository
00:37:08 [INFO] 
00:37:08 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.io ---
00:37:08 [INFO] 
00:37:08 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.io ---
00:37:08 [INFO] Gathering sources archives
00:37:08 [INFO] Configured Artifact: commons-io:commons-io:sources:2.8.0:jar
00:37:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-io/commons-io/2.8.0/commons-io-2.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.io_2.8.0/target/sources-for-eclipse-ipzilla/commons-io-2.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:08 [INFO] Configured Artifact: commons-io:commons-io:sources:2.8.0:jar
00:37:08 [INFO] Copying commons-io-2.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.io_2.8.0/target/sources-for-eclipse-ipzilla/commons-io-2.8.0-sources.jar
00:37:08 [INFO] Refreshing about files and about.html
00:37:08 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.io_2.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:37:08 [INFO] 
00:37:08 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.io ---
00:37:08 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.io:xml:p2metadata:2.8.0-SNAPSHOT already attached, replace previous instance
00:37:08 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.io:xml:p2artifacts:2.8.0-SNAPSHOT already attached, replace previous instance
00:37:08 [INFO] 
00:37:08 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.commons.io ---
00:37:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.io_2.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT.pom
00:37:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.io_2.8.0/target/org.apache.commons.io-2.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT.jar
00:37:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.io_2.8.0/target/org.apache.commons.io-2.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT-sources.jar
00:37:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.io_2.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT-p2metadata.xml
00:37:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.io_2.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT-p2artifacts.xml
00:37:08 [INFO] 
00:37:08 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.io ---
00:37:08 [INFO] 
00:37:08 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.commons.lang >----------
00:37:08 [INFO] Building Apache Commons Lang 2.6.0-SNAPSHOT                     [30/379]
00:37:08 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:37:08 [INFO] 
00:37:08 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.lang ---
00:37:08 [INFO] 
00:37:08 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.lang ---
00:37:08 [INFO] The project's OSGi version is 2.6.0.v20220406-2305
00:37:08 [INFO] 
00:37:08 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.lang ---
00:37:08 [INFO] 
00:37:08 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.lang ---
00:37:08 [INFO] Copying 3 resources
00:37:08 [INFO] 
00:37:08 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.lang ---
00:37:08 [INFO] No sources to compile
00:37:08 [INFO] 
00:37:08 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.lang ---
00:37:08 [INFO] Gathering dependencies
00:37:08 [INFO] Configured Artifact: commons-lang:commons-lang:2.6:jar
00:37:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:08 [INFO] Merging collected dependencies
00:37:08 [INFO] Copying 136 resources
00:37:08 [INFO] Generating OSGi MANIFEST.MF
00:37:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.lang:eclipse-bundle-recipe:2.6.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:37:08 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/org.apache.commons.lang-2.6.0-SNAPSHOT.jar
00:37:08 [INFO] Gathering sources
00:37:08 [INFO] Configured Artifact: commons-lang:commons-lang:sources:2.6:jar
00:37:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:09 [INFO] Copying 3 resources
00:37:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang_2.6.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/org.apache.commons.lang-2.6.0-SNAPSHOT-sources.jar
00:37:09 [INFO] Assembling p2 repository
00:37:09 [INFO] 
00:37:09 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.lang ---
00:37:09 [INFO] 
00:37:09 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.lang ---
00:37:09 [INFO] Gathering sources archives
00:37:09 [INFO] Configured Artifact: commons-lang:commons-lang:sources:2.6:jar
00:37:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/sources-for-eclipse-ipzilla/commons-lang-2.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:09 [INFO] Configured Artifact: commons-lang:commons-lang:sources:2.6:jar
00:37:09 [INFO] Copying commons-lang-2.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/sources-for-eclipse-ipzilla/commons-lang-2.6-sources.jar
00:37:09 [INFO] Refreshing about files and about.html
00:37:09 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang_2.6.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:37:09 [INFO] 
00:37:09 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.lang ---
00:37:09 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.lang:xml:p2metadata:2.6.0-SNAPSHOT already attached, replace previous instance
00:37:09 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.lang:xml:p2artifacts:2.6.0-SNAPSHOT already attached, replace previous instance
00:37:09 [INFO] 
00:37:09 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.commons.lang ---
00:37:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang_2.6.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.lang/2.6.0-SNAPSHOT/org.apache.commons.lang-2.6.0-SNAPSHOT.pom
00:37:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/org.apache.commons.lang-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.lang/2.6.0-SNAPSHOT/org.apache.commons.lang-2.6.0-SNAPSHOT.jar
00:37:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/org.apache.commons.lang-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.lang/2.6.0-SNAPSHOT/org.apache.commons.lang-2.6.0-SNAPSHOT-sources.jar
00:37:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.lang/2.6.0-SNAPSHOT/org.apache.commons.lang-2.6.0-SNAPSHOT-p2metadata.xml
00:37:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.lang/2.6.0-SNAPSHOT/org.apache.commons.lang-2.6.0-SNAPSHOT-p2artifacts.xml
00:37:09 [INFO] 
00:37:09 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.lang ---
00:37:09 [INFO] 
00:37:09 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.commons.lang3 >---------
00:37:09 [INFO] Building Apache Commons Lang 3.12.0-SNAPSHOT                    [31/379]
00:37:09 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:37:09 [INFO] 
00:37:09 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.lang3 ---
00:37:09 [INFO] 
00:37:09 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.lang3 ---
00:37:09 [INFO] The project's OSGi version is 3.12.0.v20221221-1931
00:37:09 [INFO] 
00:37:09 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.lang3 ---
00:37:09 [INFO] 
00:37:09 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.lang3 ---
00:37:09 [INFO] Copying 3 resources
00:37:09 [INFO] 
00:37:09 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.lang3 ---
00:37:09 [INFO] No sources to compile
00:37:09 [INFO] 
00:37:09 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.lang3 ---
00:37:09 [INFO] Gathering dependencies
00:37:09 [INFO] Configured Artifact: org.apache.commons:commons-lang3:3.12.0:jar
00:37:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:10 [INFO] Merging collected dependencies
00:37:10 [INFO] Copying 348 resources
00:37:10 [INFO] Generating OSGi MANIFEST.MF
00:37:10 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.lang3:eclipse-bundle-recipe:3.12.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:37:10 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/org.apache.commons.lang3-3.12.0-SNAPSHOT.jar
00:37:10 [INFO] Gathering sources
00:37:10 [INFO] Configured Artifact: org.apache.commons:commons-lang3:sources:3.12.0:jar
00:37:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:10 [INFO] Copying 3 resources
00:37:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang3_3.12.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/org.apache.commons.lang3-3.12.0-SNAPSHOT-sources.jar
00:37:11 [INFO] Assembling p2 repository
00:37:11 [INFO] 
00:37:11 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.lang3 ---
00:37:11 [INFO] 
00:37:11 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.lang3 ---
00:37:11 [INFO] Gathering sources archives
00:37:11 [INFO] Configured Artifact: org.apache.commons:commons-lang3:sources:3.12.0:jar
00:37:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/sources-for-eclipse-ipzilla/commons-lang3-3.12.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:11 [INFO] Configured Artifact: org.apache.commons:commons-lang3:sources:3.12.0:jar
00:37:11 [INFO] Copying commons-lang3-3.12.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/sources-for-eclipse-ipzilla/commons-lang3-3.12.0-sources.jar
00:37:11 [INFO] Refreshing about files and about.html
00:37:11 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang3_3.12.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:37:11 [INFO] 
00:37:11 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.lang3 ---
00:37:11 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.lang3:xml:p2metadata:3.12.0-SNAPSHOT already attached, replace previous instance
00:37:11 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.lang3:xml:p2artifacts:3.12.0-SNAPSHOT already attached, replace previous instance
00:37:11 [INFO] 
00:37:11 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.commons.lang3 ---
00:37:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang3_3.12.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.lang3/3.12.0-SNAPSHOT/org.apache.commons.lang3-3.12.0-SNAPSHOT.pom
00:37:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/org.apache.commons.lang3-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.lang3/3.12.0-SNAPSHOT/org.apache.commons.lang3-3.12.0-SNAPSHOT.jar
00:37:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/org.apache.commons.lang3-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.lang3/3.12.0-SNAPSHOT/org.apache.commons.lang3-3.12.0-SNAPSHOT-sources.jar
00:37:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.lang3/3.12.0-SNAPSHOT/org.apache.commons.lang3-3.12.0-SNAPSHOT-p2metadata.xml
00:37:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.lang3/3.12.0-SNAPSHOT/org.apache.commons.lang3-3.12.0-SNAPSHOT-p2artifacts.xml
00:37:11 [INFO] 
00:37:11 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.lang3 ---
00:37:11 [INFO] 
00:37:11 [INFO] --------< org.eclipse.orbit.bundles:org.apache.commons.logging >--------
00:37:11 [INFO] Building Apache Commons Logging 1.2.0-SNAPSHOT                  [32/379]
00:37:11 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:37:11 [INFO] 
00:37:11 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.logging ---
00:37:11 [INFO] 
00:37:11 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.logging ---
00:37:11 [INFO] The project's OSGi version is 1.2.0.v20180409-1502
00:37:11 [INFO] 
00:37:11 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.logging ---
00:37:11 [INFO] 
00:37:11 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.logging ---
00:37:11 [INFO] Copying 3 resources
00:37:11 [INFO] 
00:37:11 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.logging ---
00:37:11 [INFO] No sources to compile
00:37:11 [INFO] 
00:37:11 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.logging ---
00:37:11 [INFO] Gathering dependencies
00:37:11 [INFO] Configured Artifact: commons-logging:commons-logging:1.2:jar
00:37:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:11 [INFO] Merging collected dependencies
00:37:11 [INFO] Copying 31 resources
00:37:11 [INFO] Generating OSGi MANIFEST.MF
00:37:12 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/org.apache.commons.logging-1.2.0-SNAPSHOT.jar
00:37:12 [INFO] Gathering sources
00:37:12 [INFO] Configured Artifact: commons-logging:commons-logging:sources:1.2:jar
00:37:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:12 [INFO] Copying 3 resources
00:37:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.logging_1.2.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/org.apache.commons.logging-1.2.0-SNAPSHOT-sources.jar
00:37:12 [INFO] Assembling p2 repository
00:37:12 [INFO] 
00:37:12 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.logging ---
00:37:12 [INFO] 
00:37:12 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.logging ---
00:37:12 [INFO] Gathering sources archives
00:37:12 [INFO] Configured Artifact: commons-logging:commons-logging:sources:1.2:jar
00:37:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/sources-for-eclipse-ipzilla/commons-logging-1.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:12 [INFO] Configured Artifact: commons-logging:commons-logging:sources:1.2:jar
00:37:12 [INFO] Copying commons-logging-1.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/sources-for-eclipse-ipzilla/commons-logging-1.2-sources.jar
00:37:12 [INFO] Refreshing about files and about.html
00:37:12 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.logging_1.2.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:37:12 [INFO] 
00:37:12 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.logging ---
00:37:13 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.logging:xml:p2metadata:1.2.0-SNAPSHOT already attached, replace previous instance
00:37:13 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.logging:xml:p2artifacts:1.2.0-SNAPSHOT already attached, replace previous instance
00:37:13 [INFO] 
00:37:13 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.commons.logging ---
00:37:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.logging_1.2.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT.pom
00:37:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/org.apache.commons.logging-1.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT.jar
00:37:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/org.apache.commons.logging-1.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT-sources.jar
00:37:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT-p2metadata.xml
00:37:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT-p2artifacts.xml
00:37:13 [INFO] 
00:37:13 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.logging ---
00:37:13 [INFO] 
00:37:13 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.commons.math3 >---------
00:37:13 [INFO] Building Apache Commons Math 3.6.1-SNAPSHOT                     [33/379]
00:37:13 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:37:13 [INFO] 
00:37:13 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.math3 ---
00:37:13 [INFO] 
00:37:13 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.math3 ---
00:37:13 [INFO] The project's OSGi version is 3.6.1.v20221112-0806
00:37:13 [INFO] 
00:37:13 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.math3 ---
00:37:13 [INFO] 
00:37:13 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.math3 ---
00:37:13 [INFO] Copying 3 resources
00:37:13 [INFO] 
00:37:13 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.math3 ---
00:37:13 [INFO] No sources to compile
00:37:13 [INFO] 
00:37:13 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.math3 ---
00:37:13 [INFO] Gathering dependencies
00:37:13 [INFO] Configured Artifact: org.apache.commons:commons-math3:3.6.1:jar
00:37:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:13 [INFO] Merging collected dependencies
00:37:13 [INFO] Copying 1306 resources
00:37:14 [INFO] Generating OSGi MANIFEST.MF
00:37:15 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.math3:eclipse-bundle-recipe:3.6.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:37:15 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/org.apache.commons.math3-3.6.1-SNAPSHOT.jar
00:37:15 [INFO] Gathering sources
00:37:15 [INFO] Configured Artifact: org.apache.commons:commons-math3:sources:3.6.1:jar
00:37:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:16 [INFO] Copying 3 resources
00:37:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.math3_3.6.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/org.apache.commons.math3-3.6.1-SNAPSHOT-sources.jar
00:37:16 [INFO] Assembling p2 repository
00:37:17 [INFO] 
00:37:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.math3 ---
00:37:17 [INFO] 
00:37:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.math3 ---
00:37:17 [INFO] Gathering sources archives
00:37:17 [INFO] Configured Artifact: org.apache.commons:commons-math3:sources:3.6.1:jar
00:37:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/sources-for-eclipse-ipzilla/commons-math3-3.6.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:17 [INFO] Configured Artifact: org.apache.commons:commons-math3:sources:3.6.1:jar
00:37:17 [INFO] Copying commons-math3-3.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/sources-for-eclipse-ipzilla/commons-math3-3.6.1-sources.jar
00:37:17 [INFO] Refreshing about files and about.html
00:37:17 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.math3_3.6.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:37:17 [INFO] 
00:37:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.math3 ---
00:37:17 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.math3:xml:p2metadata:3.6.1-SNAPSHOT already attached, replace previous instance
00:37:17 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.commons.math3:xml:p2artifacts:3.6.1-SNAPSHOT already attached, replace previous instance
00:37:17 [INFO] 
00:37:17 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.commons.math3 ---
00:37:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.math3_3.6.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT.pom
00:37:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/org.apache.commons.math3-3.6.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT.jar
00:37:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/org.apache.commons.math3-3.6.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT-sources.jar
00:37:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT-p2metadata.xml
00:37:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT-p2artifacts.xml
00:37:17 [INFO] 
00:37:17 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.math3 ---
00:37:17 [INFO] 
00:37:17 [INFO] ------< org.eclipse.orbit.bundles:org.apache.onami.configuration >------
00:37:17 [INFO] Building Apache Onami-Configuration 6.3.0-SNAPSHOT              [34/379]
00:37:17 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:37:17 [INFO] 
00:37:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.onami.configuration ---
00:37:17 [INFO] 
00:37:17 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.onami.configuration ---
00:37:18 [INFO] The project's OSGi version is 6.3.0.v20160301-1110
00:37:18 [INFO] 
00:37:18 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.onami.configuration ---
00:37:18 [INFO] 
00:37:18 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.onami.configuration ---
00:37:18 [INFO] Copying 3 resources
00:37:18 [INFO] 
00:37:18 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.onami.configuration ---
00:37:18 [INFO] No sources to compile
00:37:18 [INFO] 
00:37:18 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.onami.configuration ---
00:37:18 [INFO] Gathering dependencies
00:37:18 [INFO] Configured Artifact: org.apache.onami:org.apache.onami.configuration:6.3.0:jar
00:37:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/onami/org.apache.onami.configuration/6.3.0/org.apache.onami.configuration-6.3.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:18 [INFO] Merging collected dependencies
00:37:18 [INFO] Copying 24 resources
00:37:18 [INFO] Generating OSGi MANIFEST.MF
00:37:18 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.onami.configuration:eclipse-bundle-recipe:6.3.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:37:18 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/org.apache.onami.configuration-6.3.0-SNAPSHOT.jar
00:37:18 [INFO] Gathering sources
00:37:18 [INFO] Configured Artifact: org.apache.onami:org.apache.onami.configuration:sources:6.3.0:jar
00:37:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/onami/org.apache.onami.configuration/6.3.0/org.apache.onami.configuration-6.3.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:18 [INFO] Copying 3 resources
00:37:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.onami.configuration_6.3.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/org.apache.onami.configuration-6.3.0-SNAPSHOT-sources.jar
00:37:18 [INFO] Assembling p2 repository
00:37:18 [INFO] 
00:37:18 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.onami.configuration ---
00:37:18 [INFO] 
00:37:18 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.onami.configuration ---
00:37:18 [INFO] Gathering sources archives
00:37:18 [INFO] Configured Artifact: org.apache.onami:org.apache.onami.configuration:sources:6.3.0:jar
00:37:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/onami/org.apache.onami.configuration/6.3.0/org.apache.onami.configuration-6.3.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/sources-for-eclipse-ipzilla/org.apache.onami.configuration-6.3.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:18 [INFO] Configured Artifact: org.apache.onami:org.apache.onami.configuration:sources:6.3.0:jar
00:37:18 [INFO] Copying org.apache.onami.configuration-6.3.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/sources-for-eclipse-ipzilla/org.apache.onami.configuration-6.3.0-sources.jar
00:37:18 [INFO] Refreshing about files and about.html
00:37:18 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.onami.configuration_6.3.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:37:18 [INFO] 
00:37:18 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.onami.configuration ---
00:37:18 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.onami.configuration:xml:p2metadata:6.3.0-SNAPSHOT already attached, replace previous instance
00:37:18 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.onami.configuration:xml:p2artifacts:6.3.0-SNAPSHOT already attached, replace previous instance
00:37:18 [INFO] 
00:37:18 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.onami.configuration ---
00:37:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.onami.configuration_6.3.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT.pom
00:37:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/org.apache.onami.configuration-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT.jar
00:37:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/org.apache.onami.configuration-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT-sources.jar
00:37:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT-p2metadata.xml
00:37:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT-p2artifacts.xml
00:37:18 [INFO] 
00:37:18 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.onami.configuration ---
00:37:18 [INFO] 
00:37:18 [INFO] --------< org.eclipse.orbit.bundles:org.apache.pdfbox.fontbox >---------
00:37:18 [INFO] Building Apache FontBox 2.0.6-SNAPSHOT                          [35/379]
00:37:18 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:37:19 [INFO] 
00:37:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.pdfbox.fontbox ---
00:37:19 [INFO] 
00:37:19 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.pdfbox.fontbox ---
00:37:19 [INFO] The project's OSGi version is 2.0.6.v20221112-0806
00:37:19 [INFO] 
00:37:19 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.pdfbox.fontbox ---
00:37:19 [INFO] 
00:37:19 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.pdfbox.fontbox ---
00:37:19 [INFO] Copying 3 resources
00:37:19 [INFO] 
00:37:19 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.pdfbox.fontbox ---
00:37:19 [INFO] No sources to compile
00:37:19 [INFO] 
00:37:19 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.pdfbox.fontbox ---
00:37:19 [INFO] Gathering dependencies
00:37:19 [INFO] Configured Artifact: org.apache.pdfbox:fontbox:2.0.6:jar
00:37:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/pdfbox/fontbox/2.0.6/fontbox-2.0.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:19 [INFO] Merging collected dependencies
00:37:19 [INFO] Copying 229 resources
00:37:19 [INFO] Generating OSGi MANIFEST.MF
00:37:19 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.pdfbox.fontbox:eclipse-bundle-recipe:2.0.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:37:19 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT.jar
00:37:19 [INFO] Gathering sources
00:37:19 [INFO] Configured Artifact: org.apache.pdfbox:fontbox:sources:2.0.6:jar
00:37:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/pdfbox/fontbox/2.0.6/fontbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:20 [INFO] Copying 3 resources
00:37:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-sources.jar
00:37:20 [INFO] Assembling p2 repository
00:37:21 [INFO] 
00:37:21 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.pdfbox.fontbox ---
00:37:21 [INFO] 
00:37:21 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.pdfbox.fontbox ---
00:37:21 [INFO] Gathering sources archives
00:37:21 [INFO] Configured Artifact: org.apache.pdfbox:fontbox:sources:2.0.6:jar
00:37:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/pdfbox/fontbox/2.0.6/fontbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/sources-for-eclipse-ipzilla/fontbox-2.0.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:21 [INFO] Configured Artifact: org.apache.pdfbox:fontbox:sources:2.0.6:jar
00:37:21 [INFO] Copying fontbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/sources-for-eclipse-ipzilla/fontbox-2.0.6-sources.jar
00:37:21 [INFO] Refreshing about files and about.html
00:37:21 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:37:21 [INFO] 
00:37:21 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.pdfbox.fontbox ---
00:37:21 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.pdfbox.fontbox:xml:p2metadata:2.0.6-SNAPSHOT already attached, replace previous instance
00:37:21 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.pdfbox.fontbox:xml:p2artifacts:2.0.6-SNAPSHOT already attached, replace previous instance
00:37:21 [INFO] 
00:37:21 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.pdfbox.fontbox ---
00:37:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT.pom
00:37:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT.jar
00:37:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-sources.jar
00:37:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-p2metadata.xml
00:37:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-p2artifacts.xml
00:37:21 [INFO] 
00:37:21 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.pdfbox.fontbox ---
00:37:21 [INFO] 
00:37:21 [INFO] -------< org.eclipse.orbit.bundles:org.apache.pdfbox.preflight >--------
00:37:21 [INFO] Building Apache Preflight 2.0.6-SNAPSHOT                        [36/379]
00:37:21 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:37:21 [INFO] 
00:37:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.pdfbox.preflight ---
00:37:21 [INFO] 
00:37:21 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.pdfbox.preflight ---
00:37:21 [INFO] The project's OSGi version is 2.0.6.v20221112-0806
00:37:21 [INFO] 
00:37:21 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.pdfbox.preflight ---
00:37:21 [INFO] 
00:37:21 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.pdfbox.preflight ---
00:37:21 [INFO] Copying 3 resources
00:37:21 [INFO] 
00:37:21 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.pdfbox.preflight ---
00:37:21 [INFO] No sources to compile
00:37:21 [INFO] 
00:37:21 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.pdfbox.preflight ---
00:37:21 [INFO] Gathering dependencies
00:37:21 [INFO] Configured Artifact: org.apache.pdfbox:preflight:2.0.6:jar
00:37:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/pdfbox/preflight/2.0.6/preflight-2.0.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:21 [INFO] Merging collected dependencies
00:37:21 [INFO] Copying 125 resources
00:37:21 [INFO] Generating OSGi MANIFEST.MF
00:37:21 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.pdfbox.preflight:eclipse-bundle-recipe:2.0.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:37:21 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT.jar
00:37:21 [INFO] Gathering sources
00:37:21 [INFO] Configured Artifact: org.apache.pdfbox:preflight:sources:2.0.6:jar
00:37:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/pdfbox/preflight/2.0.6/preflight-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:21 [INFO] Copying 3 resources
00:37:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-sources.jar
00:37:21 [INFO] Assembling p2 repository
00:37:22 [INFO] 
00:37:22 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.pdfbox.preflight ---
00:37:22 [INFO] 
00:37:22 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.pdfbox.preflight ---
00:37:22 [INFO] Gathering sources archives
00:37:22 [INFO] Configured Artifact: org.apache.pdfbox:preflight:sources:2.0.6:jar
00:37:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/pdfbox/preflight/2.0.6/preflight-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/sources-for-eclipse-ipzilla/preflight-2.0.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:22 [INFO] Configured Artifact: org.apache.pdfbox:preflight:sources:2.0.6:jar
00:37:22 [INFO] Copying preflight-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/sources-for-eclipse-ipzilla/preflight-2.0.6-sources.jar
00:37:22 [INFO] Refreshing about files and about.html
00:37:22 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:37:22 [INFO] 
00:37:22 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.pdfbox.preflight ---
00:37:22 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.pdfbox.preflight:xml:p2metadata:2.0.6-SNAPSHOT already attached, replace previous instance
00:37:22 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.pdfbox.preflight:xml:p2artifacts:2.0.6-SNAPSHOT already attached, replace previous instance
00:37:22 [INFO] 
00:37:22 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.pdfbox.preflight ---
00:37:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT.pom
00:37:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT.jar
00:37:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-sources.jar
00:37:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-p2metadata.xml
00:37:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-p2artifacts.xml
00:37:22 [INFO] 
00:37:22 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.pdfbox.preflight ---
00:37:22 [INFO] 
00:37:22 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.pdfbox.xmpbox >---------
00:37:22 [INFO] Building Apache XmpBox 2.0.6-SNAPSHOT                           [37/379]
00:37:22 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:37:22 [INFO] 
00:37:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.pdfbox.xmpbox ---
00:37:22 [INFO] 
00:37:22 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.pdfbox.xmpbox ---
00:37:22 [INFO] The project's OSGi version is 2.0.6.v20221112-0806
00:37:22 [INFO] 
00:37:22 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.pdfbox.xmpbox ---
00:37:22 [INFO] 
00:37:22 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.pdfbox.xmpbox ---
00:37:22 [INFO] Copying 3 resources
00:37:22 [INFO] 
00:37:22 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.pdfbox.xmpbox ---
00:37:22 [INFO] No sources to compile
00:37:22 [INFO] 
00:37:22 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.pdfbox.xmpbox ---
00:37:22 [INFO] Gathering dependencies
00:37:22 [INFO] Configured Artifact: org.apache.pdfbox:xmpbox:2.0.6:jar
00:37:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/pdfbox/xmpbox/2.0.6/xmpbox-2.0.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:22 [INFO] Merging collected dependencies
00:37:22 [INFO] Copying 79 resources
00:37:22 [INFO] Generating OSGi MANIFEST.MF
00:37:22 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.pdfbox.xmpbox:eclipse-bundle-recipe:2.0.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:37:22 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT.jar
00:37:23 [INFO] Gathering sources
00:37:23 [INFO] Configured Artifact: org.apache.pdfbox:xmpbox:sources:2.0.6:jar
00:37:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/pdfbox/xmpbox/2.0.6/xmpbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:23 [INFO] Copying 3 resources
00:37:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-sources.jar
00:37:23 [INFO] Assembling p2 repository
00:37:23 [INFO] 
00:37:23 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.pdfbox.xmpbox ---
00:37:23 [INFO] 
00:37:23 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.pdfbox.xmpbox ---
00:37:23 [INFO] Gathering sources archives
00:37:23 [INFO] Configured Artifact: org.apache.pdfbox:xmpbox:sources:2.0.6:jar
00:37:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/pdfbox/xmpbox/2.0.6/xmpbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/sources-for-eclipse-ipzilla/xmpbox-2.0.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:23 [INFO] Configured Artifact: org.apache.pdfbox:xmpbox:sources:2.0.6:jar
00:37:23 [INFO] Copying xmpbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/sources-for-eclipse-ipzilla/xmpbox-2.0.6-sources.jar
00:37:23 [INFO] Refreshing about files and about.html
00:37:23 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:37:23 [INFO] 
00:37:23 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.pdfbox.xmpbox ---
00:37:24 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.pdfbox.xmpbox:xml:p2metadata:2.0.6-SNAPSHOT already attached, replace previous instance
00:37:24 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.pdfbox.xmpbox:xml:p2artifacts:2.0.6-SNAPSHOT already attached, replace previous instance
00:37:24 [INFO] 
00:37:24 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.pdfbox.xmpbox ---
00:37:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT.pom
00:37:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT.jar
00:37:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-sources.jar
00:37:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-p2metadata.xml
00:37:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-p2artifacts.xml
00:37:24 [INFO] 
00:37:24 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.pdfbox.xmpbox ---
00:37:24 [INFO] 
00:37:24 [INFO] ------------< org.eclipse.orbit.bundles:org.apache.pdfbox >-------------
00:37:24 [INFO] Building Apache PDFBox 2.0.6-SNAPSHOT                           [38/379]
00:37:24 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:37:24 [INFO] 
00:37:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.pdfbox ---
00:37:24 [INFO] 
00:37:24 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.pdfbox ---
00:37:24 [INFO] The project's OSGi version is 2.0.6.v20221112-0806
00:37:24 [INFO] 
00:37:24 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.pdfbox ---
00:37:24 [INFO] 
00:37:24 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.pdfbox ---
00:37:24 [INFO] Copying 3 resources
00:37:24 [INFO] 
00:37:24 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.pdfbox ---
00:37:24 [INFO] No sources to compile
00:37:24 [INFO] 
00:37:24 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.pdfbox ---
00:37:24 [INFO] Gathering dependencies
00:37:24 [INFO] Configured Artifact: org.apache.pdfbox:pdfbox:2.0.6:jar
00:37:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/pdfbox/pdfbox/2.0.6/pdfbox-2.0.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:24 [INFO] Merging collected dependencies
00:37:24 [INFO] Copying 721 resources
00:37:24 [INFO] Generating OSGi MANIFEST.MF
00:37:24 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.pdfbox:eclipse-bundle-recipe:2.0.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:37:24 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/org.apache.pdfbox-2.0.6-SNAPSHOT.jar
00:37:25 [INFO] Gathering sources
00:37:25 [INFO] Configured Artifact: org.apache.pdfbox:pdfbox:sources:2.0.6:jar
00:37:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/pdfbox/pdfbox/2.0.6/pdfbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:28 [INFO] Copying 3 resources
00:37:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox_2.0.6/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/org.apache.pdfbox-2.0.6-SNAPSHOT-sources.jar
00:37:28 [INFO] Assembling p2 repository
00:37:29 [INFO] 
00:37:29 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.pdfbox ---
00:37:29 [INFO] 
00:37:29 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.pdfbox ---
00:37:29 [INFO] Gathering sources archives
00:37:29 [INFO] Configured Artifact: org.apache.pdfbox:pdfbox:sources:2.0.6:jar
00:37:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/pdfbox/pdfbox/2.0.6/pdfbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/sources-for-eclipse-ipzilla/pdfbox-2.0.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:29 [INFO] Configured Artifact: org.apache.pdfbox:pdfbox:sources:2.0.6:jar
00:37:29 [INFO] Copying pdfbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/sources-for-eclipse-ipzilla/pdfbox-2.0.6-sources.jar
00:37:29 [INFO] Refreshing about files and about.html
00:37:29 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox_2.0.6/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:37:29 [INFO] 
00:37:29 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.pdfbox ---
00:37:29 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.pdfbox:xml:p2metadata:2.0.6-SNAPSHOT already attached, replace previous instance
00:37:29 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.pdfbox:xml:p2artifacts:2.0.6-SNAPSHOT already attached, replace previous instance
00:37:29 [INFO] 
00:37:29 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.pdfbox ---
00:37:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox_2.0.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT.pom
00:37:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/org.apache.pdfbox-2.0.6-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT.jar
00:37:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/org.apache.pdfbox-2.0.6-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT-sources.jar
00:37:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT-p2metadata.xml
00:37:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT-p2artifacts.xml
00:37:29 [INFO] 
00:37:29 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.pdfbox ---
00:37:29 [INFO] 
00:37:29 [INFO] --------------< org.eclipse.orbit.bundles:org.apache.poi >--------------
00:37:29 [INFO] Building Apache POI 4.1.1-SNAPSHOT                              [39/379]
00:37:29 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:37:30 [INFO] 
00:37:30 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.poi ---
00:37:30 [INFO] 
00:37:30 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.poi ---
00:37:30 [INFO] The project's OSGi version is 4.1.1.v20221112-0806
00:37:30 [INFO] 
00:37:30 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.poi ---
00:37:30 [INFO] 
00:37:30 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.poi ---
00:37:30 [INFO] Copying 3 resources
00:37:30 [INFO] 
00:37:30 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.poi ---
00:37:30 [INFO] No sources to compile
00:37:30 [INFO] 
00:37:30 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.poi ---
00:37:30 [INFO] Gathering dependencies
00:37:30 [INFO] Configured Artifact: org.apache.poi:poi:4.1.1:jar
00:37:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/poi/poi/4.1.1/poi-4.1.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi_4.1.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:30 [INFO] Merging collected dependencies
00:37:30 [INFO] Copying 1753 resources
00:37:31 [INFO] Generating OSGi MANIFEST.MF
00:37:32 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.poi:eclipse-bundle-recipe:4.1.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:37:32 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi_4.1.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi_4.1.1/target/org.apache.poi-4.1.1-SNAPSHOT.jar
00:37:32 [INFO] Gathering sources
00:37:32 [INFO] Configured Artifact: org.apache.poi:poi:sources:4.1.1:jar
00:37:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/poi/poi/4.1.1/poi-4.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi_4.1.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:33 [INFO] Copying 3 resources
00:37:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi_4.1.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi_4.1.1/target/org.apache.poi-4.1.1-SNAPSHOT-sources.jar
00:37:33 [INFO] Assembling p2 repository
00:37:34 [INFO] 
00:37:34 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.poi ---
00:37:34 [INFO] 
00:37:34 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.poi ---
00:37:34 [INFO] Gathering sources archives
00:37:34 [INFO] Configured Artifact: org.apache.poi:poi:sources:4.1.1:jar
00:37:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/poi/poi/4.1.1/poi-4.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi_4.1.1/target/sources-for-eclipse-ipzilla/poi-4.1.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:34 [INFO] Configured Artifact: org.apache.poi:poi:sources:4.1.1:jar
00:37:34 [INFO] Copying poi-4.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi_4.1.1/target/sources-for-eclipse-ipzilla/poi-4.1.1-sources.jar
00:37:34 [INFO] Refreshing about files and about.html
00:37:34 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi_4.1.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:37:34 [INFO] 
00:37:34 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.poi ---
00:37:34 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.poi:xml:p2metadata:4.1.1-SNAPSHOT already attached, replace previous instance
00:37:34 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.poi:xml:p2artifacts:4.1.1-SNAPSHOT already attached, replace previous instance
00:37:34 [INFO] 
00:37:34 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.poi ---
00:37:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi_4.1.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT.pom
00:37:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi_4.1.1/target/org.apache.poi-4.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT.jar
00:37:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi_4.1.1/target/org.apache.poi-4.1.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT-sources.jar
00:37:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi_4.1.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT-p2metadata.xml
00:37:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi_4.1.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT-p2artifacts.xml
00:37:34 [INFO] 
00:37:34 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.poi ---
00:37:34 [INFO] 
00:37:34 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.poi.ooxml >-----------
00:37:34 [INFO] Building Apache POI OOXML 4.1.1-SNAPSHOT                        [40/379]
00:37:34 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:37:35 [INFO] 
00:37:35 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.poi.ooxml ---
00:37:35 [INFO] 
00:37:35 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.poi.ooxml ---
00:37:35 [INFO] The project's OSGi version is 4.1.1.v20221112-0806
00:37:35 [INFO] 
00:37:35 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.poi.ooxml ---
00:37:35 [INFO] 
00:37:35 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.poi.ooxml ---
00:37:35 [INFO] Copying 3 resources
00:37:35 [INFO] 
00:37:35 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.poi.ooxml ---
00:37:35 [INFO] No sources to compile
00:37:35 [INFO] 
00:37:35 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.poi.ooxml ---
00:37:35 [INFO] Gathering dependencies
00:37:35 [INFO] Configured Artifact: org.apache.poi:poi-ooxml:4.1.1:jar
00:37:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/poi/poi-ooxml/4.1.1/poi-ooxml-4.1.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:35 [INFO] Merging collected dependencies
00:37:35 [INFO] Copying 874 resources
00:37:36 [INFO] Generating OSGi MANIFEST.MF
00:37:36 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.poi.ooxml:eclipse-bundle-recipe:4.1.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:37:36 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/org.apache.poi.ooxml-4.1.1-SNAPSHOT.jar
00:37:37 [INFO] Gathering sources
00:37:37 [INFO] Configured Artifact: org.apache.poi:poi-ooxml:sources:4.1.1:jar
00:37:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/poi/poi-ooxml/4.1.1/poi-ooxml-4.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:37 [INFO] Copying 3 resources
00:37:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/org.apache.poi.ooxml-4.1.1-SNAPSHOT-sources.jar
00:37:37 [INFO] Assembling p2 repository
00:37:38 [INFO] 
00:37:38 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.poi.ooxml ---
00:37:38 [INFO] 
00:37:38 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.poi.ooxml ---
00:37:38 [INFO] Gathering sources archives
00:37:38 [INFO] Configured Artifact: org.apache.poi:poi-ooxml:sources:4.1.1:jar
00:37:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/poi/poi-ooxml/4.1.1/poi-ooxml-4.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/sources-for-eclipse-ipzilla/poi-ooxml-4.1.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:38 [INFO] Configured Artifact: org.apache.poi:poi-ooxml:sources:4.1.1:jar
00:37:38 [INFO] Copying poi-ooxml-4.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/sources-for-eclipse-ipzilla/poi-ooxml-4.1.1-sources.jar
00:37:38 [INFO] Refreshing about files and about.html
00:37:38 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:37:38 [INFO] 
00:37:38 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.poi.ooxml ---
00:37:38 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.poi.ooxml:xml:p2metadata:4.1.1-SNAPSHOT already attached, replace previous instance
00:37:38 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.poi.ooxml:xml:p2artifacts:4.1.1-SNAPSHOT already attached, replace previous instance
00:37:38 [INFO] 
00:37:38 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.poi.ooxml ---
00:37:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT.pom
00:37:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/org.apache.poi.ooxml-4.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT.jar
00:37:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/org.apache.poi.ooxml-4.1.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT-sources.jar
00:37:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT-p2metadata.xml
00:37:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT-p2artifacts.xml
00:37:38 [INFO] 
00:37:38 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.poi.ooxml ---
00:37:38 [INFO] 
00:37:38 [INFO] -------< org.eclipse.orbit.bundles:org.apache.poi.ooxml.schemas >-------
00:37:38 [INFO] Building Apache POI OOXML Schemas 4.1.1-SNAPSHOT                [41/379]
00:37:38 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:37:38 [INFO] 
00:37:38 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.poi.ooxml.schemas ---
00:37:38 [INFO] 
00:37:38 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.poi.ooxml.schemas ---
00:37:38 [INFO] The project's OSGi version is 4.1.1.v20221112-0806
00:37:38 [INFO] 
00:37:38 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.poi.ooxml.schemas ---
00:37:38 [INFO] 
00:37:38 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.poi.ooxml.schemas ---
00:37:38 [INFO] Copying 3 resources
00:37:38 [INFO] 
00:37:38 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.poi.ooxml.schemas ---
00:37:38 [INFO] No sources to compile
00:37:38 [INFO] 
00:37:38 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.poi.ooxml.schemas ---
00:37:38 [INFO] Gathering dependencies
00:37:38 [INFO] Configured Artifact: org.apache.poi:poi-ooxml-schemas:4.1.1:jar
00:37:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/poi/poi-ooxml-schemas/4.1.1/poi-ooxml-schemas-4.1.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:41 [INFO] Merging collected dependencies
00:37:41 [INFO] Copying 7403 resources
00:37:43 [INFO] Generating OSGi MANIFEST.MF
00:37:46 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.poi.ooxml.schemas:eclipse-bundle-recipe:4.1.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*] 
00:37:46 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/target/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT.jar
00:37:47 [INFO] Gathering sources
00:37:47 [INFO] Configured Artifact: org.apache.poi:poi-ooxml-schemas:sources:4.1.1:jar
00:37:47 [WARNING] Unable to resolve source jar; skipping source bundle
00:37:47 [INFO] Assembling p2 repository
00:37:48 [INFO] 
00:37:48 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.poi.ooxml.schemas ---
00:37:48 [INFO] 
00:37:48 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.poi.ooxml.schemas ---
00:37:48 [INFO] Gathering sources archives
00:37:48 [INFO] Configured Artifact: org.apache.poi:poi-ooxml-schemas:sources:4.1.1:jar
00:37:48 [WARNING] Unable to resolve source jar; skipping Eclipse IP information
00:37:48 [INFO] Refreshing about files and about.html
00:37:48 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:37:48 [INFO] 
00:37:48 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.poi.ooxml.schemas ---
00:37:48 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.poi.ooxml.schemas:xml:p2metadata:4.1.1-SNAPSHOT already attached, replace previous instance
00:37:48 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.poi.ooxml.schemas:xml:p2artifacts:4.1.1-SNAPSHOT already attached, replace previous instance
00:37:48 [INFO] 
00:37:48 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.poi.ooxml.schemas ---
00:37:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml.schemas/4.1.1-SNAPSHOT/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT.pom
00:37:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/target/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml.schemas/4.1.1-SNAPSHOT/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT.jar
00:37:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml.schemas/4.1.1-SNAPSHOT/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT-p2metadata.xml
00:37:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml.schemas/4.1.1-SNAPSHOT/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT-p2artifacts.xml
00:37:48 [INFO] 
00:37:48 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.poi.ooxml.schemas ---
00:37:48 [INFO] 
00:37:48 [INFO] -------< org.eclipse.orbit.bundles:org.apache.santuario.xmlsec >--------
00:37:48 [INFO] Building Apache XML Security for Java 2.2.0-SNAPSHOT            [42/379]
00:37:48 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:37:48 [INFO] 
00:37:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.santuario.xmlsec ---
00:37:48 [INFO] 
00:37:48 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.santuario.xmlsec ---
00:37:48 [INFO] The project's OSGi version is 2.2.0.v20221112-0806
00:37:48 [INFO] 
00:37:48 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.santuario.xmlsec ---
00:37:48 [INFO] 
00:37:48 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.santuario.xmlsec ---
00:37:48 [INFO] Copying 3 resources
00:37:48 [INFO] 
00:37:48 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.santuario.xmlsec ---
00:37:48 [INFO] No sources to compile
00:37:48 [INFO] 
00:37:48 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.santuario.xmlsec ---
00:37:48 [INFO] Gathering dependencies
00:37:48 [INFO] Configured Artifact: org.apache.santuario:xmlsec:2.2.0:jar
00:37:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/santuario/xmlsec/2.2.0/xmlsec-2.2.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:49 [INFO] Merging collected dependencies
00:37:49 [INFO] Copying 679 resources
00:37:49 [INFO] Generating OSGi MANIFEST.MF
00:37:49 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.santuario.xmlsec:eclipse-bundle-recipe:2.2.0-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*] 
00:37:49 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT.jar
00:37:49 [INFO] Gathering sources
00:37:49 [INFO] Configured Artifact: org.apache.santuario:xmlsec:sources:2.2.0:jar
00:37:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/santuario/xmlsec/2.2.0/xmlsec-2.2.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:50 [INFO] Copying 3 resources
00:37:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-sources.jar
00:37:50 [INFO] Assembling p2 repository
00:37:50 [INFO] 
00:37:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.santuario.xmlsec ---
00:37:50 [INFO] 
00:37:50 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.santuario.xmlsec ---
00:37:50 [INFO] Gathering sources archives
00:37:50 [INFO] Configured Artifact: org.apache.santuario:xmlsec:sources:2.2.0:jar
00:37:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/santuario/xmlsec/2.2.0/xmlsec-2.2.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/sources-for-eclipse-ipzilla/xmlsec-2.2.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:37:51 [INFO] Configured Artifact: org.apache.santuario:xmlsec:sources:2.2.0:jar
00:37:51 [INFO] Copying xmlsec-2.2.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/sources-for-eclipse-ipzilla/xmlsec-2.2.0-sources.jar
00:37:51 [INFO] Refreshing about files and about.html
00:37:51 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:37:51 [INFO] 
00:37:51 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.santuario.xmlsec ---
00:37:51 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.santuario.xmlsec:xml:p2metadata:2.2.0-SNAPSHOT already attached, replace previous instance
00:37:51 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.santuario.xmlsec:xml:p2artifacts:2.2.0-SNAPSHOT already attached, replace previous instance
00:37:51 [INFO] 
00:37:51 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.santuario.xmlsec ---
00:37:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT.pom
00:37:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT.jar
00:37:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-sources.jar
00:37:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-p2metadata.xml
00:37:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-p2artifacts.xml
00:37:51 [INFO] 
00:37:51 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.santuario.xmlsec ---
00:37:51 [INFO] 
00:37:51 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.sshd.osgi >-----------
00:37:51 [INFO] Building Apache Mina SSHD :: OSGi 2.8.0-SNAPSHOT                [43/379]
00:37:51 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:37:51 [INFO] 
00:37:51 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.sshd.osgi ---
00:37:51 [INFO] 
00:37:51 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.sshd.osgi ---
00:37:51 [INFO] The project's OSGi version is 2.8.0.v20211227-1750
00:37:51 [INFO] 
00:37:51 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.sshd.osgi ---
00:37:51 [INFO] 
00:37:51 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.sshd.osgi ---
00:37:51 [INFO] Copying 4 resources
00:37:51 [INFO] 
00:37:51 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.sshd.osgi ---
00:37:51 [INFO] No sources to compile
00:37:51 [INFO] 
00:37:51 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.sshd.osgi ---
00:37:51 [INFO] Gathering dependencies
00:37:51 [INFO] Configured Artifact: org.apache.sshd:sshd-osgi:2.8.0:jar
00:37:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf"
00:37:52 [INFO] Merging collected dependencies
00:37:52 [INFO] Copying 994 resources
00:37:52 [INFO] Generating OSGi MANIFEST.MF
00:37:52 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.sshd.osgi:eclipse-bundle-recipe:2.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] 
00:37:52 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/org.apache.sshd.osgi-2.8.0-SNAPSHOT.jar
00:37:53 [INFO] Gathering sources
00:37:53 [INFO] Configured Artifact: org.apache.sshd:sshd-osgi:sources:2.8.0:jar
00:37:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf"
00:37:53 [INFO] Copying 4 resources
00:37:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/org.apache.sshd.osgi-2.8.0-SNAPSHOT-sources.jar
00:37:54 [INFO] Assembling p2 repository
00:37:54 [INFO] 
00:37:54 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.sshd.osgi ---
00:37:54 [INFO] 
00:37:54 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.sshd.osgi ---
00:37:54 [INFO] Gathering sources archives
00:37:54 [INFO] Configured Artifact: org.apache.sshd:sshd-osgi:sources:2.8.0:jar
00:37:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/sources-for-eclipse-ipzilla/sshd-osgi-2.8.0-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf"
00:37:54 [INFO] Configured Artifact: org.apache.sshd:sshd-osgi:sources:2.8.0:jar
00:37:54 [INFO] Copying sshd-osgi-2.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/sources-for-eclipse-ipzilla/sshd-osgi-2.8.0-sources.jar
00:37:54 [INFO] Refreshing about files and about.html
00:37:54 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:37:54 [INFO] 
00:37:54 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.sshd.osgi ---
00:37:54 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.sshd.osgi:xml:p2metadata:2.8.0-SNAPSHOT already attached, replace previous instance
00:37:54 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.sshd.osgi:xml:p2artifacts:2.8.0-SNAPSHOT already attached, replace previous instance
00:37:54 [INFO] 
00:37:54 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.sshd.osgi ---
00:37:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.8.0-SNAPSHOT/org.apache.sshd.osgi-2.8.0-SNAPSHOT.pom
00:37:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/org.apache.sshd.osgi-2.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.8.0-SNAPSHOT/org.apache.sshd.osgi-2.8.0-SNAPSHOT.jar
00:37:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/org.apache.sshd.osgi-2.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.8.0-SNAPSHOT/org.apache.sshd.osgi-2.8.0-SNAPSHOT-sources.jar
00:37:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.8.0-SNAPSHOT/org.apache.sshd.osgi-2.8.0-SNAPSHOT-p2metadata.xml
00:37:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.8.0-SNAPSHOT/org.apache.sshd.osgi-2.8.0-SNAPSHOT-p2artifacts.xml
00:37:55 [INFO] 
00:37:55 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.sshd.osgi ---
00:37:55 [INFO] 
00:37:55 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.sshd.sftp >-----------
00:37:55 [INFO] Building Apache Mina SSHD :: SFTP 2.8.0-SNAPSHOT                [44/379]
00:37:55 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:38:02 [INFO] 
00:38:02 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.sshd.sftp ---
00:38:02 [INFO] 
00:38:02 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.sshd.sftp ---
00:38:02 [INFO] The project's OSGi version is 2.8.0.v20211227-1750
00:38:02 [INFO] 
00:38:02 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.sshd.sftp ---
00:38:02 [INFO] 
00:38:02 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.sshd.sftp ---
00:38:02 [INFO] Copying 3 resources
00:38:02 [INFO] 
00:38:02 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.sshd.sftp ---
00:38:02 [INFO] No sources to compile
00:38:02 [INFO] 
00:38:02 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.sshd.sftp ---
00:38:02 [INFO] Gathering dependencies
00:38:02 [INFO] Configured Artifact: org.apache.sshd:sshd-sftp:2.8.0:jar
00:38:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/sshd/sshd-sftp/2.8.0/sshd-sftp-2.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf"
00:38:02 [INFO] Merging collected dependencies
00:38:02 [INFO] Copying 177 resources
00:38:02 [INFO] Generating OSGi MANIFEST.MF
00:38:03 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.sshd.sftp:eclipse-bundle-recipe:2.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] 
00:38:03 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/org.apache.sshd.sftp-2.8.0-SNAPSHOT.jar
00:38:03 [INFO] Gathering sources
00:38:03 [INFO] Configured Artifact: org.apache.sshd:sshd-sftp:sources:2.8.0:jar
00:38:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/sshd/sshd-sftp/2.8.0/sshd-sftp-2.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf"
00:38:03 [INFO] Copying 3 resources
00:38:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/org.apache.sshd.sftp-2.8.0-SNAPSHOT-sources.jar
00:38:03 [INFO] Assembling p2 repository
00:38:03 [INFO] 
00:38:03 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.sshd.sftp ---
00:38:03 [INFO] 
00:38:03 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.sshd.sftp ---
00:38:03 [INFO] Gathering sources archives
00:38:03 [INFO] Configured Artifact: org.apache.sshd:sshd-sftp:sources:2.8.0:jar
00:38:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/sshd/sshd-sftp/2.8.0/sshd-sftp-2.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/sources-for-eclipse-ipzilla/sshd-sftp-2.8.0-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf"
00:38:03 [INFO] Configured Artifact: org.apache.sshd:sshd-sftp:sources:2.8.0:jar
00:38:03 [INFO] Copying sshd-sftp-2.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/sources-for-eclipse-ipzilla/sshd-sftp-2.8.0-sources.jar
00:38:03 [INFO] Refreshing about files and about.html
00:38:03 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:38:03 [INFO] 
00:38:03 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.sshd.sftp ---
00:38:03 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.sshd.sftp:xml:p2metadata:2.8.0-SNAPSHOT already attached, replace previous instance
00:38:03 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.sshd.sftp:xml:p2artifacts:2.8.0-SNAPSHOT already attached, replace previous instance
00:38:03 [INFO] 
00:38:03 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.sshd.sftp ---
00:38:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.8.0-SNAPSHOT/org.apache.sshd.sftp-2.8.0-SNAPSHOT.pom
00:38:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/org.apache.sshd.sftp-2.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.8.0-SNAPSHOT/org.apache.sshd.sftp-2.8.0-SNAPSHOT.jar
00:38:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/org.apache.sshd.sftp-2.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.8.0-SNAPSHOT/org.apache.sshd.sftp-2.8.0-SNAPSHOT-sources.jar
00:38:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.8.0-SNAPSHOT/org.apache.sshd.sftp-2.8.0-SNAPSHOT-p2metadata.xml
00:38:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.8.0-SNAPSHOT/org.apache.sshd.sftp-2.8.0-SNAPSHOT-p2artifacts.xml
00:38:03 [INFO] 
00:38:03 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.sshd.sftp ---
00:38:03 [INFO] 
00:38:03 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.sshd.osgi >-----------
00:38:03 [INFO] Building Apache Mina SSHD :: OSGi 2.9.2-SNAPSHOT                [45/379]
00:38:03 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:38:04 [INFO] 
00:38:04 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.sshd.osgi ---
00:38:04 [INFO] 
00:38:04 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.sshd.osgi ---
00:38:04 [INFO] The project's OSGi version is 2.9.2.v20221117-1942
00:38:04 [INFO] 
00:38:04 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.sshd.osgi ---
00:38:04 [INFO] 
00:38:04 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.sshd.osgi ---
00:38:04 [INFO] Copying 3 resources
00:38:04 [INFO] 
00:38:04 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.sshd.osgi ---
00:38:04 [INFO] No sources to compile
00:38:04 [INFO] 
00:38:04 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.sshd.osgi ---
00:38:04 [INFO] Gathering dependencies
00:38:04 [INFO] Configured Artifact: org.apache.sshd:sshd-osgi:2.9.2:jar
00:38:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/sshd/sshd-osgi/2.9.2/sshd-osgi-2.9.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf"
00:38:04 [INFO] Merging collected dependencies
00:38:04 [INFO] Copying 1011 resources
00:38:04 [INFO] Generating OSGi MANIFEST.MF
00:38:05 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.sshd.osgi:eclipse-bundle-recipe:2.9.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] 
00:38:05 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/org.apache.sshd.osgi-2.9.2-SNAPSHOT.jar
00:38:05 [INFO] Gathering sources
00:38:05 [INFO] Configured Artifact: org.apache.sshd:sshd-osgi:sources:2.9.2:jar
00:38:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/sshd/sshd-osgi/2.9.2/sshd-osgi-2.9.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf"
00:38:06 [INFO] Copying 3 resources
00:38:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/org.apache.sshd.osgi-2.9.2-SNAPSHOT-sources.jar
00:38:06 [INFO] Assembling p2 repository
00:38:06 [INFO] 
00:38:06 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.sshd.osgi ---
00:38:06 [INFO] 
00:38:06 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.sshd.osgi ---
00:38:06 [INFO] Gathering sources archives
00:38:06 [INFO] Configured Artifact: org.apache.sshd:sshd-osgi:sources:2.9.2:jar
00:38:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/sshd/sshd-osgi/2.9.2/sshd-osgi-2.9.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/sources-for-eclipse-ipzilla/sshd-osgi-2.9.2-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf"
00:38:07 [INFO] Configured Artifact: org.apache.sshd:sshd-osgi:sources:2.9.2:jar
00:38:07 [INFO] Copying sshd-osgi-2.9.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/sources-for-eclipse-ipzilla/sshd-osgi-2.9.2-sources.jar
00:38:07 [INFO] Refreshing about files and about.html
00:38:07 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:38:07 [INFO] 
00:38:07 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.sshd.osgi ---
00:38:07 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.sshd.osgi:xml:p2metadata:2.9.2-SNAPSHOT already attached, replace previous instance
00:38:07 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.sshd.osgi:xml:p2artifacts:2.9.2-SNAPSHOT already attached, replace previous instance
00:38:07 [INFO] 
00:38:07 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.sshd.osgi ---
00:38:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.9.2-SNAPSHOT/org.apache.sshd.osgi-2.9.2-SNAPSHOT.pom
00:38:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/org.apache.sshd.osgi-2.9.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.9.2-SNAPSHOT/org.apache.sshd.osgi-2.9.2-SNAPSHOT.jar
00:38:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/org.apache.sshd.osgi-2.9.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.9.2-SNAPSHOT/org.apache.sshd.osgi-2.9.2-SNAPSHOT-sources.jar
00:38:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.9.2-SNAPSHOT/org.apache.sshd.osgi-2.9.2-SNAPSHOT-p2metadata.xml
00:38:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.9.2-SNAPSHOT/org.apache.sshd.osgi-2.9.2-SNAPSHOT-p2artifacts.xml
00:38:07 [INFO] 
00:38:07 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.sshd.osgi ---
00:38:07 [INFO] 
00:38:07 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.sshd.sftp >-----------
00:38:07 [INFO] Building Apache Mina SSHD :: SFTP 2.9.2-SNAPSHOT                [46/379]
00:38:07 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:38:07 [INFO] 
00:38:07 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.sshd.sftp ---
00:38:07 [INFO] 
00:38:07 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.sshd.sftp ---
00:38:07 [INFO] The project's OSGi version is 2.9.2.v20221117-1942
00:38:07 [INFO] 
00:38:07 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.sshd.sftp ---
00:38:07 [INFO] 
00:38:07 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.sshd.sftp ---
00:38:07 [INFO] Copying 3 resources
00:38:07 [INFO] 
00:38:07 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.sshd.sftp ---
00:38:07 [INFO] No sources to compile
00:38:07 [INFO] 
00:38:07 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.sshd.sftp ---
00:38:07 [INFO] Gathering dependencies
00:38:07 [INFO] Configured Artifact: org.apache.sshd:sshd-sftp:2.9.2:jar
00:38:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/sshd/sshd-sftp/2.9.2/sshd-sftp-2.9.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf"
00:38:07 [INFO] Merging collected dependencies
00:38:07 [INFO] Copying 182 resources
00:38:07 [INFO] Generating OSGi MANIFEST.MF
00:38:07 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.sshd.sftp:eclipse-bundle-recipe:2.9.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] 
00:38:07 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/org.apache.sshd.sftp-2.9.2-SNAPSHOT.jar
00:38:08 [INFO] Gathering sources
00:38:08 [INFO] Configured Artifact: org.apache.sshd:sshd-sftp:sources:2.9.2:jar
00:38:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/sshd/sshd-sftp/2.9.2/sshd-sftp-2.9.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf"
00:38:08 [INFO] Copying 3 resources
00:38:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/org.apache.sshd.sftp-2.9.2-SNAPSHOT-sources.jar
00:38:08 [INFO] Assembling p2 repository
00:38:08 [INFO] 
00:38:08 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.sshd.sftp ---
00:38:08 [INFO] 
00:38:08 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.sshd.sftp ---
00:38:08 [INFO] Gathering sources archives
00:38:08 [INFO] Configured Artifact: org.apache.sshd:sshd-sftp:sources:2.9.2:jar
00:38:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/sshd/sshd-sftp/2.9.2/sshd-sftp-2.9.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/sources-for-eclipse-ipzilla/sshd-sftp-2.9.2-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf"
00:38:09 [INFO] Configured Artifact: org.apache.sshd:sshd-sftp:sources:2.9.2:jar
00:38:09 [INFO] Copying sshd-sftp-2.9.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/sources-for-eclipse-ipzilla/sshd-sftp-2.9.2-sources.jar
00:38:09 [INFO] Refreshing about files and about.html
00:38:09 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:38:09 [INFO] 
00:38:09 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.sshd.sftp ---
00:38:09 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.sshd.sftp:xml:p2metadata:2.9.2-SNAPSHOT already attached, replace previous instance
00:38:09 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.sshd.sftp:xml:p2artifacts:2.9.2-SNAPSHOT already attached, replace previous instance
00:38:09 [INFO] 
00:38:09 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.sshd.sftp ---
00:38:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.9.2-SNAPSHOT/org.apache.sshd.sftp-2.9.2-SNAPSHOT.pom
00:38:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/org.apache.sshd.sftp-2.9.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.9.2-SNAPSHOT/org.apache.sshd.sftp-2.9.2-SNAPSHOT.jar
00:38:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/org.apache.sshd.sftp-2.9.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.9.2-SNAPSHOT/org.apache.sshd.sftp-2.9.2-SNAPSHOT-sources.jar
00:38:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.9.2-SNAPSHOT/org.apache.sshd.sftp-2.9.2-SNAPSHOT-p2metadata.xml
00:38:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.9.2-SNAPSHOT/org.apache.sshd.sftp-2.9.2-SNAPSHOT-p2artifacts.xml
00:38:09 [INFO] 
00:38:09 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.sshd.sftp ---
00:38:09 [INFO] 
00:38:09 [INFO] --------< org.eclipse.orbit.bundles:org.apache.ws.commons.util >--------
00:38:09 [INFO] Building Apache WebServices Common Utilities 1.0.2-SNAPSHOT     [47/379]
00:38:09 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:38:09 [INFO] 
00:38:09 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.ws.commons.util ---
00:38:09 [INFO] 
00:38:09 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.ws.commons.util ---
00:38:09 [INFO] The project's OSGi version is 1.0.2.v20160817-1930
00:38:09 [INFO] 
00:38:09 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.ws.commons.util ---
00:38:09 [INFO] 
00:38:09 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.ws.commons.util ---
00:38:09 [INFO] Copying 3 resources
00:38:09 [INFO] 
00:38:09 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.ws.commons.util ---
00:38:09 [INFO] No sources to compile
00:38:09 [INFO] 
00:38:09 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.ws.commons.util ---
00:38:09 [INFO] Gathering dependencies
00:38:09 [INFO] Configured Artifact: org.apache.ws.commons.util:ws-commons-util:1.0.2:jar
00:38:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:09 [INFO] Merging collected dependencies
00:38:09 [INFO] Copying 24 resources
00:38:09 [INFO] Generating OSGi MANIFEST.MF
00:38:09 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.ws.commons.util:eclipse-bundle-recipe:1.0.2-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:38:09 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/org.apache.ws.commons.util-1.0.2-SNAPSHOT.jar
00:38:09 [INFO] Gathering sources
00:38:09 [INFO] Configured Artifact: org.apache.ws.commons.util:ws-commons-util:sources:1.0.2:jar
00:38:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:09 [INFO] Copying 3 resources
00:38:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/org.apache.ws.commons.util-1.0.2-SNAPSHOT-sources.jar
00:38:09 [INFO] Assembling p2 repository
00:38:10 [INFO] 
00:38:10 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.ws.commons.util ---
00:38:10 [INFO] 
00:38:10 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.ws.commons.util ---
00:38:10 [INFO] Gathering sources archives
00:38:10 [INFO] Configured Artifact: org.apache.ws.commons.util:ws-commons-util:sources:1.0.2:jar
00:38:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/sources-for-eclipse-ipzilla/ws-commons-util-1.0.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:10 [INFO] Configured Artifact: org.apache.ws.commons.util:ws-commons-util:sources:1.0.2:jar
00:38:10 [INFO] Copying ws-commons-util-1.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/sources-for-eclipse-ipzilla/ws-commons-util-1.0.2-sources.jar
00:38:10 [INFO] Refreshing about files and about.html
00:38:10 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:38:10 [INFO] 
00:38:10 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.ws.commons.util ---
00:38:10 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.ws.commons.util:xml:p2metadata:1.0.2-SNAPSHOT already attached, replace previous instance
00:38:10 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.ws.commons.util:xml:p2artifacts:1.0.2-SNAPSHOT already attached, replace previous instance
00:38:10 [INFO] 
00:38:10 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.ws.commons.util ---
00:38:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.ws.commons.util/1.0.2-SNAPSHOT/org.apache.ws.commons.util-1.0.2-SNAPSHOT.pom
00:38:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/org.apache.ws.commons.util-1.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.ws.commons.util/1.0.2-SNAPSHOT/org.apache.ws.commons.util-1.0.2-SNAPSHOT.jar
00:38:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/org.apache.ws.commons.util-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.ws.commons.util/1.0.2-SNAPSHOT/org.apache.ws.commons.util-1.0.2-SNAPSHOT-sources.jar
00:38:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.ws.commons.util/1.0.2-SNAPSHOT/org.apache.ws.commons.util-1.0.2-SNAPSHOT-p2metadata.xml
00:38:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.ws.commons.util/1.0.2-SNAPSHOT/org.apache.ws.commons.util-1.0.2-SNAPSHOT-p2artifacts.xml
00:38:10 [INFO] 
00:38:10 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.ws.commons.util ---
00:38:10 [INFO] 
00:38:10 [INFO] ------------< org.eclipse.orbit.bundles:org.apache.wsil4j >-------------
00:38:10 [INFO] Building Web Services Inspection Language for Java 1.0.0-SNAPSHOT [48/379]
00:38:10 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:38:10 [INFO] 
00:38:10 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.wsil4j ---
00:38:10 [INFO] 
00:38:10 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.wsil4j ---
00:38:10 [INFO] The project's OSGi version is 1.0.0.v20180522-1857
00:38:10 [INFO] 
00:38:10 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.wsil4j ---
00:38:10 [INFO] 
00:38:10 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.wsil4j ---
00:38:10 [INFO] Copying 4 resources
00:38:10 [INFO] 
00:38:10 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.wsil4j ---
00:38:10 [INFO] No sources to compile
00:38:10 [INFO] 
00:38:10 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.wsil4j ---
00:38:10 [INFO] Gathering dependencies
00:38:10 [INFO] Configured Artifact: org.eclipse.orbit.wsil4j:wsil4j:1.0.0:jar
00:38:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/wsil4j/wsil4j/1.0.0/wsil4j-1.0.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.wsil4j_1.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf,plugin.properties"
00:38:10 [INFO] Merging collected dependencies
00:38:10 [INFO] Copying 70 resources
00:38:10 [INFO] Generating OSGi MANIFEST.MF
00:38:10 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.wsil4j:eclipse-bundle-recipe:1.0.0-SNAPSHOT : Host org.uddi4j=bundle-version="[2.0.4,3.0.0)" for this fragment/require bundle cannot be found on the classpath
00:38:10 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.wsil4j:eclipse-bundle-recipe:1.0.0-SNAPSHOT : Host org.apache.axis=bundle-version="[1.3.0,2.0.0)" for this fragment/require bundle cannot be found on the classpath
00:38:10 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.wsil4j:eclipse-bundle-recipe:1.0.0-SNAPSHOT : Host javax.wsdl=bundle-version="[1.4.0,1.7.0)" for this fragment/require bundle cannot be found on the classpath
00:38:10 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.wsil4j_1.0.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.wsil4j_1.0.0/target/org.apache.wsil4j-1.0.0-SNAPSHOT.jar
00:38:10 [INFO] Gathering sources
00:38:10 [INFO] Configured Artifact: org.eclipse.orbit.wsil4j:wsil4j:sources:1.0.0:jar
00:38:10 [WARNING] Unable to resolve source jar; skipping source bundle
00:38:10 [INFO] Assembling p2 repository
00:38:11 [INFO] 
00:38:11 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.wsil4j ---
00:38:11 [INFO] 
00:38:11 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.wsil4j ---
00:38:11 [INFO] Gathering sources archives
00:38:11 [INFO] Configured Artifact: org.eclipse.orbit.wsil4j:wsil4j:sources:1.0.0:jar
00:38:11 [WARNING] Unable to resolve source jar; skipping Eclipse IP information
00:38:11 [INFO] Refreshing about files and about.html
00:38:11 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.wsil4j_1.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:38:11 [INFO] 
00:38:11 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.wsil4j ---
00:38:11 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.wsil4j:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
00:38:11 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.wsil4j:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
00:38:11 [INFO] 
00:38:11 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.wsil4j ---
00:38:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.wsil4j_1.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.wsil4j/1.0.0-SNAPSHOT/org.apache.wsil4j-1.0.0-SNAPSHOT.pom
00:38:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.wsil4j_1.0.0/target/org.apache.wsil4j-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.wsil4j/1.0.0-SNAPSHOT/org.apache.wsil4j-1.0.0-SNAPSHOT.jar
00:38:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.wsil4j_1.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.wsil4j/1.0.0-SNAPSHOT/org.apache.wsil4j-1.0.0-SNAPSHOT-p2metadata.xml
00:38:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.wsil4j_1.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.wsil4j/1.0.0-SNAPSHOT/org.apache.wsil4j-1.0.0-SNAPSHOT-p2artifacts.xml
00:38:11 [INFO] 
00:38:11 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.wsil4j ---
00:38:11 [INFO] 
00:38:11 [INFO] -------------< org.eclipse.orbit.bundles:org.apache.xalan >-------------
00:38:11 [INFO] Building Xalan Java 2.7.2-SNAPSHOT                              [49/379]
00:38:11 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:38:11 [INFO] 
00:38:11 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xalan ---
00:38:11 [INFO] 
00:38:11 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.xalan ---
00:38:11 [INFO] The project's OSGi version is 2.7.2.v20221112-0806
00:38:11 [INFO] 
00:38:11 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.xalan ---
00:38:11 [INFO] 
00:38:11 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.xalan ---
00:38:11 [INFO] Copying 3 resources
00:38:11 [INFO] 
00:38:11 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.xalan ---
00:38:11 [INFO] No sources to compile
00:38:11 [INFO] 
00:38:11 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xalan ---
00:38:11 [INFO] Gathering dependencies
00:38:11 [INFO] Configured Artifact: xalan:xalan:2.7.2:jar
00:38:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/xalan/xalan/2.7.2/xalan-2.7.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xalan_2.7.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:12 [INFO] Merging collected dependencies
00:38:12 [INFO] Copying 1508 resources
00:38:12 [INFO] Generating OSGi MANIFEST.MF
00:38:13 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xalan:eclipse-bundle-recipe:2.7.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:38:13 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xalan_2.7.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xalan_2.7.2/target/org.apache.xalan-2.7.2-SNAPSHOT.jar
00:38:13 [INFO] Gathering sources
00:38:13 [INFO] Configured Artifact: xalan:xalan:sources:2.7.2:jar
00:38:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/xalan/xalan/2.7.2/xalan-2.7.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xalan_2.7.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:14 [INFO] Copying 3 resources
00:38:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xalan_2.7.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xalan_2.7.2/target/org.apache.xalan-2.7.2-SNAPSHOT-sources.jar
00:38:14 [INFO] Assembling p2 repository
00:38:15 [INFO] 
00:38:15 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xalan ---
00:38:15 [INFO] 
00:38:15 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xalan ---
00:38:15 [INFO] Gathering sources archives
00:38:15 [INFO] Configured Artifact: xalan:xalan:sources:2.7.2:jar
00:38:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/xalan/xalan/2.7.2/xalan-2.7.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xalan_2.7.2/target/sources-for-eclipse-ipzilla/xalan-2.7.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:16 [INFO] Configured Artifact: xalan:xalan:sources:2.7.2:jar
00:38:16 [INFO] Copying xalan-2.7.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xalan_2.7.2/target/sources-for-eclipse-ipzilla/xalan-2.7.2-sources.jar
00:38:16 [INFO] Refreshing about files and about.html
00:38:16 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xalan_2.7.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:38:16 [INFO] 
00:38:16 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.xalan ---
00:38:16 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.xalan:xml:p2metadata:2.7.2-SNAPSHOT already attached, replace previous instance
00:38:16 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.xalan:xml:p2artifacts:2.7.2-SNAPSHOT already attached, replace previous instance
00:38:16 [INFO] 
00:38:16 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.xalan ---
00:38:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xalan_2.7.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT.pom
00:38:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xalan_2.7.2/target/org.apache.xalan-2.7.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT.jar
00:38:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xalan_2.7.2/target/org.apache.xalan-2.7.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT-sources.jar
00:38:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xalan_2.7.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT-p2metadata.xml
00:38:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xalan_2.7.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT-p2artifacts.xml
00:38:16 [INFO] 
00:38:16 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.xalan ---
00:38:16 [INFO] 
00:38:16 [INFO] ------------< org.eclipse.orbit.bundles:org.apache.xerces >-------------
00:38:16 [INFO] Building Xerces2-j 2.12.2-SNAPSHOT                              [50/379]
00:38:16 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:38:16 [INFO] 
00:38:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xerces ---
00:38:16 [INFO] 
00:38:16 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.xerces ---
00:38:16 [INFO] The project's OSGi version is 2.12.2.v20220131-0835
00:38:16 [INFO] 
00:38:16 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.xerces ---
00:38:16 [INFO] 
00:38:16 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.xerces ---
00:38:16 [INFO] Copying 3 resources
00:38:16 [INFO] 
00:38:16 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.xerces ---
00:38:16 [INFO] No sources to compile
00:38:16 [INFO] 
00:38:16 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xerces ---
00:38:16 [INFO] Gathering dependencies
00:38:16 [INFO] Configured Artifact: xerces:xercesImpl:2.12.2:jar
00:38:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xerces_2.12.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:16 [INFO] Merging collected dependencies
00:38:16 [INFO] Copying 995 resources
00:38:16 [INFO] Generating OSGi MANIFEST.MF
00:38:17 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xerces:eclipse-bundle-recipe:2.12.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] 
00:38:17 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xerces_2.12.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xerces_2.12.2/target/org.apache.xerces-2.12.2-SNAPSHOT.jar
00:38:17 [INFO] Gathering sources
00:38:17 [INFO] Configured Artifact: xerces:xercesImpl:sources:2.12.2:jar
00:38:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xerces_2.12.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:18 [INFO] Copying 3 resources
00:38:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xerces_2.12.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xerces_2.12.2/target/org.apache.xerces-2.12.2-SNAPSHOT-sources.jar
00:38:18 [INFO] Assembling p2 repository
00:38:18 [INFO] 
00:38:18 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xerces ---
00:38:18 [INFO] 
00:38:18 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xerces ---
00:38:18 [INFO] Gathering sources archives
00:38:18 [INFO] Configured Artifact: xerces:xercesImpl:sources:2.12.2:jar
00:38:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xerces_2.12.2/target/sources-for-eclipse-ipzilla/xercesImpl-2.12.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:19 [INFO] Configured Artifact: xerces:xercesImpl:sources:2.12.2:jar
00:38:19 [INFO] Copying xercesImpl-2.12.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xerces_2.12.2/target/sources-for-eclipse-ipzilla/xercesImpl-2.12.2-sources.jar
00:38:19 [INFO] Refreshing about files and about.html
00:38:19 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xerces_2.12.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:38:19 [INFO] 
00:38:19 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.xerces ---
00:38:19 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.xerces:xml:p2metadata:2.12.2-SNAPSHOT already attached, replace previous instance
00:38:19 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.xerces:xml:p2artifacts:2.12.2-SNAPSHOT already attached, replace previous instance
00:38:19 [INFO] 
00:38:19 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.xerces ---
00:38:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xerces_2.12.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.2-SNAPSHOT/org.apache.xerces-2.12.2-SNAPSHOT.pom
00:38:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xerces_2.12.2/target/org.apache.xerces-2.12.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.2-SNAPSHOT/org.apache.xerces-2.12.2-SNAPSHOT.jar
00:38:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xerces_2.12.2/target/org.apache.xerces-2.12.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.2-SNAPSHOT/org.apache.xerces-2.12.2-SNAPSHOT-sources.jar
00:38:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xerces_2.12.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.2-SNAPSHOT/org.apache.xerces-2.12.2-SNAPSHOT-p2metadata.xml
00:38:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xerces_2.12.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.2-SNAPSHOT/org.apache.xerces-2.12.2-SNAPSHOT-p2artifacts.xml
00:38:19 [INFO] 
00:38:19 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.xerces ---
00:38:19 [INFO] 
00:38:19 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.xml.resolver >----------
00:38:19 [INFO] Building XML Commons Resolver Component 1.2.0-SNAPSHOT          [51/379]
00:38:19 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:38:19 [INFO] 
00:38:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xml.resolver ---
00:38:19 [INFO] 
00:38:19 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.xml.resolver ---
00:38:19 [INFO] The project's OSGi version is 1.2.0.v20220715-1206
00:38:19 [INFO] 
00:38:19 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.xml.resolver ---
00:38:19 [INFO] 
00:38:19 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.xml.resolver ---
00:38:19 [INFO] Copying 3 resources
00:38:19 [INFO] 
00:38:19 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.xml.resolver ---
00:38:19 [INFO] No sources to compile
00:38:19 [INFO] 
00:38:19 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xml.resolver ---
00:38:19 [INFO] Gathering dependencies
00:38:19 [INFO] Configured Artifact: xml-resolver:xml-resolver:1.2:jar
00:38:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:19 [INFO] Merging collected dependencies
00:38:19 [INFO] Copying 38 resources
00:38:19 [INFO] Generating OSGi MANIFEST.MF
00:38:19 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xml.resolver:eclipse-bundle-recipe:1.2.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:38:19 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/org.apache.xml.resolver-1.2.0-SNAPSHOT.jar
00:38:19 [INFO] Gathering sources
00:38:19 [INFO] Configured Artifact: xml-resolver:xml-resolver:sources:1.2:jar
00:38:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/xml-resolver/xml-resolver/1.2/xml-resolver-1.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:19 [INFO] Copying 3 resources
00:38:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.resolver_1.2.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/org.apache.xml.resolver-1.2.0-SNAPSHOT-sources.jar
00:38:19 [INFO] Assembling p2 repository
00:38:20 [INFO] 
00:38:20 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xml.resolver ---
00:38:20 [INFO] 
00:38:20 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xml.resolver ---
00:38:20 [INFO] Gathering sources archives
00:38:20 [INFO] Configured Artifact: xml-resolver:xml-resolver:sources:1.2:jar
00:38:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/xml-resolver/xml-resolver/1.2/xml-resolver-1.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/sources-for-eclipse-ipzilla/xml-resolver-1.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:20 [INFO] Configured Artifact: xml-resolver:xml-resolver:sources:1.2:jar
00:38:20 [INFO] Copying xml-resolver-1.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/sources-for-eclipse-ipzilla/xml-resolver-1.2-sources.jar
00:38:20 [INFO] Refreshing about files and about.html
00:38:20 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.resolver_1.2.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:38:20 [INFO] 
00:38:20 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.xml.resolver ---
00:38:20 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.xml.resolver:xml:p2metadata:1.2.0-SNAPSHOT already attached, replace previous instance
00:38:20 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.xml.resolver:xml:p2artifacts:1.2.0-SNAPSHOT already attached, replace previous instance
00:38:20 [INFO] 
00:38:20 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.xml.resolver ---
00:38:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.resolver_1.2.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xml.resolver/1.2.0-SNAPSHOT/org.apache.xml.resolver-1.2.0-SNAPSHOT.pom
00:38:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/org.apache.xml.resolver-1.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xml.resolver/1.2.0-SNAPSHOT/org.apache.xml.resolver-1.2.0-SNAPSHOT.jar
00:38:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/org.apache.xml.resolver-1.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xml.resolver/1.2.0-SNAPSHOT/org.apache.xml.resolver-1.2.0-SNAPSHOT-sources.jar
00:38:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xml.resolver/1.2.0-SNAPSHOT/org.apache.xml.resolver-1.2.0-SNAPSHOT-p2metadata.xml
00:38:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xml.resolver/1.2.0-SNAPSHOT/org.apache.xml.resolver-1.2.0-SNAPSHOT-p2artifacts.xml
00:38:20 [INFO] 
00:38:20 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.xml.resolver ---
00:38:20 [INFO] 
00:38:20 [INFO] --------< org.eclipse.orbit.bundles:org.apache.xml.serializer >---------
00:38:20 [INFO] Building Xalan Java Serializer 2.7.2-SNAPSHOT                   [52/379]
00:38:20 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:38:20 [INFO] 
00:38:20 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xml.serializer ---
00:38:20 [INFO] 
00:38:20 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.xml.serializer ---
00:38:20 [INFO] The project's OSGi version is 2.7.2.v20220406-0601
00:38:20 [INFO] 
00:38:20 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.xml.serializer ---
00:38:20 [INFO] 
00:38:20 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.xml.serializer ---
00:38:20 [INFO] Copying 3 resources
00:38:20 [INFO] 
00:38:20 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.xml.serializer ---
00:38:20 [INFO] No sources to compile
00:38:20 [INFO] 
00:38:20 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xml.serializer ---
00:38:20 [INFO] Gathering dependencies
00:38:20 [INFO] Configured Artifact: xalan:serializer:2.7.2:jar
00:38:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/xalan/serializer/2.7.2/serializer-2.7.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:20 [INFO] Merging collected dependencies
00:38:20 [INFO] Copying 116 resources
00:38:20 [INFO] Generating OSGi MANIFEST.MF
00:38:20 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xml.serializer:eclipse-bundle-recipe:2.7.2-SNAPSHOT : Export org.apache.xml.serializer,  has 1,  private references [org.apache.xml.serializer.utils]
00:38:20 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/org.apache.xml.serializer-2.7.2-SNAPSHOT.jar
00:38:20 [INFO] Gathering sources
00:38:20 [INFO] Configured Artifact: xalan:serializer:sources:2.7.2:jar
00:38:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/xalan/serializer/2.7.2/serializer-2.7.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:21 [INFO] Copying 3 resources
00:38:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.serializer_2.7.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/org.apache.xml.serializer-2.7.2-SNAPSHOT-sources.jar
00:38:21 [INFO] Assembling p2 repository
00:38:22 [INFO] 
00:38:22 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xml.serializer ---
00:38:22 [INFO] 
00:38:22 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xml.serializer ---
00:38:22 [INFO] Gathering sources archives
00:38:22 [INFO] Configured Artifact: xalan:serializer:sources:2.7.2:jar
00:38:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/xalan/serializer/2.7.2/serializer-2.7.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/sources-for-eclipse-ipzilla/serializer-2.7.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:22 [INFO] Configured Artifact: xalan:serializer:sources:2.7.2:jar
00:38:22 [INFO] Copying serializer-2.7.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/sources-for-eclipse-ipzilla/serializer-2.7.2-sources.jar
00:38:22 [INFO] Refreshing about files and about.html
00:38:22 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.serializer_2.7.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:38:22 [INFO] 
00:38:22 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.xml.serializer ---
00:38:22 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.xml.serializer:xml:p2metadata:2.7.2-SNAPSHOT already attached, replace previous instance
00:38:22 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.xml.serializer:xml:p2artifacts:2.7.2-SNAPSHOT already attached, replace previous instance
00:38:22 [INFO] 
00:38:22 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.xml.serializer ---
00:38:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.serializer_2.7.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xml.serializer/2.7.2-SNAPSHOT/org.apache.xml.serializer-2.7.2-SNAPSHOT.pom
00:38:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/org.apache.xml.serializer-2.7.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xml.serializer/2.7.2-SNAPSHOT/org.apache.xml.serializer-2.7.2-SNAPSHOT.jar
00:38:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/org.apache.xml.serializer-2.7.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xml.serializer/2.7.2-SNAPSHOT/org.apache.xml.serializer-2.7.2-SNAPSHOT-sources.jar
00:38:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xml.serializer/2.7.2-SNAPSHOT/org.apache.xml.serializer-2.7.2-SNAPSHOT-p2metadata.xml
00:38:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xml.serializer/2.7.2-SNAPSHOT/org.apache.xml.serializer-2.7.2-SNAPSHOT-p2artifacts.xml
00:38:22 [INFO] 
00:38:22 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.xml.serializer ---
00:38:22 [INFO] 
00:38:22 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.xmlbeans >------------
00:38:22 [INFO] Building XmlBeans 3.1.0-SNAPSHOT                                [53/379]
00:38:22 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:38:22 [INFO] 
00:38:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xmlbeans ---
00:38:22 [INFO] 
00:38:22 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.xmlbeans ---
00:38:22 [INFO] The project's OSGi version is 3.1.0.v20221112-0806
00:38:22 [INFO] 
00:38:22 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.xmlbeans ---
00:38:22 [INFO] 
00:38:22 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.xmlbeans ---
00:38:22 [INFO] Copying 3 resources
00:38:22 [INFO] 
00:38:22 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.xmlbeans ---
00:38:22 [INFO] No sources to compile
00:38:22 [INFO] 
00:38:22 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xmlbeans ---
00:38:22 [INFO] Gathering dependencies
00:38:22 [INFO] Configured Artifact: org.apache.xmlbeans:xmlbeans:3.1.0:jar
00:38:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:23 [INFO] Merging collected dependencies
00:38:23 [INFO] Copying 1938 resources
00:38:23 [INFO] Generating OSGi MANIFEST.MF
00:38:24 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/org.apache.xmlbeans-3.1.0-SNAPSHOT.jar
00:38:25 [INFO] Gathering sources
00:38:25 [INFO] Configured Artifact: org.apache.xmlbeans:xmlbeans:sources:3.1.0:jar
00:38:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:30 [INFO] Copying 3 resources
00:38:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xmlbeans_3.1.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/org.apache.xmlbeans-3.1.0-SNAPSHOT-sources.jar
00:38:30 [INFO] Assembling p2 repository
00:38:31 [INFO] 
00:38:31 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xmlbeans ---
00:38:31 [INFO] 
00:38:31 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xmlbeans ---
00:38:31 [INFO] Gathering sources archives
00:38:31 [INFO] Configured Artifact: org.apache.xmlbeans:xmlbeans:sources:3.1.0:jar
00:38:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/sources-for-eclipse-ipzilla/xmlbeans-3.1.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:31 [INFO] Configured Artifact: org.apache.xmlbeans:xmlbeans:sources:3.1.0:jar
00:38:31 [INFO] Copying xmlbeans-3.1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/sources-for-eclipse-ipzilla/xmlbeans-3.1.0-sources.jar
00:38:31 [INFO] Refreshing about files and about.html
00:38:31 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xmlbeans_3.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:38:31 [INFO] 
00:38:31 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.xmlbeans ---
00:38:31 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.xmlbeans:xml:p2metadata:3.1.0-SNAPSHOT already attached, replace previous instance
00:38:31 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.xmlbeans:xml:p2artifacts:3.1.0-SNAPSHOT already attached, replace previous instance
00:38:31 [INFO] 
00:38:31 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.xmlbeans ---
00:38:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xmlbeans_3.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT.pom
00:38:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/org.apache.xmlbeans-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT.jar
00:38:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/org.apache.xmlbeans-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT-sources.jar
00:38:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT-p2metadata.xml
00:38:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT-p2artifacts.xml
00:38:31 [INFO] 
00:38:31 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.xmlbeans ---
00:38:31 [INFO] 
00:38:31 [INFO] -------------------< org.eclipse.orbit.bundles:ant >--------------------
00:38:31 [INFO] Building Eclipse Orbit :: Ant Recipes 1.0.0-SNAPSHOT            [54/379]
00:38:31 [INFO] --------------------------------[ pom ]---------------------------------
00:38:31 [INFO] 
00:38:31 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ant ---
00:38:31 [INFO] 
00:38:31 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ ant ---
00:38:31 [INFO] 
00:38:31 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ ant ---
00:38:31 [INFO] 
00:38:31 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ant ---
00:38:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ant/1.0.0-SNAPSHOT/ant-1.0.0-SNAPSHOT.pom
00:38:31 [INFO] 
00:38:31 [INFO] --------------< org.eclipse.orbit.bundles:org.apache.ant >--------------
00:38:31 [INFO] Building Apache Ant (all-in-one) 1.10.12-SNAPSHOT               [55/379]
00:38:31 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:38:41 [INFO] 
00:38:41 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.ant ---
00:38:41 [INFO] 
00:38:41 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.ant ---
00:38:41 [INFO] The project's OSGi version is 1.10.12.v20211102-1452
00:38:41 [INFO] 
00:38:41 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.ant ---
00:38:41 [INFO] 
00:38:41 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.ant ---
00:38:41 [INFO] Copying 35 resources
00:38:41 [INFO] 
00:38:41 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.ant ---
00:38:41 [INFO] No sources to compile
00:38:41 [INFO] 
00:38:41 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.ant ---
00:38:41 [INFO] Gathering dependencies
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-antlr:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-apache-bcel:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-apache-bsf:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-apache-log4j:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-apache-oro:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-apache-regexp:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-apache-resolver:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-apache-xalan2:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-commons-logging:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-commons-net:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-imageio:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-jai:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-javamail:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-jdepend:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-jmf:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-jsch:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-junit:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-junitlauncher:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-junit4:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-launcher:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-netrexx:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-swing:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-testutil:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant:1.10.12:jar
00:38:41 [INFO] Configured Artifact: org.apache.ant:ant-xz:1.10.12:jar
00:38:41 [INFO] Copying ant-antlr-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-antlr.jar
00:38:42 [INFO] Copying ant-apache-bcel-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-apache-bcel.jar
00:38:42 [INFO] Copying ant-apache-bsf-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-apache-bsf.jar
00:38:42 [INFO] Copying ant-apache-log4j-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-apache-log4j.jar
00:38:42 [INFO] Copying ant-apache-oro-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-apache-oro.jar
00:38:42 [INFO] Copying ant-apache-regexp-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-apache-regexp.jar
00:38:42 [INFO] Copying ant-apache-resolver-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-apache-resolver.jar
00:38:42 [INFO] Copying ant-apache-xalan2-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-apache-xalan2.jar
00:38:42 [INFO] Copying ant-commons-logging-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-commons-logging.jar
00:38:42 [INFO] Copying ant-commons-net-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-commons-net.jar
00:38:42 [INFO] Copying ant-imageio-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-imageio.jar
00:38:42 [INFO] Copying ant-jai-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-jai.jar
00:38:42 [INFO] Copying ant-javamail-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-javamail.jar
00:38:42 [INFO] Copying ant-jdepend-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-jdepend.jar
00:38:42 [INFO] Copying ant-jmf-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-jmf.jar
00:38:42 [INFO] Copying ant-jsch-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-jsch.jar
00:38:42 [INFO] Copying ant-junit-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-junit.jar
00:38:42 [INFO] Copying ant-junitlauncher-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-junitlauncher.jar
00:38:42 [INFO] Copying ant-junit4-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-junit4.jar
00:38:42 [INFO] Copying ant-launcher-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-launcher.jar
00:38:42 [INFO] Copying ant-netrexx-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-netrexx.jar
00:38:42 [INFO] Copying ant-swing-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-swing.jar
00:38:42 [INFO] Copying ant-testutil-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-testutil.jar
00:38:42 [INFO] Copying ant-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant.jar
00:38:42 [INFO] Copying ant-xz-1.10.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-xz.jar
00:38:42 [INFO] Merging collected dependencies
00:38:42 [INFO] Copying 25 resources
00:38:42 [INFO] Generating OSGi MANIFEST.MF
00:38:42 [INFO] No MANIFEST.MF file found, generating manifest.
00:38:43 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.ant:eclipse-bundle-recipe:1.10.12-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] 
00:38:43 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar
00:38:43 [INFO] Gathering sources
00:38:43 [INFO] Configured Artifact: org.apache.ant:ant-antlr:sources:1.10.12:jar
00:38:43 [INFO] Configured Artifact: org.apache.ant:ant-apache-bcel:sources:1.10.12:jar
00:38:43 [INFO] Configured Artifact: org.apache.ant:ant-apache-bsf:sources:1.10.12:jar
00:38:43 [INFO] Configured Artifact: org.apache.ant:ant-apache-log4j:sources:1.10.12:jar
00:38:43 [INFO] Configured Artifact: org.apache.ant:ant-apache-oro:sources:1.10.12:jar
00:38:43 [INFO] Configured Artifact: org.apache.ant:ant-apache-regexp:sources:1.10.12:jar
00:38:43 [INFO] Configured Artifact: org.apache.ant:ant-apache-resolver:sources:1.10.12:jar
00:38:43 [INFO] Configured Artifact: org.apache.ant:ant-apache-xalan2:sources:1.10.12:jar
00:38:44 [INFO] Configured Artifact: org.apache.ant:ant-commons-logging:sources:1.10.12:jar
00:38:44 [INFO] Configured Artifact: org.apache.ant:ant-commons-net:sources:1.10.12:jar
00:38:44 [INFO] Configured Artifact: org.apache.ant:ant-imageio:sources:1.10.12:jar
00:38:44 [INFO] Configured Artifact: org.apache.ant:ant-jai:sources:1.10.12:jar
00:38:44 [INFO] Configured Artifact: org.apache.ant:ant-javamail:sources:1.10.12:jar
00:38:44 [INFO] Configured Artifact: org.apache.ant:ant-jdepend:sources:1.10.12:jar
00:38:44 [INFO] Configured Artifact: org.apache.ant:ant-jmf:sources:1.10.12:jar
00:38:44 [INFO] Configured Artifact: org.apache.ant:ant-jsch:sources:1.10.12:jar
00:38:44 [INFO] Configured Artifact: org.apache.ant:ant-junit:sources:1.10.12:jar
00:38:44 [INFO] Configured Artifact: org.apache.ant:ant-junitlauncher:sources:1.10.12:jar
00:38:44 [INFO] Configured Artifact: org.apache.ant:ant-junit4:sources:1.10.12:jar
00:38:44 [INFO] Configured Artifact: org.apache.ant:ant-launcher:sources:1.10.12:jar
00:38:44 [INFO] Configured Artifact: org.apache.ant:ant-netrexx:sources:1.10.12:jar
00:38:44 [INFO] Configured Artifact: org.apache.ant:ant-swing:sources:1.10.12:jar
00:38:44 [INFO] Configured Artifact: org.apache.ant:ant-testutil:sources:1.10.12:jar
00:38:44 [INFO] Configured Artifact: org.apache.ant:ant:sources:1.10.12:jar
00:38:44 [INFO] Configured Artifact: org.apache.ant:ant-xz:sources:1.10.12:jar
00:38:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-antlr/1.10.12/ant-antlr-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-apache-bcel/1.10.12/ant-apache-bcel-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-apache-bsf/1.10.12/ant-apache-bsf-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-apache-log4j/1.10.12/ant-apache-log4j-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-apache-oro/1.10.12/ant-apache-oro-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-apache-regexp/1.10.12/ant-apache-regexp-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-apache-resolver/1.10.12/ant-apache-resolver-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-apache-xalan2/1.10.12/ant-apache-xalan2-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-commons-logging/1.10.12/ant-commons-logging-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-commons-net/1.10.12/ant-commons-net-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-imageio/1.10.12/ant-imageio-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-jai/1.10.12/ant-jai-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-javamail/1.10.12/ant-javamail-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-jdepend/1.10.12/ant-jdepend-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-jmf/1.10.12/ant-jmf-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-jsch/1.10.12/ant-jsch-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-junit/1.10.12/ant-junit-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-junitlauncher/1.10.12/ant-junitlauncher-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-junit4/1.10.12/ant-junit4-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-netrexx/1.10.12/ant-netrexx-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-swing/1.10.12/ant-swing-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-testutil/1.10.12/ant-testutil-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant/1.10.12/ant-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-xz/1.10.12/ant-xz-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:45 [INFO] Copying 35 resources
00:38:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT-sources.jar
00:38:45 [INFO] Assembling p2 repository
00:38:46 [INFO] 
00:38:46 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.ant ---
00:38:46 [INFO] 
00:38:46 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.ant ---
00:38:46 [INFO] Gathering sources archives
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-antlr:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-apache-bcel:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-apache-bsf:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-apache-log4j:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-apache-oro:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-apache-regexp:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-apache-resolver:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-apache-xalan2:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-commons-logging:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-commons-net:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-imageio:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-jai:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-javamail:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-jdepend:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-jmf:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-jsch:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-junit:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-junitlauncher:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-junit4:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-launcher:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-netrexx:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-swing:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-testutil:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant:sources:1.10.12:jar
00:38:46 [INFO] Configured Artifact: org.apache.ant:ant-xz:sources:1.10.12:jar
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-antlr/1.10.12/ant-antlr-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-antlr-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-apache-bcel/1.10.12/ant-apache-bcel-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-bcel-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-apache-bsf/1.10.12/ant-apache-bsf-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-bsf-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-apache-log4j/1.10.12/ant-apache-log4j-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-log4j-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-apache-oro/1.10.12/ant-apache-oro-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-oro-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-apache-regexp/1.10.12/ant-apache-regexp-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-regexp-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-apache-resolver/1.10.12/ant-apache-resolver-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-resolver-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-apache-xalan2/1.10.12/ant-apache-xalan2-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-xalan2-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-commons-logging/1.10.12/ant-commons-logging-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-commons-logging-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-commons-net/1.10.12/ant-commons-net-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-commons-net-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-imageio/1.10.12/ant-imageio-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-imageio-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-jai/1.10.12/ant-jai-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-jai-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-javamail/1.10.12/ant-javamail-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-javamail-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-jdepend/1.10.12/ant-jdepend-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-jdepend-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-jmf/1.10.12/ant-jmf-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-jmf-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-jsch/1.10.12/ant-jsch-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-jsch-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-junit/1.10.12/ant-junit-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-junit-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-junitlauncher/1.10.12/ant-junitlauncher-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-junitlauncher-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-junit4/1.10.12/ant-junit4-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-junit4-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-launcher-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-netrexx/1.10.12/ant-netrexx-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-netrexx-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-swing/1.10.12/ant-swing-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-swing-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-testutil/1.10.12/ant-testutil-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-testutil-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant/1.10.12/ant-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/ant/ant-xz/1.10.12/ant-xz-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-xz-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/"
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-antlr:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-apache-bcel:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-apache-bsf:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-apache-log4j:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-apache-oro:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-apache-regexp:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-apache-resolver:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-apache-xalan2:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-commons-logging:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-commons-net:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-imageio:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-jai:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-javamail:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-jdepend:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-jmf:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-jsch:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-junit:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-junitlauncher:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-junit4:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-launcher:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-netrexx:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-swing:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-testutil:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant:sources:1.10.12:jar
00:38:47 [INFO] Configured Artifact: org.apache.ant:ant-xz:sources:1.10.12:jar
00:38:47 [INFO] Copying ant-antlr-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-antlr-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-apache-bcel-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-bcel-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-apache-bsf-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-bsf-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-apache-log4j-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-log4j-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-apache-oro-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-oro-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-apache-regexp-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-regexp-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-apache-resolver-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-resolver-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-apache-xalan2-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-xalan2-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-commons-logging-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-commons-logging-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-commons-net-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-commons-net-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-imageio-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-imageio-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-jai-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-jai-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-javamail-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-javamail-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-jdepend-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-jdepend-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-jmf-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-jmf-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-jsch-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-jsch-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-junit-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-junit-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-junitlauncher-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-junitlauncher-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-junit4-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-junit4-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-launcher-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-launcher-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-netrexx-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-netrexx-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-swing-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-swing-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-testutil-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-testutil-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-1.10.12-sources.jar
00:38:47 [INFO] Copying ant-xz-1.10.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-xz-1.10.12-sources.jar
00:38:47 [INFO] Refreshing about files and about.html
00:38:47 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:38:47 [INFO] 
00:38:47 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.ant ---
00:38:47 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.ant:xml:p2metadata:1.10.12-SNAPSHOT already attached, replace previous instance
00:38:47 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.ant:xml:p2artifacts:1.10.12-SNAPSHOT already attached, replace previous instance
00:38:47 [INFO] 
00:38:47 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.ant ---
00:38:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.12-SNAPSHOT/org.apache.ant-1.10.12-SNAPSHOT.pom
00:38:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.12-SNAPSHOT/org.apache.ant-1.10.12-SNAPSHOT.jar
00:38:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.12-SNAPSHOT/org.apache.ant-1.10.12-SNAPSHOT-sources.jar
00:38:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.12-SNAPSHOT/org.apache.ant-1.10.12-SNAPSHOT-p2metadata.xml
00:38:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.12-SNAPSHOT/org.apache.ant-1.10.12-SNAPSHOT-p2artifacts.xml
00:38:47 [INFO] 
00:38:47 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.ant ---
00:38:47 [INFO] 
00:38:47 [INFO] ------------------< org.eclipse.orbit.bundles:batik >-------------------
00:38:47 [INFO] Building Eclipse Orbit :: Batik Recipes 1.0.0-SNAPSHOT          [56/379]
00:38:47 [INFO] --------------------------------[ pom ]---------------------------------
00:38:47 [INFO] 
00:38:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ batik ---
00:38:47 [INFO] 
00:38:47 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ batik ---
00:38:47 [INFO] 
00:38:47 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ batik ---
00:38:47 [INFO] 
00:38:47 [INFO] --- maven-install-plugin:2.4:install (default-install) @ batik ---
00:38:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/batik/1.0.0-SNAPSHOT/batik-1.0.0-SNAPSHOT.pom
00:38:47 [INFO] 
00:38:47 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.batik.codec >----------
00:38:47 [INFO] Building org.apache.xmlgraphics:batik-codec 1.16.0-SNAPSHOT     [57/379]
00:38:47 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:38:48 [INFO] 
00:38:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.codec ---
00:38:48 [INFO] 
00:38:48 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.codec ---
00:38:48 [INFO] The project's OSGi version is 1.16.0.v20221027-0840
00:38:48 [INFO] 
00:38:48 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.codec ---
00:38:48 [INFO] 
00:38:48 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.codec ---
00:38:48 [INFO] Copying 3 resources
00:38:48 [INFO] 
00:38:48 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.codec ---
00:38:48 [INFO] No sources to compile
00:38:48 [INFO] 
00:38:48 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.codec ---
00:38:48 [INFO] Gathering dependencies
00:38:48 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-codec:1.16:jar
00:38:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-codec/1.16/batik-codec-1.16.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:48 [INFO] Merging collected dependencies
00:38:48 [INFO] Copying 51 resources
00:38:48 [INFO] Generating OSGi MANIFEST.MF
00:38:48 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.codec:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:38:48 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.codec:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath
00:38:48 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/org.apache.batik.codec-1.16.0-SNAPSHOT.jar
00:38:48 [INFO] Gathering sources
00:38:48 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-codec:sources:1.16:jar
00:38:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-codec/1.16/batik-codec-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:48 [INFO] Copying 3 resources
00:38:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/org.apache.batik.codec-1.16.0-SNAPSHOT-sources.jar
00:38:48 [INFO] Assembling p2 repository
00:38:49 [INFO] 
00:38:49 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.codec ---
00:38:49 [INFO] 
00:38:49 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.codec ---
00:38:49 [INFO] Gathering sources archives
00:38:49 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-codec:sources:1.16:jar
00:38:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-codec/1.16/batik-codec-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/sources-for-eclipse-ipzilla/batik-codec-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:49 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-codec:sources:1.16:jar
00:38:49 [INFO] Copying batik-codec-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/sources-for-eclipse-ipzilla/batik-codec-1.16-sources.jar
00:38:49 [INFO] Refreshing about files and about.html
00:38:49 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:38:49 [INFO] 
00:38:49 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.codec ---
00:38:49 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.codec:xml:p2metadata:1.16.0-SNAPSHOT already attached, replace previous instance
00:38:49 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.codec:xml:p2artifacts:1.16.0-SNAPSHOT already attached, replace previous instance
00:38:49 [INFO] 
00:38:49 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.batik.codec ---
00:38:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.16.0-SNAPSHOT/org.apache.batik.codec-1.16.0-SNAPSHOT.pom
00:38:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/org.apache.batik.codec-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.16.0-SNAPSHOT/org.apache.batik.codec-1.16.0-SNAPSHOT.jar
00:38:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/org.apache.batik.codec-1.16.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.16.0-SNAPSHOT/org.apache.batik.codec-1.16.0-SNAPSHOT-sources.jar
00:38:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.16.0-SNAPSHOT/org.apache.batik.codec-1.16.0-SNAPSHOT-p2metadata.xml
00:38:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.16.0-SNAPSHOT/org.apache.batik.codec-1.16.0-SNAPSHOT-p2artifacts.xml
00:38:49 [INFO] 
00:38:49 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.codec ---
00:38:49 [INFO] 
00:38:49 [INFO] ----< org.eclipse.orbit.bundles:org.apache.batik.shared.resources >-----
00:38:49 [INFO] Building Batik Shared Resources 1.16.0-SNAPSHOT                 [58/379]
00:38:49 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:38:49 [INFO] 
00:38:49 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.shared.resources ---
00:38:49 [INFO] 
00:38:49 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.shared.resources ---
00:38:49 [INFO] The project's OSGi version is 1.16.0.v20221027-0840
00:38:49 [INFO] 
00:38:49 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.shared.resources ---
00:38:49 [INFO] 
00:38:49 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.shared.resources ---
00:38:49 [INFO] Copying 3 resources
00:38:49 [INFO] 
00:38:49 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.shared.resources ---
00:38:49 [INFO] No sources to compile
00:38:49 [INFO] 
00:38:49 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.shared.resources ---
00:38:49 [INFO] Gathering dependencies
00:38:49 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-shared-resources:1.16:jar
00:38:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-shared-resources/1.16/batik-shared-resources-1.16.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:49 [INFO] Merging collected dependencies
00:38:49 [INFO] Copying 3 resources
00:38:49 [INFO] Generating OSGi MANIFEST.MF
00:38:49 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.shared.resources:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:38:49 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/org.apache.batik.shared.resources-1.16.0-SNAPSHOT.jar
00:38:49 [INFO] Gathering sources
00:38:49 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-shared-resources:sources:1.16:jar
00:38:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-shared-resources/1.16/batik-shared-resources-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:49 [INFO] Copying 3 resources
00:38:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/org.apache.batik.shared.resources-1.16.0-SNAPSHOT-sources.jar
00:38:49 [INFO] Assembling p2 repository
00:38:49 [INFO] 
00:38:49 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.shared.resources ---
00:38:49 [INFO] 
00:38:49 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.shared.resources ---
00:38:49 [INFO] Gathering sources archives
00:38:49 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-shared-resources:sources:1.16:jar
00:38:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-shared-resources/1.16/batik-shared-resources-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/sources-for-eclipse-ipzilla/batik-shared-resources-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:49 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-shared-resources:sources:1.16:jar
00:38:49 [INFO] Copying batik-shared-resources-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/sources-for-eclipse-ipzilla/batik-shared-resources-1.16-sources.jar
00:38:49 [INFO] Refreshing about files and about.html
00:38:49 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:38:49 [INFO] 
00:38:49 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.shared.resources ---
00:38:49 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.shared.resources:xml:p2metadata:1.16.0-SNAPSHOT already attached, replace previous instance
00:38:49 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.shared.resources:xml:p2artifacts:1.16.0-SNAPSHOT already attached, replace previous instance
00:38:49 [INFO] 
00:38:49 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.batik.shared.resources ---
00:38:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.16.0-SNAPSHOT/org.apache.batik.shared.resources-1.16.0-SNAPSHOT.pom
00:38:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/org.apache.batik.shared.resources-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.16.0-SNAPSHOT/org.apache.batik.shared.resources-1.16.0-SNAPSHOT.jar
00:38:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/org.apache.batik.shared.resources-1.16.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.16.0-SNAPSHOT/org.apache.batik.shared.resources-1.16.0-SNAPSHOT-sources.jar
00:38:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.16.0-SNAPSHOT/org.apache.batik.shared.resources-1.16.0-SNAPSHOT-p2metadata.xml
00:38:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.16.0-SNAPSHOT/org.apache.batik.shared.resources-1.16.0-SNAPSHOT-p2artifacts.xml
00:38:49 [INFO] 
00:38:49 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.shared.resources ---
00:38:49 [INFO] 
00:38:49 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.batik.xml >-----------
00:38:49 [INFO] Building org.apache.xmlgraphics:batik-xml 1.16.0-SNAPSHOT       [59/379]
00:38:49 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:38:49 [INFO] 
00:38:49 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.xml ---
00:38:49 [INFO] 
00:38:49 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.xml ---
00:38:49 [INFO] The project's OSGi version is 1.16.0.v20221027-0840
00:38:49 [INFO] 
00:38:49 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.xml ---
00:38:49 [INFO] 
00:38:49 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.xml ---
00:38:49 [INFO] Copying 3 resources
00:38:49 [INFO] 
00:38:49 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.xml ---
00:38:49 [INFO] No sources to compile
00:38:49 [INFO] 
00:38:49 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.xml ---
00:38:49 [INFO] Gathering dependencies
00:38:49 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-xml:1.16:jar
00:38:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-xml/1.16/batik-xml-1.16.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:49 [INFO] Merging collected dependencies
00:38:49 [INFO] Copying 10 resources
00:38:49 [INFO] Generating OSGi MANIFEST.MF
00:38:50 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.xml:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:38:50 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.xml:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath
00:38:50 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/org.apache.batik.xml-1.16.0-SNAPSHOT.jar
00:38:50 [INFO] Gathering sources
00:38:50 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-xml:sources:1.16:jar
00:38:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-xml/1.16/batik-xml-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:50 [INFO] Copying 3 resources
00:38:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/org.apache.batik.xml-1.16.0-SNAPSHOT-sources.jar
00:38:50 [INFO] Assembling p2 repository
00:38:50 [INFO] 
00:38:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.xml ---
00:38:50 [INFO] 
00:38:50 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.xml ---
00:38:50 [INFO] Gathering sources archives
00:38:50 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-xml:sources:1.16:jar
00:38:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-xml/1.16/batik-xml-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/sources-for-eclipse-ipzilla/batik-xml-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:50 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-xml:sources:1.16:jar
00:38:50 [INFO] Copying batik-xml-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/sources-for-eclipse-ipzilla/batik-xml-1.16-sources.jar
00:38:50 [INFO] Refreshing about files and about.html
00:38:50 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:38:50 [INFO] 
00:38:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.xml ---
00:38:50 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.xml:xml:p2metadata:1.16.0-SNAPSHOT already attached, replace previous instance
00:38:50 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.xml:xml:p2artifacts:1.16.0-SNAPSHOT already attached, replace previous instance
00:38:50 [INFO] 
00:38:50 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.batik.xml ---
00:38:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.16.0-SNAPSHOT/org.apache.batik.xml-1.16.0-SNAPSHOT.pom
00:38:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/org.apache.batik.xml-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.16.0-SNAPSHOT/org.apache.batik.xml-1.16.0-SNAPSHOT.jar
00:38:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/org.apache.batik.xml-1.16.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.16.0-SNAPSHOT/org.apache.batik.xml-1.16.0-SNAPSHOT-sources.jar
00:38:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.16.0-SNAPSHOT/org.apache.batik.xml-1.16.0-SNAPSHOT-p2metadata.xml
00:38:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.16.0-SNAPSHOT/org.apache.batik.xml-1.16.0-SNAPSHOT-p2artifacts.xml
00:38:50 [INFO] 
00:38:50 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.xml ---
00:38:50 [INFO] 
00:38:50 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.batik.ext >-----------
00:38:50 [INFO] Building org.apache.xmlgraphics:batik-ext 1.16.0-SNAPSHOT       [60/379]
00:38:50 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:38:50 [INFO] 
00:38:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.ext ---
00:38:50 [INFO] 
00:38:50 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.ext ---
00:38:50 [INFO] The project's OSGi version is 1.16.0.v20221027-0840
00:38:50 [INFO] 
00:38:50 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.ext ---
00:38:50 [INFO] 
00:38:50 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.ext ---
00:38:50 [INFO] Copying 3 resources
00:38:50 [INFO] 
00:38:50 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.ext ---
00:38:50 [INFO] No sources to compile
00:38:50 [INFO] 
00:38:50 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.ext ---
00:38:50 [INFO] Gathering dependencies
00:38:50 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-ext:1.16:jar
00:38:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-ext/1.16/batik-ext-1.16.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:50 [INFO] Merging collected dependencies
00:38:50 [INFO] Copying 10 resources
00:38:50 [INFO] Generating OSGi MANIFEST.MF
00:38:50 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.ext:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:38:50 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/org.apache.batik.ext-1.16.0-SNAPSHOT.jar
00:38:50 [INFO] Gathering sources
00:38:50 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-ext:sources:1.16:jar
00:38:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-ext/1.16/batik-ext-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:50 [INFO] Copying 3 resources
00:38:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/org.apache.batik.ext-1.16.0-SNAPSHOT-sources.jar
00:38:51 [INFO] Assembling p2 repository
00:38:51 [INFO] 
00:38:51 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.ext ---
00:38:51 [INFO] 
00:38:51 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.ext ---
00:38:51 [INFO] Gathering sources archives
00:38:51 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-ext:sources:1.16:jar
00:38:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-ext/1.16/batik-ext-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/sources-for-eclipse-ipzilla/batik-ext-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:51 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-ext:sources:1.16:jar
00:38:51 [INFO] Copying batik-ext-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/sources-for-eclipse-ipzilla/batik-ext-1.16-sources.jar
00:38:51 [INFO] Refreshing about files and about.html
00:38:51 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:38:51 [INFO] 
00:38:51 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.ext ---
00:38:51 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.ext:xml:p2metadata:1.16.0-SNAPSHOT already attached, replace previous instance
00:38:51 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.ext:xml:p2artifacts:1.16.0-SNAPSHOT already attached, replace previous instance
00:38:51 [INFO] 
00:38:51 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.batik.ext ---
00:38:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.16.0-SNAPSHOT/org.apache.batik.ext-1.16.0-SNAPSHOT.pom
00:38:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/org.apache.batik.ext-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.16.0-SNAPSHOT/org.apache.batik.ext-1.16.0-SNAPSHOT.jar
00:38:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/org.apache.batik.ext-1.16.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.16.0-SNAPSHOT/org.apache.batik.ext-1.16.0-SNAPSHOT-sources.jar
00:38:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.16.0-SNAPSHOT/org.apache.batik.ext-1.16.0-SNAPSHOT-p2metadata.xml
00:38:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.16.0-SNAPSHOT/org.apache.batik.ext-1.16.0-SNAPSHOT-p2artifacts.xml
00:38:51 [INFO] 
00:38:51 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.ext ---
00:38:51 [INFO] 
00:38:51 [INFO] --------< org.eclipse.orbit.bundles:org.apache.batik.awt.util >---------
00:38:51 [INFO] Building org.apache.xmlgraphics:batik-awt-util 1.16.0-SNAPSHOT  [61/379]
00:38:51 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:38:51 [INFO] 
00:38:51 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.awt.util ---
00:38:51 [INFO] 
00:38:51 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.awt.util ---
00:38:51 [INFO] The project's OSGi version is 1.16.0.v20221027-0840
00:38:51 [INFO] 
00:38:51 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.awt.util ---
00:38:51 [INFO] 
00:38:51 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.awt.util ---
00:38:51 [INFO] Copying 3 resources
00:38:51 [INFO] 
00:38:51 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.awt.util ---
00:38:51 [INFO] No sources to compile
00:38:51 [INFO] 
00:38:51 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.awt.util ---
00:38:51 [INFO] Gathering dependencies
00:38:51 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-awt-util:1.16:jar
00:38:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-awt-util/1.16/batik-awt-util-1.16.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:51 [INFO] Merging collected dependencies
00:38:51 [INFO] Copying 227 resources
00:38:51 [INFO] Generating OSGi MANIFEST.MF
00:38:52 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.awt.util:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:38:52 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.awt.util:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath
00:38:52 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/org.apache.batik.awt.util-1.16.0-SNAPSHOT.jar
00:38:52 [INFO] Gathering sources
00:38:52 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-awt-util:sources:1.16:jar
00:38:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-awt-util/1.16/batik-awt-util-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:52 [INFO] Copying 3 resources
00:38:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/org.apache.batik.awt.util-1.16.0-SNAPSHOT-sources.jar
00:38:52 [INFO] Assembling p2 repository
00:38:53 [INFO] 
00:38:53 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.awt.util ---
00:38:53 [INFO] 
00:38:53 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.awt.util ---
00:38:53 [INFO] Gathering sources archives
00:38:53 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-awt-util:sources:1.16:jar
00:38:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-awt-util/1.16/batik-awt-util-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/sources-for-eclipse-ipzilla/batik-awt-util-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:53 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-awt-util:sources:1.16:jar
00:38:53 [INFO] Copying batik-awt-util-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/sources-for-eclipse-ipzilla/batik-awt-util-1.16-sources.jar
00:38:53 [INFO] Refreshing about files and about.html
00:38:53 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:38:53 [INFO] 
00:38:53 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.awt.util ---
00:38:53 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.awt.util:xml:p2metadata:1.16.0-SNAPSHOT already attached, replace previous instance
00:38:53 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.awt.util:xml:p2artifacts:1.16.0-SNAPSHOT already attached, replace previous instance
00:38:53 [INFO] 
00:38:53 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.batik.awt.util ---
00:38:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.16.0-SNAPSHOT/org.apache.batik.awt.util-1.16.0-SNAPSHOT.pom
00:38:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/org.apache.batik.awt.util-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.16.0-SNAPSHOT/org.apache.batik.awt.util-1.16.0-SNAPSHOT.jar
00:38:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/org.apache.batik.awt.util-1.16.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.16.0-SNAPSHOT/org.apache.batik.awt.util-1.16.0-SNAPSHOT-sources.jar
00:38:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.16.0-SNAPSHOT/org.apache.batik.awt.util-1.16.0-SNAPSHOT-p2metadata.xml
00:38:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.16.0-SNAPSHOT/org.apache.batik.awt.util-1.16.0-SNAPSHOT-p2artifacts.xml
00:38:53 [INFO] 
00:38:53 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.awt.util ---
00:38:53 [INFO] 
00:38:53 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.parser >----------
00:38:53 [INFO] Building org.apache.xmlgraphics:batik-parser 1.16.0-SNAPSHOT    [62/379]
00:38:53 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:38:53 [INFO] 
00:38:53 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.parser ---
00:38:53 [INFO] 
00:38:53 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.parser ---
00:38:53 [INFO] The project's OSGi version is 1.16.0.v20221027-0840
00:38:53 [INFO] 
00:38:53 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.parser ---
00:38:53 [INFO] 
00:38:53 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.parser ---
00:38:53 [INFO] Copying 3 resources
00:38:53 [INFO] 
00:38:53 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.parser ---
00:38:53 [INFO] No sources to compile
00:38:53 [INFO] 
00:38:53 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.parser ---
00:38:53 [INFO] Gathering dependencies
00:38:53 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-parser:1.16:jar
00:38:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-parser/1.16/batik-parser-1.16.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:53 [INFO] Merging collected dependencies
00:38:53 [INFO] Copying 60 resources
00:38:53 [INFO] Generating OSGi MANIFEST.MF
00:38:53 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.parser:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:38:53 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.parser:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath
00:38:53 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/org.apache.batik.parser-1.16.0-SNAPSHOT.jar
00:38:53 [INFO] Gathering sources
00:38:53 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-parser:sources:1.16:jar
00:38:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-parser/1.16/batik-parser-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:53 [INFO] Copying 3 resources
00:38:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/org.apache.batik.parser-1.16.0-SNAPSHOT-sources.jar
00:38:53 [INFO] Assembling p2 repository
00:38:54 [INFO] 
00:38:54 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.parser ---
00:38:54 [INFO] 
00:38:54 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.parser ---
00:38:54 [INFO] Gathering sources archives
00:38:54 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-parser:sources:1.16:jar
00:38:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-parser/1.16/batik-parser-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/sources-for-eclipse-ipzilla/batik-parser-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:54 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-parser:sources:1.16:jar
00:38:54 [INFO] Copying batik-parser-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/sources-for-eclipse-ipzilla/batik-parser-1.16-sources.jar
00:38:54 [INFO] Refreshing about files and about.html
00:38:54 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:38:54 [INFO] 
00:38:54 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.parser ---
00:38:54 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.parser:xml:p2metadata:1.16.0-SNAPSHOT already attached, replace previous instance
00:38:54 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.parser:xml:p2artifacts:1.16.0-SNAPSHOT already attached, replace previous instance
00:38:54 [INFO] 
00:38:54 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.batik.parser ---
00:38:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.16.0-SNAPSHOT/org.apache.batik.parser-1.16.0-SNAPSHOT.pom
00:38:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/org.apache.batik.parser-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.16.0-SNAPSHOT/org.apache.batik.parser-1.16.0-SNAPSHOT.jar
00:38:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/org.apache.batik.parser-1.16.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.16.0-SNAPSHOT/org.apache.batik.parser-1.16.0-SNAPSHOT-sources.jar
00:38:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.16.0-SNAPSHOT/org.apache.batik.parser-1.16.0-SNAPSHOT-p2metadata.xml
00:38:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.16.0-SNAPSHOT/org.apache.batik.parser-1.16.0-SNAPSHOT-p2artifacts.xml
00:38:54 [INFO] 
00:38:54 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.parser ---
00:38:54 [INFO] 
00:38:54 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.batik.dom >-----------
00:38:54 [INFO] Building org.apache.xmlgraphics:batik-dom 1.16.0-SNAPSHOT       [63/379]
00:38:54 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:38:54 [INFO] 
00:38:54 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.dom ---
00:38:54 [INFO] 
00:38:54 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.dom ---
00:38:54 [INFO] The project's OSGi version is 1.16.0.v20230210-1249
00:38:54 [INFO] 
00:38:54 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.dom ---
00:38:54 [INFO] 
00:38:54 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.dom ---
00:38:54 [INFO] Copying 3 resources
00:38:54 [INFO] 
00:38:54 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.dom ---
00:38:54 [INFO] No sources to compile
00:38:54 [INFO] 
00:38:54 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.dom ---
00:38:54 [INFO] Gathering dependencies
00:38:54 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-dom:1.16:jar
00:38:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-dom/1.16/batik-dom-1.16.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:54 [INFO] Merging collected dependencies
00:38:54 [INFO] Copying 119 resources
00:38:54 [INFO] Generating OSGi MANIFEST.MF
00:38:54 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:38:54 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath
00:38:54 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.constants=bundle-version="[1.16.0,1.16.1)" for this fragment/require bundle cannot be found on the classpath
00:38:54 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/org.apache.batik.dom-1.16.0-SNAPSHOT.jar
00:38:54 [INFO] Gathering sources
00:38:54 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-dom:sources:1.16:jar
00:38:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-dom/1.16/batik-dom-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:54 [INFO] Copying 3 resources
00:38:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/org.apache.batik.dom-1.16.0-SNAPSHOT-sources.jar
00:38:54 [INFO] Assembling p2 repository
00:38:55 [INFO] 
00:38:55 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.dom ---
00:38:55 [INFO] 
00:38:55 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.dom ---
00:38:55 [INFO] Gathering sources archives
00:38:55 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-dom:sources:1.16:jar
00:38:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-dom/1.16/batik-dom-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/sources-for-eclipse-ipzilla/batik-dom-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:55 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-dom:sources:1.16:jar
00:38:55 [INFO] Copying batik-dom-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/sources-for-eclipse-ipzilla/batik-dom-1.16-sources.jar
00:38:55 [INFO] Refreshing about files and about.html
00:38:55 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:38:55 [INFO] 
00:38:55 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.dom ---
00:38:55 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.dom:xml:p2metadata:1.16.0-SNAPSHOT already attached, replace previous instance
00:38:55 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.dom:xml:p2artifacts:1.16.0-SNAPSHOT already attached, replace previous instance
00:38:55 [INFO] 
00:38:55 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.batik.dom ---
00:38:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.16.0-SNAPSHOT/org.apache.batik.dom-1.16.0-SNAPSHOT.pom
00:38:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/org.apache.batik.dom-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.16.0-SNAPSHOT/org.apache.batik.dom-1.16.0-SNAPSHOT.jar
00:38:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/org.apache.batik.dom-1.16.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.16.0-SNAPSHOT/org.apache.batik.dom-1.16.0-SNAPSHOT-sources.jar
00:38:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.16.0-SNAPSHOT/org.apache.batik.dom-1.16.0-SNAPSHOT-p2metadata.xml
00:38:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.16.0-SNAPSHOT/org.apache.batik.dom-1.16.0-SNAPSHOT-p2artifacts.xml
00:38:55 [INFO] 
00:38:55 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.dom ---
00:38:55 [INFO] 
00:38:55 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.batik.gvt >-----------
00:38:55 [INFO] Building org.apache.xmlgraphics:batik-gvt 1.16.0-SNAPSHOT       [64/379]
00:38:55 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:38:55 [INFO] 
00:38:55 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.gvt ---
00:38:55 [INFO] 
00:38:55 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.gvt ---
00:38:55 [INFO] The project's OSGi version is 1.16.0.v20221027-0840
00:38:55 [INFO] 
00:38:55 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.gvt ---
00:38:55 [INFO] 
00:38:55 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.gvt ---
00:38:55 [INFO] Copying 3 resources
00:38:55 [INFO] 
00:38:55 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.gvt ---
00:38:55 [INFO] No sources to compile
00:38:55 [INFO] 
00:38:55 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.gvt ---
00:38:55 [INFO] Gathering dependencies
00:38:55 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-gvt:1.16:jar
00:38:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-gvt/1.16/batik-gvt-1.16.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:38:55 [INFO] Merging collected dependencies
00:38:55 [INFO] Copying 106 resources
00:38:55 [INFO] Generating OSGi MANIFEST.MF
00:38:55 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.gvt:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:38:55 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.gvt:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath
00:38:55 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/org.apache.batik.gvt-1.16.0-SNAPSHOT.jar
00:38:55 [INFO] Gathering sources
00:38:55 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-gvt:sources:1.16:jar
00:39:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-gvt/1.16/batik-gvt-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:04 [INFO] Copying 3 resources
00:39:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/org.apache.batik.gvt-1.16.0-SNAPSHOT-sources.jar
00:39:04 [INFO] Assembling p2 repository
00:39:05 [INFO] 
00:39:05 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.gvt ---
00:39:05 [INFO] 
00:39:05 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.gvt ---
00:39:05 [INFO] Gathering sources archives
00:39:05 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-gvt:sources:1.16:jar
00:39:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-gvt/1.16/batik-gvt-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/sources-for-eclipse-ipzilla/batik-gvt-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:05 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-gvt:sources:1.16:jar
00:39:05 [INFO] Copying batik-gvt-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/sources-for-eclipse-ipzilla/batik-gvt-1.16-sources.jar
00:39:05 [INFO] Refreshing about files and about.html
00:39:05 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:05 [INFO] 
00:39:05 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.gvt ---
00:39:05 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.gvt:xml:p2metadata:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:05 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.gvt:xml:p2artifacts:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:05 [INFO] 
00:39:05 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.batik.gvt ---
00:39:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.16.0-SNAPSHOT/org.apache.batik.gvt-1.16.0-SNAPSHOT.pom
00:39:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/org.apache.batik.gvt-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.16.0-SNAPSHOT/org.apache.batik.gvt-1.16.0-SNAPSHOT.jar
00:39:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/org.apache.batik.gvt-1.16.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.16.0-SNAPSHOT/org.apache.batik.gvt-1.16.0-SNAPSHOT-sources.jar
00:39:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.16.0-SNAPSHOT/org.apache.batik.gvt-1.16.0-SNAPSHOT-p2metadata.xml
00:39:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.16.0-SNAPSHOT/org.apache.batik.gvt-1.16.0-SNAPSHOT-p2artifacts.xml
00:39:05 [INFO] 
00:39:05 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.gvt ---
00:39:05 [INFO] 
00:39:05 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.svggen >----------
00:39:05 [INFO] Building org.apache.xmlgraphics:batik-svggen 1.16.0-SNAPSHOT    [65/379]
00:39:05 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:05 [INFO] 
00:39:05 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.svggen ---
00:39:05 [INFO] 
00:39:05 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.svggen ---
00:39:05 [INFO] The project's OSGi version is 1.16.0.v20221027-0840
00:39:05 [INFO] 
00:39:05 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.svggen ---
00:39:05 [INFO] 
00:39:05 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.svggen ---
00:39:05 [INFO] Copying 3 resources
00:39:05 [INFO] 
00:39:05 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.svggen ---
00:39:05 [INFO] No sources to compile
00:39:05 [INFO] 
00:39:05 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.svggen ---
00:39:05 [INFO] Gathering dependencies
00:39:05 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svggen:1.16:jar
00:39:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-svggen/1.16/batik-svggen-1.16.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:05 [INFO] Merging collected dependencies
00:39:05 [INFO] Copying 161 resources
00:39:05 [INFO] Generating OSGi MANIFEST.MF
00:39:05 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.svggen:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:39:05 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.svggen:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath
00:39:05 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/org.apache.batik.svggen-1.16.0-SNAPSHOT.jar
00:39:05 [INFO] Gathering sources
00:39:05 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svggen:sources:1.16:jar
00:39:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-svggen/1.16/batik-svggen-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:05 [INFO] Copying 3 resources
00:39:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/org.apache.batik.svggen-1.16.0-SNAPSHOT-sources.jar
00:39:05 [INFO] Assembling p2 repository
00:39:06 [INFO] 
00:39:06 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.svggen ---
00:39:06 [INFO] 
00:39:06 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.svggen ---
00:39:06 [INFO] Gathering sources archives
00:39:06 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svggen:sources:1.16:jar
00:39:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-svggen/1.16/batik-svggen-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/sources-for-eclipse-ipzilla/batik-svggen-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:06 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svggen:sources:1.16:jar
00:39:06 [INFO] Copying batik-svggen-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/sources-for-eclipse-ipzilla/batik-svggen-1.16-sources.jar
00:39:06 [INFO] Refreshing about files and about.html
00:39:06 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:06 [INFO] 
00:39:06 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.svggen ---
00:39:06 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.svggen:xml:p2metadata:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:06 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.svggen:xml:p2artifacts:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:06 [INFO] 
00:39:06 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.batik.svggen ---
00:39:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.16.0-SNAPSHOT/org.apache.batik.svggen-1.16.0-SNAPSHOT.pom
00:39:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/org.apache.batik.svggen-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.16.0-SNAPSHOT/org.apache.batik.svggen-1.16.0-SNAPSHOT.jar
00:39:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/org.apache.batik.svggen-1.16.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.16.0-SNAPSHOT/org.apache.batik.svggen-1.16.0-SNAPSHOT-sources.jar
00:39:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.16.0-SNAPSHOT/org.apache.batik.svggen-1.16.0-SNAPSHOT-p2metadata.xml
00:39:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.16.0-SNAPSHOT/org.apache.batik.svggen-1.16.0-SNAPSHOT-p2artifacts.xml
00:39:06 [INFO] 
00:39:06 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.svggen ---
00:39:06 [INFO] 
00:39:06 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.dom.svg >---------
00:39:06 [INFO] Building org.apache.xmlgraphics:batik-svg-dom 1.16.0-SNAPSHOT   [66/379]
00:39:06 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:06 [INFO] 
00:39:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.dom.svg ---
00:39:06 [INFO] 
00:39:06 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.dom.svg ---
00:39:06 [INFO] The project's OSGi version is 1.16.0.v20221027-0840
00:39:06 [INFO] 
00:39:06 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.dom.svg ---
00:39:06 [INFO] 
00:39:06 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.dom.svg ---
00:39:06 [INFO] Copying 3 resources
00:39:06 [INFO] 
00:39:06 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.dom.svg ---
00:39:06 [INFO] No sources to compile
00:39:06 [INFO] 
00:39:06 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.dom.svg ---
00:39:06 [INFO] Gathering dependencies
00:39:06 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svg-dom:1.16:jar
00:39:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-svg-dom/1.16/batik-svg-dom-1.16.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:06 [INFO] Merging collected dependencies
00:39:06 [INFO] Copying 122 resources
00:39:06 [INFO] Generating OSGi MANIFEST.MF
00:39:06 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom.svg:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:39:06 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom.svg:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath
00:39:06 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/org.apache.batik.dom.svg-1.16.0-SNAPSHOT.jar
00:39:06 [INFO] Gathering sources
00:39:06 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svg-dom:sources:1.16:jar
00:39:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-svg-dom/1.16/batik-svg-dom-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:07 [INFO] Copying 3 resources
00:39:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/org.apache.batik.dom.svg-1.16.0-SNAPSHOT-sources.jar
00:39:07 [INFO] Assembling p2 repository
00:39:07 [INFO] 
00:39:07 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.dom.svg ---
00:39:07 [INFO] 
00:39:07 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.dom.svg ---
00:39:07 [INFO] Gathering sources archives
00:39:07 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svg-dom:sources:1.16:jar
00:39:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-svg-dom/1.16/batik-svg-dom-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/sources-for-eclipse-ipzilla/batik-svg-dom-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:07 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svg-dom:sources:1.16:jar
00:39:07 [INFO] Copying batik-svg-dom-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/sources-for-eclipse-ipzilla/batik-svg-dom-1.16-sources.jar
00:39:07 [INFO] Refreshing about files and about.html
00:39:07 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:07 [INFO] 
00:39:07 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.dom.svg ---
00:39:07 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.dom.svg:xml:p2metadata:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:07 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.dom.svg:xml:p2artifacts:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:07 [INFO] 
00:39:07 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.batik.dom.svg ---
00:39:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.16.0-SNAPSHOT/org.apache.batik.dom.svg-1.16.0-SNAPSHOT.pom
00:39:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/org.apache.batik.dom.svg-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.16.0-SNAPSHOT/org.apache.batik.dom.svg-1.16.0-SNAPSHOT.jar
00:39:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/org.apache.batik.dom.svg-1.16.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.16.0-SNAPSHOT/org.apache.batik.dom.svg-1.16.0-SNAPSHOT-sources.jar
00:39:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.16.0-SNAPSHOT/org.apache.batik.dom.svg-1.16.0-SNAPSHOT-p2metadata.xml
00:39:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.16.0-SNAPSHOT/org.apache.batik.dom.svg-1.16.0-SNAPSHOT-p2artifacts.xml
00:39:07 [INFO] 
00:39:07 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.dom.svg ---
00:39:07 [INFO] 
00:39:07 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.batik.anim >-----------
00:39:07 [INFO] Building org.apache.xmlgraphics:batik-anim 1.16.0-SNAPSHOT      [67/379]
00:39:07 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:07 [INFO] 
00:39:07 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.anim ---
00:39:07 [INFO] 
00:39:07 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.anim ---
00:39:07 [INFO] The project's OSGi version is 1.16.0.v20221027-0840
00:39:07 [INFO] 
00:39:07 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.anim ---
00:39:07 [INFO] 
00:39:07 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.anim ---
00:39:07 [INFO] Copying 3 resources
00:39:07 [INFO] 
00:39:07 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.anim ---
00:39:07 [INFO] No sources to compile
00:39:07 [INFO] 
00:39:07 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.anim ---
00:39:07 [INFO] Gathering dependencies
00:39:07 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-anim:1.16:jar
00:39:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-anim/1.16/batik-anim-1.16.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:08 [INFO] Merging collected dependencies
00:39:08 [INFO] Copying 402 resources
00:39:08 [INFO] Generating OSGi MANIFEST.MF
00:39:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.anim:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:39:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.anim:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath
00:39:08 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/org.apache.batik.anim-1.16.0-SNAPSHOT.jar
00:39:08 [INFO] Gathering sources
00:39:08 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-anim:sources:1.16:jar
00:39:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-anim/1.16/batik-anim-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:08 [INFO] Copying 3 resources
00:39:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/org.apache.batik.anim-1.16.0-SNAPSHOT-sources.jar
00:39:08 [INFO] Assembling p2 repository
00:39:09 [INFO] 
00:39:09 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.anim ---
00:39:09 [INFO] 
00:39:09 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.anim ---
00:39:09 [INFO] Gathering sources archives
00:39:09 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-anim:sources:1.16:jar
00:39:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-anim/1.16/batik-anim-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/sources-for-eclipse-ipzilla/batik-anim-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:09 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-anim:sources:1.16:jar
00:39:09 [INFO] Copying batik-anim-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/sources-for-eclipse-ipzilla/batik-anim-1.16-sources.jar
00:39:09 [INFO] Refreshing about files and about.html
00:39:09 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:09 [INFO] 
00:39:09 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.anim ---
00:39:09 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.anim:xml:p2metadata:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:09 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.anim:xml:p2artifacts:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:09 [INFO] 
00:39:09 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.batik.anim ---
00:39:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.16.0-SNAPSHOT/org.apache.batik.anim-1.16.0-SNAPSHOT.pom
00:39:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/org.apache.batik.anim-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.16.0-SNAPSHOT/org.apache.batik.anim-1.16.0-SNAPSHOT.jar
00:39:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/org.apache.batik.anim-1.16.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.16.0-SNAPSHOT/org.apache.batik.anim-1.16.0-SNAPSHOT-sources.jar
00:39:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.16.0-SNAPSHOT/org.apache.batik.anim-1.16.0-SNAPSHOT-p2metadata.xml
00:39:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.16.0-SNAPSHOT/org.apache.batik.anim-1.16.0-SNAPSHOT-p2artifacts.xml
00:39:09 [INFO] 
00:39:09 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.anim ---
00:39:09 [INFO] 
00:39:09 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.script >----------
00:39:09 [INFO] Building org.apache.xmlgraphics:batik-script 1.16.0-SNAPSHOT    [68/379]
00:39:09 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:09 [INFO] 
00:39:09 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.script ---
00:39:09 [INFO] 
00:39:09 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.script ---
00:39:09 [INFO] The project's OSGi version is 1.16.0.v20221027-0840
00:39:09 [INFO] 
00:39:09 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.script ---
00:39:09 [INFO] 
00:39:09 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.script ---
00:39:09 [INFO] Copying 3 resources
00:39:09 [INFO] 
00:39:09 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.script ---
00:39:09 [INFO] No sources to compile
00:39:09 [INFO] 
00:39:09 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.script ---
00:39:09 [INFO] Gathering dependencies
00:39:09 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-script:1.16:jar
00:39:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-script/1.16/batik-script-1.16.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:09 [INFO] Merging collected dependencies
00:39:09 [INFO] Copying 18 resources
00:39:09 [INFO] Generating OSGi MANIFEST.MF
00:39:09 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.script:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:39:09 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.script:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath
00:39:09 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/org.apache.batik.script-1.16.0-SNAPSHOT.jar
00:39:09 [INFO] Gathering sources
00:39:09 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-script:sources:1.16:jar
00:39:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-script/1.16/batik-script-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:09 [INFO] Copying 3 resources
00:39:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/org.apache.batik.script-1.16.0-SNAPSHOT-sources.jar
00:39:09 [INFO] Assembling p2 repository
00:39:10 [INFO] 
00:39:10 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.script ---
00:39:10 [INFO] 
00:39:10 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.script ---
00:39:10 [INFO] Gathering sources archives
00:39:10 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-script:sources:1.16:jar
00:39:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-script/1.16/batik-script-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/sources-for-eclipse-ipzilla/batik-script-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:10 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-script:sources:1.16:jar
00:39:10 [INFO] Copying batik-script-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/sources-for-eclipse-ipzilla/batik-script-1.16-sources.jar
00:39:10 [INFO] Refreshing about files and about.html
00:39:10 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:10 [INFO] 
00:39:10 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.script ---
00:39:10 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.script:xml:p2metadata:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:10 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.script:xml:p2artifacts:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:10 [INFO] 
00:39:10 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.batik.script ---
00:39:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.16.0-SNAPSHOT/org.apache.batik.script-1.16.0-SNAPSHOT.pom
00:39:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/org.apache.batik.script-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.16.0-SNAPSHOT/org.apache.batik.script-1.16.0-SNAPSHOT.jar
00:39:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/org.apache.batik.script-1.16.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.16.0-SNAPSHOT/org.apache.batik.script-1.16.0-SNAPSHOT-sources.jar
00:39:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.16.0-SNAPSHOT/org.apache.batik.script-1.16.0-SNAPSHOT-p2metadata.xml
00:39:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.16.0-SNAPSHOT/org.apache.batik.script-1.16.0-SNAPSHOT-p2artifacts.xml
00:39:10 [INFO] 
00:39:10 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.script ---
00:39:10 [INFO] 
00:39:10 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.bridge >----------
00:39:10 [INFO] Building org.apache.xmlgraphics:batik-bridge 1.16.0-SNAPSHOT    [69/379]
00:39:10 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:10 [INFO] 
00:39:10 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.bridge ---
00:39:10 [INFO] 
00:39:10 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.bridge ---
00:39:10 [INFO] The project's OSGi version is 1.16.0.v20230210-1249
00:39:10 [INFO] 
00:39:10 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.bridge ---
00:39:10 [INFO] 
00:39:10 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.bridge ---
00:39:10 [INFO] Copying 3 resources
00:39:10 [INFO] 
00:39:10 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.bridge ---
00:39:10 [INFO] No sources to compile
00:39:10 [INFO] 
00:39:10 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.bridge ---
00:39:10 [INFO] Gathering dependencies
00:39:10 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-bridge:1.16:jar
00:39:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-bridge/1.16/batik-bridge-1.16.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:10 [INFO] Merging collected dependencies
00:39:10 [INFO] Copying 406 resources
00:39:10 [INFO] Generating OSGi MANIFEST.MF
00:39:10 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.bridge:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:39:10 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.bridge:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath
00:39:10 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/org.apache.batik.bridge-1.16.0-SNAPSHOT.jar
00:39:11 [INFO] Gathering sources
00:39:11 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-bridge:sources:1.16:jar
00:39:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-bridge/1.16/batik-bridge-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:11 [INFO] Copying 3 resources
00:39:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/org.apache.batik.bridge-1.16.0-SNAPSHOT-sources.jar
00:39:11 [INFO] Assembling p2 repository
00:39:11 [INFO] 
00:39:11 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.bridge ---
00:39:11 [INFO] 
00:39:11 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.bridge ---
00:39:11 [INFO] Gathering sources archives
00:39:11 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-bridge:sources:1.16:jar
00:39:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-bridge/1.16/batik-bridge-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/sources-for-eclipse-ipzilla/batik-bridge-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:12 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-bridge:sources:1.16:jar
00:39:12 [INFO] Copying batik-bridge-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/sources-for-eclipse-ipzilla/batik-bridge-1.16-sources.jar
00:39:12 [INFO] Refreshing about files and about.html
00:39:12 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:12 [INFO] 
00:39:12 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.bridge ---
00:39:12 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.bridge:xml:p2metadata:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:12 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.bridge:xml:p2artifacts:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:12 [INFO] 
00:39:12 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.batik.bridge ---
00:39:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.16.0-SNAPSHOT/org.apache.batik.bridge-1.16.0-SNAPSHOT.pom
00:39:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/org.apache.batik.bridge-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.16.0-SNAPSHOT/org.apache.batik.bridge-1.16.0-SNAPSHOT.jar
00:39:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/org.apache.batik.bridge-1.16.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.16.0-SNAPSHOT/org.apache.batik.bridge-1.16.0-SNAPSHOT-sources.jar
00:39:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.16.0-SNAPSHOT/org.apache.batik.bridge-1.16.0-SNAPSHOT-p2metadata.xml
00:39:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.16.0-SNAPSHOT/org.apache.batik.bridge-1.16.0-SNAPSHOT-p2artifacts.xml
00:39:12 [INFO] 
00:39:12 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.bridge ---
00:39:12 [INFO] 
00:39:12 [INFO] -------< org.eclipse.orbit.bundles:org.apache.batik.transcoder >--------
00:39:12 [INFO] Building org.apache.xmlgraphics:batik-transcoder 1.16.0-SNAPSHOT [70/379]
00:39:12 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:12 [INFO] 
00:39:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.transcoder ---
00:39:12 [INFO] 
00:39:12 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.transcoder ---
00:39:12 [INFO] The project's OSGi version is 1.16.0.v20221027-0840
00:39:12 [INFO] 
00:39:12 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.transcoder ---
00:39:12 [INFO] 
00:39:12 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.transcoder ---
00:39:12 [INFO] Copying 3 resources
00:39:12 [INFO] 
00:39:12 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.transcoder ---
00:39:12 [INFO] No sources to compile
00:39:12 [INFO] 
00:39:12 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.transcoder ---
00:39:12 [INFO] Gathering dependencies
00:39:12 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-transcoder:1.16:jar
00:39:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-transcoder/1.16/batik-transcoder-1.16.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:12 [INFO] Merging collected dependencies
00:39:12 [INFO] Copying 64 resources
00:39:12 [INFO] Generating OSGi MANIFEST.MF
00:39:12 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.transcoder:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:39:12 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.transcoder:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath
00:39:12 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/org.apache.batik.transcoder-1.16.0-SNAPSHOT.jar
00:39:12 [INFO] Gathering sources
00:39:12 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-transcoder:sources:1.16:jar
00:39:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-transcoder/1.16/batik-transcoder-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:12 [INFO] Copying 3 resources
00:39:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/org.apache.batik.transcoder-1.16.0-SNAPSHOT-sources.jar
00:39:12 [INFO] Assembling p2 repository
00:39:12 [INFO] 
00:39:12 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.transcoder ---
00:39:12 [INFO] 
00:39:12 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.transcoder ---
00:39:12 [INFO] Gathering sources archives
00:39:12 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-transcoder:sources:1.16:jar
00:39:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-transcoder/1.16/batik-transcoder-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/sources-for-eclipse-ipzilla/batik-transcoder-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:13 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-transcoder:sources:1.16:jar
00:39:13 [INFO] Copying batik-transcoder-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/sources-for-eclipse-ipzilla/batik-transcoder-1.16-sources.jar
00:39:13 [INFO] Refreshing about files and about.html
00:39:13 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:13 [INFO] 
00:39:13 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.transcoder ---
00:39:13 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.transcoder:xml:p2metadata:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:13 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.transcoder:xml:p2artifacts:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:13 [INFO] 
00:39:13 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.batik.transcoder ---
00:39:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.16.0-SNAPSHOT/org.apache.batik.transcoder-1.16.0-SNAPSHOT.pom
00:39:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/org.apache.batik.transcoder-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.16.0-SNAPSHOT/org.apache.batik.transcoder-1.16.0-SNAPSHOT.jar
00:39:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/org.apache.batik.transcoder-1.16.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.16.0-SNAPSHOT/org.apache.batik.transcoder-1.16.0-SNAPSHOT-sources.jar
00:39:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.16.0-SNAPSHOT/org.apache.batik.transcoder-1.16.0-SNAPSHOT-p2metadata.xml
00:39:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.16.0-SNAPSHOT/org.apache.batik.transcoder-1.16.0-SNAPSHOT-p2artifacts.xml
00:39:13 [INFO] 
00:39:13 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.transcoder ---
00:39:13 [INFO] 
00:39:13 [INFO] --------< org.eclipse.orbit.bundles:org.apache.batik.constants >--------
00:39:13 [INFO] Building Batik constants library 1.16.0-SNAPSHOT                [71/379]
00:39:13 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:13 [INFO] 
00:39:13 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.constants ---
00:39:13 [INFO] 
00:39:13 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.constants ---
00:39:13 [INFO] The project's OSGi version is 1.16.0.v20221027-0840
00:39:13 [INFO] 
00:39:13 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.constants ---
00:39:13 [INFO] 
00:39:13 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.constants ---
00:39:13 [INFO] Copying 3 resources
00:39:13 [INFO] 
00:39:13 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.constants ---
00:39:13 [INFO] No sources to compile
00:39:13 [INFO] 
00:39:13 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.constants ---
00:39:13 [INFO] Gathering dependencies
00:39:13 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-constants:1.16:jar
00:39:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-constants/1.16/batik-constants-1.16.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:13 [INFO] Merging collected dependencies
00:39:13 [INFO] Copying 4 resources
00:39:13 [INFO] Generating OSGi MANIFEST.MF
00:39:13 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/org.apache.batik.constants-1.16.0-SNAPSHOT.jar
00:39:13 [INFO] Gathering sources
00:39:13 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-constants:sources:1.16:jar
00:39:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-constants/1.16/batik-constants-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:13 [INFO] Copying 3 resources
00:39:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/org.apache.batik.constants-1.16.0-SNAPSHOT-sources.jar
00:39:13 [INFO] Assembling p2 repository
00:39:13 [INFO] 
00:39:13 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.constants ---
00:39:13 [INFO] 
00:39:13 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.constants ---
00:39:13 [INFO] Gathering sources archives
00:39:13 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-constants:sources:1.16:jar
00:39:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-constants/1.16/batik-constants-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/sources-for-eclipse-ipzilla/batik-constants-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:13 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-constants:sources:1.16:jar
00:39:13 [INFO] Copying batik-constants-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/sources-for-eclipse-ipzilla/batik-constants-1.16-sources.jar
00:39:13 [INFO] Refreshing about files and about.html
00:39:13 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:13 [INFO] 
00:39:13 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.constants ---
00:39:13 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.constants:xml:p2metadata:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:13 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.constants:xml:p2artifacts:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:13 [INFO] 
00:39:13 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.batik.constants ---
00:39:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.16.0-SNAPSHOT/org.apache.batik.constants-1.16.0-SNAPSHOT.pom
00:39:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/org.apache.batik.constants-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.16.0-SNAPSHOT/org.apache.batik.constants-1.16.0-SNAPSHOT.jar
00:39:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/org.apache.batik.constants-1.16.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.16.0-SNAPSHOT/org.apache.batik.constants-1.16.0-SNAPSHOT-sources.jar
00:39:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.16.0-SNAPSHOT/org.apache.batik.constants-1.16.0-SNAPSHOT-p2metadata.xml
00:39:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.16.0-SNAPSHOT/org.apache.batik.constants-1.16.0-SNAPSHOT-p2artifacts.xml
00:39:13 [INFO] 
00:39:13 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.constants ---
00:39:13 [INFO] 
00:39:13 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.batik.css >-----------
00:39:13 [INFO] Building Batik CSS engine 1.16.0-SNAPSHOT                       [72/379]
00:39:13 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:13 [INFO] 
00:39:13 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.css ---
00:39:13 [INFO] 
00:39:13 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.css ---
00:39:13 [INFO] The project's OSGi version is 1.16.0.v20221027-0840
00:39:13 [INFO] 
00:39:13 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.css ---
00:39:13 [INFO] 
00:39:13 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.css ---
00:39:13 [INFO] Copying 3 resources
00:39:13 [INFO] 
00:39:13 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.css ---
00:39:13 [INFO] No sources to compile
00:39:13 [INFO] 
00:39:13 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.css ---
00:39:13 [INFO] Gathering dependencies
00:39:13 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-css:1.16:jar
00:39:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-css/1.16/batik-css-1.16.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:13 [INFO] Merging collected dependencies
00:39:13 [INFO] Copying 243 resources
00:39:14 [INFO] Generating OSGi MANIFEST.MF
00:39:14 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.css:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:39:14 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.css:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="1.16.0" for this fragment/require bundle cannot be found on the classpath
00:39:14 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.css:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.constants=bundle-version="1.16.0" for this fragment/require bundle cannot be found on the classpath
00:39:14 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/org.apache.batik.css-1.16.0-SNAPSHOT.jar
00:39:14 [INFO] Gathering sources
00:39:14 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-css:sources:1.16:jar
00:39:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-css/1.16/batik-css-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:14 [INFO] Copying 3 resources
00:39:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/org.apache.batik.css-1.16.0-SNAPSHOT-sources.jar
00:39:14 [INFO] Assembling p2 repository
00:39:15 [INFO] 
00:39:15 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.css ---
00:39:15 [INFO] 
00:39:15 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.css ---
00:39:15 [INFO] Gathering sources archives
00:39:15 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-css:sources:1.16:jar
00:39:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-css/1.16/batik-css-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/sources-for-eclipse-ipzilla/batik-css-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:15 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-css:sources:1.16:jar
00:39:15 [INFO] Copying batik-css-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/sources-for-eclipse-ipzilla/batik-css-1.16-sources.jar
00:39:15 [INFO] Refreshing about files and about.html
00:39:15 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:15 [INFO] 
00:39:15 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.css ---
00:39:15 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.css:xml:p2metadata:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:15 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.css:xml:p2artifacts:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:15 [INFO] 
00:39:15 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.batik.css ---
00:39:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.16.0-SNAPSHOT/org.apache.batik.css-1.16.0-SNAPSHOT.pom
00:39:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/org.apache.batik.css-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.16.0-SNAPSHOT/org.apache.batik.css-1.16.0-SNAPSHOT.jar
00:39:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/org.apache.batik.css-1.16.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.16.0-SNAPSHOT/org.apache.batik.css-1.16.0-SNAPSHOT-sources.jar
00:39:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.16.0-SNAPSHOT/org.apache.batik.css-1.16.0-SNAPSHOT-p2metadata.xml
00:39:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.16.0-SNAPSHOT/org.apache.batik.css-1.16.0-SNAPSHOT-p2artifacts.xml
00:39:15 [INFO] 
00:39:15 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.css ---
00:39:15 [INFO] 
00:39:15 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.batik.i18n >-----------
00:39:15 [INFO] Building Batik i18n library 1.16.0-SNAPSHOT                     [73/379]
00:39:15 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:15 [INFO] 
00:39:15 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.i18n ---
00:39:15 [INFO] 
00:39:15 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.i18n ---
00:39:15 [INFO] The project's OSGi version is 1.16.0.v20221027-0840
00:39:15 [INFO] 
00:39:15 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.i18n ---
00:39:15 [INFO] 
00:39:15 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.i18n ---
00:39:15 [INFO] Copying 3 resources
00:39:15 [INFO] 
00:39:15 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.i18n ---
00:39:15 [INFO] No sources to compile
00:39:15 [INFO] 
00:39:15 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.i18n ---
00:39:15 [INFO] Gathering dependencies
00:39:15 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-i18n:1.16:jar
00:39:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-i18n/1.16/batik-i18n-1.16.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:15 [INFO] Merging collected dependencies
00:39:15 [INFO] Copying 7 resources
00:39:15 [INFO] Generating OSGi MANIFEST.MF
00:39:15 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.i18n:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:39:15 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/org.apache.batik.i18n-1.16.0-SNAPSHOT.jar
00:39:15 [INFO] Gathering sources
00:39:15 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-i18n:sources:1.16:jar
00:39:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-i18n/1.16/batik-i18n-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:15 [INFO] Copying 3 resources
00:39:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/org.apache.batik.i18n-1.16.0-SNAPSHOT-sources.jar
00:39:15 [INFO] Assembling p2 repository
00:39:15 [INFO] 
00:39:15 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.i18n ---
00:39:15 [INFO] 
00:39:15 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.i18n ---
00:39:15 [INFO] Gathering sources archives
00:39:15 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-i18n:sources:1.16:jar
00:39:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-i18n/1.16/batik-i18n-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/sources-for-eclipse-ipzilla/batik-i18n-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:15 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-i18n:sources:1.16:jar
00:39:15 [INFO] Copying batik-i18n-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/sources-for-eclipse-ipzilla/batik-i18n-1.16-sources.jar
00:39:15 [INFO] Refreshing about files and about.html
00:39:15 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:15 [INFO] 
00:39:15 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.i18n ---
00:39:16 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.i18n:xml:p2metadata:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:16 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.i18n:xml:p2artifacts:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:16 [INFO] 
00:39:16 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.batik.i18n ---
00:39:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.16.0-SNAPSHOT/org.apache.batik.i18n-1.16.0-SNAPSHOT.pom
00:39:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/org.apache.batik.i18n-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.16.0-SNAPSHOT/org.apache.batik.i18n-1.16.0-SNAPSHOT.jar
00:39:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/org.apache.batik.i18n-1.16.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.16.0-SNAPSHOT/org.apache.batik.i18n-1.16.0-SNAPSHOT-sources.jar
00:39:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.16.0-SNAPSHOT/org.apache.batik.i18n-1.16.0-SNAPSHOT-p2metadata.xml
00:39:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.16.0-SNAPSHOT/org.apache.batik.i18n-1.16.0-SNAPSHOT-p2artifacts.xml
00:39:16 [INFO] 
00:39:16 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.i18n ---
00:39:16 [INFO] 
00:39:16 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.batik.util >-----------
00:39:16 [INFO] Building Batik utility library 1.16.0-SNAPSHOT                  [74/379]
00:39:16 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:16 [INFO] 
00:39:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.util ---
00:39:16 [INFO] 
00:39:16 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.util ---
00:39:16 [INFO] The project's OSGi version is 1.16.0.v20221027-0840
00:39:16 [INFO] 
00:39:16 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.util ---
00:39:16 [INFO] 
00:39:16 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.util ---
00:39:16 [INFO] Copying 3 resources
00:39:16 [INFO] 
00:39:16 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.util ---
00:39:16 [INFO] No sources to compile
00:39:16 [INFO] 
00:39:16 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.util ---
00:39:16 [INFO] Gathering dependencies
00:39:16 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-util:1.16:jar
00:39:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-util/1.16/batik-util-1.16.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:16 [INFO] Merging collected dependencies
00:39:16 [INFO] Copying 86 resources
00:39:16 [INFO] Generating OSGi MANIFEST.MF
00:39:16 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.util:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:39:16 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.util:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.constants=bundle-version="1.16.0" for this fragment/require bundle cannot be found on the classpath
00:39:16 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/org.apache.batik.util-1.16.0-SNAPSHOT.jar
00:39:16 [INFO] Gathering sources
00:39:16 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-util:sources:1.16:jar
00:39:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-util/1.16/batik-util-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:16 [INFO] Copying 3 resources
00:39:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/org.apache.batik.util-1.16.0-SNAPSHOT-sources.jar
00:39:16 [INFO] Assembling p2 repository
00:39:16 [INFO] 
00:39:16 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.util ---
00:39:16 [INFO] 
00:39:16 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.util ---
00:39:16 [INFO] Gathering sources archives
00:39:16 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-util:sources:1.16:jar
00:39:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/batik-util/1.16/batik-util-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/sources-for-eclipse-ipzilla/batik-util-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:17 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-util:sources:1.16:jar
00:39:17 [INFO] Copying batik-util-1.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/sources-for-eclipse-ipzilla/batik-util-1.16-sources.jar
00:39:17 [INFO] Refreshing about files and about.html
00:39:17 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:17 [INFO] 
00:39:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.util ---
00:39:17 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.util:xml:p2metadata:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:17 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.batik.util:xml:p2artifacts:1.16.0-SNAPSHOT already attached, replace previous instance
00:39:17 [INFO] 
00:39:17 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.batik.util ---
00:39:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.16.0-SNAPSHOT/org.apache.batik.util-1.16.0-SNAPSHOT.pom
00:39:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/org.apache.batik.util-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.16.0-SNAPSHOT/org.apache.batik.util-1.16.0-SNAPSHOT.jar
00:39:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/org.apache.batik.util-1.16.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.16.0-SNAPSHOT/org.apache.batik.util-1.16.0-SNAPSHOT-sources.jar
00:39:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.16.0-SNAPSHOT/org.apache.batik.util-1.16.0-SNAPSHOT-p2metadata.xml
00:39:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.16.0-SNAPSHOT/org.apache.batik.util-1.16.0-SNAPSHOT-p2artifacts.xml
00:39:17 [INFO] 
00:39:17 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.util ---
00:39:17 [INFO] 
00:39:17 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.xmlgraphics >----------
00:39:17 [INFO] Building Apache XML Graphics Commons 2.7.0-SNAPSHOT             [75/379]
00:39:17 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:17 [INFO] 
00:39:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xmlgraphics ---
00:39:17 [INFO] 
00:39:17 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.xmlgraphics ---
00:39:17 [INFO] The project's OSGi version is 2.7.0.v20221018-0736
00:39:17 [INFO] 
00:39:17 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.xmlgraphics ---
00:39:17 [INFO] 
00:39:17 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.xmlgraphics ---
00:39:17 [INFO] Copying 3 resources
00:39:17 [INFO] 
00:39:17 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.xmlgraphics ---
00:39:17 [INFO] No sources to compile
00:39:17 [INFO] 
00:39:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xmlgraphics ---
00:39:17 [INFO] Gathering dependencies
00:39:17 [INFO] Configured Artifact: org.apache.xmlgraphics:xmlgraphics-commons:2.7:jar
00:39:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/xmlgraphics-commons/2.7/xmlgraphics-commons-2.7.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:17 [INFO] Merging collected dependencies
00:39:17 [INFO] Copying 388 resources
00:39:17 [INFO] Generating OSGi MANIFEST.MF
00:39:17 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xmlgraphics:eclipse-bundle-recipe:2.7.0-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*] 
00:39:17 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/org.apache.xmlgraphics-2.7.0-SNAPSHOT.jar
00:39:17 [INFO] Gathering sources
00:39:17 [INFO] Configured Artifact: org.apache.xmlgraphics:xmlgraphics-commons:sources:2.7:jar
00:39:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/xmlgraphics-commons/2.7/xmlgraphics-commons-2.7-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:18 [INFO] Copying 3 resources
00:39:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/org.apache.xmlgraphics-2.7.0-SNAPSHOT-sources.jar
00:39:18 [INFO] Assembling p2 repository
00:39:18 [INFO] 
00:39:18 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xmlgraphics ---
00:39:18 [INFO] 
00:39:18 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xmlgraphics ---
00:39:18 [INFO] Gathering sources archives
00:39:18 [INFO] Configured Artifact: org.apache.xmlgraphics:xmlgraphics-commons:sources:2.7:jar
00:39:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlgraphics/xmlgraphics-commons/2.7/xmlgraphics-commons-2.7-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/sources-for-eclipse-ipzilla/xmlgraphics-commons-2.7-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:19 [INFO] Configured Artifact: org.apache.xmlgraphics:xmlgraphics-commons:sources:2.7:jar
00:39:19 [INFO] Copying xmlgraphics-commons-2.7-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/sources-for-eclipse-ipzilla/xmlgraphics-commons-2.7-sources.jar
00:39:19 [INFO] Refreshing about files and about.html
00:39:19 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:19 [INFO] 
00:39:19 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.xmlgraphics ---
00:39:19 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.xmlgraphics:xml:p2metadata:2.7.0-SNAPSHOT already attached, replace previous instance
00:39:19 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.xmlgraphics:xml:p2artifacts:2.7.0-SNAPSHOT already attached, replace previous instance
00:39:19 [INFO] 
00:39:19 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.xmlgraphics ---
00:39:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.7.0-SNAPSHOT/org.apache.xmlgraphics-2.7.0-SNAPSHOT.pom
00:39:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/org.apache.xmlgraphics-2.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.7.0-SNAPSHOT/org.apache.xmlgraphics-2.7.0-SNAPSHOT.jar
00:39:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/org.apache.xmlgraphics-2.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.7.0-SNAPSHOT/org.apache.xmlgraphics-2.7.0-SNAPSHOT-sources.jar
00:39:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.7.0-SNAPSHOT/org.apache.xmlgraphics-2.7.0-SNAPSHOT-p2metadata.xml
00:39:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.7.0-SNAPSHOT/org.apache.xmlgraphics-2.7.0-SNAPSHOT-p2artifacts.xml
00:39:19 [INFO] 
00:39:19 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.xmlgraphics ---
00:39:19 [INFO] 
00:39:19 [INFO] --------------< org.eclipse.orbit.bundles:httpcomponents >--------------
00:39:19 [INFO] Building Eclipse Orbit :: Apache HTTPComponents Recipes 1.0.0-SNAPSHOT [76/379]
00:39:19 [INFO] --------------------------------[ pom ]---------------------------------
00:39:19 [INFO] 
00:39:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ httpcomponents ---
00:39:19 [INFO] 
00:39:19 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ httpcomponents ---
00:39:19 [INFO] 
00:39:19 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ httpcomponents ---
00:39:19 [INFO] 
00:39:19 [INFO] --- maven-install-plugin:2.4:install (default-install) @ httpcomponents ---
00:39:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/httpcomponents/1.0.0-SNAPSHOT/httpcomponents-1.0.0-SNAPSHOT.pom
00:39:19 [INFO] 
00:39:19 [INFO] --< org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore-nio >--
00:39:19 [INFO] Building Apache HttpCore NIO 4.4.16-SNAPSHOT                    [77/379]
00:39:19 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:19 [INFO] 
00:39:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.httpcore-nio ---
00:39:19 [INFO] 
00:39:19 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.httpcore-nio ---
00:39:19 [INFO] The project's OSGi version is 4.4.16.v20221207-1049
00:39:19 [INFO] 
00:39:19 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.httpcomponents.httpcore-nio ---
00:39:19 [INFO] 
00:39:19 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.httpcomponents.httpcore-nio ---
00:39:19 [INFO] Copying 3 resources
00:39:19 [INFO] 
00:39:19 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.httpcomponents.httpcore-nio ---
00:39:19 [INFO] No sources to compile
00:39:19 [INFO] 
00:39:19 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.httpcore-nio ---
00:39:19 [INFO] Gathering dependencies
00:39:19 [INFO] Configured Artifact: org.apache.httpcomponents:httpcore-nio:4.4.16:jar
00:39:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:19 [INFO] Merging collected dependencies
00:39:19 [INFO] Copying 247 resources
00:39:19 [INFO] Generating OSGi MANIFEST.MF
00:39:19 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore-nio:eclipse-bundle-recipe:4.4.16-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] 
00:39:19 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT.jar
00:39:19 [INFO] Gathering sources
00:39:19 [INFO] Configured Artifact: org.apache.httpcomponents:httpcore-nio:sources:4.4.16:jar
00:39:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:20 [INFO] Copying 3 resources
00:39:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT-sources.jar
00:39:20 [INFO] Assembling p2 repository
00:39:20 [INFO] 
00:39:20 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.httpcore-nio ---
00:39:20 [INFO] 
00:39:20 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.httpcore-nio ---
00:39:20 [INFO] Gathering sources archives
00:39:20 [INFO] Configured Artifact: org.apache.httpcomponents:httpcore-nio:sources:4.4.16:jar
00:39:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/sources-for-eclipse-ipzilla/httpcore-nio-4.4.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:20 [INFO] Configured Artifact: org.apache.httpcomponents:httpcore-nio:sources:4.4.16:jar
00:39:20 [INFO] Copying httpcore-nio-4.4.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/sources-for-eclipse-ipzilla/httpcore-nio-4.4.16-sources.jar
00:39:20 [INFO] Refreshing about files and about.html
00:39:20 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:20 [INFO] 
00:39:20 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.httpcore-nio ---
00:39:20 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore-nio:xml:p2metadata:4.4.16-SNAPSHOT already attached, replace previous instance
00:39:20 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore-nio:xml:p2artifacts:4.4.16-SNAPSHOT already attached, replace previous instance
00:39:20 [INFO] 
00:39:20 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.httpcomponents.httpcore-nio ---
00:39:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT.pom
00:39:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT.jar
00:39:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT-sources.jar
00:39:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT-p2metadata.xml
00:39:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT-p2artifacts.xml
00:39:20 [INFO] 
00:39:20 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.httpcore-nio ---
00:39:20 [INFO] 
00:39:20 [INFO] --< org.eclipse.orbit.bundles:org.apache.httpcomponents.httpasyncclient >--
00:39:20 [INFO] Building Apache HttpAsyncClient 4.1.3-SNAPSHOT                  [78/379]
00:39:20 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:21 [INFO] 
00:39:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.httpasyncclient ---
00:39:21 [INFO] 
00:39:21 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.httpasyncclient ---
00:39:21 [INFO] The project's OSGi version is 4.1.3.v20221112-0806
00:39:21 [INFO] 
00:39:21 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.httpcomponents.httpasyncclient ---
00:39:21 [INFO] 
00:39:21 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.httpcomponents.httpasyncclient ---
00:39:21 [INFO] Copying 2 resources
00:39:21 [INFO] 
00:39:21 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.httpcomponents.httpasyncclient ---
00:39:21 [INFO] No sources to compile
00:39:21 [INFO] 
00:39:21 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.httpasyncclient ---
00:39:21 [INFO] Gathering dependencies
00:39:21 [INFO] Configured Artifact: org.apache.httpcomponents:httpasyncclient:4.1.3:jar
00:39:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:21 [INFO] Merging collected dependencies
00:39:21 [INFO] Copying 91 resources
00:39:21 [INFO] Generating OSGi MANIFEST.MF
00:39:21 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.httpasyncclient:eclipse-bundle-recipe:4.1.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] 
00:39:21 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT.jar
00:39:21 [INFO] Gathering sources
00:39:21 [INFO] Configured Artifact: org.apache.httpcomponents:httpasyncclient:sources:4.1.3:jar
00:39:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:21 [INFO] Copying 2 resources
00:39:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-sources.jar
00:39:22 [INFO] Assembling p2 repository
00:39:22 [INFO] 
00:39:22 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.httpasyncclient ---
00:39:22 [INFO] 
00:39:22 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.httpasyncclient ---
00:39:22 [INFO] Gathering sources archives
00:39:22 [INFO] Configured Artifact: org.apache.httpcomponents:httpasyncclient:sources:4.1.3:jar
00:39:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/sources-for-eclipse-ipzilla/httpasyncclient-4.1.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:22 [INFO] Configured Artifact: org.apache.httpcomponents:httpasyncclient:sources:4.1.3:jar
00:39:22 [INFO] Copying httpasyncclient-4.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/sources-for-eclipse-ipzilla/httpasyncclient-4.1.3-sources.jar
00:39:22 [INFO] Refreshing about files and about.html
00:39:22 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:22 [INFO] 
00:39:22 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.httpasyncclient ---
00:39:22 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.httpcomponents.httpasyncclient:xml:p2metadata:4.1.3-SNAPSHOT already attached, replace previous instance
00:39:22 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.httpcomponents.httpasyncclient:xml:p2artifacts:4.1.3-SNAPSHOT already attached, replace previous instance
00:39:22 [INFO] 
00:39:22 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.httpcomponents.httpasyncclient ---
00:39:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT.pom
00:39:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT.jar
00:39:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-sources.jar
00:39:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-p2metadata.xml
00:39:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-p2artifacts.xml
00:39:22 [INFO] 
00:39:22 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.httpasyncclient ---
00:39:22 [INFO] 
00:39:22 [INFO] ----< org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore >----
00:39:22 [INFO] Building Apache HttpCore 4.4.16-SNAPSHOT                        [79/379]
00:39:22 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:22 [INFO] 
00:39:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.httpcore ---
00:39:22 [INFO] 
00:39:22 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.httpcore ---
00:39:22 [INFO] The project's OSGi version is 4.4.16.v20221207-1049
00:39:22 [INFO] 
00:39:22 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.httpcomponents.httpcore ---
00:39:22 [INFO] 
00:39:22 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.httpcomponents.httpcore ---
00:39:22 [INFO] Copying 3 resources
00:39:22 [INFO] 
00:39:22 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.httpcomponents.httpcore ---
00:39:22 [INFO] No sources to compile
00:39:22 [INFO] 
00:39:22 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.httpcore ---
00:39:22 [INFO] Gathering dependencies
00:39:22 [INFO] Configured Artifact: org.apache.httpcomponents:httpcore:4.4.16:jar
00:39:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:22 [INFO] Merging collected dependencies
00:39:22 [INFO] Copying 258 resources
00:39:22 [INFO] Generating OSGi MANIFEST.MF
00:39:23 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore:eclipse-bundle-recipe:4.4.16-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] 
00:39:23 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore:eclipse-bundle-recipe:4.4.16-SNAPSHOT : No translation found for macro: scmBranch
00:39:23 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore:eclipse-bundle-recipe:4.4.16-SNAPSHOT : No translation found for macro: buildNumber
00:39:23 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT.jar
00:39:23 [INFO] Gathering sources
00:39:23 [INFO] Configured Artifact: org.apache.httpcomponents:httpcore:sources:4.4.16:jar
00:39:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:23 [INFO] Copying 3 resources
00:39:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT-sources.jar
00:39:23 [INFO] Assembling p2 repository
00:39:24 [INFO] 
00:39:24 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.httpcore ---
00:39:24 [INFO] 
00:39:24 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.httpcore ---
00:39:24 [INFO] Gathering sources archives
00:39:24 [INFO] Configured Artifact: org.apache.httpcomponents:httpcore:sources:4.4.16:jar
00:39:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/sources-for-eclipse-ipzilla/httpcore-4.4.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:24 [INFO] Configured Artifact: org.apache.httpcomponents:httpcore:sources:4.4.16:jar
00:39:24 [INFO] Copying httpcore-4.4.16-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/sources-for-eclipse-ipzilla/httpcore-4.4.16-sources.jar
00:39:24 [INFO] Refreshing about files and about.html
00:39:24 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:24 [INFO] 
00:39:24 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.httpcore ---
00:39:24 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore:xml:p2metadata:4.4.16-SNAPSHOT already attached, replace previous instance
00:39:24 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore:xml:p2artifacts:4.4.16-SNAPSHOT already attached, replace previous instance
00:39:24 [INFO] 
00:39:24 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.httpcomponents.httpcore ---
00:39:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT.pom
00:39:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT.jar
00:39:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT-sources.jar
00:39:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT-p2metadata.xml
00:39:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT-p2artifacts.xml
00:39:24 [INFO] 
00:39:24 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.httpcore ---
00:39:24 [INFO] 
00:39:24 [INFO] ---< org.eclipse.orbit.bundles:org.apache.httpcomponents.httpclient >---
00:39:24 [INFO] Building Apache HttpClient 4.5.14-SNAPSHOT                      [80/379]
00:39:24 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:24 [INFO] 
00:39:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.httpclient ---
00:39:24 [INFO] 
00:39:24 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.httpclient ---
00:39:24 [INFO] The project's OSGi version is 4.5.14.v20221207-1049
00:39:24 [INFO] 
00:39:24 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.httpcomponents.httpclient ---
00:39:24 [INFO] 
00:39:24 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.httpcomponents.httpclient ---
00:39:24 [INFO] Copying 3 resources
00:39:24 [INFO] 
00:39:24 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.httpcomponents.httpclient ---
00:39:24 [INFO] No sources to compile
00:39:24 [INFO] 
00:39:24 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.httpclient ---
00:39:24 [INFO] Gathering dependencies
00:39:24 [INFO] Configured Artifact: org.apache.httpcomponents:httpclient:4.5.14:jar
00:39:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:24 [INFO] Merging collected dependencies
00:39:24 [INFO] Copying 476 resources
00:39:24 [INFO] Generating OSGi MANIFEST.MF
00:39:24 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT.jar
00:39:25 [INFO] Gathering sources
00:39:25 [INFO] Configured Artifact: org.apache.httpcomponents:httpclient:sources:4.5.14:jar
00:39:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:25 [INFO] Copying 3 resources
00:39:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT-sources.jar
00:39:25 [INFO] Assembling p2 repository
00:39:26 [INFO] 
00:39:26 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.httpclient ---
00:39:26 [INFO] 
00:39:26 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.httpclient ---
00:39:26 [INFO] Gathering sources archives
00:39:26 [INFO] Configured Artifact: org.apache.httpcomponents:httpclient:sources:4.5.14:jar
00:39:26 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/sources-for-eclipse-ipzilla/httpclient-4.5.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:26 [INFO] Configured Artifact: org.apache.httpcomponents:httpclient:sources:4.5.14:jar
00:39:26 [INFO] Copying httpclient-4.5.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/sources-for-eclipse-ipzilla/httpclient-4.5.14-sources.jar
00:39:26 [INFO] Refreshing about files and about.html
00:39:26 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:26 [INFO] 
00:39:26 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.httpclient ---
00:39:26 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.httpcomponents.httpclient:xml:p2metadata:4.5.14-SNAPSHOT already attached, replace previous instance
00:39:26 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.httpcomponents.httpclient:xml:p2artifacts:4.5.14-SNAPSHOT already attached, replace previous instance
00:39:26 [INFO] 
00:39:26 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.httpcomponents.httpclient ---
00:39:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT.pom
00:39:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT.jar
00:39:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT-sources.jar
00:39:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT-p2metadata.xml
00:39:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT-p2artifacts.xml
00:39:26 [INFO] 
00:39:26 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.httpclient ---
00:39:26 [INFO] 
00:39:26 [INFO] --< org.eclipse.orbit.bundles:org.apache.httpcomponents.httpclient.win >--
00:39:26 [INFO] Building Apache HttpClient Windows features 4.5.14-SNAPSHOT     [81/379]
00:39:26 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:29 [INFO] 
00:39:29 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.httpclient.win ---
00:39:29 [INFO] 
00:39:29 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.httpclient.win ---
00:39:29 [INFO] The project's OSGi version is 4.5.14.v20221207-1049
00:39:29 [INFO] 
00:39:29 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.httpcomponents.httpclient.win ---
00:39:29 [INFO] 
00:39:29 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.httpcomponents.httpclient.win ---
00:39:29 [INFO] Copying 3 resources
00:39:29 [INFO] 
00:39:29 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.httpcomponents.httpclient.win ---
00:39:29 [INFO] No sources to compile
00:39:29 [INFO] 
00:39:29 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.httpclient.win ---
00:39:29 [INFO] Gathering dependencies
00:39:29 [INFO] Configured Artifact: org.apache.httpcomponents:httpclient-win:4.5.14:jar
00:39:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:29 [INFO] Merging collected dependencies
00:39:29 [INFO] Copying 10 resources
00:39:29 [INFO] Generating OSGi MANIFEST.MF
00:39:29 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.httpclient.win:eclipse-bundle-recipe:4.5.14-SNAPSHOT : Unused Import-Package instructions: [org.apache.http.cookie*, org.apache.http.entity*, org.apache.http.impl.client*, org.apache.http.impl.conn*, org.apache.http.impl.cookie*, org.apache.http.impl.execchain*] 
00:39:29 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT.jar
00:39:29 [INFO] Gathering sources
00:39:29 [INFO] Configured Artifact: org.apache.httpcomponents:httpclient-win:sources:4.5.14:jar
00:39:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:29 [INFO] Copying 3 resources
00:39:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT-sources.jar
00:39:29 [INFO] Assembling p2 repository
00:39:30 [INFO] 
00:39:30 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.httpclient.win ---
00:39:30 [INFO] 
00:39:30 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.httpclient.win ---
00:39:30 [INFO] Gathering sources archives
00:39:30 [INFO] Configured Artifact: org.apache.httpcomponents:httpclient-win:sources:4.5.14:jar
00:39:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/sources-for-eclipse-ipzilla/httpclient-win-4.5.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:30 [INFO] Configured Artifact: org.apache.httpcomponents:httpclient-win:sources:4.5.14:jar
00:39:30 [INFO] Copying httpclient-win-4.5.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/sources-for-eclipse-ipzilla/httpclient-win-4.5.14-sources.jar
00:39:30 [INFO] Refreshing about files and about.html
00:39:30 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:30 [INFO] 
00:39:30 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.httpclient.win ---
00:39:30 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.httpcomponents.httpclient.win:xml:p2metadata:4.5.14-SNAPSHOT already attached, replace previous instance
00:39:30 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.httpcomponents.httpclient.win:xml:p2artifacts:4.5.14-SNAPSHOT already attached, replace previous instance
00:39:30 [INFO] 
00:39:30 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.httpcomponents.httpclient.win ---
00:39:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT.pom
00:39:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT.jar
00:39:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT-sources.jar
00:39:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT-p2metadata.xml
00:39:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT-p2artifacts.xml
00:39:30 [INFO] 
00:39:30 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.httpclient.win ---
00:39:30 [INFO] 
00:39:30 [INFO] --< org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5 >--
00:39:30 [INFO] Building Apache HttpComponents Core HTTP/1.1 5.1.4-SNAPSHOT     [82/379]
00:39:30 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:30 [INFO] 
00:39:30 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.core5.httpcore5 ---
00:39:30 [INFO] 
00:39:30 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.core5.httpcore5 ---
00:39:30 [INFO] The project's OSGi version is 5.1.4.v20221013-1742
00:39:30 [INFO] 
00:39:30 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.httpcomponents.core5.httpcore5 ---
00:39:30 [INFO] 
00:39:30 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.httpcomponents.core5.httpcore5 ---
00:39:30 [INFO] Copying 3 resources
00:39:30 [INFO] 
00:39:30 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.httpcomponents.core5.httpcore5 ---
00:39:30 [INFO] No sources to compile
00:39:30 [INFO] 
00:39:30 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.core5.httpcore5 ---
00:39:30 [INFO] Gathering dependencies
00:39:30 [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5:5.1.4:jar
00:39:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/core5/httpcore5/5.1.4/httpcore5-5.1.4.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:31 [INFO] Merging collected dependencies
00:39:31 [INFO] Copying 638 resources
00:39:31 [INFO] Generating OSGi MANIFEST.MF
00:39:31 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5:eclipse-bundle-recipe:5.1.4-SNAPSHOT : Unused Export-Package instructions: [*.internal.*] 
00:39:31 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT.jar
00:39:31 [INFO] Gathering sources
00:39:31 [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5:sources:5.1.4:jar
00:39:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/core5/httpcore5/5.1.4/httpcore5-5.1.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:32 [INFO] Copying 3 resources
00:39:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT-sources.jar
00:39:32 [INFO] Assembling p2 repository
00:39:32 [INFO] 
00:39:32 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.core5.httpcore5 ---
00:39:32 [INFO] 
00:39:32 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.core5.httpcore5 ---
00:39:32 [INFO] Gathering sources archives
00:39:32 [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5:sources:5.1.4:jar
00:39:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/core5/httpcore5/5.1.4/httpcore5-5.1.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/sources-for-eclipse-ipzilla/httpcore5-5.1.4-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:33 [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5:sources:5.1.4:jar
00:39:33 [INFO] Copying httpcore5-5.1.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/sources-for-eclipse-ipzilla/httpcore5-5.1.4-sources.jar
00:39:33 [INFO] Refreshing about files and about.html
00:39:33 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:33 [INFO] 
00:39:33 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.core5.httpcore5 ---
00:39:33 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5:xml:p2metadata:5.1.4-SNAPSHOT already attached, replace previous instance
00:39:33 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5:xml:p2artifacts:5.1.4-SNAPSHOT already attached, replace previous instance
00:39:33 [INFO] 
00:39:33 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.httpcomponents.core5.httpcore5 ---
00:39:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT.pom
00:39:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT.jar
00:39:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT-sources.jar
00:39:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT-p2metadata.xml
00:39:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT-p2artifacts.xml
00:39:33 [INFO] 
00:39:33 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.core5.httpcore5 ---
00:39:33 [INFO] 
00:39:33 [INFO] --< org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5-h2 >--
00:39:33 [INFO] Building Apache HttpComponents Core HTTP/2 5.1.4-SNAPSHOT       [83/379]
00:39:33 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:33 [INFO] 
00:39:33 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.core5.httpcore5-h2 ---
00:39:33 [INFO] 
00:39:33 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.core5.httpcore5-h2 ---
00:39:33 [INFO] The project's OSGi version is 5.1.4.v20221013-1742
00:39:33 [INFO] 
00:39:33 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.httpcomponents.core5.httpcore5-h2 ---
00:39:33 [INFO] 
00:39:33 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.httpcomponents.core5.httpcore5-h2 ---
00:39:33 [INFO] Copying 3 resources
00:39:33 [INFO] 
00:39:33 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.httpcomponents.core5.httpcore5-h2 ---
00:39:33 [INFO] No sources to compile
00:39:33 [INFO] 
00:39:33 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.core5.httpcore5-h2 ---
00:39:33 [INFO] Gathering dependencies
00:39:33 [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5-h2:5.1.4:jar
00:39:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/core5/httpcore5-h2/5.1.4/httpcore5-h2-5.1.4.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:33 [INFO] Merging collected dependencies
00:39:33 [INFO] Copying 150 resources
00:39:33 [INFO] Generating OSGi MANIFEST.MF
00:39:33 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5-h2:eclipse-bundle-recipe:5.1.4-SNAPSHOT : Unused Export-Package instructions: [*.internal.*] 
00:39:33 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5-h2:eclipse-bundle-recipe:5.1.4-SNAPSHOT : Unused Import-Package instructions: [java.org.conscrypt.*] 
00:39:33 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT.jar
00:39:33 [INFO] Gathering sources
00:39:33 [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5-h2:sources:5.1.4:jar
00:39:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/core5/httpcore5-h2/5.1.4/httpcore5-h2-5.1.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:33 [INFO] Copying 3 resources
00:39:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT-sources.jar
00:39:33 [INFO] Assembling p2 repository
00:39:34 [INFO] 
00:39:34 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.core5.httpcore5-h2 ---
00:39:34 [INFO] 
00:39:34 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.core5.httpcore5-h2 ---
00:39:34 [INFO] Gathering sources archives
00:39:34 [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5-h2:sources:5.1.4:jar
00:39:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/core5/httpcore5-h2/5.1.4/httpcore5-h2-5.1.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/sources-for-eclipse-ipzilla/httpcore5-h2-5.1.4-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:34 [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5-h2:sources:5.1.4:jar
00:39:34 [INFO] Copying httpcore5-h2-5.1.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/sources-for-eclipse-ipzilla/httpcore5-h2-5.1.4-sources.jar
00:39:34 [INFO] Refreshing about files and about.html
00:39:34 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:34 [INFO] 
00:39:34 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.core5.httpcore5-h2 ---
00:39:34 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5-h2:xml:p2metadata:5.1.4-SNAPSHOT already attached, replace previous instance
00:39:34 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5-h2:xml:p2artifacts:5.1.4-SNAPSHOT already attached, replace previous instance
00:39:34 [INFO] 
00:39:34 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.httpcomponents.core5.httpcore5-h2 ---
00:39:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT.pom
00:39:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT.jar
00:39:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT-sources.jar
00:39:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT-p2metadata.xml
00:39:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT-p2artifacts.xml
00:39:34 [INFO] 
00:39:34 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.core5.httpcore5-h2 ---
00:39:34 [INFO] 
00:39:34 [INFO] --< org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5 >--
00:39:34 [INFO] Building Apache HttpClient 5.1.3-SNAPSHOT                       [84/379]
00:39:34 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:34 [INFO] 
00:39:34 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.client5.httpclient5 ---
00:39:34 [INFO] 
00:39:34 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.client5.httpclient5 ---
00:39:34 [INFO] The project's OSGi version is 5.1.3.v20221013-1742
00:39:34 [INFO] 
00:39:34 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.httpcomponents.client5.httpclient5 ---
00:39:34 [INFO] 
00:39:34 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.httpcomponents.client5.httpclient5 ---
00:39:34 [INFO] Copying 3 resources
00:39:34 [INFO] 
00:39:34 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.httpcomponents.client5.httpclient5 ---
00:39:34 [INFO] No sources to compile
00:39:34 [INFO] 
00:39:34 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.client5.httpclient5 ---
00:39:34 [INFO] Gathering dependencies
00:39:34 [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5:5.1.3:jar
00:39:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:35 [INFO] Merging collected dependencies
00:39:35 [INFO] Copying 482 resources
00:39:35 [INFO] Generating OSGi MANIFEST.MF
00:39:35 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5:eclipse-bundle-recipe:5.1.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*] 
00:39:35 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5:eclipse-bundle-recipe:5.1.3-SNAPSHOT : Unused Import-Package instructions: [org.apache.hc.core5.http2.*, java.org.conscrypt.*] 
00:39:35 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT.jar
00:39:35 [INFO] Gathering sources
00:39:35 [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5:sources:5.1.3:jar
00:39:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:36 [INFO] Copying 3 resources
00:39:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT-sources.jar
00:39:36 [INFO] Assembling p2 repository
00:39:36 [INFO] 
00:39:36 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.client5.httpclient5 ---
00:39:36 [INFO] 
00:39:36 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.client5.httpclient5 ---
00:39:36 [INFO] Gathering sources archives
00:39:36 [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5:sources:5.1.3:jar
00:39:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/sources-for-eclipse-ipzilla/httpclient5-5.1.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:37 [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5:sources:5.1.3:jar
00:39:37 [INFO] Copying httpclient5-5.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/sources-for-eclipse-ipzilla/httpclient5-5.1.3-sources.jar
00:39:37 [INFO] Refreshing about files and about.html
00:39:37 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:37 [INFO] 
00:39:37 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.client5.httpclient5 ---
00:39:37 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5:xml:p2metadata:5.1.3-SNAPSHOT already attached, replace previous instance
00:39:37 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5:xml:p2artifacts:5.1.3-SNAPSHOT already attached, replace previous instance
00:39:37 [INFO] 
00:39:37 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.httpcomponents.client5.httpclient5 ---
00:39:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT.pom
00:39:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT.jar
00:39:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT-sources.jar
00:39:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT-p2metadata.xml
00:39:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT-p2artifacts.xml
00:39:37 [INFO] 
00:39:37 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.client5.httpclient5 ---
00:39:37 [INFO] 
00:39:37 [INFO] --< org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5-win >--
00:39:37 [INFO] Building Apache HttpClient Windows specific functionality 5.1.3-SNAPSHOT [85/379]
00:39:37 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:37 [INFO] 
00:39:37 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.client5.httpclient5-win ---
00:39:37 [INFO] 
00:39:37 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.client5.httpclient5-win ---
00:39:37 [INFO] The project's OSGi version is 5.1.3.v20221013-1742
00:39:37 [INFO] 
00:39:37 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.httpcomponents.client5.httpclient5-win ---
00:39:37 [INFO] 
00:39:37 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.httpcomponents.client5.httpclient5-win ---
00:39:37 [INFO] Copying 3 resources
00:39:37 [INFO] 
00:39:37 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.httpcomponents.client5.httpclient5-win ---
00:39:37 [INFO] No sources to compile
00:39:37 [INFO] 
00:39:37 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.client5.httpclient5-win ---
00:39:37 [INFO] Gathering dependencies
00:39:37 [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5-win:5.1.3:jar
00:39:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/client5/httpclient5-win/5.1.3/httpclient5-win-5.1.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:37 [INFO] Merging collected dependencies
00:39:37 [INFO] Copying 8 resources
00:39:37 [INFO] Generating OSGi MANIFEST.MF
00:39:37 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5-win:eclipse-bundle-recipe:5.1.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*] 
00:39:37 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5-win:eclipse-bundle-recipe:5.1.3-SNAPSHOT : Unused Import-Package instructions: [org.apache.hc.core5.http2.*, java.org.conscrypt.*] 
00:39:37 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT.jar
00:39:37 [INFO] Gathering sources
00:39:37 [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5-win:sources:5.1.3:jar
00:39:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/client5/httpclient5-win/5.1.3/httpclient5-win-5.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:37 [INFO] Copying 3 resources
00:39:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT-sources.jar
00:39:37 [INFO] Assembling p2 repository
00:39:38 [INFO] 
00:39:38 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.client5.httpclient5-win ---
00:39:38 [INFO] 
00:39:38 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.client5.httpclient5-win ---
00:39:38 [INFO] Gathering sources archives
00:39:38 [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5-win:sources:5.1.3:jar
00:39:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/httpcomponents/client5/httpclient5-win/5.1.3/httpclient5-win-5.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/sources-for-eclipse-ipzilla/httpclient5-win-5.1.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:38 [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5-win:sources:5.1.3:jar
00:39:38 [INFO] Copying httpclient5-win-5.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/sources-for-eclipse-ipzilla/httpclient5-win-5.1.3-sources.jar
00:39:38 [INFO] Refreshing about files and about.html
00:39:38 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:38 [INFO] 
00:39:38 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.client5.httpclient5-win ---
00:39:38 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5-win:xml:p2metadata:5.1.3-SNAPSHOT already attached, replace previous instance
00:39:38 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5-win:xml:p2artifacts:5.1.3-SNAPSHOT already attached, replace previous instance
00:39:38 [INFO] 
00:39:38 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.httpcomponents.client5.httpclient5-win ---
00:39:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5-win/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT.pom
00:39:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5-win/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT.jar
00:39:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5-win/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT-sources.jar
00:39:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5-win/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT-p2metadata.xml
00:39:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5-win/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT-p2artifacts.xml
00:39:38 [INFO] 
00:39:38 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.client5.httpclient5-win ---
00:39:38 [INFO] 
00:39:38 [INFO] -----------------< org.eclipse.orbit.bundles:jclouds >------------------
00:39:38 [INFO] Building Eclipse Orbit :: JClouds Recipes 1.0.0-SNAPSHOT        [86/379]
00:39:38 [INFO] --------------------------------[ pom ]---------------------------------
00:39:38 [INFO] 
00:39:38 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jclouds ---
00:39:38 [INFO] 
00:39:38 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jclouds ---
00:39:38 [INFO] 
00:39:38 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jclouds ---
00:39:38 [INFO] 
00:39:38 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jclouds ---
00:39:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jclouds/1.0.0-SNAPSHOT/jclouds-1.0.0-SNAPSHOT.pom
00:39:38 [INFO] 
00:39:38 [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.common.openstack-common >--
00:39:38 [INFO] Building Apache Jclouds OpenStack Components Core 1.8.0-SNAPSHOT [87/379]
00:39:38 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:39 [INFO] 
00:39:39 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.common.openstack-common ---
00:39:39 [INFO] 
00:39:39 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.common.openstack-common ---
00:39:39 [INFO] The project's OSGi version is 1.8.0.v20160301-1110
00:39:39 [INFO] 
00:39:39 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.common.openstack-common ---
00:39:39 [INFO] 
00:39:39 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.common.openstack-common ---
00:39:39 [INFO] Copying 3 resources
00:39:39 [INFO] 
00:39:39 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.common.openstack-common ---
00:39:39 [INFO] No sources to compile
00:39:39 [INFO] 
00:39:39 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.common.openstack-common ---
00:39:39 [INFO] Gathering dependencies
00:39:39 [INFO] Configured Artifact: org.apache.jclouds.common:openstack-common:1.8.0:jar
00:39:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/common/openstack-common/1.8.0/openstack-common-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:39 [INFO] Merging collected dependencies
00:39:39 [INFO] Copying 60 resources
00:39:39 [INFO] Generating OSGi MANIFEST.MF
00:39:39 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.common.openstack-common:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:39:39 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT.jar
00:39:39 [INFO] Gathering sources
00:39:39 [INFO] Configured Artifact: org.apache.jclouds.common:openstack-common:sources:1.8.0:jar
00:39:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/common/openstack-common/1.8.0/openstack-common-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:39 [INFO] Copying 3 resources
00:39:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT-sources.jar
00:39:39 [INFO] Assembling p2 repository
00:39:40 [INFO] 
00:39:40 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.common.openstack-common ---
00:39:40 [INFO] 
00:39:40 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.common.openstack-common ---
00:39:40 [INFO] Gathering sources archives
00:39:40 [INFO] Configured Artifact: org.apache.jclouds.common:openstack-common:sources:1.8.0:jar
00:39:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/common/openstack-common/1.8.0/openstack-common-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/sources-for-eclipse-ipzilla/openstack-common-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:40 [INFO] Configured Artifact: org.apache.jclouds.common:openstack-common:sources:1.8.0:jar
00:39:40 [INFO] Copying openstack-common-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/sources-for-eclipse-ipzilla/openstack-common-1.8.0-sources.jar
00:39:40 [INFO] Refreshing about files and about.html
00:39:40 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:40 [INFO] 
00:39:40 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.common.openstack-common ---
00:39:40 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.common.openstack-common:xml:p2metadata:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:40 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.common.openstack-common:xml:p2artifacts:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:40 [INFO] 
00:39:40 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.jclouds.common.openstack-common ---
00:39:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.common.openstack-common/1.8.0-SNAPSHOT/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT.pom
00:39:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.common.openstack-common/1.8.0-SNAPSHOT/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT.jar
00:39:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.common.openstack-common/1.8.0-SNAPSHOT/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT-sources.jar
00:39:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.common.openstack-common/1.8.0-SNAPSHOT/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT-p2metadata.xml
00:39:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.common.openstack-common/1.8.0-SNAPSHOT/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT-p2artifacts.xml
00:39:40 [INFO] 
00:39:40 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.common.openstack-common ---
00:39:40 [INFO] 
00:39:40 [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-cinder >--
00:39:40 [INFO] Building Apache Jclouds OpenStack Cinder API 1.8.0-SNAPSHOT     [88/379]
00:39:40 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:40 [INFO] 
00:39:40 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.openstack-cinder ---
00:39:40 [INFO] 
00:39:40 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.openstack-cinder ---
00:39:40 [INFO] The project's OSGi version is 1.8.0.v20160301-1110
00:39:40 [INFO] 
00:39:40 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.api.openstack-cinder ---
00:39:40 [INFO] 
00:39:40 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.api.openstack-cinder ---
00:39:40 [INFO] Copying 3 resources
00:39:40 [INFO] 
00:39:40 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.api.openstack-cinder ---
00:39:40 [INFO] No sources to compile
00:39:40 [INFO] 
00:39:40 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.openstack-cinder ---
00:39:40 [INFO] Gathering dependencies
00:39:40 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-cinder:1.8.0:jar
00:39:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/openstack-cinder/1.8.0/openstack-cinder-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:40 [INFO] Merging collected dependencies
00:39:40 [INFO] Copying 46 resources
00:39:40 [INFO] Generating OSGi MANIFEST.MF
00:39:40 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-cinder:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:39:40 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT.jar
00:39:40 [INFO] Gathering sources
00:39:40 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-cinder:sources:1.8.0:jar
00:39:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/openstack-cinder/1.8.0/openstack-cinder-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:41 [INFO] Copying 3 resources
00:39:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT-sources.jar
00:39:41 [INFO] Assembling p2 repository
00:39:41 [INFO] 
00:39:41 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.openstack-cinder ---
00:39:41 [INFO] 
00:39:41 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.openstack-cinder ---
00:39:41 [INFO] Gathering sources archives
00:39:41 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-cinder:sources:1.8.0:jar
00:39:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/openstack-cinder/1.8.0/openstack-cinder-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/sources-for-eclipse-ipzilla/openstack-cinder-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:41 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-cinder:sources:1.8.0:jar
00:39:41 [INFO] Copying openstack-cinder-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/sources-for-eclipse-ipzilla/openstack-cinder-1.8.0-sources.jar
00:39:41 [INFO] Refreshing about files and about.html
00:39:41 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:41 [INFO] 
00:39:41 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.openstack-cinder ---
00:39:41 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-cinder:xml:p2metadata:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:41 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-cinder:xml:p2artifacts:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:41 [INFO] 
00:39:41 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.jclouds.api.openstack-cinder ---
00:39:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-cinder/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT.pom
00:39:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-cinder/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT.jar
00:39:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-cinder/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT-sources.jar
00:39:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-cinder/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT-p2metadata.xml
00:39:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-cinder/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT-p2artifacts.xml
00:39:41 [INFO] 
00:39:41 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.openstack-cinder ---
00:39:41 [INFO] 
00:39:41 [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-keystone >--
00:39:41 [INFO] Building Apache Jclouds OpenStack Keystone API 1.8.0-SNAPSHOT   [89/379]
00:39:41 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:41 [INFO] 
00:39:41 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.openstack-keystone ---
00:39:41 [INFO] 
00:39:41 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.openstack-keystone ---
00:39:41 [INFO] The project's OSGi version is 1.8.0.v20160301-1110
00:39:41 [INFO] 
00:39:41 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.api.openstack-keystone ---
00:39:41 [INFO] 
00:39:41 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.api.openstack-keystone ---
00:39:41 [INFO] Copying 3 resources
00:39:41 [INFO] 
00:39:41 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.api.openstack-keystone ---
00:39:41 [INFO] No sources to compile
00:39:41 [INFO] 
00:39:41 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.openstack-keystone ---
00:39:41 [INFO] Gathering dependencies
00:39:41 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-keystone:1.8.0:jar
00:39:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/openstack-keystone/1.8.0/openstack-keystone-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:41 [INFO] Merging collected dependencies
00:39:41 [INFO] Copying 188 resources
00:39:41 [INFO] Generating OSGi MANIFEST.MF
00:39:42 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-keystone:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:39:42 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT.jar
00:39:42 [INFO] Gathering sources
00:39:42 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-keystone:sources:1.8.0:jar
00:39:42 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/openstack-keystone/1.8.0/openstack-keystone-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:42 [INFO] Copying 3 resources
00:39:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT-sources.jar
00:39:42 [INFO] Assembling p2 repository
00:39:43 [INFO] 
00:39:43 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.openstack-keystone ---
00:39:43 [INFO] 
00:39:43 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.openstack-keystone ---
00:39:43 [INFO] Gathering sources archives
00:39:43 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-keystone:sources:1.8.0:jar
00:39:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/openstack-keystone/1.8.0/openstack-keystone-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/sources-for-eclipse-ipzilla/openstack-keystone-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:43 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-keystone:sources:1.8.0:jar
00:39:43 [INFO] Copying openstack-keystone-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/sources-for-eclipse-ipzilla/openstack-keystone-1.8.0-sources.jar
00:39:43 [INFO] Refreshing about files and about.html
00:39:43 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:43 [INFO] 
00:39:43 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.openstack-keystone ---
00:39:43 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-keystone:xml:p2metadata:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:43 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-keystone:xml:p2artifacts:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:43 [INFO] 
00:39:43 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.jclouds.api.openstack-keystone ---
00:39:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-keystone/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT.pom
00:39:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-keystone/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT.jar
00:39:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-keystone/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT-sources.jar
00:39:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-keystone/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT-p2metadata.xml
00:39:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-keystone/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT-p2artifacts.xml
00:39:43 [INFO] 
00:39:43 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.openstack-keystone ---
00:39:43 [INFO] 
00:39:43 [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-nova >---
00:39:43 [INFO] Building Apache Jclouds OpenStack Nova API 1.8.0-SNAPSHOT       [90/379]
00:39:43 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:43 [INFO] 
00:39:43 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.openstack-nova ---
00:39:43 [INFO] 
00:39:43 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.openstack-nova ---
00:39:43 [INFO] The project's OSGi version is 1.8.0.v20160301-1110
00:39:43 [INFO] 
00:39:43 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.api.openstack-nova ---
00:39:43 [INFO] 
00:39:43 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.api.openstack-nova ---
00:39:43 [INFO] Copying 3 resources
00:39:43 [INFO] 
00:39:43 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.api.openstack-nova ---
00:39:43 [INFO] No sources to compile
00:39:43 [INFO] 
00:39:43 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.openstack-nova ---
00:39:43 [INFO] Gathering dependencies
00:39:43 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-nova:1.8.0:jar
00:39:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/openstack-nova/1.8.0/openstack-nova-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:43 [INFO] Merging collected dependencies
00:39:43 [INFO] Copying 308 resources
00:39:43 [INFO] Generating OSGi MANIFEST.MF
00:39:44 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-nova:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:39:44 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT.jar
00:39:44 [INFO] Gathering sources
00:39:44 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-nova:sources:1.8.0:jar
00:39:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/openstack-nova/1.8.0/openstack-nova-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:44 [INFO] Copying 3 resources
00:39:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT-sources.jar
00:39:44 [INFO] Assembling p2 repository
00:39:45 [INFO] 
00:39:45 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.openstack-nova ---
00:39:45 [INFO] 
00:39:45 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.openstack-nova ---
00:39:45 [INFO] Gathering sources archives
00:39:45 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-nova:sources:1.8.0:jar
00:39:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/openstack-nova/1.8.0/openstack-nova-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/sources-for-eclipse-ipzilla/openstack-nova-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:45 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-nova:sources:1.8.0:jar
00:39:45 [INFO] Copying openstack-nova-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/sources-for-eclipse-ipzilla/openstack-nova-1.8.0-sources.jar
00:39:45 [INFO] Refreshing about files and about.html
00:39:45 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:45 [INFO] 
00:39:45 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.openstack-nova ---
00:39:45 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-nova:xml:p2metadata:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:45 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-nova:xml:p2artifacts:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:45 [INFO] 
00:39:45 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.jclouds.api.openstack-nova ---
00:39:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-nova/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT.pom
00:39:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-nova/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT.jar
00:39:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-nova/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT-sources.jar
00:39:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-nova/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT-p2metadata.xml
00:39:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-nova/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT-p2artifacts.xml
00:39:45 [INFO] 
00:39:45 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.openstack-nova ---
00:39:45 [INFO] 
00:39:45 [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.labs.openstack-neutron >--
00:39:45 [INFO] Building Apache Jclouds OpenStack Neutron API 1.8.0-SNAPSHOT    [91/379]
00:39:45 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:45 [INFO] 
00:39:45 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.labs.openstack-neutron ---
00:39:45 [INFO] 
00:39:45 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.labs.openstack-neutron ---
00:39:45 [INFO] The project's OSGi version is 1.8.0.v20160301-1110
00:39:45 [INFO] 
00:39:45 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.labs.openstack-neutron ---
00:39:45 [INFO] 
00:39:45 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.labs.openstack-neutron ---
00:39:45 [INFO] Copying 3 resources
00:39:45 [INFO] 
00:39:45 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.labs.openstack-neutron ---
00:39:45 [INFO] No sources to compile
00:39:45 [INFO] 
00:39:45 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.labs.openstack-neutron ---
00:39:45 [INFO] Gathering dependencies
00:39:45 [INFO] Configured Artifact: org.apache.jclouds.labs:openstack-neutron:1.8.0:jar
00:39:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/labs/openstack-neutron/1.8.0/openstack-neutron-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:45 [INFO] Merging collected dependencies
00:39:45 [INFO] Copying 245 resources
00:39:45 [INFO] Generating OSGi MANIFEST.MF
00:39:45 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.labs.openstack-neutron:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:39:45 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT.jar
00:39:45 [INFO] Gathering sources
00:39:45 [INFO] Configured Artifact: org.apache.jclouds.labs:openstack-neutron:sources:1.8.0:jar
00:39:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/labs/openstack-neutron/1.8.0/openstack-neutron-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:45 [INFO] Copying 3 resources
00:39:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT-sources.jar
00:39:45 [INFO] Assembling p2 repository
00:39:46 [INFO] 
00:39:46 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.labs.openstack-neutron ---
00:39:46 [INFO] 
00:39:46 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.labs.openstack-neutron ---
00:39:46 [INFO] Gathering sources archives
00:39:46 [INFO] Configured Artifact: org.apache.jclouds.labs:openstack-neutron:sources:1.8.0:jar
00:39:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/labs/openstack-neutron/1.8.0/openstack-neutron-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/sources-for-eclipse-ipzilla/openstack-neutron-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:46 [INFO] Configured Artifact: org.apache.jclouds.labs:openstack-neutron:sources:1.8.0:jar
00:39:46 [INFO] Copying openstack-neutron-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/sources-for-eclipse-ipzilla/openstack-neutron-1.8.0-sources.jar
00:39:46 [INFO] Refreshing about files and about.html
00:39:46 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:46 [INFO] 
00:39:46 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.labs.openstack-neutron ---
00:39:46 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.labs.openstack-neutron:xml:p2metadata:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:46 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.labs.openstack-neutron:xml:p2artifacts:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:46 [INFO] 
00:39:46 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.jclouds.labs.openstack-neutron ---
00:39:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.openstack-neutron/1.8.0-SNAPSHOT/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT.pom
00:39:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.openstack-neutron/1.8.0-SNAPSHOT/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT.jar
00:39:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.openstack-neutron/1.8.0-SNAPSHOT/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT-sources.jar
00:39:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.openstack-neutron/1.8.0-SNAPSHOT/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT-p2metadata.xml
00:39:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.openstack-neutron/1.8.0-SNAPSHOT/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT-p2artifacts.xml
00:39:46 [INFO] 
00:39:46 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.labs.openstack-neutron ---
00:39:46 [INFO] 
00:39:46 [INFO] -------< org.eclipse.orbit.bundles:org.apache.jclouds.api.swift >-------
00:39:46 [INFO] Building Apache Jclouds Swift API 1.8.0-SNAPSHOT                [92/379]
00:39:46 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:46 [INFO] 
00:39:46 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.swift ---
00:39:46 [INFO] 
00:39:46 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.swift ---
00:39:46 [INFO] The project's OSGi version is 1.8.0.v20160301-1110
00:39:46 [INFO] 
00:39:46 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.api.swift ---
00:39:46 [INFO] 
00:39:46 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.api.swift ---
00:39:46 [INFO] Copying 3 resources
00:39:46 [INFO] 
00:39:46 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.api.swift ---
00:39:46 [INFO] No sources to compile
00:39:46 [INFO] 
00:39:46 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.swift ---
00:39:46 [INFO] Gathering dependencies
00:39:46 [INFO] Configured Artifact: org.apache.jclouds.api:swift:1.8.0:jar
00:39:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/swift/1.8.0/swift-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:46 [INFO] Merging collected dependencies
00:39:46 [INFO] Copying 108 resources
00:39:47 [INFO] Generating OSGi MANIFEST.MF
00:39:47 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.api.swift:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:39:47 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT.jar
00:39:47 [INFO] Gathering sources
00:39:47 [INFO] Configured Artifact: org.apache.jclouds.api:swift:sources:1.8.0:jar
00:39:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/swift/1.8.0/swift-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:47 [INFO] Copying 3 resources
00:39:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT-sources.jar
00:39:47 [INFO] Assembling p2 repository
00:39:47 [INFO] 
00:39:47 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.swift ---
00:39:47 [INFO] 
00:39:47 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.swift ---
00:39:47 [INFO] Gathering sources archives
00:39:47 [INFO] Configured Artifact: org.apache.jclouds.api:swift:sources:1.8.0:jar
00:39:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/swift/1.8.0/swift-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/sources-for-eclipse-ipzilla/swift-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:48 [INFO] Configured Artifact: org.apache.jclouds.api:swift:sources:1.8.0:jar
00:39:48 [INFO] Copying swift-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/sources-for-eclipse-ipzilla/swift-1.8.0-sources.jar
00:39:48 [INFO] Refreshing about files and about.html
00:39:48 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:48 [INFO] 
00:39:48 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.swift ---
00:39:48 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.api.swift:xml:p2metadata:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:48 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.api.swift:xml:p2artifacts:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:48 [INFO] 
00:39:48 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.jclouds.api.swift ---
00:39:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.swift/1.8.0-SNAPSHOT/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT.pom
00:39:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.swift/1.8.0-SNAPSHOT/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT.jar
00:39:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.swift/1.8.0-SNAPSHOT/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT-sources.jar
00:39:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.swift/1.8.0-SNAPSHOT/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT-p2metadata.xml
00:39:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.swift/1.8.0-SNAPSHOT/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT-p2artifacts.xml
00:39:48 [INFO] 
00:39:48 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.swift ---
00:39:48 [INFO] 
00:39:48 [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.driver.jclouds-slf4j >--
00:39:48 [INFO] Building Apache Jclouds SLF4J Logging Module 1.8.0-SNAPSHOT     [93/379]
00:39:48 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:48 [INFO] 
00:39:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.driver.jclouds-slf4j ---
00:39:48 [INFO] 
00:39:48 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.driver.jclouds-slf4j ---
00:39:48 [INFO] The project's OSGi version is 1.8.0.v20160301-1110
00:39:48 [INFO] 
00:39:48 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.driver.jclouds-slf4j ---
00:39:48 [INFO] 
00:39:48 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.driver.jclouds-slf4j ---
00:39:48 [INFO] Copying 3 resources
00:39:48 [INFO] 
00:39:48 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.driver.jclouds-slf4j ---
00:39:48 [INFO] No sources to compile
00:39:48 [INFO] 
00:39:48 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.driver.jclouds-slf4j ---
00:39:48 [INFO] Gathering dependencies
00:39:48 [INFO] Configured Artifact: org.apache.jclouds.driver:jclouds-slf4j:1.8.0:jar
00:39:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/driver/jclouds-slf4j/1.8.0/jclouds-slf4j-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:48 [INFO] Merging collected dependencies
00:39:48 [INFO] Copying 8 resources
00:39:48 [INFO] Generating OSGi MANIFEST.MF
00:39:48 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.driver.jclouds-slf4j:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:39:48 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT.jar
00:39:48 [INFO] Gathering sources
00:39:48 [INFO] Configured Artifact: org.apache.jclouds.driver:jclouds-slf4j:sources:1.8.0:jar
00:39:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/driver/jclouds-slf4j/1.8.0/jclouds-slf4j-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:48 [INFO] Copying 3 resources
00:39:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT-sources.jar
00:39:48 [INFO] Assembling p2 repository
00:39:48 [INFO] 
00:39:48 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.driver.jclouds-slf4j ---
00:39:48 [INFO] 
00:39:48 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.driver.jclouds-slf4j ---
00:39:48 [INFO] Gathering sources archives
00:39:48 [INFO] Configured Artifact: org.apache.jclouds.driver:jclouds-slf4j:sources:1.8.0:jar
00:39:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/driver/jclouds-slf4j/1.8.0/jclouds-slf4j-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-slf4j-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:48 [INFO] Configured Artifact: org.apache.jclouds.driver:jclouds-slf4j:sources:1.8.0:jar
00:39:48 [INFO] Copying jclouds-slf4j-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-slf4j-1.8.0-sources.jar
00:39:48 [INFO] Refreshing about files and about.html
00:39:48 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:48 [INFO] 
00:39:48 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.driver.jclouds-slf4j ---
00:39:48 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.driver.jclouds-slf4j:xml:p2metadata:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:48 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.driver.jclouds-slf4j:xml:p2artifacts:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:48 [INFO] 
00:39:48 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.jclouds.driver.jclouds-slf4j ---
00:39:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.driver.jclouds-slf4j/1.8.0-SNAPSHOT/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT.pom
00:39:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.driver.jclouds-slf4j/1.8.0-SNAPSHOT/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT.jar
00:39:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.driver.jclouds-slf4j/1.8.0-SNAPSHOT/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT-sources.jar
00:39:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.driver.jclouds-slf4j/1.8.0-SNAPSHOT/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT-p2metadata.xml
00:39:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.driver.jclouds-slf4j/1.8.0-SNAPSHOT/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT-p2artifacts.xml
00:39:48 [INFO] 
00:39:48 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.driver.jclouds-slf4j ---
00:39:48 [INFO] 
00:39:48 [INFO] ------< org.eclipse.orbit.bundles:org.apache.jclouds.labs.docker >------
00:39:48 [INFO] Building Apache Jclouds Docker API 1.8.0-SNAPSHOT               [94/379]
00:39:48 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:49 [INFO] 
00:39:49 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.labs.docker ---
00:39:49 [INFO] 
00:39:49 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.labs.docker ---
00:39:49 [INFO] The project's OSGi version is 1.8.0.v20160301-1110
00:39:49 [INFO] 
00:39:49 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.labs.docker ---
00:39:49 [INFO] 
00:39:49 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.labs.docker ---
00:39:49 [INFO] Copying 3 resources
00:39:49 [INFO] 
00:39:49 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.labs.docker ---
00:39:49 [INFO] No sources to compile
00:39:49 [INFO] 
00:39:49 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.labs.docker ---
00:39:49 [INFO] Gathering dependencies
00:39:49 [INFO] Configured Artifact: org.apache.jclouds.labs:docker:1.8.0:jar
00:39:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/labs/docker/1.8.0/docker-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:49 [INFO] Merging collected dependencies
00:39:49 [INFO] Copying 62 resources
00:39:49 [INFO] Generating OSGi MANIFEST.MF
00:39:49 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.labs.docker:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:39:49 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT.jar
00:39:49 [INFO] Gathering sources
00:39:49 [INFO] Configured Artifact: org.apache.jclouds.labs:docker:sources:1.8.0:jar
00:39:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/labs/docker/1.8.0/docker-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:49 [INFO] Copying 3 resources
00:39:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT-sources.jar
00:39:49 [INFO] Assembling p2 repository
00:39:50 [INFO] 
00:39:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.labs.docker ---
00:39:50 [INFO] 
00:39:50 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.labs.docker ---
00:39:50 [INFO] Gathering sources archives
00:39:50 [INFO] Configured Artifact: org.apache.jclouds.labs:docker:sources:1.8.0:jar
00:39:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/labs/docker/1.8.0/docker-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/sources-for-eclipse-ipzilla/docker-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:50 [INFO] Configured Artifact: org.apache.jclouds.labs:docker:sources:1.8.0:jar
00:39:50 [INFO] Copying docker-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/sources-for-eclipse-ipzilla/docker-1.8.0-sources.jar
00:39:50 [INFO] Refreshing about files and about.html
00:39:50 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:50 [INFO] 
00:39:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.labs.docker ---
00:39:50 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.labs.docker:xml:p2metadata:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:50 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.labs.docker:xml:p2artifacts:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:50 [INFO] 
00:39:50 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.jclouds.labs.docker ---
00:39:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.docker/1.8.0-SNAPSHOT/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT.pom
00:39:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.docker/1.8.0-SNAPSHOT/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT.jar
00:39:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.docker/1.8.0-SNAPSHOT/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT-sources.jar
00:39:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.docker/1.8.0-SNAPSHOT/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT-p2metadata.xml
00:39:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.docker/1.8.0-SNAPSHOT/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT-p2artifacts.xml
00:39:50 [INFO] 
00:39:50 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.labs.docker ---
00:39:50 [INFO] 
00:39:50 [INFO] --------< org.eclipse.orbit.bundles:org.apache.jclouds.api.ec2 >--------
00:39:50 [INFO] Building Apache Jclouds AWS EC2 API 1.8.0-SNAPSHOT              [95/379]
00:39:50 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:50 [INFO] 
00:39:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.ec2 ---
00:39:50 [INFO] 
00:39:50 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.ec2 ---
00:39:50 [INFO] The project's OSGi version is 1.8.0.v20160301-1110
00:39:50 [INFO] 
00:39:50 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.api.ec2 ---
00:39:50 [INFO] 
00:39:50 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.api.ec2 ---
00:39:50 [INFO] Copying 3 resources
00:39:50 [INFO] 
00:39:50 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.api.ec2 ---
00:39:50 [INFO] No sources to compile
00:39:50 [INFO] 
00:39:50 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.ec2 ---
00:39:50 [INFO] Gathering dependencies
00:39:50 [INFO] Configured Artifact: org.apache.jclouds.api:ec2:1.8.0:jar
00:39:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/ec2/1.8.0/ec2-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:50 [INFO] Merging collected dependencies
00:39:50 [INFO] Copying 287 resources
00:39:50 [INFO] Generating OSGi MANIFEST.MF
00:39:51 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.api.ec2:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:39:51 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT.jar
00:39:51 [INFO] Gathering sources
00:39:51 [INFO] Configured Artifact: org.apache.jclouds.api:ec2:sources:1.8.0:jar
00:39:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/ec2/1.8.0/ec2-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:51 [INFO] Copying 3 resources
00:39:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT-sources.jar
00:39:51 [INFO] Assembling p2 repository
00:39:52 [INFO] 
00:39:52 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.ec2 ---
00:39:52 [INFO] 
00:39:52 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.ec2 ---
00:39:52 [INFO] Gathering sources archives
00:39:52 [INFO] Configured Artifact: org.apache.jclouds.api:ec2:sources:1.8.0:jar
00:39:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/ec2/1.8.0/ec2-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/sources-for-eclipse-ipzilla/ec2-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:52 [INFO] Configured Artifact: org.apache.jclouds.api:ec2:sources:1.8.0:jar
00:39:52 [INFO] Copying ec2-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/sources-for-eclipse-ipzilla/ec2-1.8.0-sources.jar
00:39:52 [INFO] Refreshing about files and about.html
00:39:52 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:52 [INFO] 
00:39:52 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.ec2 ---
00:39:52 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.api.ec2:xml:p2metadata:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:52 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.api.ec2:xml:p2artifacts:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:52 [INFO] 
00:39:52 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.jclouds.api.ec2 ---
00:39:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.ec2/1.8.0-SNAPSHOT/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT.pom
00:39:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.ec2/1.8.0-SNAPSHOT/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT.jar
00:39:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.ec2/1.8.0-SNAPSHOT/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT-sources.jar
00:39:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.ec2/1.8.0-SNAPSHOT/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT-p2metadata.xml
00:39:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.ec2/1.8.0-SNAPSHOT/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT-p2artifacts.xml
00:39:52 [INFO] 
00:39:52 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.ec2 ---
00:39:52 [INFO] 
00:39:52 [INFO] ----< org.eclipse.orbit.bundles:org.apache.jclouds.api.cloudwatch >-----
00:39:52 [INFO] Building Apache Jclouds Cloudwatch API 1.8.0-SNAPSHOT           [96/379]
00:39:52 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:52 [INFO] 
00:39:52 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.cloudwatch ---
00:39:52 [INFO] 
00:39:52 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.cloudwatch ---
00:39:52 [INFO] The project's OSGi version is 1.8.0.v20160301-1110
00:39:52 [INFO] 
00:39:52 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.api.cloudwatch ---
00:39:52 [INFO] 
00:39:52 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.api.cloudwatch ---
00:39:52 [INFO] Copying 3 resources
00:39:52 [INFO] 
00:39:52 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.api.cloudwatch ---
00:39:52 [INFO] No sources to compile
00:39:52 [INFO] 
00:39:52 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.cloudwatch ---
00:39:52 [INFO] Gathering dependencies
00:39:52 [INFO] Configured Artifact: org.apache.jclouds.api:cloudwatch:1.8.0:jar
00:39:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/cloudwatch/1.8.0/cloudwatch-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:52 [INFO] Merging collected dependencies
00:39:52 [INFO] Copying 94 resources
00:39:52 [INFO] Generating OSGi MANIFEST.MF
00:39:52 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.api.cloudwatch:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:39:52 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT.jar
00:39:52 [INFO] Gathering sources
00:39:52 [INFO] Configured Artifact: org.apache.jclouds.api:cloudwatch:sources:1.8.0:jar
00:39:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/cloudwatch/1.8.0/cloudwatch-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:52 [INFO] Copying 3 resources
00:39:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT-sources.jar
00:39:52 [INFO] Assembling p2 repository
00:39:53 [INFO] 
00:39:53 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.cloudwatch ---
00:39:53 [INFO] 
00:39:53 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.cloudwatch ---
00:39:53 [INFO] Gathering sources archives
00:39:53 [INFO] Configured Artifact: org.apache.jclouds.api:cloudwatch:sources:1.8.0:jar
00:39:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/cloudwatch/1.8.0/cloudwatch-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/sources-for-eclipse-ipzilla/cloudwatch-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:53 [INFO] Configured Artifact: org.apache.jclouds.api:cloudwatch:sources:1.8.0:jar
00:39:53 [INFO] Copying cloudwatch-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/sources-for-eclipse-ipzilla/cloudwatch-1.8.0-sources.jar
00:39:53 [INFO] Refreshing about files and about.html
00:39:53 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:53 [INFO] 
00:39:53 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.cloudwatch ---
00:39:53 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.api.cloudwatch:xml:p2metadata:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:53 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.api.cloudwatch:xml:p2artifacts:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:53 [INFO] 
00:39:53 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.jclouds.api.cloudwatch ---
00:39:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.cloudwatch/1.8.0-SNAPSHOT/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT.pom
00:39:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.cloudwatch/1.8.0-SNAPSHOT/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT.jar
00:39:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.cloudwatch/1.8.0-SNAPSHOT/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT-sources.jar
00:39:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.cloudwatch/1.8.0-SNAPSHOT/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT-p2metadata.xml
00:39:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.cloudwatch/1.8.0-SNAPSHOT/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT-p2artifacts.xml
00:39:53 [INFO] 
00:39:53 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.cloudwatch ---
00:39:53 [INFO] 
00:39:53 [INFO] -----< org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-core >------
00:39:53 [INFO] Building Jclouds Components Core 1.8.0-SNAPSHOT                 [97/379]
00:39:53 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:53 [INFO] 
00:39:53 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.jclouds-core ---
00:39:53 [INFO] 
00:39:53 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.jclouds-core ---
00:39:53 [INFO] The project's OSGi version is 1.8.0.v20181004-1955
00:39:53 [INFO] 
00:39:53 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.jclouds-core ---
00:39:53 [INFO] 
00:39:53 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.jclouds-core ---
00:39:53 [INFO] Copying 3 resources
00:39:53 [INFO] 
00:39:53 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.jclouds-core ---
00:39:53 [INFO] No sources to compile
00:39:53 [INFO] 
00:39:53 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.jclouds-core ---
00:39:53 [INFO] Gathering dependencies
00:39:53 [INFO] Configured Artifact: org.apache.jclouds:jclouds-core:1.8.0:jar
00:39:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/jclouds-core/1.8.0/jclouds-core-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:53 [INFO] Merging collected dependencies
00:39:53 [INFO] Copying 685 resources
00:39:53 [INFO] Generating OSGi MANIFEST.MF
00:39:54 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT.jar
00:39:54 [INFO] Gathering sources
00:39:54 [INFO] Configured Artifact: org.apache.jclouds:jclouds-core:sources:1.8.0:jar
00:39:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/jclouds-core/1.8.0/jclouds-core-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:54 [INFO] Copying 3 resources
00:39:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT-sources.jar
00:39:54 [INFO] Assembling p2 repository
00:39:55 [INFO] 
00:39:55 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.jclouds-core ---
00:39:55 [INFO] 
00:39:55 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.jclouds-core ---
00:39:55 [INFO] Gathering sources archives
00:39:55 [INFO] Configured Artifact: org.apache.jclouds:jclouds-core:sources:1.8.0:jar
00:39:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/jclouds-core/1.8.0/jclouds-core-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-core-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:55 [INFO] Configured Artifact: org.apache.jclouds:jclouds-core:sources:1.8.0:jar
00:39:55 [INFO] Copying jclouds-core-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-core-1.8.0-sources.jar
00:39:55 [INFO] Refreshing about files and about.html
00:39:55 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:55 [INFO] 
00:39:55 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.jclouds-core ---
00:39:55 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-core:xml:p2metadata:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:55 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-core:xml:p2artifacts:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:55 [INFO] 
00:39:55 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.jclouds.jclouds-core ---
00:39:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-core/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT.pom
00:39:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-core/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT.jar
00:39:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-core/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT-sources.jar
00:39:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-core/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT-p2metadata.xml
00:39:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-core/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT-p2artifacts.xml
00:39:55 [INFO] 
00:39:55 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.jclouds-core ---
00:39:55 [INFO] 
00:39:55 [INFO] ---< org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-blobstore >---
00:39:55 [INFO] Building Jclouds Blobstore Core 1.8.0-SNAPSHOT                  [98/379]
00:39:55 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:55 [INFO] 
00:39:55 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.jclouds-blobstore ---
00:39:55 [INFO] 
00:39:55 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.jclouds-blobstore ---
00:39:55 [INFO] The project's OSGi version is 1.8.0.v20160301-1110
00:39:55 [INFO] 
00:39:55 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.jclouds-blobstore ---
00:39:55 [INFO] 
00:39:55 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.jclouds-blobstore ---
00:39:55 [INFO] Copying 3 resources
00:39:55 [INFO] 
00:39:55 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.jclouds-blobstore ---
00:39:55 [INFO] No sources to compile
00:39:55 [INFO] 
00:39:55 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.jclouds-blobstore ---
00:39:55 [INFO] Gathering dependencies
00:39:55 [INFO] Configured Artifact: org.apache.jclouds:jclouds-blobstore:1.8.0:jar
00:39:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/jclouds-blobstore/1.8.0/jclouds-blobstore-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:55 [INFO] Merging collected dependencies
00:39:55 [INFO] Copying 149 resources
00:39:55 [INFO] Generating OSGi MANIFEST.MF
00:39:55 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-blobstore:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:39:55 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT.jar
00:39:55 [INFO] Gathering sources
00:39:55 [INFO] Configured Artifact: org.apache.jclouds:jclouds-blobstore:sources:1.8.0:jar
00:39:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/jclouds-blobstore/1.8.0/jclouds-blobstore-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:56 [INFO] Copying 3 resources
00:39:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT-sources.jar
00:39:56 [INFO] Assembling p2 repository
00:39:56 [INFO] 
00:39:56 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.jclouds-blobstore ---
00:39:56 [INFO] 
00:39:56 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.jclouds-blobstore ---
00:39:56 [INFO] Gathering sources archives
00:39:56 [INFO] Configured Artifact: org.apache.jclouds:jclouds-blobstore:sources:1.8.0:jar
00:39:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/jclouds-blobstore/1.8.0/jclouds-blobstore-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-blobstore-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:56 [INFO] Configured Artifact: org.apache.jclouds:jclouds-blobstore:sources:1.8.0:jar
00:39:56 [INFO] Copying jclouds-blobstore-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-blobstore-1.8.0-sources.jar
00:39:56 [INFO] Refreshing about files and about.html
00:39:56 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:56 [INFO] 
00:39:56 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.jclouds-blobstore ---
00:39:56 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-blobstore:xml:p2metadata:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:56 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-blobstore:xml:p2artifacts:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:56 [INFO] 
00:39:56 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.jclouds.jclouds-blobstore ---
00:39:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-blobstore/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT.pom
00:39:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-blobstore/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT.jar
00:39:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-blobstore/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT-sources.jar
00:39:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-blobstore/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT-p2metadata.xml
00:39:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-blobstore/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT-p2artifacts.xml
00:39:56 [INFO] 
00:39:56 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.jclouds-blobstore ---
00:39:56 [INFO] 
00:39:56 [INFO] ----< org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-compute >----
00:39:56 [INFO] Building Jclouds Compute Core 1.8.0-SNAPSHOT                    [99/379]
00:39:56 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:56 [INFO] 
00:39:56 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.jclouds-compute ---
00:39:56 [INFO] 
00:39:56 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.jclouds-compute ---
00:39:56 [INFO] The project's OSGi version is 1.8.0.v20160301-1110
00:39:56 [INFO] 
00:39:56 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.jclouds-compute ---
00:39:56 [INFO] 
00:39:56 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.jclouds-compute ---
00:39:56 [INFO] Copying 3 resources
00:39:56 [INFO] 
00:39:56 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.jclouds-compute ---
00:39:56 [INFO] No sources to compile
00:39:56 [INFO] 
00:39:56 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.jclouds-compute ---
00:39:56 [INFO] Gathering dependencies
00:39:56 [INFO] Configured Artifact: org.apache.jclouds:jclouds-compute:1.8.0:jar
00:39:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/jclouds-compute/1.8.0/jclouds-compute-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:57 [INFO] Merging collected dependencies
00:39:57 [INFO] Copying 401 resources
00:39:57 [INFO] Generating OSGi MANIFEST.MF
00:39:57 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT.jar
00:39:57 [INFO] Gathering sources
00:39:57 [INFO] Configured Artifact: org.apache.jclouds:jclouds-compute:sources:1.8.0:jar
00:39:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/jclouds-compute/1.8.0/jclouds-compute-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:57 [INFO] Copying 3 resources
00:39:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT-sources.jar
00:39:57 [INFO] Assembling p2 repository
00:39:58 [INFO] 
00:39:58 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.jclouds-compute ---
00:39:58 [INFO] 
00:39:58 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.jclouds-compute ---
00:39:58 [INFO] Gathering sources archives
00:39:58 [INFO] Configured Artifact: org.apache.jclouds:jclouds-compute:sources:1.8.0:jar
00:39:58 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/jclouds-compute/1.8.0/jclouds-compute-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-compute-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:58 [INFO] Configured Artifact: org.apache.jclouds:jclouds-compute:sources:1.8.0:jar
00:39:58 [INFO] Copying jclouds-compute-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-compute-1.8.0-sources.jar
00:39:58 [INFO] Refreshing about files and about.html
00:39:58 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:58 [INFO] 
00:39:58 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.jclouds-compute ---
00:39:58 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-compute:xml:p2metadata:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:58 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-compute:xml:p2artifacts:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:58 [INFO] 
00:39:58 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.jclouds.jclouds-compute ---
00:39:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-compute/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT.pom
00:39:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-compute/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT.jar
00:39:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-compute/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT-sources.jar
00:39:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-compute/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT-p2metadata.xml
00:39:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-compute/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT-p2artifacts.xml
00:39:58 [INFO] 
00:39:58 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.jclouds-compute ---
00:39:58 [INFO] 
00:39:58 [INFO] --------< org.eclipse.orbit.bundles:org.apache.jclouds.api.sts >--------
00:39:58 [INFO] Building Jclouds Sts Api 1.8.0-SNAPSHOT                        [100/379]
00:39:58 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:58 [INFO] 
00:39:58 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.sts ---
00:39:58 [INFO] 
00:39:58 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.sts ---
00:39:58 [INFO] The project's OSGi version is 1.8.0.v20160301-1110
00:39:58 [INFO] 
00:39:58 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.api.sts ---
00:39:58 [INFO] 
00:39:58 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.api.sts ---
00:39:58 [INFO] Copying 3 resources
00:39:58 [INFO] 
00:39:58 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.api.sts ---
00:39:58 [INFO] No sources to compile
00:39:58 [INFO] 
00:39:58 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.sts ---
00:39:58 [INFO] Gathering dependencies
00:39:58 [INFO] Configured Artifact: org.apache.jclouds.api:sts:1.8.0:jar
00:39:58 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/sts/1.8.0/sts-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:58 [INFO] Merging collected dependencies
00:39:58 [INFO] Copying 45 resources
00:39:58 [INFO] Generating OSGi MANIFEST.MF
00:39:58 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.api.sts:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:39:58 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT.jar
00:39:58 [INFO] Gathering sources
00:39:58 [INFO] Configured Artifact: org.apache.jclouds.api:sts:sources:1.8.0:jar
00:39:58 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/sts/1.8.0/sts-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:58 [INFO] Copying 3 resources
00:39:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT-sources.jar
00:39:58 [INFO] Assembling p2 repository
00:39:59 [INFO] 
00:39:59 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.sts ---
00:39:59 [INFO] 
00:39:59 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.sts ---
00:39:59 [INFO] Gathering sources archives
00:39:59 [INFO] Configured Artifact: org.apache.jclouds.api:sts:sources:1.8.0:jar
00:39:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/api/sts/1.8.0/sts-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/sources-for-eclipse-ipzilla/sts-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:59 [INFO] Configured Artifact: org.apache.jclouds.api:sts:sources:1.8.0:jar
00:39:59 [INFO] Copying sts-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/sources-for-eclipse-ipzilla/sts-1.8.0-sources.jar
00:39:59 [INFO] Refreshing about files and about.html
00:39:59 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:39:59 [INFO] 
00:39:59 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.sts ---
00:39:59 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.api.sts:xml:p2metadata:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:59 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.api.sts:xml:p2artifacts:1.8.0-SNAPSHOT already attached, replace previous instance
00:39:59 [INFO] 
00:39:59 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.jclouds.api.sts ---
00:39:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.sts/1.8.0-SNAPSHOT/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT.pom
00:39:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.sts/1.8.0-SNAPSHOT/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT.jar
00:39:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.sts/1.8.0-SNAPSHOT/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT-sources.jar
00:39:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.sts/1.8.0-SNAPSHOT/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT-p2metadata.xml
00:39:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.sts/1.8.0-SNAPSHOT/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT-p2artifacts.xml
00:39:59 [INFO] 
00:39:59 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.sts ---
00:39:59 [INFO] 
00:39:59 [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-scriptbuilder >--
00:39:59 [INFO] Building Jclouds Script Builder 1.8.0-SNAPSHOT                 [101/379]
00:39:59 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:39:59 [INFO] 
00:39:59 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.jclouds-scriptbuilder ---
00:39:59 [INFO] 
00:39:59 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.jclouds-scriptbuilder ---
00:39:59 [INFO] The project's OSGi version is 1.8.0.v20160301-1110
00:39:59 [INFO] 
00:39:59 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.jclouds-scriptbuilder ---
00:39:59 [INFO] 
00:39:59 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.jclouds-scriptbuilder ---
00:39:59 [INFO] Copying 3 resources
00:39:59 [INFO] 
00:39:59 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.jclouds-scriptbuilder ---
00:39:59 [INFO] No sources to compile
00:39:59 [INFO] 
00:39:59 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.jclouds-scriptbuilder ---
00:39:59 [INFO] Gathering dependencies
00:39:59 [INFO] Configured Artifact: org.apache.jclouds:jclouds-scriptbuilder:1.8.0:jar
00:39:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/jclouds-scriptbuilder/1.8.0/jclouds-scriptbuilder-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:59 [INFO] Merging collected dependencies
00:39:59 [INFO] Copying 134 resources
00:39:59 [INFO] Generating OSGi MANIFEST.MF
00:39:59 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-scriptbuilder:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:39:59 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT.jar
00:39:59 [INFO] Gathering sources
00:39:59 [INFO] Configured Artifact: org.apache.jclouds:jclouds-scriptbuilder:sources:1.8.0:jar
00:39:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/jclouds-scriptbuilder/1.8.0/jclouds-scriptbuilder-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:39:59 [INFO] Copying 3 resources
00:39:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT-sources.jar
00:39:59 [INFO] Assembling p2 repository
00:40:00 [INFO] 
00:40:00 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.jclouds-scriptbuilder ---
00:40:00 [INFO] 
00:40:00 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.jclouds-scriptbuilder ---
00:40:00 [INFO] Gathering sources archives
00:40:00 [INFO] Configured Artifact: org.apache.jclouds:jclouds-scriptbuilder:sources:1.8.0:jar
00:40:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/jclouds/jclouds-scriptbuilder/1.8.0/jclouds-scriptbuilder-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-scriptbuilder-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:00 [INFO] Configured Artifact: org.apache.jclouds:jclouds-scriptbuilder:sources:1.8.0:jar
00:40:00 [INFO] Copying jclouds-scriptbuilder-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-scriptbuilder-1.8.0-sources.jar
00:40:00 [INFO] Refreshing about files and about.html
00:40:00 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:40:00 [INFO] 
00:40:00 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.jclouds-scriptbuilder ---
00:40:00 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-scriptbuilder:xml:p2metadata:1.8.0-SNAPSHOT already attached, replace previous instance
00:40:00 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-scriptbuilder:xml:p2artifacts:1.8.0-SNAPSHOT already attached, replace previous instance
00:40:00 [INFO] 
00:40:00 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.jclouds.jclouds-scriptbuilder ---
00:40:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-scriptbuilder/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT.pom
00:40:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-scriptbuilder/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT.jar
00:40:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-scriptbuilder/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT-sources.jar
00:40:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-scriptbuilder/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT-p2metadata.xml
00:40:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-scriptbuilder/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT-p2artifacts.xml
00:40:00 [INFO] 
00:40:00 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.jclouds-scriptbuilder ---
00:40:00 [INFO] 
00:40:00 [INFO] ------------------< org.eclipse.orbit.bundles:lucene >------------------
00:40:00 [INFO] Building Eclipse Orbit :: Apache Lucene Recipes 1.0.0-SNAPSHOT [102/379]
00:40:00 [INFO] --------------------------------[ pom ]---------------------------------
00:40:00 [INFO] 
00:40:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lucene ---
00:40:00 [INFO] 
00:40:00 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ lucene ---
00:40:00 [INFO] 
00:40:00 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ lucene ---
00:40:00 [INFO] 
00:40:00 [INFO] --- maven-install-plugin:2.4:install (default-install) @ lucene ---
00:40:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/lucene/1.0.0-SNAPSHOT/lucene-1.0.0-SNAPSHOT.pom
00:40:00 [INFO] 
00:40:00 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.lucene.core >----------
00:40:00 [INFO] Building Lucene Core 7.5.0 7.5.0-SNAPSHOT                      [103/379]
00:40:00 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:40:00 [INFO] 
00:40:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.core ---
00:40:00 [INFO] 
00:40:00 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.core ---
00:40:01 [INFO] The project's OSGi version is 7.5.0.v20181003-1532
00:40:01 [INFO] 
00:40:01 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.core ---
00:40:01 [INFO] 
00:40:01 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.core ---
00:40:01 [INFO] Copying 3 resources
00:40:01 [INFO] 
00:40:01 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.core ---
00:40:01 [INFO] No sources to compile
00:40:01 [INFO] 
00:40:01 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.core ---
00:40:01 [INFO] Gathering dependencies
00:40:01 [INFO] Configured Artifact: org.apache.lucene:lucene-core:7.5.0:jar
00:40:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:01 [INFO] Merging collected dependencies
00:40:01 [INFO] Copying 1929 resources
00:40:02 [INFO] Generating OSGi MANIFEST.MF
00:40:03 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.core:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:40:03 [WARNING] Manifest org.eclipse.orbit.bundles: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}
00:40:03 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/org.apache.lucene.core-7.5.0-SNAPSHOT.jar
00:40:03 [INFO] Gathering sources
00:40:03 [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:7.5.0:jar
00:40:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:04 [INFO] Copying 3 resources
00:40:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/org.apache.lucene.core-7.5.0-SNAPSHOT-sources.jar
00:40:04 [INFO] Assembling p2 repository
00:40:04 [INFO] 
00:40:04 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.core ---
00:40:04 [INFO] 
00:40:04 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.core ---
00:40:04 [INFO] Gathering sources archives
00:40:04 [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:7.5.0:jar
00:40:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/sources-for-eclipse-ipzilla/lucene-core-7.5.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:05 [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:7.5.0:jar
00:40:05 [INFO] Copying lucene-core-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/sources-for-eclipse-ipzilla/lucene-core-7.5.0-sources.jar
00:40:05 [INFO] Refreshing about files and about.html
00:40:05 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:40:05 [INFO] 
00:40:05 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.core ---
00:40:05 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.core:xml:p2metadata:7.5.0-SNAPSHOT already attached, replace previous instance
00:40:05 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.core:xml:p2artifacts:7.5.0-SNAPSHOT already attached, replace previous instance
00:40:05 [INFO] 
00:40:05 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.lucene.core ---
00:40:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT.pom
00:40:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/org.apache.lucene.core-7.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT.jar
00:40:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/org.apache.lucene.core-7.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-sources.jar
00:40:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-p2metadata.xml
00:40:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-p2artifacts.xml
00:40:05 [INFO] 
00:40:05 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.core ---
00:40:05 [INFO] 
00:40:05 [INFO] ----< org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common >----
00:40:05 [INFO] Building Lucene Common Analyzers 7.5.0 7.5.0-SNAPSHOT          [104/379]
00:40:05 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:40:05 [INFO] 
00:40:05 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.analyzers-common ---
00:40:05 [INFO] 
00:40:05 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.analyzers-common ---
00:40:05 [INFO] The project's OSGi version is 7.5.0.v20181003-1532
00:40:05 [INFO] 
00:40:05 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.analyzers-common ---
00:40:05 [INFO] 
00:40:05 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.analyzers-common ---
00:40:05 [INFO] Copying 3 resources
00:40:05 [INFO] 
00:40:05 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.analyzers-common ---
00:40:05 [INFO] No sources to compile
00:40:05 [INFO] 
00:40:05 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.analyzers-common ---
00:40:05 [INFO] Gathering dependencies
00:40:05 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:7.5.0:jar
00:40:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:05 [INFO] Merging collected dependencies
00:40:05 [INFO] Copying 621 resources
00:40:06 [INFO] Generating OSGi MANIFEST.MF
00:40:06 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:40:06 [WARNING] Manifest org.eclipse.orbit.bundles: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
00:40:06 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.jar
00:40:06 [INFO] Gathering sources
00:40:06 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:sources:7.5.0:jar
00:40:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:07 [INFO] Copying 3 resources
00:40:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-sources.jar
00:40:07 [INFO] Assembling p2 repository
00:40:08 [INFO] 
00:40:08 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.analyzers-common ---
00:40:08 [INFO] 
00:40:08 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.analyzers-common ---
00:40:08 [INFO] Gathering sources archives
00:40:08 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:sources:7.5.0:jar
00:40:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/sources-for-eclipse-ipzilla/lucene-analyzers-common-7.5.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:08 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:sources:7.5.0:jar
00:40:08 [INFO] Copying lucene-analyzers-common-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/sources-for-eclipse-ipzilla/lucene-analyzers-common-7.5.0-sources.jar
00:40:08 [INFO] Refreshing about files and about.html
00:40:08 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:40:08 [INFO] 
00:40:08 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.analyzers-common ---
00:40:08 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common:xml:p2metadata:7.5.0-SNAPSHOT already attached, replace previous instance
00:40:08 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common:xml:p2artifacts:7.5.0-SNAPSHOT already attached, replace previous instance
00:40:08 [INFO] 
00:40:08 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.lucene.analyzers-common ---
00:40:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.pom
00:40:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.jar
00:40:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-sources.jar
00:40:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-p2metadata.xml
00:40:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-p2artifacts.xml
00:40:08 [INFO] 
00:40:08 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.analyzers-common ---
00:40:08 [INFO] 
00:40:08 [INFO] ---< org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn >----
00:40:08 [INFO] Building Lucene Smart Chinese Analyzer 7.5.0 7.5.0-SNAPSHOT    [105/379]
00:40:08 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:40:08 [INFO] 
00:40:08 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.analyzers-smartcn ---
00:40:08 [INFO] 
00:40:08 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.analyzers-smartcn ---
00:40:08 [INFO] The project's OSGi version is 7.5.0.v20181003-1532
00:40:08 [INFO] 
00:40:08 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.analyzers-smartcn ---
00:40:08 [INFO] 
00:40:08 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.analyzers-smartcn ---
00:40:08 [INFO] Copying 3 resources
00:40:08 [INFO] 
00:40:08 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.analyzers-smartcn ---
00:40:08 [INFO] No sources to compile
00:40:08 [INFO] 
00:40:08 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.analyzers-smartcn ---
00:40:08 [INFO] Gathering dependencies
00:40:08 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:7.5.0:jar
00:40:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-analyzers-smartcn/7.5.0/lucene-analyzers-smartcn-7.5.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:08 [INFO] Merging collected dependencies
00:40:08 [INFO] Copying 28 resources
00:40:08 [INFO] Generating OSGi MANIFEST.MF
00:40:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:40:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn: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
00:40:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Host org.apache.lucene.analyzers-common=bundle-version="[7.5.0,7.6)" for this fragment/require bundle cannot be found on the classpath
00:40:08 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT.jar
00:40:09 [INFO] Gathering sources
00:40:09 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:sources:7.5.0:jar
00:40:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-analyzers-smartcn/7.5.0/lucene-analyzers-smartcn-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:09 [INFO] Copying 3 resources
00:40:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT-sources.jar
00:40:10 [INFO] Assembling p2 repository
00:40:10 [INFO] 
00:40:10 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.analyzers-smartcn ---
00:40:10 [INFO] 
00:40:10 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.analyzers-smartcn ---
00:40:10 [INFO] Gathering sources archives
00:40:10 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:sources:7.5.0:jar
00:40:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-analyzers-smartcn/7.5.0/lucene-analyzers-smartcn-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/sources-for-eclipse-ipzilla/lucene-analyzers-smartcn-7.5.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:10 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:sources:7.5.0:jar
00:40:10 [INFO] Copying lucene-analyzers-smartcn-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/sources-for-eclipse-ipzilla/lucene-analyzers-smartcn-7.5.0-sources.jar
00:40:10 [INFO] Refreshing about files and about.html
00:40:10 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:40:10 [INFO] 
00:40:10 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.analyzers-smartcn ---
00:40:10 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn:xml:p2metadata:7.5.0-SNAPSHOT already attached, replace previous instance
00:40:10 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn:xml:p2artifacts:7.5.0-SNAPSHOT already attached, replace previous instance
00:40:10 [INFO] 
00:40:10 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.lucene.analyzers-smartcn ---
00:40:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT.pom
00:40:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT.jar
00:40:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT-sources.jar
00:40:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT-p2metadata.xml
00:40:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT-p2artifacts.xml
00:40:10 [INFO] 
00:40:10 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.analyzers-smartcn ---
00:40:10 [INFO] 
00:40:10 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.lucene.misc >----------
00:40:10 [INFO] Building Lucene Miscellaneous 7.5.0 7.5.0-SNAPSHOT             [106/379]
00:40:10 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:40:10 [INFO] 
00:40:10 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.misc ---
00:40:10 [INFO] 
00:40:10 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.misc ---
00:40:11 [INFO] The project's OSGi version is 7.5.0.v20181003-1532
00:40:11 [INFO] 
00:40:11 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.misc ---
00:40:11 [INFO] 
00:40:11 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.misc ---
00:40:11 [INFO] Copying 3 resources
00:40:11 [INFO] 
00:40:11 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.misc ---
00:40:11 [INFO] No sources to compile
00:40:11 [INFO] 
00:40:11 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.misc ---
00:40:11 [INFO] Gathering dependencies
00:40:11 [INFO] Configured Artifact: org.apache.lucene:lucene-misc:7.5.0:jar
00:40:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-misc/7.5.0/lucene-misc-7.5.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:11 [INFO] Merging collected dependencies
00:40:11 [INFO] Copying 58 resources
00:40:11 [INFO] Generating OSGi MANIFEST.MF
00:40:11 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.misc:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:40:11 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.misc: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
00:40:11 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.misc:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/org/apache/lucene/document/InetAddressPoint$2.class=org.apache.lucene.document.InetAddressPoint$2, META-INF/versions/9/org/apache/lucene/document/InetAddressRange.class=org.apache.lucene.document.InetAddressRange}
00:40:11 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/org.apache.lucene.misc-7.5.0-SNAPSHOT.jar
00:40:11 [INFO] Gathering sources
00:40:11 [INFO] Configured Artifact: org.apache.lucene:lucene-misc:sources:7.5.0:jar
00:40:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-misc/7.5.0/lucene-misc-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:11 [INFO] Copying 3 resources
00:40:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/org.apache.lucene.misc-7.5.0-SNAPSHOT-sources.jar
00:40:11 [INFO] Assembling p2 repository
00:40:11 [INFO] 
00:40:11 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.misc ---
00:40:11 [INFO] 
00:40:11 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.misc ---
00:40:11 [INFO] Gathering sources archives
00:40:11 [INFO] Configured Artifact: org.apache.lucene:lucene-misc:sources:7.5.0:jar
00:40:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-misc/7.5.0/lucene-misc-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/sources-for-eclipse-ipzilla/lucene-misc-7.5.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:11 [INFO] Configured Artifact: org.apache.lucene:lucene-misc:sources:7.5.0:jar
00:40:11 [INFO] Copying lucene-misc-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/sources-for-eclipse-ipzilla/lucene-misc-7.5.0-sources.jar
00:40:11 [INFO] Refreshing about files and about.html
00:40:12 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:40:12 [INFO] 
00:40:12 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.misc ---
00:40:12 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.misc:xml:p2metadata:7.5.0-SNAPSHOT already attached, replace previous instance
00:40:12 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.misc:xml:p2artifacts:7.5.0-SNAPSHOT already attached, replace previous instance
00:40:12 [INFO] 
00:40:12 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.lucene.misc ---
00:40:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT.pom
00:40:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/org.apache.lucene.misc-7.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT.jar
00:40:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/org.apache.lucene.misc-7.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT-sources.jar
00:40:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT-p2metadata.xml
00:40:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT-p2artifacts.xml
00:40:12 [INFO] 
00:40:12 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.misc ---
00:40:12 [INFO] 
00:40:12 [INFO] ------< org.eclipse.orbit.bundles:org.apache.lucene.queryparser >-------
00:40:12 [INFO] Building Lucene QueryParsers 7.5.0 7.5.0-SNAPSHOT              [107/379]
00:40:12 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:40:12 [INFO] 
00:40:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.queryparser ---
00:40:12 [INFO] 
00:40:12 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.queryparser ---
00:40:12 [INFO] The project's OSGi version is 7.5.0.v20181003-1532
00:40:12 [INFO] 
00:40:12 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.queryparser ---
00:40:12 [INFO] 
00:40:12 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.queryparser ---
00:40:12 [INFO] Copying 3 resources
00:40:12 [INFO] 
00:40:12 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.queryparser ---
00:40:12 [INFO] No sources to compile
00:40:12 [INFO] 
00:40:12 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.queryparser ---
00:40:12 [INFO] Gathering dependencies
00:40:12 [INFO] Configured Artifact: org.apache.lucene:lucene-queryparser:7.5.0:jar
00:40:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:12 [INFO] Merging collected dependencies
00:40:12 [INFO] Copying 260 resources
00:40:12 [INFO] Generating OSGi MANIFEST.MF
00:40:12 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.queryparser:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:40:12 [WARNING] Manifest org.eclipse.orbit.bundles: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
00:40:12 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.queryparser:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Host org.apache.lucene.queries=bundle-version="[7.5.0,7.6)";resolution:=optional for this fragment/require bundle cannot be found on the classpath
00:40:12 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.queryparser:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Host org.apache.lucene.sandbox=bundle-version="[7.5.0,7.6)";resolution:=optional for this fragment/require bundle cannot be found on the classpath
00:40:12 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.jar
00:40:12 [INFO] Gathering sources
00:40:12 [INFO] Configured Artifact: org.apache.lucene:lucene-queryparser:sources:7.5.0:jar
00:40:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:12 [INFO] Copying 3 resources
00:40:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-sources.jar
00:40:12 [INFO] Assembling p2 repository
00:40:13 [INFO] 
00:40:13 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.queryparser ---
00:40:13 [INFO] 
00:40:13 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.queryparser ---
00:40:13 [INFO] Gathering sources archives
00:40:13 [INFO] Configured Artifact: org.apache.lucene:lucene-queryparser:sources:7.5.0:jar
00:40:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/sources-for-eclipse-ipzilla/lucene-queryparser-7.5.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:13 [INFO] Configured Artifact: org.apache.lucene:lucene-queryparser:sources:7.5.0:jar
00:40:13 [INFO] Copying lucene-queryparser-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/sources-for-eclipse-ipzilla/lucene-queryparser-7.5.0-sources.jar
00:40:13 [INFO] Refreshing about files and about.html
00:40:13 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:40:13 [INFO] 
00:40:13 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.queryparser ---
00:40:13 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.queryparser:xml:p2metadata:7.5.0-SNAPSHOT already attached, replace previous instance
00:40:13 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.queryparser:xml:p2artifacts:7.5.0-SNAPSHOT already attached, replace previous instance
00:40:13 [INFO] 
00:40:13 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.lucene.queryparser ---
00:40:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.pom
00:40:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.jar
00:40:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-sources.jar
00:40:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-p2metadata.xml
00:40:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-p2artifacts.xml
00:40:13 [INFO] 
00:40:13 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.queryparser ---
00:40:13 [INFO] 
00:40:13 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.lucene.core >----------
00:40:13 [INFO] Building Lucene Core 8.4.1 8.4.1-SNAPSHOT                      [108/379]
00:40:13 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:40:13 [INFO] 
00:40:13 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.core ---
00:40:13 [INFO] 
00:40:13 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.core ---
00:40:14 [INFO] The project's OSGi version is 8.4.1.v20221112-0806
00:40:14 [INFO] 
00:40:14 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.core ---
00:40:14 [INFO] 
00:40:14 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.core ---
00:40:14 [INFO] Copying 3 resources
00:40:14 [INFO] 
00:40:14 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.core ---
00:40:14 [INFO] No sources to compile
00:40:14 [INFO] 
00:40:14 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.core ---
00:40:14 [INFO] Gathering dependencies
00:40:14 [INFO] Configured Artifact: org.apache.lucene:lucene-core:8.4.1:jar
00:40:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:14 [INFO] Merging collected dependencies
00:40:14 [INFO] Copying 2028 resources
00:40:15 [INFO] Generating OSGi MANIFEST.MF
00:40:16 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.core:eclipse-bundle-recipe:8.4.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:40:16 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.core:eclipse-bundle-recipe:8.4.1-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/util/bkd/BKDRadixSelector$1$1.class=org.apache.lucene.util.bkd.BKDRadixSelector$1$1, META-INF/versions/9/org/apache/lucene/analysis/tokenattributes/CharTermAttributeImpl.class=org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl, META-INF/versions/9/org/apache/lucene/store/DataInput.class=org.apache.lucene.store.DataInput, META-INF/versions/9/org/apache/lucene/util/bkd/BKDRadixSelector$2$1.class=org.apache.lucene.util.bkd.BKDRadixSelector$2$1, META-INF/versions/9/org/apache/lucene/util/BytesRef.class=org.apache.lucene.util.BytesRef, 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/BKDRadixSelector.class=org.apache.lucene.util.bkd.BKDRadixSelector, 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/LatLonPointDistanceQuery$1.class=org.apache.lucene.document.LatLonPointDistanceQuery$1, 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/document/LatLonPointInPolygonQuery$1.class=org.apache.lucene.document.LatLonPointInPolygonQuery$1, META-INF/versions/9/org/apache/lucene/util/CharsRef$UTF16SortedAsUTF8Comparator.class=org.apache.lucene.util.CharsRef$UTF16SortedAsUTF8Comparator, 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/util/bkd/HeapPointWriter.class=org.apache.lucene.util.bkd.HeapPointWriter, 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/document/LongDistanceFeatureQuery$DistanceScorer$2.class=org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer$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/search/TopFieldCollector.class=org.apache.lucene.search.TopFieldCollector, META-INF/versions/9/org/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer$2.class=org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$2, 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/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, META-INF/versions/9/org/apache/lucene/util/bkd/BKDWriter$OneDimensionBKDWriter.class=org.apache.lucene.util.bkd.BKDWriter$OneDimensionBKDWriter}
00:40:16 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/org.apache.lucene.core-8.4.1-SNAPSHOT.jar
00:40:16 [INFO] Gathering sources
00:40:16 [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:8.4.1:jar
00:40:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:17 [INFO] Copying 3 resources
00:40:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/org.apache.lucene.core-8.4.1-SNAPSHOT-sources.jar
00:40:17 [INFO] Assembling p2 repository
00:40:18 [INFO] 
00:40:18 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.core ---
00:40:18 [INFO] 
00:40:18 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.core ---
00:40:18 [INFO] Gathering sources archives
00:40:18 [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:8.4.1:jar
00:40:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/sources-for-eclipse-ipzilla/lucene-core-8.4.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:18 [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:8.4.1:jar
00:40:18 [INFO] Copying lucene-core-8.4.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/sources-for-eclipse-ipzilla/lucene-core-8.4.1-sources.jar
00:40:18 [INFO] Refreshing about files and about.html
00:40:18 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:40:18 [INFO] 
00:40:18 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.core ---
00:40:18 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.core:xml:p2metadata:8.4.1-SNAPSHOT already attached, replace previous instance
00:40:18 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.core:xml:p2artifacts:8.4.1-SNAPSHOT already attached, replace previous instance
00:40:18 [INFO] 
00:40:18 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.lucene.core ---
00:40:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT.pom
00:40:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/org.apache.lucene.core-8.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT.jar
00:40:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/org.apache.lucene.core-8.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT-sources.jar
00:40:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT-p2metadata.xml
00:40:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT-p2artifacts.xml
00:40:18 [INFO] 
00:40:18 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.core ---
00:40:18 [INFO] 
00:40:18 [INFO] ----< org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common >----
00:40:18 [INFO] Building Lucene Common Analyzers 8.4.1 8.4.1-SNAPSHOT          [109/379]
00:40:18 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:40:18 [INFO] 
00:40:18 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.analyzers-common ---
00:40:18 [INFO] 
00:40:18 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.analyzers-common ---
00:40:18 [INFO] The project's OSGi version is 8.4.1.v20221112-0806
00:40:18 [INFO] 
00:40:18 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.analyzers-common ---
00:40:18 [INFO] 
00:40:18 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.analyzers-common ---
00:40:18 [INFO] Copying 3 resources
00:40:18 [INFO] 
00:40:18 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.analyzers-common ---
00:40:18 [INFO] No sources to compile
00:40:18 [INFO] 
00:40:18 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.analyzers-common ---
00:40:18 [INFO] Gathering dependencies
00:40:18 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:8.4.1:jar
00:40:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:19 [INFO] Merging collected dependencies
00:40:19 [INFO] Copying 623 resources
00:40:19 [INFO] Generating OSGi MANIFEST.MF
00:40:19 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common:eclipse-bundle-recipe:8.4.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:40:19 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common:eclipse-bundle-recipe:8.4.1-SNAPSHOT : Host org.apache.lucene.core=bundle-version="[8.4.1,8.5)" for this fragment/require bundle cannot be found on the classpath
00:40:19 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT.jar
00:40:19 [INFO] Gathering sources
00:40:19 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:sources:8.4.1:jar
00:40:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:20 [INFO] Copying 3 resources
00:40:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT-sources.jar
00:40:20 [INFO] Assembling p2 repository
00:40:21 [INFO] 
00:40:21 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.analyzers-common ---
00:40:21 [INFO] 
00:40:21 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.analyzers-common ---
00:40:21 [INFO] Gathering sources archives
00:40:21 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:sources:8.4.1:jar
00:40:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/sources-for-eclipse-ipzilla/lucene-analyzers-common-8.4.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:21 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:sources:8.4.1:jar
00:40:21 [INFO] Copying lucene-analyzers-common-8.4.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/sources-for-eclipse-ipzilla/lucene-analyzers-common-8.4.1-sources.jar
00:40:21 [INFO] Refreshing about files and about.html
00:40:21 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:40:21 [INFO] 
00:40:21 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.analyzers-common ---
00:40:21 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common:xml:p2metadata:8.4.1-SNAPSHOT already attached, replace previous instance
00:40:21 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common:xml:p2artifacts:8.4.1-SNAPSHOT already attached, replace previous instance
00:40:21 [INFO] 
00:40:21 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.lucene.analyzers-common ---
00:40:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT.pom
00:40:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT.jar
00:40:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT-sources.jar
00:40:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT-p2metadata.xml
00:40:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT-p2artifacts.xml
00:40:21 [INFO] 
00:40:21 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.analyzers-common ---
00:40:21 [INFO] 
00:40:21 [INFO] ---< org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn >----
00:40:21 [INFO] Building Lucene Smart Chinese Analyzer 8.4.1 8.4.1-SNAPSHOT    [110/379]
00:40:21 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:40:21 [INFO] 
00:40:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.analyzers-smartcn ---
00:40:21 [INFO] 
00:40:21 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.analyzers-smartcn ---
00:40:21 [INFO] The project's OSGi version is 8.4.1.v20221112-0806
00:40:21 [INFO] 
00:40:21 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.analyzers-smartcn ---
00:40:21 [INFO] 
00:40:21 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.analyzers-smartcn ---
00:40:21 [INFO] Copying 3 resources
00:40:21 [INFO] 
00:40:21 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.analyzers-smartcn ---
00:40:21 [INFO] No sources to compile
00:40:21 [INFO] 
00:40:21 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.analyzers-smartcn ---
00:40:21 [INFO] Gathering dependencies
00:40:21 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:8.4.1:jar
00:40:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-analyzers-smartcn/8.4.1/lucene-analyzers-smartcn-8.4.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:21 [INFO] Merging collected dependencies
00:40:21 [INFO] Copying 28 resources
00:40:21 [INFO] Generating OSGi MANIFEST.MF
00:40:21 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn:eclipse-bundle-recipe:8.4.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:40:21 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn:eclipse-bundle-recipe:8.4.1-SNAPSHOT : Host org.apache.lucene.core=bundle-version="[8.4.1,8.5)" for this fragment/require bundle cannot be found on the classpath
00:40:21 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn:eclipse-bundle-recipe:8.4.1-SNAPSHOT : Host org.apache.lucene.analyzers-common=bundle-version="[8.4.1,8.5)" for this fragment/require bundle cannot be found on the classpath
00:40:21 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT.jar
00:40:22 [INFO] Gathering sources
00:40:22 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:sources:8.4.1:jar
00:40:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-analyzers-smartcn/8.4.1/lucene-analyzers-smartcn-8.4.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:22 [INFO] Copying 3 resources
00:40:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT-sources.jar
00:40:23 [INFO] Assembling p2 repository
00:40:23 [INFO] 
00:40:23 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.analyzers-smartcn ---
00:40:23 [INFO] 
00:40:23 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.analyzers-smartcn ---
00:40:23 [INFO] Gathering sources archives
00:40:23 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:sources:8.4.1:jar
00:40:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-analyzers-smartcn/8.4.1/lucene-analyzers-smartcn-8.4.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/sources-for-eclipse-ipzilla/lucene-analyzers-smartcn-8.4.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:23 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:sources:8.4.1:jar
00:40:23 [INFO] Copying lucene-analyzers-smartcn-8.4.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/sources-for-eclipse-ipzilla/lucene-analyzers-smartcn-8.4.1-sources.jar
00:40:23 [INFO] Refreshing about files and about.html
00:40:23 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:40:23 [INFO] 
00:40:23 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.analyzers-smartcn ---
00:40:23 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn:xml:p2metadata:8.4.1-SNAPSHOT already attached, replace previous instance
00:40:23 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn:xml:p2artifacts:8.4.1-SNAPSHOT already attached, replace previous instance
00:40:23 [INFO] 
00:40:23 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.lucene.analyzers-smartcn ---
00:40:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT.pom
00:40:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT.jar
00:40:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT-sources.jar
00:40:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT-p2metadata.xml
00:40:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT-p2artifacts.xml
00:40:23 [INFO] 
00:40:23 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.analyzers-smartcn ---
00:40:23 [INFO] 
00:40:23 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.lucene.core >----------
00:40:23 [INFO] Building Lucene Core 9.4.2 9.4.2-SNAPSHOT                      [111/379]
00:40:23 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:40:24 [INFO] 
00:40:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.core ---
00:40:24 [INFO] 
00:40:24 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.core ---
00:40:24 [INFO] The project's OSGi version is 9.4.2.v20221211-0752
00:40:24 [INFO] 
00:40:24 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.core ---
00:40:24 [INFO] 
00:40:24 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.core ---
00:40:24 [INFO] Copying 3 resources
00:40:24 [INFO] 
00:40:24 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.core ---
00:40:24 [INFO] No sources to compile
00:40:24 [INFO] 
00:40:24 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.core ---
00:40:24 [INFO] Gathering dependencies
00:40:24 [INFO] Configured Artifact: org.apache.lucene:lucene-core:9.4.2:jar
00:40:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-core/9.4.2/lucene-core-9.4.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:24 [INFO] Merging collected dependencies
00:40:24 [INFO] Copying 2182 resources
00:40:25 [INFO] Generating OSGi MANIFEST.MF
00:40:26 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.core:eclipse-bundle-recipe:9.4.2-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:40:26 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.core:eclipse-bundle-recipe:9.4.2-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/19/org/apache/lucene/store/MemorySegmentIndexInput$MultiSegmentImpl.class=org.apache.lucene.store.MemorySegmentIndexInput$MultiSegmentImpl, META-INF/versions/19/org/apache/lucene/store/MemorySegmentIndexInput$SingleSegmentImpl.class=org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl, META-INF/versions/19/org/apache/lucene/store/MemorySegmentIndexInput.class=org.apache.lucene.store.MemorySegmentIndexInput, META-INF/versions/19/org/apache/lucene/store/MemorySegmentIndexInputProvider.class=org.apache.lucene.store.MemorySegmentIndexInputProvider}
00:40:26 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/org.apache.lucene.core-9.4.2-SNAPSHOT.jar
00:40:27 [INFO] Gathering sources
00:40:27 [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:9.4.2:jar
00:40:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-core/9.4.2/lucene-core-9.4.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:27 [INFO] Copying 3 resources
00:40:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/org.apache.lucene.core-9.4.2-SNAPSHOT-sources.jar
00:40:27 [INFO] Assembling p2 repository
00:40:28 [INFO] 
00:40:28 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.core ---
00:40:28 [INFO] 
00:40:28 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.core ---
00:40:28 [INFO] Gathering sources archives
00:40:28 [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:9.4.2:jar
00:40:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-core/9.4.2/lucene-core-9.4.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/sources-for-eclipse-ipzilla/lucene-core-9.4.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:28 [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:9.4.2:jar
00:40:28 [INFO] Copying lucene-core-9.4.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/sources-for-eclipse-ipzilla/lucene-core-9.4.2-sources.jar
00:40:28 [INFO] Refreshing about files and about.html
00:40:28 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:40:28 [INFO] 
00:40:28 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.core ---
00:40:28 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.core:xml:p2metadata:9.4.2-SNAPSHOT already attached, replace previous instance
00:40:28 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.core:xml:p2artifacts:9.4.2-SNAPSHOT already attached, replace previous instance
00:40:28 [INFO] 
00:40:28 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.lucene.core ---
00:40:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/9.4.2-SNAPSHOT/org.apache.lucene.core-9.4.2-SNAPSHOT.pom
00:40:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/org.apache.lucene.core-9.4.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/9.4.2-SNAPSHOT/org.apache.lucene.core-9.4.2-SNAPSHOT.jar
00:40:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/org.apache.lucene.core-9.4.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/9.4.2-SNAPSHOT/org.apache.lucene.core-9.4.2-SNAPSHOT-sources.jar
00:40:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/9.4.2-SNAPSHOT/org.apache.lucene.core-9.4.2-SNAPSHOT-p2metadata.xml
00:40:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/9.4.2-SNAPSHOT/org.apache.lucene.core-9.4.2-SNAPSHOT-p2artifacts.xml
00:40:28 [INFO] 
00:40:28 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.core ---
00:40:28 [INFO] 
00:40:28 [INFO] ----< org.eclipse.orbit.bundles:org.apache.lucene.analysis-common >-----
00:40:28 [INFO] Building Lucene Analysis Common 9.4.2 9.4.2-SNAPSHOT           [112/379]
00:40:28 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:40:29 [INFO] 
00:40:29 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.analysis-common ---
00:40:29 [INFO] 
00:40:29 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.analysis-common ---
00:40:29 [INFO] The project's OSGi version is 9.4.2.v20221211-0752
00:40:29 [INFO] 
00:40:29 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.analysis-common ---
00:40:29 [INFO] 
00:40:29 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.analysis-common ---
00:40:29 [INFO] Copying 3 resources
00:40:29 [INFO] 
00:40:29 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.analysis-common ---
00:40:29 [INFO] No sources to compile
00:40:29 [INFO] 
00:40:29 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.analysis-common ---
00:40:29 [INFO] Gathering dependencies
00:40:29 [INFO] Configured Artifact: org.apache.lucene:lucene-analysis-common:9.4.2:jar
00:40:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-analysis-common/9.4.2/lucene-analysis-common-9.4.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:29 [INFO] Merging collected dependencies
00:40:29 [INFO] Copying 635 resources
00:40:29 [INFO] Generating OSGi MANIFEST.MF
00:40:29 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analysis-common:eclipse-bundle-recipe:9.4.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:40:29 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analysis-common:eclipse-bundle-recipe:9.4.2-SNAPSHOT : Host org.apache.lucene.core=bundle-version="[9.4.2,9.5)" for this fragment/require bundle cannot be found on the classpath
00:40:29 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT.jar
00:40:30 [INFO] Gathering sources
00:40:30 [INFO] Configured Artifact: org.apache.lucene:lucene-analysis-common:sources:9.4.2:jar
00:40:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-analysis-common/9.4.2/lucene-analysis-common-9.4.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:49 [INFO] Copying 3 resources
00:40:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT-sources.jar
00:40:50 [INFO] Assembling p2 repository
00:40:50 [INFO] 
00:40:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.analysis-common ---
00:40:50 [INFO] 
00:40:50 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.analysis-common ---
00:40:50 [INFO] Gathering sources archives
00:40:50 [INFO] Configured Artifact: org.apache.lucene:lucene-analysis-common:sources:9.4.2:jar
00:40:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-analysis-common/9.4.2/lucene-analysis-common-9.4.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/sources-for-eclipse-ipzilla/lucene-analysis-common-9.4.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:50 [INFO] Configured Artifact: org.apache.lucene:lucene-analysis-common:sources:9.4.2:jar
00:40:50 [INFO] Copying lucene-analysis-common-9.4.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/sources-for-eclipse-ipzilla/lucene-analysis-common-9.4.2-sources.jar
00:40:50 [INFO] Refreshing about files and about.html
00:40:50 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:40:50 [INFO] 
00:40:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.analysis-common ---
00:40:50 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.analysis-common:xml:p2metadata:9.4.2-SNAPSHOT already attached, replace previous instance
00:40:50 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.analysis-common:xml:p2artifacts:9.4.2-SNAPSHOT already attached, replace previous instance
00:40:50 [INFO] 
00:40:50 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.lucene.analysis-common ---
00:40:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-common/9.4.2-SNAPSHOT/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT.pom
00:40:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-common/9.4.2-SNAPSHOT/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT.jar
00:40:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-common/9.4.2-SNAPSHOT/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT-sources.jar
00:40:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-common/9.4.2-SNAPSHOT/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT-p2metadata.xml
00:40:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-common/9.4.2-SNAPSHOT/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT-p2artifacts.xml
00:40:51 [INFO] 
00:40:51 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.analysis-common ---
00:40:51 [INFO] 
00:40:51 [INFO] ----< org.eclipse.orbit.bundles:org.apache.lucene.analysis-smartcn >----
00:40:51 [INFO] Building Lucene Smart Chinese Analyzer 9.4.2 9.4.2-SNAPSHOT    [113/379]
00:40:51 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:40:51 [INFO] 
00:40:51 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.analysis-smartcn ---
00:40:51 [INFO] 
00:40:51 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.analysis-smartcn ---
00:40:51 [INFO] The project's OSGi version is 9.4.2.v20221211-0752
00:40:51 [INFO] 
00:40:51 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.analysis-smartcn ---
00:40:51 [INFO] 
00:40:51 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.analysis-smartcn ---
00:40:51 [INFO] Copying 3 resources
00:40:51 [INFO] 
00:40:51 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.analysis-smartcn ---
00:40:51 [INFO] No sources to compile
00:40:51 [INFO] 
00:40:51 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.analysis-smartcn ---
00:40:51 [INFO] Gathering dependencies
00:40:51 [INFO] Configured Artifact: org.apache.lucene:lucene-analysis-smartcn:9.4.2:jar
00:40:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-analysis-smartcn/9.4.2/lucene-analysis-smartcn-9.4.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:51 [INFO] Merging collected dependencies
00:40:51 [INFO] Copying 27 resources
00:40:51 [INFO] Generating OSGi MANIFEST.MF
00:40:51 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analysis-smartcn:eclipse-bundle-recipe:9.4.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:40:51 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analysis-smartcn:eclipse-bundle-recipe:9.4.2-SNAPSHOT : Host org.apache.lucene.core=bundle-version="[9.4.2,9.5)" for this fragment/require bundle cannot be found on the classpath
00:40:51 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analysis-smartcn:eclipse-bundle-recipe:9.4.2-SNAPSHOT : Host org.apache.lucene.analysis-common=bundle-version="[9.4.2,9.5)" for this fragment/require bundle cannot be found on the classpath
00:40:51 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT.jar
00:40:51 [INFO] Gathering sources
00:40:51 [INFO] Configured Artifact: org.apache.lucene:lucene-analysis-smartcn:sources:9.4.2:jar
00:40:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-analysis-smartcn/9.4.2/lucene-analysis-smartcn-9.4.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:51 [INFO] Copying 3 resources
00:40:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT-sources.jar
00:40:51 [INFO] Assembling p2 repository
00:40:52 [INFO] 
00:40:52 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.analysis-smartcn ---
00:40:52 [INFO] 
00:40:52 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.analysis-smartcn ---
00:40:52 [INFO] Gathering sources archives
00:40:52 [INFO] Configured Artifact: org.apache.lucene:lucene-analysis-smartcn:sources:9.4.2:jar
00:40:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/lucene/lucene-analysis-smartcn/9.4.2/lucene-analysis-smartcn-9.4.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/sources-for-eclipse-ipzilla/lucene-analysis-smartcn-9.4.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:52 [INFO] Configured Artifact: org.apache.lucene:lucene-analysis-smartcn:sources:9.4.2:jar
00:40:52 [INFO] Copying lucene-analysis-smartcn-9.4.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/sources-for-eclipse-ipzilla/lucene-analysis-smartcn-9.4.2-sources.jar
00:40:52 [INFO] Refreshing about files and about.html
00:40:52 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:40:52 [INFO] 
00:40:52 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.analysis-smartcn ---
00:40:52 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.analysis-smartcn:xml:p2metadata:9.4.2-SNAPSHOT already attached, replace previous instance
00:40:52 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.lucene.analysis-smartcn:xml:p2artifacts:9.4.2-SNAPSHOT already attached, replace previous instance
00:40:52 [INFO] 
00:40:52 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.lucene.analysis-smartcn ---
00:40:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-smartcn/9.4.2-SNAPSHOT/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT.pom
00:40:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-smartcn/9.4.2-SNAPSHOT/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT.jar
00:40:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-smartcn/9.4.2-SNAPSHOT/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT-sources.jar
00:40:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-smartcn/9.4.2-SNAPSHOT/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT-p2metadata.xml
00:40:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-smartcn/9.4.2-SNAPSHOT/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT-p2artifacts.xml
00:40:52 [INFO] 
00:40:52 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.analysis-smartcn ---
00:40:52 [INFO] 
00:40:52 [INFO] ------------------< org.eclipse.orbit.bundles:maven >-------------------
00:40:52 [INFO] Building Eclipse Orbit :: Apache Maven Recipes 1.0.0-SNAPSHOT  [114/379]
00:40:52 [INFO] --------------------------------[ pom ]---------------------------------
00:40:52 [INFO] 
00:40:52 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven ---
00:40:52 [INFO] 
00:40:52 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ maven ---
00:40:52 [INFO] 
00:40:52 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ maven ---
00:40:52 [INFO] 
00:40:52 [INFO] --- maven-install-plugin:2.4:install (default-install) @ maven ---
00:40:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/maven/1.0.0-SNAPSHOT/maven-1.0.0-SNAPSHOT.pom
00:40:52 [INFO] 
00:40:52 [INFO] --------------< org.eclipse.orbit.bundles:maven-resolver >--------------
00:40:52 [INFO] Building Eclipse Orbit :: Apache Maven Resolver (ex-Eclipse Aether) Recipes 1.0.0-SNAPSHOT [115/379]
00:40:52 [INFO] --------------------------------[ pom ]---------------------------------
00:40:52 [INFO] 
00:40:52 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-resolver ---
00:40:52 [INFO] 
00:40:52 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ maven-resolver ---
00:40:52 [INFO] 
00:40:52 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ maven-resolver ---
00:40:52 [INFO] 
00:40:52 [INFO] --- maven-install-plugin:2.4:install (default-install) @ maven-resolver ---
00:40:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/maven-resolver/1.0.0-SNAPSHOT/maven-resolver-1.0.0-SNAPSHOT.pom
00:40:52 [INFO] 
00:40:52 [INFO] ------< org.eclipse.orbit.bundles:org.apache.maven.resolver.api >-------
00:40:52 [INFO] Building Maven Artifact Resolver API 1.0.3-SNAPSHOT            [116/379]
00:40:52 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:40:52 [INFO] 
00:40:52 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.api ---
00:40:52 [INFO] 
00:40:52 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.api ---
00:40:52 [INFO] The project's OSGi version is 1.0.3.v20170405-0725
00:40:52 [INFO] 
00:40:52 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.maven.resolver.api ---
00:40:52 [INFO] 
00:40:52 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.maven.resolver.api ---
00:40:52 [INFO] Copying 3 resources
00:40:52 [INFO] 
00:40:52 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.maven.resolver.api ---
00:40:52 [INFO] No sources to compile
00:40:52 [INFO] 
00:40:52 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.api ---
00:40:52 [INFO] Gathering dependencies
00:40:52 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-api:1.0.3:jar
00:40:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:53 [INFO] Merging collected dependencies
00:40:53 [INFO] Copying 132 resources
00:40:53 [INFO] Generating OSGi MANIFEST.MF
00:40:53 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/org.apache.maven.resolver.api-1.0.3-SNAPSHOT.jar
00:40:53 [INFO] Gathering sources
00:40:53 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-api:sources:1.0.3:jar
00:40:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:53 [INFO] Copying 3 resources
00:40:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/org.apache.maven.resolver.api-1.0.3-SNAPSHOT-sources.jar
00:40:53 [INFO] Assembling p2 repository
00:40:54 [INFO] 
00:40:54 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.api ---
00:40:54 [INFO] 
00:40:54 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.api ---
00:40:54 [INFO] Gathering sources archives
00:40:54 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-api:sources:1.0.3:jar
00:40:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-api-1.0.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:54 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-api:sources:1.0.3:jar
00:40:54 [INFO] Copying maven-resolver-api-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-api-1.0.3-sources.jar
00:40:54 [INFO] Refreshing about files and about.html
00:40:54 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:40:54 [INFO] 
00:40:54 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.api ---
00:40:54 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.maven.resolver.api:xml:p2metadata:1.0.3-SNAPSHOT already attached, replace previous instance
00:40:54 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.maven.resolver.api:xml:p2artifacts:1.0.3-SNAPSHOT already attached, replace previous instance
00:40:54 [INFO] 
00:40:54 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.maven.resolver.api ---
00:40:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.api/1.0.3-SNAPSHOT/org.apache.maven.resolver.api-1.0.3-SNAPSHOT.pom
00:40:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/org.apache.maven.resolver.api-1.0.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.api/1.0.3-SNAPSHOT/org.apache.maven.resolver.api-1.0.3-SNAPSHOT.jar
00:40:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/org.apache.maven.resolver.api-1.0.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.api/1.0.3-SNAPSHOT/org.apache.maven.resolver.api-1.0.3-SNAPSHOT-sources.jar
00:40:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.api/1.0.3-SNAPSHOT/org.apache.maven.resolver.api-1.0.3-SNAPSHOT-p2metadata.xml
00:40:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.api/1.0.3-SNAPSHOT/org.apache.maven.resolver.api-1.0.3-SNAPSHOT-p2artifacts.xml
00:40:54 [INFO] 
00:40:54 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.api ---
00:40:54 [INFO] 
00:40:54 [INFO] --< org.eclipse.orbit.bundles:org.apache.maven.resolver.connector.basic >--
00:40:54 [INFO] Building Maven Artifact Resolver Connector Basic 1.0.3-SNAPSHOT [117/379]
00:40:54 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:40:54 [INFO] 
00:40:54 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.connector.basic ---
00:40:54 [INFO] 
00:40:54 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.connector.basic ---
00:40:54 [INFO] The project's OSGi version is 1.0.3.v20170405-0725
00:40:54 [INFO] 
00:40:54 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.maven.resolver.connector.basic ---
00:40:54 [INFO] 
00:40:54 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.maven.resolver.connector.basic ---
00:40:54 [INFO] Copying 3 resources
00:40:54 [INFO] 
00:40:54 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.maven.resolver.connector.basic ---
00:40:54 [INFO] No sources to compile
00:40:54 [INFO] 
00:40:54 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.connector.basic ---
00:40:54 [INFO] Gathering dependencies
00:40:54 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-connector-basic:1.0.3:jar
00:40:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-connector-basic/1.0.3/maven-resolver-connector-basic-1.0.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:54 [INFO] Merging collected dependencies
00:40:54 [INFO] Copying 24 resources
00:40:54 [INFO] Generating OSGi MANIFEST.MF
00:40:54 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT.jar
00:40:54 [INFO] Gathering sources
00:40:54 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-connector-basic:sources:1.0.3:jar
00:40:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-connector-basic/1.0.3/maven-resolver-connector-basic-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:54 [INFO] Copying 3 resources
00:40:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT-sources.jar
00:40:54 [INFO] Assembling p2 repository
00:40:55 [INFO] 
00:40:55 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.connector.basic ---
00:40:55 [INFO] 
00:40:55 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.connector.basic ---
00:40:55 [INFO] Gathering sources archives
00:40:55 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-connector-basic:sources:1.0.3:jar
00:40:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-connector-basic/1.0.3/maven-resolver-connector-basic-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-connector-basic-1.0.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:55 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-connector-basic:sources:1.0.3:jar
00:40:55 [INFO] Copying maven-resolver-connector-basic-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-connector-basic-1.0.3-sources.jar
00:40:55 [INFO] Refreshing about files and about.html
00:40:55 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:40:55 [INFO] 
00:40:55 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.connector.basic ---
00:40:55 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.maven.resolver.connector.basic:xml:p2metadata:1.0.3-SNAPSHOT already attached, replace previous instance
00:40:55 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.maven.resolver.connector.basic:xml:p2artifacts:1.0.3-SNAPSHOT already attached, replace previous instance
00:40:55 [INFO] 
00:40:55 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.maven.resolver.connector.basic ---
00:40:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.connector.basic/1.0.3-SNAPSHOT/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT.pom
00:40:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.connector.basic/1.0.3-SNAPSHOT/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT.jar
00:40:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.connector.basic/1.0.3-SNAPSHOT/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT-sources.jar
00:40:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.connector.basic/1.0.3-SNAPSHOT/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT-p2metadata.xml
00:40:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.connector.basic/1.0.3-SNAPSHOT/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT-p2artifacts.xml
00:40:55 [INFO] 
00:40:55 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.connector.basic ---
00:40:55 [INFO] 
00:40:55 [INFO] ------< org.eclipse.orbit.bundles:org.apache.maven.resolver.impl >------
00:40:55 [INFO] Building Maven Artifact Resolver Implementation 1.0.3-SNAPSHOT [118/379]
00:40:55 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:40:55 [INFO] 
00:40:55 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.impl ---
00:40:55 [INFO] 
00:40:55 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.impl ---
00:40:55 [INFO] The project's OSGi version is 1.0.3.v20170405-0725
00:40:55 [INFO] 
00:40:55 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.maven.resolver.impl ---
00:40:55 [INFO] 
00:40:55 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.maven.resolver.impl ---
00:40:55 [INFO] Copying 3 resources
00:40:55 [INFO] 
00:40:55 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.maven.resolver.impl ---
00:40:55 [INFO] No sources to compile
00:40:55 [INFO] 
00:40:55 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.impl ---
00:40:55 [INFO] Gathering dependencies
00:40:55 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-impl:1.0.3:jar
00:40:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:55 [INFO] Merging collected dependencies
00:40:55 [INFO] Copying 101 resources
00:40:55 [INFO] Generating OSGi MANIFEST.MF
00:40:55 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT.jar
00:40:55 [INFO] Gathering sources
00:40:55 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-impl:sources:1.0.3:jar
00:40:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:55 [INFO] Copying 3 resources
00:40:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT-sources.jar
00:40:55 [INFO] Assembling p2 repository
00:40:56 [INFO] 
00:40:56 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.impl ---
00:40:56 [INFO] 
00:40:56 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.impl ---
00:40:56 [INFO] Gathering sources archives
00:40:56 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-impl:sources:1.0.3:jar
00:40:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-impl-1.0.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:56 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-impl:sources:1.0.3:jar
00:40:56 [INFO] Copying maven-resolver-impl-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-impl-1.0.3-sources.jar
00:40:56 [INFO] Refreshing about files and about.html
00:40:56 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:40:56 [INFO] 
00:40:56 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.impl ---
00:40:56 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.maven.resolver.impl:xml:p2metadata:1.0.3-SNAPSHOT already attached, replace previous instance
00:40:56 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.maven.resolver.impl:xml:p2artifacts:1.0.3-SNAPSHOT already attached, replace previous instance
00:40:56 [INFO] 
00:40:56 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.maven.resolver.impl ---
00:40:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.impl/1.0.3-SNAPSHOT/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT.pom
00:40:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.impl/1.0.3-SNAPSHOT/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT.jar
00:40:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.impl/1.0.3-SNAPSHOT/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT-sources.jar
00:40:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.impl/1.0.3-SNAPSHOT/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT-p2metadata.xml
00:40:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.impl/1.0.3-SNAPSHOT/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT-p2artifacts.xml
00:40:56 [INFO] 
00:40:56 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.impl ---
00:40:56 [INFO] 
00:40:56 [INFO] ------< org.eclipse.orbit.bundles:org.apache.maven.resolver.spi >-------
00:40:56 [INFO] Building Maven Artifact Resolver SPI 1.0.3-SNAPSHOT            [119/379]
00:40:56 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:40:56 [INFO] 
00:40:56 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.spi ---
00:40:56 [INFO] 
00:40:56 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.spi ---
00:40:56 [INFO] The project's OSGi version is 1.0.3.v20170405-0725
00:40:56 [INFO] 
00:40:56 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.maven.resolver.spi ---
00:40:56 [INFO] 
00:40:56 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.maven.resolver.spi ---
00:40:56 [INFO] Copying 3 resources
00:40:56 [INFO] 
00:40:56 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.maven.resolver.spi ---
00:40:56 [INFO] No sources to compile
00:40:56 [INFO] 
00:40:56 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.spi ---
00:40:56 [INFO] Gathering dependencies
00:40:56 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-spi:1.0.3:jar
00:40:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:40:56 [INFO] Merging collected dependencies
00:40:56 [INFO] Copying 38 resources
00:40:56 [INFO] Generating OSGi MANIFEST.MF
00:40:56 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT.jar
00:40:56 [INFO] Gathering sources
00:40:56 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-spi:sources:1.0.3:jar
00:41:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:01 [INFO] Copying 3 resources
00:41:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT-sources.jar
00:41:01 [INFO] Assembling p2 repository
00:41:02 [INFO] 
00:41:02 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.spi ---
00:41:02 [INFO] 
00:41:02 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.spi ---
00:41:02 [INFO] Gathering sources archives
00:41:02 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-spi:sources:1.0.3:jar
00:41:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-spi-1.0.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:02 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-spi:sources:1.0.3:jar
00:41:02 [INFO] Copying maven-resolver-spi-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-spi-1.0.3-sources.jar
00:41:02 [INFO] Refreshing about files and about.html
00:41:02 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:41:02 [INFO] 
00:41:02 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.spi ---
00:41:02 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.maven.resolver.spi:xml:p2metadata:1.0.3-SNAPSHOT already attached, replace previous instance
00:41:02 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.maven.resolver.spi:xml:p2artifacts:1.0.3-SNAPSHOT already attached, replace previous instance
00:41:02 [INFO] 
00:41:02 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.maven.resolver.spi ---
00:41:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.spi/1.0.3-SNAPSHOT/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT.pom
00:41:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.spi/1.0.3-SNAPSHOT/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT.jar
00:41:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.spi/1.0.3-SNAPSHOT/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT-sources.jar
00:41:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.spi/1.0.3-SNAPSHOT/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT-p2metadata.xml
00:41:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.spi/1.0.3-SNAPSHOT/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT-p2artifacts.xml
00:41:02 [INFO] 
00:41:02 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.spi ---
00:41:02 [INFO] 
00:41:02 [INFO] --< org.eclipse.orbit.bundles:org.apache.maven.resolver.transport.file >--
00:41:02 [INFO] Building Maven Artifact Resolver Transport File 1.0.3-SNAPSHOT [120/379]
00:41:02 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:41:02 [INFO] 
00:41:02 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.transport.file ---
00:41:02 [INFO] 
00:41:02 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.transport.file ---
00:41:02 [INFO] The project's OSGi version is 1.0.3.v20170405-0725
00:41:02 [INFO] 
00:41:02 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.maven.resolver.transport.file ---
00:41:02 [INFO] 
00:41:02 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.maven.resolver.transport.file ---
00:41:02 [INFO] Copying 3 resources
00:41:02 [INFO] 
00:41:02 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.maven.resolver.transport.file ---
00:41:02 [INFO] No sources to compile
00:41:02 [INFO] 
00:41:02 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.transport.file ---
00:41:02 [INFO] Gathering dependencies
00:41:02 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-file:1.0.3:jar
00:41:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-transport-file/1.0.3/maven-resolver-transport-file-1.0.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:02 [INFO] Merging collected dependencies
00:41:02 [INFO] Copying 9 resources
00:41:02 [INFO] Generating OSGi MANIFEST.MF
00:41:02 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT.jar
00:41:02 [INFO] Gathering sources
00:41:02 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-file:sources:1.0.3:jar
00:41:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-transport-file/1.0.3/maven-resolver-transport-file-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:02 [INFO] Copying 3 resources
00:41:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT-sources.jar
00:41:02 [INFO] Assembling p2 repository
00:41:03 [INFO] 
00:41:03 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.transport.file ---
00:41:03 [INFO] 
00:41:03 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.transport.file ---
00:41:03 [INFO] Gathering sources archives
00:41:03 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-file:sources:1.0.3:jar
00:41:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-transport-file/1.0.3/maven-resolver-transport-file-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-transport-file-1.0.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:03 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-file:sources:1.0.3:jar
00:41:03 [INFO] Copying maven-resolver-transport-file-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-transport-file-1.0.3-sources.jar
00:41:03 [INFO] Refreshing about files and about.html
00:41:03 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:41:03 [INFO] 
00:41:03 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.transport.file ---
00:41:03 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.maven.resolver.transport.file:xml:p2metadata:1.0.3-SNAPSHOT already attached, replace previous instance
00:41:03 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.maven.resolver.transport.file:xml:p2artifacts:1.0.3-SNAPSHOT already attached, replace previous instance
00:41:03 [INFO] 
00:41:03 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.maven.resolver.transport.file ---
00:41:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.file/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT.pom
00:41:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.file/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT.jar
00:41:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.file/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT-sources.jar
00:41:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.file/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT-p2metadata.xml
00:41:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.file/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT-p2artifacts.xml
00:41:03 [INFO] 
00:41:03 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.transport.file ---
00:41:03 [INFO] 
00:41:03 [INFO] --< org.eclipse.orbit.bundles:org.apache.maven.resolver.transport.http >--
00:41:03 [INFO] Building Maven Artifact Resolver Transport HTTP 1.0.3-SNAPSHOT [121/379]
00:41:03 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:41:03 [INFO] 
00:41:03 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.transport.http ---
00:41:03 [INFO] 
00:41:03 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.transport.http ---
00:41:03 [INFO] The project's OSGi version is 1.0.3.v20170405-0725
00:41:03 [INFO] 
00:41:03 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.maven.resolver.transport.http ---
00:41:03 [INFO] 
00:41:03 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.maven.resolver.transport.http ---
00:41:03 [INFO] Copying 3 resources
00:41:03 [INFO] 
00:41:03 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.maven.resolver.transport.http ---
00:41:03 [INFO] No sources to compile
00:41:03 [INFO] 
00:41:03 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.transport.http ---
00:41:03 [INFO] Gathering dependencies
00:41:03 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-http:1.0.3:jar
00:41:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-transport-http/1.0.3/maven-resolver-transport-http-1.0.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:03 [INFO] Merging collected dependencies
00:41:03 [INFO] Copying 25 resources
00:41:03 [INFO] Generating OSGi MANIFEST.MF
00:41:03 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT.jar
00:41:04 [INFO] Gathering sources
00:41:04 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-http:sources:1.0.3:jar
00:41:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-transport-http/1.0.3/maven-resolver-transport-http-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:04 [INFO] Copying 3 resources
00:41:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT-sources.jar
00:41:04 [INFO] Assembling p2 repository
00:41:04 [INFO] 
00:41:04 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.transport.http ---
00:41:04 [INFO] 
00:41:04 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.transport.http ---
00:41:04 [INFO] Gathering sources archives
00:41:04 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-http:sources:1.0.3:jar
00:41:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-transport-http/1.0.3/maven-resolver-transport-http-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-transport-http-1.0.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:04 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-http:sources:1.0.3:jar
00:41:04 [INFO] Copying maven-resolver-transport-http-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-transport-http-1.0.3-sources.jar
00:41:04 [INFO] Refreshing about files and about.html
00:41:04 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:41:04 [INFO] 
00:41:04 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.transport.http ---
00:41:04 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.maven.resolver.transport.http:xml:p2metadata:1.0.3-SNAPSHOT already attached, replace previous instance
00:41:04 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.maven.resolver.transport.http:xml:p2artifacts:1.0.3-SNAPSHOT already attached, replace previous instance
00:41:04 [INFO] 
00:41:04 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.maven.resolver.transport.http ---
00:41:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.http/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT.pom
00:41:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.http/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT.jar
00:41:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.http/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT-sources.jar
00:41:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.http/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT-p2metadata.xml
00:41:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.http/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT-p2artifacts.xml
00:41:04 [INFO] 
00:41:04 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.transport.http ---
00:41:04 [INFO] 
00:41:04 [INFO] ------< org.eclipse.orbit.bundles:org.apache.maven.resolver.util >------
00:41:04 [INFO] Building Maven Artifact Resolver Utilities 1.0.3-SNAPSHOT      [122/379]
00:41:04 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:41:04 [INFO] 
00:41:04 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.util ---
00:41:04 [INFO] 
00:41:04 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.util ---
00:41:04 [INFO] The project's OSGi version is 1.0.3.v20170405-0725
00:41:04 [INFO] 
00:41:04 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.maven.resolver.util ---
00:41:04 [INFO] 
00:41:04 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.maven.resolver.util ---
00:41:04 [INFO] Copying 3 resources
00:41:04 [INFO] 
00:41:04 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.maven.resolver.util ---
00:41:04 [INFO] No sources to compile
00:41:04 [INFO] 
00:41:04 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.util ---
00:41:04 [INFO] Gathering dependencies
00:41:04 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-util:1.0.3:jar
00:41:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:04 [INFO] Merging collected dependencies
00:41:05 [INFO] Copying 105 resources
00:41:05 [INFO] Generating OSGi MANIFEST.MF
00:41:05 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.maven.resolver.util:eclipse-bundle-recipe:1.0.3-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:41:05 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/org.apache.maven.resolver.util-1.0.3-SNAPSHOT.jar
00:41:05 [INFO] Gathering sources
00:41:05 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-util:sources:1.0.3:jar
00:41:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:05 [INFO] Copying 3 resources
00:41:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/org.apache.maven.resolver.util-1.0.3-SNAPSHOT-sources.jar
00:41:05 [INFO] Assembling p2 repository
00:41:06 [INFO] 
00:41:06 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.util ---
00:41:06 [INFO] 
00:41:06 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.util ---
00:41:06 [INFO] Gathering sources archives
00:41:06 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-util:sources:1.0.3:jar
00:41:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-util-1.0.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:06 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-util:sources:1.0.3:jar
00:41:06 [INFO] Copying maven-resolver-util-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-util-1.0.3-sources.jar
00:41:06 [INFO] Refreshing about files and about.html
00:41:06 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:41:06 [INFO] 
00:41:06 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.util ---
00:41:06 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.maven.resolver.util:xml:p2metadata:1.0.3-SNAPSHOT already attached, replace previous instance
00:41:06 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.maven.resolver.util:xml:p2artifacts:1.0.3-SNAPSHOT already attached, replace previous instance
00:41:06 [INFO] 
00:41:06 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.maven.resolver.util ---
00:41:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.util/1.0.3-SNAPSHOT/org.apache.maven.resolver.util-1.0.3-SNAPSHOT.pom
00:41:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/org.apache.maven.resolver.util-1.0.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.util/1.0.3-SNAPSHOT/org.apache.maven.resolver.util-1.0.3-SNAPSHOT.jar
00:41:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/org.apache.maven.resolver.util-1.0.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.util/1.0.3-SNAPSHOT/org.apache.maven.resolver.util-1.0.3-SNAPSHOT-sources.jar
00:41:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.util/1.0.3-SNAPSHOT/org.apache.maven.resolver.util-1.0.3-SNAPSHOT-p2metadata.xml
00:41:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.util/1.0.3-SNAPSHOT/org.apache.maven.resolver.util-1.0.3-SNAPSHOT-p2artifacts.xml
00:41:06 [INFO] 
00:41:06 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.util ---
00:41:06 [INFO] 
00:41:06 [INFO] -------------------< org.eclipse.orbit.bundles:tika >-------------------
00:41:06 [INFO] Building Eclipse Orbit :: Apache Tika Recipes 1.24.1-SNAPSHOT  [123/379]
00:41:06 [INFO] --------------------------------[ pom ]---------------------------------
00:41:06 [INFO] 
00:41:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tika ---
00:41:06 [INFO] 
00:41:06 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ tika ---
00:41:06 [INFO] 
00:41:06 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ tika ---
00:41:06 [INFO] 
00:41:06 [INFO] --- maven-install-plugin:2.4:install (default-install) @ tika ---
00:41:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/tika/1.24.1-SNAPSHOT/tika-1.24.1-SNAPSHOT.pom
00:41:06 [INFO] 
00:41:06 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.tika.core >-----------
00:41:06 [INFO] Building Apache Tika Core 1.24.1-SNAPSHOT                      [124/379]
00:41:06 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:41:06 [INFO] 
00:41:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.tika.core ---
00:41:06 [INFO] 
00:41:06 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.tika.core ---
00:41:06 [INFO] The project's OSGi version is 1.24.1.v20211101-1915
00:41:06 [INFO] 
00:41:06 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.tika.core ---
00:41:06 [INFO] 
00:41:06 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.tika.core ---
00:41:06 [INFO] Copying 3 resources
00:41:06 [INFO] 
00:41:06 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.tika.core ---
00:41:06 [INFO] No sources to compile
00:41:06 [INFO] 
00:41:06 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.tika.core ---
00:41:06 [INFO] Gathering dependencies
00:41:06 [INFO] Configured Artifact: org.apache.tika:tika-core:1.24.1:jar
00:41:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/tika/tika-core/1.24.1/tika-core-1.24.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:06 [INFO] Merging collected dependencies
00:41:06 [INFO] Copying 378 resources
00:41:06 [INFO] Generating OSGi MANIFEST.MF
00:41:06 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.tika.core:eclipse-bundle-recipe:1.24.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:41:06 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/org.apache.tika.core-1.24.1-SNAPSHOT.jar
00:41:06 [INFO] Gathering sources
00:41:06 [INFO] Configured Artifact: org.apache.tika:tika-core:sources:1.24.1:jar
00:41:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/tika/tika-core/1.24.1/tika-core-1.24.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:07 [INFO] Copying 3 resources
00:41:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/org.apache.tika.core-1.24.1-SNAPSHOT-sources.jar
00:41:07 [INFO] Assembling p2 repository
00:41:07 [INFO] 
00:41:07 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.tika.core ---
00:41:07 [INFO] 
00:41:07 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.tika.core ---
00:41:07 [INFO] Gathering sources archives
00:41:07 [INFO] Configured Artifact: org.apache.tika:tika-core:sources:1.24.1:jar
00:41:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/tika/tika-core/1.24.1/tika-core-1.24.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/sources-for-eclipse-ipzilla/tika-core-1.24.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:07 [INFO] Configured Artifact: org.apache.tika:tika-core:sources:1.24.1:jar
00:41:07 [INFO] Copying tika-core-1.24.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/sources-for-eclipse-ipzilla/tika-core-1.24.1-sources.jar
00:41:07 [INFO] Refreshing about files and about.html
00:41:07 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:41:07 [INFO] 
00:41:07 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.tika.core ---
00:41:07 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.tika.core:xml:p2metadata:1.24.1-SNAPSHOT already attached, replace previous instance
00:41:07 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.tika.core:xml:p2artifacts:1.24.1-SNAPSHOT already attached, replace previous instance
00:41:07 [INFO] 
00:41:07 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.tika.core ---
00:41:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.tika.core/1.24.1-SNAPSHOT/org.apache.tika.core-1.24.1-SNAPSHOT.pom
00:41:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/org.apache.tika.core-1.24.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.tika.core/1.24.1-SNAPSHOT/org.apache.tika.core-1.24.1-SNAPSHOT.jar
00:41:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/org.apache.tika.core-1.24.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.tika.core/1.24.1-SNAPSHOT/org.apache.tika.core-1.24.1-SNAPSHOT-sources.jar
00:41:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.tika.core/1.24.1-SNAPSHOT/org.apache.tika.core-1.24.1-SNAPSHOT-p2metadata.xml
00:41:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.tika.core/1.24.1-SNAPSHOT/org.apache.tika.core-1.24.1-SNAPSHOT-p2artifacts.xml
00:41:07 [INFO] 
00:41:07 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.tika.core ---
00:41:07 [INFO] 
00:41:07 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.tika.parsers >----------
00:41:07 [INFO] Building Apache Tika Parsers 1.24.1-SNAPSHOT                   [125/379]
00:41:07 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:41:21 [INFO] 
00:41:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.tika.parsers ---
00:41:21 [INFO] 
00:41:21 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.tika.parsers ---
00:41:21 [INFO] The project's OSGi version is 1.24.1.v20211101-1915
00:41:21 [INFO] 
00:41:21 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.tika.parsers ---
00:41:21 [INFO] 
00:41:21 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.tika.parsers ---
00:41:21 [INFO] Copying 3 resources
00:41:21 [INFO] 
00:41:21 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.tika.parsers ---
00:41:21 [INFO] No sources to compile
00:41:21 [INFO] 
00:41:21 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.tika.parsers ---
00:41:21 [INFO] Gathering dependencies
00:41:21 [INFO] Configured Artifact: org.apache.tika:tika-parsers:1.24.1:jar
00:41:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/tika/tika-parsers/1.24.1/tika-parsers-1.24.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:21 [INFO] Merging collected dependencies
00:41:21 [INFO] Copying 632 resources
00:41:22 [INFO] Generating OSGi MANIFEST.MF
00:41:23 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.tika.parsers:eclipse-bundle-recipe:1.24.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:41:23 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/org.apache.tika.parsers-1.24.1-SNAPSHOT.jar
00:41:23 [INFO] Gathering sources
00:41:23 [INFO] Configured Artifact: org.apache.tika:tika-parsers:sources:1.24.1:jar
00:41:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/tika/tika-parsers/1.24.1/tika-parsers-1.24.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:23 [INFO] Copying 3 resources
00:41:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/org.apache.tika.parsers-1.24.1-SNAPSHOT-sources.jar
00:41:23 [INFO] Assembling p2 repository
00:41:24 [INFO] 
00:41:24 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.tika.parsers ---
00:41:24 [INFO] 
00:41:24 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.tika.parsers ---
00:41:24 [INFO] Gathering sources archives
00:41:24 [INFO] Configured Artifact: org.apache.tika:tika-parsers:sources:1.24.1:jar
00:41:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/tika/tika-parsers/1.24.1/tika-parsers-1.24.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/sources-for-eclipse-ipzilla/tika-parsers-1.24.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:24 [INFO] Configured Artifact: org.apache.tika:tika-parsers:sources:1.24.1:jar
00:41:24 [INFO] Copying tika-parsers-1.24.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/sources-for-eclipse-ipzilla/tika-parsers-1.24.1-sources.jar
00:41:24 [INFO] Refreshing about files and about.html
00:41:24 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:41:24 [INFO] 
00:41:24 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.tika.parsers ---
00:41:24 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.tika.parsers:xml:p2metadata:1.24.1-SNAPSHOT already attached, replace previous instance
00:41:24 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.tika.parsers:xml:p2artifacts:1.24.1-SNAPSHOT already attached, replace previous instance
00:41:24 [INFO] 
00:41:24 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.tika.parsers ---
00:41:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.tika.parsers/1.24.1-SNAPSHOT/org.apache.tika.parsers-1.24.1-SNAPSHOT.pom
00:41:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/org.apache.tika.parsers-1.24.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.tika.parsers/1.24.1-SNAPSHOT/org.apache.tika.parsers-1.24.1-SNAPSHOT.jar
00:41:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/org.apache.tika.parsers-1.24.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.tika.parsers/1.24.1-SNAPSHOT/org.apache.tika.parsers-1.24.1-SNAPSHOT-sources.jar
00:41:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.tika.parsers/1.24.1-SNAPSHOT/org.apache.tika.parsers-1.24.1-SNAPSHOT-p2metadata.xml
00:41:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.tika.parsers/1.24.1-SNAPSHOT/org.apache.tika.parsers-1.24.1-SNAPSHOT-p2artifacts.xml
00:41:24 [INFO] 
00:41:24 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.tika.parsers ---
00:41:24 [INFO] 
00:41:24 [INFO] ------------------< org.eclipse.orbit.bundles:xmlrpc >------------------
00:41:24 [INFO] Building Eclipse Orbit :: XML-RPC Recipes 3.1.3-SNAPSHOT       [126/379]
00:41:24 [INFO] --------------------------------[ pom ]---------------------------------
00:41:24 [INFO] 
00:41:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xmlrpc ---
00:41:24 [INFO] 
00:41:24 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ xmlrpc ---
00:41:24 [INFO] 
00:41:24 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ xmlrpc ---
00:41:24 [INFO] 
00:41:24 [INFO] --- maven-install-plugin:2.4:install (default-install) @ xmlrpc ---
00:41:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/xmlrpc/3.1.3-SNAPSHOT/xmlrpc-3.1.3-SNAPSHOT.pom
00:41:24 [INFO] 
00:41:24 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.xmlrpc.client >---------
00:41:24 [INFO] Building Apache XML-RPC Client Library 3.1.3-SNAPSHOT          [127/379]
00:41:24 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:41:24 [INFO] 
00:41:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xmlrpc.client ---
00:41:24 [INFO] 
00:41:24 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.xmlrpc.client ---
00:41:24 [INFO] The project's OSGi version is 3.1.3.v20160817-1930
00:41:24 [INFO] 
00:41:24 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.xmlrpc.client ---
00:41:24 [INFO] 
00:41:24 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.xmlrpc.client ---
00:41:24 [INFO] Copying 3 resources
00:41:24 [INFO] 
00:41:24 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.xmlrpc.client ---
00:41:24 [INFO] No sources to compile
00:41:24 [INFO] 
00:41:24 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xmlrpc.client ---
00:41:24 [INFO] Gathering dependencies
00:41:24 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-client:3.1.3:jar
00:41:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:24 [INFO] Merging collected dependencies
00:41:24 [INFO] Copying 53 resources
00:41:24 [INFO] Generating OSGi MANIFEST.MF
00:41:24 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xmlrpc.client:eclipse-bundle-recipe:3.1.3-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:41:24 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/org.apache.xmlrpc.client-3.1.3-SNAPSHOT.jar
00:41:25 [INFO] Gathering sources
00:41:25 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-client:sources:3.1.3:jar
00:41:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:25 [INFO] Copying 3 resources
00:41:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-sources.jar
00:41:25 [INFO] Assembling p2 repository
00:41:26 [INFO] 
00:41:26 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xmlrpc.client ---
00:41:26 [INFO] 
00:41:26 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xmlrpc.client ---
00:41:26 [INFO] Gathering sources archives
00:41:26 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-client:sources:3.1.3:jar
00:41:26 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/sources-for-eclipse-ipzilla/xmlrpc-client-3.1.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:26 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-client:sources:3.1.3:jar
00:41:26 [INFO] Copying xmlrpc-client-3.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/sources-for-eclipse-ipzilla/xmlrpc-client-3.1.3-sources.jar
00:41:26 [INFO] Refreshing about files and about.html
00:41:26 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:41:26 [INFO] 
00:41:26 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.xmlrpc.client ---
00:41:26 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.xmlrpc.client:xml:p2metadata:3.1.3-SNAPSHOT already attached, replace previous instance
00:41:26 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.xmlrpc.client:xml:p2artifacts:3.1.3-SNAPSHOT already attached, replace previous instance
00:41:26 [INFO] 
00:41:26 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.xmlrpc.client ---
00:41:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT.pom
00:41:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/org.apache.xmlrpc.client-3.1.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT.jar
00:41:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-sources.jar
00:41:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-p2metadata.xml
00:41:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-p2artifacts.xml
00:41:26 [INFO] 
00:41:26 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.xmlrpc.client ---
00:41:26 [INFO] 
00:41:26 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.xmlrpc.common >---------
00:41:26 [INFO] Building Apache XML-RPC Common Library 3.1.3-SNAPSHOT          [128/379]
00:41:26 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:41:26 [INFO] 
00:41:26 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xmlrpc.common ---
00:41:26 [INFO] 
00:41:26 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.xmlrpc.common ---
00:41:26 [INFO] The project's OSGi version is 3.1.3.v20181004-1955
00:41:26 [INFO] 
00:41:26 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.xmlrpc.common ---
00:41:26 [INFO] 
00:41:26 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.xmlrpc.common ---
00:41:26 [INFO] Copying 3 resources
00:41:26 [INFO] 
00:41:26 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.xmlrpc.common ---
00:41:26 [INFO] No sources to compile
00:41:26 [INFO] 
00:41:26 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xmlrpc.common ---
00:41:26 [INFO] Gathering dependencies
00:41:26 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-common:3.1.3:jar
00:41:26 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:26 [INFO] Merging collected dependencies
00:41:26 [INFO] Copying 114 resources
00:41:26 [INFO] Generating OSGi MANIFEST.MF
00:41:26 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xmlrpc.common:eclipse-bundle-recipe:3.1.3-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:41:26 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/org.apache.xmlrpc.common-3.1.3-SNAPSHOT.jar
00:41:26 [INFO] Gathering sources
00:41:26 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-common:sources:3.1.3:jar
00:41:26 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:26 [INFO] Copying 3 resources
00:41:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-sources.jar
00:41:26 [INFO] Assembling p2 repository
00:41:27 [INFO] 
00:41:27 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xmlrpc.common ---
00:41:27 [INFO] 
00:41:27 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xmlrpc.common ---
00:41:27 [INFO] Gathering sources archives
00:41:27 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-common:sources:3.1.3:jar
00:41:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/sources-for-eclipse-ipzilla/xmlrpc-common-3.1.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:27 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-common:sources:3.1.3:jar
00:41:27 [INFO] Copying xmlrpc-common-3.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/sources-for-eclipse-ipzilla/xmlrpc-common-3.1.3-sources.jar
00:41:27 [INFO] Refreshing about files and about.html
00:41:27 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:41:27 [INFO] 
00:41:27 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.xmlrpc.common ---
00:41:27 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.xmlrpc.common:xml:p2metadata:3.1.3-SNAPSHOT already attached, replace previous instance
00:41:27 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.xmlrpc.common:xml:p2artifacts:3.1.3-SNAPSHOT already attached, replace previous instance
00:41:27 [INFO] 
00:41:27 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.xmlrpc.common ---
00:41:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT.pom
00:41:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/org.apache.xmlrpc.common-3.1.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT.jar
00:41:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-sources.jar
00:41:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-p2metadata.xml
00:41:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-p2artifacts.xml
00:41:27 [INFO] 
00:41:27 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.xmlrpc.common ---
00:41:27 [INFO] 
00:41:27 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.xmlrpc.server >---------
00:41:27 [INFO] Building Apache XML-RPC Server Library 3.1.3-SNAPSHOT          [129/379]
00:41:27 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:41:27 [INFO] 
00:41:27 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xmlrpc.server ---
00:41:27 [INFO] 
00:41:27 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.xmlrpc.server ---
00:41:27 [INFO] The project's OSGi version is 3.1.3.v20181004-1955
00:41:27 [INFO] 
00:41:27 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.xmlrpc.server ---
00:41:27 [INFO] 
00:41:27 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.xmlrpc.server ---
00:41:27 [INFO] Copying 3 resources
00:41:27 [INFO] 
00:41:27 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.xmlrpc.server ---
00:41:27 [INFO] No sources to compile
00:41:27 [INFO] 
00:41:27 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xmlrpc.server ---
00:41:27 [INFO] Gathering dependencies
00:41:27 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-server:3.1.3:jar
00:41:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlrpc/xmlrpc-server/3.1.3/xmlrpc-server-3.1.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:27 [INFO] Merging collected dependencies
00:41:27 [INFO] Copying 58 resources
00:41:27 [INFO] Generating OSGi MANIFEST.MF
00:41:27 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xmlrpc.server:eclipse-bundle-recipe:3.1.3-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:41:27 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/org.apache.xmlrpc.server-3.1.3-SNAPSHOT.jar
00:41:27 [INFO] Gathering sources
00:41:27 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-server:sources:3.1.3:jar
00:41:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlrpc/xmlrpc-server/3.1.3/xmlrpc-server-3.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:27 [INFO] Copying 3 resources
00:41:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-sources.jar
00:41:27 [INFO] Assembling p2 repository
00:41:28 [INFO] 
00:41:28 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xmlrpc.server ---
00:41:28 [INFO] 
00:41:28 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xmlrpc.server ---
00:41:28 [INFO] Gathering sources archives
00:41:28 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-server:sources:3.1.3:jar
00:41:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/xmlrpc/xmlrpc-server/3.1.3/xmlrpc-server-3.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/sources-for-eclipse-ipzilla/xmlrpc-server-3.1.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:28 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-server:sources:3.1.3:jar
00:41:28 [INFO] Copying xmlrpc-server-3.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/sources-for-eclipse-ipzilla/xmlrpc-server-3.1.3-sources.jar
00:41:28 [INFO] Refreshing about files and about.html
00:41:28 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:41:28 [INFO] 
00:41:28 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.xmlrpc.server ---
00:41:28 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.xmlrpc.server:xml:p2metadata:3.1.3-SNAPSHOT already attached, replace previous instance
00:41:28 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.xmlrpc.server:xml:p2artifacts:3.1.3-SNAPSHOT already attached, replace previous instance
00:41:28 [INFO] 
00:41:28 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.xmlrpc.server ---
00:41:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT.pom
00:41:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/org.apache.xmlrpc.server-3.1.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT.jar
00:41:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-sources.jar
00:41:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-p2metadata.xml
00:41:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-p2artifacts.xml
00:41:28 [INFO] 
00:41:28 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.xmlrpc.server ---
00:41:28 [INFO] 
00:41:28 [INFO] ---------------< org.eclipse.orbit.bundles:bouncycastle >---------------
00:41:28 [INFO] Building Eclipse Orbit :: Bouncycastle Recipes 1.0.0-SNAPSHOT  [130/379]
00:41:28 [INFO] --------------------------------[ pom ]---------------------------------
00:41:28 [INFO] 
00:41:28 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bouncycastle ---
00:41:28 [INFO] 
00:41:28 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ bouncycastle ---
00:41:28 [INFO] 
00:41:28 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ bouncycastle ---
00:41:28 [INFO] 
00:41:28 [INFO] --- maven-install-plugin:2.4:install (default-install) @ bouncycastle ---
00:41:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/bouncycastle/1.0.0-SNAPSHOT/bouncycastle-1.0.0-SNAPSHOT.pom
00:41:28 [INFO] 
00:41:28 [INFO] ----------< org.eclipse.orbit.bundles:org.bouncycastle.bcpg >-----------
00:41:28 [INFO] Building Bouncy Castle OpenPGP API 1.72.0-SNAPSHOT             [131/379]
00:41:28 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:41:28 [INFO] 
00:41:28 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.bouncycastle.bcpg ---
00:41:28 [INFO] 
00:41:28 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.bouncycastle.bcpg ---
00:41:28 [INFO] The project's OSGi version is 1.72.0.v20221013-1810
00:41:28 [INFO] 
00:41:28 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.bouncycastle.bcpg ---
00:41:28 [INFO] 
00:41:28 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.bouncycastle.bcpg ---
00:41:28 [INFO] Copying 4 resources
00:41:28 [INFO] 
00:41:28 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.bouncycastle.bcpg ---
00:41:28 [INFO] No sources to compile
00:41:28 [INFO] 
00:41:28 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.bouncycastle.bcpg ---
00:41:28 [INFO] Gathering dependencies
00:41:28 [INFO] Configured Artifact: org.bouncycastle:bcpg-jdk18on:1.72:jar
00:41:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA"
00:41:28 [INFO] Merging collected dependencies
00:41:28 [INFO] Copying 312 resources
00:41:28 [INFO] Generating OSGi MANIFEST.MF
00:41:29 [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcpg:eclipse-bundle-recipe:1.72.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:41:29 [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcpg:eclipse-bundle-recipe:1.72.0-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info}
00:41:29 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/org.bouncycastle.bcpg-1.72.0-SNAPSHOT.jar
00:41:29 [INFO] Gathering sources
00:41:29 [INFO] Configured Artifact: org.bouncycastle:bcpg-jdk18on:sources:1.72:jar
00:41:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA"
00:41:29 [INFO] Copying 4 resources
00:41:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/org.bouncycastle.bcpg-1.72.0-SNAPSHOT-sources.jar
00:41:29 [INFO] Assembling p2 repository
00:41:30 [INFO] 
00:41:30 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.bouncycastle.bcpg ---
00:41:30 [INFO] 
00:41:30 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.bouncycastle.bcpg ---
00:41:30 [INFO] Gathering sources archives
00:41:30 [INFO] Configured Artifact: org.bouncycastle:bcpg-jdk18on:sources:1.72:jar
00:41:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/sources-for-eclipse-ipzilla/bcpg-jdk18on-1.72-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA"
00:41:30 [INFO] Configured Artifact: org.bouncycastle:bcpg-jdk18on:sources:1.72:jar
00:41:30 [INFO] Copying bcpg-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/sources-for-eclipse-ipzilla/bcpg-jdk18on-1.72-sources.jar
00:41:30 [INFO] Refreshing about files and about.html
00:41:30 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:41:30 [INFO] 
00:41:30 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.bouncycastle.bcpg ---
00:41:30 [WARNING] artifact org.eclipse.orbit.bundles:org.bouncycastle.bcpg:xml:p2metadata:1.72.0-SNAPSHOT already attached, replace previous instance
00:41:30 [WARNING] artifact org.eclipse.orbit.bundles:org.bouncycastle.bcpg:xml:p2artifacts:1.72.0-SNAPSHOT already attached, replace previous instance
00:41:30 [INFO] 
00:41:30 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.bouncycastle.bcpg ---
00:41:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.72.0-SNAPSHOT/org.bouncycastle.bcpg-1.72.0-SNAPSHOT.pom
00:41:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/org.bouncycastle.bcpg-1.72.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.72.0-SNAPSHOT/org.bouncycastle.bcpg-1.72.0-SNAPSHOT.jar
00:41:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/org.bouncycastle.bcpg-1.72.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.72.0-SNAPSHOT/org.bouncycastle.bcpg-1.72.0-SNAPSHOT-sources.jar
00:41:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.72.0-SNAPSHOT/org.bouncycastle.bcpg-1.72.0-SNAPSHOT-p2metadata.xml
00:41:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.72.0-SNAPSHOT/org.bouncycastle.bcpg-1.72.0-SNAPSHOT-p2artifacts.xml
00:41:30 [INFO] 
00:41:30 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.bouncycastle.bcpg ---
00:41:30 [INFO] 
00:41:30 [INFO] ---------< org.eclipse.orbit.bundles:org.bouncycastle.bcpkix >----------
00:41:30 [INFO] Building Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs 1.72.0-SNAPSHOT [132/379]
00:41:30 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:41:30 [INFO] 
00:41:30 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.bouncycastle.bcpkix ---
00:41:30 [INFO] 
00:41:30 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.bouncycastle.bcpkix ---
00:41:30 [INFO] The project's OSGi version is 1.72.0.v20221013-1810
00:41:30 [INFO] 
00:41:30 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.bouncycastle.bcpkix ---
00:41:30 [INFO] 
00:41:30 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.bouncycastle.bcpkix ---
00:41:30 [INFO] Copying 3 resources
00:41:30 [INFO] 
00:41:30 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.bouncycastle.bcpkix ---
00:41:30 [INFO] No sources to compile
00:41:30 [INFO] 
00:41:30 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.bouncycastle.bcpkix ---
00:41:30 [INFO] Gathering dependencies
00:41:30 [INFO] Configured Artifact: org.bouncycastle:bcpkix-jdk18on:1.72:jar
00:41:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/bouncycastle/bcpkix-jdk18on/1.72/bcpkix-jdk18on-1.72.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA"
00:41:30 [INFO] Merging collected dependencies
00:41:30 [INFO] Copying 854 resources
00:41:31 [INFO] Generating OSGi MANIFEST.MF
00:41:31 [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcpkix:eclipse-bundle-recipe:1.72.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:41:31 [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcpkix:eclipse-bundle-recipe:1.72.0-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info}
00:41:31 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT.jar
00:41:31 [INFO] Gathering sources
00:41:31 [INFO] Configured Artifact: org.bouncycastle:bcpkix-jdk18on:sources:1.72:jar
00:41:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/bouncycastle/bcpkix-jdk18on/1.72/bcpkix-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA"
00:41:32 [INFO] Copying 3 resources
00:41:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT-sources.jar
00:41:32 [INFO] Assembling p2 repository
00:41:32 [INFO] 
00:41:32 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.bouncycastle.bcpkix ---
00:41:32 [INFO] 
00:41:32 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.bouncycastle.bcpkix ---
00:41:32 [INFO] Gathering sources archives
00:41:32 [INFO] Configured Artifact: org.bouncycastle:bcpkix-jdk18on:sources:1.72:jar
00:41:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/bouncycastle/bcpkix-jdk18on/1.72/bcpkix-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/sources-for-eclipse-ipzilla/bcpkix-jdk18on-1.72-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA"
00:41:33 [INFO] Configured Artifact: org.bouncycastle:bcpkix-jdk18on:sources:1.72:jar
00:41:33 [INFO] Copying bcpkix-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/sources-for-eclipse-ipzilla/bcpkix-jdk18on-1.72-sources.jar
00:41:33 [INFO] Refreshing about files and about.html
00:41:33 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:41:33 [INFO] 
00:41:33 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.bouncycastle.bcpkix ---
00:41:33 [WARNING] artifact org.eclipse.orbit.bundles:org.bouncycastle.bcpkix:xml:p2metadata:1.72.0-SNAPSHOT already attached, replace previous instance
00:41:33 [WARNING] artifact org.eclipse.orbit.bundles:org.bouncycastle.bcpkix:xml:p2artifacts:1.72.0-SNAPSHOT already attached, replace previous instance
00:41:33 [INFO] 
00:41:33 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.bouncycastle.bcpkix ---
00:41:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.72.0-SNAPSHOT/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT.pom
00:41:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.72.0-SNAPSHOT/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT.jar
00:41:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.72.0-SNAPSHOT/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT-sources.jar
00:41:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.72.0-SNAPSHOT/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT-p2metadata.xml
00:41:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.72.0-SNAPSHOT/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT-p2artifacts.xml
00:41:33 [INFO] 
00:41:33 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.bouncycastle.bcpkix ---
00:41:33 [INFO] 
00:41:33 [INFO] ---------< org.eclipse.orbit.bundles:org.bouncycastle.bcprov >----------
00:41:33 [INFO] Building Bouncy Castle Provider 1.72.0-SNAPSHOT                [133/379]
00:41:33 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:41:33 [INFO] 
00:41:33 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.bouncycastle.bcprov ---
00:41:33 [INFO] 
00:41:33 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.bouncycastle.bcprov ---
00:41:33 [INFO] The project's OSGi version is 1.72.0.v20221013-1810
00:41:33 [INFO] 
00:41:33 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.bouncycastle.bcprov ---
00:41:33 [INFO] 
00:41:33 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.bouncycastle.bcprov ---
00:41:33 [INFO] Copying 3 resources
00:41:33 [INFO] 
00:41:33 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.bouncycastle.bcprov ---
00:41:33 [INFO] No sources to compile
00:41:33 [INFO] 
00:41:33 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.bouncycastle.bcprov ---
00:41:33 [INFO] Gathering dependencies
00:41:33 [INFO] Configured Artifact: org.bouncycastle:bcprov-jdk18on:1.72:jar
00:41:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA,**/test/**/*.*"
00:41:34 [INFO] Merging collected dependencies
00:41:35 [INFO] Copying 5105 resources
00:41:36 [INFO] Generating OSGi MANIFEST.MF
00:41:38 [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcprov:eclipse-bundle-recipe:1.72.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:41:38 [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcprov:eclipse-bundle-recipe:1.72.0-SNAPSHOT : Unused Import-Package instructions: [org.bouncycastle.*] 
00:41:38 [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcprov:eclipse-bundle-recipe:1.72.0-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/org/bouncycastle/jcajce/util/MessageDigestUtils.class=org.bouncycastle.jcajce.util.MessageDigestUtils, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R1Point.class=org.bouncycastle.math.ec.custom.sec.SecT193R1Point, META-INF/versions/9/org/bouncycastle/asn1/iso/ISOIECObjectIdentifiers.class=org.bouncycastle.asn1.iso.ISOIECObjectIdentifiers, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$32.class=org.bouncycastle.crypto.ec.CustomNamedCurves$32, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$Ed25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.SignatureSpi$Ed25519, META-INF/versions/9/org/bouncycastle/asn1/DERFactory.class=org.bouncycastle.asn1.DERFactory, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Field.class=org.bouncycastle.math.ec.custom.sec.SecP160R1Field, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP192R1Curve$1, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$Ed448, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$14.class=org.bouncycastle.asn1.x9.X962NamedCurves$14, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$5.class=org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves$5, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$7.class=org.bouncycastle.crypto.ec.CustomNamedCurves$7, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.cmce.CMCEPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/math/linearalgebra/IntUtils.class=org.bouncycastle.pqc.math.linearalgebra.IntUtils, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SubjectPublicKeyInfoConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$SubjectPublicKeyInfoConverter, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyParameters.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceCCA2KeyParameters, META-INF/versions/9/org/bouncycastle/asn1/ASN1Set$1.class=org.bouncycastle.asn1.ASN1Set$1, META-INF/versions/9/org/bouncycastle/math/raw/Nat448.class=org.bouncycastle.math.raw.Nat448, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincs/BCSphincs256PrivateKey.class=org.bouncycastle.pqc.jcajce.provider.sphincs.BCSphincs256PrivateKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.xmss.XMSSPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/crypto/DerivationParameters.class=org.bouncycastle.crypto.DerivationParameters, META-INF/versions/9/org/bouncycastle/asn1/DERUTF8String.class=org.bouncycastle.asn1.DERUTF8String, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$5.class=org.bouncycastle.asn1.x9.X962NamedCurves$5, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$22.class=org.bouncycastle.asn1.x9.X962NamedCurves$22, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448UwithSHA512CKDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X448UwithSHA512CKDF, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/BENES.class=org.bouncycastle.pqc.crypto.cmce.BENES, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaSBase.class=org.bouncycastle.pqc.crypto.sphincsplus.HarakaSBase, META-INF/versions/9/org/bouncycastle/crypto/digests/MD5Digest.class=org.bouncycastle.crypto.digests.MD5Digest, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric$AesSymmetric.class=org.bouncycastle.pqc.crypto.crystals.dilithium.Symmetric$AesSymmetric, META-INF/versions/9/org/bouncycastle/asn1/nist/NISTNamedCurves.class=org.bouncycastle.asn1.nist.NISTNamedCurves, META-INF/versions/9/org/bouncycastle/asn1/misc/MiscObjectIdentifiers.class=org.bouncycastle.asn1.misc.MiscObjectIdentifiers, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$4.class=org.bouncycastle.crypto.util.DigestFactory$4, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/PK.class=org.bouncycastle.pqc.crypto.sphincsplus.PK, META-INF/versions/9/org/bouncycastle/asn1/ASN1OctetString.class=org.bouncycastle.asn1.ASN1OctetString, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSS.class=org.bouncycastle.pqc.crypto.lms.HSS, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/SeedDerive.class=org.bouncycastle.pqc.crypto.lms.SeedDerive, META-INF/versions/9/org/bouncycastle/asn1/DERVisibleString.class=org.bouncycastle.asn1.DERVisibleString, META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.falcon.FalconPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters$1.class=org.bouncycastle.pqc.crypto.xmss.XMSSMTPublicKeyParameters$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric$ShakeSymmetric.class=org.bouncycastle.pqc.crypto.crystals.kyber.Symmetric$ShakeSymmetric, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.lms.HSSPrivateKeyParameters, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi, META-INF/versions/9/org/bouncycastle/asn1/DERExternal.class=org.bouncycastle.asn1.DERExternal, META-INF/versions/9/org/bouncycastle/math/field/Polynomial.class=org.bouncycastle.math.field.Polynomial, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters.class=org.bouncycastle.pqc.crypto.xmss.XMSSPublicKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$33.class=org.bouncycastle.asn1.sec.SECNamedCurves$33, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$2.class=org.bouncycastle.crypto.ec.CustomNamedCurves$2, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R2Curve.class=org.bouncycastle.math.ec.custom.sec.SecT193R2Curve, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409R1Point.class=org.bouncycastle.math.ec.custom.sec.SecT409R1Point, META-INF/versions/9/org/bouncycastle/asn1/ASN1GraphicString$1.class=org.bouncycastle.asn1.ASN1GraphicString$1, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$20.class=org.bouncycastle.asn1.sec.SECNamedCurves$20, META-INF/versions/9/org/bouncycastle/asn1/x9/X9FieldElement.class=org.bouncycastle.asn1.x9.X9FieldElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSUtil.class=org.bouncycastle.pqc.crypto.xmss.XMSSUtil, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider.class=org.bouncycastle.pqc.jcajce.provider.BouncyCastlePQCProvider, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPSParameterSet.class=org.bouncycastle.pqc.math.ntru.parameters.NTRUHPSParameterSet, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$5.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$5, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p.class=org.bouncycastle.pqc.legacy.crypto.qtesla.QTesla3p, META-INF/versions/9/org/bouncycastle/asn1/ASN1BMPString.class=org.bouncycastle.asn1.ASN1BMPString, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSException.class=org.bouncycastle.pqc.crypto.lms.LMSException, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256CKDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519withSHA256CKDF, META-INF/versions/9/org/bouncycastle/asn1/ASN1IA5String$1.class=org.bouncycastle.asn1.ASN1IA5String$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumEngine.class=org.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumEngine, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecMatrix.class=org.bouncycastle.pqc.crypto.crystals.dilithium.PolyVecMatrix, META-INF/versions/9/org/bouncycastle/asn1/ASN1StreamParser.class=org.bouncycastle.asn1.ASN1StreamParser, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/P434.class=org.bouncycastle.pqc.crypto.sike.P434, META-INF/versions/9/org/bouncycastle/math/ec/WTauNafMultiplier$1.class=org.bouncycastle.math.ec.WTauNafMultiplier$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecT239FieldElement, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409K1Point.class=org.bouncycastle.math.ec.custom.sec.SecT409K1Point, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NtruConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$NtruConverter, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p$Gaussian.class=org.bouncycastle.pqc.legacy.crypto.qtesla.QTesla1p$Gaussian, META-INF/versions/9/org/bouncycastle/asn1/BERTaggedObjectParser.class=org.bouncycastle.asn1.BERTaggedObjectParser, META-INF/versions/9/org/bouncycastle/crypto/KeyGenerationParameters.class=org.bouncycastle.crypto.KeyGenerationParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/P751.class=org.bouncycastle.pqc.crypto.sike.P751, META-INF/versions/9/org/bouncycastle/asn1/ASN1Exception.class=org.bouncycastle.asn1.ASN1Exception, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEKeyParameters.class=org.bouncycastle.pqc.crypto.cmce.CMCEKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/x9/ECNamedCurveTable.class=org.bouncycastle.asn1.x9.ECNamedCurveTable, META-INF/versions/9/org/bouncycastle/asn1/ASN1Enumerated$1.class=org.bouncycastle.asn1.ASN1Enumerated$1, META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalString.class=org.bouncycastle.asn1.ASN1UniversalString, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p$QTesla1PPolynomial.class=org.bouncycastle.pqc.legacy.crypto.qtesla.QTesla1p$QTesla1PPolynomial, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Msg.class=org.bouncycastle.pqc.crypto.picnic.Msg, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$29.class=org.bouncycastle.crypto.ec.CustomNamedCurves$29, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233K1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT233K1Curve$1, META-INF/versions/9/org/bouncycastle/asn1/DERNumericString.class=org.bouncycastle.asn1.DERNumericString, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSSignedPubKey.class=org.bouncycastle.pqc.crypto.lms.LMSSignedPubKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/HashTreeAddress$Builder.class=org.bouncycastle.pqc.crypto.xmss.HashTreeAddress$Builder, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$11.class=org.bouncycastle.crypto.ec.CustomNamedCurves$11, META-INF/versions/9/org/bouncycastle/asn1/anssi/ANSSIObjectIdentifiers.class=org.bouncycastle.asn1.anssi.ANSSIObjectIdentifiers, META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/XMSSParameterSpec.class=org.bouncycastle.pqc.jcajce.spec.XMSSParameterSpec, META-INF/versions/9/org/bouncycastle/math/ec/AbstractECMultiplier.class=org.bouncycastle.math.ec.AbstractECMultiplier, META-INF/versions/9/org/bouncycastle/asn1/ASN1UTCTime$1.class=org.bouncycastle.asn1.ASN1UTCTime$1, META-INF/versions/9/org/bouncycastle/crypto/digests/Utils.class=org.bouncycastle.crypto.digests.Utils, META-INF/versions/9/org/bouncycastle/pqc/asn1/McElieceCCA2PublicKey.class=org.bouncycastle.pqc.asn1.McElieceCCA2PublicKey, META-INF/versions/9/org/bouncycastle/asn1/ASN1VisibleString.class=org.bouncycastle.asn1.ASN1VisibleString, META-INF/versions/9/org/bouncycastle/asn1/LimitedInputStream.class=org.bouncycastle.asn1.LimitedInputStream, META-INF/versions/9/org/bouncycastle/pqc/crypto/newhope/NHPublicKeyParameters.class=org.bouncycastle.pqc.crypto.newhope.NHPublicKeyParameters, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$XDH.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$XDH, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves.class=org.bouncycastle.crypto.ec.CustomNamedCurves, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Field.class=org.bouncycastle.math.ec.custom.sec.SecP521R1Field, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$Shake256Engine.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusEngine$Shake256Engine, META-INF/versions/9/org/bouncycastle/math/raw/Nat320.class=org.bouncycastle.math.raw.Nat320, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$7.class=org.bouncycastle.asn1.sec.SECNamedCurves$7, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Field.class=org.bouncycastle.math.ec.custom.sec.SecP192R1Field, META-INF/versions/9/org/bouncycastle/asn1/ASN1NumericString.class=org.bouncycastle.asn1.ASN1NumericString, META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/FalconParameterSpec.class=org.bouncycastle.pqc.jcajce.spec.FalconParameterSpec, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$EdDSA.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$EdDSA, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/qtesla/BCqTESLAPrivateKey.class=org.bouncycastle.pqc.jcajce.provider.qtesla.BCqTESLAPrivateKey, META-INF/versions/9/org/bouncycastle/asn1/DERSequence.class=org.bouncycastle.asn1.DERSequence, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincs/SPHINCSPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.sphincs.SPHINCSPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSKeyParams.class=org.bouncycastle.pqc.asn1.XMSSKeyParams, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSMTPrivateKey.class=org.bouncycastle.pqc.jcajce.interfaces.XMSSMTPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCKeyParameters.class=org.bouncycastle.pqc.crypto.hqc.HQCKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKeyPairGenerator.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceKeyPairGenerator, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/GF12.class=org.bouncycastle.pqc.crypto.cmce.GF12, META-INF/versions/9/org/bouncycastle/math/ec/ECPoint.class=org.bouncycastle.math.ec.ECPoint, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi.class=org.bouncycastle.jcajce.provider.asymmetric.edec.SignatureSpi, META-INF/versions/9/org/bouncycastle/asn1/ASN1OctetStringParser.class=org.bouncycastle.asn1.ASN1OctetStringParser, META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSMTPrivateKey.class=org.bouncycastle.pqc.asn1.XMSSMTPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/IndexedDigest.class=org.bouncycastle.pqc.crypto.sphincsplus.IndexedDigest, META-INF/versions/9/org/bouncycastle/asn1/rosstandart/RosstandartObjectIdentifiers.class=org.bouncycastle.asn1.rosstandart.RosstandartObjectIdentifiers, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$19.class=org.bouncycastle.asn1.x9.X962NamedCurves$19, META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProvider.class=org.bouncycastle.jce.provider.BouncyCastleProvider, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Field.class=org.bouncycastle.math.ec.custom.sec.SecP384R1Field, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NHKey.class=org.bouncycastle.pqc.jcajce.interfaces.NHKey, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowParameters.class=org.bouncycastle.pqc.legacy.crypto.rainbow.RainbowParameters, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Point.class=org.bouncycastle.math.ec.custom.sec.SecP160R2Point, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/lms/LMSKeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.lms.LMSKeyFactorySpi, META-INF/versions/9/org/bouncycastle/asn1/nist/NISTObjectIdentifiers.class=org.bouncycastle.asn1.nist.NISTObjectIdentifiers, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$12.class=org.bouncycastle.asn1.sec.SECNamedCurves$12, META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/RainbowPrivateKeySpec.class=org.bouncycastle.pqc.jcajce.spec.RainbowPrivateKeySpec, META-INF/versions/9/org/bouncycastle/asn1/ASN1Boolean$1.class=org.bouncycastle.asn1.ASN1Boolean$1, META-INF/versions/9/org/bouncycastle/asn1/DERPrintableString.class=org.bouncycastle.asn1.DERPrintableString, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP160R2Curve$1, META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProvider$JcaCryptoService.class=org.bouncycastle.jce.provider.BouncyCastleProvider$JcaCryptoService, META-INF/versions/9/org/bouncycastle/crypto/StreamBlockCipher.class=org.bouncycastle.crypto.StreamBlockCipher, META-INF/versions/9/org/bouncycastle/asn1/isara/IsaraObjectIdentifiers.class=org.bouncycastle.asn1.isara.IsaraObjectIdentifiers, META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$AbstractFp.class=org.bouncycastle.math.ec.ECCurve$AbstractFp, META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil$1.class=org.bouncycastle.math.ec.WNafUtil$1, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Tree.class=org.bouncycastle.pqc.crypto.picnic.Tree, META-INF/versions/9/org/bouncycastle/math/raw/Nat224.class=org.bouncycastle.math.raw.Nat224, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$11.class=org.bouncycastle.asn1.sec.SECNamedCurves$11, META-INF/versions/9/org/bouncycastle/crypto/SkippingStreamCipher.class=org.bouncycastle.crypto.SkippingStreamCipher, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$Ed25519, META-INF/versions/9/org/bouncycastle/asn1/ASN1BitString.class=org.bouncycastle.asn1.ASN1BitString, META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Poly.class=org.bouncycastle.pqc.crypto.saber.Poly, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/HPSPolynomial.class=org.bouncycastle.pqc.math.ntru.HPSPolynomial, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/DigestUtil.class=org.bouncycastle.pqc.crypto.lms.DigestUtil, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecT113FieldElement, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$11.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$11, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberParameters.class=org.bouncycastle.pqc.crypto.crystals.kyber.KyberParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/BDS.class=org.bouncycastle.pqc.crypto.xmss.BDS, META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$AbstractFp.class=org.bouncycastle.math.ec.ECFieldElement$AbstractFp, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcElieceCCA2PrivateKey.class=org.bouncycastle.pqc.jcajce.provider.mceliece.BCMcElieceCCA2PrivateKey, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$Ed448, META-INF/versions/9/org/bouncycastle/asn1/OIDTokenizer.class=org.bouncycastle.asn1.OIDTokenizer, META-INF/versions/9/org/bouncycastle/math/ec/endo/ScalarSplitParameters.class=org.bouncycastle.math.ec.endo.ScalarSplitParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$3.class=org.bouncycastle.asn1.sec.SECNamedCurves$3, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT409R1Curve$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT163R1Curve, META-INF/versions/9/org/bouncycastle/pqc/crypto/newhope/NHPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.newhope.NHPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$PicnicConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$PicnicConverter, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngineProvider.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusEngineProvider, META-INF/versions/9/org/bouncycastle/math/Primes$STOutput.class=org.bouncycastle.math.Primes$STOutput, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/HashTreeAddress$1.class=org.bouncycastle.pqc.crypto.xmss.HashTreeAddress$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571K1Point.class=org.bouncycastle.math.ec.custom.sec.SecT571K1Point, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$10.class=org.bouncycastle.crypto.util.DigestFactory$10, META-INF/versions/9/org/bouncycastle/asn1/IndefiniteLengthInputStream.class=org.bouncycastle.asn1.IndefiniteLengthInputStream, META-INF/versions/9/org/bouncycastle/math/raw/Nat160.class=org.bouncycastle.math.raw.Nat160, META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectIdentifier$1.class=org.bouncycastle.asn1.ASN1ObjectIdentifier$1, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusPrivateKey.class=org.bouncycastle.pqc.jcajce.interfaces.SPHINCSPlusPrivateKey, META-INF/versions/9/org/bouncycastle/asn1/BERBitStringParser.class=org.bouncycastle.asn1.BERBitStringParser, META-INF/versions/9/org/bouncycastle/asn1/ASN1External.class=org.bouncycastle.asn1.ASN1External, META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$Fp.class=org.bouncycastle.math.ec.ECFieldElement$Fp, META-INF/versions/9/org/bouncycastle/asn1/DLOutputStream.class=org.bouncycastle.asn1.DLOutputStream, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$15.class=org.bouncycastle.crypto.ec.CustomNamedCurves$15, META-INF/versions/9/org/bouncycastle/math/ec/endo/EndoUtil.class=org.bouncycastle.math.ec.endo.EndoUtil, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283Field.class=org.bouncycastle.math.ec.custom.sec.SecT283Field, META-INF/versions/9/org/bouncycastle/math/ec/FixedPointUtil.class=org.bouncycastle.math.ec.FixedPointUtil, META-INF/versions/9/org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil.class=org.bouncycastle.jcajce.provider.symmetric.util.ClassUtil, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SK.class=org.bouncycastle.pqc.crypto.sphincsplus.SK, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusSignature.class=org.bouncycastle.pqc.crypto.xmss.WOTSPlusSignature, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/FastFourierTransform.class=org.bouncycastle.pqc.crypto.hqc.FastFourierTransform, META-INF/versions/9/org/bouncycastle/asn1/ASN1OctetString$1.class=org.bouncycastle.asn1.ASN1OctetString$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCPublicKeyParameters.class=org.bouncycastle.pqc.crypto.hqc.HQCPublicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSContextBasedVerifier.class=org.bouncycastle.pqc.crypto.lms.LMSContextBasedVerifier, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/HPS4096Polynomial.class=org.bouncycastle.pqc.math.ntru.HPS4096Polynomial, META-INF/versions/9/org/bouncycastle/math/ec/endo/GLVTypeBEndomorphism.class=org.bouncycastle.math.ec.endo.GLVTypeBEndomorphism, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/KMatricesWithPointer.class=org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointer, META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$F2m.class=org.bouncycastle.math.ec.ECCurve$F2m, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSSParameterSet.class=org.bouncycastle.pqc.math.ntru.parameters.NTRUHRSSParameterSet, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters$Builder.class=org.bouncycastle.pqc.crypto.xmss.XMSSMTPublicKeyParameters$Builder, META-INF/versions/9/org/bouncycastle/asn1/ASN1Object.class=org.bouncycastle.asn1.ASN1Object, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP256K1Curve$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/OTSHashAddress.class=org.bouncycastle.pqc.crypto.xmss.OTSHashAddress, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialGF2mSmallM.class=org.bouncycastle.pqc.legacy.math.linearalgebra.PolynomialGF2mSmallM, META-INF/versions/9/org/bouncycastle/asn1/DLBitString.class=org.bouncycastle.asn1.DLBitString, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$X25519, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$16.class=org.bouncycastle.crypto.ec.CustomNamedCurves$16, META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEEngine.class=org.bouncycastle.pqc.crypto.bike.BIKEEngine, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$Cloner.class=org.bouncycastle.crypto.util.DigestFactory$Cloner, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSPublicKeyParameters.class=org.bouncycastle.pqc.crypto.lms.LMSPublicKeyParameters, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$X25519, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$28.class=org.bouncycastle.crypto.ec.CustomNamedCurves$28, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi, META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERPublicKeyParameters.class=org.bouncycastle.pqc.crypto.saber.SABERPublicKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$6.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$6, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP160R1Curve$1, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$12.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$12, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.xmss.WOTSPlusPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/Polynomial.class=org.bouncycastle.pqc.math.ntru.Polynomial, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$1.class=org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves$1, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.falcon.FalconKeyFactorySpi, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUParameterSet.class=org.bouncycastle.pqc.math.ntru.parameters.NTRUParameterSet, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NHConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$NHConverter, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$2.class=org.bouncycastle.asn1.sec.SECNamedCurves$2, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlus.class=org.bouncycastle.pqc.crypto.xmss.WOTSPlus, META-INF/versions/9/org/bouncycastle/pqc/math/linearalgebra/IntegerFunctions.class=org.bouncycastle.pqc.math.linearalgebra.IntegerFunctions, META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.frodo.FrodoPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaS256Digest.class=org.bouncycastle.pqc.crypto.sphincsplus.HarakaS256Digest, META-INF/versions/9/org/bouncycastle/util/encoders/Encoder.class=org.bouncycastle.util.encoders.Encoder, META-INF/versions/9/org/bouncycastle/asn1/DLBitStringParser.class=org.bouncycastle.asn1.DLBitStringParser, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SIKEConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$SIKEConverter, META-INF/versions/9/org/bouncycastle/util/Iterable.class=org.bouncycastle.util.Iterable, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP256R1Curve$1, META-INF/versions/9/org/bouncycastle/asn1/ASN1T61String$1.class=org.bouncycastle.asn1.ASN1T61String$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SABERConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$SABERConverter, META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/QTESLAParameterSpec.class=org.bouncycastle.pqc.jcajce.spec.QTESLAParameterSpec, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$X448, META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$AbstractF2m.class=org.bouncycastle.math.ec.ECCurve$AbstractF2m, META-INF/versions/9/org/bouncycastle/math/field/GF2Polynomial.class=org.bouncycastle.math.field.GF2Polynomial, META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoParameters.class=org.bouncycastle.pqc.crypto.frodo.FrodoParameters, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$31.class=org.bouncycastle.crypto.ec.CustomNamedCurves$31, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$11.class=org.bouncycastle.crypto.util.DigestFactory$11, META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoEngine.class=org.bouncycastle.pqc.crypto.frodo.FrodoEngine, META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$Fp.class=org.bouncycastle.math.ec.ECCurve$Fp, META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/EC5Util$CustomCurves.class=org.bouncycastle.jcajce.provider.asymmetric.util.EC5Util$CustomCurves, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature.class=org.bouncycastle.pqc.crypto.picnic.Signature, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$EdDSA.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$EdDSA, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKeyParameters.class=org.bouncycastle.pqc.crypto.ntruprime.SNTRUPrimeKeyParameters, META-INF/versions/9/org/bouncycastle/util/Properties$2.class=org.bouncycastle.util.Properties$2, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTKeyParameters.class=org.bouncycastle.pqc.crypto.xmss.XMSSMTKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$6.class=org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves$6, META-INF/versions/9/org/bouncycastle/math/Primes$1.class=org.bouncycastle.math.Primes$1, META-INF/versions/9/org/bouncycastle/asn1/ASN1Null$1.class=org.bouncycastle.asn1.ASN1Null$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUParameters.class=org.bouncycastle.pqc.crypto.ntru.NTRUParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/LTreeAddress.class=org.bouncycastle.pqc.crypto.xmss.LTreeAddress, META-INF/versions/9/org/bouncycastle/math/ec/ECLookupTable.class=org.bouncycastle.math.ec.ECLookupTable, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/picnic/BCPicnicPublicKey.class=org.bouncycastle.pqc.jcajce.provider.picnic.BCPicnicPublicKey, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$23.class=org.bouncycastle.crypto.ec.CustomNamedCurves$23, META-INF/versions/9/org/bouncycastle/crypto/SecureRandomProvider.class=org.bouncycastle.crypto.SecureRandomProvider, META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.saber.SABERPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R2Curve.class=org.bouncycastle.math.ec.custom.sec.SecT163R2Curve, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.mceliece.McElieceKeyFactorySpi, META-INF/versions/9/org/bouncycastle/crypto/params/DHValidationParameters.class=org.bouncycastle.crypto.params.DHValidationParameters, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceCCA2KeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.mceliece.McElieceCCA2KeyFactorySpi, META-INF/versions/9/org/bouncycastle/util/encoders/HexEncoder.class=org.bouncycastle.util.encoders.HexEncoder, META-INF/versions/9/org/bouncycastle/crypto/params/AsymmetricKeyParameter.class=org.bouncycastle.crypto.params.AsymmetricKeyParameter, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Field.class=org.bouncycastle.math.ec.custom.sec.SecP224K1Field, META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERKeyParameters.class=org.bouncycastle.pqc.crypto.saber.SABERKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUKeyParameters.class=org.bouncycastle.pqc.crypto.ntru.NTRUKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/ASN1Encodable.class=org.bouncycastle.asn1.ASN1Encodable, META-INF/versions/9/org/bouncycastle/math/ec/ValidityPrecompInfo.class=org.bouncycastle.math.ec.ValidityPrecompInfo, META-INF/versions/9/org/bouncycastle/math/ec/ZTauElement.class=org.bouncycastle.math.ec.ZTauElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/CBD.class=org.bouncycastle.pqc.crypto.crystals.kyber.CBD, META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil.class=org.bouncycastle.math.ec.WNafUtil, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters$Builder.class=org.bouncycastle.pqc.crypto.xmss.XMSSMTPrivateKeyParameters$Builder, META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1FieldElement.class=org.bouncycastle.math.ec.custom.gm.SM2P256V1FieldElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric.class=org.bouncycastle.pqc.crypto.crystals.kyber.Symmetric, META-INF/versions/9/org/bouncycastle/math/raw/Nat384.class=org.bouncycastle.math.raw.Nat384, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/IntegerFunctions.class=org.bouncycastle.pqc.legacy.math.linearalgebra.IntegerFunctions, META-INF/versions/9/org/bouncycastle/math/ec/FixedPointPreCompInfo.class=org.bouncycastle.math.ec.FixedPointPreCompInfo, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$24.class=org.bouncycastle.crypto.ec.CustomNamedCurves$24, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecK.class=org.bouncycastle.pqc.crypto.crystals.dilithium.PolyVecK, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory.class=org.bouncycastle.crypto.util.DigestFactory, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecT193FieldElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/DefaultXMSSOid.class=org.bouncycastle.pqc.crypto.xmss.DefaultXMSSOid, META-INF/versions/9/org/bouncycastle/math/ec/ECPointMap.class=org.bouncycastle.math.ec.ECPointMap, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT131R1Curve, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/HashUtils.class=org.bouncycastle.pqc.legacy.crypto.qtesla.HashUtils, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$Ed448, META-INF/versions/9/org/bouncycastle/crypto/params/MGFParameters.class=org.bouncycastle.crypto.params.MGFParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/LTreeAddress$Builder.class=org.bouncycastle.pqc.crypto.xmss.LTreeAddress$Builder, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$9.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$9, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571R1Point.class=org.bouncycastle.math.ec.custom.sec.SecT571R1Point, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.rainbow.RainbowKeyFactorySpi, META-INF/versions/9/org/bouncycastle/asn1/ASN1Tag.class=org.bouncycastle.asn1.ASN1Tag, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Reduce.class=org.bouncycastle.pqc.crypto.crystals.dilithium.Reduce, META-INF/versions/9/org/bouncycastle/asn1/LazyConstructionEnumeration.class=org.bouncycastle.asn1.LazyConstructionEnumeration, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKeyGenerationParameters.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceKeyGenerationParameters, META-INF/versions/9/org/bouncycastle/asn1/ASN1ExternalParser.class=org.bouncycastle.asn1.ASN1ExternalParser, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP384R1Curve$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163K1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT163K1Curve, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$4.class=org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves$4, META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$AbstractF2m.class=org.bouncycastle.math.ec.ECFieldElement$AbstractF2m, META-INF/versions/9/org/bouncycastle/asn1/oiw/OIWObjectIdentifiers.class=org.bouncycastle.asn1.oiw.OIWObjectIdentifiers, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsParameters$1.class=org.bouncycastle.pqc.crypto.lms.LMOtsParameters$1, META-INF/versions/9/org/bouncycastle/crypto/digests/SHA1Digest.class=org.bouncycastle.crypto.digests.SHA1Digest, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$25.class=org.bouncycastle.crypto.ec.CustomNamedCurves$25, META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconKeyParameters.class=org.bouncycastle.pqc.crypto.falcon.FalconKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/Vector.class=org.bouncycastle.pqc.legacy.math.linearalgebra.Vector, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/SIKEPublicKeyParameters.class=org.bouncycastle.pqc.crypto.sike.SIKEPublicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/IntUtils.class=org.bouncycastle.pqc.legacy.math.linearalgebra.IntUtils, META-INF/versions/9/org/bouncycastle/crypto/modes/SICBlockCipher.class=org.bouncycastle.crypto.modes.SICBlockCipher, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecT283FieldElement, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$21.class=org.bouncycastle.asn1.sec.SECNamedCurves$21, META-INF/versions/9/org/bouncycastle/crypto/params/KeyParameter.class=org.bouncycastle.crypto.params.KeyParameter, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$Sha2EngineProvider.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusParameters$Sha2EngineProvider, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$12.class=org.bouncycastle.crypto.ec.CustomNamedCurves$12, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$BIKEConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$BIKEConverter, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.crystals.kyber.KyberPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$Property.class=org.bouncycastle.crypto.CryptoServicesRegistrar$Property, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT283R1Curve, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSStoreableObjectInterface.class=org.bouncycastle.pqc.crypto.xmss.XMSSStoreableObjectInterface, META-INF/versions/9/org/bouncycastle/util/encoders/EncoderException.class=org.bouncycastle.util.encoders.EncoderException, META-INF/versions/9/org/bouncycastle/asn1/ASN1Enumerated.class=org.bouncycastle.asn1.ASN1Enumerated, META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalType.class=org.bouncycastle.asn1.ASN1UniversalType, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409K1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT409K1Curve, META-INF/versions/9/org/bouncycastle/asn1/DERBitString.class=org.bouncycastle.asn1.DERBitString, META-INF/versions/9/org/bouncycastle/asn1/DERVideotexString.class=org.bouncycastle.asn1.DERVideotexString, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$HarakaSEngine.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusEngine$HarakaSEngine, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP256K1FieldElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/DefaultXMSSMTOid.class=org.bouncycastle.pqc.crypto.xmss.DefaultXMSSMTOid, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$6.class=org.bouncycastle.asn1.sec.SECNamedCurves$6, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233R1Point.class=org.bouncycastle.math.ec.custom.sec.SecT233R1Point, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Curve.class=org.bouncycastle.math.ec.custom.sec.SecP160R2Curve, META-INF/versions/9/org/bouncycastle/asn1/ASN1UTF8String.class=org.bouncycastle.asn1.ASN1UTF8String, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$1.class=org.bouncycastle.asn1.sec.SECNamedCurves$1, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$5.class=org.bouncycastle.crypto.util.DigestFactory$5, META-INF/versions/9/org/bouncycastle/asn1/ConstructedBitStream.class=org.bouncycastle.asn1.ConstructedBitStream, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R1Point.class=org.bouncycastle.math.ec.custom.sec.SecT131R1Point, META-INF/versions/9/org/bouncycastle/asn1/ASN1Choice.class=org.bouncycastle.asn1.ASN1Choice, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163K1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT163K1Curve$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecL.class=org.bouncycastle.pqc.crypto.crystals.dilithium.PolyVecL, META-INF/versions/9/org/bouncycastle/util/io/Streams.class=org.bouncycastle.util.io.Streams, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA512CKDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519withSHA512CKDF, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSigParameters$1.class=org.bouncycastle.pqc.crypto.lms.LMSigParameters$1, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusPublicKey.class=org.bouncycastle.pqc.jcajce.interfaces.SPHINCSPlusPublicKey, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$X448, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSParameters.class=org.bouncycastle.pqc.crypto.xmss.XMSSParameters, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/mceliece/Utils.class=org.bouncycastle.pqc.jcajce.provider.mceliece.Utils, META-INF/versions/9/org/bouncycastle/asn1/DERT61String.class=org.bouncycastle.asn1.DERT61String, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448UwithSHA512KDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X448UwithSHA512KDF, META-INF/versions/9/org/bouncycastle/asn1/cryptlib/CryptlibObjectIdentifiers.class=org.bouncycastle.asn1.cryptlib.CryptlibObjectIdentifiers, META-INF/versions/9/org/bouncycastle/crypto/params/ECPublicKeyParameters.class=org.bouncycastle.crypto.params.ECPublicKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/ASN1RelativeOID.class=org.bouncycastle.asn1.ASN1RelativeOID, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$26.class=org.bouncycastle.asn1.sec.SECNamedCurves$26, META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Point.class=org.bouncycastle.math.ec.custom.gm.SM2P256V1Point, META-INF/versions/9/org/bouncycastle/asn1/ASN1ParsingException.class=org.bouncycastle.asn1.ASN1ParsingException, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$17.class=org.bouncycastle.crypto.ec.CustomNamedCurves$17, META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEKeyParameters.class=org.bouncycastle.pqc.crypto.bike.BIKEKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/DERSet.class=org.bouncycastle.asn1.DERSet, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/Utils.class=org.bouncycastle.pqc.crypto.hqc.Utils, META-INF/versions/9/org/bouncycastle/crypto/CryptoException.class=org.bouncycastle.crypto.CryptoException, META-INF/versions/9/org/bouncycastle/crypto/Mac.class=org.bouncycastle.crypto.Mac, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusEngine, META-INF/versions/9/org/bouncycastle/util/BigIntegers.class=org.bouncycastle.util.BigIntegers, META-INF/versions/9/org/bouncycastle/crypto/ExtendedDigest.class=org.bouncycastle.crypto.ExtendedDigest, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LmsUtils.class=org.bouncycastle.pqc.crypto.lms.LmsUtils, META-INF/versions/9/org/bouncycastle/pqc/math/linearalgebra/GF2mField.class=org.bouncycastle.pqc.math.linearalgebra.GF2mField, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$21.class=org.bouncycastle.asn1.x9.X962NamedCurves$21, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode$MatrixSet.class=org.bouncycastle.pqc.legacy.math.linearalgebra.GoppaCode$MatrixSet, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$13.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$13, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R2Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT113R2Curve$1, META-INF/versions/9/org/bouncycastle/asn1/ASN1VisibleString$1.class=org.bouncycastle.asn1.ASN1VisibleString$1, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/LMSPrivateKey.class=org.bouncycastle.pqc.jcajce.interfaces.LMSPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature2$Proof2.class=org.bouncycastle.pqc.crypto.picnic.Signature2$Proof2, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider$2.class=org.bouncycastle.pqc.jcajce.provider.BouncyCastlePQCProvider$2, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NHPublicKey.class=org.bouncycastle.pqc.jcajce.interfaces.NHPublicKey, META-INF/versions/9/org/bouncycastle/util/Strings$StringListImpl.class=org.bouncycastle.util.Strings$StringListImpl, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA384CKDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519withSHA384CKDF, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$XDH.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$XDH, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEParameters.class=org.bouncycastle.pqc.crypto.cmce.CMCEParameters, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519, META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Utils.class=org.bouncycastle.pqc.crypto.saber.Utils, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/BCFalconPublicKey.class=org.bouncycastle.pqc.jcajce.provider.falcon.BCFalconPublicKey, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP224K1Curve$1, META-INF/versions/9/org/bouncycastle/math/ec/GLVMultiplier.class=org.bouncycastle.math.ec.GLVMultiplier, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSParameters.class=org.bouncycastle.pqc.crypto.lms.LMSParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/BENES13.class=org.bouncycastle.pqc.crypto.cmce.BENES13, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$28.class=org.bouncycastle.asn1.sec.SECNamedCurves$28, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$Ed25519, META-INF/versions/9/org/bouncycastle/math/ec/AbstractECLookupTable.class=org.bouncycastle.math.ec.AbstractECLookupTable, META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$1.class=org.bouncycastle.math.ec.ECPoint$1, META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$F2m$1.class=org.bouncycastle.math.ec.ECCurve$F2m$1, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$23.class=org.bouncycastle.asn1.x9.X962NamedCurves$23, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA384CKDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X448withSHA384CKDF, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Point.class=org.bouncycastle.math.ec.custom.sec.SecP521R1Point, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$HarakaSEngineProvider.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusParameters$HarakaSEngineProvider, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$10.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$10, META-INF/versions/9/org/bouncycastle/asn1/ASN1RelativeOID$1.class=org.bouncycastle.asn1.ASN1RelativeOID$1, META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectIdentifier.class=org.bouncycastle.asn1.ASN1ObjectIdentifier, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSAddress.class=org.bouncycastle.pqc.crypto.xmss.XMSSAddress, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyGenerationParameters.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceCCA2KeyGenerationParameters, META-INF/versions/9/org/bouncycastle/crypto/StreamCipher.class=org.bouncycastle.crypto.StreamCipher, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Point.class=org.bouncycastle.math.ec.custom.sec.SecP128R1Point, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCKeccakRandomGenerator.class=org.bouncycastle.pqc.crypto.hqc.HQCKeccakRandomGenerator, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$1.class=org.bouncycastle.asn1.x9.X962NamedCurves$1, META-INF/versions/9/org/bouncycastle/asn1/DLSequence.class=org.bouncycastle.asn1.DLSequence, META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/RainbowPublicKeySpec.class=org.bouncycastle.pqc.jcajce.spec.RainbowPublicKeySpec, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519UwithSHA256KDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519UwithSHA256KDF, META-INF/versions/9/org/bouncycastle/pqc/asn1/RainbowPrivateKey.class=org.bouncycastle.pqc.asn1.RainbowPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mField.class=org.bouncycastle.pqc.legacy.math.linearalgebra.GF2mField, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.xmss.XMSSMTPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP521R1FieldElement, META-INF/versions/9/org/bouncycastle/asn1/x9/X9Curve.class=org.bouncycastle.asn1.x9.X9Curve, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2PublicKeyParameters.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceCCA2PublicKeyParameters, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP256K1Curve, META-INF/versions/9/org/bouncycastle/asn1/DLTaggedObject.class=org.bouncycastle.asn1.DLTaggedObject, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$4.class=org.bouncycastle.asn1.sec.SECNamedCurves$4, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mVector.class=org.bouncycastle.pqc.legacy.math.linearalgebra.GF2mVector, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NTRULPrimeConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$NTRULPrimeConverter, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233Field.class=org.bouncycastle.math.ec.custom.sec.SecT233Field, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$14.class=org.bouncycastle.crypto.ec.CustomNamedCurves$14, META-INF/versions/9/org/bouncycastle/math/Primes.class=org.bouncycastle.math.Primes, META-INF/versions/9/org/bouncycastle/pqc/asn1/SPHINCS256KeyParams.class=org.bouncycastle.pqc.asn1.SPHINCS256KeyParams, META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconParameters.class=org.bouncycastle.pqc.crypto.falcon.FalconParameters, META-INF/versions/9/org/bouncycastle/asn1/BERApplicationSpecificParser.class=org.bouncycastle.asn1.BERApplicationSpecificParser, META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$Config.class=org.bouncycastle.math.ec.ECCurve$Config, META-INF/versions/9/org/bouncycastle/util/Arrays.class=org.bouncycastle.util.Arrays, META-INF/versions/9/org/bouncycastle/asn1/ASN1ApplicationSpecificParser.class=org.bouncycastle.asn1.ASN1ApplicationSpecificParser, META-INF/versions/9/org/bouncycastle/pqc/math/linearalgebra/Vector.class=org.bouncycastle.pqc.math.linearalgebra.Vector, META-INF/versions/9/org/bouncycastle/crypto/digests/SHA384Digest.class=org.bouncycastle.crypto.digests.SHA384Digest, META-INF/versions/9/org/bouncycastle/util/encoders/Hex.class=org.bouncycastle.util.encoders.Hex, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/rainbow/util/GF2Field.class=org.bouncycastle.pqc.legacy.crypto.rainbow.util.GF2Field, META-INF/versions/9/org/bouncycastle/crypto/engines/Utils.class=org.bouncycastle.crypto.engines.Utils, META-INF/versions/9/org/bouncycastle/math/ec/LongArray.class=org.bouncycastle.math.ec.LongArray, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSNodeUtil.class=org.bouncycastle.pqc.crypto.xmss.XMSSNodeUtil, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP224R1Curve, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS2048677.class=org.bouncycastle.pqc.math.ntru.parameters.NTRUHPS2048677, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571K1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT571K1Curve, META-INF/versions/9/org/bouncycastle/asn1/DLApplicationSpecific.class=org.bouncycastle.asn1.DLApplicationSpecific, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$9.class=org.bouncycastle.asn1.sec.SECNamedCurves$9, META-INF/versions/9/org/bouncycastle/crypto/CryptoServiceConstraintsException.class=org.bouncycastle.crypto.CryptoServiceConstraintsException, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSKeyParameters.class=org.bouncycastle.pqc.crypto.lms.LMSKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/XMSSKeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.xmss.XMSSKeyFactorySpi, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512CKDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X448withSHA512CKDF, META-INF/versions/9/org/bouncycastle/crypto/params/ECDomainParameters.class=org.bouncycastle.crypto.params.ECDomainParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/ADRS.class=org.bouncycastle.pqc.crypto.sphincsplus.ADRS, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McEliecePublicKeyParameters.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McEliecePublicKeyParameters, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP192R1Curve, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$EdDSA.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$EdDSA, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.sphincsplus.SPHINCSPlusKeyFactorySpi, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$8.class=org.bouncycastle.asn1.x9.X962NamedCurves$8, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode.class=org.bouncycastle.pqc.legacy.math.linearalgebra.GoppaCode, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$8.class=org.bouncycastle.crypto.util.DigestFactory$8, META-INF/versions/9/org/bouncycastle/math/ec/WTauNafMultiplier.class=org.bouncycastle.math.ec.WTauNafMultiplier, META-INF/versions/9/org/bouncycastle/util/Pack.class=org.bouncycastle.util.Pack, META-INF/versions/9/org/bouncycastle/asn1/gnu/GNUObjectIdentifiers.class=org.bouncycastle.asn1.gnu.GNUObjectIdentifiers, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSKeyParameters.class=org.bouncycastle.pqc.crypto.xmss.XMSSKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcEliecePrivateKey.class=org.bouncycastle.pqc.jcajce.provider.mceliece.BCMcEliecePrivateKey, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$29.class=org.bouncycastle.asn1.sec.SECNamedCurves$29, META-INF/versions/9/org/bouncycastle/crypto/digests/EncodableDigest.class=org.bouncycastle.crypto.digests.EncodableDigest, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$2.class=org.bouncycastle.crypto.util.DigestFactory$2, META-INF/versions/9/org/bouncycastle/math/raw/Interleave.class=org.bouncycastle.math.raw.Interleave, META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.bike.BIKEPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimePublicKeyParameters.class=org.bouncycastle.pqc.crypto.ntruprime.SNTRUPrimePublicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/SIKEEngine.class=org.bouncycastle.pqc.crypto.sike.SIKEEngine, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/rainbow/Layer.class=org.bouncycastle.pqc.legacy.crypto.rainbow.Layer, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239Field.class=org.bouncycastle.math.ec.custom.sec.SecT239Field, META-INF/versions/9/org/bouncycastle/asn1/ASN1BitString$1.class=org.bouncycastle.asn1.ASN1BitString$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/SIKEPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.sike.SIKEPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/math/raw/Bits.class=org.bouncycastle.math.raw.Bits, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP192K1Curve$1, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKeyParameters.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$2.class=org.bouncycastle.asn1.x9.X962NamedCurves$2, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/qtesla/BCqTESLAPublicKey.class=org.bouncycastle.pqc.jcajce.provider.qtesla.BCqTESLAPublicKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/BENES12.class=org.bouncycastle.pqc.crypto.cmce.BENES12, META-INF/versions/9/org/bouncycastle/asn1/x9/X9ObjectIdentifiers.class=org.bouncycastle.asn1.x9.X9ObjectIdentifiers, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/BC15EdDSAPublicKey.class=org.bouncycastle.jcajce.provider.asymmetric.edec.BC15EdDSAPublicKey, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/picnic/PicnicKeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.picnic.PicnicKeyFactorySpi, META-INF/versions/9/org/bouncycastle/jce/spec/ECParameterSpec.class=org.bouncycastle.jce.spec.ECParameterSpec, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$9.class=org.bouncycastle.asn1.x9.X962NamedCurves$9, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/Matrix.class=org.bouncycastle.pqc.legacy.math.linearalgebra.Matrix, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$8.class=org.bouncycastle.asn1.sec.SECNamedCurves$8, META-INF/versions/9/org/bouncycastle/asn1/gm/GMNamedCurves.class=org.bouncycastle.asn1.gm.GMNamedCurves, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$3.class=org.bouncycastle.asn1.x9.X962NamedCurves$3, META-INF/versions/9/org/bouncycastle/math/raw/Mod.class=org.bouncycastle.math.raw.Mod, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$3.class=org.bouncycastle.crypto.util.DigestFactory$3, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP128R1Curve, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409Field.class=org.bouncycastle.math.ec.custom.sec.SecT409Field, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyPairGenerator.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceCCA2KeyPairGenerator, META-INF/versions/9/org/bouncycastle/asn1/ConstructedOctetStream.class=org.bouncycastle.asn1.ConstructedOctetStream, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$10.class=org.bouncycastle.crypto.ec.CustomNamedCurves$10, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$20.class=org.bouncycastle.asn1.x9.X962NamedCurves$20, META-INF/versions/9/org/bouncycastle/asn1/BEROctetString$2.class=org.bouncycastle.asn1.BEROctetString$2, META-INF/versions/9/org/bouncycastle/asn1/DLTaggedObjectParser.class=org.bouncycastle.asn1.DLTaggedObjectParser, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/PolyVec.class=org.bouncycastle.pqc.crypto.crystals.kyber.PolyVec, META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABEREngine.class=org.bouncycastle.pqc.crypto.saber.SABEREngine, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves, META-INF/versions/9/org/bouncycastle/asn1/ASN1PrintableString$1.class=org.bouncycastle.asn1.ASN1PrintableString$1, META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil.class=org.bouncycastle.jcajce.provider.asymmetric.util.ECUtil, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumParameters.class=org.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/Utils.class=org.bouncycastle.pqc.crypto.cmce.Utils, META-INF/versions/9/org/bouncycastle/crypto/SkippingCipher.class=org.bouncycastle.crypto.SkippingCipher, META-INF/versions/9/org/bouncycastle/math/field/FiniteFields.class=org.bouncycastle.math.field.FiniteFields, META-INF/versions/9/org/bouncycastle/pqc/asn1/RainbowPublicKey.class=org.bouncycastle.pqc.asn1.RainbowPublicKey, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves.class=org.bouncycastle.asn1.sec.SECNamedCurves, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$7.class=org.bouncycastle.asn1.x9.X962NamedCurves$7, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R2Point.class=org.bouncycastle.math.ec.custom.sec.SecT163R2Point, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239K1Point.class=org.bouncycastle.math.ec.custom.sec.SecT239K1Point, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$9.class=org.bouncycastle.crypto.util.DigestFactory$9, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowPublicKeyParameters.class=org.bouncycastle.pqc.legacy.crypto.rainbow.RainbowPublicKeyParameters, META-INF/versions/9/org/bouncycastle/crypto/AsymmetricCipherKeyPair.class=org.bouncycastle.crypto.AsymmetricCipherKeyPair, META-INF/versions/9/org/bouncycastle/math/Primes$MROutput.class=org.bouncycastle.math.Primes$MROutput, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Vector.class=org.bouncycastle.pqc.legacy.math.linearalgebra.GF2Vector, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/SubjectPublicKeyInfoFactory.class=org.bouncycastle.pqc.crypto.util.SubjectPublicKeyInfoFactory, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$6.class=org.bouncycastle.crypto.util.DigestFactory$6, META-INF/versions/9/org/bouncycastle/crypto/engines/AESEngine.class=org.bouncycastle.crypto.engines.AESEngine, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$25.class=org.bouncycastle.asn1.sec.SECNamedCurves$25, META-INF/versions/9/org/bouncycastle/asn1/DERGraphicString.class=org.bouncycastle.asn1.DERGraphicString, META-INF/versions/9/org/bouncycastle/math/ec/WNafL2RMultiplier.class=org.bouncycastle.math.ec.WNafL2RMultiplier, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$4.class=org.bouncycastle.asn1.x9.X962NamedCurves$4, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSS701.class=org.bouncycastle.pqc.math.ntru.parameters.NTRUHRSS701, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/Composer.class=org.bouncycastle.pqc.crypto.lms.Composer, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric.class=org.bouncycastle.pqc.crypto.crystals.dilithium.Symmetric, META-INF/versions/9/org/bouncycastle/asn1/BERSequence.class=org.bouncycastle.asn1.BERSequence, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Field.class=org.bouncycastle.math.ec.custom.sec.SecP256R1Field, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PrivateKeyFactory.class=org.bouncycastle.pqc.crypto.util.PrivateKeyFactory, META-INF/versions/9/org/bouncycastle/jcajce/provider/config/ProviderConfigurationPermission.class=org.bouncycastle.jcajce.provider.config.ProviderConfigurationPermission, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEEngine.class=org.bouncycastle.pqc.crypto.cmce.CMCEEngine, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/ReedSolomon.class=org.bouncycastle.pqc.crypto.hqc.ReedSolomon, META-INF/versions/9/org/bouncycastle/asn1/BERFactory.class=org.bouncycastle.asn1.BERFactory, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP128R1FieldElement, META-INF/versions/9/org/bouncycastle/asn1/DERGeneralString.class=org.bouncycastle.asn1.DERGeneralString, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$22.class=org.bouncycastle.asn1.sec.SECNamedCurves$22, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAPublicKeyParameters.class=org.bouncycastle.pqc.legacy.crypto.qtesla.QTESLAPublicKeyParameters, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$XDH.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$XDH, META-INF/versions/9/org/bouncycastle/crypto/params/DHParameters.class=org.bouncycastle.crypto.params.DHParameters, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/BC11XDHPrivateKey.class=org.bouncycastle.jcajce.provider.asymmetric.edec.BC11XDHPrivateKey, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$X448, META-INF/versions/9/org/bouncycastle/asn1/DLExternal.class=org.bouncycastle.asn1.DLExternal, META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519$1.class=org.bouncycastle.math.ec.custom.djb.Curve25519$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239K1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT239K1Curve$1, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/rainbow/BCRainbowPrivateKey.class=org.bouncycastle.pqc.jcajce.provider.rainbow.BCRainbowPrivateKey, META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralString.class=org.bouncycastle.asn1.ASN1GeneralString, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$FalconConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$FalconConverter, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p.class=org.bouncycastle.pqc.legacy.crypto.qtesla.QTesla1p, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusPublicKeyParameters.class=org.bouncycastle.pqc.crypto.xmss.WOTSPlusPublicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/newhope/BCNHPublicKey.class=org.bouncycastle.pqc.jcajce.provider.newhope.BCNHPublicKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicParameters.class=org.bouncycastle.pqc.crypto.picnic.PicnicParameters, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$23.class=org.bouncycastle.asn1.sec.SECNamedCurves$23, META-INF/versions/9/org/bouncycastle/crypto/digests/SHA512tDigest.class=org.bouncycastle.crypto.digests.SHA512tDigest, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT233R1Curve$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163K1Point.class=org.bouncycastle.math.ec.custom.sec.SecT163K1Point, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Field.class=org.bouncycastle.math.ec.custom.sec.SecP192K1Field, META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Curve.class=org.bouncycastle.math.ec.custom.gm.SM2P256V1Curve, META-INF/versions/9/org/bouncycastle/pqc/math/linearalgebra/GF2mVector.class=org.bouncycastle.pqc.math.linearalgebra.GF2mVector, META-INF/versions/9/org/bouncycastle/math/ec/FixedPointCombMultiplier.class=org.bouncycastle.math.ec.FixedPointCombMultiplier, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/FalconPublicKey.class=org.bouncycastle.pqc.jcajce.interfaces.FalconPublicKey, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT571R1Curve$1, META-INF/versions/9/org/bouncycastle/math/raw/Nat576.class=org.bouncycastle.math.raw.Nat576, META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSMTKeyParams.class=org.bouncycastle.pqc.asn1.XMSSMTKeyParams, META-INF/versions/9/org/bouncycastle/asn1/BEROctetString$1.class=org.bouncycastle.asn1.BEROctetString$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$McElieceCCA2Converter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$McElieceCCA2Converter, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsParameters.class=org.bouncycastle.pqc.crypto.lms.LMOtsParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Utils.class=org.bouncycastle.pqc.crypto.picnic.Utils, META-INF/versions/9/org/bouncycastle/math/ec/ECConstants.class=org.bouncycastle.math.ec.ECConstants, META-INF/versions/9/org/bouncycastle/asn1/ASN1PrintableString.class=org.bouncycastle.asn1.ASN1PrintableString, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$6.class=org.bouncycastle.asn1.x9.X962NamedCurves$6, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Rounding.class=org.bouncycastle.pqc.crypto.crystals.dilithium.Rounding, META-INF/versions/9/org/bouncycastle/asn1/DEROctetString.class=org.bouncycastle.asn1.DEROctetString, META-INF/versions/9/org/bouncycastle/crypto/InvalidCipherTextException.class=org.bouncycastle.crypto.InvalidCipherTextException, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$7.class=org.bouncycastle.crypto.util.DigestFactory$7, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumPublicKeyParameters.class=org.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumPublicKeyParameters, META-INF/versions/9/org/bouncycastle/math/field/FiniteField.class=org.bouncycastle.math.field.FiniteField, META-INF/versions/9/org/bouncycastle/crypto/digests/KeccakDigest.class=org.bouncycastle.crypto.digests.KeccakDigest, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/qtesla/QTESLAKeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.qtesla.QTESLAKeyFactorySpi, META-INF/versions/9/org/bouncycastle/asn1/ASN1GraphicString.class=org.bouncycastle.asn1.ASN1GraphicString, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.ntru.NTRUPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$24.class=org.bouncycastle.asn1.sec.SECNamedCurves$24, META-INF/versions/9/org/bouncycastle/pqc/asn1/McEliecePrivateKey.class=org.bouncycastle.pqc.asn1.McEliecePrivateKey, META-INF/versions/9/org/bouncycastle/crypto/params/ECKeyParameters.class=org.bouncycastle.crypto.params.ECKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters$1.class=org.bouncycastle.pqc.crypto.xmss.XMSSPrivateKeyParameters$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusParameters.class=org.bouncycastle.pqc.crypto.xmss.WOTSPlusParameters, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider$1.class=org.bouncycastle.pqc.jcajce.provider.BouncyCastlePQCProvider$1, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$14.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$14, META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$AbstractF2m.class=org.bouncycastle.math.ec.ECPoint$AbstractF2m, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/LittleEndianConversions.class=org.bouncycastle.pqc.legacy.math.linearalgebra.LittleEndianConversions, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT233R1Curve, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233K1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT233K1Curve, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/newhope/NHKeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.newhope.NHKeyFactorySpi, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283K1Point.class=org.bouncycastle.math.ec.custom.sec.SecT283K1Point, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincs/BCSphincs256PublicKey.class=org.bouncycastle.pqc.jcajce.provider.sphincs.BCSphincs256PublicKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/SIDH_Compressed.class=org.bouncycastle.pqc.crypto.sike.SIDH_Compressed, META-INF/versions/9/org/bouncycastle/util/Strings$1.class=org.bouncycastle.util.Strings$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSPrivateKeyParameters$CacheKey.class=org.bouncycastle.pqc.crypto.lms.LMSPrivateKeyParameters$CacheKey, META-INF/versions/9/org/bouncycastle/jcajce/provider/config/ConfigurableProvider.class=org.bouncycastle.jcajce.provider.config.ConfigurableProvider, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT131R1Curve$1, META-INF/versions/9/org/bouncycastle/math/ec/PreCompInfo.class=org.bouncycastle.math.ec.PreCompInfo, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincsplus/BCSPHINCSPlusPublicKey.class=org.bouncycastle.pqc.jcajce.provider.sphincsplus.BCSPHINCSPlusPublicKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator$Shake128MatrixGenerator.class=org.bouncycastle.pqc.crypto.frodo.FrodoMatrixGenerator$Shake128MatrixGenerator, META-INF/versions/9/org/bouncycastle/jce/interfaces/ECPrivateKey.class=org.bouncycastle.jce.interfaces.ECPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSPrivateKey.class=org.bouncycastle.pqc.asn1.XMSSPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/DigestUtil.class=org.bouncycastle.pqc.jcajce.provider.xmss.DigestUtil, META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectIdentifier$OidHandle.class=org.bouncycastle.asn1.ASN1ObjectIdentifier$OidHandle, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/RandUtils.class=org.bouncycastle.pqc.legacy.math.linearalgebra.RandUtils, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283R1Point.class=org.bouncycastle.math.ec.custom.sec.SecT283R1Point, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$18.class=org.bouncycastle.crypto.ec.CustomNamedCurves$18, META-INF/versions/9/org/bouncycastle/asn1/sec/SECObjectIdentifiers.class=org.bouncycastle.asn1.sec.SECObjectIdentifiers, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Point.class=org.bouncycastle.math.ec.custom.sec.SecP224R1Point, META-INF/versions/9/org/bouncycastle/util/Strings.class=org.bouncycastle.util.Strings, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256KDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519withSHA256KDF, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP224K1FieldElement, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Point.class=org.bouncycastle.math.ec.custom.sec.SecP224K1Point, META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesConstraints.class=org.bouncycastle.crypto.CryptoServicesConstraints, META-INF/versions/9/org/bouncycastle/asn1/BERSequenceParser.class=org.bouncycastle.asn1.BERSequenceParser, META-INF/versions/9/org/bouncycastle/asn1/ASN1Type.class=org.bouncycastle.asn1.ASN1Type, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$14.class=org.bouncycastle.asn1.sec.SECNamedCurves$14, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/CryptoProObjectIdentifiers.class=org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers, META-INF/versions/9/org/bouncycastle/asn1/DateUtil.class=org.bouncycastle.asn1.DateUtil, META-INF/versions/9/org/bouncycastle/pqc/math/linearalgebra/LittleEndianConversions.class=org.bouncycastle.pqc.math.linearalgebra.LittleEndianConversions, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$EdDSA.class=org.bouncycastle.jcajce.provider.asymmetric.edec.SignatureSpi$EdDSA, META-INF/versions/9/org/bouncycastle/math/field/PrimeField.class=org.bouncycastle.math.field.PrimeField, META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERParameters.class=org.bouncycastle.pqc.crypto.saber.SABERParameters, META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$4.class=org.bouncycastle.crypto.CryptoServicesRegistrar$4, META-INF/versions/9/org/bouncycastle/jce/ECGOST3410NamedCurveTable.class=org.bouncycastle.jce.ECGOST3410NamedCurveTable, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409K1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT409K1Curve$1, META-INF/versions/9/org/bouncycastle/asn1/DEROutputStream.class=org.bouncycastle.asn1.DEROutputStream, META-INF/versions/9/org/bouncycastle/asn1/LazyEncodedSequence.class=org.bouncycastle.asn1.LazyEncodedSequence, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/QTESLAKey.class=org.bouncycastle.pqc.jcajce.interfaces.QTESLAKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/LTreeAddress$1.class=org.bouncycastle.pqc.crypto.xmss.LTreeAddress$1, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$27.class=org.bouncycastle.asn1.sec.SECNamedCurves$27, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcElieceCCA2PublicKey.class=org.bouncycastle.pqc.jcajce.provider.mceliece.BCMcElieceCCA2PublicKey, META-INF/versions/9/org/bouncycastle/asn1/ASN1NumericString$1.class=org.bouncycastle.asn1.ASN1NumericString$1, META-INF/versions/9/org/bouncycastle/asn1/ASN1Primitive.class=org.bouncycastle.asn1.ASN1Primitive, META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence$1.class=org.bouncycastle.asn1.ASN1Sequence$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimePrivateKeyParameters.class=org.bouncycastle.pqc.crypto.ntruprime.NTRULPRimePrivateKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$3.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$3, META-INF/versions/9/org/bouncycastle/asn1/DERNull.class=org.bouncycastle.asn1.DERNull, META-INF/versions/9/org/bouncycastle/crypto/Digest.class=org.bouncycastle.crypto.Digest, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/HashTreeAddress.class=org.bouncycastle.pqc.crypto.xmss.HashTreeAddress, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsSignature.class=org.bouncycastle.pqc.crypto.lms.LMOtsSignature, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.picnic.PicnicPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement.class=org.bouncycastle.math.ec.ECFieldElement, META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProvider$1.class=org.bouncycastle.jce.provider.BouncyCastleProvider$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincs/SPHINCSPublicKeyParameters.class=org.bouncycastle.pqc.crypto.sphincs.SPHINCSPublicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusKeyParameters.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.class=org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/PointProjFull.class=org.bouncycastle.pqc.crypto.sike.PointProjFull, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSMTPrivateKey.class=org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSMTPrivateKey, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP521R1Curve, META-INF/versions/9/org/bouncycastle/math/ec/endo/ECEndomorphism.class=org.bouncycastle.math.ec.endo.ECEndomorphism, META-INF/versions/9/org/bouncycastle/asn1/ASN1Util.class=org.bouncycastle.asn1.ASN1Util, META-INF/versions/9/org/bouncycastle/math/ec/ECMultiplier.class=org.bouncycastle.math.ec.ECMultiplier, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Field.class=org.bouncycastle.math.ec.custom.sec.SecP128R1Field, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/SIKEParameters.class=org.bouncycastle.pqc.crypto.sike.SIKEParameters, META-INF/versions/9/org/bouncycastle/crypto/DefaultMultiBlockCipher.class=org.bouncycastle.crypto.DefaultMultiBlockCipher, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$HQCConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$HQCConverter, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$16.class=org.bouncycastle.asn1.x9.X962NamedCurves$16, META-INF/versions/9/org/bouncycastle/util/StringList.class=org.bouncycastle.util.StringList, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160K1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP160K1Curve$1, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/lms/BCLMSPrivateKey.class=org.bouncycastle.pqc.jcajce.provider.lms.BCLMSPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/picnic/BCPicnicPrivateKey.class=org.bouncycastle.pqc.jcajce.provider.picnic.BCPicnicPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SPHINCSConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$SPHINCSConverter, META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil$3.class=org.bouncycastle.math.ec.WNafUtil$3, META-INF/versions/9/org/bouncycastle/crypto/CryptoServiceProperties.class=org.bouncycastle.crypto.CryptoServiceProperties, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$Ed448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.SignatureSpi$Ed448, META-INF/versions/9/org/bouncycastle/crypto/digests/SHA512Digest.class=org.bouncycastle.crypto.digests.SHA512Digest, META-INF/versions/9/org/bouncycastle/crypto/CipherParameters.class=org.bouncycastle.crypto.CipherParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$XMSSMTConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$XMSSMTConverter, META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectDescriptor$1.class=org.bouncycastle.asn1.ASN1ObjectDescriptor$1, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTObjectIdentifiers.class=org.bouncycastle.asn1.teletrust.TeleTrusTObjectIdentifiers, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/ReedMuller$Codeword.class=org.bouncycastle.pqc.crypto.hqc.ReedMuller$Codeword, META-INF/versions/9/org/bouncycastle/crypto/OutputLengthException.class=org.bouncycastle.crypto.OutputLengthException, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R2Point.class=org.bouncycastle.math.ec.custom.sec.SecT131R2Point, META-INF/versions/9/org/bouncycastle/math/field/GenericPolynomialExtensionField.class=org.bouncycastle.math.field.GenericPolynomialExtensionField, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160K1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP160K1Curve, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/SIDH.class=org.bouncycastle.pqc.crypto.sike.SIDH, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2PrivateKeyParameters.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceCCA2PrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters$Builder.class=org.bouncycastle.pqc.crypto.xmss.XMSSPrivateKeyParameters$Builder, META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/PicnicParameterSpec.class=org.bouncycastle.pqc.jcajce.spec.PicnicParameterSpec, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCParameters.class=org.bouncycastle.pqc.crypto.hqc.HQCParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicKeyParameters.class=org.bouncycastle.pqc.crypto.picnic.PicnicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator$Aes128MatrixGenerator.class=org.bouncycastle.pqc.crypto.frodo.FrodoMatrixGenerator$Aes128MatrixGenerator, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$1.class=org.bouncycastle.crypto.util.DigestFactory$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSContextBasedSigner.class=org.bouncycastle.pqc.crypto.lms.LMSContextBasedSigner, META-INF/versions/9/org/bouncycastle/asn1/ASN1BitStringParser.class=org.bouncycastle.asn1.ASN1BitStringParser, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP384R1Curve, META-INF/versions/9/org/bouncycastle/crypto/digests/SHAKEDigest.class=org.bouncycastle.crypto.digests.SHAKEDigest, META-INF/versions/9/org/bouncycastle/asn1/gm/GMNamedCurves$2.class=org.bouncycastle.asn1.gm.GMNamedCurves$2, META-INF/versions/9/module-info.class=module-info, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSMTPublicKey.class=org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSMTPublicKey, META-INF/versions/9/org/bouncycastle/asn1/pkcs/PKCSObjectIdentifiers.class=org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$13.class=org.bouncycastle.crypto.ec.CustomNamedCurves$13, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters$1.class=org.bouncycastle.pqc.crypto.xmss.XMSSPublicKeyParameters$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP521R1Curve$1, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$5.class=org.bouncycastle.asn1.sec.SECNamedCurves$5, META-INF/versions/9/org/bouncycastle/util/Integers.class=org.bouncycastle.util.Integers, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R2Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT163R2Curve$1, META-INF/versions/9/org/bouncycastle/crypto/MultiBlockCipher.class=org.bouncycastle.crypto.MultiBlockCipher, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R2Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT193R2Curve$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Point.class=org.bouncycastle.math.ec.custom.sec.SecP256K1Point, META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKERandomGenerator.class=org.bouncycastle.pqc.crypto.bike.BIKERandomGenerator, META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectDescriptor.class=org.bouncycastle.asn1.ASN1ObjectDescriptor, META-INF/versions/9/org/bouncycastle/math/ec/endo/GLVTypeBParameters.class=org.bouncycastle.math.ec.endo.GLVTypeBParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSPublicKeyParameters.class=org.bouncycastle.pqc.crypto.lms.HSSPublicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincsplus/BCSPHINCSPlusPrivateKey.class=org.bouncycastle.pqc.jcajce.provider.sphincsplus.BCSPHINCSPlusPrivateKey, META-INF/versions/9/org/bouncycastle/asn1/ASN1Encoding.class=org.bouncycastle.asn1.ASN1Encoding, META-INF/versions/9/org/bouncycastle/math/ec/endo/EndoPreCompInfo.class=org.bouncycastle.math.ec.endo.EndoPreCompInfo, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusPublicKeyParameters.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusPublicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p$Gaussian.class=org.bouncycastle.pqc.legacy.crypto.qtesla.QTesla3p$Gaussian, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$22.class=org.bouncycastle.crypto.ec.CustomNamedCurves$22, META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil$1.class=org.bouncycastle.jcajce.provider.asymmetric.util.ECUtil$1, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$2.class=org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves$2, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric$AesSymmetric.class=org.bouncycastle.pqc.crypto.crystals.kyber.Symmetric$AesSymmetric, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/util/KeyUtil.class=org.bouncycastle.pqc.jcajce.provider.util.KeyUtil, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsPublicKey.class=org.bouncycastle.pqc.crypto.lms.LMOtsPublicKey, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowKeyParameters.class=org.bouncycastle.pqc.legacy.crypto.rainbow.RainbowKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicPublicKeyParameters.class=org.bouncycastle.pqc.crypto.picnic.PicnicPublicKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/ASN1OutputStream.class=org.bouncycastle.asn1.ASN1OutputStream, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/BC11XDHPublicKey.class=org.bouncycastle.jcajce.provider.asymmetric.edec.BC11XDHPublicKey, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519UwithSHA256CKDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519UwithSHA256CKDF, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$7.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$7, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/BCFalconPrivateKey.class=org.bouncycastle.pqc.jcajce.provider.falcon.BCFalconPrivateKey, META-INF/versions/9/org/bouncycastle/util/io/StreamOverflowException.class=org.bouncycastle.util.io.StreamOverflowException, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Point.class=org.bouncycastle.math.ec.custom.sec.SecP192R1Point, META-INF/versions/9/org/bouncycastle/asn1/BERSet.class=org.bouncycastle.asn1.BERSet, META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519.class=org.bouncycastle.math.ec.custom.djb.Curve25519, META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEParameters.class=org.bouncycastle.pqc.crypto.bike.BIKEParameters, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$Ed448, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/Internal.class=org.bouncycastle.pqc.crypto.sike.Internal, META-INF/versions/9/org/bouncycastle/asn1/ASN1T61String.class=org.bouncycastle.asn1.ASN1T61String, META-INF/versions/9/org/bouncycastle/math/ec/FixedPointUtil$1.class=org.bouncycastle.math.ec.FixedPointUtil$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP384R1FieldElement, META-INF/versions/9/org/bouncycastle/crypto/digests/GeneralDigest.class=org.bouncycastle.crypto.digests.GeneralDigest, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$7.class=org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves$7, META-INF/versions/9/org/bouncycastle/pqc/asn1/PQCObjectIdentifiers.class=org.bouncycastle.pqc.asn1.PQCObjectIdentifiers, META-INF/versions/9/org/bouncycastle/crypto/BufferedBlockCipher.class=org.bouncycastle.crypto.BufferedBlockCipher, META-INF/versions/9/org/bouncycastle/pqc/crypto/ExhaustedPrivateKeyException.class=org.bouncycastle.pqc.crypto.ExhaustedPrivateKeyException, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X448, META-INF/versions/9/org/bouncycastle/math/ec/WTauNafPreCompInfo.class=org.bouncycastle.math.ec.WTauNafPreCompInfo, META-INF/versions/9/org/bouncycastle/asn1/DERExternalParser.class=org.bouncycastle.asn1.DERExternalParser, META-INF/versions/9/org/bouncycastle/asn1/x9/X9ECPoint.class=org.bouncycastle.asn1.x9.X9ECPoint, META-INF/versions/9/org/bouncycastle/crypto/Xof.class=org.bouncycastle.crypto.Xof, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$27.class=org.bouncycastle.crypto.ec.CustomNamedCurves$27, META-INF/versions/9/org/bouncycastle/asn1/DefiniteLengthInputStream.class=org.bouncycastle.asn1.DefiniteLengthInputStream, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSNode.class=org.bouncycastle.pqc.crypto.xmss.XMSSNode, META-INF/versions/9/org/bouncycastle/jce/spec/ECNamedCurveParameterSpec.class=org.bouncycastle.jce.spec.ECNamedCurveParameterSpec, META-INF/versions/9/org/bouncycastle/pqc/math/linearalgebra/RandUtils.class=org.bouncycastle.pqc.math.linearalgebra.RandUtils, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/PointProj.class=org.bouncycastle.pqc.crypto.sike.PointProj, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$10.class=org.bouncycastle.asn1.sec.SECNamedCurves$10, META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSPublicKey.class=org.bouncycastle.pqc.asn1.XMSSPublicKey, META-INF/versions/9/org/bouncycastle/asn1/DERIA5String.class=org.bouncycastle.asn1.DERIA5String, META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil$2.class=org.bouncycastle.math.ec.WNafUtil$2, META-INF/versions/9/org/bouncycastle/crypto/digests/CSHAKEDigest.class=org.bouncycastle.crypto.digests.CSHAKEDigest, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$21.class=org.bouncycastle.crypto.ec.CustomNamedCurves$21, META-INF/versions/9/org/bouncycastle/math/ec/ECAlgorithms.class=org.bouncycastle.math.ec.ECAlgorithms, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi, META-INF/versions/9/org/bouncycastle/crypto/params/ParametersWithIV.class=org.bouncycastle.crypto.params.ParametersWithIV, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/FalconKey.class=org.bouncycastle.pqc.jcajce.interfaces.FalconKey, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$8.class=org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves$8, META-INF/versions/9/org/bouncycastle/asn1/DLSetParser.class=org.bouncycastle.asn1.DLSetParser, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R1Point.class=org.bouncycastle.math.ec.custom.sec.SecT113R1Point, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571Field.class=org.bouncycastle.math.ec.custom.sec.SecT571Field, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/GOST3410PublicKeyAlgParameters.class=org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT193R1Curve$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT163R1Curve$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT283R1Curve$1, META-INF/versions/9/org/bouncycastle/asn1/ASN1Set$3.class=org.bouncycastle.asn1.ASN1Set$3, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature$Proof.class=org.bouncycastle.pqc.crypto.picnic.Signature$Proof, META-INF/versions/9/org/bouncycastle/util/Memoable.class=org.bouncycastle.util.Memoable, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters$Builder.class=org.bouncycastle.pqc.crypto.xmss.XMSSPublicKeyParameters$Builder, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP128R1Curve$1, META-INF/versions/9/org/bouncycastle/crypto/macs/HMac.class=org.bouncycastle.crypto.macs.HMac, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSPrivateKey.class=org.bouncycastle.pqc.jcajce.interfaces.XMSSPrivateKey, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R2Curve.class=org.bouncycastle.math.ec.custom.sec.SecT113R2Curve, META-INF/versions/9/org/bouncycastle/asn1/ASN1Null.class=org.bouncycastle.asn1.ASN1Null, META-INF/versions/9/org/bouncycastle/asn1/ASN1EncodableVector.class=org.bouncycastle.asn1.ASN1EncodableVector, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$DilithiumConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$DilithiumConverter, META-INF/versions/9/org/bouncycastle/asn1/ASN1String.class=org.bouncycastle.asn1.ASN1String, META-INF/versions/9/org/bouncycastle/asn1/DERTaggedObject.class=org.bouncycastle.asn1.DERTaggedObject, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Point.class=org.bouncycastle.math.ec.custom.sec.SecP256R1Point, META-INF/versions/9/org/bouncycastle/crypto/digests/XofUtils.class=org.bouncycastle.crypto.digests.XofUtils, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUPublicKeyParameters.class=org.bouncycastle.pqc.crypto.ntru.NTRUPublicKeyParameters, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$19.class=org.bouncycastle.crypto.ec.CustomNamedCurves$19, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239K1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT239K1Curve, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/HRSSPolynomial.class=org.bouncycastle.pqc.math.ntru.HRSSPolynomial, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$26.class=org.bouncycastle.crypto.ec.CustomNamedCurves$26, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSAddress$Builder.class=org.bouncycastle.pqc.crypto.xmss.XMSSAddress$Builder, META-INF/versions/9/org/bouncycastle/asn1/x9/X9IntegerConverter.class=org.bouncycastle.asn1.x9.X9IntegerConverter, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$Ed25519, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/View.class=org.bouncycastle.pqc.crypto.picnic.View, META-INF/versions/9/org/bouncycastle/jcajce/provider/config/ProviderConfiguration.class=org.bouncycastle.jcajce.provider.config.ProviderConfiguration, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NHPrivateKey.class=org.bouncycastle.pqc.jcajce.interfaces.NHPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSKey.class=org.bouncycastle.pqc.jcajce.interfaces.SPHINCSKey, META-INF/versions/9/org/bouncycastle/pqc/asn1/McElieceCCA2PrivateKey.class=org.bouncycastle.pqc.asn1.McElieceCCA2PrivateKey, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$3.class=org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves$3, META-INF/versions/9/org/bouncycastle/asn1/ASN1SetParser.class=org.bouncycastle.asn1.ASN1SetParser, META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSMTPublicKey.class=org.bouncycastle.pqc.asn1.XMSSMTPublicKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSSignature.class=org.bouncycastle.pqc.crypto.lms.LMSSignature, META-INF/versions/9/org/bouncycastle/crypto/BlockCipher.class=org.bouncycastle.crypto.BlockCipher, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceParameters.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/BDSTreeHash.class=org.bouncycastle.pqc.crypto.xmss.BDSTreeHash, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$30.class=org.bouncycastle.crypto.ec.CustomNamedCurves$30, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$XDH.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$XDH, META-INF/versions/9/org/bouncycastle/asn1/ASN1VideotexString$1.class=org.bouncycastle.asn1.ASN1VideotexString$1, META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/SPHINCSPlusParameterSpec.class=org.bouncycastle.pqc.jcajce.spec.SPHINCSPlusParameterSpec, META-INF/versions/9/org/bouncycastle/util/Properties$1.class=org.bouncycastle.util.Properties$1, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Matrix.class=org.bouncycastle.pqc.legacy.math.linearalgebra.GF2Matrix, META-INF/versions/9/org/bouncycastle/util/Encodable.class=org.bouncycastle.util.Encodable, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$8.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$8, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric$ShakeSymmetric.class=org.bouncycastle.pqc.crypto.crystals.dilithium.Symmetric$ShakeSymmetric, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R2Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT131R2Curve$1, META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar.class=org.bouncycastle.crypto.CryptoServicesRegistrar, META-INF/versions/9/org/bouncycastle/asn1/BERTaggedObject.class=org.bouncycastle.asn1.BERTaggedObject, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/GF.class=org.bouncycastle.pqc.crypto.cmce.GF, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.hqc.HQCPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/x9/X9ECParameters.class=org.bouncycastle.asn1.x9.X9ECParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/BDSStateMap.class=org.bouncycastle.pqc.crypto.xmss.BDSStateMap, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Point.class=org.bouncycastle.math.ec.custom.sec.SecP160R1Point, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumKeyParameters.class=org.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeParameters.class=org.bouncycastle.pqc.crypto.ntruprime.SNTRUPrimeParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$Sha2Engine.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusEngine$Sha2Engine, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Point.class=org.bouncycastle.math.ec.custom.sec.SecP192K1Point, META-INF/versions/9/org/bouncycastle/crypto/digests/SHA224Digest.class=org.bouncycastle.crypto.digests.SHA224Digest, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2Parameters.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceCCA2Parameters, META-INF/versions/9/org/bouncycastle/math/ec/endo/EndoUtil$1.class=org.bouncycastle.math.ec.endo.EndoUtil$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519Point.class=org.bouncycastle.math.ec.custom.djb.Curve25519Point, META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEPublicKeyParameters.class=org.bouncycastle.pqc.crypto.bike.BIKEPublicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimePrivateKeyParameters.class=org.bouncycastle.pqc.crypto.ntruprime.SNTRUPrimePrivateKeyParameters, META-INF/versions/9/org/bouncycastle/crypto/params/DSAParameters.class=org.bouncycastle.crypto.params.DSAParameters, META-INF/versions/9/org/bouncycastle/asn1/ASN1ApplicationSpecific.class=org.bouncycastle.asn1.ASN1ApplicationSpecific, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PrivateKeyInfoFactory.class=org.bouncycastle.pqc.crypto.util.PrivateKeyInfoFactory, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/rainbow/util/RainbowUtil.class=org.bouncycastle.pqc.legacy.crypto.rainbow.util.RainbowUtil, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$LMSConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$LMSConverter, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$12.class=org.bouncycastle.crypto.util.DigestFactory$12, META-INF/versions/9/org/bouncycastle/crypto/digests/LongDigest.class=org.bouncycastle.crypto.digests.LongDigest, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/BC15EdDSAPrivateKey.class=org.bouncycastle.jcajce.provider.asymmetric.edec.BC15EdDSAPrivateKey, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283K1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT283K1Curve, META-INF/versions/9/org/bouncycastle/asn1/ASN1Integer.class=org.bouncycastle.asn1.ASN1Integer, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP224K1Curve, META-INF/versions/9/org/bouncycastle/asn1/ASN1TaggedObjectParser.class=org.bouncycastle.asn1.ASN1TaggedObjectParser, META-INF/versions/9/org/bouncycastle/asn1/StreamUtil.class=org.bouncycastle.asn1.StreamUtil, META-INF/versions/9/org/bouncycastle/asn1/gm/GMObjectIdentifiers.class=org.bouncycastle.asn1.gm.GMObjectIdentifiers, META-INF/versions/9/org/bouncycastle/asn1/DERGeneralizedTime.class=org.bouncycastle.asn1.DERGeneralizedTime, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT113R1Curve$1, META-INF/versions/9/org/bouncycastle/jcajce/spec/DHDomainParameterSpec.class=org.bouncycastle.jcajce.spec.DHDomainParameterSpec, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSPrivateKey.class=org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$4.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$4, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT409R1Curve, META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$Fp.class=org.bouncycastle.math.ec.ECPoint$Fp, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283K1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT283K1Curve$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Reduce.class=org.bouncycastle.pqc.crypto.crystals.kyber.Reduce, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters$1.class=org.bouncycastle.pqc.crypto.xmss.XMSSMTPrivateKeyParameters$1, META-INF/versions/9/org/bouncycastle/util/Fingerprint.class=org.bouncycastle.util.Fingerprint, META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$3.class=org.bouncycastle.crypto.CryptoServicesRegistrar$3, META-INF/versions/9/org/bouncycastle/crypto/digests/Utils$DefaultPropertiesWithPRF.class=org.bouncycastle.crypto.digests.Utils$DefaultPropertiesWithPRF, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusKey.class=org.bouncycastle.pqc.jcajce.interfaces.SPHINCSPlusKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Ntt.class=org.bouncycastle.pqc.crypto.crystals.kyber.Ntt, META-INF/versions/9/org/bouncycastle/asn1/DLSet.class=org.bouncycastle.asn1.DLSet, META-INF/versions/9/org/bouncycastle/crypto/AsymmetricCipherKeyPairGenerator.class=org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator, META-INF/versions/9/org/bouncycastle/jcajce/provider/util/AsymmetricKeyInfoConverter.class=org.bouncycastle.jcajce.provider.util.AsymmetricKeyInfoConverter, META-INF/versions/9/org/bouncycastle/jce/spec/ECNamedCurveSpec.class=org.bouncycastle.jce.spec.ECNamedCurveSpec, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincs/Sphincs256KeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.sphincs.Sphincs256KeyFactorySpi, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160K1Point.class=org.bouncycastle.math.ec.custom.sec.SecP160K1Point, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/LowmcConstants.class=org.bouncycastle.pqc.crypto.picnic.LowmcConstants, META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$AbstractFp.class=org.bouncycastle.math.ec.ECPoint$AbstractFp, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.lms.LMSPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/math/linearalgebra/Permutation.class=org.bouncycastle.pqc.math.linearalgebra.Permutation, META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator.class=org.bouncycastle.pqc.crypto.frodo.FrodoMatrixGenerator, META-INF/versions/9/org/bouncycastle/asn1/ASN1Set$2.class=org.bouncycastle.asn1.ASN1Set$2, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/P503.class=org.bouncycastle.pqc.crypto.sike.P503, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$X25519, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSContext.class=org.bouncycastle.pqc.crypto.lms.LMSContext, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$Ed25519, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$QTeslaConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$QTeslaConverter, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSMTKey.class=org.bouncycastle.pqc.jcajce.interfaces.XMSSMTKey, META-INF/versions/9/org/bouncycastle/asn1/ASN1External$1.class=org.bouncycastle.asn1.ASN1External$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoKeyParameters.class=org.bouncycastle.pqc.crypto.frodo.FrodoKeyParameters, META-INF/versions/9/org/bouncycastle/crypto/digests/SHA256Digest.class=org.bouncycastle.crypto.digests.SHA256Digest, META-INF/versions/9/org/bouncycastle/asn1/InMemoryRepresentable.class=org.bouncycastle.asn1.InMemoryRepresentable, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$1.class=org.bouncycastle.crypto.ec.CustomNamedCurves$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R2Point.class=org.bouncycastle.math.ec.custom.sec.SecT193R2Point, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicEngine.class=org.bouncycastle.pqc.crypto.picnic.PicnicEngine, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/SIKEKeyParameters.class=org.bouncycastle.pqc.crypto.sike.SIKEKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Poly.class=org.bouncycastle.pqc.crypto.crystals.dilithium.Poly, META-INF/versions/9/org/bouncycastle/math/field/ExtensionField.class=org.bouncycastle.math.field.ExtensionField, META-INF/versions/9/org/bouncycastle/util/Objects.class=org.bouncycastle.util.Objects, META-INF/versions/9/org/bouncycastle/math/raw/Nat128.class=org.bouncycastle.math.raw.Nat128, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeParameters.class=org.bouncycastle.pqc.crypto.ntruprime.NTRULPRimeParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/OTSHashAddress$Builder.class=org.bouncycastle.pqc.crypto.xmss.OTSHashAddress$Builder, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT193R1Curve, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131Field.class=org.bouncycastle.math.ec.custom.sec.SecT131Field, META-INF/versions/9/org/bouncycastle/crypto/params/ECPrivateKeyParameters.class=org.bouncycastle.crypto.params.ECPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS2048509.class=org.bouncycastle.pqc.math.ntru.parameters.NTRUHPS2048509, META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalTypes.class=org.bouncycastle.asn1.ASN1UniversalTypes, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$8.class=org.bouncycastle.crypto.ec.CustomNamedCurves$8, META-INF/versions/9/org/bouncycastle/util/encoders/UTF8.class=org.bouncycastle.util.encoders.UTF8, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$15.class=org.bouncycastle.asn1.x9.X962NamedCurves$15, META-INF/versions/9/org/bouncycastle/asn1/DEROctetStringParser.class=org.bouncycastle.asn1.DEROctetStringParser, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/GF13.class=org.bouncycastle.pqc.crypto.cmce.GF13, META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoPublicKeyParameters.class=org.bouncycastle.pqc.crypto.frodo.FrodoPublicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/KeyedHashFunctions.class=org.bouncycastle.pqc.crypto.xmss.KeyedHashFunctions, META-INF/versions/9/org/bouncycastle/util/Exceptions.class=org.bouncycastle.util.Exceptions, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Ntt.class=org.bouncycastle.pqc.crypto.crystals.dilithium.Ntt, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecT409FieldElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusOid.class=org.bouncycastle.pqc.crypto.xmss.WOTSPlusOid, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Field.class=org.bouncycastle.math.ec.custom.sec.SecP256K1Field, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$15.class=org.bouncycastle.asn1.sec.SECNamedCurves$15, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p$QTesla3PPolynomial.class=org.bouncycastle.pqc.legacy.crypto.qtesla.QTesla3p$QTesla3PPolynomial, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSUtil$CheckingStream.class=org.bouncycastle.pqc.crypto.xmss.XMSSUtil$CheckingStream, META-INF/versions/9/org/bouncycastle/crypto/CryptoServicePurpose.class=org.bouncycastle.crypto.CryptoServicePurpose, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$XDH.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$XDH, META-INF/versions/9/org/bouncycastle/math/raw/Nat512.class=org.bouncycastle.math.raw.Nat512, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/P610.class=org.bouncycastle.pqc.crypto.sike.P610, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/PicnicKey.class=org.bouncycastle.pqc.jcajce.interfaces.PicnicKey, META-INF/versions/9/org/bouncycastle/asn1/ASN1UTF8String$1.class=org.bouncycastle.asn1.ASN1UTF8String$1, META-INF/versions/9/org/bouncycastle/math/field/PolynomialExtensionField.class=org.bouncycastle.math.field.PolynomialExtensionField, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTParameters.class=org.bouncycastle.pqc.crypto.xmss.XMSSMTParameters, META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalString$1.class=org.bouncycastle.asn1.ASN1UniversalString$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$FrodoConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$FrodoConverter, META-INF/versions/9/org/bouncycastle/asn1/x9/X9ECParametersHolder.class=org.bouncycastle.asn1.x9.X9ECParametersHolder, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163Field.class=org.bouncycastle.math.ec.custom.sec.SecT163Field, META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence$2.class=org.bouncycastle.asn1.ASN1Sequence$2, META-INF/versions/9/org/bouncycastle/crypto/params/ECNamedDomainParameters.class=org.bouncycastle.crypto.params.ECNamedDomainParameters, META-INF/versions/9/org/bouncycastle/jce/interfaces/ECKey.class=org.bouncycastle.jce.interfaces.ECKey, META-INF/versions/9/org/bouncycastle/util/encoders/DecoderException.class=org.bouncycastle.util.encoders.DecoderException, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Tape.class=org.bouncycastle.pqc.crypto.picnic.Tape, META-INF/versions/9/org/bouncycastle/math/raw/Nat.class=org.bouncycastle.math.raw.Nat, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512KDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X448withSHA512KDF, META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralizedTime$1.class=org.bouncycastle.asn1.ASN1GeneralizedTime$1, META-INF/versions/9/org/bouncycastle/asn1/ASN1SequenceParser.class=org.bouncycastle.asn1.ASN1SequenceParser, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Packing.class=org.bouncycastle.pqc.crypto.crystals.dilithium.Packing, META-INF/versions/9/org/bouncycastle/asn1/gm/GMNamedCurves$1.class=org.bouncycastle.asn1.gm.GMNamedCurves$1, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$EdDSA.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$EdDSA, META-INF/versions/9/org/bouncycastle/pqc/math/linearalgebra/PolynomialRingGF2.class=org.bouncycastle.pqc.math.linearalgebra.PolynomialRingGF2, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$20.class=org.bouncycastle.crypto.ec.CustomNamedCurves$20, META-INF/versions/9/org/bouncycastle/asn1/ASN1TaggedObject.class=org.bouncycastle.asn1.ASN1TaggedObject, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McEliecePrivateKeyParameters.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McEliecePrivateKeyParameters, META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$F2m.class=org.bouncycastle.math.ec.ECFieldElement$F2m, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecT131FieldElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconPublicKeyParameters.class=org.bouncycastle.pqc.crypto.falcon.FalconPublicKeyParameters, META-INF/versions/9/org/bouncycastle/math/ec/ScaleXPointMap.class=org.bouncycastle.math.ec.ScaleXPointMap, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/OTSHashAddress$1.class=org.bouncycastle.pqc.crypto.xmss.OTSHashAddress$1, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$13.class=org.bouncycastle.asn1.sec.SECNamedCurves$13, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSSignature.class=org.bouncycastle.pqc.crypto.lms.HSSSignature, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/Utils.class=org.bouncycastle.pqc.crypto.util.Utils, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Field.class=org.bouncycastle.math.ec.custom.sec.SecP224R1Field, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowPrivateKeyParameters.class=org.bouncycastle.pqc.legacy.crypto.rainbow.RainbowPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsPrivateKey.class=org.bouncycastle.pqc.crypto.lms.LMOtsPrivateKey, META-INF/versions/9/org/bouncycastle/asn1/BERTags.class=org.bouncycastle.asn1.BERTags, META-INF/versions/9/org/bouncycastle/asn1/anssi/ANSSINamedCurves.class=org.bouncycastle.asn1.anssi.ANSSINamedCurves, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSOid.class=org.bouncycastle.pqc.crypto.xmss.XMSSOid, META-INF/versions/9/org/bouncycastle/util/BigIntegers$Cache.class=org.bouncycastle.util.BigIntegers$Cache, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$KyberConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$KyberConverter, META-INF/versions/9/org/bouncycastle/asn1/DERBMPString.class=org.bouncycastle.asn1.DERBMPString, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP256R1FieldElement, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/newhope/BCNHPrivateKey.class=org.bouncycastle.pqc.jcajce.provider.newhope.BCNHPrivateKey, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Field.class=org.bouncycastle.math.ec.custom.sec.SecP160R2Field, META-INF/versions/9/org/bouncycastle/math/ec/ECCurve.class=org.bouncycastle.math.ec.ECCurve, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$2.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$2, META-INF/versions/9/org/bouncycastle/asn1/ASN1Boolean.class=org.bouncycastle.asn1.ASN1Boolean, META-INF/versions/9/org/bouncycastle/jcajce/provider/util/AlgorithmProvider.class=org.bouncycastle.jcajce.provider.util.AlgorithmProvider, META-INF/versions/9/org/bouncycastle/asn1/BERSetParser.class=org.bouncycastle.asn1.BERSetParser, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Point.class=org.bouncycastle.math.ec.custom.sec.SecP384R1Point, META-INF/versions/9/org/bouncycastle/pqc/asn1/McEliecePublicKey.class=org.bouncycastle.pqc.asn1.McEliecePublicKey, META-INF/versions/9/org/bouncycastle/crypto/digests/Utils$DefaultProperties.class=org.bouncycastle.crypto.digests.Utils$DefaultProperties, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R2Curve.class=org.bouncycastle.math.ec.custom.sec.SecT131R2Curve, META-INF/versions/9/org/bouncycastle/asn1/bc/BCObjectIdentifiers.class=org.bouncycastle.asn1.bc.BCObjectIdentifiers, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$18.class=org.bouncycastle.asn1.x9.X962NamedCurves$18, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$X448, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$Shake256EngineProvider.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusParameters$Shake256EngineProvider, META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$1.class=org.bouncycastle.math.ec.ECCurve$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SPHINCSPlusConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$SPHINCSPlusConverter, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R1Point.class=org.bouncycastle.math.ec.custom.sec.SecT163R1Point, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMS.class=org.bouncycastle.pqc.crypto.lms.LMS, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/ReedMuller.class=org.bouncycastle.pqc.crypto.hqc.ReedMuller, META-INF/versions/9/org/bouncycastle/asn1/ASN1VideotexString.class=org.bouncycastle.asn1.ASN1VideotexString, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233K1Point.class=org.bouncycastle.math.ec.custom.sec.SecT233K1Point, META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesPermission.class=org.bouncycastle.crypto.CryptoServicesPermission, META-INF/versions/9/org/bouncycastle/math/ec/endo/GLVEndomorphism.class=org.bouncycastle.math.ec.endo.GLVEndomorphism, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberKeyParameters.class=org.bouncycastle.pqc.crypto.crystals.kyber.KyberKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence$3.class=org.bouncycastle.asn1.ASN1Sequence$3, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$31.class=org.bouncycastle.asn1.sec.SECNamedCurves$31, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCEngine.class=org.bouncycastle.pqc.crypto.hqc.HQCEngine, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS4096821.class=org.bouncycastle.pqc.math.ntru.parameters.NTRUHPS4096821, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberIndCpa.class=org.bouncycastle.pqc.crypto.crystals.kyber.KyberIndCpa, META-INF/versions/9/org/bouncycastle/asn1/BEROctetStringParser.class=org.bouncycastle.asn1.BEROctetStringParser, META-INF/versions/9/org/bouncycastle/pqc/math/linearalgebra/PolynomialGF2mSmallM.class=org.bouncycastle.pqc.math.linearalgebra.PolynomialGF2mSmallM, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode$MaMaPe.class=org.bouncycastle.pqc.legacy.math.linearalgebra.GoppaCode$MaMaPe, META-INF/versions/9/org/bouncycastle/asn1/BERBitString.class=org.bouncycastle.asn1.BERBitString, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/GFCalculator.class=org.bouncycastle.pqc.crypto.hqc.GFCalculator, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$17.class=org.bouncycastle.asn1.x9.X962NamedCurves$17, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$XMSSConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$XMSSConverter, META-INF/versions/9/org/bouncycastle/crypto/DerivationFunction.class=org.bouncycastle.crypto.DerivationFunction, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT571R1Curve, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature2.class=org.bouncycastle.pqc.crypto.picnic.Signature2, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$4.class=org.bouncycastle.crypto.ec.CustomNamedCurves$4, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP160R2FieldElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimePublicKeyParameters.class=org.bouncycastle.pqc.crypto.ntruprime.NTRULPRimePublicKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/DLSequenceParser.class=org.bouncycastle.asn1.DLSequenceParser, META-INF/versions/9/org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil$1.class=org.bouncycastle.jcajce.provider.symmetric.util.ClassUtil$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincs/SPHINCSKeyParameters.class=org.bouncycastle.pqc.crypto.sphincs.SPHINCSKeyParameters, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT113R1Curve, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$17.class=org.bouncycastle.asn1.sec.SECNamedCurves$17, META-INF/versions/9/org/bouncycastle/asn1/x509/AlgorithmIdentifier.class=org.bouncycastle.asn1.x509.AlgorithmIdentifier, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/BigEndianConversions.class=org.bouncycastle.pqc.legacy.math.linearalgebra.BigEndianConversions, META-INF/versions/9/org/bouncycastle/asn1/anssi/ANSSINamedCurves$1.class=org.bouncycastle.asn1.anssi.ANSSINamedCurves$1, META-INF/versions/9/org/bouncycastle/math/ec/WNafPreCompInfo.class=org.bouncycastle.math.ec.WNafPreCompInfo, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberPublicKeyParameters.class=org.bouncycastle.pqc.crypto.crystals.kyber.KyberPublicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialRingGF2m.class=org.bouncycastle.pqc.legacy.math.linearalgebra.PolynomialRingGF2m, META-INF/versions/9/org/bouncycastle/crypto/params/DSAValidationParameters.class=org.bouncycastle.crypto.params.DSAValidationParameters, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSPublicKey.class=org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSPublicKey, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/Permutation.class=org.bouncycastle.pqc.legacy.math.linearalgebra.Permutation, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP224R1Curve$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/DigestUtil.class=org.bouncycastle.pqc.crypto.xmss.DigestUtil, META-INF/versions/9/org/bouncycastle/asn1/DLFactory.class=org.bouncycastle.asn1.DLFactory, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/FalconPrivateKey.class=org.bouncycastle.pqc.jcajce.interfaces.FalconPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAPrivateKeyParameters.class=org.bouncycastle.pqc.legacy.crypto.qtesla.QTESLAPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP224R1FieldElement, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571K1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT571K1Curve$1, META-INF/versions/9/org/bouncycastle/asn1/ASN1Set.class=org.bouncycastle.asn1.ASN1Set, META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/EC5Util.class=org.bouncycastle.jcajce.provider.asymmetric.util.EC5Util, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP192K1Curve, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$1.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$1, META-INF/versions/9/org/bouncycastle/asn1/x509/SubjectPublicKeyInfo.class=org.bouncycastle.asn1.x509.SubjectPublicKeyInfo, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSKey.class=org.bouncycastle.pqc.jcajce.interfaces.XMSSKey, META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519FieldElement.class=org.bouncycastle.math.ec.custom.djb.Curve25519FieldElement, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$16.class=org.bouncycastle.asn1.sec.SECNamedCurves$16, META-INF/versions/9/org/bouncycastle/jce/interfaces/ECPublicKey.class=org.bouncycastle.jce.interfaces.ECPublicKey, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves.class=org.bouncycastle.asn1.x9.X962NamedCurves, META-INF/versions/9/org/bouncycastle/util/Arrays$Iterator.class=org.bouncycastle.util.Arrays$Iterator, META-INF/versions/9/org/bouncycastle/math/ec/SimpleBigDecimal.class=org.bouncycastle.math.ec.SimpleBigDecimal, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$9.class=org.bouncycastle.crypto.ec.CustomNamedCurves$9, META-INF/versions/9/org/bouncycastle/math/raw/Nat256.class=org.bouncycastle.math.raw.Nat256, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTKeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.xmss.XMSSMTKeyFactorySpi, META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralString$1.class=org.bouncycastle.asn1.ASN1GeneralString$1, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/lms/BCLMSPublicKey.class=org.bouncycastle.pqc.jcajce.provider.lms.BCLMSPublicKey, META-INF/versions/9/org/bouncycastle/asn1/pkcs/PrivateKeyInfo.class=org.bouncycastle.asn1.pkcs.PrivateKeyInfo, META-INF/versions/9/org/bouncycastle/asn1/DERApplicationSpecific.class=org.bouncycastle.asn1.DERApplicationSpecific, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$32.class=org.bouncycastle.asn1.sec.SECNamedCurves$32, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSS$PlaceholderLMSPrivateKey.class=org.bouncycastle.pqc.crypto.lms.HSS$PlaceholderLMSPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLASecurityCategory.class=org.bouncycastle.pqc.legacy.crypto.qtesla.QTESLASecurityCategory, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecT571FieldElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaSXof.class=org.bouncycastle.pqc.crypto.sphincsplus.HarakaSXof, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSKeyGenerationParameters.class=org.bouncycastle.pqc.crypto.lms.HSSKeyGenerationParameters, META-INF/versions/9/org/bouncycastle/util/Properties.class=org.bouncycastle.util.Properties, META-INF/versions/9/org/bouncycastle/math/raw/Nat192.class=org.bouncycastle.math.raw.Nat192, META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Field.class=org.bouncycastle.math.ec.custom.gm.SM2P256V1Field, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$18.class=org.bouncycastle.asn1.sec.SECNamedCurves$18, META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$F2m.class=org.bouncycastle.math.ec.ECPoint$F2m, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R2Point.class=org.bouncycastle.math.ec.custom.sec.SecT113R2Point, META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$2.class=org.bouncycastle.crypto.CryptoServicesRegistrar$2, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$CMCEConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$CMCEConverter, META-INF/versions/9/org/bouncycastle/asn1/ASN1BMPString$1.class=org.bouncycastle.asn1.ASN1BMPString$1, META-INF/versions/9/org/bouncycastle/asn1/BERApplicationSpecific.class=org.bouncycastle.asn1.BERApplicationSpecific, META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProviderConfiguration.class=org.bouncycastle.jce.provider.BouncyCastleProviderConfiguration, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/rainbow/BCRainbowPublicKey.class=org.bouncycastle.pqc.jcajce.provider.rainbow.BCRainbowPublicKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$1.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SNTRUPrimeConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$SNTRUPrimeConverter, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113Field.class=org.bouncycastle.math.ec.custom.sec.SecT113Field, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKeyParameters.class=org.bouncycastle.pqc.crypto.ntruprime.NTRULPRimeKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/LMSKey.class=org.bouncycastle.pqc.jcajce.interfaces.LMSKey, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$6.class=org.bouncycastle.crypto.ec.CustomNamedCurves$6, META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Curve$1.class=org.bouncycastle.math.ec.custom.gm.SM2P256V1Curve$1, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$X25519, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSigParameters.class=org.bouncycastle.pqc.crypto.lms.LMSigParameters, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP256R1Curve, META-INF/versions/9/org/bouncycastle/crypto/RuntimeCryptoException.class=org.bouncycastle.crypto.RuntimeCryptoException, META-INF/versions/9/org/bouncycastle/asn1/x9/X962Parameters.class=org.bouncycastle.asn1.x9.X962Parameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LM_OTS.class=org.bouncycastle.pqc.crypto.lms.LM_OTS, META-INF/versions/9/org/bouncycastle/asn1/ASN1InputStream.class=org.bouncycastle.asn1.ASN1InputStream, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$13.class=org.bouncycastle.asn1.x9.X962NamedCurves$13, META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/Utils.class=org.bouncycastle.pqc.crypto.bike.Utils, META-INF/versions/9/org/bouncycastle/math/ec/Tnaf.class=org.bouncycastle.math.ec.Tnaf, META-INF/versions/9/org/bouncycastle/math/ec/PreCompCallback.class=org.bouncycastle.math.ec.PreCompCallback, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$10.class=org.bouncycastle.asn1.x9.X962NamedCurves$10, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193Field.class=org.bouncycastle.math.ec.custom.sec.SecT193Field, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$3.class=org.bouncycastle.crypto.ec.CustomNamedCurves$3, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialRingGF2.class=org.bouncycastle.pqc.legacy.math.linearalgebra.PolynomialRingGF2, META-INF/versions/9/org/bouncycastle/crypto/constraints/DefaultServiceProperties.class=org.bouncycastle.crypto.constraints.DefaultServiceProperties, META-INF/versions/9/org/bouncycastle/asn1/ASN1UTCTime.class=org.bouncycastle.asn1.ASN1UTCTime, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcEliecePublicKey.class=org.bouncycastle.pqc.jcajce.provider.mceliece.BCMcEliecePublicKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberEngine.class=org.bouncycastle.pqc.crypto.crystals.kyber.KyberEngine, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/ByteUtils.class=org.bouncycastle.pqc.legacy.math.linearalgebra.ByteUtils, META-INF/versions/9/org/bouncycastle/crypto/DataLengthException.class=org.bouncycastle.crypto.DataLengthException, META-INF/versions/9/org/bouncycastle/asn1/DERUniversalString.class=org.bouncycastle.asn1.DERUniversalString, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$5.class=org.bouncycastle.crypto.ec.CustomNamedCurves$5, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters.class=org.bouncycastle.pqc.crypto.xmss.XMSSMTPublicKeyParameters, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP160R1Curve, META-INF/versions/9/org/bouncycastle/asn1/x9/X9FieldID.class=org.bouncycastle.asn1.x9.X9FieldID, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaS512Digest.class=org.bouncycastle.pqc.crypto.sphincsplus.HarakaS512Digest, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/Isogeny.class=org.bouncycastle.pqc.crypto.sike.Isogeny, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$11.class=org.bouncycastle.asn1.x9.X962NamedCurves$11, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA256CKDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X448withSHA256CKDF, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEPublicKeyParameters.class=org.bouncycastle.pqc.crypto.cmce.CMCEPublicKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$30.class=org.bouncycastle.asn1.sec.SECNamedCurves$30, META-INF/versions/9/org/bouncycastle/crypto/generators/MGF1BytesGenerator.class=org.bouncycastle.crypto.generators.MGF1BytesGenerator, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecT163FieldElement, META-INF/versions/9/org/bouncycastle/pqc/asn1/CMCEPrivateKey.class=org.bouncycastle.pqc.asn1.CMCEPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/KMatrices.class=org.bouncycastle.pqc.crypto.picnic.KMatrices, META-INF/versions/9/org/bouncycastle/util/MemoableResetException.class=org.bouncycastle.util.MemoableResetException, META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence.class=org.bouncycastle.asn1.ASN1Sequence, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Poly.class=org.bouncycastle.pqc.crypto.crystals.kyber.Poly, META-INF/versions/9/org/bouncycastle/asn1/BEROctetString.class=org.bouncycastle.asn1.BEROctetString, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/Fpx.class=org.bouncycastle.pqc.crypto.sike.Fpx, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecT233FieldElement, META-INF/versions/9/org/bouncycastle/pqc/asn1/CMCEPublicKey.class=org.bouncycastle.pqc.asn1.CMCEPublicKey, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$12.class=org.bouncycastle.asn1.x9.X962NamedCurves$12, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP160R1FieldElement, META-INF/versions/9/org/bouncycastle/asn1/ASN1IA5String.class=org.bouncycastle.asn1.ASN1IA5String, META-INF/versions/9/org/bouncycastle/asn1/ASN1Integer$1.class=org.bouncycastle.asn1.ASN1Integer$1, META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralizedTime.class=org.bouncycastle.asn1.ASN1GeneralizedTime, META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$1.class=org.bouncycastle.crypto.CryptoServicesRegistrar$1, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$19.class=org.bouncycastle.asn1.sec.SECNamedCurves$19, META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519Field.class=org.bouncycastle.math.ec.custom.djb.Curve25519Field, META-INF/versions/9/org/bouncycastle/crypto/digests/SHA3Digest.class=org.bouncycastle.crypto.digests.SHA3Digest}
00:41:38 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/org.bouncycastle.bcprov-1.72.0-SNAPSHOT.jar
00:41:40 [INFO] Gathering sources
00:41:40 [INFO] Configured Artifact: org.bouncycastle:bcprov-jdk18on:sources:1.72:jar
00:41:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA,**/test/**/*.*"
00:41:41 [INFO] Copying 3 resources
00:41:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/org.bouncycastle.bcprov-1.72.0-SNAPSHOT-sources.jar
00:41:42 [INFO] Assembling p2 repository
00:41:44 [INFO] 
00:41:44 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.bouncycastle.bcprov ---
00:41:44 [INFO] 
00:41:44 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.bouncycastle.bcprov ---
00:41:44 [INFO] Gathering sources archives
00:41:44 [INFO] Configured Artifact: org.bouncycastle:bcprov-jdk18on:sources:1.72:jar
00:41:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/sources-for-eclipse-ipzilla/bcprov-jdk18on-1.72-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA,**/test/**/*.*"
00:41:45 [INFO] Configured Artifact: org.bouncycastle:bcprov-jdk18on:sources:1.72:jar
00:41:45 [INFO] Copying bcprov-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/sources-for-eclipse-ipzilla/bcprov-jdk18on-1.72-sources.jar
00:41:45 [INFO] Refreshing about files and about.html
00:41:45 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:41:45 [INFO] 
00:41:45 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.bouncycastle.bcprov ---
00:41:45 [WARNING] artifact org.eclipse.orbit.bundles:org.bouncycastle.bcprov:xml:p2metadata:1.72.0-SNAPSHOT already attached, replace previous instance
00:41:45 [WARNING] artifact org.eclipse.orbit.bundles:org.bouncycastle.bcprov:xml:p2artifacts:1.72.0-SNAPSHOT already attached, replace previous instance
00:41:45 [INFO] 
00:41:45 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.bouncycastle.bcprov ---
00:41:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.72.0-SNAPSHOT/org.bouncycastle.bcprov-1.72.0-SNAPSHOT.pom
00:41:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/org.bouncycastle.bcprov-1.72.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.72.0-SNAPSHOT/org.bouncycastle.bcprov-1.72.0-SNAPSHOT.jar
00:41:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/org.bouncycastle.bcprov-1.72.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.72.0-SNAPSHOT/org.bouncycastle.bcprov-1.72.0-SNAPSHOT-sources.jar
00:41:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.72.0-SNAPSHOT/org.bouncycastle.bcprov-1.72.0-SNAPSHOT-p2metadata.xml
00:41:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.72.0-SNAPSHOT/org.bouncycastle.bcprov-1.72.0-SNAPSHOT-p2artifacts.xml
00:41:45 [INFO] 
00:41:45 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.bouncycastle.bcprov ---
00:41:45 [INFO] 
00:41:45 [INFO] ---------< org.eclipse.orbit.bundles:org.bouncycastle.bcutil >----------
00:41:45 [INFO] Building Bouncy Castle ASN.1 Extension and Utility APIs 1.72.0-SNAPSHOT [134/379]
00:41:45 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:41:45 [INFO] 
00:41:45 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.bouncycastle.bcutil ---
00:41:45 [INFO] 
00:41:45 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.bouncycastle.bcutil ---
00:41:45 [INFO] The project's OSGi version is 1.72.0.v20221013-1810
00:41:45 [INFO] 
00:41:45 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.bouncycastle.bcutil ---
00:41:45 [INFO] 
00:41:45 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.bouncycastle.bcutil ---
00:41:45 [INFO] Copying 3 resources
00:41:45 [INFO] 
00:41:45 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.bouncycastle.bcutil ---
00:41:45 [INFO] No sources to compile
00:41:45 [INFO] 
00:41:45 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.bouncycastle.bcutil ---
00:41:45 [INFO] Gathering dependencies
00:41:45 [INFO] Configured Artifact: org.bouncycastle:bcutil-jdk18on:1.72:jar
00:41:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/bouncycastle/bcutil-jdk18on/1.72/bcutil-jdk18on-1.72.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA"
00:41:45 [INFO] Merging collected dependencies
00:41:45 [INFO] Copying 584 resources
00:41:45 [INFO] Generating OSGi MANIFEST.MF
00:41:45 [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcutil:eclipse-bundle-recipe:1.72.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:41:45 [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcutil:eclipse-bundle-recipe:1.72.0-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info}
00:41:45 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/org.bouncycastle.bcutil-1.72.0-SNAPSHOT.jar
00:41:45 [INFO] Gathering sources
00:41:45 [INFO] Configured Artifact: org.bouncycastle:bcutil-jdk18on:sources:1.72:jar
00:41:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/bouncycastle/bcutil-jdk18on/1.72/bcutil-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA"
00:41:46 [INFO] Copying 3 resources
00:41:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/org.bouncycastle.bcutil-1.72.0-SNAPSHOT-sources.jar
00:41:46 [INFO] Assembling p2 repository
00:41:46 [INFO] 
00:41:46 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.bouncycastle.bcutil ---
00:41:46 [INFO] 
00:41:46 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.bouncycastle.bcutil ---
00:41:46 [INFO] Gathering sources archives
00:41:46 [INFO] Configured Artifact: org.bouncycastle:bcutil-jdk18on:sources:1.72:jar
00:41:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/bouncycastle/bcutil-jdk18on/1.72/bcutil-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/sources-for-eclipse-ipzilla/bcutil-jdk18on-1.72-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA"
00:41:47 [INFO] Configured Artifact: org.bouncycastle:bcutil-jdk18on:sources:1.72:jar
00:41:47 [INFO] Copying bcutil-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/sources-for-eclipse-ipzilla/bcutil-jdk18on-1.72-sources.jar
00:41:47 [INFO] Refreshing about files and about.html
00:41:47 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:41:47 [INFO] 
00:41:47 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.bouncycastle.bcutil ---
00:41:47 [WARNING] artifact org.eclipse.orbit.bundles:org.bouncycastle.bcutil:xml:p2metadata:1.72.0-SNAPSHOT already attached, replace previous instance
00:41:47 [WARNING] artifact org.eclipse.orbit.bundles:org.bouncycastle.bcutil:xml:p2artifacts:1.72.0-SNAPSHOT already attached, replace previous instance
00:41:47 [INFO] 
00:41:47 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.bouncycastle.bcutil ---
00:41:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcutil/1.72.0-SNAPSHOT/org.bouncycastle.bcutil-1.72.0-SNAPSHOT.pom
00:41:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/org.bouncycastle.bcutil-1.72.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcutil/1.72.0-SNAPSHOT/org.bouncycastle.bcutil-1.72.0-SNAPSHOT.jar
00:41:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/org.bouncycastle.bcutil-1.72.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcutil/1.72.0-SNAPSHOT/org.bouncycastle.bcutil-1.72.0-SNAPSHOT-sources.jar
00:41:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcutil/1.72.0-SNAPSHOT/org.bouncycastle.bcutil-1.72.0-SNAPSHOT-p2metadata.xml
00:41:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcutil/1.72.0-SNAPSHOT/org.bouncycastle.bcutil-1.72.0-SNAPSHOT-p2artifacts.xml
00:41:47 [INFO] 
00:41:47 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.bouncycastle.bcutil ---
00:41:47 [INFO] 
00:41:47 [INFO] ----------------< org.eclipse.orbit.bundles:bytebuddy >-----------------
00:41:47 [INFO] Building Eclipse Orbit :: Byte Buddy Recipes 1.0.0-SNAPSHOT    [135/379]
00:41:47 [INFO] --------------------------------[ pom ]---------------------------------
00:41:47 [INFO] 
00:41:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bytebuddy ---
00:41:47 [INFO] 
00:41:47 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ bytebuddy ---
00:41:47 [INFO] 
00:41:47 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ bytebuddy ---
00:41:47 [INFO] 
00:41:47 [INFO] --- maven-install-plugin:2.4:install (default-install) @ bytebuddy ---
00:41:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/bytebuddy/1.0.0-SNAPSHOT/bytebuddy-1.0.0-SNAPSHOT.pom
00:41:47 [INFO] 
00:41:47 [INFO] ---------< org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy >---------
00:41:47 [INFO] Building Byte Buddy (without dependencies) 1.7.9-SNAPSHOT      [136/379]
00:41:47 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:41:47 [INFO] 
00:41:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.bytebuddy.byte-buddy ---
00:41:47 [INFO] 
00:41:47 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ net.bytebuddy.byte-buddy ---
00:41:47 [INFO] The project's OSGi version is 1.7.9.v20180420-1519
00:41:47 [INFO] 
00:41:47 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ net.bytebuddy.byte-buddy ---
00:41:47 [INFO] 
00:41:47 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ net.bytebuddy.byte-buddy ---
00:41:47 [INFO] Copying 3 resources
00:41:47 [INFO] 
00:41:47 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ net.bytebuddy.byte-buddy ---
00:41:47 [INFO] No sources to compile
00:41:47 [INFO] 
00:41:47 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ net.bytebuddy.byte-buddy ---
00:41:47 [INFO] Gathering dependencies
00:41:47 [INFO] Configured Artifact: net.bytebuddy:byte-buddy:1.7.9:jar
00:41:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:48 [INFO] Merging collected dependencies
00:41:48 [INFO] Copying 1951 resources
00:41:48 [INFO] Generating OSGi MANIFEST.MF
00:41:49 [WARNING] Manifest org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:eclipse-bundle-recipe:1.7.9-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] 
00:41:49 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT.jar
00:41:49 [INFO] Gathering sources
00:41:49 [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.7.9:jar
00:41:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:50 [INFO] Copying 3 resources
00:41:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-sources.jar
00:41:50 [INFO] Assembling p2 repository
00:41:51 [INFO] 
00:41:51 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ net.bytebuddy.byte-buddy ---
00:41:51 [INFO] 
00:41:51 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ net.bytebuddy.byte-buddy ---
00:41:51 [INFO] Gathering sources archives
00:41:51 [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.7.9:jar
00:41:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/sources-for-eclipse-ipzilla/byte-buddy-1.7.9-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:51 [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.7.9:jar
00:41:51 [INFO] Copying byte-buddy-1.7.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/sources-for-eclipse-ipzilla/byte-buddy-1.7.9-sources.jar
00:41:51 [INFO] Refreshing about files and about.html
00:41:51 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:41:51 [INFO] 
00:41:51 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ net.bytebuddy.byte-buddy ---
00:41:51 [WARNING] artifact org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:xml:p2metadata:1.7.9-SNAPSHOT already attached, replace previous instance
00:41:51 [WARNING] artifact org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:xml:p2artifacts:1.7.9-SNAPSHOT already attached, replace previous instance
00:41:51 [INFO] 
00:41:51 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ net.bytebuddy.byte-buddy ---
00:41:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT.pom
00:41:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT.jar
00:41:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-sources.jar
00:41:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-p2metadata.xml
00:41:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-p2artifacts.xml
00:41:51 [INFO] 
00:41:51 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ net.bytebuddy.byte-buddy ---
00:41:51 [INFO] 
00:41:51 [INFO] ------< org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent >------
00:41:51 [INFO] Building Byte Buddy Java agent 1.7.9-SNAPSHOT                  [137/379]
00:41:51 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:41:51 [INFO] 
00:41:51 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.bytebuddy.byte-buddy-agent ---
00:41:51 [INFO] 
00:41:51 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ net.bytebuddy.byte-buddy-agent ---
00:41:51 [INFO] The project's OSGi version is 1.7.9.v20180420-1519
00:41:51 [INFO] 
00:41:51 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ net.bytebuddy.byte-buddy-agent ---
00:41:51 [INFO] 
00:41:51 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ net.bytebuddy.byte-buddy-agent ---
00:41:51 [INFO] Copying 3 resources
00:41:51 [INFO] 
00:41:51 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ net.bytebuddy.byte-buddy-agent ---
00:41:51 [INFO] No sources to compile
00:41:51 [INFO] 
00:41:51 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ net.bytebuddy.byte-buddy-agent ---
00:41:51 [INFO] Gathering dependencies
00:41:51 [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:1.7.9:jar
00:41:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:51 [INFO] Merging collected dependencies
00:41:51 [INFO] Copying 30 resources
00:41:51 [INFO] Generating OSGi MANIFEST.MF
00:41:51 [WARNING] Manifest org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent:eclipse-bundle-recipe:1.7.9-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:41:51 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT.jar
00:41:51 [INFO] Gathering sources
00:41:51 [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.7.9:jar
00:41:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:51 [INFO] Copying 3 resources
00:41:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT-sources.jar
00:41:51 [INFO] Assembling p2 repository
00:41:52 [INFO] 
00:41:52 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ net.bytebuddy.byte-buddy-agent ---
00:41:52 [INFO] 
00:41:52 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ net.bytebuddy.byte-buddy-agent ---
00:41:52 [INFO] Gathering sources archives
00:41:52 [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.7.9:jar
00:41:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/sources-for-eclipse-ipzilla/byte-buddy-agent-1.7.9-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:52 [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.7.9:jar
00:41:52 [INFO] Copying byte-buddy-agent-1.7.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/sources-for-eclipse-ipzilla/byte-buddy-agent-1.7.9-sources.jar
00:41:52 [INFO] Refreshing about files and about.html
00:41:52 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:41:52 [INFO] 
00:41:52 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ net.bytebuddy.byte-buddy-agent ---
00:41:52 [WARNING] artifact org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent:xml:p2metadata:1.7.9-SNAPSHOT already attached, replace previous instance
00:41:52 [WARNING] artifact org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent:xml:p2artifacts:1.7.9-SNAPSHOT already attached, replace previous instance
00:41:52 [INFO] 
00:41:52 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ net.bytebuddy.byte-buddy-agent ---
00:41:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT.pom
00:41:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT.jar
00:41:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT-sources.jar
00:41:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT-p2metadata.xml
00:41:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT-p2artifacts.xml
00:41:52 [INFO] 
00:41:52 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ net.bytebuddy.byte-buddy-agent ---
00:41:52 [INFO] 
00:41:52 [INFO] ---------< org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy >---------
00:41:52 [INFO] Building Byte Buddy (without dependencies) 1.9.0-SNAPSHOT      [138/379]
00:41:52 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:41:52 [INFO] 
00:41:52 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.bytebuddy.byte-buddy ---
00:41:52 [INFO] 
00:41:52 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ net.bytebuddy.byte-buddy ---
00:41:52 [INFO] The project's OSGi version is 1.9.0.v20181107-1410
00:41:52 [INFO] 
00:41:52 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ net.bytebuddy.byte-buddy ---
00:41:52 [INFO] 
00:41:52 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ net.bytebuddy.byte-buddy ---
00:41:52 [INFO] Copying 3 resources
00:41:52 [INFO] 
00:41:52 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ net.bytebuddy.byte-buddy ---
00:41:52 [INFO] No sources to compile
00:41:52 [INFO] 
00:41:52 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ net.bytebuddy.byte-buddy ---
00:41:52 [INFO] Gathering dependencies
00:41:52 [INFO] Configured Artifact: net.bytebuddy:byte-buddy:1.9.0:jar
00:41:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:53 [INFO] Merging collected dependencies
00:41:53 [INFO] Copying 2240 resources
00:41:54 [INFO] Generating OSGi MANIFEST.MF
00:41:55 [WARNING] Manifest org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:eclipse-bundle-recipe:1.9.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] 
00:41:55 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT.jar
00:41:55 [INFO] Gathering sources
00:41:55 [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.9.0:jar
00:41:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:55 [INFO] Copying 3 resources
00:41:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-sources.jar
00:41:56 [INFO] Assembling p2 repository
00:41:56 [INFO] 
00:41:56 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ net.bytebuddy.byte-buddy ---
00:41:56 [INFO] 
00:41:56 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ net.bytebuddy.byte-buddy ---
00:41:56 [INFO] Gathering sources archives
00:41:56 [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.9.0:jar
00:41:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/sources-for-eclipse-ipzilla/byte-buddy-1.9.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:56 [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.9.0:jar
00:41:56 [INFO] Copying byte-buddy-1.9.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/sources-for-eclipse-ipzilla/byte-buddy-1.9.0-sources.jar
00:41:56 [INFO] Refreshing about files and about.html
00:41:56 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:41:56 [INFO] 
00:41:56 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ net.bytebuddy.byte-buddy ---
00:41:56 [WARNING] artifact org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:xml:p2metadata:1.9.0-SNAPSHOT already attached, replace previous instance
00:41:56 [WARNING] artifact org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:xml:p2artifacts:1.9.0-SNAPSHOT already attached, replace previous instance
00:41:56 [INFO] 
00:41:56 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ net.bytebuddy.byte-buddy ---
00:41:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT.pom
00:41:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT.jar
00:41:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-sources.jar
00:41:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-p2metadata.xml
00:41:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-p2artifacts.xml
00:41:56 [INFO] 
00:41:56 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ net.bytebuddy.byte-buddy ---
00:41:56 [INFO] 
00:41:56 [INFO] ------< org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent >------
00:41:56 [INFO] Building Byte Buddy Java agent 1.9.0-SNAPSHOT                  [139/379]
00:41:56 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:41:57 [INFO] 
00:41:57 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.bytebuddy.byte-buddy-agent ---
00:41:57 [INFO] 
00:41:57 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ net.bytebuddy.byte-buddy-agent ---
00:41:57 [INFO] The project's OSGi version is 1.9.0.v20181106-1534
00:41:57 [INFO] 
00:41:57 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ net.bytebuddy.byte-buddy-agent ---
00:41:57 [INFO] 
00:41:57 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ net.bytebuddy.byte-buddy-agent ---
00:41:57 [INFO] Copying 3 resources
00:41:57 [INFO] 
00:41:57 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ net.bytebuddy.byte-buddy-agent ---
00:41:57 [INFO] No sources to compile
00:41:57 [INFO] 
00:41:57 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ net.bytebuddy.byte-buddy-agent ---
00:41:57 [INFO] Gathering dependencies
00:41:57 [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:1.9.0:jar
00:41:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:41:57 [INFO] Merging collected dependencies
00:41:57 [INFO] Copying 32 resources
00:41:57 [INFO] Generating OSGi MANIFEST.MF
00:41:57 [WARNING] Manifest org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent:eclipse-bundle-recipe:1.9.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:41:57 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT.jar
00:41:57 [INFO] Gathering sources
00:41:57 [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.9.0:jar
00:42:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:09 [INFO] Copying 3 resources
00:42:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT-sources.jar
00:42:09 [INFO] Assembling p2 repository
00:42:10 [INFO] 
00:42:10 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ net.bytebuddy.byte-buddy-agent ---
00:42:10 [INFO] 
00:42:10 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ net.bytebuddy.byte-buddy-agent ---
00:42:10 [INFO] Gathering sources archives
00:42:10 [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.9.0:jar
00:42:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/sources-for-eclipse-ipzilla/byte-buddy-agent-1.9.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:10 [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.9.0:jar
00:42:10 [INFO] Copying byte-buddy-agent-1.9.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/sources-for-eclipse-ipzilla/byte-buddy-agent-1.9.0-sources.jar
00:42:10 [INFO] Refreshing about files and about.html
00:42:10 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:42:10 [INFO] 
00:42:10 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ net.bytebuddy.byte-buddy-agent ---
00:42:10 [WARNING] artifact org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent:xml:p2metadata:1.9.0-SNAPSHOT already attached, replace previous instance
00:42:10 [WARNING] artifact org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent:xml:p2artifacts:1.9.0-SNAPSHOT already attached, replace previous instance
00:42:10 [INFO] 
00:42:10 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ net.bytebuddy.byte-buddy-agent ---
00:42:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT.pom
00:42:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT.jar
00:42:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT-sources.jar
00:42:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT-p2metadata.xml
00:42:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT-p2artifacts.xml
00:42:10 [INFO] 
00:42:10 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ net.bytebuddy.byte-buddy-agent ---
00:42:10 [INFO] 
00:42:10 [INFO] ---------< org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy >---------
00:42:10 [INFO] Building Byte Buddy (without dependencies) 1.12.18-SNAPSHOT    [140/379]
00:42:10 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:42:10 [INFO] 
00:42:10 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.bytebuddy.byte-buddy ---
00:42:10 [INFO] 
00:42:10 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ net.bytebuddy.byte-buddy ---
00:42:10 [INFO] The project's OSGi version is 1.12.18.v20221114-2102
00:42:10 [INFO] 
00:42:10 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ net.bytebuddy.byte-buddy ---
00:42:10 [INFO] 
00:42:10 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ net.bytebuddy.byte-buddy ---
00:42:10 [INFO] Copying 3 resources
00:42:10 [INFO] 
00:42:10 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ net.bytebuddy.byte-buddy ---
00:42:10 [INFO] No sources to compile
00:42:10 [INFO] 
00:42:10 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ net.bytebuddy.byte-buddy ---
00:42:10 [INFO] Gathering dependencies
00:42:10 [INFO] Configured Artifact: net.bytebuddy:byte-buddy:1.12.18:jar
00:42:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/bytebuddy/byte-buddy/1.12.18/byte-buddy-1.12.18.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:11 [INFO] Merging collected dependencies
00:42:11 [INFO] Copying 2690 resources
00:42:12 [INFO] Generating OSGi MANIFEST.MF
00:42:13 [WARNING] Manifest org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:eclipse-bundle-recipe:1.12.18-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] 
00:42:13 [WARNING] Manifest org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:eclipse-bundle-recipe:1.12.18-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info}
00:42:13 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT.jar
00:42:14 [INFO] Gathering sources
00:42:14 [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.12.18:jar
00:42:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/bytebuddy/byte-buddy/1.12.18/byte-buddy-1.12.18-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:14 [INFO] Copying 3 resources
00:42:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT-sources.jar
00:42:15 [INFO] Assembling p2 repository
00:42:15 [INFO] 
00:42:15 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ net.bytebuddy.byte-buddy ---
00:42:15 [INFO] 
00:42:15 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ net.bytebuddy.byte-buddy ---
00:42:15 [INFO] Gathering sources archives
00:42:15 [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.12.18:jar
00:42:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/bytebuddy/byte-buddy/1.12.18/byte-buddy-1.12.18-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/sources-for-eclipse-ipzilla/byte-buddy-1.12.18-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:15 [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.12.18:jar
00:42:15 [INFO] Copying byte-buddy-1.12.18-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/sources-for-eclipse-ipzilla/byte-buddy-1.12.18-sources.jar
00:42:15 [INFO] Refreshing about files and about.html
00:42:15 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:42:15 [INFO] 
00:42:15 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ net.bytebuddy.byte-buddy ---
00:42:15 [WARNING] artifact org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:xml:p2metadata:1.12.18-SNAPSHOT already attached, replace previous instance
00:42:15 [WARNING] artifact org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:xml:p2artifacts:1.12.18-SNAPSHOT already attached, replace previous instance
00:42:15 [INFO] 
00:42:15 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ net.bytebuddy.byte-buddy ---
00:42:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT.pom
00:42:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT.jar
00:42:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT-sources.jar
00:42:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT-p2metadata.xml
00:42:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT-p2artifacts.xml
00:42:15 [INFO] 
00:42:15 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ net.bytebuddy.byte-buddy ---
00:42:15 [INFO] 
00:42:15 [INFO] ------< org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent >------
00:42:15 [INFO] Building Byte Buddy agent 1.12.18-SNAPSHOT                     [141/379]
00:42:15 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:42:16 [INFO] 
00:42:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.bytebuddy.byte-buddy-agent ---
00:42:16 [INFO] 
00:42:16 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ net.bytebuddy.byte-buddy-agent ---
00:42:16 [INFO] The project's OSGi version is 1.12.18.v20221114-2102
00:42:16 [INFO] 
00:42:16 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ net.bytebuddy.byte-buddy-agent ---
00:42:16 [INFO] 
00:42:16 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ net.bytebuddy.byte-buddy-agent ---
00:42:16 [INFO] Copying 3 resources
00:42:16 [INFO] 
00:42:16 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ net.bytebuddy.byte-buddy-agent ---
00:42:16 [INFO] No sources to compile
00:42:16 [INFO] 
00:42:16 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ net.bytebuddy.byte-buddy-agent ---
00:42:16 [INFO] Gathering dependencies
00:42:16 [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:1.12.18:jar
00:42:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/bytebuddy/byte-buddy-agent/1.12.18/byte-buddy-agent-1.12.18.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:16 [INFO] Merging collected dependencies
00:42:16 [INFO] Copying 75 resources
00:42:16 [INFO] Generating OSGi MANIFEST.MF
00:42:16 [WARNING] Manifest org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent:eclipse-bundle-recipe:1.12.18-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:42:16 [WARNING] Manifest org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent:eclipse-bundle-recipe:1.12.18-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info}
00:42:16 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT.jar
00:42:16 [INFO] Gathering sources
00:42:16 [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.12.18:jar
00:42:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/bytebuddy/byte-buddy-agent/1.12.18/byte-buddy-agent-1.12.18-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:16 [INFO] Copying 3 resources
00:42:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT-sources.jar
00:42:16 [INFO] Assembling p2 repository
00:42:17 [INFO] 
00:42:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ net.bytebuddy.byte-buddy-agent ---
00:42:17 [INFO] 
00:42:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ net.bytebuddy.byte-buddy-agent ---
00:42:17 [INFO] Gathering sources archives
00:42:17 [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.12.18:jar
00:42:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/bytebuddy/byte-buddy-agent/1.12.18/byte-buddy-agent-1.12.18-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/sources-for-eclipse-ipzilla/byte-buddy-agent-1.12.18-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:17 [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.12.18:jar
00:42:17 [INFO] Copying byte-buddy-agent-1.12.18-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/sources-for-eclipse-ipzilla/byte-buddy-agent-1.12.18-sources.jar
00:42:17 [INFO] Refreshing about files and about.html
00:42:17 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:42:17 [INFO] 
00:42:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ net.bytebuddy.byte-buddy-agent ---
00:42:17 [WARNING] artifact org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent:xml:p2metadata:1.12.18-SNAPSHOT already attached, replace previous instance
00:42:17 [WARNING] artifact org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent:xml:p2artifacts:1.12.18-SNAPSHOT already attached, replace previous instance
00:42:17 [INFO] 
00:42:17 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ net.bytebuddy.byte-buddy-agent ---
00:42:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT.pom
00:42:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT.jar
00:42:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT-sources.jar
00:42:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT-p2metadata.xml
00:42:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT-p2artifacts.xml
00:42:17 [INFO] 
00:42:17 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ net.bytebuddy.byte-buddy-agent ---
00:42:17 [INFO] 
00:42:17 [INFO] ----------------< org.eclipse.orbit.bundles:commonmark >----------------
00:42:17 [INFO] Building Eclipse Orbit :: CommonMark Recipes 1.0.0-SNAPSHOT    [142/379]
00:42:17 [INFO] --------------------------------[ pom ]---------------------------------
00:42:17 [INFO] 
00:42:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ commonmark ---
00:42:17 [INFO] 
00:42:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ commonmark ---
00:42:17 [INFO] 
00:42:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ commonmark ---
00:42:17 [INFO] 
00:42:17 [INFO] --- maven-install-plugin:2.4:install (default-install) @ commonmark ---
00:42:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/commonmark/1.0.0-SNAPSHOT/commonmark-1.0.0-SNAPSHOT.pom
00:42:17 [INFO] 
00:42:17 [INFO] ---------< org.eclipse.orbit.bundles:com.atlassian.commonmark >---------
00:42:17 [INFO] Building commonmark-java core 0.15.1-SNAPSHOT                  [143/379]
00:42:17 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:42:17 [INFO] 
00:42:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark ---
00:42:17 [INFO] 
00:42:17 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark ---
00:42:17 [INFO] The project's OSGi version is 0.15.1.v20221112-0806
00:42:17 [INFO] 
00:42:17 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.atlassian.commonmark ---
00:42:17 [INFO] 
00:42:17 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.atlassian.commonmark ---
00:42:17 [INFO] Copying 3 resources
00:42:17 [INFO] 
00:42:17 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.atlassian.commonmark ---
00:42:17 [INFO] No sources to compile
00:42:17 [INFO] 
00:42:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark ---
00:42:17 [INFO] Gathering dependencies
00:42:17 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark:0.15.1:jar
00:42:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark/0.15.1/commonmark-0.15.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:18 [INFO] Merging collected dependencies
00:42:18 [INFO] Copying 127 resources
00:42:18 [INFO] Generating OSGi MANIFEST.MF
00:42:18 [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:42:18 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/com.atlassian.commonmark-0.15.1-SNAPSHOT.jar
00:42:18 [INFO] Gathering sources
00:42:18 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark:sources:0.15.1:jar
00:42:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark/0.15.1/commonmark-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:18 [INFO] Copying 3 resources
00:42:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/com.atlassian.commonmark-0.15.1-SNAPSHOT-sources.jar
00:42:18 [INFO] Assembling p2 repository
00:42:18 [INFO] 
00:42:18 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark ---
00:42:18 [INFO] 
00:42:18 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark ---
00:42:18 [INFO] Gathering sources archives
00:42:18 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark:sources:0.15.1:jar
00:42:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark/0.15.1/commonmark-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-0.15.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:18 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark:sources:0.15.1:jar
00:42:18 [INFO] Copying commonmark-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-0.15.1-sources.jar
00:42:18 [INFO] Refreshing about files and about.html
00:42:18 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:42:18 [INFO] 
00:42:18 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark ---
00:42:18 [WARNING] artifact org.eclipse.orbit.bundles:com.atlassian.commonmark:xml:p2metadata:0.15.1-SNAPSHOT already attached, replace previous instance
00:42:18 [WARNING] artifact org.eclipse.orbit.bundles:com.atlassian.commonmark:xml:p2artifacts:0.15.1-SNAPSHOT already attached, replace previous instance
00:42:18 [INFO] 
00:42:18 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.atlassian.commonmark ---
00:42:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT.pom
00:42:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/com.atlassian.commonmark-0.15.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT.jar
00:42:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/com.atlassian.commonmark-0.15.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT-sources.jar
00:42:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT-p2metadata.xml
00:42:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT-p2artifacts.xml
00:42:18 [INFO] 
00:42:18 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark ---
00:42:18 [INFO] 
00:42:18 [INFO] ------< org.eclipse.orbit.bundles:com.atlassian.commonmark-yaml >-------
00:42:18 [INFO] Building commonmark-java extension for YAML front matter 0.15.1-SNAPSHOT [144/379]
00:42:18 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:42:19 [INFO] 
00:42:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-yaml ---
00:42:19 [INFO] 
00:42:19 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-yaml ---
00:42:19 [INFO] The project's OSGi version is 0.15.1.v20221112-0806
00:42:19 [INFO] 
00:42:19 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.atlassian.commonmark-yaml ---
00:42:19 [INFO] 
00:42:19 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.atlassian.commonmark-yaml ---
00:42:19 [INFO] Copying 3 resources
00:42:19 [INFO] 
00:42:19 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.atlassian.commonmark-yaml ---
00:42:19 [INFO] No sources to compile
00:42:19 [INFO] 
00:42:19 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-yaml ---
00:42:19 [INFO] Gathering dependencies
00:42:19 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-yaml-front-matter:0.15.1:jar
00:42:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-yaml-front-matter/0.15.1/commonmark-ext-yaml-front-matter-0.15.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:19 [INFO] Merging collected dependencies
00:42:19 [INFO] Copying 8 resources
00:42:19 [INFO] Generating OSGi MANIFEST.MF
00:42:19 [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark-yaml:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:42:19 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT.jar
00:42:19 [INFO] Gathering sources
00:42:19 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-yaml-front-matter:sources:0.15.1:jar
00:42:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-yaml-front-matter/0.15.1/commonmark-ext-yaml-front-matter-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:19 [INFO] Copying 3 resources
00:42:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-sources.jar
00:42:19 [INFO] Assembling p2 repository
00:42:19 [INFO] 
00:42:19 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-yaml ---
00:42:19 [INFO] 
00:42:19 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-yaml ---
00:42:19 [INFO] Gathering sources archives
00:42:19 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-yaml-front-matter:sources:0.15.1:jar
00:42:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-yaml-front-matter/0.15.1/commonmark-ext-yaml-front-matter-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-yaml-front-matter-0.15.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:19 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-yaml-front-matter:sources:0.15.1:jar
00:42:19 [INFO] Copying commonmark-ext-yaml-front-matter-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-yaml-front-matter-0.15.1-sources.jar
00:42:19 [INFO] Refreshing about files and about.html
00:42:19 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:42:19 [INFO] 
00:42:19 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-yaml ---
00:42:19 [WARNING] artifact org.eclipse.orbit.bundles:com.atlassian.commonmark-yaml:xml:p2metadata:0.15.1-SNAPSHOT already attached, replace previous instance
00:42:19 [WARNING] artifact org.eclipse.orbit.bundles:com.atlassian.commonmark-yaml:xml:p2artifacts:0.15.1-SNAPSHOT already attached, replace previous instance
00:42:19 [INFO] 
00:42:19 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.atlassian.commonmark-yaml ---
00:42:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT.pom
00:42:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT.jar
00:42:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-sources.jar
00:42:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-p2metadata.xml
00:42:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-p2artifacts.xml
00:42:19 [INFO] 
00:42:19 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-yaml ---
00:42:19 [INFO] 
00:42:19 [INFO] ---< org.eclipse.orbit.bundles:com.atlassian.commonmark-gfm-tables >----
00:42:19 [INFO] Building commonmark-java extension for tables 0.15.1-SNAPSHOT  [145/379]
00:42:19 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:42:20 [INFO] 
00:42:20 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-gfm-tables ---
00:42:20 [INFO] 
00:42:20 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-gfm-tables ---
00:42:20 [INFO] The project's OSGi version is 0.15.1.v20221112-0806
00:42:20 [INFO] 
00:42:20 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.atlassian.commonmark-gfm-tables ---
00:42:20 [INFO] 
00:42:20 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.atlassian.commonmark-gfm-tables ---
00:42:20 [INFO] Copying 3 resources
00:42:20 [INFO] 
00:42:20 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.atlassian.commonmark-gfm-tables ---
00:42:20 [INFO] No sources to compile
00:42:20 [INFO] 
00:42:20 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-gfm-tables ---
00:42:20 [INFO] Gathering dependencies
00:42:20 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-tables:0.15.1:jar
00:42:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-gfm-tables/0.15.1/commonmark-ext-gfm-tables-0.15.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:20 [INFO] Merging collected dependencies
00:42:20 [INFO] Copying 18 resources
00:42:20 [INFO] Generating OSGi MANIFEST.MF
00:42:20 [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark-gfm-tables:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:42:20 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT.jar
00:42:20 [INFO] Gathering sources
00:42:20 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-tables:sources:0.15.1:jar
00:42:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-gfm-tables/0.15.1/commonmark-ext-gfm-tables-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:20 [INFO] Copying 3 resources
00:42:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT-sources.jar
00:42:20 [INFO] Assembling p2 repository
00:42:21 [INFO] 
00:42:21 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-gfm-tables ---
00:42:21 [INFO] 
00:42:21 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-gfm-tables ---
00:42:21 [INFO] Gathering sources archives
00:42:21 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-tables:sources:0.15.1:jar
00:42:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-gfm-tables/0.15.1/commonmark-ext-gfm-tables-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-gfm-tables-0.15.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:21 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-tables:sources:0.15.1:jar
00:42:21 [INFO] Copying commonmark-ext-gfm-tables-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-gfm-tables-0.15.1-sources.jar
00:42:21 [INFO] Refreshing about files and about.html
00:42:21 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:42:21 [INFO] 
00:42:21 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-gfm-tables ---
00:42:21 [WARNING] artifact org.eclipse.orbit.bundles:com.atlassian.commonmark-gfm-tables:xml:p2metadata:0.15.1-SNAPSHOT already attached, replace previous instance
00:42:21 [WARNING] artifact org.eclipse.orbit.bundles:com.atlassian.commonmark-gfm-tables:xml:p2artifacts:0.15.1-SNAPSHOT already attached, replace previous instance
00:42:21 [INFO] 
00:42:21 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.atlassian.commonmark-gfm-tables ---
00:42:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-tables/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT.pom
00:42:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-tables/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT.jar
00:42:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-tables/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT-sources.jar
00:42:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-tables/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT-p2metadata.xml
00:42:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-tables/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT-p2artifacts.xml
00:42:21 [INFO] 
00:42:21 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-gfm-tables ---
00:42:21 [INFO] 
00:42:21 [INFO] --< org.eclipse.orbit.bundles:com.atlassian.commonmark-gfm-strikethrough >--
00:42:21 [INFO] Building commonmark-java extension for strikethrough 0.15.1-SNAPSHOT [146/379]
00:42:21 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:42:21 [INFO] 
00:42:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-gfm-strikethrough ---
00:42:21 [INFO] 
00:42:21 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-gfm-strikethrough ---
00:42:21 [INFO] The project's OSGi version is 0.15.1.v20221112-0806
00:42:21 [INFO] 
00:42:21 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.atlassian.commonmark-gfm-strikethrough ---
00:42:21 [INFO] 
00:42:21 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.atlassian.commonmark-gfm-strikethrough ---
00:42:21 [INFO] Copying 3 resources
00:42:21 [INFO] 
00:42:21 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.atlassian.commonmark-gfm-strikethrough ---
00:42:21 [INFO] No sources to compile
00:42:21 [INFO] 
00:42:21 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-gfm-strikethrough ---
00:42:21 [INFO] Gathering dependencies
00:42:21 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:0.15.1:jar
00:42:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-gfm-strikethrough/0.15.1/commonmark-ext-gfm-strikethrough-0.15.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:21 [INFO] Merging collected dependencies
00:42:21 [INFO] Copying 10 resources
00:42:21 [INFO] Generating OSGi MANIFEST.MF
00:42:21 [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark-gfm-strikethrough:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:42:21 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT.jar
00:42:21 [INFO] Gathering sources
00:42:21 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:sources:0.15.1:jar
00:42:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-gfm-strikethrough/0.15.1/commonmark-ext-gfm-strikethrough-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:21 [INFO] Copying 3 resources
00:42:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT-sources.jar
00:42:21 [INFO] Assembling p2 repository
00:42:22 [INFO] 
00:42:22 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-gfm-strikethrough ---
00:42:22 [INFO] 
00:42:22 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-gfm-strikethrough ---
00:42:22 [INFO] Gathering sources archives
00:42:22 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:sources:0.15.1:jar
00:42:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-gfm-strikethrough/0.15.1/commonmark-ext-gfm-strikethrough-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-gfm-strikethrough-0.15.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:22 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:sources:0.15.1:jar
00:42:22 [INFO] Copying commonmark-ext-gfm-strikethrough-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-gfm-strikethrough-0.15.1-sources.jar
00:42:22 [INFO] Refreshing about files and about.html
00:42:22 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:42:22 [INFO] 
00:42:22 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-gfm-strikethrough ---
00:42:22 [WARNING] artifact org.eclipse.orbit.bundles:com.atlassian.commonmark-gfm-strikethrough:xml:p2metadata:0.15.1-SNAPSHOT already attached, replace previous instance
00:42:22 [WARNING] artifact org.eclipse.orbit.bundles:com.atlassian.commonmark-gfm-strikethrough:xml:p2artifacts:0.15.1-SNAPSHOT already attached, replace previous instance
00:42:22 [INFO] 
00:42:22 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.atlassian.commonmark-gfm-strikethrough ---
00:42:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-strikethrough/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT.pom
00:42:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-strikethrough/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT.jar
00:42:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-strikethrough/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT-sources.jar
00:42:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-strikethrough/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT-p2metadata.xml
00:42:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-strikethrough/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT-p2artifacts.xml
00:42:22 [INFO] 
00:42:22 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-gfm-strikethrough ---
00:42:22 [INFO] 
00:42:22 [INFO] --< org.eclipse.orbit.bundles:com.atlassian.commonmark-image-attributes >--
00:42:22 [INFO] Building commonmark-java extension for image attributes 0.15.1-SNAPSHOT [147/379]
00:42:22 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:42:22 [INFO] 
00:42:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-image-attributes ---
00:42:22 [INFO] 
00:42:22 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-image-attributes ---
00:42:22 [INFO] The project's OSGi version is 0.15.1.v20221112-0806
00:42:22 [INFO] 
00:42:22 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.atlassian.commonmark-image-attributes ---
00:42:22 [INFO] 
00:42:22 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.atlassian.commonmark-image-attributes ---
00:42:22 [INFO] Copying 3 resources
00:42:22 [INFO] 
00:42:22 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.atlassian.commonmark-image-attributes ---
00:42:22 [INFO] No sources to compile
00:42:22 [INFO] 
00:42:22 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-image-attributes ---
00:42:22 [INFO] Gathering dependencies
00:42:22 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-image-attributes:0.15.1:jar
00:42:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-image-attributes/0.15.1/commonmark-ext-image-attributes-0.15.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:22 [INFO] Merging collected dependencies
00:42:22 [INFO] Copying 8 resources
00:42:22 [INFO] Generating OSGi MANIFEST.MF
00:42:22 [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark-image-attributes:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:42:22 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT.jar
00:42:22 [INFO] Gathering sources
00:42:22 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-image-attributes:sources:0.15.1:jar
00:42:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-image-attributes/0.15.1/commonmark-ext-image-attributes-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:22 [INFO] Copying 3 resources
00:42:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT-sources.jar
00:42:22 [INFO] Assembling p2 repository
00:42:22 [INFO] 
00:42:22 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-image-attributes ---
00:42:22 [INFO] 
00:42:22 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-image-attributes ---
00:42:22 [INFO] Gathering sources archives
00:42:22 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-image-attributes:sources:0.15.1:jar
00:42:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-image-attributes/0.15.1/commonmark-ext-image-attributes-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-image-attributes-0.15.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:22 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-image-attributes:sources:0.15.1:jar
00:42:22 [INFO] Copying commonmark-ext-image-attributes-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-image-attributes-0.15.1-sources.jar
00:42:22 [INFO] Refreshing about files and about.html
00:42:22 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:42:22 [INFO] 
00:42:22 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-image-attributes ---
00:42:22 [WARNING] artifact org.eclipse.orbit.bundles:com.atlassian.commonmark-image-attributes:xml:p2metadata:0.15.1-SNAPSHOT already attached, replace previous instance
00:42:22 [WARNING] artifact org.eclipse.orbit.bundles:com.atlassian.commonmark-image-attributes:xml:p2artifacts:0.15.1-SNAPSHOT already attached, replace previous instance
00:42:22 [INFO] 
00:42:22 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.atlassian.commonmark-image-attributes ---
00:42:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-image-attributes/0.15.1-SNAPSHOT/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT.pom
00:42:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-image-attributes/0.15.1-SNAPSHOT/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT.jar
00:42:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-image-attributes/0.15.1-SNAPSHOT/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT-sources.jar
00:42:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-image-attributes/0.15.1-SNAPSHOT/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT-p2metadata.xml
00:42:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-image-attributes/0.15.1-SNAPSHOT/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT-p2artifacts.xml
00:42:22 [INFO] 
00:42:22 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-image-attributes ---
00:42:22 [INFO] 
00:42:22 [INFO] -------< org.eclipse.orbit.bundles:com.atlassian.commonmark-ins >-------
00:42:22 [INFO] Building commonmark-java extension for <ins> (underline) 0.15.1-SNAPSHOT [148/379]
00:42:22 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:42:23 [INFO] 
00:42:23 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-ins ---
00:42:23 [INFO] 
00:42:23 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-ins ---
00:42:23 [INFO] The project's OSGi version is 0.15.1.v20221112-0806
00:42:23 [INFO] 
00:42:23 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.atlassian.commonmark-ins ---
00:42:23 [INFO] 
00:42:23 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.atlassian.commonmark-ins ---
00:42:23 [INFO] Copying 3 resources
00:42:23 [INFO] 
00:42:23 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.atlassian.commonmark-ins ---
00:42:23 [INFO] No sources to compile
00:42:23 [INFO] 
00:42:23 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-ins ---
00:42:23 [INFO] Gathering dependencies
00:42:23 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-ins:0.15.1:jar
00:42:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-ins/0.15.1/commonmark-ext-ins-0.15.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:23 [INFO] Merging collected dependencies
00:42:23 [INFO] Copying 10 resources
00:42:23 [INFO] Generating OSGi MANIFEST.MF
00:42:23 [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark-ins:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:42:23 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT.jar
00:42:23 [INFO] Gathering sources
00:42:23 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-ins:sources:0.15.1:jar
00:42:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-ins/0.15.1/commonmark-ext-ins-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:23 [INFO] Copying 3 resources
00:42:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-sources.jar
00:42:23 [INFO] Assembling p2 repository
00:42:24 [INFO] 
00:42:24 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-ins ---
00:42:24 [INFO] 
00:42:24 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-ins ---
00:42:24 [INFO] Gathering sources archives
00:42:24 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-ins:sources:0.15.1:jar
00:42:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-ins/0.15.1/commonmark-ext-ins-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-ins-0.15.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:24 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-ins:sources:0.15.1:jar
00:42:24 [INFO] Copying commonmark-ext-ins-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-ins-0.15.1-sources.jar
00:42:24 [INFO] Refreshing about files and about.html
00:42:24 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:42:24 [INFO] 
00:42:24 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-ins ---
00:42:24 [WARNING] artifact org.eclipse.orbit.bundles:com.atlassian.commonmark-ins:xml:p2metadata:0.15.1-SNAPSHOT already attached, replace previous instance
00:42:24 [WARNING] artifact org.eclipse.orbit.bundles:com.atlassian.commonmark-ins:xml:p2artifacts:0.15.1-SNAPSHOT already attached, replace previous instance
00:42:24 [INFO] 
00:42:24 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.atlassian.commonmark-ins ---
00:42:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT.pom
00:42:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT.jar
00:42:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-sources.jar
00:42:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-p2metadata.xml
00:42:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-p2artifacts.xml
00:42:24 [INFO] 
00:42:24 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-ins ---
00:42:24 [INFO] 
00:42:24 [INFO] --< org.eclipse.orbit.bundles:com.atlassian.commonmark-task-list-items >--
00:42:24 [INFO] Building commonmark-java extension for task list items 0.15.1-SNAPSHOT [149/379]
00:42:24 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:42:24 [INFO] 
00:42:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-task-list-items ---
00:42:24 [INFO] 
00:42:24 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-task-list-items ---
00:42:24 [INFO] The project's OSGi version is 0.15.1.v20221112-0806
00:42:24 [INFO] 
00:42:24 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.atlassian.commonmark-task-list-items ---
00:42:24 [INFO] 
00:42:24 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.atlassian.commonmark-task-list-items ---
00:42:24 [INFO] Copying 3 resources
00:42:24 [INFO] 
00:42:24 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.atlassian.commonmark-task-list-items ---
00:42:24 [INFO] No sources to compile
00:42:24 [INFO] 
00:42:24 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-task-list-items ---
00:42:24 [INFO] Gathering dependencies
00:42:24 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-task-list-items:0.15.1:jar
00:42:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-task-list-items/0.15.1/commonmark-ext-task-list-items-0.15.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:24 [INFO] Merging collected dependencies
00:42:24 [INFO] Copying 9 resources
00:42:24 [INFO] Generating OSGi MANIFEST.MF
00:42:24 [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark-task-list-items:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:42:24 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT.jar
00:42:24 [INFO] Gathering sources
00:42:24 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-task-list-items:sources:0.15.1:jar
00:42:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-task-list-items/0.15.1/commonmark-ext-task-list-items-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:24 [INFO] Copying 3 resources
00:42:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT-sources.jar
00:42:24 [INFO] Assembling p2 repository
00:42:25 [INFO] 
00:42:25 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-task-list-items ---
00:42:25 [INFO] 
00:42:25 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-task-list-items ---
00:42:25 [INFO] Gathering sources archives
00:42:25 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-task-list-items:sources:0.15.1:jar
00:42:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-task-list-items/0.15.1/commonmark-ext-task-list-items-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-task-list-items-0.15.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:25 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-task-list-items:sources:0.15.1:jar
00:42:25 [INFO] Copying commonmark-ext-task-list-items-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-task-list-items-0.15.1-sources.jar
00:42:25 [INFO] Refreshing about files and about.html
00:42:25 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:42:25 [INFO] 
00:42:25 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-task-list-items ---
00:42:25 [WARNING] artifact org.eclipse.orbit.bundles:com.atlassian.commonmark-task-list-items:xml:p2metadata:0.15.1-SNAPSHOT already attached, replace previous instance
00:42:25 [WARNING] artifact org.eclipse.orbit.bundles:com.atlassian.commonmark-task-list-items:xml:p2artifacts:0.15.1-SNAPSHOT already attached, replace previous instance
00:42:25 [INFO] 
00:42:25 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.atlassian.commonmark-task-list-items ---
00:42:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-task-list-items/0.15.1-SNAPSHOT/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT.pom
00:42:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-task-list-items/0.15.1-SNAPSHOT/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT.jar
00:42:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-task-list-items/0.15.1-SNAPSHOT/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT-sources.jar
00:42:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-task-list-items/0.15.1-SNAPSHOT/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT-p2metadata.xml
00:42:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-task-list-items/0.15.1-SNAPSHOT/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT-p2artifacts.xml
00:42:25 [INFO] 
00:42:25 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-task-list-items ---
00:42:25 [INFO] 
00:42:25 [INFO] --< org.eclipse.orbit.bundles:com.atlassian.commonmark-heading-anchor >--
00:42:25 [INFO] Building commonmark-java extension for adding id attributes to h tags 0.15.1-SNAPSHOT [150/379]
00:42:25 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:42:33 [INFO] 
00:42:33 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-heading-anchor ---
00:42:33 [INFO] 
00:42:33 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-heading-anchor ---
00:42:33 [INFO] The project's OSGi version is 0.15.1.v20221112-0806
00:42:33 [INFO] 
00:42:33 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.atlassian.commonmark-heading-anchor ---
00:42:33 [INFO] 
00:42:33 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.atlassian.commonmark-heading-anchor ---
00:42:33 [INFO] Copying 3 resources
00:42:33 [INFO] 
00:42:33 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.atlassian.commonmark-heading-anchor ---
00:42:33 [INFO] No sources to compile
00:42:33 [INFO] 
00:42:33 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-heading-anchor ---
00:42:34 [INFO] Gathering dependencies
00:42:34 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-heading-anchor:0.15.1:jar
00:42:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-heading-anchor/0.15.1/commonmark-ext-heading-anchor-0.15.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:34 [INFO] Merging collected dependencies
00:42:34 [INFO] Copying 10 resources
00:42:34 [INFO] Generating OSGi MANIFEST.MF
00:42:34 [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark-heading-anchor:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:42:34 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT.jar
00:42:34 [INFO] Gathering sources
00:42:34 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-heading-anchor:sources:0.15.1:jar
00:42:42 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-heading-anchor/0.15.1/commonmark-ext-heading-anchor-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:42 [INFO] Copying 3 resources
00:42:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT-sources.jar
00:42:43 [INFO] Assembling p2 repository
00:42:43 [INFO] 
00:42:43 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-heading-anchor ---
00:42:43 [INFO] 
00:42:43 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-heading-anchor ---
00:42:43 [INFO] Gathering sources archives
00:42:43 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-heading-anchor:sources:0.15.1:jar
00:42:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/atlassian/commonmark/commonmark-ext-heading-anchor/0.15.1/commonmark-ext-heading-anchor-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-heading-anchor-0.15.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:43 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-heading-anchor:sources:0.15.1:jar
00:42:43 [INFO] Copying commonmark-ext-heading-anchor-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-heading-anchor-0.15.1-sources.jar
00:42:43 [INFO] Refreshing about files and about.html
00:42:43 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:42:43 [INFO] 
00:42:43 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-heading-anchor ---
00:42:43 [WARNING] artifact org.eclipse.orbit.bundles:com.atlassian.commonmark-heading-anchor:xml:p2metadata:0.15.1-SNAPSHOT already attached, replace previous instance
00:42:43 [WARNING] artifact org.eclipse.orbit.bundles:com.atlassian.commonmark-heading-anchor:xml:p2artifacts:0.15.1-SNAPSHOT already attached, replace previous instance
00:42:43 [INFO] 
00:42:43 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.atlassian.commonmark-heading-anchor ---
00:42:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-heading-anchor/0.15.1-SNAPSHOT/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT.pom
00:42:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-heading-anchor/0.15.1-SNAPSHOT/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT.jar
00:42:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-heading-anchor/0.15.1-SNAPSHOT/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT-sources.jar
00:42:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-heading-anchor/0.15.1-SNAPSHOT/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT-p2metadata.xml
00:42:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-heading-anchor/0.15.1-SNAPSHOT/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT-p2artifacts.xml
00:42:43 [INFO] 
00:42:43 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-heading-anchor ---
00:42:43 [INFO] 
00:42:43 [INFO] ----------------< org.eclipse.orbit.bundles:cup-parent >----------------
00:42:43 [INFO] Building Eclipse Orbit :: Apache Recipes 1.0.0-SNAPSHOT        [151/379]
00:42:43 [INFO] --------------------------------[ pom ]---------------------------------
00:42:43 [INFO] 
00:42:43 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cup-parent ---
00:42:43 [INFO] 
00:42:43 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ cup-parent ---
00:42:43 [INFO] 
00:42:43 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ cup-parent ---
00:42:43 [INFO] 
00:42:43 [INFO] --- maven-install-plugin:2.4:install (default-install) @ cup-parent ---
00:42:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/cup-parent/1.0.0-SNAPSHOT/cup-parent-1.0.0-SNAPSHOT.pom
00:42:43 [INFO] 
00:42:43 [INFO] -------------< org.eclipse.orbit.bundles:java_cup-runtime >-------------
00:42:43 [INFO] Building Java Cup Runtime 0.11.20150326 0.11.20150326-SNAPSHOT [152/379]
00:42:43 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:42:44 [INFO] 
00:42:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ java_cup-runtime ---
00:42:44 [INFO] 
00:42:44 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ java_cup-runtime ---
00:42:44 [INFO] The project's OSGi version is 0.11.20150326.v20180425-1030
00:42:44 [INFO] 
00:42:44 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ java_cup-runtime ---
00:42:44 [INFO] 
00:42:44 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ java_cup-runtime ---
00:42:44 [INFO] Copying 3 resources
00:42:44 [INFO] 
00:42:44 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ java_cup-runtime ---
00:42:44 [INFO] No sources to compile
00:42:44 [INFO] 
00:42:44 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ java_cup-runtime ---
00:42:44 [INFO] Gathering dependencies
00:42:44 [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup-runtime:0.11.20150326:jar
00:42:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/java-cup/java-cup-runtime/0.11.20150326/java-cup-runtime-0.11.20150326.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:44 [INFO] Merging collected dependencies
00:42:44 [INFO] Copying 15 resources
00:42:44 [INFO] Generating OSGi MANIFEST.MF
00:42:44 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/java_cup-runtime-0.11.20150326-SNAPSHOT.jar
00:42:44 [INFO] Gathering sources
00:42:44 [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup-runtime:sources:0.11.20150326:jar
00:42:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/java-cup/java-cup-runtime/0.11.20150326/java-cup-runtime-0.11.20150326-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:44 [INFO] Copying 3 resources
00:42:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup-runtime_0.11.20150326/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/java_cup-runtime-0.11.20150326-SNAPSHOT-sources.jar
00:42:44 [INFO] Assembling p2 repository
00:42:45 [INFO] 
00:42:45 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ java_cup-runtime ---
00:42:45 [INFO] 
00:42:45 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ java_cup-runtime ---
00:42:45 [INFO] Gathering sources archives
00:42:45 [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup-runtime:sources:0.11.20150326:jar
00:42:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/java-cup/java-cup-runtime/0.11.20150326/java-cup-runtime-0.11.20150326-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/sources-for-eclipse-ipzilla/java-cup-runtime-0.11.20150326-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:45 [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup-runtime:sources:0.11.20150326:jar
00:42:45 [INFO] Copying java-cup-runtime-0.11.20150326-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/sources-for-eclipse-ipzilla/java-cup-runtime-0.11.20150326-sources.jar
00:42:45 [INFO] Refreshing about files and about.html
00:42:45 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup-runtime_0.11.20150326/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:42:45 [INFO] 
00:42:45 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ java_cup-runtime ---
00:42:45 [WARNING] artifact org.eclipse.orbit.bundles:java_cup-runtime:xml:p2metadata:0.11.20150326-SNAPSHOT already attached, replace previous instance
00:42:45 [WARNING] artifact org.eclipse.orbit.bundles:java_cup-runtime:xml:p2artifacts:0.11.20150326-SNAPSHOT already attached, replace previous instance
00:42:45 [INFO] 
00:42:45 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ java_cup-runtime ---
00:42:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup-runtime_0.11.20150326/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT.pom
00:42:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/java_cup-runtime-0.11.20150326-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT.jar
00:42:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/java_cup-runtime-0.11.20150326-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT-sources.jar
00:42:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT-p2metadata.xml
00:42:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT-p2artifacts.xml
00:42:45 [INFO] 
00:42:45 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ java_cup-runtime ---
00:42:45 [INFO] 
00:42:45 [INFO] -----------------< org.eclipse.orbit.bundles:java_cup >-----------------
00:42:45 [INFO] Building Java CUP 0.11.20150326 0.11.20150326-SNAPSHOT         [153/379]
00:42:45 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:42:46 [INFO] 
00:42:46 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ java_cup ---
00:42:46 [INFO] 
00:42:46 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ java_cup ---
00:42:46 [INFO] The project's OSGi version is 0.11.20150326.v20180425-1030
00:42:46 [INFO] 
00:42:46 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ java_cup ---
00:42:46 [INFO] 
00:42:46 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ java_cup ---
00:42:46 [INFO] Copying 3 resources
00:42:46 [INFO] 
00:42:46 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ java_cup ---
00:42:46 [INFO] No sources to compile
00:42:46 [INFO] 
00:42:46 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ java_cup ---
00:42:46 [INFO] Gathering dependencies
00:42:46 [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup:0.11.20150326:jar
00:42:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/java-cup/java-cup/0.11.20150326/java-cup-0.11.20150326.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup_0.11.20150326/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:46 [INFO] Merging collected dependencies
00:42:46 [INFO] Copying 35 resources
00:42:46 [INFO] Generating OSGi MANIFEST.MF
00:42:46 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup_0.11.20150326/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup_0.11.20150326/target/java_cup-0.11.20150326-SNAPSHOT.jar
00:42:46 [INFO] Gathering sources
00:42:46 [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup:sources:0.11.20150326:jar
00:42:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/java-cup/java-cup/0.11.20150326/java-cup-0.11.20150326-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup_0.11.20150326/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:46 [INFO] Copying 3 resources
00:42:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup_0.11.20150326/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup_0.11.20150326/target/java_cup-0.11.20150326-SNAPSHOT-sources.jar
00:42:46 [INFO] Assembling p2 repository
00:42:47 [INFO] 
00:42:47 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ java_cup ---
00:42:47 [INFO] 
00:42:47 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ java_cup ---
00:42:47 [INFO] Gathering sources archives
00:42:47 [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup:sources:0.11.20150326:jar
00:42:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/java-cup/java-cup/0.11.20150326/java-cup-0.11.20150326-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup_0.11.20150326/target/sources-for-eclipse-ipzilla/java-cup-0.11.20150326-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:47 [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup:sources:0.11.20150326:jar
00:42:47 [INFO] Copying java-cup-0.11.20150326-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup_0.11.20150326/target/sources-for-eclipse-ipzilla/java-cup-0.11.20150326-sources.jar
00:42:47 [INFO] Refreshing about files and about.html
00:42:47 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup_0.11.20150326/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:42:47 [INFO] 
00:42:47 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ java_cup ---
00:42:47 [WARNING] artifact org.eclipse.orbit.bundles:java_cup:xml:p2metadata:0.11.20150326-SNAPSHOT already attached, replace previous instance
00:42:47 [WARNING] artifact org.eclipse.orbit.bundles:java_cup:xml:p2artifacts:0.11.20150326-SNAPSHOT already attached, replace previous instance
00:42:47 [INFO] 
00:42:47 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ java_cup ---
00:42:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup_0.11.20150326/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT.pom
00:42:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup_0.11.20150326/target/java_cup-0.11.20150326-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT.jar
00:42:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup_0.11.20150326/target/java_cup-0.11.20150326-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT-sources.jar
00:42:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup_0.11.20150326/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT-p2metadata.xml
00:42:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/cup/java_cup_0.11.20150326/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT-p2artifacts.xml
00:42:47 [INFO] 
00:42:47 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ java_cup ---
00:42:47 [INFO] 
00:42:47 [INFO] ---------------< org.eclipse.orbit.bundles:drmaa-parent >---------------
00:42:47 [INFO] Building Eclipse Orbit :: DRMAA 1.0.0-SNAPSHOT                 [154/379]
00:42:47 [INFO] --------------------------------[ pom ]---------------------------------
00:42:47 [INFO] 
00:42:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ drmaa-parent ---
00:42:47 [INFO] 
00:42:47 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ drmaa-parent ---
00:42:47 [INFO] 
00:42:47 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ drmaa-parent ---
00:42:47 [INFO] 
00:42:47 [INFO] --- maven-install-plugin:2.4:install (default-install) @ drmaa-parent ---
00:42:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/drmaa/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/drmaa-parent/1.0.0-SNAPSHOT/drmaa-parent-1.0.0-SNAPSHOT.pom
00:42:47 [INFO] 
00:42:47 [INFO] --------------< org.eclipse.orbit.bundles:org.ggf.drmaa >---------------
00:42:47 [INFO] Building org.ggf.drmaa 1.0.0-SNAPSHOT                          [155/379]
00:42:47 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:42:47 [INFO] 
00:42:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ggf.drmaa ---
00:42:47 [INFO] 
00:42:47 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.ggf.drmaa ---
00:42:47 [INFO] The project's OSGi version is 1.0.0.v20170818-1553
00:42:47 [INFO] 
00:42:47 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.ggf.drmaa ---
00:42:47 [INFO] 
00:42:47 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.ggf.drmaa ---
00:42:47 [INFO] Copying 3 resources
00:42:47 [INFO] 
00:42:47 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.ggf.drmaa ---
00:42:47 [INFO] No sources to compile
00:42:47 [INFO] 
00:42:47 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.ggf.drmaa ---
00:42:47 [INFO] Gathering dependencies
00:42:47 [INFO] Configured Artifact: org.eclipse.orbit.drmaa:org.ggf.drmaa:1.0.0:jar
00:42:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/drmaa/org.ggf.drmaa/1.0.0/org.ggf.drmaa-1.0.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:47 [INFO] Merging collected dependencies
00:42:47 [INFO] Copying 38 resources
00:42:47 [INFO] Generating OSGi MANIFEST.MF
00:42:47 [WARNING] Manifest org.eclipse.orbit.bundles:org.ggf.drmaa:eclipse-bundle-recipe:1.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:42:47 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/target/org.ggf.drmaa-1.0.0-SNAPSHOT.jar
00:42:47 [INFO] Gathering sources
00:42:47 [INFO] Configured Artifact: org.eclipse.orbit.drmaa:org.ggf.drmaa:sources:1.0.0:jar
00:42:47 [WARNING] Unable to resolve source jar; skipping source bundle
00:42:47 [INFO] Assembling p2 repository
00:42:48 [INFO] 
00:42:48 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.ggf.drmaa ---
00:42:48 [INFO] 
00:42:48 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.ggf.drmaa ---
00:42:48 [INFO] Gathering sources archives
00:42:48 [INFO] Configured Artifact: org.eclipse.orbit.drmaa:org.ggf.drmaa:sources:1.0.0:jar
00:42:48 [WARNING] Unable to resolve source jar; skipping Eclipse IP information
00:42:48 [INFO] Refreshing about files and about.html
00:42:48 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:42:48 [INFO] 
00:42:48 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.ggf.drmaa ---
00:42:48 [WARNING] artifact org.eclipse.orbit.bundles:org.ggf.drmaa:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
00:42:48 [WARNING] artifact org.eclipse.orbit.bundles:org.ggf.drmaa:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
00:42:48 [INFO] 
00:42:48 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.ggf.drmaa ---
00:42:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ggf.drmaa/1.0.0-SNAPSHOT/org.ggf.drmaa-1.0.0-SNAPSHOT.pom
00:42:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/target/org.ggf.drmaa-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ggf.drmaa/1.0.0-SNAPSHOT/org.ggf.drmaa-1.0.0-SNAPSHOT.jar
00:42:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ggf.drmaa/1.0.0-SNAPSHOT/org.ggf.drmaa-1.0.0-SNAPSHOT-p2metadata.xml
00:42:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ggf.drmaa/1.0.0-SNAPSHOT/org.ggf.drmaa-1.0.0-SNAPSHOT-p2artifacts.xml
00:42:48 [INFO] 
00:42:48 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.ggf.drmaa ---
00:42:48 [INFO] 
00:42:48 [INFO] ------------< org.eclipse.orbit.bundles:com.sun.grid.drmaa >------------
00:42:48 [INFO] Building com.sun.grid.drmaa 1.0.0-SNAPSHOT                     [156/379]
00:42:48 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:42:48 [INFO] 
00:42:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.grid.drmaa ---
00:42:48 [INFO] 
00:42:48 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.grid.drmaa ---
00:42:48 [INFO] The project's OSGi version is 1.0.0.v20170818-1553
00:42:48 [INFO] 
00:42:48 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.grid.drmaa ---
00:42:48 [INFO] 
00:42:48 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.grid.drmaa ---
00:42:48 [INFO] Copying 3 resources
00:42:48 [INFO] 
00:42:48 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.grid.drmaa ---
00:42:48 [INFO] No sources to compile
00:42:48 [INFO] 
00:42:48 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.grid.drmaa ---
00:42:48 [INFO] Gathering dependencies
00:42:48 [INFO] Configured Artifact: org.eclipse.orbit.drmaa:com.sun.grid.drmaa:1.0.0:jar
00:42:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/drmaa/com.sun.grid.drmaa/1.0.0/com.sun.grid.drmaa-1.0.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:49 [INFO] Merging collected dependencies
00:42:49 [INFO] Copying 9 resources
00:42:49 [INFO] Generating OSGi MANIFEST.MF
00:42:49 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/target/com.sun.grid.drmaa-1.0.0-SNAPSHOT.jar
00:42:49 [INFO] Gathering sources
00:42:49 [INFO] Configured Artifact: org.eclipse.orbit.drmaa:com.sun.grid.drmaa:sources:1.0.0:jar
00:42:49 [WARNING] Unable to resolve source jar; skipping source bundle
00:42:49 [INFO] Assembling p2 repository
00:42:50 [INFO] 
00:42:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.grid.drmaa ---
00:42:50 [INFO] 
00:42:50 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.grid.drmaa ---
00:42:50 [INFO] Gathering sources archives
00:42:50 [INFO] Configured Artifact: org.eclipse.orbit.drmaa:com.sun.grid.drmaa:sources:1.0.0:jar
00:42:50 [WARNING] Unable to resolve source jar; skipping Eclipse IP information
00:42:50 [INFO] Refreshing about files and about.html
00:42:50 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:42:50 [INFO] 
00:42:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.grid.drmaa ---
00:42:50 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.grid.drmaa:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
00:42:50 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.grid.drmaa:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
00:42:50 [INFO] 
00:42:50 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.sun.grid.drmaa ---
00:42:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.grid.drmaa/1.0.0-SNAPSHOT/com.sun.grid.drmaa-1.0.0-SNAPSHOT.pom
00:42:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/target/com.sun.grid.drmaa-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.grid.drmaa/1.0.0-SNAPSHOT/com.sun.grid.drmaa-1.0.0-SNAPSHOT.jar
00:42:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.grid.drmaa/1.0.0-SNAPSHOT/com.sun.grid.drmaa-1.0.0-SNAPSHOT-p2metadata.xml
00:42:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.grid.drmaa/1.0.0-SNAPSHOT/com.sun.grid.drmaa-1.0.0-SNAPSHOT-p2artifacts.xml
00:42:50 [INFO] 
00:42:50 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.grid.drmaa ---
00:42:50 [INFO] 
00:42:50 [INFO] ----------------< org.eclipse.orbit.bundles:freemarker >----------------
00:42:50 [INFO] Building Eclipse Orbit :: Freemarker Recipes 1.0.0-SNAPSHOT    [157/379]
00:42:50 [INFO] --------------------------------[ pom ]---------------------------------
00:42:50 [INFO] 
00:42:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ freemarker ---
00:42:50 [INFO] 
00:42:50 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ freemarker ---
00:42:50 [INFO] 
00:42:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ freemarker ---
00:42:50 [INFO] 
00:42:50 [INFO] --- maven-install-plugin:2.4:install (default-install) @ freemarker ---
00:42:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/freemarker/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/freemarker/1.0.0-SNAPSHOT/freemarker-1.0.0-SNAPSHOT.pom
00:42:50 [INFO] 
00:42:50 [INFO] --------------< org.eclipse.orbit.bundles:org.freemarker >--------------
00:42:50 [INFO] Building FreeMarker 2.3.22-SNAPSHOT                            [158/379]
00:42:50 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:42:50 [INFO] 
00:42:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.freemarker ---
00:42:50 [INFO] 
00:42:50 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.freemarker ---
00:42:50 [INFO] The project's OSGi version is 2.3.22.v20160210-1233
00:42:50 [INFO] 
00:42:50 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.freemarker ---
00:42:50 [INFO] 
00:42:50 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.freemarker ---
00:42:50 [INFO] Copying 3 resources
00:42:50 [INFO] 
00:42:50 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.freemarker ---
00:42:50 [INFO] No sources to compile
00:42:50 [INFO] 
00:42:50 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.freemarker ---
00:42:50 [INFO] Gathering dependencies
00:42:50 [INFO] Configured Artifact: org.freemarker:freemarker:2.3.22:jar
00:42:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/freemarker/freemarker/2.3.22/freemarker-2.3.22.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/freemarker/org.freemarker_2.3.22/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:50 [INFO] Merging collected dependencies
00:42:50 [INFO] Copying 947 resources
00:42:50 [INFO] Generating OSGi MANIFEST.MF
00:42:51 [WARNING] Manifest org.eclipse.orbit.bundles:org.freemarker:eclipse-bundle-recipe:2.3.22-SNAPSHOT : Unused Export-Package instructions: [*.internal*] 
00:42:51 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/freemarker/org.freemarker_2.3.22/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/freemarker/org.freemarker_2.3.22/target/org.freemarker-2.3.22-SNAPSHOT.jar
00:42:51 [INFO] Gathering sources
00:42:51 [INFO] Configured Artifact: org.freemarker:freemarker:sources:2.3.22:jar
00:42:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/freemarker/freemarker/2.3.22/freemarker-2.3.22-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/freemarker/org.freemarker_2.3.22/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:51 [INFO] Copying 3 resources
00:42:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/freemarker/org.freemarker_2.3.22/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/freemarker/org.freemarker_2.3.22/target/org.freemarker-2.3.22-SNAPSHOT-sources.jar
00:42:52 [INFO] Assembling p2 repository
00:42:52 [INFO] 
00:42:52 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.freemarker ---
00:42:52 [INFO] 
00:42:52 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.freemarker ---
00:42:52 [INFO] Gathering sources archives
00:42:52 [INFO] Configured Artifact: org.freemarker:freemarker:sources:2.3.22:jar
00:42:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/freemarker/freemarker/2.3.22/freemarker-2.3.22-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/freemarker/org.freemarker_2.3.22/target/sources-for-eclipse-ipzilla/freemarker-2.3.22-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:52 [INFO] Configured Artifact: org.freemarker:freemarker:sources:2.3.22:jar
00:42:52 [INFO] Copying freemarker-2.3.22-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/freemarker/org.freemarker_2.3.22/target/sources-for-eclipse-ipzilla/freemarker-2.3.22-sources.jar
00:42:52 [INFO] Refreshing about files and about.html
00:42:52 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/freemarker/org.freemarker_2.3.22/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:42:52 [INFO] 
00:42:52 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.freemarker ---
00:42:52 [WARNING] artifact org.eclipse.orbit.bundles:org.freemarker:xml:p2metadata:2.3.22-SNAPSHOT already attached, replace previous instance
00:42:52 [WARNING] artifact org.eclipse.orbit.bundles:org.freemarker:xml:p2artifacts:2.3.22-SNAPSHOT already attached, replace previous instance
00:42:52 [INFO] 
00:42:52 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.freemarker ---
00:42:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/freemarker/org.freemarker_2.3.22/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT.pom
00:42:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/freemarker/org.freemarker_2.3.22/target/org.freemarker-2.3.22-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT.jar
00:42:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/freemarker/org.freemarker_2.3.22/target/org.freemarker-2.3.22-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT-sources.jar
00:42:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/freemarker/org.freemarker_2.3.22/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT-p2metadata.xml
00:42:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/freemarker/org.freemarker_2.3.22/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT-p2artifacts.xml
00:42:53 [INFO] 
00:42:53 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.freemarker ---
00:42:53 [INFO] 
00:42:53 [INFO] --------------< org.eclipse.orbit.bundles:github-parent >---------------
00:42:53 [INFO] Building Eclipse Orbit :: Github Recipes 1.0.0-SNAPSHOT        [159/379]
00:42:53 [INFO] --------------------------------[ pom ]---------------------------------
00:42:53 [INFO] 
00:42:53 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ github-parent ---
00:42:53 [INFO] 
00:42:53 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ github-parent ---
00:42:53 [INFO] 
00:42:53 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ github-parent ---
00:42:53 [INFO] 
00:42:53 [INFO] --- maven-install-plugin:2.4:install (default-install) @ github-parent ---
00:42:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/github-parent/1.0.0-SNAPSHOT/github-parent-1.0.0-SNAPSHOT.pom
00:42:53 [INFO] 
00:42:53 [INFO] ------------< org.eclipse.orbit.bundles:classgraph-parent >-------------
00:42:53 [INFO] Building Eclipse Orbit :: Classgraph Recipes 1.0.0-SNAPSHOT    [160/379]
00:42:53 [INFO] --------------------------------[ pom ]---------------------------------
00:42:53 [INFO] 
00:42:53 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ classgraph-parent ---
00:42:53 [INFO] 
00:42:53 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ classgraph-parent ---
00:42:53 [INFO] 
00:42:53 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ classgraph-parent ---
00:42:53 [INFO] 
00:42:53 [INFO] --- maven-install-plugin:2.4:install (default-install) @ classgraph-parent ---
00:42:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/classgraph/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/classgraph-parent/1.0.0-SNAPSHOT/classgraph-parent-1.0.0-SNAPSHOT.pom
00:42:53 [INFO] 
00:42:53 [INFO] -----------< org.eclipse.orbit.bundles:io.github.classgraph >-----------
00:42:53 [INFO] Building ClassGraph 4.8.149-SNAPSHOT                           [161/379]
00:42:53 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:42:53 [INFO] 
00:42:53 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.github.classgraph ---
00:42:53 [INFO] 
00:42:53 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ io.github.classgraph ---
00:42:53 [INFO] The project's OSGi version is 4.8.149.v20220915-0556
00:42:53 [INFO] 
00:42:53 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ io.github.classgraph ---
00:42:53 [INFO] 
00:42:53 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ io.github.classgraph ---
00:42:53 [INFO] Copying 3 resources
00:42:53 [INFO] 
00:42:53 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ io.github.classgraph ---
00:42:53 [INFO] No sources to compile
00:42:53 [INFO] 
00:42:53 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ io.github.classgraph ---
00:42:53 [INFO] Gathering dependencies
00:42:53 [INFO] Configured Artifact: io.github.classgraph:classgraph:4.8.149:jar
00:42:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/github/classgraph/classgraph/4.8.149/classgraph-4.8.149.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:53 [INFO] Merging collected dependencies
00:42:53 [INFO] Copying 263 resources
00:42:53 [INFO] Generating OSGi MANIFEST.MF
00:42:53 [WARNING] Manifest org.eclipse.orbit.bundles:io.github.classgraph:eclipse-bundle-recipe:4.8.149-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:42:53 [WARNING] Manifest org.eclipse.orbit.bundles:io.github.classgraph:eclipse-bundle-recipe:4.8.149-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info}
00:42:53 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/io.github.classgraph-4.8.149-SNAPSHOT.jar
00:42:53 [INFO] Gathering sources
00:42:53 [INFO] Configured Artifact: io.github.classgraph:classgraph:sources:4.8.149:jar
00:42:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/github/classgraph/classgraph/4.8.149/classgraph-4.8.149-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:53 [INFO] Copying 3 resources
00:42:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/io.github.classgraph-4.8.149-SNAPSHOT-sources.jar
00:42:53 [INFO] Assembling p2 repository
00:42:54 [INFO] 
00:42:54 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ io.github.classgraph ---
00:42:54 [INFO] 
00:42:54 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ io.github.classgraph ---
00:42:54 [INFO] Gathering sources archives
00:42:54 [INFO] Configured Artifact: io.github.classgraph:classgraph:sources:4.8.149:jar
00:42:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/github/classgraph/classgraph/4.8.149/classgraph-4.8.149-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/sources-for-eclipse-ipzilla/classgraph-4.8.149-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:54 [INFO] Configured Artifact: io.github.classgraph:classgraph:sources:4.8.149:jar
00:42:54 [INFO] Copying classgraph-4.8.149-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/sources-for-eclipse-ipzilla/classgraph-4.8.149-sources.jar
00:42:54 [INFO] Refreshing about files and about.html
00:42:54 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:42:54 [INFO] 
00:42:54 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ io.github.classgraph ---
00:42:54 [WARNING] artifact org.eclipse.orbit.bundles:io.github.classgraph:xml:p2metadata:4.8.149-SNAPSHOT already attached, replace previous instance
00:42:54 [WARNING] artifact org.eclipse.orbit.bundles:io.github.classgraph:xml:p2artifacts:4.8.149-SNAPSHOT already attached, replace previous instance
00:42:54 [INFO] 
00:42:54 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ io.github.classgraph ---
00:42:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.149-SNAPSHOT/io.github.classgraph-4.8.149-SNAPSHOT.pom
00:42:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/io.github.classgraph-4.8.149-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.149-SNAPSHOT/io.github.classgraph-4.8.149-SNAPSHOT.jar
00:42:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/io.github.classgraph-4.8.149-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.149-SNAPSHOT/io.github.classgraph-4.8.149-SNAPSHOT-sources.jar
00:42:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.149-SNAPSHOT/io.github.classgraph-4.8.149-SNAPSHOT-p2metadata.xml
00:42:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.149-SNAPSHOT/io.github.classgraph-4.8.149-SNAPSHOT-p2artifacts.xml
00:42:54 [INFO] 
00:42:54 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ io.github.classgraph ---
00:42:54 [INFO] 
00:42:54 [INFO] -------------< org.eclipse.orbit.bundles:cronutils-parent >-------------
00:42:54 [INFO] Building Eclipse Orbit :: Cronutils Recipes 1.0.0-SNAPSHOT     [162/379]
00:42:54 [INFO] --------------------------------[ pom ]---------------------------------
00:42:54 [INFO] 
00:42:54 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cronutils-parent ---
00:42:54 [INFO] 
00:42:54 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ cronutils-parent ---
00:42:54 [INFO] 
00:42:54 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ cronutils-parent ---
00:42:54 [INFO] 
00:42:54 [INFO] --- maven-install-plugin:2.4:install (default-install) @ cronutils-parent ---
00:42:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/cronutils/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/cronutils-parent/1.0.0-SNAPSHOT/cronutils-parent-1.0.0-SNAPSHOT.pom
00:42:54 [INFO] 
00:42:54 [INFO] --------------< org.eclipse.orbit.bundles:com.cronutils >---------------
00:42:54 [INFO] Building cron-utils 5.0.5-SNAPSHOT                             [163/379]
00:42:54 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:42:55 [INFO] 
00:42:55 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.cronutils ---
00:42:55 [INFO] 
00:42:55 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.cronutils ---
00:42:55 [INFO] The project's OSGi version is 5.0.5.v20221112-0806
00:42:55 [INFO] 
00:42:55 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.cronutils ---
00:42:55 [INFO] 
00:42:55 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.cronutils ---
00:42:55 [INFO] Copying 3 resources
00:42:55 [INFO] 
00:42:55 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.cronutils ---
00:42:55 [INFO] No sources to compile
00:42:55 [INFO] 
00:42:55 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.cronutils ---
00:42:55 [INFO] Gathering dependencies
00:42:55 [INFO] Configured Artifact: com.cronutils:cron-utils:5.0.5:jar
00:42:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/cronutils/cron-utils/5.0.5/cron-utils-5.0.5.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:55 [INFO] Merging collected dependencies
00:42:55 [INFO] Copying 86 resources
00:42:55 [INFO] Generating OSGi MANIFEST.MF
00:42:55 [WARNING] Manifest org.eclipse.orbit.bundles:com.cronutils:eclipse-bundle-recipe:5.0.5-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:42:55 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/com.cronutils-5.0.5-SNAPSHOT.jar
00:42:55 [INFO] Gathering sources
00:42:55 [INFO] Configured Artifact: com.cronutils:cron-utils:sources:5.0.5:jar
00:42:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/cronutils/cron-utils/5.0.5/cron-utils-5.0.5-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:55 [INFO] Copying 3 resources
00:42:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/cronutils/com.cronutils_5.0.5/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/com.cronutils-5.0.5-SNAPSHOT-sources.jar
00:42:55 [INFO] Assembling p2 repository
00:42:56 [INFO] 
00:42:56 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.cronutils ---
00:42:56 [INFO] 
00:42:56 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.cronutils ---
00:42:56 [INFO] Gathering sources archives
00:42:56 [INFO] Configured Artifact: com.cronutils:cron-utils:sources:5.0.5:jar
00:42:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/cronutils/cron-utils/5.0.5/cron-utils-5.0.5-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/sources-for-eclipse-ipzilla/cron-utils-5.0.5-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:42:56 [INFO] Configured Artifact: com.cronutils:cron-utils:sources:5.0.5:jar
00:42:56 [INFO] Copying cron-utils-5.0.5-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/sources-for-eclipse-ipzilla/cron-utils-5.0.5-sources.jar
00:42:56 [INFO] Refreshing about files and about.html
00:42:56 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/cronutils/com.cronutils_5.0.5/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:42:56 [INFO] 
00:42:56 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.cronutils ---
00:42:56 [WARNING] artifact org.eclipse.orbit.bundles:com.cronutils:xml:p2metadata:5.0.5-SNAPSHOT already attached, replace previous instance
00:42:56 [WARNING] artifact org.eclipse.orbit.bundles:com.cronutils:xml:p2artifacts:5.0.5-SNAPSHOT already attached, replace previous instance
00:42:56 [INFO] 
00:42:56 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.cronutils ---
00:42:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/cronutils/com.cronutils_5.0.5/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT.pom
00:42:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/com.cronutils-5.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT.jar
00:42:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/com.cronutils-5.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT-sources.jar
00:42:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT-p2metadata.xml
00:42:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT-p2artifacts.xml
00:42:56 [INFO] 
00:42:56 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.cronutils ---
00:42:56 [INFO] 
00:42:56 [INFO] ------------------< org.eclipse.orbit.bundles:docker >------------------
00:42:56 [INFO] Building Eclipse Orbit :: Docker Recipes 1.0.0-SNAPSHOT        [164/379]
00:42:56 [INFO] --------------------------------[ pom ]---------------------------------
00:42:56 [INFO] 
00:42:56 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ docker ---
00:42:56 [INFO] 
00:42:56 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ docker ---
00:42:56 [INFO] 
00:42:56 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ docker ---
00:42:56 [INFO] 
00:42:56 [INFO] --- maven-install-plugin:2.4:install (default-install) @ docker ---
00:42:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/docker/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/docker/1.0.0-SNAPSHOT/docker-1.0.0-SNAPSHOT.pom
00:42:56 [INFO] 
00:42:56 [INFO] ---------< org.eclipse.orbit.bundles:org.mandas.docker-client >---------
00:42:56 [INFO] Building docker-client 3.2.1-SNAPSHOT                          [165/379]
00:42:56 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:03 [INFO] 
00:43:03 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.mandas.docker-client ---
00:43:03 [INFO] 
00:43:03 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.mandas.docker-client ---
00:43:03 [INFO] The project's OSGi version is 3.2.1.v20221112-0806
00:43:03 [INFO] 
00:43:03 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.mandas.docker-client ---
00:43:03 [INFO] 
00:43:03 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.mandas.docker-client ---
00:43:03 [INFO] Copying 3 resources
00:43:03 [INFO] 
00:43:03 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.mandas.docker-client ---
00:43:03 [INFO] No sources to compile
00:43:03 [INFO] 
00:43:03 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.mandas.docker-client ---
00:43:03 [INFO] Gathering dependencies
00:43:03 [INFO] Configured Artifact: org.mandas:docker-client:3.2.1:jar
00:43:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/mandas/docker-client/3.2.1/docker-client-3.2.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:04 [INFO] Merging collected dependencies
00:43:04 [INFO] Copying 774 resources
00:43:04 [INFO] Generating OSGi MANIFEST.MF
00:43:05 [WARNING] Manifest org.eclipse.orbit.bundles:org.mandas.docker-client:eclipse-bundle-recipe:3.2.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:43:05 [WARNING] Manifest org.eclipse.orbit.bundles:org.mandas.docker-client:eclipse-bundle-recipe:3.2.1-SNAPSHOT : Unused Import-Package instructions: [org.apache.http.annotation*, org.glassfish.jersey.inject*, org.immutables*] 
00:43:05 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/org.mandas.docker-client-3.2.1-SNAPSHOT.jar
00:43:05 [INFO] Gathering sources
00:43:05 [INFO] Configured Artifact: org.mandas:docker-client:sources:3.2.1:jar
00:43:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/mandas/docker-client/3.2.1/docker-client-3.2.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:05 [INFO] Copying 3 resources
00:43:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/org.mandas.docker-client-3.2.1-SNAPSHOT-sources.jar
00:43:06 [INFO] Assembling p2 repository
00:43:06 [INFO] 
00:43:06 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.mandas.docker-client ---
00:43:06 [INFO] 
00:43:06 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.mandas.docker-client ---
00:43:06 [INFO] Gathering sources archives
00:43:06 [INFO] Configured Artifact: org.mandas:docker-client:sources:3.2.1:jar
00:43:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/mandas/docker-client/3.2.1/docker-client-3.2.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/sources-for-eclipse-ipzilla/docker-client-3.2.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:06 [INFO] Configured Artifact: org.mandas:docker-client:sources:3.2.1:jar
00:43:06 [INFO] Copying docker-client-3.2.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/sources-for-eclipse-ipzilla/docker-client-3.2.1-sources.jar
00:43:06 [INFO] Refreshing about files and about.html
00:43:06 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:06 [INFO] 
00:43:06 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.mandas.docker-client ---
00:43:06 [WARNING] artifact org.eclipse.orbit.bundles:org.mandas.docker-client:xml:p2metadata:3.2.1-SNAPSHOT already attached, replace previous instance
00:43:06 [WARNING] artifact org.eclipse.orbit.bundles:org.mandas.docker-client:xml:p2artifacts:3.2.1-SNAPSHOT already attached, replace previous instance
00:43:06 [INFO] 
00:43:06 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.mandas.docker-client ---
00:43:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT.pom
00:43:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/org.mandas.docker-client-3.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT.jar
00:43:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/org.mandas.docker-client-3.2.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT-sources.jar
00:43:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT-p2metadata.xml
00:43:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT-p2artifacts.xml
00:43:06 [INFO] 
00:43:06 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.mandas.docker-client ---
00:43:07 [INFO] 
00:43:07 [INFO] ------------------< org.eclipse.orbit.bundles:eddsa >-------------------
00:43:07 [INFO] Building Eclipse Orbit :: EdDSA Recipes 1.0.0-SNAPSHOT         [166/379]
00:43:07 [INFO] --------------------------------[ pom ]---------------------------------
00:43:07 [INFO] 
00:43:07 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ eddsa ---
00:43:07 [INFO] 
00:43:07 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ eddsa ---
00:43:07 [INFO] 
00:43:07 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ eddsa ---
00:43:07 [INFO] 
00:43:07 [INFO] --- maven-install-plugin:2.4:install (default-install) @ eddsa ---
00:43:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/eddsa/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/eddsa/1.0.0-SNAPSHOT/eddsa-1.0.0-SNAPSHOT.pom
00:43:07 [INFO] 
00:43:07 [INFO] -----------< org.eclipse.orbit.bundles:net.i2p.crypto.eddsa >-----------
00:43:07 [INFO] Building EdDSA-Java 0.3.0-SNAPSHOT                             [167/379]
00:43:07 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:07 [INFO] 
00:43:07 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.i2p.crypto.eddsa ---
00:43:07 [INFO] 
00:43:07 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ net.i2p.crypto.eddsa ---
00:43:07 [INFO] The project's OSGi version is 0.3.0.v20220506-1020
00:43:07 [INFO] 
00:43:07 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ net.i2p.crypto.eddsa ---
00:43:07 [INFO] 
00:43:07 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ net.i2p.crypto.eddsa ---
00:43:07 [INFO] Copying 3 resources
00:43:07 [INFO] 
00:43:07 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ net.i2p.crypto.eddsa ---
00:43:07 [INFO] No sources to compile
00:43:07 [INFO] 
00:43:07 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ net.i2p.crypto.eddsa ---
00:43:07 [INFO] Gathering dependencies
00:43:07 [INFO] Configured Artifact: net.i2p.crypto:eddsa:0.3.0:jar
00:43:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:07 [INFO] Merging collected dependencies
00:43:07 [INFO] Copying 34 resources
00:43:07 [INFO] Generating OSGi MANIFEST.MF
00:43:07 [WARNING] Manifest org.eclipse.orbit.bundles:net.i2p.crypto.eddsa:eclipse-bundle-recipe:0.3.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:43:07 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT.jar
00:43:07 [INFO] Gathering sources
00:43:07 [INFO] Configured Artifact: net.i2p.crypto:eddsa:sources:0.3.0:jar
00:43:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:07 [INFO] Copying 3 resources
00:43:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-sources.jar
00:43:07 [INFO] Assembling p2 repository
00:43:08 [INFO] 
00:43:08 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ net.i2p.crypto.eddsa ---
00:43:08 [INFO] 
00:43:08 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ net.i2p.crypto.eddsa ---
00:43:08 [INFO] Gathering sources archives
00:43:08 [INFO] Configured Artifact: net.i2p.crypto:eddsa:sources:0.3.0:jar
00:43:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/sources-for-eclipse-ipzilla/eddsa-0.3.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:08 [INFO] Configured Artifact: net.i2p.crypto:eddsa:sources:0.3.0:jar
00:43:08 [INFO] Copying eddsa-0.3.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/sources-for-eclipse-ipzilla/eddsa-0.3.0-sources.jar
00:43:08 [INFO] Refreshing about files and about.html
00:43:08 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:08 [INFO] 
00:43:08 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ net.i2p.crypto.eddsa ---
00:43:08 [WARNING] artifact org.eclipse.orbit.bundles:net.i2p.crypto.eddsa:xml:p2metadata:0.3.0-SNAPSHOT already attached, replace previous instance
00:43:08 [WARNING] artifact org.eclipse.orbit.bundles:net.i2p.crypto.eddsa:xml:p2artifacts:0.3.0-SNAPSHOT already attached, replace previous instance
00:43:08 [INFO] 
00:43:08 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ net.i2p.crypto.eddsa ---
00:43:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT.pom
00:43:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT.jar
00:43:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-sources.jar
00:43:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-p2metadata.xml
00:43:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-p2artifacts.xml
00:43:08 [INFO] 
00:43:08 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ net.i2p.crypto.eddsa ---
00:43:08 [INFO] 
00:43:08 [INFO] ---------------< org.eclipse.orbit.bundles:ejml-parent >----------------
00:43:08 [INFO] Building Eclipse Orbit :: EJML Recipes 1.0.0-SNAPSHOT          [168/379]
00:43:08 [INFO] --------------------------------[ pom ]---------------------------------
00:43:08 [INFO] 
00:43:08 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejml-parent ---
00:43:08 [INFO] 
00:43:08 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ ejml-parent ---
00:43:08 [INFO] 
00:43:08 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ ejml-parent ---
00:43:08 [INFO] 
00:43:08 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ejml-parent ---
00:43:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ejml-parent/1.0.0-SNAPSHOT/ejml-parent-1.0.0-SNAPSHOT.pom
00:43:08 [INFO] 
00:43:08 [INFO] --------------< org.eclipse.orbit.bundles:org.ejml.core >---------------
00:43:08 [INFO] Building EJML 0.29.0-SNAPSHOT                                  [169/379]
00:43:08 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:08 [INFO] 
00:43:08 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.core ---
00:43:08 [INFO] 
00:43:08 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.ejml.core ---
00:43:08 [INFO] The project's OSGi version is 0.29.0.v20221112-0806
00:43:08 [INFO] 
00:43:08 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.ejml.core ---
00:43:08 [INFO] 
00:43:08 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.ejml.core ---
00:43:08 [INFO] Copying 3 resources
00:43:08 [INFO] 
00:43:08 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.ejml.core ---
00:43:08 [INFO] No sources to compile
00:43:08 [INFO] 
00:43:08 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.core ---
00:43:08 [INFO] Gathering dependencies
00:43:08 [INFO] Configured Artifact: org.ejml:core:0.29:jar
00:43:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/core/0.29/core-0.29.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:08 [INFO] Merging collected dependencies
00:43:08 [INFO] Copying 55 resources
00:43:08 [INFO] Generating OSGi MANIFEST.MF
00:43:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.core:eclipse-bundle-recipe:0.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:43:08 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/org.ejml.core-0.29.0-SNAPSHOT.jar
00:43:08 [INFO] Gathering sources
00:43:08 [INFO] Configured Artifact: org.ejml:core:sources:0.29:jar
00:43:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/core/0.29/core-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:08 [INFO] Copying 3 resources
00:43:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.core_0.29.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/org.ejml.core-0.29.0-SNAPSHOT-sources.jar
00:43:08 [INFO] Assembling p2 repository
00:43:09 [INFO] 
00:43:09 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.core ---
00:43:09 [INFO] 
00:43:09 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.core ---
00:43:09 [INFO] Gathering sources archives
00:43:09 [INFO] Configured Artifact: org.ejml:core:sources:0.29:jar
00:43:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/core/0.29/core-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/sources-for-eclipse-ipzilla/core-0.29-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:09 [INFO] Configured Artifact: org.ejml:core:sources:0.29:jar
00:43:09 [INFO] Copying core-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/sources-for-eclipse-ipzilla/core-0.29-sources.jar
00:43:09 [INFO] Refreshing about files and about.html
00:43:09 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.core_0.29.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:09 [INFO] 
00:43:09 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.ejml.core ---
00:43:09 [WARNING] artifact org.eclipse.orbit.bundles:org.ejml.core:xml:p2metadata:0.29.0-SNAPSHOT already attached, replace previous instance
00:43:09 [WARNING] artifact org.eclipse.orbit.bundles:org.ejml.core:xml:p2artifacts:0.29.0-SNAPSHOT already attached, replace previous instance
00:43:09 [INFO] 
00:43:09 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.ejml.core ---
00:43:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.core_0.29.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT.pom
00:43:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/org.ejml.core-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT.jar
00:43:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/org.ejml.core-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT-sources.jar
00:43:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT-p2metadata.xml
00:43:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT-p2artifacts.xml
00:43:09 [INFO] 
00:43:09 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.ejml.core ---
00:43:09 [INFO] 
00:43:09 [INFO] -------------< org.eclipse.orbit.bundles:org.ejml.dense64 >-------------
00:43:09 [INFO] Building EJML 0.29.0-SNAPSHOT                                  [170/379]
00:43:09 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:09 [INFO] 
00:43:09 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.dense64 ---
00:43:09 [INFO] 
00:43:09 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.ejml.dense64 ---
00:43:09 [INFO] The project's OSGi version is 0.29.0.v20221112-0806
00:43:09 [INFO] 
00:43:09 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.ejml.dense64 ---
00:43:09 [INFO] 
00:43:09 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.ejml.dense64 ---
00:43:09 [INFO] Copying 3 resources
00:43:09 [INFO] 
00:43:09 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.ejml.dense64 ---
00:43:09 [INFO] No sources to compile
00:43:09 [INFO] 
00:43:09 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.dense64 ---
00:43:09 [INFO] Gathering dependencies
00:43:09 [INFO] Configured Artifact: org.ejml:dense64:0.29:jar
00:43:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/dense64/0.29/dense64-0.29.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:09 [INFO] Merging collected dependencies
00:43:09 [INFO] Copying 113 resources
00:43:09 [INFO] Generating OSGi MANIFEST.MF
00:43:09 [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.dense64:eclipse-bundle-recipe:0.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:43:09 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/org.ejml.dense64-0.29.0-SNAPSHOT.jar
00:43:09 [INFO] Gathering sources
00:43:09 [INFO] Configured Artifact: org.ejml:dense64:sources:0.29:jar
00:43:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/dense64/0.29/dense64-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:09 [INFO] Copying 3 resources
00:43:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/org.ejml.dense64-0.29.0-SNAPSHOT-sources.jar
00:43:09 [INFO] Assembling p2 repository
00:43:10 [INFO] 
00:43:10 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.dense64 ---
00:43:10 [INFO] 
00:43:10 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.dense64 ---
00:43:10 [INFO] Gathering sources archives
00:43:10 [INFO] Configured Artifact: org.ejml:dense64:sources:0.29:jar
00:43:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/dense64/0.29/dense64-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/sources-for-eclipse-ipzilla/dense64-0.29-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:10 [INFO] Configured Artifact: org.ejml:dense64:sources:0.29:jar
00:43:10 [INFO] Copying dense64-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/sources-for-eclipse-ipzilla/dense64-0.29-sources.jar
00:43:10 [INFO] Refreshing about files and about.html
00:43:10 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:10 [INFO] 
00:43:10 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.ejml.dense64 ---
00:43:10 [WARNING] artifact org.eclipse.orbit.bundles:org.ejml.dense64:xml:p2metadata:0.29.0-SNAPSHOT already attached, replace previous instance
00:43:10 [WARNING] artifact org.eclipse.orbit.bundles:org.ejml.dense64:xml:p2artifacts:0.29.0-SNAPSHOT already attached, replace previous instance
00:43:10 [INFO] 
00:43:10 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.ejml.dense64 ---
00:43:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT.pom
00:43:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/org.ejml.dense64-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT.jar
00:43:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/org.ejml.dense64-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT-sources.jar
00:43:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT-p2metadata.xml
00:43:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT-p2artifacts.xml
00:43:10 [INFO] 
00:43:10 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.ejml.dense64 ---
00:43:10 [INFO] 
00:43:10 [INFO] ------------< org.eclipse.orbit.bundles:org.ejml.denseC64 >-------------
00:43:10 [INFO] Building EJML 0.29.0-SNAPSHOT                                  [171/379]
00:43:10 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:10 [INFO] 
00:43:10 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.denseC64 ---
00:43:10 [INFO] 
00:43:10 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.ejml.denseC64 ---
00:43:10 [INFO] The project's OSGi version is 0.29.0.v20221112-0806
00:43:10 [INFO] 
00:43:10 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.ejml.denseC64 ---
00:43:10 [INFO] 
00:43:10 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.ejml.denseC64 ---
00:43:10 [INFO] Copying 3 resources
00:43:10 [INFO] 
00:43:10 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.ejml.denseC64 ---
00:43:10 [INFO] No sources to compile
00:43:10 [INFO] 
00:43:10 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.denseC64 ---
00:43:10 [INFO] Gathering dependencies
00:43:10 [INFO] Configured Artifact: org.ejml:denseC64:0.29:jar
00:43:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/denseC64/0.29/denseC64-0.29.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:10 [INFO] Merging collected dependencies
00:43:10 [INFO] Copying 29 resources
00:43:10 [INFO] Generating OSGi MANIFEST.MF
00:43:10 [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.denseC64:eclipse-bundle-recipe:0.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:43:10 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/org.ejml.denseC64-0.29.0-SNAPSHOT.jar
00:43:10 [INFO] Gathering sources
00:43:10 [INFO] Configured Artifact: org.ejml:denseC64:sources:0.29:jar
00:43:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/denseC64/0.29/denseC64-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:10 [INFO] Copying 3 resources
00:43:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/org.ejml.denseC64-0.29.0-SNAPSHOT-sources.jar
00:43:10 [INFO] Assembling p2 repository
00:43:11 [INFO] 
00:43:11 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.denseC64 ---
00:43:11 [INFO] 
00:43:11 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.denseC64 ---
00:43:11 [INFO] Gathering sources archives
00:43:11 [INFO] Configured Artifact: org.ejml:denseC64:sources:0.29:jar
00:43:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/denseC64/0.29/denseC64-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/sources-for-eclipse-ipzilla/denseC64-0.29-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:11 [INFO] Configured Artifact: org.ejml:denseC64:sources:0.29:jar
00:43:11 [INFO] Copying denseC64-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/sources-for-eclipse-ipzilla/denseC64-0.29-sources.jar
00:43:11 [INFO] Refreshing about files and about.html
00:43:11 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:11 [INFO] 
00:43:11 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.ejml.denseC64 ---
00:43:11 [WARNING] artifact org.eclipse.orbit.bundles:org.ejml.denseC64:xml:p2metadata:0.29.0-SNAPSHOT already attached, replace previous instance
00:43:11 [WARNING] artifact org.eclipse.orbit.bundles:org.ejml.denseC64:xml:p2artifacts:0.29.0-SNAPSHOT already attached, replace previous instance
00:43:11 [INFO] 
00:43:11 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.ejml.denseC64 ---
00:43:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT.pom
00:43:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/org.ejml.denseC64-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT.jar
00:43:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/org.ejml.denseC64-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT-sources.jar
00:43:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT-p2metadata.xml
00:43:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT-p2artifacts.xml
00:43:11 [INFO] 
00:43:11 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.ejml.denseC64 ---
00:43:11 [INFO] 
00:43:11 [INFO] ------------< org.eclipse.orbit.bundles:org.ejml.equation >-------------
00:43:11 [INFO] Building EJML 0.29.0-SNAPSHOT                                  [172/379]
00:43:11 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:11 [INFO] 
00:43:11 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.equation ---
00:43:11 [INFO] 
00:43:11 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.ejml.equation ---
00:43:11 [INFO] The project's OSGi version is 0.29.0.v20221112-0806
00:43:11 [INFO] 
00:43:11 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.ejml.equation ---
00:43:11 [INFO] 
00:43:11 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.ejml.equation ---
00:43:11 [INFO] Copying 3 resources
00:43:11 [INFO] 
00:43:11 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.ejml.equation ---
00:43:11 [INFO] No sources to compile
00:43:11 [INFO] 
00:43:11 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.equation ---
00:43:11 [INFO] Gathering dependencies
00:43:11 [INFO] Configured Artifact: org.ejml:equation:0.29:jar
00:43:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/equation/0.29/equation-0.29.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:11 [INFO] Merging collected dependencies
00:43:11 [INFO] Copying 144 resources
00:43:11 [INFO] Generating OSGi MANIFEST.MF
00:43:11 [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.equation:eclipse-bundle-recipe:0.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:43:11 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/org.ejml.equation-0.29.0-SNAPSHOT.jar
00:43:11 [INFO] Gathering sources
00:43:11 [INFO] Configured Artifact: org.ejml:equation:sources:0.29:jar
00:43:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/equation/0.29/equation-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:12 [INFO] Copying 3 resources
00:43:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.equation_0.29.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/org.ejml.equation-0.29.0-SNAPSHOT-sources.jar
00:43:12 [INFO] Assembling p2 repository
00:43:12 [INFO] 
00:43:12 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.equation ---
00:43:12 [INFO] 
00:43:12 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.equation ---
00:43:12 [INFO] Gathering sources archives
00:43:12 [INFO] Configured Artifact: org.ejml:equation:sources:0.29:jar
00:43:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/equation/0.29/equation-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/sources-for-eclipse-ipzilla/equation-0.29-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:12 [INFO] Configured Artifact: org.ejml:equation:sources:0.29:jar
00:43:12 [INFO] Copying equation-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/sources-for-eclipse-ipzilla/equation-0.29-sources.jar
00:43:12 [INFO] Refreshing about files and about.html
00:43:12 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.equation_0.29.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:12 [INFO] 
00:43:12 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.ejml.equation ---
00:43:12 [WARNING] artifact org.eclipse.orbit.bundles:org.ejml.equation:xml:p2metadata:0.29.0-SNAPSHOT already attached, replace previous instance
00:43:12 [WARNING] artifact org.eclipse.orbit.bundles:org.ejml.equation:xml:p2artifacts:0.29.0-SNAPSHOT already attached, replace previous instance
00:43:12 [INFO] 
00:43:12 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.ejml.equation ---
00:43:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.equation_0.29.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT.pom
00:43:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/org.ejml.equation-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT.jar
00:43:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/org.ejml.equation-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT-sources.jar
00:43:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT-p2metadata.xml
00:43:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT-p2artifacts.xml
00:43:12 [INFO] 
00:43:12 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.ejml.equation ---
00:43:12 [INFO] 
00:43:12 [INFO] ----------< org.eclipse.orbit.bundles:org.ejml.experimental >-----------
00:43:12 [INFO] Building EJML 0.29.0-SNAPSHOT                                  [173/379]
00:43:12 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:12 [INFO] 
00:43:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.experimental ---
00:43:12 [INFO] 
00:43:12 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.ejml.experimental ---
00:43:12 [INFO] The project's OSGi version is 0.29.0.v20221112-0806
00:43:12 [INFO] 
00:43:12 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.ejml.experimental ---
00:43:12 [INFO] 
00:43:12 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.ejml.experimental ---
00:43:12 [INFO] Copying 3 resources
00:43:12 [INFO] 
00:43:12 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.ejml.experimental ---
00:43:12 [INFO] No sources to compile
00:43:12 [INFO] 
00:43:12 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.experimental ---
00:43:12 [INFO] Gathering dependencies
00:43:12 [INFO] Configured Artifact: org.ejml:experimental:0.29:jar
00:43:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/experimental/0.29/experimental-0.29.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:12 [INFO] Merging collected dependencies
00:43:12 [INFO] Copying 15 resources
00:43:12 [INFO] Generating OSGi MANIFEST.MF
00:43:12 [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.experimental:eclipse-bundle-recipe:0.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:43:12 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/org.ejml.experimental-0.29.0-SNAPSHOT.jar
00:43:12 [INFO] Gathering sources
00:43:12 [INFO] Configured Artifact: org.ejml:experimental:sources:0.29:jar
00:43:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/experimental/0.29/experimental-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:12 [INFO] Copying 3 resources
00:43:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/org.ejml.experimental-0.29.0-SNAPSHOT-sources.jar
00:43:13 [INFO] Assembling p2 repository
00:43:13 [INFO] 
00:43:13 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.experimental ---
00:43:13 [INFO] 
00:43:13 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.experimental ---
00:43:13 [INFO] Gathering sources archives
00:43:13 [INFO] Configured Artifact: org.ejml:experimental:sources:0.29:jar
00:43:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/experimental/0.29/experimental-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/sources-for-eclipse-ipzilla/experimental-0.29-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:13 [INFO] Configured Artifact: org.ejml:experimental:sources:0.29:jar
00:43:13 [INFO] Copying experimental-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/sources-for-eclipse-ipzilla/experimental-0.29-sources.jar
00:43:13 [INFO] Refreshing about files and about.html
00:43:13 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:13 [INFO] 
00:43:13 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.ejml.experimental ---
00:43:13 [WARNING] artifact org.eclipse.orbit.bundles:org.ejml.experimental:xml:p2metadata:0.29.0-SNAPSHOT already attached, replace previous instance
00:43:13 [WARNING] artifact org.eclipse.orbit.bundles:org.ejml.experimental:xml:p2artifacts:0.29.0-SNAPSHOT already attached, replace previous instance
00:43:13 [INFO] 
00:43:13 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.ejml.experimental ---
00:43:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT.pom
00:43:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/org.ejml.experimental-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT.jar
00:43:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/org.ejml.experimental-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT-sources.jar
00:43:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT-p2metadata.xml
00:43:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT-p2artifacts.xml
00:43:13 [INFO] 
00:43:13 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.ejml.experimental ---
00:43:13 [INFO] 
00:43:13 [INFO] -------------< org.eclipse.orbit.bundles:org.ejml.simple >--------------
00:43:13 [INFO] Building EJML 0.29.0-SNAPSHOT                                  [174/379]
00:43:13 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:13 [INFO] 
00:43:13 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.simple ---
00:43:13 [INFO] 
00:43:13 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.ejml.simple ---
00:43:13 [INFO] The project's OSGi version is 0.29.0.v20221112-0806
00:43:13 [INFO] 
00:43:13 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.ejml.simple ---
00:43:13 [INFO] 
00:43:13 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.ejml.simple ---
00:43:13 [INFO] Copying 3 resources
00:43:13 [INFO] 
00:43:13 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.ejml.simple ---
00:43:13 [INFO] No sources to compile
00:43:13 [INFO] 
00:43:13 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.simple ---
00:43:13 [INFO] Gathering dependencies
00:43:13 [INFO] Configured Artifact: org.ejml:simple:0.29:jar
00:43:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/simple/0.29/simple-0.29.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:13 [INFO] Merging collected dependencies
00:43:13 [INFO] Copying 7 resources
00:43:13 [INFO] Generating OSGi MANIFEST.MF
00:43:13 [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.simple:eclipse-bundle-recipe:0.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:43:13 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/org.ejml.simple-0.29.0-SNAPSHOT.jar
00:43:13 [INFO] Gathering sources
00:43:13 [INFO] Configured Artifact: org.ejml:simple:sources:0.29:jar
00:43:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/simple/0.29/simple-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:13 [INFO] Copying 3 resources
00:43:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.simple_0.29.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/org.ejml.simple-0.29.0-SNAPSHOT-sources.jar
00:43:13 [INFO] Assembling p2 repository
00:43:14 [INFO] 
00:43:14 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.simple ---
00:43:14 [INFO] 
00:43:14 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.simple ---
00:43:14 [INFO] Gathering sources archives
00:43:14 [INFO] Configured Artifact: org.ejml:simple:sources:0.29:jar
00:43:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/simple/0.29/simple-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/sources-for-eclipse-ipzilla/simple-0.29-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:14 [INFO] Configured Artifact: org.ejml:simple:sources:0.29:jar
00:43:14 [INFO] Copying simple-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/sources-for-eclipse-ipzilla/simple-0.29-sources.jar
00:43:14 [INFO] Refreshing about files and about.html
00:43:14 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.simple_0.29.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:14 [INFO] 
00:43:14 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.ejml.simple ---
00:43:14 [WARNING] artifact org.eclipse.orbit.bundles:org.ejml.simple:xml:p2metadata:0.29.0-SNAPSHOT already attached, replace previous instance
00:43:14 [WARNING] artifact org.eclipse.orbit.bundles:org.ejml.simple:xml:p2artifacts:0.29.0-SNAPSHOT already attached, replace previous instance
00:43:14 [INFO] 
00:43:14 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.ejml.simple ---
00:43:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.simple_0.29.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT.pom
00:43:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/org.ejml.simple-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT.jar
00:43:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/org.ejml.simple-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT-sources.jar
00:43:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT-p2metadata.xml
00:43:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT-p2artifacts.xml
00:43:14 [INFO] 
00:43:14 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.ejml.simple ---
00:43:14 [INFO] 
00:43:14 [INFO] ------------< org.eclipse.orbit.bundles:org.ejml.ejml-all >-------------
00:43:14 [INFO] Building EJML 0.38.0-SNAPSHOT                                  [175/379]
00:43:14 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:14 [INFO] 
00:43:14 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.ejml-all ---
00:43:14 [INFO] 
00:43:14 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.ejml.ejml-all ---
00:43:14 [INFO] The project's OSGi version is 0.38.0.v20221112-0806
00:43:14 [INFO] 
00:43:14 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.ejml.ejml-all ---
00:43:14 [INFO] 
00:43:14 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.ejml.ejml-all ---
00:43:14 [INFO] Copying 3 resources
00:43:14 [INFO] 
00:43:14 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.ejml.ejml-all ---
00:43:14 [INFO] No sources to compile
00:43:14 [INFO] 
00:43:14 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.ejml-all ---
00:43:14 [INFO] Gathering dependencies
00:43:14 [INFO] Configured Artifact: org.ejml:ejml-all:0.38:jar
00:43:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/ejml-all/0.38/ejml-all-0.38.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:14 [INFO] Merging collected dependencies
00:43:14 [INFO] Copying 2 resources
00:43:14 [INFO] Generating OSGi MANIFEST.MF
00:43:14 [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.ejml-all:eclipse-bundle-recipe:0.38.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:43:14 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/org.ejml.ejml-all-0.38.0-SNAPSHOT.jar
00:43:14 [INFO] Gathering sources
00:43:14 [INFO] Configured Artifact: org.ejml:ejml-all:sources:0.38:jar
00:43:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/ejml-all/0.38/ejml-all-0.38-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:14 [INFO] Copying 3 resources
00:43:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/org.ejml.ejml-all-0.38.0-SNAPSHOT-sources.jar
00:43:14 [INFO] Assembling p2 repository
00:43:15 [INFO] 
00:43:15 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.ejml-all ---
00:43:15 [INFO] 
00:43:15 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.ejml-all ---
00:43:15 [INFO] Gathering sources archives
00:43:15 [INFO] Configured Artifact: org.ejml:ejml-all:sources:0.38:jar
00:43:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/ejml/ejml-all/0.38/ejml-all-0.38-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/sources-for-eclipse-ipzilla/ejml-all-0.38-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:15 [INFO] Configured Artifact: org.ejml:ejml-all:sources:0.38:jar
00:43:15 [INFO] Copying ejml-all-0.38-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/sources-for-eclipse-ipzilla/ejml-all-0.38-sources.jar
00:43:15 [INFO] Refreshing about files and about.html
00:43:15 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:15 [INFO] 
00:43:15 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.ejml.ejml-all ---
00:43:15 [WARNING] artifact org.eclipse.orbit.bundles:org.ejml.ejml-all:xml:p2metadata:0.38.0-SNAPSHOT already attached, replace previous instance
00:43:15 [WARNING] artifact org.eclipse.orbit.bundles:org.ejml.ejml-all:xml:p2artifacts:0.38.0-SNAPSHOT already attached, replace previous instance
00:43:15 [INFO] 
00:43:15 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.ejml.ejml-all ---
00:43:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT.pom
00:43:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/org.ejml.ejml-all-0.38.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT.jar
00:43:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/org.ejml.ejml-all-0.38.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT-sources.jar
00:43:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT-p2metadata.xml
00:43:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT-p2artifacts.xml
00:43:15 [INFO] 
00:43:15 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.ejml.ejml-all ---
00:43:15 [INFO] 
00:43:15 [INFO] ----------< org.eclipse.orbit.bundles:java-diff-utils-parent >----------
00:43:15 [INFO] Building Eclipse Orbit :: Java Diff Utils Recipes 1.0.0-SNAPSHOT [176/379]
00:43:15 [INFO] --------------------------------[ pom ]---------------------------------
00:43:15 [INFO] 
00:43:15 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ java-diff-utils-parent ---
00:43:15 [INFO] 
00:43:15 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ java-diff-utils-parent ---
00:43:15 [INFO] 
00:43:15 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ java-diff-utils-parent ---
00:43:15 [INFO] 
00:43:15 [INFO] --- maven-install-plugin:2.4:install (default-install) @ java-diff-utils-parent ---
00:43:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/java-diff-utils/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/java-diff-utils-parent/1.0.0-SNAPSHOT/java-diff-utils-parent-1.0.0-SNAPSHOT.pom
00:43:15 [INFO] 
00:43:15 [INFO] --------< org.eclipse.orbit.bundles:io.github.java-diff-utils >---------
00:43:15 [INFO] Building Java Diff Utils 4.8.0-SNAPSHOT                        [177/379]
00:43:15 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:15 [INFO] 
00:43:15 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.github.java-diff-utils ---
00:43:15 [INFO] 
00:43:15 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ io.github.java-diff-utils ---
00:43:15 [INFO] The project's OSGi version is 4.8.0.v20221112-0806
00:43:15 [INFO] 
00:43:15 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ io.github.java-diff-utils ---
00:43:15 [INFO] 
00:43:15 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ io.github.java-diff-utils ---
00:43:15 [INFO] Copying 3 resources
00:43:15 [INFO] 
00:43:15 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ io.github.java-diff-utils ---
00:43:15 [INFO] No sources to compile
00:43:15 [INFO] 
00:43:15 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ io.github.java-diff-utils ---
00:43:15 [INFO] Gathering dependencies
00:43:15 [INFO] Configured Artifact: io.github.java-diff-utils:java-diff-utils:4.8:jar
00:43:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/github/java-diff-utils/java-diff-utils/4.8/java-diff-utils-4.8.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:15 [INFO] Merging collected dependencies
00:43:15 [INFO] Copying 32 resources
00:43:15 [INFO] Generating OSGi MANIFEST.MF
00:43:15 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/io.github.java-diff-utils-4.8.0-SNAPSHOT.jar
00:43:15 [INFO] Gathering sources
00:43:15 [INFO] Configured Artifact: io.github.java-diff-utils:java-diff-utils:sources:4.8:jar
00:43:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/github/java-diff-utils/java-diff-utils/4.8/java-diff-utils-4.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:15 [INFO] Copying 3 resources
00:43:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/io.github.java-diff-utils-4.8.0-SNAPSHOT-sources.jar
00:43:16 [INFO] Assembling p2 repository
00:43:16 [INFO] 
00:43:16 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ io.github.java-diff-utils ---
00:43:16 [INFO] 
00:43:16 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ io.github.java-diff-utils ---
00:43:16 [INFO] Gathering sources archives
00:43:16 [INFO] Configured Artifact: io.github.java-diff-utils:java-diff-utils:sources:4.8:jar
00:43:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/github/java-diff-utils/java-diff-utils/4.8/java-diff-utils-4.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/sources-for-eclipse-ipzilla/java-diff-utils-4.8-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:16 [INFO] Configured Artifact: io.github.java-diff-utils:java-diff-utils:sources:4.8:jar
00:43:16 [INFO] Copying java-diff-utils-4.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/sources-for-eclipse-ipzilla/java-diff-utils-4.8-sources.jar
00:43:16 [INFO] Refreshing about files and about.html
00:43:16 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:16 [INFO] 
00:43:16 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ io.github.java-diff-utils ---
00:43:16 [WARNING] artifact org.eclipse.orbit.bundles:io.github.java-diff-utils:xml:p2metadata:4.8.0-SNAPSHOT already attached, replace previous instance
00:43:16 [WARNING] artifact org.eclipse.orbit.bundles:io.github.java-diff-utils:xml:p2artifacts:4.8.0-SNAPSHOT already attached, replace previous instance
00:43:16 [INFO] 
00:43:16 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ io.github.java-diff-utils ---
00:43:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.github.java-diff-utils/4.8.0-SNAPSHOT/io.github.java-diff-utils-4.8.0-SNAPSHOT.pom
00:43:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/io.github.java-diff-utils-4.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.github.java-diff-utils/4.8.0-SNAPSHOT/io.github.java-diff-utils-4.8.0-SNAPSHOT.jar
00:43:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/io.github.java-diff-utils-4.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.github.java-diff-utils/4.8.0-SNAPSHOT/io.github.java-diff-utils-4.8.0-SNAPSHOT-sources.jar
00:43:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.github.java-diff-utils/4.8.0-SNAPSHOT/io.github.java-diff-utils-4.8.0-SNAPSHOT-p2metadata.xml
00:43:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.github.java-diff-utils/4.8.0-SNAPSHOT/io.github.java-diff-utils-4.8.0-SNAPSHOT-p2artifacts.xml
00:43:16 [INFO] 
00:43:16 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ io.github.java-diff-utils ---
00:43:16 [INFO] 
00:43:16 [INFO] -----------------< org.eclipse.orbit.bundles:javaewah >-----------------
00:43:16 [INFO] Building Eclipse Orbit :: JavaEWAH Recipes 1.0.0-SNAPSHOT      [178/379]
00:43:16 [INFO] --------------------------------[ pom ]---------------------------------
00:43:16 [INFO] 
00:43:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javaewah ---
00:43:16 [INFO] 
00:43:16 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javaewah ---
00:43:16 [INFO] 
00:43:16 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javaewah ---
00:43:16 [INFO] 
00:43:16 [INFO] --- maven-install-plugin:2.4:install (default-install) @ javaewah ---
00:43:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/javaewah/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javaewah/1.0.0-SNAPSHOT/javaewah-1.0.0-SNAPSHOT.pom
00:43:16 [INFO] 
00:43:16 [INFO] -----------------< org.eclipse.orbit.bundles:javaewah >-----------------
00:43:16 [INFO] Building JavaEWAH 1.1.13-SNAPSHOT                              [179/379]
00:43:16 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:16 [INFO] 
00:43:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javaewah ---
00:43:16 [INFO] 
00:43:16 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ javaewah ---
00:43:16 [INFO] The project's OSGi version is 1.1.13.v20211029-0839
00:43:16 [INFO] 
00:43:16 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ javaewah ---
00:43:16 [INFO] 
00:43:16 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ javaewah ---
00:43:16 [INFO] Copying 3 resources
00:43:16 [INFO] 
00:43:16 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ javaewah ---
00:43:16 [INFO] No sources to compile
00:43:16 [INFO] 
00:43:16 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ javaewah ---
00:43:16 [INFO] Gathering dependencies
00:43:16 [INFO] Configured Artifact: com.googlecode.javaewah:JavaEWAH:1.1.13:jar
00:43:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/javaewah/javaewah_1.1.13/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:16 [INFO] Merging collected dependencies
00:43:16 [INFO] Copying 107 resources
00:43:16 [INFO] Generating OSGi MANIFEST.MF
00:43:16 [WARNING] Manifest org.eclipse.orbit.bundles:javaewah:eclipse-bundle-recipe:1.1.13-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:43:16 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/javaewah/javaewah_1.1.13/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/javaewah/javaewah_1.1.13/target/javaewah-1.1.13-SNAPSHOT.jar
00:43:16 [INFO] Gathering sources
00:43:16 [INFO] Configured Artifact: com.googlecode.javaewah:JavaEWAH:sources:1.1.13:jar
00:43:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/javaewah/javaewah_1.1.13/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:17 [INFO] Copying 3 resources
00:43:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/javaewah/javaewah_1.1.13/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/javaewah/javaewah_1.1.13/target/javaewah-1.1.13-SNAPSHOT-sources.jar
00:43:17 [INFO] Assembling p2 repository
00:43:17 [INFO] 
00:43:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ javaewah ---
00:43:17 [INFO] 
00:43:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javaewah ---
00:43:17 [INFO] Gathering sources archives
00:43:17 [INFO] Configured Artifact: com.googlecode.javaewah:JavaEWAH:sources:1.1.13:jar
00:43:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/javaewah/javaewah_1.1.13/target/sources-for-eclipse-ipzilla/JavaEWAH-1.1.13-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:17 [INFO] Configured Artifact: com.googlecode.javaewah:JavaEWAH:sources:1.1.13:jar
00:43:17 [INFO] Copying JavaEWAH-1.1.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/javaewah/javaewah_1.1.13/target/sources-for-eclipse-ipzilla/JavaEWAH-1.1.13-sources.jar
00:43:17 [INFO] Refreshing about files and about.html
00:43:17 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/javaewah/javaewah_1.1.13/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:17 [INFO] 
00:43:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javaewah ---
00:43:17 [WARNING] artifact org.eclipse.orbit.bundles:javaewah:xml:p2metadata:1.1.13-SNAPSHOT already attached, replace previous instance
00:43:17 [WARNING] artifact org.eclipse.orbit.bundles:javaewah:xml:p2artifacts:1.1.13-SNAPSHOT already attached, replace previous instance
00:43:17 [INFO] 
00:43:17 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ javaewah ---
00:43:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/javaewah/javaewah_1.1.13/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javaewah/1.1.13-SNAPSHOT/javaewah-1.1.13-SNAPSHOT.pom
00:43:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/javaewah/javaewah_1.1.13/target/javaewah-1.1.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javaewah/1.1.13-SNAPSHOT/javaewah-1.1.13-SNAPSHOT.jar
00:43:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/javaewah/javaewah_1.1.13/target/javaewah-1.1.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javaewah/1.1.13-SNAPSHOT/javaewah-1.1.13-SNAPSHOT-sources.jar
00:43:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/javaewah/javaewah_1.1.13/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javaewah/1.1.13-SNAPSHOT/javaewah-1.1.13-SNAPSHOT-p2metadata.xml
00:43:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/javaewah/javaewah_1.1.13/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javaewah/1.1.13-SNAPSHOT/javaewah-1.1.13-SNAPSHOT-p2artifacts.xml
00:43:17 [INFO] 
00:43:17 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ javaewah ---
00:43:17 [INFO] 
00:43:17 [INFO] -------------------< org.eclipse.orbit.bundles:jnr >--------------------
00:43:17 [INFO] Building Eclipse Orbit :: JNR Recipes 1.0.0-SNAPSHOT           [180/379]
00:43:17 [INFO] --------------------------------[ pom ]---------------------------------
00:43:17 [INFO] 
00:43:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jnr ---
00:43:17 [INFO] 
00:43:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jnr ---
00:43:17 [INFO] 
00:43:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jnr ---
00:43:17 [INFO] 
00:43:17 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jnr ---
00:43:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jnr/1.0.0-SNAPSHOT/jnr-1.0.0-SNAPSHOT.pom
00:43:17 [INFO] 
00:43:17 [INFO] ---------< org.eclipse.orbit.bundles:com.github.jnr.constants >---------
00:43:17 [INFO] Building jnr-constants 0.10.3-SNAPSHOT                         [181/379]
00:43:17 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:17 [INFO] 
00:43:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.constants ---
00:43:17 [INFO] 
00:43:17 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.jnr.constants ---
00:43:17 [INFO] The project's OSGi version is 0.10.3.v20221215-1656
00:43:17 [INFO] 
00:43:17 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.jnr.constants ---
00:43:17 [INFO] 
00:43:17 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.jnr.constants ---
00:43:17 [INFO] Copying 3 resources
00:43:17 [INFO] 
00:43:17 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.jnr.constants ---
00:43:17 [INFO] No sources to compile
00:43:17 [INFO] 
00:43:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.constants ---
00:43:17 [INFO] Gathering dependencies
00:43:17 [INFO] Configured Artifact: com.github.jnr:jnr-constants:0.10.3:jar
00:43:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:18 [INFO] Merging collected dependencies
00:43:18 [INFO] Copying 1039 resources
00:43:18 [INFO] Generating OSGi MANIFEST.MF
00:43:18 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.constants:eclipse-bundle-recipe:0.10.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] 
00:43:18 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/com.github.jnr.constants-0.10.3-SNAPSHOT.jar
00:43:19 [INFO] Gathering sources
00:43:19 [INFO] Configured Artifact: com.github.jnr:jnr-constants:sources:0.10.3:jar
00:43:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:19 [INFO] Copying 3 resources
00:43:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/com.github.jnr.constants-0.10.3-SNAPSHOT-sources.jar
00:43:19 [INFO] Assembling p2 repository
00:43:20 [INFO] 
00:43:20 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.constants ---
00:43:20 [INFO] 
00:43:20 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.constants ---
00:43:20 [INFO] Gathering sources archives
00:43:20 [INFO] Configured Artifact: com.github.jnr:jnr-constants:sources:0.10.3:jar
00:43:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/sources-for-eclipse-ipzilla/jnr-constants-0.10.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:20 [INFO] Configured Artifact: com.github.jnr:jnr-constants:sources:0.10.3:jar
00:43:20 [INFO] Copying jnr-constants-0.10.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/sources-for-eclipse-ipzilla/jnr-constants-0.10.3-sources.jar
00:43:20 [INFO] Refreshing about files and about.html
00:43:20 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:20 [INFO] 
00:43:20 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.jnr.constants ---
00:43:20 [WARNING] artifact org.eclipse.orbit.bundles:com.github.jnr.constants:xml:p2metadata:0.10.3-SNAPSHOT already attached, replace previous instance
00:43:20 [WARNING] artifact org.eclipse.orbit.bundles:com.github.jnr.constants:xml:p2artifacts:0.10.3-SNAPSHOT already attached, replace previous instance
00:43:20 [INFO] 
00:43:20 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.github.jnr.constants ---
00:43:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.10.3-SNAPSHOT/com.github.jnr.constants-0.10.3-SNAPSHOT.pom
00:43:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/com.github.jnr.constants-0.10.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.10.3-SNAPSHOT/com.github.jnr.constants-0.10.3-SNAPSHOT.jar
00:43:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/com.github.jnr.constants-0.10.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.10.3-SNAPSHOT/com.github.jnr.constants-0.10.3-SNAPSHOT-sources.jar
00:43:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.10.3-SNAPSHOT/com.github.jnr.constants-0.10.3-SNAPSHOT-p2metadata.xml
00:43:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.10.3-SNAPSHOT/com.github.jnr.constants-0.10.3-SNAPSHOT-p2artifacts.xml
00:43:20 [INFO] 
00:43:20 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.jnr.constants ---
00:43:20 [INFO] 
00:43:20 [INFO] -----------< org.eclipse.orbit.bundles:com.github.jnr.enxio >-----------
00:43:20 [INFO] Building jnr-enxio 0.32.13-SNAPSHOT                            [182/379]
00:43:20 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:21 [INFO] 
00:43:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.enxio ---
00:43:21 [INFO] 
00:43:21 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.jnr.enxio ---
00:43:21 [INFO] The project's OSGi version is 0.32.13.v20221215-1656
00:43:21 [INFO] 
00:43:21 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.jnr.enxio ---
00:43:21 [INFO] 
00:43:21 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.jnr.enxio ---
00:43:21 [INFO] Copying 3 resources
00:43:21 [INFO] 
00:43:21 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.jnr.enxio ---
00:43:21 [INFO] No sources to compile
00:43:21 [INFO] 
00:43:21 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.enxio ---
00:43:21 [INFO] Gathering dependencies
00:43:21 [INFO] Configured Artifact: com.github.jnr:jnr-enxio:0.32.13:jar
00:43:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-enxio/0.32.13/jnr-enxio-0.32.13.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:21 [INFO] Merging collected dependencies
00:43:21 [INFO] Copying 28 resources
00:43:21 [INFO] Generating OSGi MANIFEST.MF
00:43:21 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.enxio:eclipse-bundle-recipe:0.32.13-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] 
00:43:21 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.enxio:eclipse-bundle-recipe:0.32.13-SNAPSHOT : Host com.github.jnr.jffi= for this fragment/require bundle cannot be found on the classpath
00:43:21 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.enxio:eclipse-bundle-recipe:0.32.13-SNAPSHOT : Unused Import-Package instructions: [jnr.ffi*] 
00:43:21 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/com.github.jnr.enxio-0.32.13-SNAPSHOT.jar
00:43:21 [INFO] Gathering sources
00:43:21 [INFO] Configured Artifact: com.github.jnr:jnr-enxio:sources:0.32.13:jar
00:43:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-enxio/0.32.13/jnr-enxio-0.32.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:21 [INFO] Copying 3 resources
00:43:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/com.github.jnr.enxio-0.32.13-SNAPSHOT-sources.jar
00:43:21 [INFO] Assembling p2 repository
00:43:22 [INFO] 
00:43:22 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.enxio ---
00:43:22 [INFO] 
00:43:22 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.enxio ---
00:43:22 [INFO] Gathering sources archives
00:43:22 [INFO] Configured Artifact: com.github.jnr:jnr-enxio:sources:0.32.13:jar
00:43:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-enxio/0.32.13/jnr-enxio-0.32.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/sources-for-eclipse-ipzilla/jnr-enxio-0.32.13-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:22 [INFO] Configured Artifact: com.github.jnr:jnr-enxio:sources:0.32.13:jar
00:43:22 [INFO] Copying jnr-enxio-0.32.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/sources-for-eclipse-ipzilla/jnr-enxio-0.32.13-sources.jar
00:43:22 [INFO] Refreshing about files and about.html
00:43:22 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:22 [INFO] 
00:43:22 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.jnr.enxio ---
00:43:22 [WARNING] artifact org.eclipse.orbit.bundles:com.github.jnr.enxio:xml:p2metadata:0.32.13-SNAPSHOT already attached, replace previous instance
00:43:22 [WARNING] artifact org.eclipse.orbit.bundles:com.github.jnr.enxio:xml:p2artifacts:0.32.13-SNAPSHOT already attached, replace previous instance
00:43:22 [INFO] 
00:43:22 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.github.jnr.enxio ---
00:43:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.32.13-SNAPSHOT/com.github.jnr.enxio-0.32.13-SNAPSHOT.pom
00:43:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/com.github.jnr.enxio-0.32.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.32.13-SNAPSHOT/com.github.jnr.enxio-0.32.13-SNAPSHOT.jar
00:43:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/com.github.jnr.enxio-0.32.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.32.13-SNAPSHOT/com.github.jnr.enxio-0.32.13-SNAPSHOT-sources.jar
00:43:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.32.13-SNAPSHOT/com.github.jnr.enxio-0.32.13-SNAPSHOT-p2metadata.xml
00:43:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.32.13-SNAPSHOT/com.github.jnr.enxio-0.32.13-SNAPSHOT-p2artifacts.xml
00:43:22 [INFO] 
00:43:22 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.jnr.enxio ---
00:43:22 [INFO] 
00:43:22 [INFO] ------------< org.eclipse.orbit.bundles:com.github.jnr.ffi >------------
00:43:22 [INFO] Building jnr-ffi 2.2.11-SNAPSHOT                               [183/379]
00:43:22 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:22 [INFO] 
00:43:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.ffi ---
00:43:22 [INFO] 
00:43:22 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.jnr.ffi ---
00:43:22 [INFO] The project's OSGi version is 2.2.11.v20221215-1656
00:43:22 [INFO] 
00:43:22 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.jnr.ffi ---
00:43:22 [INFO] 
00:43:22 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.jnr.ffi ---
00:43:22 [INFO] Copying 3 resources
00:43:22 [INFO] 
00:43:22 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.jnr.ffi ---
00:43:22 [INFO] No sources to compile
00:43:22 [INFO] 
00:43:22 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.ffi ---
00:43:22 [INFO] Gathering dependencies
00:43:22 [INFO] Configured Artifact: com.github.jnr:jnr-ffi:2.2.11:jar
00:43:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-ffi/2.2.11/jnr-ffi-2.2.11.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:22 [INFO] Merging collected dependencies
00:43:22 [INFO] Copying 667 resources
00:43:22 [INFO] Generating OSGi MANIFEST.MF
00:43:22 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.ffi:eclipse-bundle-recipe:2.2.11-SNAPSHOT : Unused Export-Package instructions: [*.impl.*] 
00:43:22 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/com.github.jnr.ffi-2.2.11-SNAPSHOT.jar
00:43:23 [INFO] Gathering sources
00:43:23 [INFO] Configured Artifact: com.github.jnr:jnr-ffi:sources:2.2.11:jar
00:43:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-ffi/2.2.11/jnr-ffi-2.2.11-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:23 [INFO] Copying 3 resources
00:43:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/com.github.jnr.ffi-2.2.11-SNAPSHOT-sources.jar
00:43:23 [INFO] Assembling p2 repository
00:43:24 [INFO] 
00:43:24 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.ffi ---
00:43:24 [INFO] 
00:43:24 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.ffi ---
00:43:24 [INFO] Gathering sources archives
00:43:24 [INFO] Configured Artifact: com.github.jnr:jnr-ffi:sources:2.2.11:jar
00:43:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-ffi/2.2.11/jnr-ffi-2.2.11-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/sources-for-eclipse-ipzilla/jnr-ffi-2.2.11-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:24 [INFO] Configured Artifact: com.github.jnr:jnr-ffi:sources:2.2.11:jar
00:43:24 [INFO] Copying jnr-ffi-2.2.11-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/sources-for-eclipse-ipzilla/jnr-ffi-2.2.11-sources.jar
00:43:24 [INFO] Refreshing about files and about.html
00:43:24 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:24 [INFO] 
00:43:24 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.jnr.ffi ---
00:43:24 [WARNING] artifact org.eclipse.orbit.bundles:com.github.jnr.ffi:xml:p2metadata:2.2.11-SNAPSHOT already attached, replace previous instance
00:43:24 [WARNING] artifact org.eclipse.orbit.bundles:com.github.jnr.ffi:xml:p2artifacts:2.2.11-SNAPSHOT already attached, replace previous instance
00:43:24 [INFO] 
00:43:24 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.github.jnr.ffi ---
00:43:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.2.11-SNAPSHOT/com.github.jnr.ffi-2.2.11-SNAPSHOT.pom
00:43:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/com.github.jnr.ffi-2.2.11-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.2.11-SNAPSHOT/com.github.jnr.ffi-2.2.11-SNAPSHOT.jar
00:43:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/com.github.jnr.ffi-2.2.11-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.2.11-SNAPSHOT/com.github.jnr.ffi-2.2.11-SNAPSHOT-sources.jar
00:43:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.2.11-SNAPSHOT/com.github.jnr.ffi-2.2.11-SNAPSHOT-p2metadata.xml
00:43:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.2.11-SNAPSHOT/com.github.jnr.ffi-2.2.11-SNAPSHOT-p2artifacts.xml
00:43:24 [INFO] 
00:43:24 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.jnr.ffi ---
00:43:24 [INFO] 
00:43:24 [INFO] -----------< org.eclipse.orbit.bundles:com.github.jnr.jffi >------------
00:43:24 [INFO] Building jffi 1.3.9-SNAPSHOT                                   [184/379]
00:43:24 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:24 [INFO] 
00:43:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.jffi ---
00:43:24 [INFO] 
00:43:24 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.jnr.jffi ---
00:43:24 [INFO] The project's OSGi version is 1.3.9.v20221215-1656
00:43:24 [INFO] 
00:43:24 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.jnr.jffi ---
00:43:24 [INFO] 
00:43:24 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.jnr.jffi ---
00:43:24 [INFO] Copying 3 resources
00:43:24 [INFO] 
00:43:24 [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-p2-inf) @ com.github.jnr.jffi ---
00:43:24 [INFO] Copying 1 resource
00:43:24 [INFO] 
00:43:24 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.jnr.jffi ---
00:43:24 [INFO] No sources to compile
00:43:24 [INFO] 
00:43:24 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.jffi ---
00:43:24 [INFO] Gathering dependencies
00:43:24 [INFO] Configured Artifact: com.github.jnr:jffi:1.3.9:jar
00:43:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jffi/1.3.9/jffi-1.3.9.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:24 [INFO] Merging collected dependencies
00:43:24 [INFO] Copying 128 resources
00:43:24 [INFO] Generating OSGi MANIFEST.MF
00:43:24 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.jffi:eclipse-bundle-recipe:1.3.9-SNAPSHOT : Unused Export-Package instructions: [*.impl.*] 
00:43:24 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/com.github.jnr.jffi-1.3.9-SNAPSHOT.jar
00:43:24 [INFO] Gathering sources
00:43:24 [INFO] Configured Artifact: com.github.jnr:jffi:sources:1.3.9:jar
00:43:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jffi/1.3.9/jffi-1.3.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:25 [INFO] Copying 3 resources
00:43:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/com.github.jnr.jffi-1.3.9-SNAPSHOT-sources.jar
00:43:25 [INFO] Assembling p2 repository
00:43:25 [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from com.github.jnr.jffi 1.3.9.v20221215-1656 to org.eclipse.equinox.p2.iu; com.github.jnr.jffi.native [1.3.9.v20221215-1656,1.3.9.v20221215-1656].]
00:43:25 [WARNING] More information on the preceding warning(s) can be found here:
00:43:25 [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
00:43:25 [INFO] 
00:43:25 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.jffi ---
00:43:25 [INFO] 
00:43:25 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.jffi ---
00:43:25 [INFO] Gathering sources archives
00:43:25 [INFO] Configured Artifact: com.github.jnr:jffi:sources:1.3.9:jar
00:43:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jffi/1.3.9/jffi-1.3.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/sources-for-eclipse-ipzilla/jffi-1.3.9-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:25 [INFO] Configured Artifact: com.github.jnr:jffi:sources:1.3.9:jar
00:43:25 [INFO] Copying jffi-1.3.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/sources-for-eclipse-ipzilla/jffi-1.3.9-sources.jar
00:43:25 [INFO] Refreshing about files and about.html
00:43:25 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:25 [INFO] 
00:43:25 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.jnr.jffi ---
00:43:25 [WARNING] artifact org.eclipse.orbit.bundles:com.github.jnr.jffi:xml:p2metadata:1.3.9-SNAPSHOT already attached, replace previous instance
00:43:25 [WARNING] artifact org.eclipse.orbit.bundles:com.github.jnr.jffi:xml:p2artifacts:1.3.9-SNAPSHOT already attached, replace previous instance
00:43:25 [INFO] 
00:43:25 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.github.jnr.jffi ---
00:43:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.3.9-SNAPSHOT/com.github.jnr.jffi-1.3.9-SNAPSHOT.pom
00:43:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/com.github.jnr.jffi-1.3.9-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.3.9-SNAPSHOT/com.github.jnr.jffi-1.3.9-SNAPSHOT.jar
00:43:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/com.github.jnr.jffi-1.3.9-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.3.9-SNAPSHOT/com.github.jnr.jffi-1.3.9-SNAPSHOT-sources.jar
00:43:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.3.9-SNAPSHOT/com.github.jnr.jffi-1.3.9-SNAPSHOT-p2metadata.xml
00:43:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.3.9-SNAPSHOT/com.github.jnr.jffi-1.3.9-SNAPSHOT-p2artifacts.xml
00:43:25 [INFO] 
00:43:25 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.jnr.jffi ---
00:43:25 [INFO] 
00:43:25 [INFO] --------< org.eclipse.orbit.bundles:com.github.jnr.jffi.native >--------
00:43:25 [INFO] Building jffi native 1.3.9-SNAPSHOT                            [185/379]
00:43:25 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:25 [INFO] 
00:43:25 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.jffi.native ---
00:43:25 [INFO] 
00:43:25 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.jnr.jffi.native ---
00:43:25 [INFO] The project's OSGi version is 1.3.9.v20221215-1656
00:43:25 [INFO] 
00:43:25 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.jnr.jffi.native ---
00:43:25 [INFO] 
00:43:25 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.jnr.jffi.native ---
00:43:25 [INFO] Copying 3 resources
00:43:25 [INFO] 
00:43:25 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.jnr.jffi.native ---
00:43:25 [INFO] No sources to compile
00:43:25 [INFO] 
00:43:25 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.jffi.native ---
00:43:25 [INFO] Gathering dependencies
00:43:25 [INFO] Configured Artifact: com.github.jnr:jffi:native:1.3.9:jar
00:43:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jffi/1.3.9/jffi-1.3.9-native.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:25 [INFO] Merging collected dependencies
00:43:25 [INFO] Copying 22 resources
00:43:25 [INFO] Generating OSGi MANIFEST.MF
00:43:26 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.jffi.native:eclipse-bundle-recipe:1.3.9-SNAPSHOT : Bundle-ClassPath uses a directory 'jni' as well as '.'. This means bnd does not know if a directory is a package.
00:43:26 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.jffi.native:eclipse-bundle-recipe:1.3.9-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] 
00:43:26 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.jffi.native:eclipse-bundle-recipe:1.3.9-SNAPSHOT : Host com.github.jnr.jffi= for this fragment/require bundle cannot be found on the classpath
00:43:26 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/com.github.jnr.jffi.native-1.3.9-SNAPSHOT.jar
00:43:26 [INFO] Gathering sources
00:43:26 [INFO] Configured Artifact: com.github.jnr:jffi:sources:1.3.9:jar
00:43:26 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jffi/1.3.9/jffi-1.3.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:26 [INFO] Copying 3 resources
00:43:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/com.github.jnr.jffi.native-1.3.9-SNAPSHOT-sources.jar
00:43:26 [INFO] Assembling p2 repository
00:43:26 [INFO] 
00:43:26 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.jffi.native ---
00:43:26 [INFO] 
00:43:26 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.jffi.native ---
00:43:26 [INFO] Gathering sources archives
00:43:26 [INFO] Configured Artifact: com.github.jnr:jffi:sources:1.3.9:jar
00:43:26 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jffi/1.3.9/jffi-1.3.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/sources-for-eclipse-ipzilla/jffi-1.3.9-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:26 [INFO] Configured Artifact: com.github.jnr:jffi:sources:1.3.9:jar
00:43:26 [INFO] Copying jffi-1.3.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/sources-for-eclipse-ipzilla/jffi-1.3.9-sources.jar
00:43:26 [INFO] Refreshing about files and about.html
00:43:26 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:26 [INFO] 
00:43:26 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.jnr.jffi.native ---
00:43:26 [WARNING] artifact org.eclipse.orbit.bundles:com.github.jnr.jffi.native:xml:p2metadata:1.3.9-SNAPSHOT already attached, replace previous instance
00:43:26 [WARNING] artifact org.eclipse.orbit.bundles:com.github.jnr.jffi.native:xml:p2artifacts:1.3.9-SNAPSHOT already attached, replace previous instance
00:43:26 [INFO] 
00:43:26 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.github.jnr.jffi.native ---
00:43:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.3.9-SNAPSHOT/com.github.jnr.jffi.native-1.3.9-SNAPSHOT.pom
00:43:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/com.github.jnr.jffi.native-1.3.9-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.3.9-SNAPSHOT/com.github.jnr.jffi.native-1.3.9-SNAPSHOT.jar
00:43:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/com.github.jnr.jffi.native-1.3.9-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.3.9-SNAPSHOT/com.github.jnr.jffi.native-1.3.9-SNAPSHOT-sources.jar
00:43:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.3.9-SNAPSHOT/com.github.jnr.jffi.native-1.3.9-SNAPSHOT-p2metadata.xml
00:43:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.3.9-SNAPSHOT/com.github.jnr.jffi.native-1.3.9-SNAPSHOT-p2artifacts.xml
00:43:26 [INFO] 
00:43:26 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.jnr.jffi.native ---
00:43:26 [INFO] 
00:43:26 [INFO] -----------< org.eclipse.orbit.bundles:com.github.jnr.posix >-----------
00:43:26 [INFO] Building jnr-posix 3.1.15-SNAPSHOT                             [186/379]
00:43:26 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:27 [INFO] 
00:43:27 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.posix ---
00:43:27 [INFO] 
00:43:27 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.jnr.posix ---
00:43:27 [INFO] The project's OSGi version is 3.1.15.v20221215-1656
00:43:27 [INFO] 
00:43:27 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.jnr.posix ---
00:43:27 [INFO] 
00:43:27 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.jnr.posix ---
00:43:27 [INFO] Copying 3 resources
00:43:27 [INFO] 
00:43:27 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.jnr.posix ---
00:43:27 [INFO] No sources to compile
00:43:27 [INFO] 
00:43:27 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.posix ---
00:43:27 [INFO] Gathering dependencies
00:43:27 [INFO] Configured Artifact: com.github.jnr:jnr-posix:3.1.15:jar
00:43:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-posix/3.1.15/jnr-posix-3.1.15.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:27 [INFO] Merging collected dependencies
00:43:27 [INFO] Copying 239 resources
00:43:27 [INFO] Generating OSGi MANIFEST.MF
00:43:27 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.posix:eclipse-bundle-recipe:3.1.15-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] 
00:43:27 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/com.github.jnr.posix-3.1.15-SNAPSHOT.jar
00:43:27 [INFO] Gathering sources
00:43:27 [INFO] Configured Artifact: com.github.jnr:jnr-posix:sources:3.1.15:jar
00:43:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-posix/3.1.15/jnr-posix-3.1.15-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:27 [INFO] Copying 3 resources
00:43:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/com.github.jnr.posix-3.1.15-SNAPSHOT-sources.jar
00:43:27 [INFO] Assembling p2 repository
00:43:28 [INFO] 
00:43:28 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.posix ---
00:43:28 [INFO] 
00:43:28 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.posix ---
00:43:28 [INFO] Gathering sources archives
00:43:28 [INFO] Configured Artifact: com.github.jnr:jnr-posix:sources:3.1.15:jar
00:43:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-posix/3.1.15/jnr-posix-3.1.15-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/sources-for-eclipse-ipzilla/jnr-posix-3.1.15-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:28 [INFO] Configured Artifact: com.github.jnr:jnr-posix:sources:3.1.15:jar
00:43:28 [INFO] Copying jnr-posix-3.1.15-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/sources-for-eclipse-ipzilla/jnr-posix-3.1.15-sources.jar
00:43:28 [INFO] Refreshing about files and about.html
00:43:28 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:28 [INFO] 
00:43:28 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.jnr.posix ---
00:43:28 [WARNING] artifact org.eclipse.orbit.bundles:com.github.jnr.posix:xml:p2metadata:3.1.15-SNAPSHOT already attached, replace previous instance
00:43:28 [WARNING] artifact org.eclipse.orbit.bundles:com.github.jnr.posix:xml:p2artifacts:3.1.15-SNAPSHOT already attached, replace previous instance
00:43:28 [INFO] 
00:43:28 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.github.jnr.posix ---
00:43:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.1.15-SNAPSHOT/com.github.jnr.posix-3.1.15-SNAPSHOT.pom
00:43:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/com.github.jnr.posix-3.1.15-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.1.15-SNAPSHOT/com.github.jnr.posix-3.1.15-SNAPSHOT.jar
00:43:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/com.github.jnr.posix-3.1.15-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.1.15-SNAPSHOT/com.github.jnr.posix-3.1.15-SNAPSHOT-sources.jar
00:43:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.1.15-SNAPSHOT/com.github.jnr.posix-3.1.15-SNAPSHOT-p2metadata.xml
00:43:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.1.15-SNAPSHOT/com.github.jnr.posix-3.1.15-SNAPSHOT-p2artifacts.xml
00:43:28 [INFO] 
00:43:28 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.jnr.posix ---
00:43:28 [INFO] 
00:43:28 [INFO] --------< org.eclipse.orbit.bundles:com.github.jnr.unixsocket >---------
00:43:28 [INFO] Building jnr-unixsocket 0.38.17-SNAPSHOT                       [187/379]
00:43:28 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:28 [INFO] 
00:43:28 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.unixsocket ---
00:43:28 [INFO] 
00:43:28 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.jnr.unixsocket ---
00:43:28 [INFO] The project's OSGi version is 0.38.17.v20221215-1656
00:43:28 [INFO] 
00:43:28 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.jnr.unixsocket ---
00:43:28 [INFO] 
00:43:28 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.jnr.unixsocket ---
00:43:28 [INFO] Copying 3 resources
00:43:28 [INFO] 
00:43:28 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.jnr.unixsocket ---
00:43:28 [INFO] No sources to compile
00:43:28 [INFO] 
00:43:28 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.unixsocket ---
00:43:28 [INFO] Gathering dependencies
00:43:28 [INFO] Configured Artifact: com.github.jnr:jnr-unixsocket:0.38.17:jar
00:43:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-unixsocket/0.38.17/jnr-unixsocket-0.38.17.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:28 [INFO] Merging collected dependencies
00:43:28 [INFO] Copying 31 resources
00:43:28 [INFO] Generating OSGi MANIFEST.MF
00:43:28 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.unixsocket:eclipse-bundle-recipe:0.38.17-SNAPSHOT : Unused Export-Package instructions: [*.internal.*] 
00:43:28 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.unixsocket:eclipse-bundle-recipe:0.38.17-SNAPSHOT : Host com.github.jnr.jffi= for this fragment/require bundle cannot be found on the classpath
00:43:28 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.unixsocket:eclipse-bundle-recipe:0.38.17-SNAPSHOT : Unused Import-Package instructions: [jnr.ffi*] 
00:43:28 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/com.github.jnr.unixsocket-0.38.17-SNAPSHOT.jar
00:43:28 [INFO] Gathering sources
00:43:28 [INFO] Configured Artifact: com.github.jnr:jnr-unixsocket:sources:0.38.17:jar
00:43:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-unixsocket/0.38.17/jnr-unixsocket-0.38.17-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:28 [INFO] Copying 3 resources
00:43:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/com.github.jnr.unixsocket-0.38.17-SNAPSHOT-sources.jar
00:43:28 [INFO] Assembling p2 repository
00:43:29 [INFO] 
00:43:29 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.unixsocket ---
00:43:29 [INFO] 
00:43:29 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.unixsocket ---
00:43:29 [INFO] Gathering sources archives
00:43:29 [INFO] Configured Artifact: com.github.jnr:jnr-unixsocket:sources:0.38.17:jar
00:43:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-unixsocket/0.38.17/jnr-unixsocket-0.38.17-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/sources-for-eclipse-ipzilla/jnr-unixsocket-0.38.17-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:29 [INFO] Configured Artifact: com.github.jnr:jnr-unixsocket:sources:0.38.17:jar
00:43:29 [INFO] Copying jnr-unixsocket-0.38.17-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/sources-for-eclipse-ipzilla/jnr-unixsocket-0.38.17-sources.jar
00:43:29 [INFO] Refreshing about files and about.html
00:43:29 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:29 [INFO] 
00:43:29 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.jnr.unixsocket ---
00:43:29 [WARNING] artifact org.eclipse.orbit.bundles:com.github.jnr.unixsocket:xml:p2metadata:0.38.17-SNAPSHOT already attached, replace previous instance
00:43:29 [WARNING] artifact org.eclipse.orbit.bundles:com.github.jnr.unixsocket:xml:p2artifacts:0.38.17-SNAPSHOT already attached, replace previous instance
00:43:29 [INFO] 
00:43:29 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.github.jnr.unixsocket ---
00:43:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.38.17-SNAPSHOT/com.github.jnr.unixsocket-0.38.17-SNAPSHOT.pom
00:43:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/com.github.jnr.unixsocket-0.38.17-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.38.17-SNAPSHOT/com.github.jnr.unixsocket-0.38.17-SNAPSHOT.jar
00:43:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/com.github.jnr.unixsocket-0.38.17-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.38.17-SNAPSHOT/com.github.jnr.unixsocket-0.38.17-SNAPSHOT-sources.jar
00:43:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.38.17-SNAPSHOT/com.github.jnr.unixsocket-0.38.17-SNAPSHOT-p2metadata.xml
00:43:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.38.17-SNAPSHOT/com.github.jnr.unixsocket-0.38.17-SNAPSHOT-p2artifacts.xml
00:43:29 [INFO] 
00:43:29 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.jnr.unixsocket ---
00:43:29 [INFO] 
00:43:29 [INFO] ----------< org.eclipse.orbit.bundles:com.github.jnr.x86asm >-----------
00:43:29 [INFO] Building jnr-x86asm 1.0.2-SNAPSHOT                             [188/379]
00:43:29 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:29 [INFO] 
00:43:29 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.x86asm ---
00:43:29 [INFO] 
00:43:29 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.jnr.x86asm ---
00:43:29 [INFO] The project's OSGi version is 1.0.2.v20221112-0806
00:43:29 [INFO] 
00:43:29 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.jnr.x86asm ---
00:43:29 [INFO] 
00:43:29 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.jnr.x86asm ---
00:43:29 [INFO] Copying 3 resources
00:43:29 [INFO] 
00:43:29 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.jnr.x86asm ---
00:43:29 [INFO] No sources to compile
00:43:29 [INFO] 
00:43:29 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.x86asm ---
00:43:29 [INFO] Gathering dependencies
00:43:29 [INFO] Configured Artifact: com.github.jnr:jnr-x86asm:1.0.2:jar
00:43:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:29 [INFO] Merging collected dependencies
00:43:29 [INFO] Copying 85 resources
00:43:29 [INFO] Generating OSGi MANIFEST.MF
00:43:29 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.x86asm:eclipse-bundle-recipe:1.0.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:43:29 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/com.github.jnr.x86asm-1.0.2-SNAPSHOT.jar
00:43:29 [INFO] Gathering sources
00:43:29 [INFO] Configured Artifact: com.github.jnr:jnr-x86asm:sources:1.0.2:jar
00:43:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:29 [INFO] Copying 3 resources
00:43:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/com.github.jnr.x86asm-1.0.2-SNAPSHOT-sources.jar
00:43:29 [INFO] Assembling p2 repository
00:43:30 [INFO] 
00:43:30 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.x86asm ---
00:43:30 [INFO] 
00:43:30 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.x86asm ---
00:43:30 [INFO] Gathering sources archives
00:43:30 [INFO] Configured Artifact: com.github.jnr:jnr-x86asm:sources:1.0.2:jar
00:43:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/sources-for-eclipse-ipzilla/jnr-x86asm-1.0.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:30 [INFO] Configured Artifact: com.github.jnr:jnr-x86asm:sources:1.0.2:jar
00:43:30 [INFO] Copying jnr-x86asm-1.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/sources-for-eclipse-ipzilla/jnr-x86asm-1.0.2-sources.jar
00:43:30 [INFO] Refreshing about files and about.html
00:43:30 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:30 [INFO] 
00:43:30 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.jnr.x86asm ---
00:43:30 [WARNING] artifact org.eclipse.orbit.bundles:com.github.jnr.x86asm:xml:p2metadata:1.0.2-SNAPSHOT already attached, replace previous instance
00:43:30 [WARNING] artifact org.eclipse.orbit.bundles:com.github.jnr.x86asm:xml:p2artifacts:1.0.2-SNAPSHOT already attached, replace previous instance
00:43:30 [INFO] 
00:43:30 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.github.jnr.x86asm ---
00:43:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT.pom
00:43:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/com.github.jnr.x86asm-1.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT.jar
00:43:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/com.github.jnr.x86asm-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT-sources.jar
00:43:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT-p2metadata.xml
00:43:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT-p2artifacts.xml
00:43:30 [INFO] 
00:43:30 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.jnr.x86asm ---
00:43:30 [INFO] 
00:43:30 [INFO] ----------< org.eclipse.orbit.bundles:com.github.jnr.a64asm >-----------
00:43:30 [INFO] Building jnr-a64asm 1.0.0-SNAPSHOT                             [189/379]
00:43:30 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:30 [INFO] 
00:43:30 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.a64asm ---
00:43:30 [INFO] 
00:43:30 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.jnr.a64asm ---
00:43:30 [INFO] The project's OSGi version is 1.0.0.v20221215-1656
00:43:30 [INFO] 
00:43:30 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.jnr.a64asm ---
00:43:30 [INFO] 
00:43:30 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.jnr.a64asm ---
00:43:30 [INFO] Copying 3 resources
00:43:30 [INFO] 
00:43:30 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.jnr.a64asm ---
00:43:30 [INFO] No sources to compile
00:43:30 [INFO] 
00:43:30 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.a64asm ---
00:43:30 [INFO] Gathering dependencies
00:43:30 [INFO] Configured Artifact: com.github.jnr:jnr-a64asm:1.0.0:jar
00:43:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-a64asm/1.0.0/jnr-a64asm-1.0.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:30 [INFO] Merging collected dependencies
00:43:30 [INFO] Copying 49 resources
00:43:30 [INFO] Generating OSGi MANIFEST.MF
00:43:30 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.a64asm:eclipse-bundle-recipe:1.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:43:30 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/com.github.jnr.a64asm-1.0.0-SNAPSHOT.jar
00:43:30 [INFO] Gathering sources
00:43:30 [INFO] Configured Artifact: com.github.jnr:jnr-a64asm:sources:1.0.0:jar
00:43:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-a64asm/1.0.0/jnr-a64asm-1.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:30 [INFO] Copying 3 resources
00:43:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/com.github.jnr.a64asm-1.0.0-SNAPSHOT-sources.jar
00:43:30 [INFO] Assembling p2 repository
00:43:31 [INFO] 
00:43:31 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.a64asm ---
00:43:31 [INFO] 
00:43:31 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.a64asm ---
00:43:31 [INFO] Gathering sources archives
00:43:31 [INFO] Configured Artifact: com.github.jnr:jnr-a64asm:sources:1.0.0:jar
00:43:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/jnr/jnr-a64asm/1.0.0/jnr-a64asm-1.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/sources-for-eclipse-ipzilla/jnr-a64asm-1.0.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:31 [INFO] Configured Artifact: com.github.jnr:jnr-a64asm:sources:1.0.0:jar
00:43:31 [INFO] Copying jnr-a64asm-1.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/sources-for-eclipse-ipzilla/jnr-a64asm-1.0.0-sources.jar
00:43:31 [INFO] Refreshing about files and about.html
00:43:31 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:31 [INFO] 
00:43:31 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.jnr.a64asm ---
00:43:31 [WARNING] artifact org.eclipse.orbit.bundles:com.github.jnr.a64asm:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
00:43:31 [WARNING] artifact org.eclipse.orbit.bundles:com.github.jnr.a64asm:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
00:43:31 [INFO] 
00:43:31 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.github.jnr.a64asm ---
00:43:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.a64asm/1.0.0-SNAPSHOT/com.github.jnr.a64asm-1.0.0-SNAPSHOT.pom
00:43:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/com.github.jnr.a64asm-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.a64asm/1.0.0-SNAPSHOT/com.github.jnr.a64asm-1.0.0-SNAPSHOT.jar
00:43:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/com.github.jnr.a64asm-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.a64asm/1.0.0-SNAPSHOT/com.github.jnr.a64asm-1.0.0-SNAPSHOT-sources.jar
00:43:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.a64asm/1.0.0-SNAPSHOT/com.github.jnr.a64asm-1.0.0-SNAPSHOT-p2metadata.xml
00:43:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.jnr.a64asm/1.0.0-SNAPSHOT/com.github.jnr.a64asm-1.0.0-SNAPSHOT-p2artifacts.xml
00:43:31 [INFO] 
00:43:31 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.jnr.a64asm ---
00:43:31 [INFO] 
00:43:31 [INFO] ---------------< org.eclipse.orbit.bundles:jruby-parent >---------------
00:43:31 [INFO] Building Eclipse Orbit :: JRuby Recipes 1.0.0-SNAPSHOT         [190/379]
00:43:31 [INFO] --------------------------------[ pom ]---------------------------------
00:43:31 [INFO] 
00:43:31 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jruby-parent ---
00:43:31 [INFO] 
00:43:31 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jruby-parent ---
00:43:31 [INFO] 
00:43:31 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jruby-parent ---
00:43:31 [INFO] 
00:43:31 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jruby-parent ---
00:43:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jruby-parent/1.0.0-SNAPSHOT/jruby-parent-1.0.0-SNAPSHOT.pom
00:43:31 [INFO] 
00:43:31 [INFO] ---------------< org.eclipse.orbit.bundles:org.jcodings >---------------
00:43:31 [INFO] Building JCodings 1.0.18-SNAPSHOT                              [191/379]
00:43:31 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:31 [INFO] 
00:43:31 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jcodings ---
00:43:31 [INFO] 
00:43:31 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.jcodings ---
00:43:31 [INFO] The project's OSGi version is 1.0.18.v20170306-1742
00:43:31 [INFO] 
00:43:31 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.jcodings ---
00:43:31 [INFO] 
00:43:31 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.jcodings ---
00:43:31 [INFO] Copying 3 resources
00:43:31 [INFO] 
00:43:31 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.jcodings ---
00:43:31 [INFO] No sources to compile
00:43:31 [INFO] 
00:43:31 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.jcodings ---
00:43:31 [INFO] Gathering dependencies
00:43:31 [INFO] Configured Artifact: org.jruby.jcodings:jcodings:1.0.18:jar
00:43:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jruby/jcodings/jcodings/1.0.18/jcodings-1.0.18.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.jcodings_1.0.18/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:31 [INFO] Merging collected dependencies
00:43:31 [INFO] Copying 714 resources
00:43:31 [INFO] Generating OSGi MANIFEST.MF
00:43:31 [WARNING] Manifest org.eclipse.orbit.bundles:org.jcodings:eclipse-bundle-recipe:1.0.18-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:43:31 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.jcodings_1.0.18/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.jcodings_1.0.18/target/org.jcodings-1.0.18-SNAPSHOT.jar
00:43:32 [INFO] Gathering sources
00:43:32 [INFO] Configured Artifact: org.jruby.jcodings:jcodings:sources:1.0.18:jar
00:43:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jruby/jcodings/jcodings/1.0.18/jcodings-1.0.18-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.jcodings_1.0.18/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:32 [INFO] Copying 3 resources
00:43:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.jcodings_1.0.18/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.jcodings_1.0.18/target/org.jcodings-1.0.18-SNAPSHOT-sources.jar
00:43:33 [INFO] Assembling p2 repository
00:43:33 [INFO] 
00:43:33 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.jcodings ---
00:43:33 [INFO] 
00:43:33 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.jcodings ---
00:43:33 [INFO] Gathering sources archives
00:43:33 [INFO] Configured Artifact: org.jruby.jcodings:jcodings:sources:1.0.18:jar
00:43:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jruby/jcodings/jcodings/1.0.18/jcodings-1.0.18-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.jcodings_1.0.18/target/sources-for-eclipse-ipzilla/jcodings-1.0.18-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:34 [INFO] Configured Artifact: org.jruby.jcodings:jcodings:sources:1.0.18:jar
00:43:34 [INFO] Copying jcodings-1.0.18-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.jcodings_1.0.18/target/sources-for-eclipse-ipzilla/jcodings-1.0.18-sources.jar
00:43:34 [INFO] Refreshing about files and about.html
00:43:34 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.jcodings_1.0.18/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:34 [INFO] 
00:43:34 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.jcodings ---
00:43:34 [WARNING] artifact org.eclipse.orbit.bundles:org.jcodings:xml:p2metadata:1.0.18-SNAPSHOT already attached, replace previous instance
00:43:34 [WARNING] artifact org.eclipse.orbit.bundles:org.jcodings:xml:p2artifacts:1.0.18-SNAPSHOT already attached, replace previous instance
00:43:34 [INFO] 
00:43:34 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.jcodings ---
00:43:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.jcodings_1.0.18/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT.pom
00:43:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.jcodings_1.0.18/target/org.jcodings-1.0.18-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT.jar
00:43:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.jcodings_1.0.18/target/org.jcodings-1.0.18-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT-sources.jar
00:43:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.jcodings_1.0.18/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT-p2metadata.xml
00:43:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.jcodings_1.0.18/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT-p2artifacts.xml
00:43:34 [INFO] 
00:43:34 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.jcodings ---
00:43:34 [INFO] 
00:43:34 [INFO] -----------------< org.eclipse.orbit.bundles:org.joni >-----------------
00:43:34 [INFO] Building Joni 2.1.11-SNAPSHOT                                  [192/379]
00:43:34 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:34 [INFO] 
00:43:34 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.joni ---
00:43:34 [INFO] 
00:43:34 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.joni ---
00:43:34 [INFO] The project's OSGi version is 2.1.11.v20170306-1742
00:43:34 [INFO] 
00:43:34 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.joni ---
00:43:34 [INFO] 
00:43:34 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.joni ---
00:43:34 [INFO] Copying 3 resources
00:43:34 [INFO] 
00:43:34 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.joni ---
00:43:34 [INFO] No sources to compile
00:43:34 [INFO] 
00:43:34 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.joni ---
00:43:34 [INFO] Gathering dependencies
00:43:34 [INFO] Configured Artifact: org.jruby.joni:joni:2.1.11:jar
00:43:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jruby/joni/joni/2.1.11/joni-2.1.11.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.joni_2.1.11/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:34 [INFO] Merging collected dependencies
00:43:34 [INFO] Copying 99 resources
00:43:34 [INFO] Generating OSGi MANIFEST.MF
00:43:34 [WARNING] Manifest org.eclipse.orbit.bundles:org.joni:eclipse-bundle-recipe:2.1.11-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:43:34 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.joni_2.1.11/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.joni_2.1.11/target/org.joni-2.1.11-SNAPSHOT.jar
00:43:34 [INFO] Gathering sources
00:43:34 [INFO] Configured Artifact: org.jruby.joni:joni:sources:2.1.11:jar
00:43:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jruby/joni/joni/2.1.11/joni-2.1.11-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.joni_2.1.11/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:34 [INFO] Copying 3 resources
00:43:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.joni_2.1.11/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.joni_2.1.11/target/org.joni-2.1.11-SNAPSHOT-sources.jar
00:43:34 [INFO] Assembling p2 repository
00:43:35 [INFO] 
00:43:35 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.joni ---
00:43:35 [INFO] 
00:43:35 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.joni ---
00:43:35 [INFO] Gathering sources archives
00:43:35 [INFO] Configured Artifact: org.jruby.joni:joni:sources:2.1.11:jar
00:43:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jruby/joni/joni/2.1.11/joni-2.1.11-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.joni_2.1.11/target/sources-for-eclipse-ipzilla/joni-2.1.11-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:35 [INFO] Configured Artifact: org.jruby.joni:joni:sources:2.1.11:jar
00:43:35 [INFO] Copying joni-2.1.11-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.joni_2.1.11/target/sources-for-eclipse-ipzilla/joni-2.1.11-sources.jar
00:43:35 [INFO] Refreshing about files and about.html
00:43:35 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.joni_2.1.11/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:35 [INFO] 
00:43:35 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.joni ---
00:43:35 [WARNING] artifact org.eclipse.orbit.bundles:org.joni:xml:p2metadata:2.1.11-SNAPSHOT already attached, replace previous instance
00:43:35 [WARNING] artifact org.eclipse.orbit.bundles:org.joni:xml:p2artifacts:2.1.11-SNAPSHOT already attached, replace previous instance
00:43:35 [INFO] 
00:43:35 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.joni ---
00:43:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.joni_2.1.11/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT.pom
00:43:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.joni_2.1.11/target/org.joni-2.1.11-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT.jar
00:43:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.joni_2.1.11/target/org.joni-2.1.11-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT-sources.jar
00:43:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.joni_2.1.11/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT-p2metadata.xml
00:43:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jruby/org.joni_2.1.11/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT-p2artifacts.xml
00:43:35 [INFO] 
00:43:35 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.joni ---
00:43:35 [INFO] 
00:43:35 [INFO] ---------------< org.eclipse.orbit.bundles:jsoup-parent >---------------
00:43:35 [INFO] Building Eclipse Orbit :: JSoup Recipes 1.0.0-SNAPSHOT         [193/379]
00:43:35 [INFO] --------------------------------[ pom ]---------------------------------
00:43:35 [INFO] 
00:43:35 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jsoup-parent ---
00:43:35 [INFO] 
00:43:35 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jsoup-parent ---
00:43:35 [INFO] 
00:43:35 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jsoup-parent ---
00:43:35 [INFO] 
00:43:35 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jsoup-parent ---
00:43:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jsoup/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jsoup-parent/1.0.0-SNAPSHOT/jsoup-parent-1.0.0-SNAPSHOT.pom
00:43:35 [INFO] 
00:43:35 [INFO] ----------------< org.eclipse.orbit.bundles:org.jsoup >-----------------
00:43:35 [INFO] Building jsoup 1.14.3-SNAPSHOT                                 [194/379]
00:43:35 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:35 [INFO] 
00:43:35 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jsoup ---
00:43:35 [INFO] 
00:43:35 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.jsoup ---
00:43:35 [INFO] The project's OSGi version is 1.14.3.v20211012-1727
00:43:35 [INFO] 
00:43:35 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.jsoup ---
00:43:35 [INFO] 
00:43:35 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.jsoup ---
00:43:35 [INFO] Copying 3 resources
00:43:35 [INFO] 
00:43:35 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.jsoup ---
00:43:35 [INFO] No sources to compile
00:43:35 [INFO] 
00:43:35 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.jsoup ---
00:43:35 [INFO] Gathering dependencies
00:43:35 [INFO] Configured Artifact: org.jsoup:jsoup:1.14.3:jar
00:43:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jsoup/jsoup/1.14.3/jsoup-1.14.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:35 [INFO] Merging collected dependencies
00:43:35 [INFO] Copying 263 resources
00:43:35 [INFO] Generating OSGi MANIFEST.MF
00:43:35 [WARNING] Manifest org.eclipse.orbit.bundles:org.jsoup:eclipse-bundle-recipe:1.14.3-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:43:35 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/org.jsoup-1.14.3-SNAPSHOT.jar
00:43:35 [INFO] Gathering sources
00:43:35 [INFO] Configured Artifact: org.jsoup:jsoup:sources:1.14.3:jar
00:43:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jsoup/jsoup/1.14.3/jsoup-1.14.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:35 [INFO] Copying 3 resources
00:43:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jsoup/org.jsoup_1.14.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/org.jsoup-1.14.3-SNAPSHOT-sources.jar
00:43:36 [INFO] Assembling p2 repository
00:43:36 [INFO] 
00:43:36 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.jsoup ---
00:43:36 [INFO] 
00:43:36 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.jsoup ---
00:43:36 [INFO] Gathering sources archives
00:43:36 [INFO] Configured Artifact: org.jsoup:jsoup:sources:1.14.3:jar
00:43:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jsoup/jsoup/1.14.3/jsoup-1.14.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/sources-for-eclipse-ipzilla/jsoup-1.14.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:36 [INFO] Configured Artifact: org.jsoup:jsoup:sources:1.14.3:jar
00:43:36 [INFO] Copying jsoup-1.14.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/sources-for-eclipse-ipzilla/jsoup-1.14.3-sources.jar
00:43:36 [INFO] Refreshing about files and about.html
00:43:36 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jsoup/org.jsoup_1.14.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:36 [INFO] 
00:43:36 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.jsoup ---
00:43:36 [WARNING] artifact org.eclipse.orbit.bundles:org.jsoup:xml:p2metadata:1.14.3-SNAPSHOT already attached, replace previous instance
00:43:36 [WARNING] artifact org.eclipse.orbit.bundles:org.jsoup:xml:p2artifacts:1.14.3-SNAPSHOT already attached, replace previous instance
00:43:36 [INFO] 
00:43:36 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.jsoup ---
00:43:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jsoup/org.jsoup_1.14.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jsoup/1.14.3-SNAPSHOT/org.jsoup-1.14.3-SNAPSHOT.pom
00:43:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/org.jsoup-1.14.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jsoup/1.14.3-SNAPSHOT/org.jsoup-1.14.3-SNAPSHOT.jar
00:43:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/org.jsoup-1.14.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jsoup/1.14.3-SNAPSHOT/org.jsoup-1.14.3-SNAPSHOT-sources.jar
00:43:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jsoup/1.14.3-SNAPSHOT/org.jsoup-1.14.3-SNAPSHOT-p2metadata.xml
00:43:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jsoup/1.14.3-SNAPSHOT/org.jsoup-1.14.3-SNAPSHOT-p2artifacts.xml
00:43:36 [INFO] 
00:43:36 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.jsoup ---
00:43:36 [INFO] 
00:43:36 [INFO] --------------< org.eclipse.orbit.bundles:mongodb-parent >--------------
00:43:36 [INFO] Building Eclipse Orbit :: MongoDB Recipes 1.0.0-SNAPSHOT       [195/379]
00:43:36 [INFO] --------------------------------[ pom ]---------------------------------
00:43:36 [INFO] 
00:43:36 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mongodb-parent ---
00:43:36 [INFO] 
00:43:36 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ mongodb-parent ---
00:43:36 [INFO] 
00:43:36 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ mongodb-parent ---
00:43:36 [INFO] 
00:43:36 [INFO] --- maven-install-plugin:2.4:install (default-install) @ mongodb-parent ---
00:43:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mongodb/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/mongodb-parent/1.0.0-SNAPSHOT/mongodb-parent-1.0.0-SNAPSHOT.pom
00:43:36 [INFO] 
00:43:36 [INFO] --------< org.eclipse.orbit.bundles:org.eclipse.orbit.mongodb >---------
00:43:36 [INFO] Building MongoDB Java Driver 3.2.2-SNAPSHOT                    [196/379]
00:43:36 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:36 [INFO] 
00:43:36 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.orbit.mongodb ---
00:43:36 [INFO] 
00:43:36 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.orbit.mongodb ---
00:43:36 [INFO] The project's OSGi version is 3.2.2.v20181004-1955
00:43:36 [INFO] 
00:43:36 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.orbit.mongodb ---
00:43:36 [INFO] 
00:43:36 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.orbit.mongodb ---
00:43:36 [INFO] Copying 3 resources
00:43:36 [INFO] 
00:43:36 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.eclipse.orbit.mongodb ---
00:43:36 [INFO] Changes detected - recompiling the module!
00:43:36 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/classes
00:43:38 [INFO] 
00:43:38 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.eclipse.orbit.mongodb ---
00:43:38 [INFO] Gathering dependencies
00:43:38 [INFO] Configured Artifact: org.mongodb:mongo-java-driver:3.2.2:jar
00:43:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/mongodb/mongo-java-driver/3.2.2/mongo-java-driver-3.2.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:38 [INFO] Merging collected dependencies
00:43:38 [INFO] Copying 1135 resources
00:43:38 [INFO] Generating OSGi MANIFEST.MF
00:43:39 [WARNING] Manifest org.eclipse.orbit.bundles:org.eclipse.orbit.mongodb:eclipse-bundle-recipe:3.2.2-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:43:39 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT.jar
00:43:39 [INFO] Gathering sources
00:43:39 [INFO] Configured Artifact: org.mongodb:mongo-java-driver:sources:3.2.2:jar
00:43:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/mongodb/mongo-java-driver/3.2.2/mongo-java-driver-3.2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:40 [INFO] Copying 3 resources
00:43:40 [INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-sources.jar
00:43:40 [INFO] Assembling p2 repository
00:43:41 [INFO] 
00:43:41 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.orbit.mongodb ---
00:43:41 [INFO] 
00:43:41 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.eclipse.orbit.mongodb ---
00:43:41 [INFO] Gathering sources archives
00:43:41 [INFO] Configured Artifact: org.mongodb:mongo-java-driver:sources:3.2.2:jar
00:43:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/mongodb/mongo-java-driver/3.2.2/mongo-java-driver-3.2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/sources-for-eclipse-ipzilla/mongo-java-driver-3.2.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:41 [INFO] Configured Artifact: org.mongodb:mongo-java-driver:sources:3.2.2:jar
00:43:41 [INFO] Copying mongo-java-driver-3.2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/sources-for-eclipse-ipzilla/mongo-java-driver-3.2.2-sources.jar
00:43:41 [INFO] Refreshing about files and about.html
00:43:41 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:41 [INFO] 
00:43:41 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.eclipse.orbit.mongodb ---
00:43:41 [WARNING] artifact org.eclipse.orbit.bundles:org.eclipse.orbit.mongodb:xml:p2metadata:3.2.2-SNAPSHOT already attached, replace previous instance
00:43:41 [WARNING] artifact org.eclipse.orbit.bundles:org.eclipse.orbit.mongodb:xml:p2artifacts:3.2.2-SNAPSHOT already attached, replace previous instance
00:43:41 [INFO] 
00:43:41 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.eclipse.orbit.mongodb ---
00:43:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT.pom
00:43:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT.jar
00:43:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-sources.jar
00:43:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-p2metadata.xml
00:43:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-p2artifacts.xml
00:43:41 [INFO] 
00:43:41 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.orbit.mongodb ---
00:43:41 [INFO] 
00:43:41 [INFO] --------------< org.eclipse.orbit.bundles:mozilla-parent >--------------
00:43:41 [INFO] Building Eclipse Orbit :: Mozilla Recipes 1.0.0-SNAPSHOT       [197/379]
00:43:41 [INFO] --------------------------------[ pom ]---------------------------------
00:43:41 [INFO] 
00:43:41 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mozilla-parent ---
00:43:41 [INFO] 
00:43:41 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ mozilla-parent ---
00:43:41 [INFO] 
00:43:41 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ mozilla-parent ---
00:43:41 [INFO] 
00:43:41 [INFO] --- maven-install-plugin:2.4:install (default-install) @ mozilla-parent ---
00:43:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mozilla/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/mozilla-parent/1.0.0-SNAPSHOT/mozilla-parent-1.0.0-SNAPSHOT.pom
00:43:41 [INFO] 
00:43:41 [INFO] ----------< org.eclipse.orbit.bundles:org.mozilla.javascript >----------
00:43:41 [INFO] Building rhino 1.7.10-SNAPSHOT                                 [198/379]
00:43:41 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:41 [INFO] 
00:43:41 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.mozilla.javascript ---
00:43:41 [INFO] 
00:43:41 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.mozilla.javascript ---
00:43:41 [INFO] The project's OSGi version is 1.7.10.v20221112-0806
00:43:41 [INFO] 
00:43:41 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.mozilla.javascript ---
00:43:41 [INFO] 
00:43:41 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.mozilla.javascript ---
00:43:41 [INFO] Copying 3 resources
00:43:41 [INFO] 
00:43:41 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.mozilla.javascript ---
00:43:41 [INFO] No sources to compile
00:43:41 [INFO] 
00:43:41 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.mozilla.javascript ---
00:43:41 [INFO] Gathering dependencies
00:43:41 [INFO] Configured Artifact: org.mozilla:rhino:1.7.10:jar
00:43:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/mozilla/rhino/1.7.10/rhino-1.7.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:41 [INFO] Merging collected dependencies
00:43:41 [INFO] Copying 502 resources
00:43:42 [INFO] Generating OSGi MANIFEST.MF
00:43:42 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/org.mozilla.javascript-1.7.10-SNAPSHOT.jar
00:43:42 [INFO] Gathering sources
00:43:42 [INFO] Configured Artifact: org.mozilla:rhino:sources:1.7.10:jar
00:43:42 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/mozilla/rhino/1.7.10/rhino-1.7.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:43 [INFO] Copying 3 resources
00:43:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/org.mozilla.javascript-1.7.10-SNAPSHOT-sources.jar
00:43:43 [INFO] Assembling p2 repository
00:43:43 [INFO] 
00:43:43 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.mozilla.javascript ---
00:43:43 [INFO] 
00:43:43 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.mozilla.javascript ---
00:43:43 [INFO] Gathering sources archives
00:43:43 [INFO] Configured Artifact: org.mozilla:rhino:sources:1.7.10:jar
00:43:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/mozilla/rhino/1.7.10/rhino-1.7.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/sources-for-eclipse-ipzilla/rhino-1.7.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:44 [INFO] Configured Artifact: org.mozilla:rhino:sources:1.7.10:jar
00:43:44 [INFO] Copying rhino-1.7.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/sources-for-eclipse-ipzilla/rhino-1.7.10-sources.jar
00:43:44 [INFO] Refreshing about files and about.html
00:43:44 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:44 [INFO] 
00:43:44 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.mozilla.javascript ---
00:43:44 [WARNING] artifact org.eclipse.orbit.bundles:org.mozilla.javascript:xml:p2metadata:1.7.10-SNAPSHOT already attached, replace previous instance
00:43:44 [WARNING] artifact org.eclipse.orbit.bundles:org.mozilla.javascript:xml:p2artifacts:1.7.10-SNAPSHOT already attached, replace previous instance
00:43:44 [INFO] 
00:43:44 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.mozilla.javascript ---
00:43:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT.pom
00:43:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/org.mozilla.javascript-1.7.10-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT.jar
00:43:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/org.mozilla.javascript-1.7.10-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT-sources.jar
00:43:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT-p2metadata.xml
00:43:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT-p2artifacts.xml
00:43:44 [INFO] 
00:43:44 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.mozilla.javascript ---
00:43:44 [INFO] 
00:43:44 [INFO] ---------------< org.eclipse.orbit.bundles:oshi-parent >----------------
00:43:44 [INFO] Building Eclipse Orbit :: OSHI Recipes 1.0.0-SNAPSHOT          [199/379]
00:43:44 [INFO] --------------------------------[ pom ]---------------------------------
00:43:44 [INFO] 
00:43:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oshi-parent ---
00:43:44 [INFO] 
00:43:44 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ oshi-parent ---
00:43:44 [INFO] 
00:43:44 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ oshi-parent ---
00:43:44 [INFO] 
00:43:44 [INFO] --- maven-install-plugin:2.4:install (default-install) @ oshi-parent ---
00:43:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/oshi/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/oshi-parent/1.0.0-SNAPSHOT/oshi-parent-1.0.0-SNAPSHOT.pom
00:43:44 [INFO] 
00:43:44 [INFO] --------< org.eclipse.orbit.bundles:com.github.oshi.oshi-core >---------
00:43:44 [INFO] Building oshi-core 3.8.0-SNAPSHOT                              [200/379]
00:43:44 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:44 [INFO] 
00:43:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.oshi.oshi-core ---
00:43:44 [INFO] 
00:43:44 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.oshi.oshi-core ---
00:43:44 [INFO] The project's OSGi version is 3.8.0.v20221112-0806
00:43:44 [INFO] 
00:43:44 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.oshi.oshi-core ---
00:43:44 [INFO] 
00:43:44 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.oshi.oshi-core ---
00:43:44 [INFO] Copying 3 resources
00:43:44 [INFO] 
00:43:44 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.oshi.oshi-core ---
00:43:44 [INFO] No sources to compile
00:43:44 [INFO] 
00:43:44 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.oshi.oshi-core ---
00:43:44 [INFO] Gathering dependencies
00:43:44 [INFO] Configured Artifact: com.github.oshi:oshi-core:3.8.0:jar
00:43:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/oshi/oshi-core/3.8.0/oshi-core-3.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:44 [INFO] Merging collected dependencies
00:43:44 [INFO] Copying 290 resources
00:43:44 [INFO] Generating OSGi MANIFEST.MF
00:43:44 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.oshi.oshi-core:eclipse-bundle-recipe:3.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:43:44 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/com.github.oshi.oshi-core-3.8.0-SNAPSHOT.jar
00:43:44 [INFO] Gathering sources
00:43:44 [INFO] Configured Artifact: com.github.oshi:oshi-core:sources:3.8.0:jar
00:43:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/oshi/oshi-core/3.8.0/oshi-core-3.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:45 [INFO] Copying 3 resources
00:43:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/com.github.oshi.oshi-core-3.8.0-SNAPSHOT-sources.jar
00:43:45 [INFO] Assembling p2 repository
00:43:45 [INFO] 
00:43:45 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.oshi.oshi-core ---
00:43:45 [INFO] 
00:43:45 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.oshi.oshi-core ---
00:43:45 [INFO] Gathering sources archives
00:43:45 [INFO] Configured Artifact: com.github.oshi:oshi-core:sources:3.8.0:jar
00:43:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/oshi/oshi-core/3.8.0/oshi-core-3.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/sources-for-eclipse-ipzilla/oshi-core-3.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:45 [INFO] Configured Artifact: com.github.oshi:oshi-core:sources:3.8.0:jar
00:43:45 [INFO] Copying oshi-core-3.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/sources-for-eclipse-ipzilla/oshi-core-3.8.0-sources.jar
00:43:45 [INFO] Refreshing about files and about.html
00:43:45 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:45 [INFO] 
00:43:45 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.oshi.oshi-core ---
00:43:45 [WARNING] artifact org.eclipse.orbit.bundles:com.github.oshi.oshi-core:xml:p2metadata:3.8.0-SNAPSHOT already attached, replace previous instance
00:43:45 [WARNING] artifact org.eclipse.orbit.bundles:com.github.oshi.oshi-core:xml:p2artifacts:3.8.0-SNAPSHOT already attached, replace previous instance
00:43:45 [INFO] 
00:43:45 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.github.oshi.oshi-core ---
00:43:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.oshi.oshi-core/3.8.0-SNAPSHOT/com.github.oshi.oshi-core-3.8.0-SNAPSHOT.pom
00:43:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/com.github.oshi.oshi-core-3.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.oshi.oshi-core/3.8.0-SNAPSHOT/com.github.oshi.oshi-core-3.8.0-SNAPSHOT.jar
00:43:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/com.github.oshi.oshi-core-3.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.oshi.oshi-core/3.8.0-SNAPSHOT/com.github.oshi.oshi-core-3.8.0-SNAPSHOT-sources.jar
00:43:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.oshi.oshi-core/3.8.0-SNAPSHOT/com.github.oshi.oshi-core-3.8.0-SNAPSHOT-p2metadata.xml
00:43:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.oshi.oshi-core/3.8.0-SNAPSHOT/com.github.oshi.oshi-core-3.8.0-SNAPSHOT-p2artifacts.xml
00:43:45 [INFO] 
00:43:45 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.oshi.oshi-core ---
00:43:45 [INFO] 
00:43:45 [INFO] --------------< org.eclipse.orbit.bundles:unirest-parent >--------------
00:43:45 [INFO] Building Eclipse Orbit :: Unirest-Java Recipes 1.0.0-SNAPSHOT  [201/379]
00:43:45 [INFO] --------------------------------[ pom ]---------------------------------
00:43:45 [INFO] 
00:43:45 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ unirest-parent ---
00:43:45 [INFO] 
00:43:45 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ unirest-parent ---
00:43:45 [INFO] 
00:43:45 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ unirest-parent ---
00:43:45 [INFO] 
00:43:45 [INFO] --- maven-install-plugin:2.4:install (default-install) @ unirest-parent ---
00:43:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/unirest/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/unirest-parent/1.0.0-SNAPSHOT/unirest-parent-1.0.0-SNAPSHOT.pom
00:43:45 [INFO] 
00:43:45 [INFO] ---------< org.eclipse.orbit.bundles:com.konghq.unirest-java >----------
00:43:45 [INFO] Building com.konghq.unirest-java 3.4.2-SNAPSHOT                [202/379]
00:43:45 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:46 [INFO] 
00:43:46 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.konghq.unirest-java ---
00:43:46 [INFO] 
00:43:46 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.konghq.unirest-java ---
00:43:46 [INFO] The project's OSGi version is 3.4.2.v20221112-0806
00:43:46 [INFO] 
00:43:46 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.konghq.unirest-java ---
00:43:46 [INFO] 
00:43:46 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.konghq.unirest-java ---
00:43:46 [INFO] Copying 3 resources
00:43:46 [INFO] 
00:43:46 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.konghq.unirest-java ---
00:43:46 [INFO] No sources to compile
00:43:46 [INFO] 
00:43:46 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.konghq.unirest-java ---
00:43:46 [INFO] Gathering dependencies
00:43:46 [INFO] Configured Artifact: com.konghq:unirest-java:3.4.02:jar
00:43:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/konghq/unirest-java/3.4.02/unirest-java-3.4.02.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:46 [INFO] Merging collected dependencies
00:43:46 [INFO] Copying 117 resources
00:43:46 [INFO] Generating OSGi MANIFEST.MF
00:43:46 [WARNING] Manifest org.eclipse.orbit.bundles:com.konghq.unirest-java:eclipse-bundle-recipe:3.4.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:43:46 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/com.konghq.unirest-java-3.4.2-SNAPSHOT.jar
00:43:46 [INFO] Gathering sources
00:43:46 [INFO] Configured Artifact: com.konghq:unirest-java:sources:3.4.02:jar
00:43:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/konghq/unirest-java/3.4.02/unirest-java-3.4.02-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:47 [INFO] Copying 3 resources
00:43:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/com.konghq.unirest-java-3.4.2-SNAPSHOT-sources.jar
00:43:47 [INFO] Assembling p2 repository
00:43:47 [INFO] 
00:43:47 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.konghq.unirest-java ---
00:43:47 [INFO] 
00:43:47 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.konghq.unirest-java ---
00:43:47 [INFO] Gathering sources archives
00:43:47 [INFO] Configured Artifact: com.konghq:unirest-java:sources:3.4.02:jar
00:43:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/konghq/unirest-java/3.4.02/unirest-java-3.4.02-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/sources-for-eclipse-ipzilla/unirest-java-3.4.02-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:47 [INFO] Configured Artifact: com.konghq:unirest-java:sources:3.4.02:jar
00:43:47 [INFO] Copying unirest-java-3.4.02-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/sources-for-eclipse-ipzilla/unirest-java-3.4.02-sources.jar
00:43:47 [INFO] Refreshing about files and about.html
00:43:47 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:47 [INFO] 
00:43:47 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.konghq.unirest-java ---
00:43:47 [WARNING] artifact org.eclipse.orbit.bundles:com.konghq.unirest-java:xml:p2metadata:3.4.2-SNAPSHOT already attached, replace previous instance
00:43:47 [WARNING] artifact org.eclipse.orbit.bundles:com.konghq.unirest-java:xml:p2artifacts:3.4.2-SNAPSHOT already attached, replace previous instance
00:43:47 [INFO] 
00:43:47 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.konghq.unirest-java ---
00:43:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT.pom
00:43:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/com.konghq.unirest-java-3.4.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT.jar
00:43:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/com.konghq.unirest-java-3.4.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT-sources.jar
00:43:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT-p2metadata.xml
00:43:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT-p2artifacts.xml
00:43:47 [INFO] 
00:43:47 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.konghq.unirest-java ---
00:43:47 [INFO] 
00:43:47 [INFO] -------------< org.eclipse.orbit.bundles:virtuald-parent >--------------
00:43:47 [INFO] Building Eclipse Orbit :: Virtuald Recipes 1.0.0-SNAPSHOT      [203/379]
00:43:47 [INFO] --------------------------------[ pom ]---------------------------------
00:43:47 [INFO] 
00:43:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ virtuald-parent ---
00:43:47 [INFO] 
00:43:47 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ virtuald-parent ---
00:43:47 [INFO] 
00:43:47 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ virtuald-parent ---
00:43:47 [INFO] 
00:43:47 [INFO] --- maven-install-plugin:2.4:install (default-install) @ virtuald-parent ---
00:43:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/virtuald/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/virtuald-parent/1.0.0-SNAPSHOT/virtuald-parent-1.0.0-SNAPSHOT.pom
00:43:47 [INFO] 
00:43:47 [INFO] ------< org.eclipse.orbit.bundles:com.github.virtuald.curvesapi >-------
00:43:47 [INFO] Building curvesapi 1.6.0-SNAPSHOT                              [204/379]
00:43:47 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:47 [INFO] 
00:43:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.virtuald.curvesapi ---
00:43:47 [INFO] 
00:43:47 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.virtuald.curvesapi ---
00:43:47 [INFO] The project's OSGi version is 1.6.0.v20221112-0806
00:43:47 [INFO] 
00:43:47 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.virtuald.curvesapi ---
00:43:47 [INFO] 
00:43:47 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.virtuald.curvesapi ---
00:43:47 [INFO] Copying 3 resources
00:43:47 [INFO] 
00:43:47 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.virtuald.curvesapi ---
00:43:47 [INFO] No sources to compile
00:43:47 [INFO] 
00:43:47 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.virtuald.curvesapi ---
00:43:47 [INFO] Gathering dependencies
00:43:47 [INFO] Configured Artifact: com.github.virtuald:curvesapi:1.06:jar
00:43:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/virtuald/curvesapi/1.06/curvesapi-1.06.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:47 [INFO] Merging collected dependencies
00:43:47 [INFO] Copying 102 resources
00:43:47 [INFO] Generating OSGi MANIFEST.MF
00:43:47 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.virtuald.curvesapi:eclipse-bundle-recipe:1.6.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:43:47 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT.jar
00:43:48 [INFO] Gathering sources
00:43:48 [INFO] Configured Artifact: com.github.virtuald:curvesapi:sources:1.06:jar
00:43:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/virtuald/curvesapi/1.06/curvesapi-1.06-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:48 [INFO] Copying 3 resources
00:43:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-sources.jar
00:43:48 [INFO] Assembling p2 repository
00:43:48 [INFO] 
00:43:48 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.virtuald.curvesapi ---
00:43:48 [INFO] 
00:43:48 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.virtuald.curvesapi ---
00:43:48 [INFO] Gathering sources archives
00:43:48 [INFO] Configured Artifact: com.github.virtuald:curvesapi:sources:1.06:jar
00:43:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/github/virtuald/curvesapi/1.06/curvesapi-1.06-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/sources-for-eclipse-ipzilla/curvesapi-1.06-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:48 [INFO] Configured Artifact: com.github.virtuald:curvesapi:sources:1.06:jar
00:43:48 [INFO] Copying curvesapi-1.06-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/sources-for-eclipse-ipzilla/curvesapi-1.06-sources.jar
00:43:48 [INFO] Refreshing about files and about.html
00:43:48 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:48 [INFO] 
00:43:48 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.virtuald.curvesapi ---
00:43:48 [WARNING] artifact org.eclipse.orbit.bundles:com.github.virtuald.curvesapi:xml:p2metadata:1.6.0-SNAPSHOT already attached, replace previous instance
00:43:48 [WARNING] artifact org.eclipse.orbit.bundles:com.github.virtuald.curvesapi:xml:p2artifacts:1.6.0-SNAPSHOT already attached, replace previous instance
00:43:48 [INFO] 
00:43:48 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.github.virtuald.curvesapi ---
00:43:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT.pom
00:43:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT.jar
00:43:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-sources.jar
00:43:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-p2metadata.xml
00:43:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-p2artifacts.xml
00:43:48 [INFO] 
00:43:48 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.virtuald.curvesapi ---
00:43:48 [INFO] 
00:43:48 [INFO] -------------< org.eclipse.orbit.bundles:glassfish-parent >-------------
00:43:48 [INFO] Building Eclipse Orbit :: Glassfish Recipes 1.0.0-SNAPSHOT     [205/379]
00:43:48 [INFO] --------------------------------[ pom ]---------------------------------
00:43:48 [INFO] 
00:43:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ glassfish-parent ---
00:43:48 [INFO] 
00:43:48 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ glassfish-parent ---
00:43:48 [INFO] 
00:43:48 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ glassfish-parent ---
00:43:48 [INFO] 
00:43:48 [INFO] --- maven-install-plugin:2.4:install (default-install) @ glassfish-parent ---
00:43:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/glassfish-parent/1.0.0-SNAPSHOT/glassfish-parent-1.0.0-SNAPSHOT.pom
00:43:48 [INFO] 
00:43:48 [INFO] ----------------< org.eclipse.orbit.bundles:hk2-parent >----------------
00:43:48 [INFO] Building Eclipse Orbit :: Glassfish HK2 Recipes 1.0.0-SNAPSHOT [206/379]
00:43:48 [INFO] --------------------------------[ pom ]---------------------------------
00:43:48 [INFO] 
00:43:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hk2-parent ---
00:43:48 [INFO] 
00:43:48 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ hk2-parent ---
00:43:48 [INFO] 
00:43:48 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ hk2-parent ---
00:43:48 [INFO] 
00:43:48 [INFO] --- maven-install-plugin:2.4:install (default-install) @ hk2-parent ---
00:43:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/hk2-parent/1.0.0-SNAPSHOT/hk2-parent-1.0.0-SNAPSHOT.pom
00:43:48 [INFO] 
00:43:48 [INFO] ----------< org.eclipse.orbit.bundles:org.glassfish.hk2.api >-----------
00:43:48 [INFO] Building HK2 API module 2.5.0-SNAPSHOT                         [207/379]
00:43:48 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:49 [INFO] 
00:43:49 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.api ---
00:43:49 [INFO] 
00:43:49 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.api ---
00:43:49 [INFO] The project's OSGi version is 2.5.0.v20161103-0227
00:43:49 [INFO] 
00:43:49 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.hk2.api ---
00:43:49 [INFO] 
00:43:49 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.hk2.api ---
00:43:49 [INFO] Copying 3 resources
00:43:49 [INFO] 
00:43:49 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.hk2.api ---
00:43:49 [INFO] No sources to compile
00:43:49 [INFO] 
00:43:49 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.api ---
00:43:49 [INFO] Gathering dependencies
00:43:49 [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:2.5.0-b03:jar
00:43:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/hk2-api/2.5.0-b03/hk2-api-2.5.0-b03.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:49 [INFO] Merging collected dependencies
00:43:49 [INFO] Copying 164 resources
00:43:49 [INFO] Generating OSGi MANIFEST.MF
00:43:49 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:43:49 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.api is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:49 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.api.messaging is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:49 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.extension is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:49 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.utilities is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:49 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.utilities.binding is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:49 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.jvnet.hk2.annotations is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:49 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*] 
00:43:49 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/org.glassfish.hk2.api-2.5.0-SNAPSHOT.jar
00:43:49 [INFO] Gathering sources
00:43:49 [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:sources:2.5.0-b03:jar
00:43:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/hk2-api/2.5.0-b03/hk2-api-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:49 [INFO] Copying 3 resources
00:43:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/org.glassfish.hk2.api-2.5.0-SNAPSHOT-sources.jar
00:43:49 [INFO] Assembling p2 repository
00:43:50 [INFO] 
00:43:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.api ---
00:43:50 [INFO] 
00:43:50 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.api ---
00:43:50 [INFO] Gathering sources archives
00:43:50 [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:sources:2.5.0-b03:jar
00:43:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/hk2-api/2.5.0-b03/hk2-api-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/sources-for-eclipse-ipzilla/hk2-api-2.5.0-b03-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:50 [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:sources:2.5.0-b03:jar
00:43:50 [INFO] Copying hk2-api-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/sources-for-eclipse-ipzilla/hk2-api-2.5.0-b03-sources.jar
00:43:50 [INFO] Refreshing about files and about.html
00:43:50 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:50 [INFO] 
00:43:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.api ---
00:43:50 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.hk2.api:xml:p2metadata:2.5.0-SNAPSHOT already attached, replace previous instance
00:43:50 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.hk2.api:xml:p2artifacts:2.5.0-SNAPSHOT already attached, replace previous instance
00:43:50 [INFO] 
00:43:50 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.glassfish.hk2.api ---
00:43:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT.pom
00:43:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/org.glassfish.hk2.api-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT.jar
00:43:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/org.glassfish.hk2.api-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT-sources.jar
00:43:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT-p2metadata.xml
00:43:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT-p2artifacts.xml
00:43:50 [INFO] 
00:43:50 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.api ---
00:43:50 [INFO] 
00:43:50 [INFO] ------< org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm >------
00:43:50 [INFO] Building ASM library repackaged as OSGi bundle 2.5.0-SNAPSHOT  [208/379]
00:43:50 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:50 [INFO] 
00:43:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.external.asm ---
00:43:50 [INFO] 
00:43:50 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.external.asm ---
00:43:50 [INFO] The project's OSGi version is 2.5.0.v20160210-1508
00:43:50 [INFO] 
00:43:50 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.hk2.external.asm ---
00:43:50 [INFO] 
00:43:50 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.hk2.external.asm ---
00:43:50 [INFO] Copying 3 resources
00:43:50 [INFO] 
00:43:50 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.hk2.external.asm ---
00:43:50 [INFO] No sources to compile
00:43:50 [INFO] 
00:43:50 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.external.asm ---
00:43:50 [INFO] Gathering dependencies
00:43:50 [INFO] Configured Artifact: org.glassfish.hk2.external:asm-all-repackaged:2.5.0-b03:jar
00:43:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/external/asm-all-repackaged/2.5.0-b03/asm-all-repackaged-2.5.0-b03.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:50 [INFO] Merging collected dependencies
00:43:50 [INFO] Copying 175 resources
00:43:50 [INFO] Generating OSGi MANIFEST.MF
00:43:50 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:43:50 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.external.org.objectweb.asm is set to different values in the source (2.5.0.b03) and in the manifest (5.0.3). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:50 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.external.org.objectweb.asm.commons is set to different values in the source (2.5.0.b03) and in the manifest (5.0.3). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:50 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.external.org.objectweb.asm.signature is set to different values in the source (2.5.0.b03) and in the manifest (5.0.3). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:50 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.external.org.objectweb.asm.tree is set to different values in the source (2.5.0.b03) and in the manifest (5.0.3). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:50 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.external.org.objectweb.asm.tree.analysis is set to different values in the source (2.5.0.b03) and in the manifest (5.0.3). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:50 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.external.org.objectweb.asm.util is set to different values in the source (2.5.0.b03) and in the manifest (5.0.3). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:50 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.external.org.objectweb.asm.xml is set to different values in the source (2.5.0.b03) and in the manifest (5.0.3). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:50 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Import-Package instructions: [javax.inject.*, javax.annotation.*, org.glassfish.hk2.osgiresourcelocator.*, org.aopalliance.*] 
00:43:50 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT.jar
00:43:51 [INFO] Gathering sources
00:43:51 [INFO] Configured Artifact: org.glassfish.hk2.external:asm-all-repackaged:sources:2.5.0-b03:jar
00:43:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/external/asm-all-repackaged/2.5.0-b03/asm-all-repackaged-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:51 [INFO] Copying 3 resources
00:43:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT-sources.jar
00:43:51 [INFO] Assembling p2 repository
00:43:51 [INFO] 
00:43:51 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.external.asm ---
00:43:51 [INFO] 
00:43:51 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.external.asm ---
00:43:51 [INFO] Gathering sources archives
00:43:51 [INFO] Configured Artifact: org.glassfish.hk2.external:asm-all-repackaged:sources:2.5.0-b03:jar
00:43:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/external/asm-all-repackaged/2.5.0-b03/asm-all-repackaged-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/sources-for-eclipse-ipzilla/asm-all-repackaged-2.5.0-b03-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:52 [INFO] Configured Artifact: org.glassfish.hk2.external:asm-all-repackaged:sources:2.5.0-b03:jar
00:43:52 [INFO] Copying asm-all-repackaged-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/sources-for-eclipse-ipzilla/asm-all-repackaged-2.5.0-b03-sources.jar
00:43:52 [INFO] Refreshing about files and about.html
00:43:52 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:52 [INFO] 
00:43:52 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.external.asm ---
00:43:52 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:xml:p2metadata:2.5.0-SNAPSHOT already attached, replace previous instance
00:43:52 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:xml:p2artifacts:2.5.0-SNAPSHOT already attached, replace previous instance
00:43:52 [INFO] 
00:43:52 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.glassfish.hk2.external.asm ---
00:43:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.external.asm/2.5.0-SNAPSHOT/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT.pom
00:43:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.external.asm/2.5.0-SNAPSHOT/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT.jar
00:43:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.external.asm/2.5.0-SNAPSHOT/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT-sources.jar
00:43:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.external.asm/2.5.0-SNAPSHOT/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT-p2metadata.xml
00:43:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.external.asm/2.5.0-SNAPSHOT/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT-p2artifacts.xml
00:43:52 [INFO] 
00:43:52 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.external.asm ---
00:43:52 [INFO] 
00:43:52 [INFO] --------< org.eclipse.orbit.bundles:org.glassfish.hk2.locator >---------
00:43:52 [INFO] Building ServiceLocator Default Implementation 2.5.0-SNAPSHOT  [209/379]
00:43:52 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:52 [INFO] 
00:43:52 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.locator ---
00:43:52 [INFO] 
00:43:52 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.locator ---
00:43:52 [INFO] The project's OSGi version is 2.5.0.v20161103-0227
00:43:52 [INFO] 
00:43:52 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.hk2.locator ---
00:43:52 [INFO] 
00:43:52 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.hk2.locator ---
00:43:52 [INFO] Copying 3 resources
00:43:52 [INFO] 
00:43:52 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.hk2.locator ---
00:43:52 [INFO] No sources to compile
00:43:52 [INFO] 
00:43:52 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.locator ---
00:43:52 [INFO] Gathering dependencies
00:43:52 [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:2.5.0-b03:jar
00:43:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/hk2-locator/2.5.0-b03/hk2-locator-2.5.0-b03.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:52 [INFO] Merging collected dependencies
00:43:52 [INFO] Copying 99 resources
00:43:52 [INFO] Generating OSGi MANIFEST.MF
00:43:52 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.locator:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:43:52 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.locator:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.jvnet.hk2.external.generator is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:52 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.locator:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.jvnet.hk2.external.runtime is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:52 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.locator:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*, org.glassfish.hk2.osgiresourcelocator.*] 
00:43:52 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/org.glassfish.hk2.locator-2.5.0-SNAPSHOT.jar
00:43:52 [INFO] Gathering sources
00:43:52 [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:sources:2.5.0-b03:jar
00:43:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/hk2-locator/2.5.0-b03/hk2-locator-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:52 [INFO] Copying 3 resources
00:43:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-sources.jar
00:43:52 [INFO] Assembling p2 repository
00:43:53 [INFO] 
00:43:53 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.locator ---
00:43:53 [INFO] 
00:43:53 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.locator ---
00:43:53 [INFO] Gathering sources archives
00:43:53 [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:sources:2.5.0-b03:jar
00:43:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/hk2-locator/2.5.0-b03/hk2-locator-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/sources-for-eclipse-ipzilla/hk2-locator-2.5.0-b03-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:53 [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:sources:2.5.0-b03:jar
00:43:53 [INFO] Copying hk2-locator-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/sources-for-eclipse-ipzilla/hk2-locator-2.5.0-b03-sources.jar
00:43:53 [INFO] Refreshing about files and about.html
00:43:53 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:53 [INFO] 
00:43:53 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.locator ---
00:43:53 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.hk2.locator:xml:p2metadata:2.5.0-SNAPSHOT already attached, replace previous instance
00:43:53 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.hk2.locator:xml:p2artifacts:2.5.0-SNAPSHOT already attached, replace previous instance
00:43:53 [INFO] 
00:43:53 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.glassfish.hk2.locator ---
00:43:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT.pom
00:43:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/org.glassfish.hk2.locator-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT.jar
00:43:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-sources.jar
00:43:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-p2metadata.xml
00:43:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-p2artifacts.xml
00:43:53 [INFO] 
00:43:53 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.locator ---
00:43:53 [INFO] 
00:43:53 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator >--
00:43:53 [INFO] Building OSGi resource locator 2.5.0-SNAPSHOT                  [210/379]
00:43:53 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:53 [INFO] 
00:43:53 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:53 [INFO] 
00:43:53 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:53 [INFO] The project's OSGi version is 2.5.0.v20161103-1916
00:43:53 [INFO] 
00:43:53 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:53 [INFO] 
00:43:53 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:53 [INFO] Copying 3 resources
00:43:53 [INFO] 
00:43:53 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:53 [INFO] No sources to compile
00:43:53 [INFO] 
00:43:53 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:53 [INFO] Gathering dependencies
00:43:53 [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:2.5.0-b03:jar
00:43:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/osgi-resource-locator/2.5.0-b03/osgi-resource-locator-2.5.0-b03.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:53 [INFO] Merging collected dependencies
00:43:53 [INFO] Copying 13 resources
00:43:53 [INFO] Generating OSGi MANIFEST.MF
00:43:53 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:43:53 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Import-Package instructions: [javax.inject.*, javax.annotation.*, org.glassfish.hk2.osgiresourcelocator.*, org.*.hk2.*, org.aopalliance.*] 
00:43:53 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT.jar
00:43:53 [INFO] Gathering sources
00:43:53 [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:sources:2.5.0-b03:jar
00:43:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/osgi-resource-locator/2.5.0-b03/osgi-resource-locator-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:53 [INFO] Copying 3 resources
00:43:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT-sources.jar
00:43:53 [INFO] Assembling p2 repository
00:43:54 [INFO] 
00:43:54 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:54 [INFO] 
00:43:54 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:54 [INFO] Gathering sources archives
00:43:54 [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:sources:2.5.0-b03:jar
00:43:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/osgi-resource-locator/2.5.0-b03/osgi-resource-locator-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/sources-for-eclipse-ipzilla/osgi-resource-locator-2.5.0-b03-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:54 [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:sources:2.5.0-b03:jar
00:43:54 [INFO] Copying osgi-resource-locator-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/sources-for-eclipse-ipzilla/osgi-resource-locator-2.5.0-b03-sources.jar
00:43:54 [INFO] Refreshing about files and about.html
00:43:54 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:54 [INFO] 
00:43:54 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:54 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator:xml:p2metadata:2.5.0-SNAPSHOT already attached, replace previous instance
00:43:54 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator:xml:p2artifacts:2.5.0-SNAPSHOT already attached, replace previous instance
00:43:54 [INFO] 
00:43:54 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/2.5.0-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT.pom
00:43:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/2.5.0-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT.jar
00:43:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/2.5.0-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT-sources.jar
00:43:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/2.5.0-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT-p2metadata.xml
00:43:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/2.5.0-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT-p2artifacts.xml
00:43:54 [INFO] 
00:43:54 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:54 [INFO] 
00:43:54 [INFO] ---------< org.eclipse.orbit.bundles:org.glassfish.hk2.utils >----------
00:43:54 [INFO] Building HK2 Implementation Utilities 2.5.0-SNAPSHOT           [211/379]
00:43:54 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:54 [INFO] 
00:43:54 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.utils ---
00:43:54 [INFO] 
00:43:54 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.utils ---
00:43:54 [INFO] The project's OSGi version is 2.5.0.v20160210-1508
00:43:54 [INFO] 
00:43:54 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.hk2.utils ---
00:43:54 [INFO] 
00:43:54 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.hk2.utils ---
00:43:54 [INFO] Copying 3 resources
00:43:54 [INFO] 
00:43:54 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.hk2.utils ---
00:43:54 [INFO] No sources to compile
00:43:54 [INFO] 
00:43:54 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.utils ---
00:43:54 [INFO] Gathering dependencies
00:43:54 [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:2.5.0-b03:jar
00:43:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/hk2-utils/2.5.0-b03/hk2-utils-2.5.0-b03.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:54 [INFO] Merging collected dependencies
00:43:54 [INFO] Copying 81 resources
00:43:54 [INFO] Generating OSGi MANIFEST.MF
00:43:54 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:43:54 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.utilities.reflection.internal is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:54 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.utilities.cache is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:54 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.utilities.general is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:54 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.utilities.reflection is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:54 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.jvnet.hk2.component is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:54 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.jvnet.tiger_types is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:43:54 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Import-Package instructions: [org.glassfish.hk2.osgiresourcelocator.*, org.aopalliance.*] 
00:43:54 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/org.glassfish.hk2.utils-2.5.0-SNAPSHOT.jar
00:43:54 [INFO] Gathering sources
00:43:54 [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:sources:2.5.0-b03:jar
00:43:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/hk2-utils/2.5.0-b03/hk2-utils-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:54 [INFO] Copying 3 resources
00:43:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-sources.jar
00:43:54 [INFO] Assembling p2 repository
00:43:55 [INFO] 
00:43:55 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.utils ---
00:43:55 [INFO] 
00:43:55 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.utils ---
00:43:55 [INFO] Gathering sources archives
00:43:55 [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:sources:2.5.0-b03:jar
00:43:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/hk2-utils/2.5.0-b03/hk2-utils-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/sources-for-eclipse-ipzilla/hk2-utils-2.5.0-b03-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:55 [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:sources:2.5.0-b03:jar
00:43:55 [INFO] Copying hk2-utils-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/sources-for-eclipse-ipzilla/hk2-utils-2.5.0-b03-sources.jar
00:43:55 [INFO] Refreshing about files and about.html
00:43:55 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:55 [INFO] 
00:43:55 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.utils ---
00:43:55 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.hk2.utils:xml:p2metadata:2.5.0-SNAPSHOT already attached, replace previous instance
00:43:55 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.hk2.utils:xml:p2artifacts:2.5.0-SNAPSHOT already attached, replace previous instance
00:43:55 [INFO] 
00:43:55 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.glassfish.hk2.utils ---
00:43:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT.pom
00:43:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/org.glassfish.hk2.utils-2.5.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT.jar
00:43:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-sources.jar
00:43:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-p2metadata.xml
00:43:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-p2artifacts.xml
00:43:55 [INFO] 
00:43:55 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.utils ---
00:43:55 [INFO] 
00:43:55 [INFO] ----------< org.eclipse.orbit.bundles:org.glassfish.hk2.api >-----------
00:43:55 [INFO] Building HK2 API module 2.6.1-SNAPSHOT                         [212/379]
00:43:55 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:55 [INFO] 
00:43:55 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.api ---
00:43:55 [INFO] 
00:43:55 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.api ---
00:43:55 [INFO] The project's OSGi version is 2.6.1.v20221203-1659
00:43:55 [INFO] 
00:43:55 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.hk2.api ---
00:43:55 [INFO] 
00:43:55 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.hk2.api ---
00:43:55 [INFO] Copying 4 resources
00:43:55 [INFO] 
00:43:55 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.hk2.api ---
00:43:55 [INFO] No sources to compile
00:43:55 [INFO] 
00:43:55 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.api ---
00:43:55 [INFO] Gathering dependencies
00:43:55 [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:2.6.1:jar
00:43:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:55 [INFO] Merging collected dependencies
00:43:55 [INFO] Copying 179 resources
00:43:55 [INFO] Generating OSGi MANIFEST.MF
00:43:55 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.6.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:43:55 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.6.1-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*] 
00:43:55 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/org.glassfish.hk2.api-2.6.1-SNAPSHOT.jar
00:43:56 [INFO] Gathering sources
00:43:56 [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:sources:2.6.1:jar
00:43:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:56 [INFO] Copying 4 resources
00:43:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/org.glassfish.hk2.api-2.6.1-SNAPSHOT-sources.jar
00:43:56 [INFO] Assembling p2 repository
00:43:56 [INFO] 
00:43:56 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.api ---
00:43:56 [INFO] 
00:43:56 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.api ---
00:43:56 [INFO] Gathering sources archives
00:43:56 [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:sources:2.6.1:jar
00:43:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/sources-for-eclipse-ipzilla/hk2-api-2.6.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:56 [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:sources:2.6.1:jar
00:43:56 [INFO] Copying hk2-api-2.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/sources-for-eclipse-ipzilla/hk2-api-2.6.1-sources.jar
00:43:56 [INFO] Refreshing about files and about.html
00:43:56 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:56 [INFO] 
00:43:56 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.api ---
00:43:56 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.hk2.api:xml:p2metadata:2.6.1-SNAPSHOT already attached, replace previous instance
00:43:56 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.hk2.api:xml:p2artifacts:2.6.1-SNAPSHOT already attached, replace previous instance
00:43:56 [INFO] 
00:43:56 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.glassfish.hk2.api ---
00:43:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT.pom
00:43:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/org.glassfish.hk2.api-2.6.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT.jar
00:43:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/org.glassfish.hk2.api-2.6.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT-sources.jar
00:43:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT-p2metadata.xml
00:43:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT-p2artifacts.xml
00:43:56 [INFO] 
00:43:56 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.api ---
00:43:56 [INFO] 
00:43:56 [INFO] --------< org.eclipse.orbit.bundles:org.glassfish.hk2.locator >---------
00:43:56 [INFO] Building ServiceLocator Default Implementation 2.6.1-SNAPSHOT  [213/379]
00:43:56 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:56 [INFO] 
00:43:56 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.locator ---
00:43:56 [INFO] 
00:43:56 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.locator ---
00:43:56 [INFO] The project's OSGi version is 2.6.1.v20221203-1659
00:43:56 [INFO] 
00:43:56 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.hk2.locator ---
00:43:56 [INFO] 
00:43:56 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.hk2.locator ---
00:43:57 [INFO] Copying 4 resources
00:43:57 [INFO] 
00:43:57 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.hk2.locator ---
00:43:57 [INFO] No sources to compile
00:43:57 [INFO] 
00:43:57 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.locator ---
00:43:57 [INFO] Gathering dependencies
00:43:57 [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:2.6.1:jar
00:43:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:57 [INFO] Merging collected dependencies
00:43:57 [INFO] Copying 103 resources
00:43:57 [INFO] Generating OSGi MANIFEST.MF
00:43:57 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.locator:eclipse-bundle-recipe:2.6.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:43:57 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.locator:eclipse-bundle-recipe:2.6.1-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*, org.glassfish.hk2.osgiresourcelocator.*] 
00:43:57 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/org.glassfish.hk2.locator-2.6.1-SNAPSHOT.jar
00:43:57 [INFO] Gathering sources
00:43:57 [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:sources:2.6.1:jar
00:43:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:57 [INFO] Copying 4 resources
00:43:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-sources.jar
00:43:57 [INFO] Assembling p2 repository
00:43:58 [INFO] 
00:43:58 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.locator ---
00:43:58 [INFO] 
00:43:58 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.locator ---
00:43:58 [INFO] Gathering sources archives
00:43:58 [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:sources:2.6.1:jar
00:43:58 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/sources-for-eclipse-ipzilla/hk2-locator-2.6.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:58 [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:sources:2.6.1:jar
00:43:58 [INFO] Copying hk2-locator-2.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/sources-for-eclipse-ipzilla/hk2-locator-2.6.1-sources.jar
00:43:58 [INFO] Refreshing about files and about.html
00:43:58 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:58 [INFO] 
00:43:58 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.locator ---
00:43:58 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.hk2.locator:xml:p2metadata:2.6.1-SNAPSHOT already attached, replace previous instance
00:43:58 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.hk2.locator:xml:p2artifacts:2.6.1-SNAPSHOT already attached, replace previous instance
00:43:58 [INFO] 
00:43:58 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.glassfish.hk2.locator ---
00:43:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT.pom
00:43:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/org.glassfish.hk2.locator-2.6.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT.jar
00:43:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-sources.jar
00:43:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-p2metadata.xml
00:43:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-p2artifacts.xml
00:43:58 [INFO] 
00:43:58 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.locator ---
00:43:58 [INFO] 
00:43:58 [INFO] ---------< org.eclipse.orbit.bundles:org.glassfish.hk2.utils >----------
00:43:58 [INFO] Building HK2 Implementation Utilities 2.6.1-SNAPSHOT           [214/379]
00:43:58 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:58 [INFO] 
00:43:58 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.utils ---
00:43:58 [INFO] 
00:43:58 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.utils ---
00:43:58 [INFO] The project's OSGi version is 2.6.1.v20221203-1659
00:43:58 [INFO] 
00:43:58 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.hk2.utils ---
00:43:58 [INFO] 
00:43:58 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.hk2.utils ---
00:43:58 [INFO] Copying 4 resources
00:43:58 [INFO] 
00:43:58 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.hk2.utils ---
00:43:58 [INFO] No sources to compile
00:43:58 [INFO] 
00:43:58 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.utils ---
00:43:58 [INFO] Gathering dependencies
00:43:58 [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:2.6.1:jar
00:43:58 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:58 [INFO] Merging collected dependencies
00:43:58 [INFO] Copying 83 resources
00:43:58 [INFO] Generating OSGi MANIFEST.MF
00:43:58 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.6.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:43:58 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.6.1-SNAPSHOT : Unused Import-Package instructions: [org.glassfish.hk2.osgiresourcelocator.*, org.aopalliance.*] 
00:43:58 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/org.glassfish.hk2.utils-2.6.1-SNAPSHOT.jar
00:43:58 [INFO] Gathering sources
00:43:58 [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:sources:2.6.1:jar
00:43:58 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:58 [INFO] Copying 4 resources
00:43:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-sources.jar
00:43:58 [INFO] Assembling p2 repository
00:43:59 [INFO] 
00:43:59 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.utils ---
00:43:59 [INFO] 
00:43:59 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.utils ---
00:43:59 [INFO] Gathering sources archives
00:43:59 [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:sources:2.6.1:jar
00:43:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/sources-for-eclipse-ipzilla/hk2-utils-2.6.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:59 [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:sources:2.6.1:jar
00:43:59 [INFO] Copying hk2-utils-2.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/sources-for-eclipse-ipzilla/hk2-utils-2.6.1-sources.jar
00:43:59 [INFO] Refreshing about files and about.html
00:43:59 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:59 [INFO] 
00:43:59 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.utils ---
00:43:59 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.hk2.utils:xml:p2metadata:2.6.1-SNAPSHOT already attached, replace previous instance
00:43:59 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.hk2.utils:xml:p2artifacts:2.6.1-SNAPSHOT already attached, replace previous instance
00:43:59 [INFO] 
00:43:59 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.glassfish.hk2.utils ---
00:43:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT.pom
00:43:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/org.glassfish.hk2.utils-2.6.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT.jar
00:43:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-sources.jar
00:43:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-p2metadata.xml
00:43:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-p2artifacts.xml
00:43:59 [INFO] 
00:43:59 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.utils ---
00:43:59 [INFO] 
00:43:59 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator >--
00:43:59 [INFO] Building OSGi resource locator 1.0.3-SNAPSHOT                  [215/379]
00:43:59 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:59 [INFO] 
00:43:59 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:59 [INFO] 
00:43:59 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:59 [INFO] The project's OSGi version is 1.0.3.v20221203-1659
00:43:59 [INFO] 
00:43:59 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:59 [INFO] 
00:43:59 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:59 [INFO] Copying 4 resources
00:43:59 [INFO] 
00:43:59 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:59 [INFO] No sources to compile
00:43:59 [INFO] 
00:43:59 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:59 [INFO] Gathering dependencies
00:43:59 [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:1.0.3:jar
00:43:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:59 [INFO] Merging collected dependencies
00:43:59 [INFO] Copying 13 resources
00:43:59 [INFO] Generating OSGi MANIFEST.MF
00:43:59 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator:eclipse-bundle-recipe:1.0.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:43:59 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator:eclipse-bundle-recipe:1.0.3-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*, javax.inject.*, org.glassfish.hk2.osgiresourcelocator.*, org.*.hk2.*, org.aopalliance.*] 
00:43:59 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT.jar
00:43:59 [INFO] Gathering sources
00:43:59 [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:sources:1.0.3:jar
00:43:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:59 [INFO] Copying 4 resources
00:43:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT-sources.jar
00:43:59 [INFO] Assembling p2 repository
00:43:59 [INFO] 
00:43:59 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:59 [INFO] 
00:43:59 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:59 [INFO] Gathering sources archives
00:43:59 [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:sources:1.0.3:jar
00:43:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/sources-for-eclipse-ipzilla/osgi-resource-locator-1.0.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:59 [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:sources:1.0.3:jar
00:43:59 [INFO] Copying osgi-resource-locator-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/sources-for-eclipse-ipzilla/osgi-resource-locator-1.0.3-sources.jar
00:43:59 [INFO] Refreshing about files and about.html
00:43:59 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:43:59 [INFO] 
00:43:59 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:59 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator:xml:p2metadata:1.0.3-SNAPSHOT already attached, replace previous instance
00:43:59 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator:xml:p2artifacts:1.0.3-SNAPSHOT already attached, replace previous instance
00:43:59 [INFO] 
00:43:59 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/1.0.3-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT.pom
00:43:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/1.0.3-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT.jar
00:43:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/1.0.3-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT-sources.jar
00:43:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/1.0.3-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT-p2metadata.xml
00:43:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/1.0.3-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT-p2artifacts.xml
00:43:59 [INFO] 
00:43:59 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.osgi-resource-locator ---
00:43:59 [INFO] 
00:43:59 [INFO] --------------< org.eclipse.orbit.bundles:jersey-parent >---------------
00:43:59 [INFO] Building Eclipse Orbit :: Glassfish Jersey Recipes 1.0.0-SNAPSHOT [216/379]
00:43:59 [INFO] --------------------------------[ pom ]---------------------------------
00:43:59 [INFO] 
00:43:59 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-parent ---
00:43:59 [INFO] 
00:43:59 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jersey-parent ---
00:43:59 [INFO] 
00:43:59 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jersey-parent ---
00:43:59 [INFO] 
00:43:59 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jersey-parent ---
00:43:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jersey-parent/1.0.0-SNAPSHOT/jersey-parent-1.0.0-SNAPSHOT.pom
00:43:59 [INFO] 
00:43:59 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.apache.connector >---
00:43:59 [INFO] Building jersey-connectors-apache 2.30.1-SNAPSHOT              [217/379]
00:43:59 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:43:59 [INFO] 
00:43:59 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.apache.connector ---
00:43:59 [INFO] 
00:43:59 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.apache.connector ---
00:43:59 [INFO] The project's OSGi version is 2.30.1.v20221203-1659
00:43:59 [INFO] 
00:43:59 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.jersey.apache.connector ---
00:43:59 [INFO] 
00:43:59 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.jersey.apache.connector ---
00:43:59 [INFO] Copying 3 resources
00:43:59 [INFO] 
00:43:59 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.jersey.apache.connector ---
00:43:59 [INFO] No sources to compile
00:43:59 [INFO] 
00:43:59 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.apache.connector ---
00:43:59 [INFO] Gathering dependencies
00:43:59 [INFO] Configured Artifact: org.glassfish.jersey.connectors:jersey-apache-connector:2.30.1:jar
00:43:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/connectors/jersey-apache-connector/2.30.1/jersey-apache-connector-2.30.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:43:59 [INFO] Merging collected dependencies
00:43:59 [INFO] Copying 20 resources
00:44:00 [INFO] Generating OSGi MANIFEST.MF
00:44:00 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.apache.connector:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:44:00 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.apache.connector:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*, javax.inject.*, org.glassfish.hk2.osgiresourcelocator.*, org.*.hk2.*, org.jvnet.hk2.external.*, javax.xml.bind*] 
00:44:00 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT.jar
00:44:00 [INFO] Gathering sources
00:44:00 [INFO] Configured Artifact: org.glassfish.jersey.connectors:jersey-apache-connector:sources:2.30.1:jar
00:44:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/connectors/jersey-apache-connector/2.30.1/jersey-apache-connector-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:05 [INFO] Copying 3 resources
00:44:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT-sources.jar
00:44:05 [INFO] Assembling p2 repository
00:44:05 [INFO] 
00:44:05 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.apache.connector ---
00:44:05 [INFO] 
00:44:05 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.apache.connector ---
00:44:05 [INFO] Gathering sources archives
00:44:05 [INFO] Configured Artifact: org.glassfish.jersey.connectors:jersey-apache-connector:sources:2.30.1:jar
00:44:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/connectors/jersey-apache-connector/2.30.1/jersey-apache-connector-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/sources-for-eclipse-ipzilla/jersey-apache-connector-2.30.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:05 [INFO] Configured Artifact: org.glassfish.jersey.connectors:jersey-apache-connector:sources:2.30.1:jar
00:44:05 [INFO] Copying jersey-apache-connector-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/sources-for-eclipse-ipzilla/jersey-apache-connector-2.30.1-sources.jar
00:44:05 [INFO] Refreshing about files and about.html
00:44:05 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:44:05 [INFO] 
00:44:05 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.apache.connector ---
00:44:05 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.jersey.apache.connector:xml:p2metadata:2.30.1-SNAPSHOT already attached, replace previous instance
00:44:05 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.jersey.apache.connector:xml:p2artifacts:2.30.1-SNAPSHOT already attached, replace previous instance
00:44:05 [INFO] 
00:44:05 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.glassfish.jersey.apache.connector ---
00:44:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.apache.connector/2.30.1-SNAPSHOT/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT.pom
00:44:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.apache.connector/2.30.1-SNAPSHOT/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT.jar
00:44:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.apache.connector/2.30.1-SNAPSHOT/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT-sources.jar
00:44:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.apache.connector/2.30.1-SNAPSHOT/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT-p2metadata.xml
00:44:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.apache.connector/2.30.1-SNAPSHOT/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT-p2artifacts.xml
00:44:05 [INFO] 
00:44:05 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.apache.connector ---
00:44:05 [INFO] 
00:44:05 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet >--
00:44:05 [INFO] Building jersey-container-servlet 2.30.1-SNAPSHOT              [218/379]
00:44:05 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:44:06 [INFO] 
00:44:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.containers.servlet ---
00:44:06 [INFO] 
00:44:06 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.containers.servlet ---
00:44:06 [INFO] The project's OSGi version is 2.30.1.v20221112-0806
00:44:06 [INFO] 
00:44:06 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.jersey.containers.servlet ---
00:44:06 [INFO] 
00:44:06 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.jersey.containers.servlet ---
00:44:06 [INFO] Copying 3 resources
00:44:06 [INFO] 
00:44:06 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.jersey.containers.servlet ---
00:44:06 [INFO] No sources to compile
00:44:06 [INFO] 
00:44:06 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.containers.servlet ---
00:44:06 [INFO] Gathering dependencies
00:44:06 [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:2.30.1:jar
00:44:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/containers/jersey-container-servlet/2.30.1/jersey-container-servlet-2.30.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:06 [INFO] Merging collected dependencies
00:44:06 [INFO] Copying 15 resources
00:44:06 [INFO] Generating OSGi MANIFEST.MF
00:44:06 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:44:06 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*, javax.inject.*, org.glassfish.jersey.spi.*, org.glassfish.hk2.osgiresourcelocator.*, org.*.hk2.*, org.jvnet.hk2.external.*, javax.xml.bind*] 
00:44:06 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT.jar
00:44:06 [INFO] Gathering sources
00:44:06 [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:sources:2.30.1:jar
00:44:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/containers/jersey-container-servlet/2.30.1/jersey-container-servlet-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:06 [INFO] Copying 3 resources
00:44:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT-sources.jar
00:44:06 [INFO] Assembling p2 repository
00:44:07 [INFO] 
00:44:07 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.containers.servlet ---
00:44:07 [INFO] 
00:44:07 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.containers.servlet ---
00:44:07 [INFO] Gathering sources archives
00:44:07 [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:sources:2.30.1:jar
00:44:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/containers/jersey-container-servlet/2.30.1/jersey-container-servlet-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/sources-for-eclipse-ipzilla/jersey-container-servlet-2.30.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:07 [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:sources:2.30.1:jar
00:44:07 [INFO] Copying jersey-container-servlet-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/sources-for-eclipse-ipzilla/jersey-container-servlet-2.30.1-sources.jar
00:44:07 [INFO] Refreshing about files and about.html
00:44:07 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:44:07 [INFO] 
00:44:07 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.containers.servlet ---
00:44:07 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet:xml:p2metadata:2.30.1-SNAPSHOT already attached, replace previous instance
00:44:07 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet:xml:p2artifacts:2.30.1-SNAPSHOT already attached, replace previous instance
00:44:07 [INFO] 
00:44:07 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.glassfish.jersey.containers.servlet ---
00:44:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT.pom
00:44:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT.jar
00:44:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT-sources.jar
00:44:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT-p2metadata.xml
00:44:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT-p2artifacts.xml
00:44:07 [INFO] 
00:44:07 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.containers.servlet ---
00:44:07 [INFO] 
00:44:07 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet.core >--
00:44:07 [INFO] Building jersey-container-servlet-core 2.30.1-SNAPSHOT         [219/379]
00:44:07 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:44:07 [INFO] 
00:44:07 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.containers.servlet.core ---
00:44:07 [INFO] 
00:44:07 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.containers.servlet.core ---
00:44:07 [INFO] The project's OSGi version is 2.30.1.v20221112-0806
00:44:07 [INFO] 
00:44:07 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.jersey.containers.servlet.core ---
00:44:07 [INFO] 
00:44:07 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.jersey.containers.servlet.core ---
00:44:07 [INFO] Copying 3 resources
00:44:07 [INFO] 
00:44:07 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.jersey.containers.servlet.core ---
00:44:07 [INFO] No sources to compile
00:44:07 [INFO] 
00:44:07 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.containers.servlet.core ---
00:44:07 [INFO] Gathering dependencies
00:44:07 [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:2.30.1:jar
00:44:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/containers/jersey-container-servlet-core/2.30.1/jersey-container-servlet-core-2.30.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:07 [INFO] Merging collected dependencies
00:44:07 [INFO] Copying 48 resources
00:44:07 [INFO] Generating OSGi MANIFEST.MF
00:44:07 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet.core:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:44:07 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet.core:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*, org.glassfish.jersey.spi.*, org.glassfish.hk2.osgiresourcelocator.*, org.*.hk2.*, org.jvnet.hk2.external.*, javax.xml.bind*] 
00:44:07 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT.jar
00:44:07 [INFO] Gathering sources
00:44:07 [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:sources:2.30.1:jar
00:44:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/containers/jersey-container-servlet-core/2.30.1/jersey-container-servlet-core-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:07 [INFO] Copying 3 resources
00:44:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT-sources.jar
00:44:07 [INFO] Assembling p2 repository
00:44:08 [INFO] 
00:44:08 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.containers.servlet.core ---
00:44:08 [INFO] 
00:44:08 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.containers.servlet.core ---
00:44:08 [INFO] Gathering sources archives
00:44:08 [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:sources:2.30.1:jar
00:44:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/containers/jersey-container-servlet-core/2.30.1/jersey-container-servlet-core-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/sources-for-eclipse-ipzilla/jersey-container-servlet-core-2.30.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:08 [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:sources:2.30.1:jar
00:44:08 [INFO] Copying jersey-container-servlet-core-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/sources-for-eclipse-ipzilla/jersey-container-servlet-core-2.30.1-sources.jar
00:44:08 [INFO] Refreshing about files and about.html
00:44:08 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:44:08 [INFO] 
00:44:08 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.containers.servlet.core ---
00:44:08 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet.core:xml:p2metadata:2.30.1-SNAPSHOT already attached, replace previous instance
00:44:08 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet.core:xml:p2artifacts:2.30.1-SNAPSHOT already attached, replace previous instance
00:44:08 [INFO] 
00:44:08 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.glassfish.jersey.containers.servlet.core ---
00:44:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet.core/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT.pom
00:44:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet.core/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT.jar
00:44:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet.core/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT-sources.jar
00:44:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet.core/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT-p2metadata.xml
00:44:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet.core/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT-p2artifacts.xml
00:44:08 [INFO] 
00:44:08 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.containers.servlet.core ---
00:44:08 [INFO] 
00:44:08 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-client >--
00:44:08 [INFO] Building jersey-core-client 2.30.1-SNAPSHOT                    [220/379]
00:44:08 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:44:08 [INFO] 
00:44:08 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.core.jersey-client ---
00:44:08 [INFO] 
00:44:08 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.core.jersey-client ---
00:44:08 [INFO] The project's OSGi version is 2.30.1.v20221112-0806
00:44:08 [INFO] 
00:44:08 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.jersey.core.jersey-client ---
00:44:08 [INFO] 
00:44:08 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.jersey.core.jersey-client ---
00:44:08 [INFO] Copying 3 resources
00:44:08 [INFO] 
00:44:08 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.jersey.core.jersey-client ---
00:44:08 [INFO] No sources to compile
00:44:08 [INFO] 
00:44:08 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.core.jersey-client ---
00:44:08 [INFO] Gathering dependencies
00:44:08 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:2.30.1:jar
00:44:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/core/jersey-client/2.30.1/jersey-client-2.30.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:08 [INFO] Merging collected dependencies
00:44:08 [INFO] Copying 158 resources
00:44:08 [INFO] Generating OSGi MANIFEST.MF
00:44:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-client:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:44:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-client:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Host org.glassfish.hk2.locator= for this fragment/require bundle cannot be found on the classpath
00:44:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-client:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Import-Package instructions: [org.glassfish.hk2.osgiresourcelocator.*, org.*.hk2.*, org.jvnet.hk2.external.*, javax.xml.bind*] 
00:44:08 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT.jar
00:44:08 [INFO] Gathering sources
00:44:08 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:sources:2.30.1:jar
00:44:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/core/jersey-client/2.30.1/jersey-client-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:09 [INFO] Copying 3 resources
00:44:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT-sources.jar
00:44:09 [INFO] Assembling p2 repository
00:44:09 [INFO] 
00:44:09 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.core.jersey-client ---
00:44:09 [INFO] 
00:44:09 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.core.jersey-client ---
00:44:09 [INFO] Gathering sources archives
00:44:09 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:sources:2.30.1:jar
00:44:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/core/jersey-client/2.30.1/jersey-client-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/sources-for-eclipse-ipzilla/jersey-client-2.30.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:09 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:sources:2.30.1:jar
00:44:09 [INFO] Copying jersey-client-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/sources-for-eclipse-ipzilla/jersey-client-2.30.1-sources.jar
00:44:09 [INFO] Refreshing about files and about.html
00:44:09 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:44:09 [INFO] 
00:44:09 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.core.jersey-client ---
00:44:09 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-client:xml:p2metadata:2.30.1-SNAPSHOT already attached, replace previous instance
00:44:09 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-client:xml:p2artifacts:2.30.1-SNAPSHOT already attached, replace previous instance
00:44:09 [INFO] 
00:44:09 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.glassfish.jersey.core.jersey-client ---
00:44:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-client/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT.pom
00:44:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-client/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT.jar
00:44:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-client/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT-sources.jar
00:44:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-client/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT-p2metadata.xml
00:44:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-client/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT-p2artifacts.xml
00:44:09 [INFO] 
00:44:09 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.core.jersey-client ---
00:44:09 [INFO] 
00:44:09 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-common >--
00:44:09 [INFO] Building jersey-core-common 2.30.1-SNAPSHOT                    [221/379]
00:44:09 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:44:09 [INFO] 
00:44:09 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.core.jersey-common ---
00:44:09 [INFO] 
00:44:09 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.core.jersey-common ---
00:44:09 [INFO] The project's OSGi version is 2.30.1.v20221112-0806
00:44:09 [INFO] 
00:44:09 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.jersey.core.jersey-common ---
00:44:09 [INFO] 
00:44:09 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.jersey.core.jersey-common ---
00:44:09 [INFO] Copying 3 resources
00:44:09 [INFO] 
00:44:09 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.jersey.core.jersey-common ---
00:44:09 [INFO] No sources to compile
00:44:09 [INFO] 
00:44:09 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.core.jersey-common ---
00:44:09 [INFO] Gathering dependencies
00:44:09 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:2.30.1:jar
00:44:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:10 [INFO] Merging collected dependencies
00:44:10 [INFO] Copying 856 resources
00:44:10 [INFO] Generating OSGi MANIFEST.MF
00:44:10 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-common:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:44:10 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-common:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Import-Package instructions: [org.*.hk2.*, org.jvnet.hk2.external.*, javax.xml.bind*] 
00:44:10 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-common:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/11/org/glassfish/jersey/internal/jsr166/SubmissionPublisherFactory.class=org.glassfish.jersey.internal.jsr166.SubmissionPublisherFactory, META-INF/versions/11/org/glassfish/jersey/internal/jsr166/SubmissionPublisher$2.class=org.glassfish.jersey.internal.jsr166.SubmissionPublisher$2, META-INF/versions/11/org/glassfish/jersey/internal/jsr166/SubmissionPublisher$3.class=org.glassfish.jersey.internal.jsr166.SubmissionPublisher$3, META-INF/versions/11/org/glassfish/jersey/internal/jsr166/SubmissionPublisher$5.class=org.glassfish.jersey.internal.jsr166.SubmissionPublisher$5, META-INF/versions/11/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.class=org.glassfish.jersey.internal.jsr166.SubmissionPublisher, META-INF/versions/11/org/glassfish/jersey/internal/jsr166/SubmissionPublisher$1.class=org.glassfish.jersey.internal.jsr166.SubmissionPublisher$1, META-INF/versions/11/org/glassfish/jersey/internal/jsr166/SubmissionPublisher$4.class=org.glassfish.jersey.internal.jsr166.SubmissionPublisher$4, META-INF/versions/11/org/glassfish/jersey/internal/jsr166/SubmissionPublisher$6.class=org.glassfish.jersey.internal.jsr166.SubmissionPublisher$6}
00:44:10 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT.jar
00:44:11 [INFO] Gathering sources
00:44:11 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:sources:2.30.1:jar
00:44:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:11 [INFO] Copying 3 resources
00:44:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT-sources.jar
00:44:11 [INFO] Assembling p2 repository
00:44:12 [INFO] 
00:44:12 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.core.jersey-common ---
00:44:12 [INFO] 
00:44:12 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.core.jersey-common ---
00:44:12 [INFO] Gathering sources archives
00:44:12 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:sources:2.30.1:jar
00:44:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/sources-for-eclipse-ipzilla/jersey-common-2.30.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:12 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:sources:2.30.1:jar
00:44:12 [INFO] Copying jersey-common-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/sources-for-eclipse-ipzilla/jersey-common-2.30.1-sources.jar
00:44:12 [INFO] Refreshing about files and about.html
00:44:12 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:44:12 [INFO] 
00:44:12 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.core.jersey-common ---
00:44:12 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-common:xml:p2metadata:2.30.1-SNAPSHOT already attached, replace previous instance
00:44:12 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-common:xml:p2artifacts:2.30.1-SNAPSHOT already attached, replace previous instance
00:44:12 [INFO] 
00:44:12 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.glassfish.jersey.core.jersey-common ---
00:44:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-common/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT.pom
00:44:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-common/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT.jar
00:44:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-common/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT-sources.jar
00:44:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-common/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT-p2metadata.xml
00:44:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-common/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT-p2artifacts.xml
00:44:12 [INFO] 
00:44:12 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.core.jersey-common ---
00:44:12 [INFO] 
00:44:12 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-server >--
00:44:12 [INFO] Building jersey-core-server 2.30.1-SNAPSHOT                    [222/379]
00:44:12 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:44:12 [INFO] 
00:44:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.core.jersey-server ---
00:44:12 [INFO] 
00:44:12 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.core.jersey-server ---
00:44:12 [INFO] The project's OSGi version is 2.30.1.v20221112-0806
00:44:12 [INFO] 
00:44:12 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.jersey.core.jersey-server ---
00:44:12 [INFO] 
00:44:12 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.jersey.core.jersey-server ---
00:44:12 [INFO] Copying 3 resources
00:44:12 [INFO] 
00:44:12 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.jersey.core.jersey-server ---
00:44:12 [INFO] No sources to compile
00:44:12 [INFO] 
00:44:12 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.core.jersey-server ---
00:44:12 [INFO] Gathering dependencies
00:44:12 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:2.30.1:jar
00:44:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/core/jersey-server/2.30.1/jersey-server-2.30.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:12 [INFO] Merging collected dependencies
00:44:12 [INFO] Copying 608 resources
00:44:12 [INFO] Generating OSGi MANIFEST.MF
00:44:13 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-server:eclipse-bundle-recipe:2.30.1-SNAPSHOT : No translation found for macro: 2.5.0
00:44:13 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-server:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:44:13 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-server:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Import-Package instructions: [org.glassfish.hk2.*] 
00:44:13 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT.jar
00:44:13 [INFO] Gathering sources
00:44:13 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:sources:2.30.1:jar
00:44:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/core/jersey-server/2.30.1/jersey-server-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:13 [INFO] Copying 3 resources
00:44:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT-sources.jar
00:44:13 [INFO] Assembling p2 repository
00:44:14 [INFO] 
00:44:14 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.core.jersey-server ---
00:44:14 [INFO] 
00:44:14 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.core.jersey-server ---
00:44:14 [INFO] Gathering sources archives
00:44:14 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:sources:2.30.1:jar
00:44:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/core/jersey-server/2.30.1/jersey-server-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/sources-for-eclipse-ipzilla/jersey-server-2.30.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:14 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:sources:2.30.1:jar
00:44:14 [INFO] Copying jersey-server-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/sources-for-eclipse-ipzilla/jersey-server-2.30.1-sources.jar
00:44:14 [INFO] Refreshing about files and about.html
00:44:14 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:44:14 [INFO] 
00:44:14 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.core.jersey-server ---
00:44:14 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-server:xml:p2metadata:2.30.1-SNAPSHOT already attached, replace previous instance
00:44:14 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-server:xml:p2artifacts:2.30.1-SNAPSHOT already attached, replace previous instance
00:44:14 [INFO] 
00:44:14 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.glassfish.jersey.core.jersey-server ---
00:44:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-server/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT.pom
00:44:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-server/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT.jar
00:44:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-server/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT-sources.jar
00:44:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-server/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT-p2metadata.xml
00:44:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-server/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT-p2artifacts.xml
00:44:14 [INFO] 
00:44:14 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.core.jersey-server ---
00:44:14 [INFO] 
00:44:14 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.ext.entityfiltering >--
00:44:14 [INFO] Building jersey-ext-entity-filtering 2.30.1-SNAPSHOT           [223/379]
00:44:14 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:44:14 [INFO] 
00:44:14 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.ext.entityfiltering ---
00:44:14 [INFO] 
00:44:14 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.ext.entityfiltering ---
00:44:14 [INFO] The project's OSGi version is 2.30.1.v20221112-0806
00:44:14 [INFO] 
00:44:14 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.jersey.ext.entityfiltering ---
00:44:14 [INFO] 
00:44:14 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.jersey.ext.entityfiltering ---
00:44:14 [INFO] Copying 3 resources
00:44:14 [INFO] 
00:44:14 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.jersey.ext.entityfiltering ---
00:44:14 [INFO] No sources to compile
00:44:14 [INFO] 
00:44:14 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.ext.entityfiltering ---
00:44:14 [INFO] Gathering dependencies
00:44:14 [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-entity-filtering:2.30.1:jar
00:44:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/ext/jersey-entity-filtering/2.30.1/jersey-entity-filtering-2.30.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:14 [INFO] Merging collected dependencies
00:44:14 [INFO] Copying 63 resources
00:44:14 [INFO] Generating OSGi MANIFEST.MF
00:44:14 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.ext.entityfiltering:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:44:14 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.ext.entityfiltering:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Import-Package instructions: [org.glassfish.hk2.osgiresourcelocator.*, org.*.hk2.*, org.jvnet.hk2.external.*] 
00:44:14 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT.jar
00:44:14 [INFO] Gathering sources
00:44:14 [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-entity-filtering:sources:2.30.1:jar
00:44:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/ext/jersey-entity-filtering/2.30.1/jersey-entity-filtering-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:14 [INFO] Copying 3 resources
00:44:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT-sources.jar
00:44:14 [INFO] Assembling p2 repository
00:44:15 [INFO] 
00:44:15 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.ext.entityfiltering ---
00:44:15 [INFO] 
00:44:15 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.ext.entityfiltering ---
00:44:15 [INFO] Gathering sources archives
00:44:15 [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-entity-filtering:sources:2.30.1:jar
00:44:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/ext/jersey-entity-filtering/2.30.1/jersey-entity-filtering-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/sources-for-eclipse-ipzilla/jersey-entity-filtering-2.30.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:15 [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-entity-filtering:sources:2.30.1:jar
00:44:15 [INFO] Copying jersey-entity-filtering-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/sources-for-eclipse-ipzilla/jersey-entity-filtering-2.30.1-sources.jar
00:44:15 [INFO] Refreshing about files and about.html
00:44:15 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:44:15 [INFO] 
00:44:15 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.ext.entityfiltering ---
00:44:15 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.jersey.ext.entityfiltering:xml:p2metadata:2.30.1-SNAPSHOT already attached, replace previous instance
00:44:15 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.jersey.ext.entityfiltering:xml:p2artifacts:2.30.1-SNAPSHOT already attached, replace previous instance
00:44:15 [INFO] 
00:44:15 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.glassfish.jersey.ext.entityfiltering ---
00:44:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.ext.entityfiltering/2.30.1-SNAPSHOT/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT.pom
00:44:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.ext.entityfiltering/2.30.1-SNAPSHOT/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT.jar
00:44:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.ext.entityfiltering/2.30.1-SNAPSHOT/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT-sources.jar
00:44:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.ext.entityfiltering/2.30.1-SNAPSHOT/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT-p2metadata.xml
00:44:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.ext.entityfiltering/2.30.1-SNAPSHOT/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT-p2artifacts.xml
00:44:15 [INFO] 
00:44:15 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.ext.entityfiltering ---
00:44:15 [INFO] 
00:44:15 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.inject.jersey-hk2 >--
00:44:15 [INFO] Building jersey-inject-hk2 2.30.1-SNAPSHOT                     [224/379]
00:44:15 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:44:15 [INFO] 
00:44:15 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.inject.jersey-hk2 ---
00:44:15 [INFO] 
00:44:15 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.inject.jersey-hk2 ---
00:44:15 [INFO] The project's OSGi version is 2.30.1.v20221203-1659
00:44:15 [INFO] 
00:44:15 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.jersey.inject.jersey-hk2 ---
00:44:15 [INFO] 
00:44:15 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.jersey.inject.jersey-hk2 ---
00:44:15 [INFO] Copying 12 resources
00:44:15 [INFO] 
00:44:15 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.jersey.inject.jersey-hk2 ---
00:44:15 [INFO] No sources to compile
00:44:15 [INFO] 
00:44:15 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.inject.jersey-hk2 ---
00:44:15 [INFO] Gathering dependencies
00:44:15 [INFO] Configured Artifact: org.glassfish.jersey.inject:jersey-hk2:2.30.1:jar
00:44:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:15 [INFO] Merging collected dependencies
00:44:15 [INFO] Copying 51 resources
00:44:15 [INFO] Generating OSGi MANIFEST.MF
00:44:15 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.inject.jersey-hk2:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Invalid property key: `*;resolution`: << *;resolution:=optional>>
00:44:15 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.inject.jersey-hk2:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:44:15 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.inject.jersey-hk2:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Import-Package instructions: [org.glassfish.jersey.*] 
00:44:15 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT.jar
00:44:15 [INFO] Gathering sources
00:44:15 [INFO] Configured Artifact: org.glassfish.jersey.inject:jersey-hk2:sources:2.30.1:jar
00:44:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:15 [INFO] Copying 12 resources
00:44:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT-sources.jar
00:44:15 [INFO] Assembling p2 repository
00:44:16 [INFO] 
00:44:16 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.inject.jersey-hk2 ---
00:44:16 [INFO] 
00:44:16 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.inject.jersey-hk2 ---
00:44:16 [INFO] Gathering sources archives
00:44:16 [INFO] Configured Artifact: org.glassfish.jersey.inject:jersey-hk2:sources:2.30.1:jar
00:44:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/sources-for-eclipse-ipzilla/jersey-hk2-2.30.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:16 [INFO] Configured Artifact: org.glassfish.jersey.inject:jersey-hk2:sources:2.30.1:jar
00:44:16 [INFO] Copying jersey-hk2-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/sources-for-eclipse-ipzilla/jersey-hk2-2.30.1-sources.jar
00:44:16 [INFO] Refreshing about files and about.html
00:44:16 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:44:16 [INFO] 
00:44:16 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.inject.jersey-hk2 ---
00:44:16 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.jersey.inject.jersey-hk2:xml:p2metadata:2.30.1-SNAPSHOT already attached, replace previous instance
00:44:16 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.jersey.inject.jersey-hk2:xml:p2artifacts:2.30.1-SNAPSHOT already attached, replace previous instance
00:44:16 [INFO] 
00:44:16 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.glassfish.jersey.inject.jersey-hk2 ---
00:44:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.inject.jersey-hk2/2.30.1-SNAPSHOT/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT.pom
00:44:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.inject.jersey-hk2/2.30.1-SNAPSHOT/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT.jar
00:44:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.inject.jersey-hk2/2.30.1-SNAPSHOT/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT-sources.jar
00:44:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.inject.jersey-hk2/2.30.1-SNAPSHOT/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT-p2metadata.xml
00:44:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.inject.jersey-hk2/2.30.1-SNAPSHOT/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT-p2artifacts.xml
00:44:16 [INFO] 
00:44:16 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.inject.jersey-hk2 ---
00:44:16 [INFO] 
00:44:16 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.media.jersey-media-json-jackson >--
00:44:16 [INFO] Building jersey-media-json-jackson 2.30.1-SNAPSHOT             [225/379]
00:44:16 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:44:16 [INFO] 
00:44:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.media.jersey-media-json-jackson ---
00:44:16 [INFO] 
00:44:16 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.media.jersey-media-json-jackson ---
00:44:16 [INFO] The project's OSGi version is 2.30.1.v20221112-0806
00:44:16 [INFO] 
00:44:16 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.jersey.media.jersey-media-json-jackson ---
00:44:16 [INFO] 
00:44:16 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.jersey.media.jersey-media-json-jackson ---
00:44:16 [INFO] Copying 3 resources
00:44:16 [INFO] 
00:44:16 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.jersey.media.jersey-media-json-jackson ---
00:44:16 [INFO] No sources to compile
00:44:16 [INFO] 
00:44:16 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.media.jersey-media-json-jackson ---
00:44:16 [INFO] Gathering dependencies
00:44:16 [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-jackson:2.30.1:jar
00:44:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/media/jersey-media-json-jackson/2.30.1/jersey-media-json-jackson-2.30.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:16 [INFO] Merging collected dependencies
00:44:16 [INFO] Copying 44 resources
00:44:16 [INFO] Generating OSGi MANIFEST.MF
00:44:16 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.media.jersey-media-json-jackson:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:44:16 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.media.jersey-media-json-jackson:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Import-Package instructions: [com.fasterxml.jackson.jaxrs.*, org.glassfish.hk2*] 
00:44:16 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT.jar
00:44:16 [INFO] Gathering sources
00:44:16 [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-jackson:sources:2.30.1:jar
00:44:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/media/jersey-media-json-jackson/2.30.1/jersey-media-json-jackson-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:17 [INFO] Copying 3 resources
00:44:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT-sources.jar
00:44:17 [INFO] Assembling p2 repository
00:44:17 [INFO] 
00:44:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.media.jersey-media-json-jackson ---
00:44:17 [INFO] 
00:44:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.media.jersey-media-json-jackson ---
00:44:17 [INFO] Gathering sources archives
00:44:17 [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-jackson:sources:2.30.1:jar
00:44:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/glassfish/jersey/media/jersey-media-json-jackson/2.30.1/jersey-media-json-jackson-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/sources-for-eclipse-ipzilla/jersey-media-json-jackson-2.30.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:17 [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-jackson:sources:2.30.1:jar
00:44:17 [INFO] Copying jersey-media-json-jackson-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/sources-for-eclipse-ipzilla/jersey-media-json-jackson-2.30.1-sources.jar
00:44:17 [INFO] Refreshing about files and about.html
00:44:17 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:44:17 [INFO] 
00:44:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.media.jersey-media-json-jackson ---
00:44:17 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.jersey.media.jersey-media-json-jackson:xml:p2metadata:2.30.1-SNAPSHOT already attached, replace previous instance
00:44:17 [WARNING] artifact org.eclipse.orbit.bundles:org.glassfish.jersey.media.jersey-media-json-jackson:xml:p2artifacts:2.30.1-SNAPSHOT already attached, replace previous instance
00:44:17 [INFO] 
00:44:17 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.glassfish.jersey.media.jersey-media-json-jackson ---
00:44:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.media.jersey-media-json-jackson/2.30.1-SNAPSHOT/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT.pom
00:44:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.media.jersey-media-json-jackson/2.30.1-SNAPSHOT/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT.jar
00:44:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.media.jersey-media-json-jackson/2.30.1-SNAPSHOT/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT-sources.jar
00:44:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.media.jersey-media-json-jackson/2.30.1-SNAPSHOT/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT-p2metadata.xml
00:44:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.media.jersey-media-json-jackson/2.30.1-SNAPSHOT/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT-p2artifacts.xml
00:44:17 [INFO] 
00:44:17 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.media.jersey-media-json-jackson ---
00:44:17 [INFO] 
00:44:17 [INFO] ------------< org.eclipse.orbit.bundles:glazedlists-parent >------------
00:44:17 [INFO] Building Eclipse Orbit :: GlazedLists Recipes 1.0.0-SNAPSHOT   [226/379]
00:44:17 [INFO] --------------------------------[ pom ]---------------------------------
00:44:17 [INFO] 
00:44:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ glazedlists-parent ---
00:44:17 [INFO] 
00:44:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ glazedlists-parent ---
00:44:17 [INFO] 
00:44:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ glazedlists-parent ---
00:44:17 [INFO] 
00:44:17 [INFO] --- maven-install-plugin:2.4:install (default-install) @ glazedlists-parent ---
00:44:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glazedlists/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/glazedlists-parent/1.0.0-SNAPSHOT/glazedlists-parent-1.0.0-SNAPSHOT.pom
00:44:17 [INFO] 
00:44:17 [INFO] -----------< org.eclipse.orbit.bundles:ca.odell.glazedlists >-----------
00:44:17 [INFO] Building GlazedLists 1.11.0-SNAPSHOT                           [227/379]
00:44:17 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:44:17 [INFO] 
00:44:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ca.odell.glazedlists ---
00:44:17 [INFO] 
00:44:17 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ ca.odell.glazedlists ---
00:44:17 [INFO] The project's OSGi version is 1.11.0.v20221112-0806
00:44:17 [INFO] 
00:44:17 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ ca.odell.glazedlists ---
00:44:17 [INFO] 
00:44:17 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ca.odell.glazedlists ---
00:44:17 [INFO] Copying 2 resources
00:44:17 [INFO] 
00:44:17 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ca.odell.glazedlists ---
00:44:17 [INFO] No sources to compile
00:44:17 [INFO] 
00:44:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ ca.odell.glazedlists ---
00:44:17 [INFO] Gathering dependencies
00:44:17 [INFO] Configured Artifact: com.glazedlists:glazedlists:1.11.0:jar
00:44:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/glazedlists/glazedlists/1.11.0/glazedlists-1.11.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:18 [INFO] Merging collected dependencies
00:44:18 [INFO] Copying 661 resources
00:44:18 [INFO] Generating OSGi MANIFEST.MF
00:44:18 [WARNING] Manifest org.eclipse.orbit.bundles:ca.odell.glazedlists:eclipse-bundle-recipe:1.11.0-SNAPSHOT : Export ca.odell.glazedlists.gui,  has 1,  private references [ca.odell.glazedlists.impl.gui]
00:44:18 [WARNING] Manifest org.eclipse.orbit.bundles:ca.odell.glazedlists:eclipse-bundle-recipe:1.11.0-SNAPSHOT : Export ca.odell.glazedlists.javafx,  has 1,  private references [ca.odell.glazedlists.impl.gui]
00:44:18 [WARNING] Manifest org.eclipse.orbit.bundles:ca.odell.glazedlists:eclipse-bundle-recipe:1.11.0-SNAPSHOT : Export ca.odell.glazedlists.matchers,  has 1,  private references [ca.odell.glazedlists.impl.filter]
00:44:18 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/ca.odell.glazedlists-1.11.0-SNAPSHOT.jar
00:44:18 [INFO] Gathering sources
00:44:18 [INFO] Configured Artifact: com.glazedlists:glazedlists:sources:1.11.0:jar
00:44:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/glazedlists/glazedlists/1.11.0/glazedlists-1.11.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:19 [INFO] Copying 2 resources
00:44:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/ca.odell.glazedlists-1.11.0-SNAPSHOT-sources.jar
00:44:19 [INFO] Assembling p2 repository
00:44:20 [INFO] 
00:44:20 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ ca.odell.glazedlists ---
00:44:20 [INFO] 
00:44:20 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ ca.odell.glazedlists ---
00:44:20 [INFO] Gathering sources archives
00:44:20 [INFO] Configured Artifact: com.glazedlists:glazedlists:sources:1.11.0:jar
00:44:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/glazedlists/glazedlists/1.11.0/glazedlists-1.11.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/sources-for-eclipse-ipzilla/glazedlists-1.11.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:20 [INFO] Configured Artifact: com.glazedlists:glazedlists:sources:1.11.0:jar
00:44:20 [INFO] Copying glazedlists-1.11.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/sources-for-eclipse-ipzilla/glazedlists-1.11.0-sources.jar
00:44:20 [INFO] Refreshing about files and about.html
00:44:20 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:44:20 [INFO] 
00:44:20 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ ca.odell.glazedlists ---
00:44:20 [WARNING] artifact org.eclipse.orbit.bundles:ca.odell.glazedlists:xml:p2metadata:1.11.0-SNAPSHOT already attached, replace previous instance
00:44:20 [WARNING] artifact org.eclipse.orbit.bundles:ca.odell.glazedlists:xml:p2artifacts:1.11.0-SNAPSHOT already attached, replace previous instance
00:44:20 [INFO] 
00:44:20 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ca.odell.glazedlists ---
00:44:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT.pom
00:44:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/ca.odell.glazedlists-1.11.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT.jar
00:44:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/ca.odell.glazedlists-1.11.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT-sources.jar
00:44:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT-p2metadata.xml
00:44:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT-p2artifacts.xml
00:44:20 [INFO] 
00:44:20 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ ca.odell.glazedlists ---
00:44:20 [INFO] 
00:44:20 [INFO] ------------------< org.eclipse.orbit.bundles:google >------------------
00:44:20 [INFO] Building Eclipse Orbit :: Google Recipes 1.0.0-SNAPSHOT        [228/379]
00:44:20 [INFO] --------------------------------[ pom ]---------------------------------
00:44:20 [INFO] 
00:44:20 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ google ---
00:44:20 [INFO] 
00:44:20 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ google ---
00:44:20 [INFO] 
00:44:20 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ google ---
00:44:20 [INFO] 
00:44:20 [INFO] --- maven-install-plugin:2.4:install (default-install) @ google ---
00:44:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/google/1.0.0-SNAPSHOT/google-1.0.0-SNAPSHOT.pom
00:44:20 [INFO] 
00:44:20 [INFO] -----------< org.eclipse.orbit.bundles:com.google.protobuf >------------
00:44:20 [INFO] Building Protocol Buffer Java API 2.4.1-SNAPSHOT               [229/379]
00:44:20 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:44:20 [INFO] 
00:44:20 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.protobuf ---
00:44:20 [INFO] 
00:44:20 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.protobuf ---
00:44:20 [INFO] The project's OSGi version is 2.4.1.v20220404-1934
00:44:20 [INFO] 
00:44:20 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.protobuf ---
00:44:20 [INFO] 
00:44:20 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.protobuf ---
00:44:20 [INFO] Copying 3 resources
00:44:20 [INFO] 
00:44:20 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.protobuf ---
00:44:20 [INFO] No sources to compile
00:44:20 [INFO] 
00:44:20 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.protobuf ---
00:44:20 [INFO] Gathering dependencies
00:44:20 [INFO] Configured Artifact: com.google.protobuf:protobuf-java:2.4.1:jar
00:44:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.protobuf_2.4.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:20 [INFO] Merging collected dependencies
00:44:20 [INFO] Copying 205 resources
00:44:20 [INFO] Generating OSGi MANIFEST.MF
00:44:20 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.protobuf:eclipse-bundle-recipe:2.4.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:44:20 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.protobuf_2.4.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.protobuf_2.4.1/target/com.google.protobuf-2.4.1-SNAPSHOT.jar
00:44:20 [INFO] Gathering sources
00:44:20 [INFO] Configured Artifact: com.google.protobuf:protobuf-java:sources:2.4.1:jar
00:44:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.protobuf_2.4.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:20 [INFO] Copying 3 resources
00:44:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.protobuf_2.4.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.protobuf_2.4.1/target/com.google.protobuf-2.4.1-SNAPSHOT-sources.jar
00:44:20 [INFO] Assembling p2 repository
00:44:21 [INFO] 
00:44:21 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.protobuf ---
00:44:21 [INFO] 
00:44:21 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.protobuf ---
00:44:21 [INFO] Gathering sources archives
00:44:21 [INFO] Configured Artifact: com.google.protobuf:protobuf-java:sources:2.4.1:jar
00:44:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.protobuf_2.4.1/target/sources-for-eclipse-ipzilla/protobuf-java-2.4.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:21 [INFO] Configured Artifact: com.google.protobuf:protobuf-java:sources:2.4.1:jar
00:44:21 [INFO] Copying protobuf-java-2.4.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.protobuf_2.4.1/target/sources-for-eclipse-ipzilla/protobuf-java-2.4.1-sources.jar
00:44:21 [INFO] Refreshing about files and about.html
00:44:21 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.protobuf_2.4.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:44:21 [INFO] 
00:44:21 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.protobuf ---
00:44:21 [WARNING] artifact org.eclipse.orbit.bundles:com.google.protobuf:xml:p2metadata:2.4.1-SNAPSHOT already attached, replace previous instance
00:44:21 [WARNING] artifact org.eclipse.orbit.bundles:com.google.protobuf:xml:p2artifacts:2.4.1-SNAPSHOT already attached, replace previous instance
00:44:21 [INFO] 
00:44:21 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.protobuf ---
00:44:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.protobuf_2.4.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.protobuf/2.4.1-SNAPSHOT/com.google.protobuf-2.4.1-SNAPSHOT.pom
00:44:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.protobuf_2.4.1/target/com.google.protobuf-2.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.protobuf/2.4.1-SNAPSHOT/com.google.protobuf-2.4.1-SNAPSHOT.jar
00:44:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.protobuf_2.4.1/target/com.google.protobuf-2.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.protobuf/2.4.1-SNAPSHOT/com.google.protobuf-2.4.1-SNAPSHOT-sources.jar
00:44:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.protobuf_2.4.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.protobuf/2.4.1-SNAPSHOT/com.google.protobuf-2.4.1-SNAPSHOT-p2metadata.xml
00:44:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.protobuf_2.4.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.protobuf/2.4.1-SNAPSHOT/com.google.protobuf-2.4.1-SNAPSHOT-p2artifacts.xml
00:44:21 [INFO] 
00:44:21 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.protobuf ---
00:44:21 [INFO] 
00:44:21 [INFO] ----------< org.eclipse.orbit.bundles:com.google.javascript >-----------
00:44:21 [INFO] Building Closure Compiler 0.0.20160315-SNAPSHOT                [230/379]
00:44:21 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:44:22 [INFO] 
00:44:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.javascript ---
00:44:22 [INFO] 
00:44:22 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.javascript ---
00:44:22 [INFO] The project's OSGi version is 0.0.20160315.v20161124-1903
00:44:22 [INFO] 
00:44:22 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.javascript ---
00:44:22 [INFO] 
00:44:22 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.javascript ---
00:44:22 [INFO] Copying 4 resources
00:44:22 [INFO] 
00:44:22 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.javascript ---
00:44:22 [INFO] No sources to compile
00:44:22 [INFO] 
00:44:22 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.javascript ---
00:44:22 [INFO] Gathering dependencies
00:44:22 [INFO] Configured Artifact: com.google.javascript:closure-compiler-unshaded:v20160315:jar
00:44:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/javascript/closure-compiler-unshaded/v20160315/closure-compiler-unshaded-v20160315.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.javascript_0.0.20160315/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:23 [INFO] Merging collected dependencies
00:44:23 [INFO] Copying 1859 resources
00:44:23 [INFO] Generating OSGi MANIFEST.MF
00:44:25 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:44:25 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.debugging.sourcemap is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:25 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.debugging.sourcemap.proto is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:25 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:25 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.ant is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:25 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.deps is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:25 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.graph is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:25 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.lint is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:25 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.newtypes is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:25 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.parsing is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:25 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.parsing.parser is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:25 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.parsing.parser.trees is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:25 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.parsing.parser.util is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:25 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.parsing.parser.util.format is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:25 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.regex is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:25 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.type is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:25 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.refactoring is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:25 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.rhino is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:25 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.rhino.jstype is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:25 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.javascript_0.0.20160315/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.javascript_0.0.20160315/target/com.google.javascript-0.0.20160315-SNAPSHOT.jar
00:44:25 [INFO] Gathering sources
00:44:25 [INFO] Configured Artifact: com.google.javascript:closure-compiler-unshaded:sources:v20160315:jar
00:44:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/javascript/closure-compiler-unshaded/v20160315/closure-compiler-unshaded-v20160315-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.javascript_0.0.20160315/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:34 [INFO] Copying 4 resources
00:44:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.javascript_0.0.20160315/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.javascript_0.0.20160315/target/com.google.javascript-0.0.20160315-SNAPSHOT-sources.jar
00:44:34 [INFO] Assembling p2 repository
00:44:35 [INFO] 
00:44:35 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.javascript ---
00:44:35 [INFO] 
00:44:35 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.javascript ---
00:44:35 [INFO] Gathering sources archives
00:44:35 [INFO] Configured Artifact: com.google.javascript:closure-compiler-unshaded:sources:v20160315:jar
00:44:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/javascript/closure-compiler-unshaded/v20160315/closure-compiler-unshaded-v20160315-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.javascript_0.0.20160315/target/sources-for-eclipse-ipzilla/closure-compiler-unshaded-v20160315-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:35 [INFO] Configured Artifact: com.google.javascript:closure-compiler-unshaded:sources:v20160315:jar
00:44:35 [INFO] Copying closure-compiler-unshaded-v20160315-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.javascript_0.0.20160315/target/sources-for-eclipse-ipzilla/closure-compiler-unshaded-v20160315-sources.jar
00:44:35 [INFO] Refreshing about files and about.html
00:44:35 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.javascript_0.0.20160315/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:44:35 [INFO] 
00:44:35 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.javascript ---
00:44:35 [WARNING] artifact org.eclipse.orbit.bundles:com.google.javascript:xml:p2metadata:0.0.20160315-SNAPSHOT already attached, replace previous instance
00:44:35 [WARNING] artifact org.eclipse.orbit.bundles:com.google.javascript:xml:p2artifacts:0.0.20160315-SNAPSHOT already attached, replace previous instance
00:44:35 [INFO] 
00:44:35 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.javascript ---
00:44:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.javascript_0.0.20160315/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT.pom
00:44:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.javascript_0.0.20160315/target/com.google.javascript-0.0.20160315-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT.jar
00:44:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.javascript_0.0.20160315/target/com.google.javascript-0.0.20160315-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT-sources.jar
00:44:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.javascript_0.0.20160315/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT-p2metadata.xml
00:44:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.javascript_0.0.20160315/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT-p2artifacts.xml
00:44:35 [INFO] 
00:44:35 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.javascript ---
00:44:35 [INFO] 
00:44:35 [INFO] -------------< org.eclipse.orbit.bundles:com.google.guava >-------------
00:44:35 [INFO] Building Guava: Google Core Libraries for Java 27.1.0-SNAPSHOT [231/379]
00:44:35 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:44:36 [INFO] 
00:44:36 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.guava ---
00:44:36 [INFO] 
00:44:36 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.guava ---
00:44:36 [INFO] The project's OSGi version is 27.1.0.v20221112-0806
00:44:36 [INFO] 
00:44:36 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.guava ---
00:44:36 [INFO] 
00:44:36 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.guava ---
00:44:36 [INFO] Copying 3 resources
00:44:36 [INFO] 
00:44:36 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.guava ---
00:44:36 [INFO] No sources to compile
00:44:36 [INFO] 
00:44:36 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.guava ---
00:44:36 [INFO] Gathering dependencies
00:44:36 [INFO] Configured Artifact: com.google.guava:guava:27.1-jre:jar
00:44:36 [INFO] Configured Artifact: com.google.guava:failureaccess:1.0.1:jar
00:44:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_27.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_27.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:37 [INFO] Merging collected dependencies
00:44:37 [INFO] Copying 1953 resources
00:44:38 [INFO] Generating OSGi MANIFEST.MF
00:44:39 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.guava:eclipse-bundle-recipe:27.1.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:44:39 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.guava:eclipse-bundle-recipe:27.1.0-SNAPSHOT : Version for package com.google.common.util.concurrent.internal is set to different values in the source (27.1.0) and in the manifest (1.0.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:39 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.guava:eclipse-bundle-recipe:27.1.0-SNAPSHOT : Unused Import-Package instructions: [com.google.common.util.concurrent.internal.*, javax.crypto.spec.*] 
00:44:39 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_27.1.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_27.1.0/target/com.google.guava-27.1.0-SNAPSHOT.jar
00:44:39 [INFO] Gathering sources
00:44:39 [INFO] Configured Artifact: com.google.guava:guava:sources:27.1-jre:jar
00:44:39 [INFO] Configured Artifact: com.google.guava:failureaccess:sources:1.0.1:jar
00:44:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_27.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_27.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:40 [INFO] Copying 3 resources
00:44:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_27.1.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_27.1.0/target/com.google.guava-27.1.0-SNAPSHOT-sources.jar
00:44:40 [INFO] Assembling p2 repository
00:44:41 [INFO] 
00:44:41 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.guava ---
00:44:41 [INFO] 
00:44:41 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.guava ---
00:44:41 [INFO] Gathering sources archives
00:44:41 [INFO] Configured Artifact: com.google.guava:guava:sources:27.1-jre:jar
00:44:41 [INFO] Configured Artifact: com.google.guava:failureaccess:sources:1.0.1:jar
00:44:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_27.1.0/target/sources-for-eclipse-ipzilla/guava-27.1-jre-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_27.1.0/target/sources-for-eclipse-ipzilla/failureaccess-1.0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:41 [INFO] Configured Artifact: com.google.guava:guava:sources:27.1-jre:jar
00:44:41 [INFO] Configured Artifact: com.google.guava:failureaccess:sources:1.0.1:jar
00:44:41 [INFO] Copying guava-27.1-jre-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_27.1.0/target/sources-for-eclipse-ipzilla/guava-27.1-jre-sources.jar
00:44:41 [INFO] Copying failureaccess-1.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_27.1.0/target/sources-for-eclipse-ipzilla/failureaccess-1.0.1-sources.jar
00:44:41 [INFO] Refreshing about files and about.html
00:44:41 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_27.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:44:41 [INFO] 
00:44:41 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.guava ---
00:44:41 [WARNING] artifact org.eclipse.orbit.bundles:com.google.guava:xml:p2metadata:27.1.0-SNAPSHOT already attached, replace previous instance
00:44:41 [WARNING] artifact org.eclipse.orbit.bundles:com.google.guava:xml:p2artifacts:27.1.0-SNAPSHOT already attached, replace previous instance
00:44:41 [INFO] 
00:44:41 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.guava ---
00:44:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_27.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT.pom
00:44:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_27.1.0/target/com.google.guava-27.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT.jar
00:44:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_27.1.0/target/com.google.guava-27.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT-sources.jar
00:44:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_27.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT-p2metadata.xml
00:44:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_27.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT-p2artifacts.xml
00:44:41 [INFO] 
00:44:41 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.guava ---
00:44:41 [INFO] 
00:44:41 [INFO] -------------< org.eclipse.orbit.bundles:com.google.guava >-------------
00:44:41 [INFO] Building Guava: Google Core Libraries for Java 30.1.0-SNAPSHOT [232/379]
00:44:41 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:44:41 [INFO] 
00:44:41 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.guava ---
00:44:41 [INFO] 
00:44:41 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.guava ---
00:44:41 [INFO] The project's OSGi version is 30.1.0.v20221112-0806
00:44:41 [INFO] 
00:44:41 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.guava ---
00:44:41 [INFO] 
00:44:41 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.guava ---
00:44:41 [INFO] Copying 3 resources
00:44:41 [INFO] 
00:44:41 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.guava ---
00:44:41 [INFO] No sources to compile
00:44:41 [INFO] 
00:44:41 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.guava ---
00:44:41 [INFO] Gathering dependencies
00:44:41 [INFO] Configured Artifact: com.google.guava:guava:30.1-jre:jar
00:44:41 [INFO] Configured Artifact: com.google.guava:failureaccess:1.0.1:jar
00:44:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_30.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:42 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_30.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:42 [INFO] Merging collected dependencies
00:44:42 [INFO] Copying 2032 resources
00:44:42 [INFO] Generating OSGi MANIFEST.MF
00:44:43 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.guava:eclipse-bundle-recipe:30.1.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 
00:44:43 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.guava:eclipse-bundle-recipe:30.1.0-SNAPSHOT : Version for package com.google.common.util.concurrent.internal is set to different values in the source (30.1.0) and in the manifest (1.0.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:43 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.guava:eclipse-bundle-recipe:30.1.0-SNAPSHOT : Unused Import-Package instructions: [com.google.common.util.concurrent.internal.*, javax.crypto.spec.*] 
00:44:43 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_30.1.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_30.1.0/target/com.google.guava-30.1.0-SNAPSHOT.jar
00:44:44 [INFO] Gathering sources
00:44:44 [INFO] Configured Artifact: com.google.guava:guava:sources:30.1-jre:jar
00:44:44 [INFO] Configured Artifact: com.google.guava:failureaccess:sources:1.0.1:jar
00:44:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/guava/guava/30.1-jre/guava-30.1-jre-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_30.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_30.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:45 [INFO] Copying 3 resources
00:44:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_30.1.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_30.1.0/target/com.google.guava-30.1.0-SNAPSHOT-sources.jar
00:44:45 [INFO] Assembling p2 repository
00:44:47 [INFO] 
00:44:47 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.guava ---
00:44:47 [INFO] 
00:44:47 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.guava ---
00:44:47 [INFO] Gathering sources archives
00:44:47 [INFO] Configured Artifact: com.google.guava:guava:sources:30.1-jre:jar
00:44:47 [INFO] Configured Artifact: com.google.guava:failureaccess:sources:1.0.1:jar
00:44:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/guava/guava/30.1-jre/guava-30.1-jre-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_30.1.0/target/sources-for-eclipse-ipzilla/guava-30.1-jre-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_30.1.0/target/sources-for-eclipse-ipzilla/failureaccess-1.0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:47 [INFO] Configured Artifact: com.google.guava:guava:sources:30.1-jre:jar
00:44:47 [INFO] Configured Artifact: com.google.guava:failureaccess:sources:1.0.1:jar
00:44:47 [INFO] Copying guava-30.1-jre-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_30.1.0/target/sources-for-eclipse-ipzilla/guava-30.1-jre-sources.jar
00:44:47 [INFO] Copying failureaccess-1.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_30.1.0/target/sources-for-eclipse-ipzilla/failureaccess-1.0.1-sources.jar
00:44:47 [INFO] Refreshing about files and about.html
00:44:47 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_30.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:44:47 [INFO] 
00:44:47 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.guava ---
00:44:47 [WARNING] artifact org.eclipse.orbit.bundles:com.google.guava:xml:p2metadata:30.1.0-SNAPSHOT already attached, replace previous instance
00:44:47 [WARNING] artifact org.eclipse.orbit.bundles:com.google.guava:xml:p2artifacts:30.1.0-SNAPSHOT already attached, replace previous instance
00:44:47 [INFO] 
00:44:47 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.guava ---
00:44:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_30.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT.pom
00:44:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_30.1.0/target/com.google.guava-30.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT.jar
00:44:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_30.1.0/target/com.google.guava-30.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT-sources.jar
00:44:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_30.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT-p2metadata.xml
00:44:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.guava_30.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT-p2artifacts.xml
00:44:47 [INFO] 
00:44:47 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.guava ---
00:44:47 [INFO] 
00:44:47 [INFO] -------------< org.eclipse.orbit.bundles:com.google.gson >--------------
00:44:47 [INFO] Building Gson 2.10.1-SNAPSHOT                                  [233/379]
00:44:47 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:44:47 [INFO] 
00:44:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.gson ---
00:44:47 [INFO] 
00:44:47 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.gson ---
00:44:47 [INFO] The project's OSGi version is 2.10.1.v20230109-0753
00:44:47 [INFO] 
00:44:47 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.gson ---
00:44:47 [INFO] 
00:44:47 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.gson ---
00:44:47 [INFO] Copying 3 resources
00:44:47 [INFO] 
00:44:47 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.gson ---
00:44:47 [INFO] No sources to compile
00:44:47 [INFO] 
00:44:47 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.gson ---
00:44:47 [INFO] Gathering dependencies
00:44:47 [INFO] Configured Artifact: com.google.code.gson:gson:2.10.1:jar
00:44:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gson_2.10.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:47 [INFO] Merging collected dependencies
00:44:47 [INFO] Copying 219 resources
00:44:47 [INFO] Generating OSGi MANIFEST.MF
00:44:47 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.gson:eclipse-bundle-recipe:2.10.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:44:47 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.gson:eclipse-bundle-recipe:2.10.1-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info}
00:44:47 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gson_2.10.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gson_2.10.1/target/com.google.gson-2.10.1-SNAPSHOT.jar
00:44:47 [INFO] Gathering sources
00:44:47 [INFO] Configured Artifact: com.google.code.gson:gson:sources:2.10.1:jar
00:44:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/code/gson/gson/2.10.1/gson-2.10.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gson_2.10.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:47 [INFO] Copying 3 resources
00:44:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gson_2.10.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gson_2.10.1/target/com.google.gson-2.10.1-SNAPSHOT-sources.jar
00:44:47 [INFO] Assembling p2 repository
00:44:48 [INFO] 
00:44:48 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.gson ---
00:44:48 [INFO] 
00:44:48 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.gson ---
00:44:48 [INFO] Gathering sources archives
00:44:48 [INFO] Configured Artifact: com.google.code.gson:gson:sources:2.10.1:jar
00:44:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/code/gson/gson/2.10.1/gson-2.10.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gson_2.10.1/target/sources-for-eclipse-ipzilla/gson-2.10.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:48 [INFO] Configured Artifact: com.google.code.gson:gson:sources:2.10.1:jar
00:44:48 [INFO] Copying gson-2.10.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gson_2.10.1/target/sources-for-eclipse-ipzilla/gson-2.10.1-sources.jar
00:44:48 [INFO] Refreshing about files and about.html
00:44:48 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gson_2.10.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:44:48 [INFO] 
00:44:48 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.gson ---
00:44:48 [WARNING] artifact org.eclipse.orbit.bundles:com.google.gson:xml:p2metadata:2.10.1-SNAPSHOT already attached, replace previous instance
00:44:48 [WARNING] artifact org.eclipse.orbit.bundles:com.google.gson:xml:p2artifacts:2.10.1-SNAPSHOT already attached, replace previous instance
00:44:48 [INFO] 
00:44:48 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.gson ---
00:44:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gson_2.10.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.gson/2.10.1-SNAPSHOT/com.google.gson-2.10.1-SNAPSHOT.pom
00:44:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gson_2.10.1/target/com.google.gson-2.10.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.gson/2.10.1-SNAPSHOT/com.google.gson-2.10.1-SNAPSHOT.jar
00:44:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gson_2.10.1/target/com.google.gson-2.10.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.gson/2.10.1-SNAPSHOT/com.google.gson-2.10.1-SNAPSHOT-sources.jar
00:44:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gson_2.10.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.gson/2.10.1-SNAPSHOT/com.google.gson-2.10.1-SNAPSHOT-p2metadata.xml
00:44:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gson_2.10.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.gson/2.10.1-SNAPSHOT/com.google.gson-2.10.1-SNAPSHOT-p2artifacts.xml
00:44:48 [INFO] 
00:44:48 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.gson ---
00:44:48 [INFO] 
00:44:48 [INFO] -------------< org.eclipse.orbit.bundles:com.google.gdata >-------------
00:44:48 [INFO] Building Google Data Java Client Library 1.47.1-SNAPSHOT       [234/379]
00:44:48 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:44:51 [INFO] 
00:44:51 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.gdata ---
00:44:51 [INFO] 
00:44:51 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.gdata ---
00:44:51 [INFO] The project's OSGi version is 1.47.1.v20221112-0806
00:44:51 [INFO] 
00:44:51 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.gdata ---
00:44:51 [INFO] 
00:44:51 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.gdata ---
00:44:51 [INFO] Copying 3 resources
00:44:51 [INFO] 
00:44:51 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.gdata ---
00:44:51 [INFO] No sources to compile
00:44:51 [INFO] 
00:44:51 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.gdata ---
00:44:51 [INFO] Gathering dependencies
00:44:51 [INFO] Configured Artifact: com.google.gdata:core:1.47.1:jar
00:44:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/gdata/core/1.47.1/core-1.47.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gdata_1.47.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:52 [INFO] Merging collected dependencies
00:44:52 [INFO] Copying 1794 resources
00:44:52 [INFO] Generating OSGi MANIFEST.MF
00:44:53 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.gdata:eclipse-bundle-recipe:1.47.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] 
00:44:53 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gdata_1.47.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gdata_1.47.1/target/com.google.gdata-1.47.1-SNAPSHOT.jar
00:44:54 [INFO] Gathering sources
00:44:54 [INFO] Configured Artifact: com.google.gdata:core:sources:1.47.1:jar
00:44:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/gdata/core/1.47.1/core-1.47.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gdata_1.47.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:54 [INFO] Copying 3 resources
00:44:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gdata_1.47.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gdata_1.47.1/target/com.google.gdata-1.47.1-SNAPSHOT-sources.jar
00:44:55 [INFO] Assembling p2 repository
00:44:55 [INFO] 
00:44:55 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.gdata ---
00:44:55 [INFO] 
00:44:55 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.gdata ---
00:44:55 [INFO] Gathering sources archives
00:44:55 [INFO] Configured Artifact: com.google.gdata:core:sources:1.47.1:jar
00:44:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/gdata/core/1.47.1/core-1.47.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gdata_1.47.1/target/sources-for-eclipse-ipzilla/core-1.47.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:56 [INFO] Configured Artifact: com.google.gdata:core:sources:1.47.1:jar
00:44:56 [INFO] Copying core-1.47.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gdata_1.47.1/target/sources-for-eclipse-ipzilla/core-1.47.1-sources.jar
00:44:56 [INFO] Refreshing about files and about.html
00:44:56 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gdata_1.47.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:44:56 [INFO] 
00:44:56 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.gdata ---
00:44:56 [WARNING] artifact org.eclipse.orbit.bundles:com.google.gdata:xml:p2metadata:1.47.1-SNAPSHOT already attached, replace previous instance
00:44:56 [WARNING] artifact org.eclipse.orbit.bundles:com.google.gdata:xml:p2artifacts:1.47.1-SNAPSHOT already attached, replace previous instance
00:44:56 [INFO] 
00:44:56 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.gdata ---
00:44:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gdata_1.47.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT.pom
00:44:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gdata_1.47.1/target/com.google.gdata-1.47.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT.jar
00:44:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gdata_1.47.1/target/com.google.gdata-1.47.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT-sources.jar
00:44:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gdata_1.47.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT-p2metadata.xml
00:44:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.gdata_1.47.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT-p2artifacts.xml
00:44:56 [INFO] 
00:44:56 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.gdata ---
00:44:56 [INFO] 
00:44:56 [INFO] ------------< org.eclipse.orbit.bundles:com.google.inject >-------------
00:44:56 [INFO] Building Google Guice - Core Library 5.0.1-SNAPSHOT            [235/379]
00:44:56 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:44:56 [INFO] 
00:44:56 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.inject ---
00:44:56 [INFO] 
00:44:56 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.inject ---
00:44:56 [INFO] The project's OSGi version is 5.0.1.v20221112-0806
00:44:56 [INFO] 
00:44:56 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.inject ---
00:44:56 [INFO] 
00:44:56 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.inject ---
00:44:56 [INFO] Copying 2 resources
00:44:56 [INFO] 
00:44:56 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.inject ---
00:44:56 [INFO] No sources to compile
00:44:56 [INFO] 
00:44:56 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.inject ---
00:44:56 [INFO] Gathering dependencies
00:44:56 [INFO] Configured Artifact: com.google.inject:guice:5.0.1:jar
00:44:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/inject/guice/5.0.1/guice-5.0.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject_5.0.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:56 [INFO] Merging collected dependencies
00:44:56 [INFO] Copying 492 resources
00:44:57 [INFO] Generating OSGi MANIFEST.MF
00:44:57 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.inject:eclipse-bundle-recipe:5.0.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:44:57 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.inject:eclipse-bundle-recipe:5.0.1-SNAPSHOT : Version for package com.google.inject is set to different values in the source (5.0.1) and in the manifest (1.4). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:57 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.inject:eclipse-bundle-recipe:5.0.1-SNAPSHOT : Version for package com.google.inject.binder is set to different values in the source (5.0.1) and in the manifest (1.4). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:57 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.inject:eclipse-bundle-recipe:5.0.1-SNAPSHOT : Version for package com.google.inject.matcher is set to different values in the source (5.0.1) and in the manifest (1.4). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:57 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.inject:eclipse-bundle-recipe:5.0.1-SNAPSHOT : Version for package com.google.inject.multibindings is set to different values in the source (5.0.1) and in the manifest (1.4). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:57 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.inject:eclipse-bundle-recipe:5.0.1-SNAPSHOT : Version for package com.google.inject.name is set to different values in the source (5.0.1) and in the manifest (1.4). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:57 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.inject:eclipse-bundle-recipe:5.0.1-SNAPSHOT : Version for package com.google.inject.spi is set to different values in the source (5.0.1) and in the manifest (1.4). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:57 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.inject:eclipse-bundle-recipe:5.0.1-SNAPSHOT : Version for package com.google.inject.util is set to different values in the source (5.0.1) and in the manifest (1.4). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:44:57 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject_5.0.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject_5.0.1/target/com.google.inject-5.0.1-SNAPSHOT.jar
00:44:57 [INFO] Gathering sources
00:44:57 [INFO] Configured Artifact: com.google.inject:guice:sources:5.0.1:jar
00:44:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/inject/guice/5.0.1/guice-5.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject_5.0.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:44:59 [INFO] Copying 2 resources
00:44:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject_5.0.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject_5.0.1/target/com.google.inject-5.0.1-SNAPSHOT-sources.jar
00:44:59 [INFO] Assembling p2 repository
00:45:00 [INFO] 
00:45:00 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.inject ---
00:45:00 [INFO] 
00:45:00 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.inject ---
00:45:00 [INFO] Gathering sources archives
00:45:00 [INFO] Configured Artifact: com.google.inject:guice:sources:5.0.1:jar
00:45:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/inject/guice/5.0.1/guice-5.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject_5.0.1/target/sources-for-eclipse-ipzilla/guice-5.0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:00 [INFO] Configured Artifact: com.google.inject:guice:sources:5.0.1:jar
00:45:00 [INFO] Copying guice-5.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject_5.0.1/target/sources-for-eclipse-ipzilla/guice-5.0.1-sources.jar
00:45:00 [INFO] Refreshing about files and about.html
00:45:00 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject_5.0.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:00 [INFO] 
00:45:00 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.inject ---
00:45:00 [WARNING] artifact org.eclipse.orbit.bundles:com.google.inject:xml:p2metadata:5.0.1-SNAPSHOT already attached, replace previous instance
00:45:00 [WARNING] artifact org.eclipse.orbit.bundles:com.google.inject:xml:p2artifacts:5.0.1-SNAPSHOT already attached, replace previous instance
00:45:00 [INFO] 
00:45:00 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.inject ---
00:45:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject_5.0.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT.pom
00:45:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject_5.0.1/target/com.google.inject-5.0.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT.jar
00:45:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject_5.0.1/target/com.google.inject-5.0.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT-sources.jar
00:45:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject_5.0.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT-p2metadata.xml
00:45:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject_5.0.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT-p2artifacts.xml
00:45:00 [INFO] 
00:45:00 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.inject ---
00:45:00 [INFO] 
00:45:00 [INFO] -----< org.eclipse.orbit.bundles:com.google.inject.assistedinject >-----
00:45:00 [INFO] Building Google Guice - Extensions - AssistedInject 5.0.1-SNAPSHOT [236/379]
00:45:00 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:02 [INFO] 
00:45:02 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.inject.assistedinject ---
00:45:02 [INFO] 
00:45:02 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.inject.assistedinject ---
00:45:02 [INFO] The project's OSGi version is 5.0.1.v20221112-0806
00:45:02 [INFO] 
00:45:02 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.inject.assistedinject ---
00:45:02 [INFO] 
00:45:02 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.inject.assistedinject ---
00:45:02 [INFO] Copying 2 resources
00:45:02 [INFO] 
00:45:02 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.inject.assistedinject ---
00:45:02 [INFO] No sources to compile
00:45:02 [INFO] 
00:45:02 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.inject.assistedinject ---
00:45:02 [INFO] Gathering dependencies
00:45:02 [INFO] Configured Artifact: com.google.inject.extensions:guice-assistedinject:5.0.1:jar
00:45:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/inject/extensions/guice-assistedinject/5.0.1/guice-assistedinject-5.0.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:02 [INFO] Merging collected dependencies
00:45:02 [INFO] Copying 27 resources
00:45:02 [INFO] Generating OSGi MANIFEST.MF
00:45:02 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.inject.assistedinject:eclipse-bundle-recipe:5.0.1-SNAPSHOT : Version for package com.google.inject.assistedinject is set to different values in the source (5.0.1) and in the manifest (1.4). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:45:02 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/com.google.inject.assistedinject-5.0.1-SNAPSHOT.jar
00:45:02 [INFO] Gathering sources
00:45:02 [INFO] Configured Artifact: com.google.inject.extensions:guice-assistedinject:sources:5.0.1:jar
00:45:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/inject/extensions/guice-assistedinject/5.0.1/guice-assistedinject-5.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:02 [INFO] Copying 2 resources
00:45:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject.assistedinject_5.0.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/com.google.inject.assistedinject-5.0.1-SNAPSHOT-sources.jar
00:45:02 [INFO] Assembling p2 repository
00:45:03 [INFO] 
00:45:03 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.inject.assistedinject ---
00:45:03 [INFO] 
00:45:03 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.inject.assistedinject ---
00:45:03 [INFO] Gathering sources archives
00:45:03 [INFO] Configured Artifact: com.google.inject.extensions:guice-assistedinject:sources:5.0.1:jar
00:45:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/inject/extensions/guice-assistedinject/5.0.1/guice-assistedinject-5.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/sources-for-eclipse-ipzilla/guice-assistedinject-5.0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:03 [INFO] Configured Artifact: com.google.inject.extensions:guice-assistedinject:sources:5.0.1:jar
00:45:03 [INFO] Copying guice-assistedinject-5.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/sources-for-eclipse-ipzilla/guice-assistedinject-5.0.1-sources.jar
00:45:03 [INFO] Refreshing about files and about.html
00:45:03 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject.assistedinject_5.0.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:03 [INFO] 
00:45:03 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.inject.assistedinject ---
00:45:03 [WARNING] artifact org.eclipse.orbit.bundles:com.google.inject.assistedinject:xml:p2metadata:5.0.1-SNAPSHOT already attached, replace previous instance
00:45:03 [WARNING] artifact org.eclipse.orbit.bundles:com.google.inject.assistedinject:xml:p2artifacts:5.0.1-SNAPSHOT already attached, replace previous instance
00:45:03 [INFO] 
00:45:03 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.inject.assistedinject ---
00:45:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject.assistedinject_5.0.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT.pom
00:45:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/com.google.inject.assistedinject-5.0.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT.jar
00:45:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/com.google.inject.assistedinject-5.0.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT-sources.jar
00:45:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT-p2metadata.xml
00:45:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT-p2artifacts.xml
00:45:03 [INFO] 
00:45:03 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.inject.assistedinject ---
00:45:03 [INFO] 
00:45:03 [INFO] ------------< org.eclipse.orbit.bundles:com.google.flogger >------------
00:45:03 [INFO] Building Flogger 0.1.0-SNAPSHOT                                [237/379]
00:45:03 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:03 [INFO] 
00:45:03 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.flogger ---
00:45:03 [INFO] 
00:45:03 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.flogger ---
00:45:03 [INFO] The project's OSGi version is 0.1.0.v20180506-0038
00:45:03 [INFO] 
00:45:03 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.flogger ---
00:45:03 [INFO] 
00:45:03 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.flogger ---
00:45:03 [INFO] Copying 3 resources
00:45:03 [INFO] 
00:45:03 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.flogger ---
00:45:03 [INFO] No sources to compile
00:45:03 [INFO] 
00:45:03 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.flogger ---
00:45:03 [INFO] Gathering dependencies
00:45:03 [INFO] Configured Artifact: com.google.flogger:flogger:0.1:jar
00:45:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/flogger/flogger/0.1/flogger-0.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger_0.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:03 [INFO] Merging collected dependencies
00:45:03 [INFO] Copying 79 resources
00:45:03 [INFO] Generating OSGi MANIFEST.MF
00:45:03 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.flogger:eclipse-bundle-recipe:0.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:03 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger_0.1.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger_0.1.0/target/com.google.flogger-0.1.0-SNAPSHOT.jar
00:45:03 [INFO] Gathering sources
00:45:03 [INFO] Configured Artifact: com.google.flogger:flogger:sources:0.1:jar
00:45:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/flogger/flogger/0.1/flogger-0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger_0.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:04 [INFO] Copying 3 resources
00:45:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger_0.1.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger_0.1.0/target/com.google.flogger-0.1.0-SNAPSHOT-sources.jar
00:45:04 [INFO] Assembling p2 repository
00:45:04 [INFO] 
00:45:04 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.flogger ---
00:45:04 [INFO] 
00:45:04 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.flogger ---
00:45:04 [INFO] Gathering sources archives
00:45:04 [INFO] Configured Artifact: com.google.flogger:flogger:sources:0.1:jar
00:45:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/flogger/flogger/0.1/flogger-0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger_0.1.0/target/sources-for-eclipse-ipzilla/flogger-0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:04 [INFO] Configured Artifact: com.google.flogger:flogger:sources:0.1:jar
00:45:04 [INFO] Copying flogger-0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger_0.1.0/target/sources-for-eclipse-ipzilla/flogger-0.1-sources.jar
00:45:04 [INFO] Refreshing about files and about.html
00:45:04 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger_0.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:04 [INFO] 
00:45:04 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.flogger ---
00:45:04 [WARNING] artifact org.eclipse.orbit.bundles:com.google.flogger:xml:p2metadata:0.1.0-SNAPSHOT already attached, replace previous instance
00:45:04 [WARNING] artifact org.eclipse.orbit.bundles:com.google.flogger:xml:p2artifacts:0.1.0-SNAPSHOT already attached, replace previous instance
00:45:04 [INFO] 
00:45:04 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.flogger ---
00:45:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger_0.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT.pom
00:45:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger_0.1.0/target/com.google.flogger-0.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT.jar
00:45:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger_0.1.0/target/com.google.flogger-0.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT-sources.jar
00:45:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger_0.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT-p2metadata.xml
00:45:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger_0.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT-p2artifacts.xml
00:45:04 [INFO] 
00:45:04 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.flogger ---
00:45:04 [INFO] 
00:45:04 [INFO] -----< org.eclipse.orbit.bundles:com.google.flogger.systembackend >-----
00:45:04 [INFO] Building Flogger System Backend 0.1.0-SNAPSHOT                 [238/379]
00:45:04 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:05 [INFO] 
00:45:05 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.flogger.systembackend ---
00:45:05 [INFO] 
00:45:05 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.flogger.systembackend ---
00:45:05 [INFO] The project's OSGi version is 0.1.0.v20180506-0038
00:45:05 [INFO] 
00:45:05 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.flogger.systembackend ---
00:45:05 [INFO] 
00:45:05 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.flogger.systembackend ---
00:45:05 [INFO] Copying 3 resources
00:45:05 [INFO] 
00:45:05 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.flogger.systembackend ---
00:45:05 [INFO] No sources to compile
00:45:05 [INFO] 
00:45:05 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.flogger.systembackend ---
00:45:05 [INFO] Gathering dependencies
00:45:05 [INFO] Configured Artifact: com.google.flogger:flogger-system-backend:0.1:jar
00:45:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/flogger/flogger-system-backend/0.1/flogger-system-backend-0.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:05 [INFO] Merging collected dependencies
00:45:05 [INFO] Copying 15 resources
00:45:05 [INFO] Generating OSGi MANIFEST.MF
00:45:05 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.flogger.systembackend:eclipse-bundle-recipe:0.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:05 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/com.google.flogger.systembackend-0.1.0-SNAPSHOT.jar
00:45:05 [INFO] Gathering sources
00:45:05 [INFO] Configured Artifact: com.google.flogger:flogger-system-backend:sources:0.1:jar
00:45:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/flogger/flogger-system-backend/0.1/flogger-system-backend-0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:05 [INFO] Copying 3 resources
00:45:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.systembackend_0.1.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/com.google.flogger.systembackend-0.1.0-SNAPSHOT-sources.jar
00:45:05 [INFO] Assembling p2 repository
00:45:06 [INFO] 
00:45:06 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.flogger.systembackend ---
00:45:06 [INFO] 
00:45:06 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.flogger.systembackend ---
00:45:06 [INFO] Gathering sources archives
00:45:06 [INFO] Configured Artifact: com.google.flogger:flogger-system-backend:sources:0.1:jar
00:45:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/flogger/flogger-system-backend/0.1/flogger-system-backend-0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/sources-for-eclipse-ipzilla/flogger-system-backend-0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:06 [INFO] Configured Artifact: com.google.flogger:flogger-system-backend:sources:0.1:jar
00:45:06 [INFO] Copying flogger-system-backend-0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/sources-for-eclipse-ipzilla/flogger-system-backend-0.1-sources.jar
00:45:06 [INFO] Refreshing about files and about.html
00:45:06 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.systembackend_0.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:06 [INFO] 
00:45:06 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.flogger.systembackend ---
00:45:06 [WARNING] artifact org.eclipse.orbit.bundles:com.google.flogger.systembackend:xml:p2metadata:0.1.0-SNAPSHOT already attached, replace previous instance
00:45:06 [WARNING] artifact org.eclipse.orbit.bundles:com.google.flogger.systembackend:xml:p2artifacts:0.1.0-SNAPSHOT already attached, replace previous instance
00:45:07 [INFO] 
00:45:07 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.flogger.systembackend ---
00:45:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.systembackend_0.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT.pom
00:45:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/com.google.flogger.systembackend-0.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT.jar
00:45:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/com.google.flogger.systembackend-0.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT-sources.jar
00:45:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT-p2metadata.xml
00:45:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT-p2artifacts.xml
00:45:07 [INFO] 
00:45:07 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.flogger.systembackend ---
00:45:07 [INFO] 
00:45:07 [INFO] --------< org.eclipse.orbit.bundles:com.google.flogger.testing >--------
00:45:07 [INFO] Building Flogger Testing 0.1.0-SNAPSHOT                        [239/379]
00:45:07 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:09 [INFO] 
00:45:09 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.flogger.testing ---
00:45:09 [INFO] 
00:45:09 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.flogger.testing ---
00:45:09 [INFO] The project's OSGi version is 0.1.0.v20180506-0038
00:45:09 [INFO] 
00:45:09 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.flogger.testing ---
00:45:09 [INFO] 
00:45:09 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.flogger.testing ---
00:45:09 [INFO] Copying 3 resources
00:45:09 [INFO] 
00:45:09 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.flogger.testing ---
00:45:09 [INFO] No sources to compile
00:45:09 [INFO] 
00:45:09 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.flogger.testing ---
00:45:09 [INFO] Gathering dependencies
00:45:09 [INFO] Configured Artifact: com.google.flogger:flogger-testing:0.1:jar
00:45:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/flogger/flogger-testing/0.1/flogger-testing-0.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.testing_0.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:09 [INFO] Merging collected dependencies
00:45:09 [INFO] Copying 19 resources
00:45:09 [INFO] Generating OSGi MANIFEST.MF
00:45:10 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.flogger.testing:eclipse-bundle-recipe:0.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:10 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.testing_0.1.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.testing_0.1.0/target/com.google.flogger.testing-0.1.0-SNAPSHOT.jar
00:45:10 [INFO] Gathering sources
00:45:10 [INFO] Configured Artifact: com.google.flogger:flogger-testing:sources:0.1:jar
00:45:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/flogger/flogger-testing/0.1/flogger-testing-0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.testing_0.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:10 [INFO] Copying 3 resources
00:45:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.testing_0.1.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.testing_0.1.0/target/com.google.flogger.testing-0.1.0-SNAPSHOT-sources.jar
00:45:10 [INFO] Assembling p2 repository
00:45:11 [INFO] 
00:45:11 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.flogger.testing ---
00:45:11 [INFO] 
00:45:11 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.flogger.testing ---
00:45:11 [INFO] Gathering sources archives
00:45:11 [INFO] Configured Artifact: com.google.flogger:flogger-testing:sources:0.1:jar
00:45:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/flogger/flogger-testing/0.1/flogger-testing-0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.testing_0.1.0/target/sources-for-eclipse-ipzilla/flogger-testing-0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:11 [INFO] Configured Artifact: com.google.flogger:flogger-testing:sources:0.1:jar
00:45:11 [INFO] Copying flogger-testing-0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.testing_0.1.0/target/sources-for-eclipse-ipzilla/flogger-testing-0.1-sources.jar
00:45:11 [INFO] Refreshing about files and about.html
00:45:11 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.testing_0.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:11 [INFO] 
00:45:11 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.flogger.testing ---
00:45:11 [WARNING] artifact org.eclipse.orbit.bundles:com.google.flogger.testing:xml:p2metadata:0.1.0-SNAPSHOT already attached, replace previous instance
00:45:11 [WARNING] artifact org.eclipse.orbit.bundles:com.google.flogger.testing:xml:p2artifacts:0.1.0-SNAPSHOT already attached, replace previous instance
00:45:11 [INFO] 
00:45:11 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.flogger.testing ---
00:45:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.testing_0.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT.pom
00:45:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.testing_0.1.0/target/com.google.flogger.testing-0.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT.jar
00:45:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.testing_0.1.0/target/com.google.flogger.testing-0.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT-sources.jar
00:45:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.testing_0.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT-p2metadata.xml
00:45:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.flogger.testing_0.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT-p2artifacts.xml
00:45:11 [INFO] 
00:45:11 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.flogger.testing ---
00:45:11 [INFO] 
00:45:11 [INFO] ---------< org.eclipse.orbit.bundles:com.google.oauth-client >----------
00:45:11 [INFO] Building Google OAuth Client Library for Java 1.30.6-SNAPSHOT  [240/379]
00:45:11 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:12 [INFO] 
00:45:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.oauth-client ---
00:45:12 [INFO] 
00:45:12 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.oauth-client ---
00:45:12 [INFO] The project's OSGi version is 1.30.6.v20221112-0806
00:45:12 [INFO] 
00:45:12 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.oauth-client ---
00:45:12 [INFO] 
00:45:12 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.oauth-client ---
00:45:12 [INFO] Copying 3 resources
00:45:12 [INFO] 
00:45:12 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.oauth-client ---
00:45:12 [INFO] No sources to compile
00:45:12 [INFO] 
00:45:12 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.oauth-client ---
00:45:12 [INFO] Gathering dependencies
00:45:12 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client:1.30.6:jar
00:45:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/oauth-client/google-oauth-client/1.30.6/google-oauth-client-1.30.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client_1.30.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:12 [INFO] Merging collected dependencies
00:45:12 [INFO] Copying 49 resources
00:45:12 [INFO] Generating OSGi MANIFEST.MF
00:45:12 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.oauth-client:eclipse-bundle-recipe:1.30.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:12 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client_1.30.6/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client_1.30.6/target/com.google.oauth-client-1.30.6-SNAPSHOT.jar
00:45:12 [INFO] Gathering sources
00:45:12 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client:sources:1.30.6:jar
00:45:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/oauth-client/google-oauth-client/1.30.6/google-oauth-client-1.30.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client_1.30.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:13 [INFO] Copying 3 resources
00:45:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client_1.30.6/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client_1.30.6/target/com.google.oauth-client-1.30.6-SNAPSHOT-sources.jar
00:45:13 [INFO] Assembling p2 repository
00:45:13 [INFO] 
00:45:13 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.oauth-client ---
00:45:13 [INFO] 
00:45:13 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.oauth-client ---
00:45:13 [INFO] Gathering sources archives
00:45:13 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client:sources:1.30.6:jar
00:45:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/oauth-client/google-oauth-client/1.30.6/google-oauth-client-1.30.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client_1.30.6/target/sources-for-eclipse-ipzilla/google-oauth-client-1.30.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:13 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client:sources:1.30.6:jar
00:45:13 [INFO] Copying google-oauth-client-1.30.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client_1.30.6/target/sources-for-eclipse-ipzilla/google-oauth-client-1.30.6-sources.jar
00:45:13 [INFO] Refreshing about files and about.html
00:45:13 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client_1.30.6/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:13 [INFO] 
00:45:13 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.oauth-client ---
00:45:13 [WARNING] artifact org.eclipse.orbit.bundles:com.google.oauth-client:xml:p2metadata:1.30.6-SNAPSHOT already attached, replace previous instance
00:45:13 [WARNING] artifact org.eclipse.orbit.bundles:com.google.oauth-client:xml:p2artifacts:1.30.6-SNAPSHOT already attached, replace previous instance
00:45:13 [INFO] 
00:45:13 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.oauth-client ---
00:45:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client_1.30.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT.pom
00:45:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client_1.30.6/target/com.google.oauth-client-1.30.6-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT.jar
00:45:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client_1.30.6/target/com.google.oauth-client-1.30.6-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT-sources.jar
00:45:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client_1.30.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT-p2metadata.xml
00:45:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client_1.30.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT-p2artifacts.xml
00:45:13 [INFO] 
00:45:13 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.oauth-client ---
00:45:13 [INFO] 
00:45:13 [INFO] ------< org.eclipse.orbit.bundles:com.google.oauth-client-java6 >-------
00:45:13 [INFO] Building Java 6 (and higher) extensions to the Google OAuth Client Library for Java. 1.30.6-SNAPSHOT [241/379]
00:45:13 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:13 [INFO] 
00:45:13 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.oauth-client-java6 ---
00:45:13 [INFO] 
00:45:13 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.oauth-client-java6 ---
00:45:13 [INFO] The project's OSGi version is 1.30.6.v20221112-0806
00:45:13 [INFO] 
00:45:13 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.oauth-client-java6 ---
00:45:13 [INFO] 
00:45:13 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.oauth-client-java6 ---
00:45:13 [INFO] Copying 3 resources
00:45:13 [INFO] 
00:45:13 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.oauth-client-java6 ---
00:45:13 [INFO] No sources to compile
00:45:13 [INFO] 
00:45:13 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.oauth-client-java6 ---
00:45:13 [INFO] Gathering dependencies
00:45:13 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-java6:1.30.6:jar
00:45:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/oauth-client/google-oauth-client-java6/1.30.6/google-oauth-client-java6-1.30.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:13 [INFO] Merging collected dependencies
00:45:13 [INFO] Copying 9 resources
00:45:14 [INFO] Generating OSGi MANIFEST.MF
00:45:14 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.oauth-client-java6:eclipse-bundle-recipe:1.30.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:14 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/com.google.oauth-client-java6-1.30.6-SNAPSHOT.jar
00:45:14 [INFO] Gathering sources
00:45:14 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-java6:sources:1.30.6:jar
00:45:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/oauth-client/google-oauth-client-java6/1.30.6/google-oauth-client-java6-1.30.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:14 [INFO] Copying 3 resources
00:45:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-java6_1.30.6/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/com.google.oauth-client-java6-1.30.6-SNAPSHOT-sources.jar
00:45:14 [INFO] Assembling p2 repository
00:45:14 [INFO] 
00:45:14 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.oauth-client-java6 ---
00:45:14 [INFO] 
00:45:14 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.oauth-client-java6 ---
00:45:14 [INFO] Gathering sources archives
00:45:14 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-java6:sources:1.30.6:jar
00:45:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/oauth-client/google-oauth-client-java6/1.30.6/google-oauth-client-java6-1.30.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/sources-for-eclipse-ipzilla/google-oauth-client-java6-1.30.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:14 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-java6:sources:1.30.6:jar
00:45:14 [INFO] Copying google-oauth-client-java6-1.30.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/sources-for-eclipse-ipzilla/google-oauth-client-java6-1.30.6-sources.jar
00:45:14 [INFO] Refreshing about files and about.html
00:45:14 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-java6_1.30.6/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:14 [INFO] 
00:45:14 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.oauth-client-java6 ---
00:45:14 [WARNING] artifact org.eclipse.orbit.bundles:com.google.oauth-client-java6:xml:p2metadata:1.30.6-SNAPSHOT already attached, replace previous instance
00:45:14 [WARNING] artifact org.eclipse.orbit.bundles:com.google.oauth-client-java6:xml:p2artifacts:1.30.6-SNAPSHOT already attached, replace previous instance
00:45:14 [INFO] 
00:45:14 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.oauth-client-java6 ---
00:45:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-java6_1.30.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.oauth-client-java6/1.30.6-SNAPSHOT/com.google.oauth-client-java6-1.30.6-SNAPSHOT.pom
00:45:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/com.google.oauth-client-java6-1.30.6-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.oauth-client-java6/1.30.6-SNAPSHOT/com.google.oauth-client-java6-1.30.6-SNAPSHOT.jar
00:45:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/com.google.oauth-client-java6-1.30.6-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.oauth-client-java6/1.30.6-SNAPSHOT/com.google.oauth-client-java6-1.30.6-SNAPSHOT-sources.jar
00:45:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.oauth-client-java6/1.30.6-SNAPSHOT/com.google.oauth-client-java6-1.30.6-SNAPSHOT-p2metadata.xml
00:45:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.oauth-client-java6/1.30.6-SNAPSHOT/com.google.oauth-client-java6-1.30.6-SNAPSHOT-p2artifacts.xml
00:45:14 [INFO] 
00:45:14 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.oauth-client-java6 ---
00:45:14 [INFO] 
00:45:14 [INFO] ------< org.eclipse.orbit.bundles:com.google.oauth-client-jetty >-------
00:45:14 [INFO] Building OAuth 2.0 verification code receiver for Google OAuth Client Library for Java. 1.30.6-SNAPSHOT [242/379]
00:45:14 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:15 [INFO] 
00:45:15 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.oauth-client-jetty ---
00:45:15 [INFO] 
00:45:15 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.oauth-client-jetty ---
00:45:15 [INFO] The project's OSGi version is 1.30.6.v20221112-0806
00:45:15 [INFO] 
00:45:15 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.oauth-client-jetty ---
00:45:15 [INFO] 
00:45:15 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.oauth-client-jetty ---
00:45:15 [INFO] Copying 3 resources
00:45:15 [INFO] 
00:45:15 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.oauth-client-jetty ---
00:45:15 [INFO] No sources to compile
00:45:15 [INFO] 
00:45:15 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.oauth-client-jetty ---
00:45:15 [INFO] Gathering dependencies
00:45:15 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-jetty:1.30.6:jar
00:45:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/oauth-client/google-oauth-client-jetty/1.30.6/google-oauth-client-jetty-1.30.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:15 [INFO] Merging collected dependencies
00:45:15 [INFO] Copying 4 resources
00:45:15 [INFO] Generating OSGi MANIFEST.MF
00:45:15 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.oauth-client-jetty:eclipse-bundle-recipe:1.30.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:15 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/com.google.oauth-client-jetty-1.30.6-SNAPSHOT.jar
00:45:15 [INFO] Gathering sources
00:45:15 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-jetty:sources:1.30.6:jar
00:45:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/oauth-client/google-oauth-client-jetty/1.30.6/google-oauth-client-jetty-1.30.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:15 [INFO] Copying 3 resources
00:45:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/com.google.oauth-client-jetty-1.30.6-SNAPSHOT-sources.jar
00:45:15 [INFO] Assembling p2 repository
00:45:15 [INFO] 
00:45:15 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.oauth-client-jetty ---
00:45:15 [INFO] 
00:45:15 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.oauth-client-jetty ---
00:45:15 [INFO] Gathering sources archives
00:45:15 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-jetty:sources:1.30.6:jar
00:45:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/oauth-client/google-oauth-client-jetty/1.30.6/google-oauth-client-jetty-1.30.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/sources-for-eclipse-ipzilla/google-oauth-client-jetty-1.30.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:15 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-jetty:sources:1.30.6:jar
00:45:15 [INFO] Copying google-oauth-client-jetty-1.30.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/sources-for-eclipse-ipzilla/google-oauth-client-jetty-1.30.6-sources.jar
00:45:15 [INFO] Refreshing about files and about.html
00:45:15 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:15 [INFO] 
00:45:15 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.oauth-client-jetty ---
00:45:15 [WARNING] artifact org.eclipse.orbit.bundles:com.google.oauth-client-jetty:xml:p2metadata:1.30.6-SNAPSHOT already attached, replace previous instance
00:45:15 [WARNING] artifact org.eclipse.orbit.bundles:com.google.oauth-client-jetty:xml:p2artifacts:1.30.6-SNAPSHOT already attached, replace previous instance
00:45:15 [INFO] 
00:45:15 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.oauth-client-jetty ---
00:45:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.oauth-client-jetty/1.30.6-SNAPSHOT/com.google.oauth-client-jetty-1.30.6-SNAPSHOT.pom
00:45:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/com.google.oauth-client-jetty-1.30.6-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.oauth-client-jetty/1.30.6-SNAPSHOT/com.google.oauth-client-jetty-1.30.6-SNAPSHOT.jar
00:45:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/com.google.oauth-client-jetty-1.30.6-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.oauth-client-jetty/1.30.6-SNAPSHOT/com.google.oauth-client-jetty-1.30.6-SNAPSHOT-sources.jar
00:45:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.oauth-client-jetty/1.30.6-SNAPSHOT/com.google.oauth-client-jetty-1.30.6-SNAPSHOT-p2metadata.xml
00:45:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.oauth-client-jetty/1.30.6-SNAPSHOT/com.google.oauth-client-jetty-1.30.6-SNAPSHOT-p2artifacts.xml
00:45:15 [INFO] 
00:45:15 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.oauth-client-jetty ---
00:45:15 [INFO] 
00:45:15 [INFO] --------< org.eclipse.orbit.bundles:com.google.api.client-auth >--------
00:45:15 [INFO] Building com.google.api.client-auth 1.2.3-SNAPSHOT             [243/379]
00:45:15 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:16 [INFO] 
00:45:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-auth ---
00:45:16 [INFO] 
00:45:16 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.api.client-auth ---
00:45:16 [INFO] The project's OSGi version is 1.2.3.v20221112-0806
00:45:16 [INFO] 
00:45:16 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.api.client-auth ---
00:45:16 [INFO] 
00:45:16 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.api.client-auth ---
00:45:16 [INFO] Copying 3 resources
00:45:16 [INFO] 
00:45:16 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.api.client-auth ---
00:45:16 [INFO] No sources to compile
00:45:16 [INFO] 
00:45:16 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-auth ---
00:45:16 [INFO] Gathering dependencies
00:45:16 [INFO] Configured Artifact: com.google.api.client:google-api-client-auth:1.2.3-alpha:jar
00:45:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-auth/1.2.3-alpha/google-api-client-auth-1.2.3-alpha.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:16 [INFO] Merging collected dependencies
00:45:16 [INFO] Copying 3 resources
00:45:16 [INFO] Generating OSGi MANIFEST.MF
00:45:16 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.api.client-auth:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:16 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth_1.2.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth_1.2.3/target/com.google.api.client-auth-1.2.3-SNAPSHOT.jar
00:45:16 [INFO] Gathering sources
00:45:16 [INFO] Configured Artifact: com.google.api.client:google-api-client-auth:sources:1.2.3-alpha:jar
00:45:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-auth/1.2.3-alpha/google-api-client-auth-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:16 [INFO] Copying 3 resources
00:45:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth_1.2.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth_1.2.3/target/com.google.api.client-auth-1.2.3-SNAPSHOT-sources.jar
00:45:16 [INFO] Assembling p2 repository
00:45:17 [INFO] 
00:45:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-auth ---
00:45:17 [INFO] 
00:45:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-auth ---
00:45:17 [INFO] Gathering sources archives
00:45:17 [INFO] Configured Artifact: com.google.api.client:google-api-client-auth:sources:1.2.3-alpha:jar
00:45:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-auth/1.2.3-alpha/google-api-client-auth-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-auth-1.2.3-alpha-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:17 [INFO] Configured Artifact: com.google.api.client:google-api-client-auth:sources:1.2.3-alpha:jar
00:45:17 [INFO] Copying google-api-client-auth-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-auth-1.2.3-alpha-sources.jar
00:45:17 [INFO] Refreshing about files and about.html
00:45:17 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth_1.2.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:17 [INFO] 
00:45:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.api.client-auth ---
00:45:17 [WARNING] artifact org.eclipse.orbit.bundles:com.google.api.client-auth:xml:p2metadata:1.2.3-SNAPSHOT already attached, replace previous instance
00:45:17 [WARNING] artifact org.eclipse.orbit.bundles:com.google.api.client-auth:xml:p2artifacts:1.2.3-SNAPSHOT already attached, replace previous instance
00:45:17 [INFO] 
00:45:17 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.api.client-auth ---
00:45:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth_1.2.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-auth/1.2.3-SNAPSHOT/com.google.api.client-auth-1.2.3-SNAPSHOT.pom
00:45:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth_1.2.3/target/com.google.api.client-auth-1.2.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-auth/1.2.3-SNAPSHOT/com.google.api.client-auth-1.2.3-SNAPSHOT.jar
00:45:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth_1.2.3/target/com.google.api.client-auth-1.2.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-auth/1.2.3-SNAPSHOT/com.google.api.client-auth-1.2.3-SNAPSHOT-sources.jar
00:45:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-auth/1.2.3-SNAPSHOT/com.google.api.client-auth-1.2.3-SNAPSHOT-p2metadata.xml
00:45:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-auth/1.2.3-SNAPSHOT/com.google.api.client-auth-1.2.3-SNAPSHOT-p2artifacts.xml
00:45:17 [INFO] 
00:45:17 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.api.client-auth ---
00:45:17 [INFO] 
00:45:17 [INFO] ----< org.eclipse.orbit.bundles:com.google.api.client-auth-oauth2 >-----
00:45:17 [INFO] Building com.google.api.client-auth-oauth2 1.2.3-SNAPSHOT      [244/379]
00:45:17 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:17 [INFO] 
00:45:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-auth-oauth2 ---
00:45:17 [INFO] 
00:45:17 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.api.client-auth-oauth2 ---
00:45:17 [INFO] The project's OSGi version is 1.2.3.v20221112-0806
00:45:17 [INFO] 
00:45:17 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.api.client-auth-oauth2 ---
00:45:17 [INFO] 
00:45:17 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.api.client-auth-oauth2 ---
00:45:17 [INFO] Copying 3 resources
00:45:17 [INFO] 
00:45:17 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.api.client-auth-oauth2 ---
00:45:17 [INFO] No sources to compile
00:45:17 [INFO] 
00:45:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-auth-oauth2 ---
00:45:17 [INFO] Gathering dependencies
00:45:17 [INFO] Configured Artifact: com.google.api.client:google-api-client-auth-oauth2:1.2.3-alpha:jar
00:45:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-auth-oauth2/1.2.3-alpha/google-api-client-auth-oauth2-1.2.3-alpha.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:18 [INFO] Merging collected dependencies
00:45:18 [INFO] Copying 18 resources
00:45:18 [INFO] Generating OSGi MANIFEST.MF
00:45:18 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.api.client-auth-oauth2:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:18 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT.jar
00:45:18 [INFO] Gathering sources
00:45:18 [INFO] Configured Artifact: com.google.api.client:google-api-client-auth-oauth2:sources:1.2.3-alpha:jar
00:45:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-auth-oauth2/1.2.3-alpha/google-api-client-auth-oauth2-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:18 [INFO] Copying 3 resources
00:45:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT-sources.jar
00:45:18 [INFO] Assembling p2 repository
00:45:18 [INFO] 
00:45:18 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-auth-oauth2 ---
00:45:18 [INFO] 
00:45:18 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-auth-oauth2 ---
00:45:18 [INFO] Gathering sources archives
00:45:18 [INFO] Configured Artifact: com.google.api.client:google-api-client-auth-oauth2:sources:1.2.3-alpha:jar
00:45:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-auth-oauth2/1.2.3-alpha/google-api-client-auth-oauth2-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-auth-oauth2-1.2.3-alpha-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:18 [INFO] Configured Artifact: com.google.api.client:google-api-client-auth-oauth2:sources:1.2.3-alpha:jar
00:45:18 [INFO] Copying google-api-client-auth-oauth2-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-auth-oauth2-1.2.3-alpha-sources.jar
00:45:18 [INFO] Refreshing about files and about.html
00:45:18 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:18 [INFO] 
00:45:18 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.api.client-auth-oauth2 ---
00:45:18 [WARNING] artifact org.eclipse.orbit.bundles:com.google.api.client-auth-oauth2:xml:p2metadata:1.2.3-SNAPSHOT already attached, replace previous instance
00:45:18 [WARNING] artifact org.eclipse.orbit.bundles:com.google.api.client-auth-oauth2:xml:p2artifacts:1.2.3-SNAPSHOT already attached, replace previous instance
00:45:18 [INFO] 
00:45:18 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.api.client-auth-oauth2 ---
00:45:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-auth-oauth2/1.2.3-SNAPSHOT/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT.pom
00:45:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-auth-oauth2/1.2.3-SNAPSHOT/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT.jar
00:45:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-auth-oauth2/1.2.3-SNAPSHOT/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT-sources.jar
00:45:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-auth-oauth2/1.2.3-SNAPSHOT/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT-p2metadata.xml
00:45:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-auth-oauth2/1.2.3-SNAPSHOT/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT-p2artifacts.xml
00:45:18 [INFO] 
00:45:18 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.api.client-auth-oauth2 ---
00:45:18 [INFO] 
00:45:18 [INFO] --------< org.eclipse.orbit.bundles:com.google.api.client-util >--------
00:45:18 [INFO] Building com.google.api.client-util 1.2.3-SNAPSHOT             [245/379]
00:45:18 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:18 [INFO] 
00:45:18 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-util ---
00:45:18 [INFO] 
00:45:18 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.api.client-util ---
00:45:18 [INFO] The project's OSGi version is 1.2.3.v20221112-0806
00:45:18 [INFO] 
00:45:18 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.api.client-util ---
00:45:18 [INFO] 
00:45:18 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.api.client-util ---
00:45:18 [INFO] Copying 3 resources
00:45:18 [INFO] 
00:45:18 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.api.client-util ---
00:45:18 [INFO] No sources to compile
00:45:18 [INFO] 
00:45:18 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-util ---
00:45:18 [INFO] Gathering dependencies
00:45:18 [INFO] Configured Artifact: com.google.api.client:google-api-client-util:1.2.3-alpha:jar
00:45:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-util/1.2.3-alpha/google-api-client-util-1.2.3-alpha.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-util_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:18 [INFO] Merging collected dependencies
00:45:18 [INFO] Copying 21 resources
00:45:18 [INFO] Generating OSGi MANIFEST.MF
00:45:18 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.api.client-util:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:18 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-util_1.2.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-util_1.2.3/target/com.google.api.client-util-1.2.3-SNAPSHOT.jar
00:45:18 [INFO] Gathering sources
00:45:18 [INFO] Configured Artifact: com.google.api.client:google-api-client-util:sources:1.2.3-alpha:jar
00:45:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-util/1.2.3-alpha/google-api-client-util-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-util_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:18 [INFO] Copying 3 resources
00:45:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-util_1.2.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-util_1.2.3/target/com.google.api.client-util-1.2.3-SNAPSHOT-sources.jar
00:45:18 [INFO] Assembling p2 repository
00:45:19 [INFO] 
00:45:19 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-util ---
00:45:19 [INFO] 
00:45:19 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-util ---
00:45:19 [INFO] Gathering sources archives
00:45:19 [INFO] Configured Artifact: com.google.api.client:google-api-client-util:sources:1.2.3-alpha:jar
00:45:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-util/1.2.3-alpha/google-api-client-util-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-util_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-util-1.2.3-alpha-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:19 [INFO] Configured Artifact: com.google.api.client:google-api-client-util:sources:1.2.3-alpha:jar
00:45:19 [INFO] Copying google-api-client-util-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-util_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-util-1.2.3-alpha-sources.jar
00:45:19 [INFO] Refreshing about files and about.html
00:45:19 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-util_1.2.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:19 [INFO] 
00:45:19 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.api.client-util ---
00:45:19 [WARNING] artifact org.eclipse.orbit.bundles:com.google.api.client-util:xml:p2metadata:1.2.3-SNAPSHOT already attached, replace previous instance
00:45:19 [WARNING] artifact org.eclipse.orbit.bundles:com.google.api.client-util:xml:p2artifacts:1.2.3-SNAPSHOT already attached, replace previous instance
00:45:19 [INFO] 
00:45:19 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.api.client-util ---
00:45:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-util_1.2.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-util/1.2.3-SNAPSHOT/com.google.api.client-util-1.2.3-SNAPSHOT.pom
00:45:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-util_1.2.3/target/com.google.api.client-util-1.2.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-util/1.2.3-SNAPSHOT/com.google.api.client-util-1.2.3-SNAPSHOT.jar
00:45:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-util_1.2.3/target/com.google.api.client-util-1.2.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-util/1.2.3-SNAPSHOT/com.google.api.client-util-1.2.3-SNAPSHOT-sources.jar
00:45:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-util_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-util/1.2.3-SNAPSHOT/com.google.api.client-util-1.2.3-SNAPSHOT-p2metadata.xml
00:45:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-util_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-util/1.2.3-SNAPSHOT/com.google.api.client-util-1.2.3-SNAPSHOT-p2artifacts.xml
00:45:19 [INFO] 
00:45:19 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.api.client-util ---
00:45:19 [INFO] 
00:45:19 [INFO] -------< org.eclipse.orbit.bundles:com.google.api.client-escape >-------
00:45:19 [INFO] Building com.google.api.client-escape 1.2.3-SNAPSHOT           [246/379]
00:45:19 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:19 [INFO] 
00:45:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-escape ---
00:45:19 [INFO] 
00:45:19 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.api.client-escape ---
00:45:19 [INFO] The project's OSGi version is 1.2.3.v20221112-0806
00:45:19 [INFO] 
00:45:19 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.api.client-escape ---
00:45:19 [INFO] 
00:45:19 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.api.client-escape ---
00:45:19 [INFO] Copying 3 resources
00:45:19 [INFO] 
00:45:19 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.api.client-escape ---
00:45:19 [INFO] No sources to compile
00:45:19 [INFO] 
00:45:19 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-escape ---
00:45:19 [INFO] Gathering dependencies
00:45:19 [INFO] Configured Artifact: com.google.api.client:google-api-client-escape:1.2.3-alpha:jar
00:45:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-escape/1.2.3-alpha/google-api-client-escape-1.2.3-alpha.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-escape_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:19 [INFO] Merging collected dependencies
00:45:19 [INFO] Copying 7 resources
00:45:19 [INFO] Generating OSGi MANIFEST.MF
00:45:19 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.api.client-escape:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:19 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-escape_1.2.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-escape_1.2.3/target/com.google.api.client-escape-1.2.3-SNAPSHOT.jar
00:45:19 [INFO] Gathering sources
00:45:19 [INFO] Configured Artifact: com.google.api.client:google-api-client-escape:sources:1.2.3-alpha:jar
00:45:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-escape/1.2.3-alpha/google-api-client-escape-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-escape_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:19 [INFO] Copying 3 resources
00:45:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-escape_1.2.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-escape_1.2.3/target/com.google.api.client-escape-1.2.3-SNAPSHOT-sources.jar
00:45:19 [INFO] Assembling p2 repository
00:45:20 [INFO] 
00:45:20 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-escape ---
00:45:20 [INFO] 
00:45:20 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-escape ---
00:45:20 [INFO] Gathering sources archives
00:45:20 [INFO] Configured Artifact: com.google.api.client:google-api-client-escape:sources:1.2.3-alpha:jar
00:45:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-escape/1.2.3-alpha/google-api-client-escape-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-escape_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-escape-1.2.3-alpha-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:20 [INFO] Configured Artifact: com.google.api.client:google-api-client-escape:sources:1.2.3-alpha:jar
00:45:20 [INFO] Copying google-api-client-escape-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-escape_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-escape-1.2.3-alpha-sources.jar
00:45:20 [INFO] Refreshing about files and about.html
00:45:20 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-escape_1.2.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:20 [INFO] 
00:45:20 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.api.client-escape ---
00:45:20 [WARNING] artifact org.eclipse.orbit.bundles:com.google.api.client-escape:xml:p2metadata:1.2.3-SNAPSHOT already attached, replace previous instance
00:45:20 [WARNING] artifact org.eclipse.orbit.bundles:com.google.api.client-escape:xml:p2artifacts:1.2.3-SNAPSHOT already attached, replace previous instance
00:45:20 [INFO] 
00:45:20 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.api.client-escape ---
00:45:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-escape_1.2.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-escape/1.2.3-SNAPSHOT/com.google.api.client-escape-1.2.3-SNAPSHOT.pom
00:45:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-escape_1.2.3/target/com.google.api.client-escape-1.2.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-escape/1.2.3-SNAPSHOT/com.google.api.client-escape-1.2.3-SNAPSHOT.jar
00:45:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-escape_1.2.3/target/com.google.api.client-escape-1.2.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-escape/1.2.3-SNAPSHOT/com.google.api.client-escape-1.2.3-SNAPSHOT-sources.jar
00:45:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-escape_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-escape/1.2.3-SNAPSHOT/com.google.api.client-escape-1.2.3-SNAPSHOT-p2metadata.xml
00:45:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-escape_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-escape/1.2.3-SNAPSHOT/com.google.api.client-escape-1.2.3-SNAPSHOT-p2artifacts.xml
00:45:20 [INFO] 
00:45:20 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.api.client-escape ---
00:45:20 [INFO] 
00:45:20 [INFO] --< org.eclipse.orbit.bundles:com.google.api.client-repackaged-com-google-common-base >--
00:45:20 [INFO] Building com.google.api.client-repackaged-com-google-common-base 1.2.3-SNAPSHOT [247/379]
00:45:20 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:20 [INFO] 
00:45:20 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-repackaged-com-google-common-base ---
00:45:20 [INFO] 
00:45:20 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.api.client-repackaged-com-google-common-base ---
00:45:20 [INFO] The project's OSGi version is 1.2.3.v20221112-0806
00:45:20 [INFO] 
00:45:20 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.api.client-repackaged-com-google-common-base ---
00:45:20 [INFO] 
00:45:20 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.api.client-repackaged-com-google-common-base ---
00:45:20 [INFO] Copying 3 resources
00:45:20 [INFO] 
00:45:20 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.api.client-repackaged-com-google-common-base ---
00:45:20 [INFO] No sources to compile
00:45:20 [INFO] 
00:45:20 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-repackaged-com-google-common-base ---
00:45:20 [INFO] Gathering dependencies
00:45:20 [INFO] Configured Artifact: com.google.api.client:google-api-client-repackaged-com-google-common-base:1.2.3-alpha:jar
00:45:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-repackaged-com-google-common-base/1.2.3-alpha/google-api-client-repackaged-com-google-common-base-1.2.3-alpha.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:20 [INFO] Merging collected dependencies
00:45:20 [INFO] Copying 3 resources
00:45:20 [INFO] Generating OSGi MANIFEST.MF
00:45:20 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.api.client-repackaged-com-google-common-base:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:20 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT.jar
00:45:20 [INFO] Gathering sources
00:45:20 [INFO] Configured Artifact: com.google.api.client:google-api-client-repackaged-com-google-common-base:sources:1.2.3-alpha:jar
00:45:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-repackaged-com-google-common-base/1.2.3-alpha/google-api-client-repackaged-com-google-common-base-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:20 [INFO] Copying 3 resources
00:45:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT-sources.jar
00:45:20 [INFO] Assembling p2 repository
00:45:21 [INFO] 
00:45:21 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-repackaged-com-google-common-base ---
00:45:21 [INFO] 
00:45:21 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-repackaged-com-google-common-base ---
00:45:21 [INFO] Gathering sources archives
00:45:21 [INFO] Configured Artifact: com.google.api.client:google-api-client-repackaged-com-google-common-base:sources:1.2.3-alpha:jar
00:45:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-repackaged-com-google-common-base/1.2.3-alpha/google-api-client-repackaged-com-google-common-base-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-repackaged-com-google-common-base-1.2.3-alpha-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:21 [INFO] Configured Artifact: com.google.api.client:google-api-client-repackaged-com-google-common-base:sources:1.2.3-alpha:jar
00:45:21 [INFO] Copying google-api-client-repackaged-com-google-common-base-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-repackaged-com-google-common-base-1.2.3-alpha-sources.jar
00:45:21 [INFO] Refreshing about files and about.html
00:45:21 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:21 [INFO] 
00:45:21 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.api.client-repackaged-com-google-common-base ---
00:45:21 [WARNING] artifact org.eclipse.orbit.bundles:com.google.api.client-repackaged-com-google-common-base:xml:p2metadata:1.2.3-SNAPSHOT already attached, replace previous instance
00:45:21 [WARNING] artifact org.eclipse.orbit.bundles:com.google.api.client-repackaged-com-google-common-base:xml:p2artifacts:1.2.3-SNAPSHOT already attached, replace previous instance
00:45:21 [INFO] 
00:45:21 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.api.client-repackaged-com-google-common-base ---
00:45:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-repackaged-com-google-common-base/1.2.3-SNAPSHOT/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT.pom
00:45:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-repackaged-com-google-common-base/1.2.3-SNAPSHOT/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT.jar
00:45:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-repackaged-com-google-common-base/1.2.3-SNAPSHOT/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT-sources.jar
00:45:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-repackaged-com-google-common-base/1.2.3-SNAPSHOT/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT-p2metadata.xml
00:45:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-repackaged-com-google-common-base/1.2.3-SNAPSHOT/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT-p2artifacts.xml
00:45:21 [INFO] 
00:45:21 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.api.client-repackaged-com-google-common-base ---
00:45:21 [INFO] 
00:45:21 [INFO] --------< org.eclipse.orbit.bundles:com.google.api.client-json >--------
00:45:21 [INFO] Building com.google.api.client-json 1.2.3-SNAPSHOT             [248/379]
00:45:21 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:21 [INFO] 
00:45:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-json ---
00:45:21 [INFO] 
00:45:21 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.api.client-json ---
00:45:21 [INFO] The project's OSGi version is 1.2.3.v20221112-0806
00:45:21 [INFO] 
00:45:21 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.api.client-json ---
00:45:21 [INFO] 
00:45:21 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.api.client-json ---
00:45:21 [INFO] Copying 3 resources
00:45:21 [INFO] 
00:45:21 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.api.client-json ---
00:45:21 [INFO] No sources to compile
00:45:21 [INFO] 
00:45:21 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-json ---
00:45:21 [INFO] Gathering dependencies
00:45:21 [INFO] Configured Artifact: com.google.api.client:google-api-client-json:1.2.3-alpha:jar
00:45:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-json/1.2.3-alpha/google-api-client-json-1.2.3-alpha.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-json_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:21 [INFO] Merging collected dependencies
00:45:21 [INFO] Copying 7 resources
00:45:21 [INFO] Generating OSGi MANIFEST.MF
00:45:21 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.api.client-json:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:21 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-json_1.2.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-json_1.2.3/target/com.google.api.client-json-1.2.3-SNAPSHOT.jar
00:45:21 [INFO] Gathering sources
00:45:21 [INFO] Configured Artifact: com.google.api.client:google-api-client-json:sources:1.2.3-alpha:jar
00:45:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-json/1.2.3-alpha/google-api-client-json-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-json_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:21 [INFO] Copying 3 resources
00:45:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-json_1.2.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-json_1.2.3/target/com.google.api.client-json-1.2.3-SNAPSHOT-sources.jar
00:45:21 [INFO] Assembling p2 repository
00:45:22 [INFO] 
00:45:22 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-json ---
00:45:22 [INFO] 
00:45:22 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-json ---
00:45:22 [INFO] Gathering sources archives
00:45:22 [INFO] Configured Artifact: com.google.api.client:google-api-client-json:sources:1.2.3-alpha:jar
00:45:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-json/1.2.3-alpha/google-api-client-json-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-json_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-json-1.2.3-alpha-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:22 [INFO] Configured Artifact: com.google.api.client:google-api-client-json:sources:1.2.3-alpha:jar
00:45:22 [INFO] Copying google-api-client-json-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-json_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-json-1.2.3-alpha-sources.jar
00:45:22 [INFO] Refreshing about files and about.html
00:45:22 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-json_1.2.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:22 [INFO] 
00:45:22 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.api.client-json ---
00:45:22 [WARNING] artifact org.eclipse.orbit.bundles:com.google.api.client-json:xml:p2metadata:1.2.3-SNAPSHOT already attached, replace previous instance
00:45:22 [WARNING] artifact org.eclipse.orbit.bundles:com.google.api.client-json:xml:p2artifacts:1.2.3-SNAPSHOT already attached, replace previous instance
00:45:22 [INFO] 
00:45:22 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.api.client-json ---
00:45:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-json_1.2.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-json/1.2.3-SNAPSHOT/com.google.api.client-json-1.2.3-SNAPSHOT.pom
00:45:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-json_1.2.3/target/com.google.api.client-json-1.2.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-json/1.2.3-SNAPSHOT/com.google.api.client-json-1.2.3-SNAPSHOT.jar
00:45:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-json_1.2.3/target/com.google.api.client-json-1.2.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-json/1.2.3-SNAPSHOT/com.google.api.client-json-1.2.3-SNAPSHOT-sources.jar
00:45:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-json_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-json/1.2.3-SNAPSHOT/com.google.api.client-json-1.2.3-SNAPSHOT-p2metadata.xml
00:45:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-json_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-json/1.2.3-SNAPSHOT/com.google.api.client-json-1.2.3-SNAPSHOT-p2artifacts.xml
00:45:22 [INFO] 
00:45:22 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.api.client-json ---
00:45:22 [INFO] 
00:45:22 [INFO] --------< org.eclipse.orbit.bundles:com.google.api.client-http >--------
00:45:22 [INFO] Building com.google.api.client-http 1.2.3-SNAPSHOT             [249/379]
00:45:22 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:22 [INFO] 
00:45:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-http ---
00:45:22 [INFO] 
00:45:22 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.api.client-http ---
00:45:22 [INFO] The project's OSGi version is 1.2.3.v20221112-0806
00:45:22 [INFO] 
00:45:22 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.api.client-http ---
00:45:22 [INFO] 
00:45:22 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.api.client-http ---
00:45:22 [INFO] Copying 3 resources
00:45:22 [INFO] 
00:45:22 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.api.client-http ---
00:45:22 [INFO] No sources to compile
00:45:22 [INFO] 
00:45:22 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-http ---
00:45:22 [INFO] Gathering dependencies
00:45:22 [INFO] Configured Artifact: com.google.api.client:google-api-client-http:1.2.3-alpha:jar
00:45:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-http/1.2.3-alpha/google-api-client-http-1.2.3-alpha.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-http_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:22 [INFO] Merging collected dependencies
00:45:22 [INFO] Copying 19 resources
00:45:22 [INFO] Generating OSGi MANIFEST.MF
00:45:22 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.api.client-http:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:22 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-http_1.2.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-http_1.2.3/target/com.google.api.client-http-1.2.3-SNAPSHOT.jar
00:45:22 [INFO] Gathering sources
00:45:22 [INFO] Configured Artifact: com.google.api.client:google-api-client-http:sources:1.2.3-alpha:jar
00:45:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-http/1.2.3-alpha/google-api-client-http-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-http_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:22 [INFO] Copying 3 resources
00:45:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-http_1.2.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-http_1.2.3/target/com.google.api.client-http-1.2.3-SNAPSHOT-sources.jar
00:45:22 [INFO] Assembling p2 repository
00:45:23 [INFO] 
00:45:23 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-http ---
00:45:23 [INFO] 
00:45:23 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-http ---
00:45:23 [INFO] Gathering sources archives
00:45:23 [INFO] Configured Artifact: com.google.api.client:google-api-client-http:sources:1.2.3-alpha:jar
00:45:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/api/client/google-api-client-http/1.2.3-alpha/google-api-client-http-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-http_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-http-1.2.3-alpha-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:23 [INFO] Configured Artifact: com.google.api.client:google-api-client-http:sources:1.2.3-alpha:jar
00:45:23 [INFO] Copying google-api-client-http-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-http_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-http-1.2.3-alpha-sources.jar
00:45:23 [INFO] Refreshing about files and about.html
00:45:23 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-http_1.2.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:23 [INFO] 
00:45:23 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.api.client-http ---
00:45:23 [WARNING] artifact org.eclipse.orbit.bundles:com.google.api.client-http:xml:p2metadata:1.2.3-SNAPSHOT already attached, replace previous instance
00:45:23 [WARNING] artifact org.eclipse.orbit.bundles:com.google.api.client-http:xml:p2artifacts:1.2.3-SNAPSHOT already attached, replace previous instance
00:45:23 [INFO] 
00:45:23 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.api.client-http ---
00:45:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-http_1.2.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-http/1.2.3-SNAPSHOT/com.google.api.client-http-1.2.3-SNAPSHOT.pom
00:45:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-http_1.2.3/target/com.google.api.client-http-1.2.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-http/1.2.3-SNAPSHOT/com.google.api.client-http-1.2.3-SNAPSHOT.jar
00:45:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-http_1.2.3/target/com.google.api.client-http-1.2.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-http/1.2.3-SNAPSHOT/com.google.api.client-http-1.2.3-SNAPSHOT-sources.jar
00:45:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-http_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-http/1.2.3-SNAPSHOT/com.google.api.client-http-1.2.3-SNAPSHOT-p2metadata.xml
00:45:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.api.client-http_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.api.client-http/1.2.3-SNAPSHOT/com.google.api.client-http-1.2.3-SNAPSHOT-p2artifacts.xml
00:45:23 [INFO] 
00:45:23 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.api.client-http ---
00:45:23 [INFO] 
00:45:23 [INFO] -------< org.eclipse.orbit.bundles:com.google.auth.oauth2-http >--------
00:45:23 [INFO] Building Google Auth Library for Java - OAuth2 HTTP 0.20.0-SNAPSHOT [250/379]
00:45:23 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:24 [INFO] 
00:45:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.auth.oauth2-http ---
00:45:24 [INFO] 
00:45:24 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.auth.oauth2-http ---
00:45:24 [INFO] The project's OSGi version is 0.20.0.v20221112-0806
00:45:24 [INFO] 
00:45:24 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.auth.oauth2-http ---
00:45:24 [INFO] 
00:45:24 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.auth.oauth2-http ---
00:45:24 [INFO] Copying 3 resources
00:45:24 [INFO] 
00:45:24 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.auth.oauth2-http ---
00:45:24 [INFO] No sources to compile
00:45:24 [INFO] 
00:45:24 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.auth.oauth2-http ---
00:45:24 [INFO] Gathering dependencies
00:45:24 [INFO] Configured Artifact: com.google.auth:google-auth-library-oauth2-http:0.20.0:jar
00:45:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/auth/google-auth-library-oauth2-http/0.20.0/google-auth-library-oauth2-http-0.20.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:24 [INFO] Merging collected dependencies
00:45:24 [INFO] Copying 60 resources
00:45:24 [INFO] Generating OSGi MANIFEST.MF
00:45:24 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.auth.oauth2-http:eclipse-bundle-recipe:0.20.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:24 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/com.google.auth.oauth2-http-0.20.0-SNAPSHOT.jar
00:45:25 [INFO] Gathering sources
00:45:25 [INFO] Configured Artifact: com.google.auth:google-auth-library-oauth2-http:sources:0.20.0:jar
00:45:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/auth/google-auth-library-oauth2-http/0.20.0/google-auth-library-oauth2-http-0.20.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:25 [INFO] Copying 3 resources
00:45:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/com.google.auth.oauth2-http-0.20.0-SNAPSHOT-sources.jar
00:45:25 [INFO] Assembling p2 repository
00:45:26 [INFO] 
00:45:26 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.auth.oauth2-http ---
00:45:26 [INFO] 
00:45:26 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.auth.oauth2-http ---
00:45:26 [INFO] Gathering sources archives
00:45:26 [INFO] Configured Artifact: com.google.auth:google-auth-library-oauth2-http:sources:0.20.0:jar
00:45:26 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/auth/google-auth-library-oauth2-http/0.20.0/google-auth-library-oauth2-http-0.20.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/sources-for-eclipse-ipzilla/google-auth-library-oauth2-http-0.20.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:26 [INFO] Configured Artifact: com.google.auth:google-auth-library-oauth2-http:sources:0.20.0:jar
00:45:26 [INFO] Copying google-auth-library-oauth2-http-0.20.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/sources-for-eclipse-ipzilla/google-auth-library-oauth2-http-0.20.0-sources.jar
00:45:26 [INFO] Refreshing about files and about.html
00:45:26 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:26 [INFO] 
00:45:26 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.auth.oauth2-http ---
00:45:26 [WARNING] artifact org.eclipse.orbit.bundles:com.google.auth.oauth2-http:xml:p2metadata:0.20.0-SNAPSHOT already attached, replace previous instance
00:45:26 [WARNING] artifact org.eclipse.orbit.bundles:com.google.auth.oauth2-http:xml:p2artifacts:0.20.0-SNAPSHOT already attached, replace previous instance
00:45:26 [INFO] 
00:45:26 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.auth.oauth2-http ---
00:45:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.auth.oauth2-http/0.20.0-SNAPSHOT/com.google.auth.oauth2-http-0.20.0-SNAPSHOT.pom
00:45:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/com.google.auth.oauth2-http-0.20.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.auth.oauth2-http/0.20.0-SNAPSHOT/com.google.auth.oauth2-http-0.20.0-SNAPSHOT.jar
00:45:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/com.google.auth.oauth2-http-0.20.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.auth.oauth2-http/0.20.0-SNAPSHOT/com.google.auth.oauth2-http-0.20.0-SNAPSHOT-sources.jar
00:45:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.auth.oauth2-http/0.20.0-SNAPSHOT/com.google.auth.oauth2-http-0.20.0-SNAPSHOT-p2metadata.xml
00:45:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.auth.oauth2-http/0.20.0-SNAPSHOT/com.google.auth.oauth2-http-0.20.0-SNAPSHOT-p2artifacts.xml
00:45:26 [INFO] 
00:45:26 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.auth.oauth2-http ---
00:45:26 [INFO] 
00:45:26 [INFO] --< org.eclipse.orbit.bundles:com.google.auth.google-auth-library-credentials >--
00:45:26 [INFO] Building Google Auth Library for Java - Credentials 0.20.0-SNAPSHOT [251/379]
00:45:26 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:26 [INFO] 
00:45:26 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.auth.google-auth-library-credentials ---
00:45:26 [INFO] 
00:45:26 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.auth.google-auth-library-credentials ---
00:45:26 [INFO] The project's OSGi version is 0.20.0.v20221112-0806
00:45:26 [INFO] 
00:45:26 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.auth.google-auth-library-credentials ---
00:45:26 [INFO] 
00:45:26 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.auth.google-auth-library-credentials ---
00:45:26 [INFO] Copying 3 resources
00:45:26 [INFO] 
00:45:26 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.auth.google-auth-library-credentials ---
00:45:26 [INFO] No sources to compile
00:45:26 [INFO] 
00:45:26 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.auth.google-auth-library-credentials ---
00:45:26 [INFO] Gathering dependencies
00:45:26 [INFO] Configured Artifact: com.google.auth:google-auth-library-credentials:0.20.0:jar
00:45:26 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/auth/google-auth-library-credentials/0.20.0/google-auth-library-credentials-0.20.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:26 [INFO] Merging collected dependencies
00:45:26 [INFO] Copying 6 resources
00:45:26 [INFO] Generating OSGi MANIFEST.MF
00:45:26 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.auth.google-auth-library-credentials:eclipse-bundle-recipe:0.20.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:26 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT.jar
00:45:26 [INFO] Gathering sources
00:45:26 [INFO] Configured Artifact: com.google.auth:google-auth-library-credentials:sources:0.20.0:jar
00:45:26 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/auth/google-auth-library-credentials/0.20.0/google-auth-library-credentials-0.20.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:26 [INFO] Copying 3 resources
00:45:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT-sources.jar
00:45:26 [INFO] Assembling p2 repository
00:45:26 [INFO] 
00:45:26 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.auth.google-auth-library-credentials ---
00:45:26 [INFO] 
00:45:26 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.auth.google-auth-library-credentials ---
00:45:26 [INFO] Gathering sources archives
00:45:26 [INFO] Configured Artifact: com.google.auth:google-auth-library-credentials:sources:0.20.0:jar
00:45:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/auth/google-auth-library-credentials/0.20.0/google-auth-library-credentials-0.20.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/sources-for-eclipse-ipzilla/google-auth-library-credentials-0.20.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:27 [INFO] Configured Artifact: com.google.auth:google-auth-library-credentials:sources:0.20.0:jar
00:45:27 [INFO] Copying google-auth-library-credentials-0.20.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/sources-for-eclipse-ipzilla/google-auth-library-credentials-0.20.0-sources.jar
00:45:27 [INFO] Refreshing about files and about.html
00:45:27 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:27 [INFO] 
00:45:27 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.auth.google-auth-library-credentials ---
00:45:27 [WARNING] artifact org.eclipse.orbit.bundles:com.google.auth.google-auth-library-credentials:xml:p2metadata:0.20.0-SNAPSHOT already attached, replace previous instance
00:45:27 [WARNING] artifact org.eclipse.orbit.bundles:com.google.auth.google-auth-library-credentials:xml:p2artifacts:0.20.0-SNAPSHOT already attached, replace previous instance
00:45:27 [INFO] 
00:45:27 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.auth.google-auth-library-credentials ---
00:45:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.auth.google-auth-library-credentials/0.20.0-SNAPSHOT/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT.pom
00:45:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.auth.google-auth-library-credentials/0.20.0-SNAPSHOT/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT.jar
00:45:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.auth.google-auth-library-credentials/0.20.0-SNAPSHOT/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT-sources.jar
00:45:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.auth.google-auth-library-credentials/0.20.0-SNAPSHOT/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT-p2metadata.xml
00:45:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.auth.google-auth-library-credentials/0.20.0-SNAPSHOT/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT-p2artifacts.xml
00:45:27 [INFO] 
00:45:27 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.auth.google-auth-library-credentials ---
00:45:27 [INFO] 
00:45:27 [INFO] --< org.eclipse.orbit.bundles:com.google.auto.value.auto-value-annotations >--
00:45:27 [INFO] Building AutoValue Annotations 1.7.0-SNAPSHOT                  [252/379]
00:45:27 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:27 [INFO] 
00:45:27 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.auto.value.auto-value-annotations ---
00:45:27 [INFO] 
00:45:27 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.auto.value.auto-value-annotations ---
00:45:27 [INFO] The project's OSGi version is 1.7.0.v20221112-0806
00:45:27 [INFO] 
00:45:27 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.auto.value.auto-value-annotations ---
00:45:27 [INFO] 
00:45:27 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.auto.value.auto-value-annotations ---
00:45:27 [INFO] Copying 3 resources
00:45:27 [INFO] 
00:45:27 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.auto.value.auto-value-annotations ---
00:45:27 [INFO] No sources to compile
00:45:27 [INFO] 
00:45:27 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.auto.value.auto-value-annotations ---
00:45:27 [INFO] Gathering dependencies
00:45:27 [INFO] Configured Artifact: com.google.auto.value:auto-value-annotations:1.7:jar
00:45:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/auto/value/auto-value-annotations/1.7/auto-value-annotations-1.7.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:27 [INFO] Merging collected dependencies
00:45:27 [INFO] Copying 7 resources
00:45:27 [INFO] Generating OSGi MANIFEST.MF
00:45:27 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.auto.value.auto-value-annotations:eclipse-bundle-recipe:1.7.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:27 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT.jar
00:45:27 [INFO] Gathering sources
00:45:27 [INFO] Configured Artifact: com.google.auto.value:auto-value-annotations:sources:1.7:jar
00:45:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/auto/value/auto-value-annotations/1.7/auto-value-annotations-1.7-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:29 [INFO] Copying 3 resources
00:45:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT-sources.jar
00:45:29 [INFO] Assembling p2 repository
00:45:30 [INFO] 
00:45:30 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.auto.value.auto-value-annotations ---
00:45:30 [INFO] 
00:45:30 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.auto.value.auto-value-annotations ---
00:45:30 [INFO] Gathering sources archives
00:45:30 [INFO] Configured Artifact: com.google.auto.value:auto-value-annotations:sources:1.7:jar
00:45:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/auto/value/auto-value-annotations/1.7/auto-value-annotations-1.7-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/sources-for-eclipse-ipzilla/auto-value-annotations-1.7-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:30 [INFO] Configured Artifact: com.google.auto.value:auto-value-annotations:sources:1.7:jar
00:45:30 [INFO] Copying auto-value-annotations-1.7-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/sources-for-eclipse-ipzilla/auto-value-annotations-1.7-sources.jar
00:45:30 [INFO] Refreshing about files and about.html
00:45:30 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:30 [INFO] 
00:45:30 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.auto.value.auto-value-annotations ---
00:45:30 [WARNING] artifact org.eclipse.orbit.bundles:com.google.auto.value.auto-value-annotations:xml:p2metadata:1.7.0-SNAPSHOT already attached, replace previous instance
00:45:30 [WARNING] artifact org.eclipse.orbit.bundles:com.google.auto.value.auto-value-annotations:xml:p2artifacts:1.7.0-SNAPSHOT already attached, replace previous instance
00:45:30 [INFO] 
00:45:30 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.auto.value.auto-value-annotations ---
00:45:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.auto.value.auto-value-annotations/1.7.0-SNAPSHOT/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT.pom
00:45:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.auto.value.auto-value-annotations/1.7.0-SNAPSHOT/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT.jar
00:45:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.auto.value.auto-value-annotations/1.7.0-SNAPSHOT/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT-sources.jar
00:45:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.auto.value.auto-value-annotations/1.7.0-SNAPSHOT/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT-p2metadata.xml
00:45:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.auto.value.auto-value-annotations/1.7.0-SNAPSHOT/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT-p2artifacts.xml
00:45:30 [INFO] 
00:45:30 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.auto.value.auto-value-annotations ---
00:45:30 [INFO] 
00:45:30 [INFO] --< org.eclipse.orbit.bundles:com.google.http-client.google-http-client >--
00:45:30 [INFO] Building Google HTTP Client Library for Java 1.34.2-SNAPSHOT   [253/379]
00:45:30 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:30 [INFO] 
00:45:30 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.http-client.google-http-client ---
00:45:30 [INFO] 
00:45:30 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.http-client.google-http-client ---
00:45:30 [INFO] The project's OSGi version is 1.34.2.v20221112-0806
00:45:30 [INFO] 
00:45:30 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.http-client.google-http-client ---
00:45:30 [INFO] 
00:45:30 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.http-client.google-http-client ---
00:45:30 [INFO] Copying 3 resources
00:45:30 [INFO] 
00:45:30 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.http-client.google-http-client ---
00:45:30 [INFO] No sources to compile
00:45:30 [INFO] 
00:45:30 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.http-client.google-http-client ---
00:45:30 [INFO] Gathering dependencies
00:45:30 [INFO] Configured Artifact: com.google.http-client:google-http-client:1.34.2:jar
00:45:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:30 [INFO] Merging collected dependencies
00:45:30 [INFO] Copying 211 resources
00:45:30 [INFO] Generating OSGi MANIFEST.MF
00:45:30 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.http-client.google-http-client:eclipse-bundle-recipe:1.34.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:30 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.http-client.google-http-client:eclipse-bundle-recipe:1.34.2-SNAPSHOT : Unused Import-Package instructions: [org.apache.http.config*, org.apache.http.ssl*] 
00:45:30 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/com.google.http-client.google-http-client-1.34.2-SNAPSHOT.jar
00:45:30 [INFO] Gathering sources
00:45:30 [INFO] Configured Artifact: com.google.http-client:google-http-client:sources:1.34.2:jar
00:45:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:30 [INFO] Copying 3 resources
00:45:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/com.google.http-client.google-http-client-1.34.2-SNAPSHOT-sources.jar
00:45:30 [INFO] Assembling p2 repository
00:45:31 [INFO] 
00:45:31 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.http-client.google-http-client ---
00:45:31 [INFO] 
00:45:31 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.http-client.google-http-client ---
00:45:31 [INFO] Gathering sources archives
00:45:31 [INFO] Configured Artifact: com.google.http-client:google-http-client:sources:1.34.2:jar
00:45:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/sources-for-eclipse-ipzilla/google-http-client-1.34.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:31 [INFO] Configured Artifact: com.google.http-client:google-http-client:sources:1.34.2:jar
00:45:31 [INFO] Copying google-http-client-1.34.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/sources-for-eclipse-ipzilla/google-http-client-1.34.2-sources.jar
00:45:31 [INFO] Refreshing about files and about.html
00:45:31 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:31 [INFO] 
00:45:31 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.http-client.google-http-client ---
00:45:31 [WARNING] artifact org.eclipse.orbit.bundles:com.google.http-client.google-http-client:xml:p2metadata:1.34.2-SNAPSHOT already attached, replace previous instance
00:45:31 [WARNING] artifact org.eclipse.orbit.bundles:com.google.http-client.google-http-client:xml:p2artifacts:1.34.2-SNAPSHOT already attached, replace previous instance
00:45:31 [INFO] 
00:45:31 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.http-client.google-http-client ---
00:45:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-1.34.2-SNAPSHOT.pom
00:45:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/com.google.http-client.google-http-client-1.34.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-1.34.2-SNAPSHOT.jar
00:45:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/com.google.http-client.google-http-client-1.34.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-1.34.2-SNAPSHOT-sources.jar
00:45:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-1.34.2-SNAPSHOT-p2metadata.xml
00:45:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-1.34.2-SNAPSHOT-p2artifacts.xml
00:45:31 [INFO] 
00:45:31 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.http-client.google-http-client ---
00:45:31 [INFO] 
00:45:31 [INFO] --< org.eclipse.orbit.bundles:com.google.http-client.google-http-client-jackson2 >--
00:45:31 [INFO] Building Jackson 2 extensions to the Google HTTP Client Library for Java. 1.34.2-SNAPSHOT [254/379]
00:45:31 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:32 [INFO] 
00:45:32 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.http-client.google-http-client-jackson2 ---
00:45:32 [INFO] 
00:45:32 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.http-client.google-http-client-jackson2 ---
00:45:32 [INFO] The project's OSGi version is 1.34.2.v20221112-0806
00:45:32 [INFO] 
00:45:32 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.http-client.google-http-client-jackson2 ---
00:45:32 [INFO] 
00:45:32 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.http-client.google-http-client-jackson2 ---
00:45:32 [INFO] Copying 3 resources
00:45:32 [INFO] 
00:45:32 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.http-client.google-http-client-jackson2 ---
00:45:32 [INFO] No sources to compile
00:45:32 [INFO] 
00:45:32 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.http-client.google-http-client-jackson2 ---
00:45:32 [INFO] Gathering dependencies
00:45:32 [INFO] Configured Artifact: com.google.http-client:google-http-client-jackson2:1.34.2:jar
00:45:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/http-client/google-http-client-jackson2/1.34.2/google-http-client-jackson2-1.34.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:32 [INFO] Merging collected dependencies
00:45:32 [INFO] Copying 6 resources
00:45:32 [INFO] Generating OSGi MANIFEST.MF
00:45:32 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.http-client.google-http-client-jackson2:eclipse-bundle-recipe:1.34.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:32 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT.jar
00:45:32 [INFO] Gathering sources
00:45:32 [INFO] Configured Artifact: com.google.http-client:google-http-client-jackson2:sources:1.34.2:jar
00:45:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/http-client/google-http-client-jackson2/1.34.2/google-http-client-jackson2-1.34.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:32 [INFO] Copying 3 resources
00:45:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT-sources.jar
00:45:32 [INFO] Assembling p2 repository
00:45:33 [INFO] 
00:45:33 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.http-client.google-http-client-jackson2 ---
00:45:33 [INFO] 
00:45:33 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.http-client.google-http-client-jackson2 ---
00:45:33 [INFO] Gathering sources archives
00:45:33 [INFO] Configured Artifact: com.google.http-client:google-http-client-jackson2:sources:1.34.2:jar
00:45:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/http-client/google-http-client-jackson2/1.34.2/google-http-client-jackson2-1.34.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/sources-for-eclipse-ipzilla/google-http-client-jackson2-1.34.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:33 [INFO] Configured Artifact: com.google.http-client:google-http-client-jackson2:sources:1.34.2:jar
00:45:33 [INFO] Copying google-http-client-jackson2-1.34.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/sources-for-eclipse-ipzilla/google-http-client-jackson2-1.34.2-sources.jar
00:45:33 [INFO] Refreshing about files and about.html
00:45:33 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:33 [INFO] 
00:45:33 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.http-client.google-http-client-jackson2 ---
00:45:33 [WARNING] artifact org.eclipse.orbit.bundles:com.google.http-client.google-http-client-jackson2:xml:p2metadata:1.34.2-SNAPSHOT already attached, replace previous instance
00:45:33 [WARNING] artifact org.eclipse.orbit.bundles:com.google.http-client.google-http-client-jackson2:xml:p2artifacts:1.34.2-SNAPSHOT already attached, replace previous instance
00:45:33 [INFO] 
00:45:33 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.http-client.google-http-client-jackson2 ---
00:45:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client-jackson2/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT.pom
00:45:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client-jackson2/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT.jar
00:45:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client-jackson2/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT-sources.jar
00:45:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client-jackson2/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT-p2metadata.xml
00:45:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client-jackson2/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT-p2artifacts.xml
00:45:33 [INFO] 
00:45:33 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.http-client.google-http-client-jackson2 ---
00:45:33 [INFO] 
00:45:33 [INFO] ---< org.eclipse.orbit.bundles:com.google.j2objc.j2objc-annotations >---
00:45:33 [INFO] Building J2ObjC Annotations 1.3.0-SNAPSHOT                     [255/379]
00:45:33 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:33 [INFO] 
00:45:33 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.j2objc.j2objc-annotations ---
00:45:33 [INFO] 
00:45:33 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.j2objc.j2objc-annotations ---
00:45:33 [INFO] The project's OSGi version is 1.3.0.v20221112-0806
00:45:33 [INFO] 
00:45:33 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.j2objc.j2objc-annotations ---
00:45:33 [INFO] 
00:45:33 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.j2objc.j2objc-annotations ---
00:45:33 [INFO] Copying 3 resources
00:45:33 [INFO] 
00:45:33 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.j2objc.j2objc-annotations ---
00:45:33 [INFO] No sources to compile
00:45:33 [INFO] 
00:45:33 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.j2objc.j2objc-annotations ---
00:45:33 [INFO] Gathering dependencies
00:45:33 [INFO] Configured Artifact: com.google.j2objc:j2objc-annotations:1.3:jar
00:45:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:33 [INFO] Merging collected dependencies
00:45:33 [INFO] Copying 13 resources
00:45:33 [INFO] Generating OSGi MANIFEST.MF
00:45:33 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.j2objc.j2objc-annotations:eclipse-bundle-recipe:1.3.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:33 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT.jar
00:45:33 [INFO] Gathering sources
00:45:33 [INFO] Configured Artifact: com.google.j2objc:j2objc-annotations:sources:1.3:jar
00:45:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:33 [INFO] Copying 3 resources
00:45:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT-sources.jar
00:45:33 [INFO] Assembling p2 repository
00:45:33 [INFO] 
00:45:33 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.j2objc.j2objc-annotations ---
00:45:33 [INFO] 
00:45:33 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.j2objc.j2objc-annotations ---
00:45:33 [INFO] Gathering sources archives
00:45:33 [INFO] Configured Artifact: com.google.j2objc:j2objc-annotations:sources:1.3:jar
00:45:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/sources-for-eclipse-ipzilla/j2objc-annotations-1.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:33 [INFO] Configured Artifact: com.google.j2objc:j2objc-annotations:sources:1.3:jar
00:45:33 [INFO] Copying j2objc-annotations-1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/sources-for-eclipse-ipzilla/j2objc-annotations-1.3-sources.jar
00:45:33 [INFO] Refreshing about files and about.html
00:45:33 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:33 [INFO] 
00:45:33 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.j2objc.j2objc-annotations ---
00:45:33 [WARNING] artifact org.eclipse.orbit.bundles:com.google.j2objc.j2objc-annotations:xml:p2metadata:1.3.0-SNAPSHOT already attached, replace previous instance
00:45:33 [WARNING] artifact org.eclipse.orbit.bundles:com.google.j2objc.j2objc-annotations:xml:p2artifacts:1.3.0-SNAPSHOT already attached, replace previous instance
00:45:33 [INFO] 
00:45:33 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.google.j2objc.j2objc-annotations ---
00:45:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.j2objc.j2objc-annotations/1.3.0-SNAPSHOT/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT.pom
00:45:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.j2objc.j2objc-annotations/1.3.0-SNAPSHOT/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT.jar
00:45:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.j2objc.j2objc-annotations/1.3.0-SNAPSHOT/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT-sources.jar
00:45:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.j2objc.j2objc-annotations/1.3.0-SNAPSHOT/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT-p2metadata.xml
00:45:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.google.j2objc.j2objc-annotations/1.3.0-SNAPSHOT/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT-p2artifacts.xml
00:45:33 [INFO] 
00:45:33 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.j2objc.j2objc-annotations ---
00:45:33 [INFO] 
00:45:33 [INFO] -----------< org.eclipse.orbit.bundles:io.grpc.grpc-context >-----------
00:45:33 [INFO] Building io.grpc:grpc-context 1.29.0-SNAPSHOT                  [256/379]
00:45:33 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:34 [INFO] 
00:45:34 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.grpc.grpc-context ---
00:45:34 [INFO] 
00:45:34 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ io.grpc.grpc-context ---
00:45:34 [INFO] The project's OSGi version is 1.29.0.v20221112-0806
00:45:34 [INFO] 
00:45:34 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ io.grpc.grpc-context ---
00:45:34 [INFO] 
00:45:34 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ io.grpc.grpc-context ---
00:45:34 [INFO] Copying 3 resources
00:45:34 [INFO] 
00:45:34 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ io.grpc.grpc-context ---
00:45:34 [INFO] No sources to compile
00:45:34 [INFO] 
00:45:34 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ io.grpc.grpc-context ---
00:45:34 [INFO] Gathering dependencies
00:45:34 [INFO] Configured Artifact: io.grpc:grpc-context:1.29.0:jar
00:45:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/grpc/grpc-context/1.29.0/grpc-context-1.29.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:34 [INFO] Merging collected dependencies
00:45:34 [INFO] Copying 27 resources
00:45:34 [INFO] Generating OSGi MANIFEST.MF
00:45:34 [WARNING] Manifest org.eclipse.orbit.bundles:io.grpc.grpc-context:eclipse-bundle-recipe:1.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:34 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/io.grpc.grpc-context-1.29.0-SNAPSHOT.jar
00:45:34 [INFO] Gathering sources
00:45:34 [INFO] Configured Artifact: io.grpc:grpc-context:sources:1.29.0:jar
00:45:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/grpc/grpc-context/1.29.0/grpc-context-1.29.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:34 [INFO] Copying 3 resources
00:45:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.grpc.grpc-context_1.29.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/io.grpc.grpc-context-1.29.0-SNAPSHOT-sources.jar
00:45:34 [INFO] Assembling p2 repository
00:45:35 [INFO] 
00:45:35 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ io.grpc.grpc-context ---
00:45:35 [INFO] 
00:45:35 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ io.grpc.grpc-context ---
00:45:35 [INFO] Gathering sources archives
00:45:35 [INFO] Configured Artifact: io.grpc:grpc-context:sources:1.29.0:jar
00:45:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/grpc/grpc-context/1.29.0/grpc-context-1.29.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/sources-for-eclipse-ipzilla/grpc-context-1.29.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:35 [INFO] Configured Artifact: io.grpc:grpc-context:sources:1.29.0:jar
00:45:35 [INFO] Copying grpc-context-1.29.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/sources-for-eclipse-ipzilla/grpc-context-1.29.0-sources.jar
00:45:35 [INFO] Refreshing about files and about.html
00:45:35 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.grpc.grpc-context_1.29.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:35 [INFO] 
00:45:35 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ io.grpc.grpc-context ---
00:45:35 [WARNING] artifact org.eclipse.orbit.bundles:io.grpc.grpc-context:xml:p2metadata:1.29.0-SNAPSHOT already attached, replace previous instance
00:45:35 [WARNING] artifact org.eclipse.orbit.bundles:io.grpc.grpc-context:xml:p2artifacts:1.29.0-SNAPSHOT already attached, replace previous instance
00:45:35 [INFO] 
00:45:35 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ io.grpc.grpc-context ---
00:45:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.grpc.grpc-context_1.29.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT.pom
00:45:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/io.grpc.grpc-context-1.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT.jar
00:45:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/io.grpc.grpc-context-1.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT-sources.jar
00:45:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT-p2metadata.xml
00:45:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT-p2artifacts.xml
00:45:35 [INFO] 
00:45:35 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ io.grpc.grpc-context ---
00:45:35 [INFO] 
00:45:35 [INFO] -------< org.eclipse.orbit.bundles:io.opencensus.opencensus-api >-------
00:45:35 [INFO] Building OpenCensus API 0.26.0-SNAPSHOT                        [257/379]
00:45:35 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:35 [INFO] 
00:45:35 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.opencensus.opencensus-api ---
00:45:35 [INFO] 
00:45:35 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ io.opencensus.opencensus-api ---
00:45:35 [INFO] The project's OSGi version is 0.26.0.v20221112-0806
00:45:35 [INFO] 
00:45:35 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ io.opencensus.opencensus-api ---
00:45:35 [INFO] 
00:45:35 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ io.opencensus.opencensus-api ---
00:45:35 [INFO] Copying 3 resources
00:45:35 [INFO] 
00:45:35 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ io.opencensus.opencensus-api ---
00:45:35 [INFO] No sources to compile
00:45:35 [INFO] 
00:45:35 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ io.opencensus.opencensus-api ---
00:45:35 [INFO] Gathering dependencies
00:45:35 [INFO] Configured Artifact: io.opencensus:opencensus-api:0.26.0:jar
00:45:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/opencensus/opencensus-api/0.26.0/opencensus-api-0.26.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:35 [INFO] Merging collected dependencies
00:45:35 [INFO] Copying 376 resources
00:45:35 [INFO] Generating OSGi MANIFEST.MF
00:45:36 [WARNING] Manifest org.eclipse.orbit.bundles:io.opencensus.opencensus-api:eclipse-bundle-recipe:0.26.0-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:45:36 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/io.opencensus.opencensus-api-0.26.0-SNAPSHOT.jar
00:45:36 [INFO] Gathering sources
00:45:36 [INFO] Configured Artifact: io.opencensus:opencensus-api:sources:0.26.0:jar
00:45:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/opencensus/opencensus-api/0.26.0/opencensus-api-0.26.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:36 [INFO] Copying 3 resources
00:45:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-sources.jar
00:45:36 [INFO] Assembling p2 repository
00:45:36 [INFO] 
00:45:36 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ io.opencensus.opencensus-api ---
00:45:36 [INFO] 
00:45:36 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ io.opencensus.opencensus-api ---
00:45:36 [INFO] Gathering sources archives
00:45:36 [INFO] Configured Artifact: io.opencensus:opencensus-api:sources:0.26.0:jar
00:45:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/opencensus/opencensus-api/0.26.0/opencensus-api-0.26.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/sources-for-eclipse-ipzilla/opencensus-api-0.26.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:36 [INFO] Configured Artifact: io.opencensus:opencensus-api:sources:0.26.0:jar
00:45:36 [INFO] Copying opencensus-api-0.26.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/sources-for-eclipse-ipzilla/opencensus-api-0.26.0-sources.jar
00:45:36 [INFO] Refreshing about files and about.html
00:45:36 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:36 [INFO] 
00:45:36 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ io.opencensus.opencensus-api ---
00:45:36 [WARNING] artifact org.eclipse.orbit.bundles:io.opencensus.opencensus-api:xml:p2metadata:0.26.0-SNAPSHOT already attached, replace previous instance
00:45:36 [WARNING] artifact org.eclipse.orbit.bundles:io.opencensus.opencensus-api:xml:p2artifacts:0.26.0-SNAPSHOT already attached, replace previous instance
00:45:36 [INFO] 
00:45:36 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ io.opencensus.opencensus-api ---
00:45:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT.pom
00:45:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/io.opencensus.opencensus-api-0.26.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT.jar
00:45:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-sources.jar
00:45:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-p2metadata.xml
00:45:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-p2artifacts.xml
00:45:36 [INFO] 
00:45:36 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ io.opencensus.opencensus-api ---
00:45:36 [INFO] 
00:45:36 [INFO] --< org.eclipse.orbit.bundles:io.opencensus.opencensus-contrib-http-util >--
00:45:36 [INFO] Building OpenCensus Contrib HTTP Utils 0.26.0-SNAPSHOT         [258/379]
00:45:36 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:37 [INFO] 
00:45:37 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.opencensus.opencensus-contrib-http-util ---
00:45:37 [INFO] 
00:45:37 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ io.opencensus.opencensus-contrib-http-util ---
00:45:37 [INFO] The project's OSGi version is 0.26.0.v20221112-0806
00:45:37 [INFO] 
00:45:37 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ io.opencensus.opencensus-contrib-http-util ---
00:45:37 [INFO] 
00:45:37 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ io.opencensus.opencensus-contrib-http-util ---
00:45:37 [INFO] Copying 3 resources
00:45:37 [INFO] 
00:45:37 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ io.opencensus.opencensus-contrib-http-util ---
00:45:37 [INFO] No sources to compile
00:45:37 [INFO] 
00:45:37 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ io.opencensus.opencensus-contrib-http-util ---
00:45:37 [INFO] Gathering dependencies
00:45:37 [INFO] Configured Artifact: io.opencensus:opencensus-contrib-http-util:0.26.0:jar
00:45:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/opencensus/opencensus-contrib-http-util/0.26.0/opencensus-contrib-http-util-0.26.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:37 [INFO] Merging collected dependencies
00:45:37 [INFO] Copying 13 resources
00:45:37 [INFO] Generating OSGi MANIFEST.MF
00:45:37 [WARNING] Manifest org.eclipse.orbit.bundles:io.opencensus.opencensus-contrib-http-util:eclipse-bundle-recipe:0.26.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:37 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT.jar
00:45:37 [INFO] Gathering sources
00:45:37 [INFO] Configured Artifact: io.opencensus:opencensus-contrib-http-util:sources:0.26.0:jar
00:45:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/opencensus/opencensus-contrib-http-util/0.26.0/opencensus-contrib-http-util-0.26.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:37 [INFO] Copying 3 resources
00:45:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT-sources.jar
00:45:37 [INFO] Assembling p2 repository
00:45:38 [INFO] 
00:45:38 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ io.opencensus.opencensus-contrib-http-util ---
00:45:38 [INFO] 
00:45:38 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ io.opencensus.opencensus-contrib-http-util ---
00:45:38 [INFO] Gathering sources archives
00:45:38 [INFO] Configured Artifact: io.opencensus:opencensus-contrib-http-util:sources:0.26.0:jar
00:45:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/opencensus/opencensus-contrib-http-util/0.26.0/opencensus-contrib-http-util-0.26.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/sources-for-eclipse-ipzilla/opencensus-contrib-http-util-0.26.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:38 [INFO] Configured Artifact: io.opencensus:opencensus-contrib-http-util:sources:0.26.0:jar
00:45:38 [INFO] Copying opencensus-contrib-http-util-0.26.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/sources-for-eclipse-ipzilla/opencensus-contrib-http-util-0.26.0-sources.jar
00:45:38 [INFO] Refreshing about files and about.html
00:45:38 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:38 [INFO] 
00:45:38 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ io.opencensus.opencensus-contrib-http-util ---
00:45:38 [WARNING] artifact org.eclipse.orbit.bundles:io.opencensus.opencensus-contrib-http-util:xml:p2metadata:0.26.0-SNAPSHOT already attached, replace previous instance
00:45:38 [WARNING] artifact org.eclipse.orbit.bundles:io.opencensus.opencensus-contrib-http-util:xml:p2artifacts:0.26.0-SNAPSHOT already attached, replace previous instance
00:45:38 [INFO] 
00:45:38 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ io.opencensus.opencensus-contrib-http-util ---
00:45:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-contrib-http-util/0.26.0-SNAPSHOT/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT.pom
00:45:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-contrib-http-util/0.26.0-SNAPSHOT/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT.jar
00:45:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-contrib-http-util/0.26.0-SNAPSHOT/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT-sources.jar
00:45:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-contrib-http-util/0.26.0-SNAPSHOT/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT-p2metadata.xml
00:45:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-contrib-http-util/0.26.0-SNAPSHOT/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT-p2artifacts.xml
00:45:38 [INFO] 
00:45:38 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ io.opencensus.opencensus-contrib-http-util ---
00:45:38 [INFO] 
00:45:38 [INFO] ---< org.eclipse.orbit.bundles:org.conscrypt.conscrypt-openjdk-uber >---
00:45:38 [INFO] Building org.conscrypt:conscrypt-openjdk-uber 2.5.1-SNAPSHOT   [259/379]
00:45:38 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:38 [INFO] 
00:45:38 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.conscrypt.conscrypt-openjdk-uber ---
00:45:38 [INFO] 
00:45:38 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.conscrypt.conscrypt-openjdk-uber ---
00:45:38 [INFO] The project's OSGi version is 2.5.1.v20220506-1020
00:45:38 [INFO] 
00:45:38 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.conscrypt.conscrypt-openjdk-uber ---
00:45:38 [INFO] 
00:45:38 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.conscrypt.conscrypt-openjdk-uber ---
00:45:38 [INFO] Copying 3 resources
00:45:38 [INFO] 
00:45:38 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.conscrypt.conscrypt-openjdk-uber ---
00:45:38 [INFO] No sources to compile
00:45:38 [INFO] 
00:45:38 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.conscrypt.conscrypt-openjdk-uber ---
00:45:38 [INFO] Gathering dependencies
00:45:38 [INFO] Configured Artifact: org.conscrypt:conscrypt-openjdk-uber:2.5.1:jar
00:45:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/conscrypt/conscrypt-openjdk-uber/2.5.1/conscrypt-openjdk-uber-2.5.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA"
00:45:38 [INFO] Merging collected dependencies
00:45:38 [INFO] Copying 321 resources
00:45:38 [INFO] Generating OSGi MANIFEST.MF
00:45:38 [WARNING] Manifest org.eclipse.orbit.bundles:org.conscrypt.conscrypt-openjdk-uber:eclipse-bundle-recipe:2.5.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:38 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.jar
00:45:39 [INFO] Gathering sources
00:45:39 [INFO] Configured Artifact: org.conscrypt:conscrypt-openjdk-uber:sources:2.5.1:jar
00:45:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/conscrypt/conscrypt-openjdk-uber/2.5.1/conscrypt-openjdk-uber-2.5.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA"
00:45:39 [INFO] Copying 3 resources
00:45:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-sources.jar
00:45:39 [INFO] Assembling p2 repository
00:45:40 [INFO] 
00:45:40 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.conscrypt.conscrypt-openjdk-uber ---
00:45:40 [INFO] 
00:45:40 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.conscrypt.conscrypt-openjdk-uber ---
00:45:40 [INFO] Gathering sources archives
00:45:40 [INFO] Configured Artifact: org.conscrypt:conscrypt-openjdk-uber:sources:2.5.1:jar
00:45:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/conscrypt/conscrypt-openjdk-uber/2.5.1/conscrypt-openjdk-uber-2.5.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/sources-for-eclipse-ipzilla/conscrypt-openjdk-uber-2.5.1-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA"
00:45:40 [INFO] Configured Artifact: org.conscrypt:conscrypt-openjdk-uber:sources:2.5.1:jar
00:45:40 [INFO] Copying conscrypt-openjdk-uber-2.5.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/sources-for-eclipse-ipzilla/conscrypt-openjdk-uber-2.5.1-sources.jar
00:45:40 [INFO] Refreshing about files and about.html
00:45:40 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:40 [INFO] 
00:45:40 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.conscrypt.conscrypt-openjdk-uber ---
00:45:40 [WARNING] artifact org.eclipse.orbit.bundles:org.conscrypt.conscrypt-openjdk-uber:xml:p2metadata:2.5.1-SNAPSHOT already attached, replace previous instance
00:45:40 [WARNING] artifact org.eclipse.orbit.bundles:org.conscrypt.conscrypt-openjdk-uber:xml:p2artifacts:2.5.1-SNAPSHOT already attached, replace previous instance
00:45:40 [INFO] 
00:45:40 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.conscrypt.conscrypt-openjdk-uber ---
00:45:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.conscrypt.conscrypt-openjdk-uber/2.5.1-SNAPSHOT/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.pom
00:45:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.conscrypt.conscrypt-openjdk-uber/2.5.1-SNAPSHOT/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.jar
00:45:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.conscrypt.conscrypt-openjdk-uber/2.5.1-SNAPSHOT/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-sources.jar
00:45:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.conscrypt.conscrypt-openjdk-uber/2.5.1-SNAPSHOT/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-p2metadata.xml
00:45:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.conscrypt.conscrypt-openjdk-uber/2.5.1-SNAPSHOT/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-p2artifacts.xml
00:45:40 [INFO] 
00:45:40 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.conscrypt.conscrypt-openjdk-uber ---
00:45:40 [INFO] 
00:45:40 [INFO] --------------< org.eclipse.orbit.bundles:graphql-parent >--------------
00:45:40 [INFO] Building Eclipse Orbit :: GraphQL Recipes 1.0.0-SNAPSHOT       [260/379]
00:45:40 [INFO] --------------------------------[ pom ]---------------------------------
00:45:40 [INFO] 
00:45:40 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ graphql-parent ---
00:45:40 [INFO] 
00:45:40 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ graphql-parent ---
00:45:40 [INFO] 
00:45:40 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ graphql-parent ---
00:45:40 [INFO] 
00:45:40 [INFO] --- maven-install-plugin:2.4:install (default-install) @ graphql-parent ---
00:45:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/graphql-parent/1.0.0-SNAPSHOT/graphql-parent-1.0.0-SNAPSHOT.pom
00:45:40 [INFO] 
00:45:40 [INFO] -------< org.eclipse.orbit.bundles:com.graphql.java.dataloader >--------
00:45:40 [INFO] Building java-dataloader 2.1.1-SNAPSHOT                        [261/379]
00:45:40 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:40 [INFO] 
00:45:40 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.graphql.java.dataloader ---
00:45:40 [INFO] 
00:45:40 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.graphql.java.dataloader ---
00:45:40 [INFO] The project's OSGi version is 2.1.1.v20181120-0809
00:45:40 [INFO] 
00:45:40 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.graphql.java.dataloader ---
00:45:40 [INFO] 
00:45:40 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.graphql.java.dataloader ---
00:45:40 [INFO] Copying 3 resources
00:45:40 [INFO] 
00:45:40 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.graphql.java.dataloader ---
00:45:40 [INFO] No sources to compile
00:45:40 [INFO] 
00:45:40 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.graphql.java.dataloader ---
00:45:40 [INFO] Gathering dependencies
00:45:40 [INFO] Configured Artifact: com.graphql-java:java-dataloader:2.1.1:jar
00:45:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/graphql-java/java-dataloader/2.1.1/java-dataloader-2.1.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:40 [INFO] Merging collected dependencies
00:45:40 [INFO] Copying 31 resources
00:45:40 [INFO] Generating OSGi MANIFEST.MF
00:45:40 [WARNING] Manifest org.eclipse.orbit.bundles:com.graphql.java.dataloader:eclipse-bundle-recipe:2.1.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] 
00:45:40 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/com.graphql.java.dataloader-2.1.1-SNAPSHOT.jar
00:45:40 [INFO] Gathering sources
00:45:40 [INFO] Configured Artifact: com.graphql-java:java-dataloader:sources:2.1.1:jar
00:45:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/graphql-java/java-dataloader/2.1.1/java-dataloader-2.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:40 [INFO] Copying 3 resources
00:45:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/com.graphql.java.dataloader-2.1.1-SNAPSHOT-sources.jar
00:45:40 [INFO] Assembling p2 repository
00:45:41 [INFO] 
00:45:41 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.graphql.java.dataloader ---
00:45:41 [INFO] 
00:45:41 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.graphql.java.dataloader ---
00:45:41 [INFO] Gathering sources archives
00:45:41 [INFO] Configured Artifact: com.graphql-java:java-dataloader:sources:2.1.1:jar
00:45:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/graphql-java/java-dataloader/2.1.1/java-dataloader-2.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/sources-for-eclipse-ipzilla/java-dataloader-2.1.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:41 [INFO] Configured Artifact: com.graphql-java:java-dataloader:sources:2.1.1:jar
00:45:41 [INFO] Copying java-dataloader-2.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/sources-for-eclipse-ipzilla/java-dataloader-2.1.1-sources.jar
00:45:41 [INFO] Refreshing about files and about.html
00:45:41 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:41 [INFO] 
00:45:41 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.graphql.java.dataloader ---
00:45:41 [WARNING] artifact org.eclipse.orbit.bundles:com.graphql.java.dataloader:xml:p2metadata:2.1.1-SNAPSHOT already attached, replace previous instance
00:45:41 [WARNING] artifact org.eclipse.orbit.bundles:com.graphql.java.dataloader:xml:p2artifacts:2.1.1-SNAPSHOT already attached, replace previous instance
00:45:41 [INFO] 
00:45:41 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.graphql.java.dataloader ---
00:45:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT.pom
00:45:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/com.graphql.java.dataloader-2.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT.jar
00:45:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/com.graphql.java.dataloader-2.1.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT-sources.jar
00:45:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT-p2metadata.xml
00:45:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT-p2artifacts.xml
00:45:41 [INFO] 
00:45:41 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.graphql.java.dataloader ---
00:45:41 [INFO] 
00:45:41 [INFO] -------------< org.eclipse.orbit.bundles:com.graphql.java >-------------
00:45:41 [INFO] Building graphql-java 11.0.0-SNAPSHOT                          [262/379]
00:45:41 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:42 [INFO] 
00:45:42 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.graphql.java ---
00:45:42 [INFO] 
00:45:42 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.graphql.java ---
00:45:42 [INFO] The project's OSGi version is 11.0.0.v20221112-0806
00:45:42 [INFO] 
00:45:42 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.graphql.java ---
00:45:42 [INFO] 
00:45:42 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.graphql.java ---
00:45:42 [INFO] Copying 3 resources
00:45:42 [INFO] 
00:45:42 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.graphql.java ---
00:45:42 [INFO] No sources to compile
00:45:42 [INFO] 
00:45:42 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.graphql.java ---
00:45:42 [INFO] Gathering dependencies
00:45:42 [INFO] Configured Artifact: com.graphql-java:graphql-java:11.0:jar
00:45:42 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/graphql-java/graphql-java/11.0/graphql-java-11.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java_11.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:42 [INFO] Merging collected dependencies
00:45:42 [INFO] Copying 676 resources
00:45:42 [INFO] Generating OSGi MANIFEST.MF
00:45:42 [WARNING] Manifest org.eclipse.orbit.bundles:com.graphql.java:eclipse-bundle-recipe:11.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:42 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java_11.0.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java_11.0.0/target/com.graphql.java-11.0.0-SNAPSHOT.jar
00:45:43 [INFO] Gathering sources
00:45:43 [INFO] Configured Artifact: com.graphql-java:graphql-java:sources:11.0:jar
00:45:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/graphql-java/graphql-java/11.0/graphql-java-11.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java_11.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:43 [INFO] Copying 3 resources
00:45:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java_11.0.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java_11.0.0/target/com.graphql.java-11.0.0-SNAPSHOT-sources.jar
00:45:43 [INFO] Assembling p2 repository
00:45:44 [INFO] 
00:45:44 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.graphql.java ---
00:45:44 [INFO] 
00:45:44 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.graphql.java ---
00:45:44 [INFO] Gathering sources archives
00:45:44 [INFO] Configured Artifact: com.graphql-java:graphql-java:sources:11.0:jar
00:45:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/graphql-java/graphql-java/11.0/graphql-java-11.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java_11.0.0/target/sources-for-eclipse-ipzilla/graphql-java-11.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:44 [INFO] Configured Artifact: com.graphql-java:graphql-java:sources:11.0:jar
00:45:44 [INFO] Copying graphql-java-11.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java_11.0.0/target/sources-for-eclipse-ipzilla/graphql-java-11.0-sources.jar
00:45:44 [INFO] Refreshing about files and about.html
00:45:44 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java_11.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:44 [INFO] 
00:45:44 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.graphql.java ---
00:45:44 [WARNING] artifact org.eclipse.orbit.bundles:com.graphql.java:xml:p2metadata:11.0.0-SNAPSHOT already attached, replace previous instance
00:45:44 [WARNING] artifact org.eclipse.orbit.bundles:com.graphql.java:xml:p2artifacts:11.0.0-SNAPSHOT already attached, replace previous instance
00:45:44 [INFO] 
00:45:44 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.graphql.java ---
00:45:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java_11.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT.pom
00:45:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java_11.0.0/target/com.graphql.java-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT.jar
00:45:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java_11.0.0/target/com.graphql.java-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT-sources.jar
00:45:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java_11.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT-p2metadata.xml
00:45:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/graphql/com.graphql.java_11.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT-p2artifacts.xml
00:45:44 [INFO] 
00:45:44 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.graphql.java ---
00:45:44 [INFO] 
00:45:44 [INFO] -----------------< org.eclipse.orbit.bundles:hamcrest >-----------------
00:45:44 [INFO] Building Eclipse Orbit :: Hamcrest Recipes 1.0.0-SNAPSHOT      [263/379]
00:45:44 [INFO] --------------------------------[ pom ]---------------------------------
00:45:44 [INFO] 
00:45:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hamcrest ---
00:45:44 [INFO] 
00:45:44 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ hamcrest ---
00:45:44 [INFO] 
00:45:44 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ hamcrest ---
00:45:44 [INFO] 
00:45:44 [INFO] --- maven-install-plugin:2.4:install (default-install) @ hamcrest ---
00:45:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/hamcrest/1.0.0-SNAPSHOT/hamcrest-1.0.0-SNAPSHOT.pom
00:45:44 [INFO] 
00:45:44 [INFO] ------------< org.eclipse.orbit.bundles:org.hamcrest.core >-------------
00:45:44 [INFO] Building Hamcrest Core 1.3.0-SNAPSHOT                          [264/379]
00:45:44 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:44 [INFO] 
00:45:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.hamcrest.core ---
00:45:44 [INFO] 
00:45:44 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.hamcrest.core ---
00:45:44 [INFO] The project's OSGi version is 1.3.0.v20180420-1519
00:45:44 [INFO] 
00:45:44 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.hamcrest.core ---
00:45:44 [INFO] 
00:45:44 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.hamcrest.core ---
00:45:44 [INFO] Copying 3 resources
00:45:44 [INFO] 
00:45:44 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.hamcrest.core ---
00:45:44 [INFO] No sources to compile
00:45:44 [INFO] 
00:45:44 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.hamcrest.core ---
00:45:44 [INFO] Gathering dependencies
00:45:44 [INFO] Configured Artifact: org.hamcrest:hamcrest-core:1.3:jar
00:45:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:44 [INFO] Merging collected dependencies
00:45:44 [INFO] Copying 47 resources
00:45:44 [INFO] Generating OSGi MANIFEST.MF
00:45:44 [WARNING] Manifest org.eclipse.orbit.bundles:org.hamcrest.core:eclipse-bundle-recipe:1.3.0-SNAPSHOT : Unused Import-Package instructions: [Import-Package: !*] 
00:45:44 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/org.hamcrest.core-1.3.0-SNAPSHOT.jar
00:45:44 [INFO] Gathering sources
00:45:44 [INFO] Configured Artifact: org.hamcrest:hamcrest-core:sources:1.3:jar
00:45:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:44 [INFO] Copying 3 resources
00:45:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/org.hamcrest.core-1.3.0-SNAPSHOT-sources.jar
00:45:44 [INFO] Assembling p2 repository
00:45:45 [INFO] 
00:45:45 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.hamcrest.core ---
00:45:45 [INFO] 
00:45:45 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.hamcrest.core ---
00:45:45 [INFO] Gathering sources archives
00:45:45 [INFO] Configured Artifact: org.hamcrest:hamcrest-core:sources:1.3:jar
00:45:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/sources-for-eclipse-ipzilla/hamcrest-core-1.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:45 [INFO] Configured Artifact: org.hamcrest:hamcrest-core:sources:1.3:jar
00:45:45 [INFO] Copying hamcrest-core-1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/sources-for-eclipse-ipzilla/hamcrest-core-1.3-sources.jar
00:45:45 [INFO] Refreshing about files and about.html
00:45:45 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:45 [INFO] 
00:45:45 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.hamcrest.core ---
00:45:45 [WARNING] artifact org.eclipse.orbit.bundles:org.hamcrest.core:xml:p2metadata:1.3.0-SNAPSHOT already attached, replace previous instance
00:45:45 [WARNING] artifact org.eclipse.orbit.bundles:org.hamcrest.core:xml:p2artifacts:1.3.0-SNAPSHOT already attached, replace previous instance
00:45:45 [INFO] 
00:45:45 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.hamcrest.core ---
00:45:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT.pom
00:45:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/org.hamcrest.core-1.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT.jar
00:45:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/org.hamcrest.core-1.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT-sources.jar
00:45:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT-p2metadata.xml
00:45:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT-p2artifacts.xml
00:45:45 [INFO] 
00:45:45 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.hamcrest.core ---
00:45:45 [INFO] 
00:45:45 [INFO] -----------< org.eclipse.orbit.bundles:org.hamcrest.library >-----------
00:45:45 [INFO] Building Hamcrest library 1.3.0-SNAPSHOT                       [265/379]
00:45:45 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:45 [INFO] 
00:45:45 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.hamcrest.library ---
00:45:45 [INFO] 
00:45:45 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.hamcrest.library ---
00:45:45 [INFO] The project's OSGi version is 1.3.0.v20180524-2246
00:45:45 [INFO] 
00:45:45 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.hamcrest.library ---
00:45:45 [INFO] 
00:45:45 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.hamcrest.library ---
00:45:45 [INFO] Copying 3 resources
00:45:45 [INFO] 
00:45:45 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.hamcrest.library ---
00:45:45 [INFO] No sources to compile
00:45:45 [INFO] 
00:45:45 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.hamcrest.library ---
00:45:45 [INFO] Gathering dependencies
00:45:45 [INFO] Configured Artifact: org.hamcrest:hamcrest-library:1.3:jar
00:45:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:45 [INFO] Merging collected dependencies
00:45:45 [INFO] Copying 37 resources
00:45:45 [INFO] Generating OSGi MANIFEST.MF
00:45:45 [WARNING] Manifest org.eclipse.orbit.bundles:org.hamcrest.library:eclipse-bundle-recipe:1.3.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:45 [WARNING] Manifest org.eclipse.orbit.bundles:org.hamcrest.library:eclipse-bundle-recipe:1.3.0-SNAPSHOT : Host org.hamcrest.core=bundle-version="1.3.0" for this fragment/require bundle cannot be found on the classpath
00:45:45 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/org.hamcrest.library-1.3.0-SNAPSHOT.jar
00:45:45 [INFO] Gathering sources
00:45:45 [INFO] Configured Artifact: org.hamcrest:hamcrest-library:sources:1.3:jar
00:45:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:45 [INFO] Copying 3 resources
00:45:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/org.hamcrest.library-1.3.0-SNAPSHOT-sources.jar
00:45:45 [INFO] Assembling p2 repository
00:45:46 [INFO] 
00:45:46 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.hamcrest.library ---
00:45:46 [INFO] 
00:45:46 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.hamcrest.library ---
00:45:46 [INFO] Gathering sources archives
00:45:46 [INFO] Configured Artifact: org.hamcrest:hamcrest-library:sources:1.3:jar
00:45:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/sources-for-eclipse-ipzilla/hamcrest-library-1.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:46 [INFO] Configured Artifact: org.hamcrest:hamcrest-library:sources:1.3:jar
00:45:46 [INFO] Copying hamcrest-library-1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/sources-for-eclipse-ipzilla/hamcrest-library-1.3-sources.jar
00:45:46 [INFO] Refreshing about files and about.html
00:45:46 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:46 [INFO] 
00:45:46 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.hamcrest.library ---
00:45:46 [WARNING] artifact org.eclipse.orbit.bundles:org.hamcrest.library:xml:p2metadata:1.3.0-SNAPSHOT already attached, replace previous instance
00:45:46 [WARNING] artifact org.eclipse.orbit.bundles:org.hamcrest.library:xml:p2artifacts:1.3.0-SNAPSHOT already attached, replace previous instance
00:45:46 [INFO] 
00:45:46 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.hamcrest.library ---
00:45:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT.pom
00:45:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/org.hamcrest.library-1.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT.jar
00:45:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/org.hamcrest.library-1.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT-sources.jar
00:45:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT-p2metadata.xml
00:45:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT-p2artifacts.xml
00:45:46 [INFO] 
00:45:46 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.hamcrest.library ---
00:45:46 [INFO] 
00:45:46 [INFO] ---------------< org.eclipse.orbit.bundles:org.hamcrest >---------------
00:45:46 [INFO] Building Hamcrest 2.2.0-SNAPSHOT                               [266/379]
00:45:46 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:46 [INFO] 
00:45:46 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.hamcrest ---
00:45:46 [INFO] 
00:45:46 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.hamcrest ---
00:45:46 [INFO] The project's OSGi version is 2.2.0.v20210711-0821
00:45:46 [INFO] 
00:45:46 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.hamcrest ---
00:45:46 [INFO] 
00:45:46 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.hamcrest ---
00:45:46 [INFO] Copying 3 resources
00:45:46 [INFO] 
00:45:46 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.hamcrest ---
00:45:46 [INFO] No sources to compile
00:45:46 [INFO] 
00:45:46 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.hamcrest ---
00:45:46 [INFO] Gathering dependencies
00:45:46 [INFO] Configured Artifact: org.hamcrest:hamcrest:2.2:jar
00:45:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:46 [INFO] Merging collected dependencies
00:45:46 [INFO] Copying 109 resources
00:45:46 [INFO] Generating OSGi MANIFEST.MF
00:45:46 [WARNING] Manifest org.eclipse.orbit.bundles:org.hamcrest:eclipse-bundle-recipe:2.2.0-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:45:46 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/org.hamcrest-2.2.0-SNAPSHOT.jar
00:45:46 [INFO] Gathering sources
00:45:46 [INFO] Configured Artifact: org.hamcrest:hamcrest:sources:2.2:jar
00:45:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/hamcrest/hamcrest/2.2/hamcrest-2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:46 [INFO] Copying 3 resources
00:45:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest_2.2.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/org.hamcrest-2.2.0-SNAPSHOT-sources.jar
00:45:46 [INFO] Assembling p2 repository
00:45:47 [INFO] 
00:45:47 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.hamcrest ---
00:45:47 [INFO] 
00:45:47 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.hamcrest ---
00:45:47 [INFO] Gathering sources archives
00:45:47 [INFO] Configured Artifact: org.hamcrest:hamcrest:sources:2.2:jar
00:45:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/hamcrest/hamcrest/2.2/hamcrest-2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/sources-for-eclipse-ipzilla/hamcrest-2.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:47 [INFO] Configured Artifact: org.hamcrest:hamcrest:sources:2.2:jar
00:45:47 [INFO] Copying hamcrest-2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/sources-for-eclipse-ipzilla/hamcrest-2.2-sources.jar
00:45:47 [INFO] Refreshing about files and about.html
00:45:47 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest_2.2.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:47 [INFO] 
00:45:47 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.hamcrest ---
00:45:47 [WARNING] artifact org.eclipse.orbit.bundles:org.hamcrest:xml:p2metadata:2.2.0-SNAPSHOT already attached, replace previous instance
00:45:47 [WARNING] artifact org.eclipse.orbit.bundles:org.hamcrest:xml:p2artifacts:2.2.0-SNAPSHOT already attached, replace previous instance
00:45:47 [INFO] 
00:45:47 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.hamcrest ---
00:45:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest_2.2.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.hamcrest/2.2.0-SNAPSHOT/org.hamcrest-2.2.0-SNAPSHOT.pom
00:45:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/org.hamcrest-2.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.hamcrest/2.2.0-SNAPSHOT/org.hamcrest-2.2.0-SNAPSHOT.jar
00:45:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/org.hamcrest-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.hamcrest/2.2.0-SNAPSHOT/org.hamcrest-2.2.0-SNAPSHOT-sources.jar
00:45:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.hamcrest/2.2.0-SNAPSHOT/org.hamcrest-2.2.0-SNAPSHOT-p2metadata.xml
00:45:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.hamcrest/2.2.0-SNAPSHOT/org.hamcrest-2.2.0-SNAPSHOT-p2artifacts.xml
00:45:47 [INFO] 
00:45:47 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.hamcrest ---
00:45:47 [INFO] 
00:45:47 [INFO] --------------< org.eclipse.orbit.bundles:hsqldb-parent >---------------
00:45:47 [INFO] Building Eclipse Orbit :: Hsqldb Recipes 1.0.0-SNAPSHOT        [267/379]
00:45:47 [INFO] --------------------------------[ pom ]---------------------------------
00:45:47 [INFO] 
00:45:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hsqldb-parent ---
00:45:47 [INFO] 
00:45:47 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ hsqldb-parent ---
00:45:47 [INFO] 
00:45:47 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ hsqldb-parent ---
00:45:47 [INFO] 
00:45:47 [INFO] --- maven-install-plugin:2.4:install (default-install) @ hsqldb-parent ---
00:45:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hsqldb/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/hsqldb-parent/1.0.0-SNAPSHOT/hsqldb-parent-1.0.0-SNAPSHOT.pom
00:45:47 [INFO] 
00:45:47 [INFO] ----------------< org.eclipse.orbit.bundles:org.hsqldb >----------------
00:45:47 [INFO] Building HyperSQL Database 2.2.9-SNAPSHOT                      [268/379]
00:45:47 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:47 [INFO] 
00:45:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.hsqldb ---
00:45:47 [INFO] 
00:45:47 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.hsqldb ---
00:45:47 [INFO] The project's OSGi version is 2.2.9.v20221112-0806
00:45:48 [INFO] 
00:45:48 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.hsqldb ---
00:45:48 [INFO] 
00:45:48 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.hsqldb ---
00:45:48 [INFO] Copying 2 resources
00:45:48 [INFO] 
00:45:48 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.hsqldb ---
00:45:48 [INFO] No sources to compile
00:45:48 [INFO] 
00:45:48 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.hsqldb ---
00:45:48 [INFO] Gathering dependencies
00:45:48 [INFO] Configured Artifact: org.hsqldb:hsqldb:2.2.9:jar
00:45:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:48 [INFO] Merging collected dependencies
00:45:48 [INFO] Copying 609 resources
00:45:48 [INFO] Generating OSGi MANIFEST.MF
00:45:48 [WARNING] Manifest org.eclipse.orbit.bundles:org.hsqldb:eclipse-bundle-recipe:2.2.9-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:45:48 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/org.hsqldb-2.2.9-SNAPSHOT.jar
00:45:49 [INFO] Gathering sources
00:45:49 [INFO] Configured Artifact: org.hsqldb:hsqldb:sources:2.2.9:jar
00:45:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:49 [INFO] Copying 2 resources
00:45:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/hsqldb/org.hsqldb_2.2.9/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/org.hsqldb-2.2.9-SNAPSHOT-sources.jar
00:45:49 [INFO] Assembling p2 repository
00:45:50 [INFO] 
00:45:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.hsqldb ---
00:45:50 [INFO] 
00:45:50 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.hsqldb ---
00:45:50 [INFO] Gathering sources archives
00:45:50 [INFO] Configured Artifact: org.hsqldb:hsqldb:sources:2.2.9:jar
00:45:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/sources-for-eclipse-ipzilla/hsqldb-2.2.9-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:50 [INFO] Configured Artifact: org.hsqldb:hsqldb:sources:2.2.9:jar
00:45:50 [INFO] Copying hsqldb-2.2.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/sources-for-eclipse-ipzilla/hsqldb-2.2.9-sources.jar
00:45:50 [INFO] Refreshing about files and about.html
00:45:50 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/hsqldb/org.hsqldb_2.2.9/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:45:50 [INFO] 
00:45:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.hsqldb ---
00:45:50 [WARNING] artifact org.eclipse.orbit.bundles:org.hsqldb:xml:p2metadata:2.2.9-SNAPSHOT already attached, replace previous instance
00:45:50 [WARNING] artifact org.eclipse.orbit.bundles:org.hsqldb:xml:p2artifacts:2.2.9-SNAPSHOT already attached, replace previous instance
00:45:50 [INFO] 
00:45:50 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.hsqldb ---
00:45:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hsqldb/org.hsqldb_2.2.9/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT.pom
00:45:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/org.hsqldb-2.2.9-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT.jar
00:45:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/org.hsqldb-2.2.9-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT-sources.jar
00:45:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT-p2metadata.xml
00:45:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT-p2artifacts.xml
00:45:50 [INFO] 
00:45:50 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.hsqldb ---
00:45:50 [INFO] 
00:45:50 [INFO] ---------------< org.eclipse.orbit.bundles:icu4j-parent >---------------
00:45:50 [INFO] Building Eclipse Orbit :: ICU4J Recipes 1.0.0-SNAPSHOT         [269/379]
00:45:50 [INFO] --------------------------------[ pom ]---------------------------------
00:45:50 [INFO] 
00:45:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ icu4j-parent ---
00:45:50 [INFO] 
00:45:50 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ icu4j-parent ---
00:45:50 [INFO] 
00:45:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ icu4j-parent ---
00:45:50 [INFO] 
00:45:50 [INFO] --- maven-install-plugin:2.4:install (default-install) @ icu4j-parent ---
00:45:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/icu4j/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/icu4j-parent/1.0.0-SNAPSHOT/icu4j-parent-1.0.0-SNAPSHOT.pom
00:45:50 [INFO] 
00:45:50 [INFO] ---------------< org.eclipse.orbit.bundles:com.ibm.icu >----------------
00:45:50 [INFO] Building ICU4J 72.1 72.1.0-SNAPSHOT                            [270/379]
00:45:50 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:45:51 [INFO] 
00:45:51 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.ibm.icu ---
00:45:51 [INFO] 
00:45:51 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.ibm.icu ---
00:45:51 [INFO] The project's OSGi version is 72.1.0.v20221115-2007
00:45:51 [INFO] 
00:45:51 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.ibm.icu ---
00:45:51 [INFO] 
00:45:51 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.ibm.icu ---
00:45:51 [INFO] Copying 3 resources
00:45:51 [INFO] 
00:45:51 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.ibm.icu ---
00:45:51 [INFO] No sources to compile
00:45:51 [INFO] 
00:45:51 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.ibm.icu ---
00:45:51 [INFO] Gathering dependencies
00:45:51 [INFO] Configured Artifact: com.ibm.icu:icu4j:72.1:jar
00:45:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/ibm/icu/icu4j/72.1/icu4j-72.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:45:53 [INFO] Merging collected dependencies
00:45:53 [INFO] Copying 5424 resources
00:45:54 [INFO] Generating OSGi MANIFEST.MF
00:45:55 [WARNING] Manifest org.eclipse.orbit.bundles:com.ibm.icu:eclipse-bundle-recipe:72.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*] 
00:45:55 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/com.ibm.icu-72.1.0-SNAPSHOT.jar
00:45:57 [INFO] Gathering sources
00:45:57 [INFO] Configured Artifact: com.ibm.icu:icu4j:sources:72.1:jar
00:46:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/ibm/icu/icu4j/72.1/icu4j-72.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:04 [INFO] Copying 3 resources
00:46:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/icu4j/com.ibm.icu_72.1.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/com.ibm.icu-72.1.0-SNAPSHOT-sources.jar
00:46:05 [INFO] Assembling p2 repository
00:46:05 [INFO] 
00:46:05 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.ibm.icu ---
00:46:05 [INFO] 
00:46:05 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.ibm.icu ---
00:46:05 [INFO] Gathering sources archives
00:46:05 [INFO] Configured Artifact: com.ibm.icu:icu4j:sources:72.1:jar
00:46:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/ibm/icu/icu4j/72.1/icu4j-72.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/sources-for-eclipse-ipzilla/icu4j-72.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:06 [INFO] Configured Artifact: com.ibm.icu:icu4j:sources:72.1:jar
00:46:06 [INFO] Copying icu4j-72.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/sources-for-eclipse-ipzilla/icu4j-72.1-sources.jar
00:46:06 [INFO] Refreshing about files and about.html
00:46:06 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/icu4j/com.ibm.icu_72.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:06 [INFO] 
00:46:06 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.ibm.icu ---
00:46:06 [WARNING] artifact org.eclipse.orbit.bundles:com.ibm.icu:xml:p2metadata:72.1.0-SNAPSHOT already attached, replace previous instance
00:46:06 [WARNING] artifact org.eclipse.orbit.bundles:com.ibm.icu:xml:p2artifacts:72.1.0-SNAPSHOT already attached, replace previous instance
00:46:06 [INFO] 
00:46:06 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.ibm.icu ---
00:46:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/icu4j/com.ibm.icu_72.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.ibm.icu/72.1.0-SNAPSHOT/com.ibm.icu-72.1.0-SNAPSHOT.pom
00:46:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/com.ibm.icu-72.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.ibm.icu/72.1.0-SNAPSHOT/com.ibm.icu-72.1.0-SNAPSHOT.jar
00:46:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/com.ibm.icu-72.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.ibm.icu/72.1.0-SNAPSHOT/com.ibm.icu-72.1.0-SNAPSHOT-sources.jar
00:46:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.ibm.icu/72.1.0-SNAPSHOT/com.ibm.icu-72.1.0-SNAPSHOT-p2metadata.xml
00:46:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.ibm.icu/72.1.0-SNAPSHOT/com.ibm.icu-72.1.0-SNAPSHOT-p2artifacts.xml
00:46:06 [INFO] 
00:46:06 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.ibm.icu ---
00:46:06 [INFO] 
00:46:06 [INFO] --------------< org.eclipse.orbit.bundles:org.immutables >--------------
00:46:06 [INFO] Building Eclipse Orbit :: Immutables Recipes 1.0.0-SNAPSHOT    [271/379]
00:46:06 [INFO] --------------------------------[ pom ]---------------------------------
00:46:06 [INFO] 
00:46:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.immutables ---
00:46:06 [INFO] 
00:46:06 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.immutables ---
00:46:06 [INFO] 
00:46:06 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.immutables ---
00:46:06 [INFO] 
00:46:06 [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.immutables ---
00:46:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/immutables/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.immutables/1.0.0-SNAPSHOT/org.immutables-1.0.0-SNAPSHOT.pom
00:46:06 [INFO] 
00:46:06 [INFO] -----------< org.eclipse.orbit.bundles:org.immutables.value >-----------
00:46:06 [INFO] Building org.immutables.value 2.8.3-SNAPSHOT                   [272/379]
00:46:06 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:06 [INFO] 
00:46:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.immutables.value ---
00:46:06 [INFO] 
00:46:06 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.immutables.value ---
00:46:06 [INFO] The project's OSGi version is 2.8.3.v20221112-0806
00:46:06 [INFO] 
00:46:06 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.immutables.value ---
00:46:06 [INFO] 
00:46:06 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.immutables.value ---
00:46:06 [INFO] Copying 3 resources
00:46:06 [INFO] 
00:46:06 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.immutables.value ---
00:46:06 [INFO] No sources to compile
00:46:06 [INFO] 
00:46:06 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.immutables.value ---
00:46:06 [INFO] Gathering dependencies
00:46:06 [INFO] Configured Artifact: org.immutables:value:2.8.3:jar
00:46:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/immutables/value/2.8.3/value-2.8.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/immutables/org.immutables.value_2.8.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:07 [INFO] Merging collected dependencies
00:46:07 [INFO] Copying 1869 resources
00:46:07 [INFO] Generating OSGi MANIFEST.MF
00:46:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.immutables.value:eclipse-bundle-recipe:2.8.3-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:46:08 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/immutables/org.immutables.value_2.8.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/immutables/org.immutables.value_2.8.3/target/org.immutables.value-2.8.3-SNAPSHOT.jar
00:46:09 [INFO] Gathering sources
00:46:09 [INFO] Configured Artifact: org.immutables:value:sources:2.8.3:jar
00:46:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/immutables/value/2.8.3/value-2.8.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/immutables/org.immutables.value_2.8.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:09 [INFO] Copying 3 resources
00:46:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/immutables/org.immutables.value_2.8.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/immutables/org.immutables.value_2.8.3/target/org.immutables.value-2.8.3-SNAPSHOT-sources.jar
00:46:09 [INFO] Assembling p2 repository
00:46:09 [INFO] 
00:46:09 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.immutables.value ---
00:46:09 [INFO] 
00:46:09 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.immutables.value ---
00:46:09 [INFO] Gathering sources archives
00:46:09 [INFO] Configured Artifact: org.immutables:value:sources:2.8.3:jar
00:46:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/immutables/value/2.8.3/value-2.8.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/immutables/org.immutables.value_2.8.3/target/sources-for-eclipse-ipzilla/value-2.8.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:10 [INFO] Configured Artifact: org.immutables:value:sources:2.8.3:jar
00:46:10 [INFO] Copying value-2.8.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/immutables/org.immutables.value_2.8.3/target/sources-for-eclipse-ipzilla/value-2.8.3-sources.jar
00:46:10 [INFO] Refreshing about files and about.html
00:46:10 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/immutables/org.immutables.value_2.8.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:10 [INFO] 
00:46:10 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.immutables.value ---
00:46:10 [WARNING] artifact org.eclipse.orbit.bundles:org.immutables.value:xml:p2metadata:2.8.3-SNAPSHOT already attached, replace previous instance
00:46:10 [WARNING] artifact org.eclipse.orbit.bundles:org.immutables.value:xml:p2artifacts:2.8.3-SNAPSHOT already attached, replace previous instance
00:46:10 [INFO] 
00:46:10 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.immutables.value ---
00:46:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/immutables/org.immutables.value_2.8.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT.pom
00:46:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/immutables/org.immutables.value_2.8.3/target/org.immutables.value-2.8.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT.jar
00:46:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/immutables/org.immutables.value_2.8.3/target/org.immutables.value-2.8.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT-sources.jar
00:46:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/immutables/org.immutables.value_2.8.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT-p2metadata.xml
00:46:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/immutables/org.immutables.value_2.8.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT-p2artifacts.xml
00:46:10 [INFO] 
00:46:10 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.immutables.value ---
00:46:10 [INFO] 
00:46:10 [INFO] -----------------< org.eclipse.orbit.bundles:jackson >------------------
00:46:10 [INFO] Building Eclipse Orbit :: Jackson Recipes 1.0.0-SNAPSHOT       [273/379]
00:46:10 [INFO] --------------------------------[ pom ]---------------------------------
00:46:10 [INFO] 
00:46:10 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jackson ---
00:46:10 [INFO] 
00:46:10 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jackson ---
00:46:10 [INFO] 
00:46:10 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jackson ---
00:46:10 [INFO] 
00:46:10 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jackson ---
00:46:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jackson/1.0.0-SNAPSHOT/jackson-1.0.0-SNAPSHOT.pom
00:46:10 [INFO] 
00:46:10 [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-annotations >--
00:46:10 [INFO] Building Jackson-annotations 2.13.2-SNAPSHOT                   [274/379]
00:46:10 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:10 [INFO] 
00:46:10 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.core.jackson-annotations ---
00:46:10 [INFO] 
00:46:10 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.core.jackson-annotations ---
00:46:10 [INFO] The project's OSGi version is 2.13.2.v20220426-1653
00:46:10 [INFO] 
00:46:10 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.fasterxml.jackson.core.jackson-annotations ---
00:46:10 [INFO] 
00:46:10 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.fasterxml.jackson.core.jackson-annotations ---
00:46:10 [INFO] Copying 3 resources
00:46:10 [INFO] 
00:46:10 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.fasterxml.jackson.core.jackson-annotations ---
00:46:10 [INFO] No sources to compile
00:46:10 [INFO] 
00:46:10 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.core.jackson-annotations ---
00:46:10 [INFO] Gathering dependencies
00:46:10 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-annotations:2.13.2:jar
00:46:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:10 [INFO] Merging collected dependencies
00:46:10 [INFO] Copying 74 resources
00:46:10 [INFO] Generating OSGi MANIFEST.MF
00:46:10 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-annotations:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] 
00:46:10 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT.jar
00:46:10 [INFO] Gathering sources
00:46:10 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-annotations:sources:2.13.2:jar
00:46:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:10 [INFO] Copying 3 resources
00:46:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT-sources.jar
00:46:10 [INFO] Assembling p2 repository
00:46:11 [INFO] 
00:46:11 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.core.jackson-annotations ---
00:46:11 [INFO] 
00:46:11 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.core.jackson-annotations ---
00:46:11 [INFO] Gathering sources archives
00:46:11 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-annotations:sources:2.13.2:jar
00:46:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/sources-for-eclipse-ipzilla/jackson-annotations-2.13.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:11 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-annotations:sources:2.13.2:jar
00:46:11 [INFO] Copying jackson-annotations-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/sources-for-eclipse-ipzilla/jackson-annotations-2.13.2-sources.jar
00:46:11 [INFO] Refreshing about files and about.html
00:46:11 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:11 [INFO] 
00:46:11 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.core.jackson-annotations ---
00:46:11 [WARNING] artifact org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-annotations:xml:p2metadata:2.13.2-SNAPSHOT already attached, replace previous instance
00:46:11 [WARNING] artifact org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-annotations:xml:p2artifacts:2.13.2-SNAPSHOT already attached, replace previous instance
00:46:11 [INFO] 
00:46:11 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.fasterxml.jackson.core.jackson-annotations ---
00:46:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT.pom
00:46:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT.jar
00:46:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT-sources.jar
00:46:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT-p2metadata.xml
00:46:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT-p2artifacts.xml
00:46:11 [INFO] 
00:46:11 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.core.jackson-annotations ---
00:46:11 [INFO] 
00:46:11 [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-core >--
00:46:11 [INFO] Building Jackson-core 2.13.2-SNAPSHOT                          [275/379]
00:46:11 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:11 [INFO] 
00:46:11 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.core.jackson-core ---
00:46:11 [INFO] 
00:46:11 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.core.jackson-core ---
00:46:11 [INFO] The project's OSGi version is 2.13.2.v20220426-1653
00:46:11 [INFO] 
00:46:11 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.fasterxml.jackson.core.jackson-core ---
00:46:11 [INFO] 
00:46:11 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.fasterxml.jackson.core.jackson-core ---
00:46:11 [INFO] Copying 3 resources
00:46:11 [INFO] 
00:46:11 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.fasterxml.jackson.core.jackson-core ---
00:46:11 [INFO] No sources to compile
00:46:11 [INFO] 
00:46:11 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.core.jackson-core ---
00:46:11 [INFO] Gathering dependencies
00:46:11 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-core:2.13.2:jar
00:46:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:11 [INFO] Merging collected dependencies
00:46:11 [INFO] Copying 132 resources
00:46:11 [INFO] Generating OSGi MANIFEST.MF
00:46:11 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-core:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] 
00:46:11 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-core:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info}
00:46:11 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT.jar
00:46:11 [INFO] Gathering sources
00:46:11 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-core:sources:2.13.2:jar
00:46:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:11 [INFO] Copying 3 resources
00:46:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT-sources.jar
00:46:11 [INFO] Assembling p2 repository
00:46:12 [INFO] 
00:46:12 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.core.jackson-core ---
00:46:12 [INFO] 
00:46:12 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.core.jackson-core ---
00:46:12 [INFO] Gathering sources archives
00:46:12 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-core:sources:2.13.2:jar
00:46:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/sources-for-eclipse-ipzilla/jackson-core-2.13.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:12 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-core:sources:2.13.2:jar
00:46:12 [INFO] Copying jackson-core-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/sources-for-eclipse-ipzilla/jackson-core-2.13.2-sources.jar
00:46:12 [INFO] Refreshing about files and about.html
00:46:12 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:12 [INFO] 
00:46:12 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.core.jackson-core ---
00:46:12 [WARNING] artifact org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-core:xml:p2metadata:2.13.2-SNAPSHOT already attached, replace previous instance
00:46:12 [WARNING] artifact org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-core:xml:p2artifacts:2.13.2-SNAPSHOT already attached, replace previous instance
00:46:12 [INFO] 
00:46:12 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.fasterxml.jackson.core.jackson-core ---
00:46:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT.pom
00:46:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT.jar
00:46:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT-sources.jar
00:46:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT-p2metadata.xml
00:46:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT-p2artifacts.xml
00:46:12 [INFO] 
00:46:12 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.core.jackson-core ---
00:46:12 [INFO] 
00:46:12 [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-databind >--
00:46:12 [INFO] Building jackson-databind 2.13.2-SNAPSHOT                      [276/379]
00:46:12 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:12 [INFO] 
00:46:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.core.jackson-databind ---
00:46:12 [INFO] 
00:46:12 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.core.jackson-databind ---
00:46:12 [INFO] The project's OSGi version is 2.13.2.v20220426-1653
00:46:12 [INFO] 
00:46:12 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.fasterxml.jackson.core.jackson-databind ---
00:46:12 [INFO] 
00:46:12 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.fasterxml.jackson.core.jackson-databind ---
00:46:12 [INFO] Copying 3 resources
00:46:12 [INFO] 
00:46:12 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.fasterxml.jackson.core.jackson-databind ---
00:46:12 [INFO] No sources to compile
00:46:12 [INFO] 
00:46:12 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.core.jackson-databind ---
00:46:12 [INFO] Gathering dependencies
00:46:12 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-databind:2.13.2:jar
00:46:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/core/jackson-databind/2.13.2/jackson-databind-2.13.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:13 [INFO] Merging collected dependencies
00:46:13 [INFO] Copying 711 resources
00:46:13 [INFO] Generating OSGi MANIFEST.MF
00:46:13 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-databind:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*] 
00:46:13 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-databind:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info}
00:46:13 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT.jar
00:46:14 [INFO] Gathering sources
00:46:14 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-databind:sources:2.13.2:jar
00:46:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/core/jackson-databind/2.13.2/jackson-databind-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:14 [INFO] Copying 3 resources
00:46:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT-sources.jar
00:46:14 [INFO] Assembling p2 repository
00:46:15 [INFO] 
00:46:15 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.core.jackson-databind ---
00:46:15 [INFO] 
00:46:15 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.core.jackson-databind ---
00:46:15 [INFO] Gathering sources archives
00:46:15 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-databind:sources:2.13.2:jar
00:46:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/core/jackson-databind/2.13.2/jackson-databind-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/sources-for-eclipse-ipzilla/jackson-databind-2.13.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:15 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-databind:sources:2.13.2:jar
00:46:15 [INFO] Copying jackson-databind-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/sources-for-eclipse-ipzilla/jackson-databind-2.13.2-sources.jar
00:46:15 [INFO] Refreshing about files and about.html
00:46:15 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:15 [INFO] 
00:46:15 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.core.jackson-databind ---
00:46:15 [WARNING] artifact org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-databind:xml:p2metadata:2.13.2-SNAPSHOT already attached, replace previous instance
00:46:15 [WARNING] artifact org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-databind:xml:p2artifacts:2.13.2-SNAPSHOT already attached, replace previous instance
00:46:15 [INFO] 
00:46:15 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.fasterxml.jackson.core.jackson-databind ---
00:46:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT.pom
00:46:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT.jar
00:46:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT-sources.jar
00:46:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT-p2metadata.xml
00:46:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT-p2artifacts.xml
00:46:15 [INFO] 
00:46:15 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.core.jackson-databind ---
00:46:15 [INFO] 
00:46:15 [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.datatype.jackson-datatype-guava >--
00:46:15 [INFO] Building Jackson datatype: Guava 2.13.2-SNAPSHOT               [277/379]
00:46:15 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:15 [INFO] 
00:46:15 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.datatype.jackson-datatype-guava ---
00:46:15 [INFO] 
00:46:15 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.datatype.jackson-datatype-guava ---
00:46:15 [INFO] The project's OSGi version is 2.13.2.v20220426-1653
00:46:15 [INFO] 
00:46:15 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.fasterxml.jackson.datatype.jackson-datatype-guava ---
00:46:15 [INFO] 
00:46:15 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.fasterxml.jackson.datatype.jackson-datatype-guava ---
00:46:15 [INFO] Copying 3 resources
00:46:15 [INFO] 
00:46:15 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.fasterxml.jackson.datatype.jackson-datatype-guava ---
00:46:15 [INFO] No sources to compile
00:46:15 [INFO] 
00:46:15 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.datatype.jackson-datatype-guava ---
00:46:15 [INFO] Gathering dependencies
00:46:15 [INFO] Configured Artifact: com.fasterxml.jackson.datatype:jackson-datatype-guava:2.13.2:jar
00:46:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.13.2/jackson-datatype-guava-2.13.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:15 [INFO] Merging collected dependencies
00:46:15 [INFO] Copying 50 resources
00:46:15 [INFO] Generating OSGi MANIFEST.MF
00:46:15 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.datatype.jackson-datatype-guava:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] 
00:46:15 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.datatype.jackson-datatype-guava:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info}
00:46:15 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT.jar
00:46:15 [INFO] Gathering sources
00:46:15 [INFO] Configured Artifact: com.fasterxml.jackson.datatype:jackson-datatype-guava:sources:2.13.2:jar
00:46:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.13.2/jackson-datatype-guava-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:16 [INFO] Copying 3 resources
00:46:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT-sources.jar
00:46:16 [INFO] Assembling p2 repository
00:46:16 [INFO] 
00:46:16 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.datatype.jackson-datatype-guava ---
00:46:16 [INFO] 
00:46:16 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.datatype.jackson-datatype-guava ---
00:46:16 [INFO] Gathering sources archives
00:46:16 [INFO] Configured Artifact: com.fasterxml.jackson.datatype:jackson-datatype-guava:sources:2.13.2:jar
00:46:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.13.2/jackson-datatype-guava-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/sources-for-eclipse-ipzilla/jackson-datatype-guava-2.13.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:16 [INFO] Configured Artifact: com.fasterxml.jackson.datatype:jackson-datatype-guava:sources:2.13.2:jar
00:46:16 [INFO] Copying jackson-datatype-guava-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/sources-for-eclipse-ipzilla/jackson-datatype-guava-2.13.2-sources.jar
00:46:16 [INFO] Refreshing about files and about.html
00:46:16 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:16 [INFO] 
00:46:16 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.datatype.jackson-datatype-guava ---
00:46:16 [WARNING] artifact org.eclipse.orbit.bundles:com.fasterxml.jackson.datatype.jackson-datatype-guava:xml:p2metadata:2.13.2-SNAPSHOT already attached, replace previous instance
00:46:16 [WARNING] artifact org.eclipse.orbit.bundles:com.fasterxml.jackson.datatype.jackson-datatype-guava:xml:p2artifacts:2.13.2-SNAPSHOT already attached, replace previous instance
00:46:16 [INFO] 
00:46:16 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.fasterxml.jackson.datatype.jackson-datatype-guava ---
00:46:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.13.2-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT.pom
00:46:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.13.2-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT.jar
00:46:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.13.2-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT-sources.jar
00:46:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.13.2-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT-p2metadata.xml
00:46:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.13.2-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT-p2artifacts.xml
00:46:16 [INFO] 
00:46:16 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.datatype.jackson-datatype-guava ---
00:46:16 [INFO] 
00:46:16 [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-base >--
00:46:16 [INFO] Building Jackson-JAXRS: base 2.13.2-SNAPSHOT                   [278/379]
00:46:16 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:16 [INFO] 
00:46:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base ---
00:46:16 [INFO] 
00:46:16 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base ---
00:46:16 [INFO] The project's OSGi version is 2.13.2.v20220426-1653
00:46:16 [INFO] 
00:46:16 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base ---
00:46:16 [INFO] 
00:46:16 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base ---
00:46:16 [INFO] Copying 3 resources
00:46:16 [INFO] 
00:46:16 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base ---
00:46:16 [INFO] No sources to compile
00:46:16 [INFO] 
00:46:16 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base ---
00:46:16 [INFO] Gathering dependencies
00:46:16 [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.13.2:jar
00:46:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:17 [INFO] Merging collected dependencies
00:46:17 [INFO] Copying 19 resources
00:46:17 [INFO] Generating OSGi MANIFEST.MF
00:46:17 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-base:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] 
00:46:17 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-base:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/11/module-info.class=module-info}
00:46:17 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT.jar
00:46:17 [INFO] Gathering sources
00:46:17 [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:sources:2.13.2:jar
00:46:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:17 [INFO] Copying 3 resources
00:46:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT-sources.jar
00:46:17 [INFO] Assembling p2 repository
00:46:17 [INFO] 
00:46:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base ---
00:46:17 [INFO] 
00:46:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base ---
00:46:17 [INFO] Gathering sources archives
00:46:17 [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:sources:2.13.2:jar
00:46:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/sources-for-eclipse-ipzilla/jackson-jaxrs-base-2.13.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:17 [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:sources:2.13.2:jar
00:46:17 [INFO] Copying jackson-jaxrs-base-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/sources-for-eclipse-ipzilla/jackson-jaxrs-base-2.13.2-sources.jar
00:46:17 [INFO] Refreshing about files and about.html
00:46:17 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:17 [INFO] 
00:46:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base ---
00:46:17 [WARNING] artifact org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-base:xml:p2metadata:2.13.2-SNAPSHOT already attached, replace previous instance
00:46:17 [WARNING] artifact org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-base:xml:p2artifacts:2.13.2-SNAPSHOT already attached, replace previous instance
00:46:17 [INFO] 
00:46:17 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base ---
00:46:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT.pom
00:46:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT.jar
00:46:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT-sources.jar
00:46:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT-p2metadata.xml
00:46:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT-p2artifacts.xml
00:46:17 [INFO] 
00:46:17 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base ---
00:46:17 [INFO] 
00:46:17 [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider >--
00:46:17 [INFO] Building Jackson-JAXRS: JSON 2.13.2-SNAPSHOT                   [279/379]
00:46:17 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:18 [INFO] 
00:46:18 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider ---
00:46:18 [INFO] 
00:46:18 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider ---
00:46:18 [INFO] The project's OSGi version is 2.13.2.v20220426-1653
00:46:18 [INFO] 
00:46:18 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider ---
00:46:18 [INFO] 
00:46:18 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider ---
00:46:18 [INFO] Copying 3 resources
00:46:18 [INFO] 
00:46:18 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider ---
00:46:18 [INFO] No sources to compile
00:46:18 [INFO] 
00:46:18 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider ---
00:46:18 [INFO] Gathering dependencies
00:46:18 [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.13.2:jar
00:46:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:18 [INFO] Merging collected dependencies
00:46:18 [INFO] Copying 14 resources
00:46:18 [INFO] Generating OSGi MANIFEST.MF
00:46:18 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] 
00:46:18 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/11/module-info.class=module-info}
00:46:18 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT.jar
00:46:18 [INFO] Gathering sources
00:46:18 [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:sources:2.13.2:jar
00:46:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:18 [INFO] Copying 3 resources
00:46:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT-sources.jar
00:46:18 [INFO] Assembling p2 repository
00:46:19 [INFO] 
00:46:19 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider ---
00:46:19 [INFO] 
00:46:19 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider ---
00:46:19 [INFO] Gathering sources archives
00:46:19 [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:sources:2.13.2:jar
00:46:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/sources-for-eclipse-ipzilla/jackson-jaxrs-json-provider-2.13.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:19 [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:sources:2.13.2:jar
00:46:19 [INFO] Copying jackson-jaxrs-json-provider-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/sources-for-eclipse-ipzilla/jackson-jaxrs-json-provider-2.13.2-sources.jar
00:46:19 [INFO] Refreshing about files and about.html
00:46:19 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:19 [INFO] 
00:46:19 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider ---
00:46:19 [WARNING] artifact org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider:xml:p2metadata:2.13.2-SNAPSHOT already attached, replace previous instance
00:46:19 [WARNING] artifact org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider:xml:p2artifacts:2.13.2-SNAPSHOT already attached, replace previous instance
00:46:19 [INFO] 
00:46:19 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider ---
00:46:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT.pom
00:46:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT.jar
00:46:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT-sources.jar
00:46:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT-p2metadata.xml
00:46:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT-p2artifacts.xml
00:46:19 [INFO] 
00:46:19 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider ---
00:46:19 [INFO] 
00:46:19 [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.module.jackson-module-jaxb-annotations >--
00:46:19 [INFO] Building Jackson module: Old JAXB Annotations (javax.xml.bind) 2.13.2-SNAPSHOT [280/379]
00:46:19 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:19 [INFO] 
00:46:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations ---
00:46:19 [INFO] 
00:46:19 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations ---
00:46:19 [INFO] The project's OSGi version is 2.13.2.v20220426-1653
00:46:19 [INFO] 
00:46:19 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations ---
00:46:19 [INFO] 
00:46:19 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations ---
00:46:19 [INFO] Copying 3 resources
00:46:19 [INFO] 
00:46:19 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations ---
00:46:19 [INFO] No sources to compile
00:46:19 [INFO] 
00:46:19 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations ---
00:46:19 [INFO] Gathering dependencies
00:46:19 [INFO] Configured Artifact: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.13.2:jar
00:46:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:19 [INFO] Merging collected dependencies
00:46:19 [INFO] Copying 17 resources
00:46:19 [INFO] Generating OSGi MANIFEST.MF
00:46:19 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.module.jackson-module-jaxb-annotations:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:46:19 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.module.jackson-module-jaxb-annotations:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/11/module-info.class=module-info}
00:46:19 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT.jar
00:46:19 [INFO] Gathering sources
00:46:19 [INFO] Configured Artifact: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:sources:2.13.2:jar
00:46:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:19 [INFO] Copying 3 resources
00:46:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT-sources.jar
00:46:19 [INFO] Assembling p2 repository
00:46:20 [INFO] 
00:46:20 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations ---
00:46:20 [INFO] 
00:46:20 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations ---
00:46:20 [INFO] Gathering sources archives
00:46:20 [INFO] Configured Artifact: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:sources:2.13.2:jar
00:46:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/sources-for-eclipse-ipzilla/jackson-module-jaxb-annotations-2.13.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:20 [INFO] Configured Artifact: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:sources:2.13.2:jar
00:46:20 [INFO] Copying jackson-module-jaxb-annotations-2.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/sources-for-eclipse-ipzilla/jackson-module-jaxb-annotations-2.13.2-sources.jar
00:46:20 [INFO] Refreshing about files and about.html
00:46:20 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:20 [INFO] 
00:46:20 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations ---
00:46:20 [WARNING] artifact org.eclipse.orbit.bundles:com.fasterxml.jackson.module.jackson-module-jaxb-annotations:xml:p2metadata:2.13.2-SNAPSHOT already attached, replace previous instance
00:46:20 [WARNING] artifact org.eclipse.orbit.bundles:com.fasterxml.jackson.module.jackson-module-jaxb-annotations:xml:p2artifacts:2.13.2-SNAPSHOT already attached, replace previous instance
00:46:20 [INFO] 
00:46:20 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations ---
00:46:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT.pom
00:46:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT.jar
00:46:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT-sources.jar
00:46:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT-p2metadata.xml
00:46:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT-p2artifacts.xml
00:46:20 [INFO] 
00:46:20 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations ---
00:46:20 [INFO] 
00:46:20 [INFO] ------------------< org.eclipse.orbit.bundles:jacoco >------------------
00:46:20 [INFO] Building Eclipse Orbit :: JaCoCo Recipes 1.0.0-SNAPSHOT        [281/379]
00:46:20 [INFO] --------------------------------[ pom ]---------------------------------
00:46:20 [INFO] 
00:46:20 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jacoco ---
00:46:20 [INFO] 
00:46:20 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jacoco ---
00:46:20 [INFO] 
00:46:20 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jacoco ---
00:46:20 [INFO] 
00:46:20 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jacoco ---
00:46:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jacoco/1.0.0-SNAPSHOT/jacoco-1.0.0-SNAPSHOT.pom
00:46:20 [INFO] 
00:46:20 [INFO] -------------< org.eclipse.orbit.bundles:org.jacoco.agent >-------------
00:46:20 [INFO] Building JaCoCo Agent 0.8.8-SNAPSHOT                           [282/379]
00:46:20 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:20 [INFO] 
00:46:20 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jacoco.agent ---
00:46:20 [INFO] 
00:46:20 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.jacoco.agent ---
00:46:20 [INFO] The project's OSGi version is 0.8.8.v20220415-0921
00:46:20 [INFO] 
00:46:20 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.jacoco.agent ---
00:46:20 [INFO] 
00:46:20 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.jacoco.agent ---
00:46:20 [INFO] Copying 3 resources
00:46:20 [INFO] 
00:46:20 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.jacoco.agent ---
00:46:20 [INFO] No sources to compile
00:46:20 [INFO] 
00:46:20 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.jacoco.agent ---
00:46:20 [INFO] Gathering dependencies
00:46:20 [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:0.8.8:jar
00:46:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.agent_0.8.8/target/dependency-bin with includes "**/*" and excludes "META-INF/*"
00:46:20 [INFO] Merging collected dependencies
00:46:20 [INFO] Copying 5 resources
00:46:20 [INFO] Generating OSGi MANIFEST.MF
00:46:20 [INFO] No MANIFEST.MF file found, generating manifest.
00:46:20 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.agent_0.8.8/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.agent_0.8.8/target/org.jacoco.agent-0.8.8-SNAPSHOT.jar
00:46:20 [INFO] Gathering sources
00:46:20 [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:sources:0.8.8:jar
00:46:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.agent_0.8.8/target/dependency-src with includes "**/*" and excludes "META-INF/*"
00:46:20 [INFO] Copying 3 resources
00:46:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.agent_0.8.8/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.agent_0.8.8/target/org.jacoco.agent-0.8.8-SNAPSHOT-sources.jar
00:46:20 [INFO] Assembling p2 repository
00:46:21 [INFO] 
00:46:21 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.jacoco.agent ---
00:46:21 [INFO] 
00:46:21 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.jacoco.agent ---
00:46:21 [INFO] Gathering sources archives
00:46:21 [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:sources:0.8.8:jar
00:46:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.agent_0.8.8/target/sources-for-eclipse-ipzilla/org.jacoco.agent-0.8.8-sources-filtered with includes "**/*" and excludes "META-INF/*"
00:46:21 [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:sources:0.8.8:jar
00:46:21 [INFO] Copying org.jacoco.agent-0.8.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.agent_0.8.8/target/sources-for-eclipse-ipzilla/org.jacoco.agent-0.8.8-sources.jar
00:46:21 [INFO] Refreshing about files and about.html
00:46:21 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.agent_0.8.8/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:21 [INFO] 
00:46:21 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.jacoco.agent ---
00:46:21 [WARNING] artifact org.eclipse.orbit.bundles:org.jacoco.agent:xml:p2metadata:0.8.8-SNAPSHOT already attached, replace previous instance
00:46:21 [WARNING] artifact org.eclipse.orbit.bundles:org.jacoco.agent:xml:p2artifacts:0.8.8-SNAPSHOT already attached, replace previous instance
00:46:21 [INFO] 
00:46:21 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.jacoco.agent ---
00:46:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.agent_0.8.8/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jacoco.agent/0.8.8-SNAPSHOT/org.jacoco.agent-0.8.8-SNAPSHOT.pom
00:46:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.agent_0.8.8/target/org.jacoco.agent-0.8.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jacoco.agent/0.8.8-SNAPSHOT/org.jacoco.agent-0.8.8-SNAPSHOT.jar
00:46:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.agent_0.8.8/target/org.jacoco.agent-0.8.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jacoco.agent/0.8.8-SNAPSHOT/org.jacoco.agent-0.8.8-SNAPSHOT-sources.jar
00:46:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.agent_0.8.8/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jacoco.agent/0.8.8-SNAPSHOT/org.jacoco.agent-0.8.8-SNAPSHOT-p2metadata.xml
00:46:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.agent_0.8.8/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jacoco.agent/0.8.8-SNAPSHOT/org.jacoco.agent-0.8.8-SNAPSHOT-p2artifacts.xml
00:46:21 [INFO] 
00:46:21 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.jacoco.agent ---
00:46:21 [INFO] 
00:46:21 [INFO] -------------< org.eclipse.orbit.bundles:org.jacoco.core >--------------
00:46:21 [INFO] Building JaCoCo Core 0.8.8-SNAPSHOT                            [283/379]
00:46:21 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:21 [INFO] 
00:46:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jacoco.core ---
00:46:21 [INFO] 
00:46:21 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.jacoco.core ---
00:46:21 [INFO] The project's OSGi version is 0.8.8.v20221013-0857
00:46:21 [INFO] 
00:46:21 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.jacoco.core ---
00:46:21 [INFO] 
00:46:21 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.jacoco.core ---
00:46:21 [INFO] Copying 3 resources
00:46:21 [INFO] 
00:46:21 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.jacoco.core ---
00:46:21 [INFO] No sources to compile
00:46:21 [INFO] 
00:46:21 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.jacoco.core ---
00:46:21 [INFO] Gathering dependencies
00:46:21 [INFO] Configured Artifact: org.jacoco:org.jacoco.core:0.8.8:jar
00:46:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.core_0.8.8/target/dependency-bin with includes "**/*" and excludes "META-INF/*"
00:46:21 [INFO] Merging collected dependencies
00:46:21 [INFO] Copying 182 resources
00:46:21 [INFO] Generating OSGi MANIFEST.MF
00:46:21 [INFO] No MANIFEST.MF file found, generating manifest.
00:46:21 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.core_0.8.8/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.core_0.8.8/target/org.jacoco.core-0.8.8-SNAPSHOT.jar
00:46:21 [INFO] Gathering sources
00:46:21 [INFO] Configured Artifact: org.jacoco:org.jacoco.core:sources:0.8.8:jar
00:46:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.core_0.8.8/target/dependency-src with includes "**/*" and excludes "META-INF/*"
00:46:21 [INFO] Copying 3 resources
00:46:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.core_0.8.8/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.core_0.8.8/target/org.jacoco.core-0.8.8-SNAPSHOT-sources.jar
00:46:21 [INFO] Assembling p2 repository
00:46:22 [INFO] 
00:46:22 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.jacoco.core ---
00:46:22 [INFO] 
00:46:22 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.jacoco.core ---
00:46:22 [INFO] Gathering sources archives
00:46:22 [INFO] Configured Artifact: org.jacoco:org.jacoco.core:sources:0.8.8:jar
00:46:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.core_0.8.8/target/sources-for-eclipse-ipzilla/org.jacoco.core-0.8.8-sources-filtered with includes "**/*" and excludes "META-INF/*"
00:46:22 [INFO] Configured Artifact: org.jacoco:org.jacoco.core:sources:0.8.8:jar
00:46:22 [INFO] Copying org.jacoco.core-0.8.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.core_0.8.8/target/sources-for-eclipse-ipzilla/org.jacoco.core-0.8.8-sources.jar
00:46:22 [INFO] Refreshing about files and about.html
00:46:22 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.core_0.8.8/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:22 [INFO] 
00:46:22 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.jacoco.core ---
00:46:22 [WARNING] artifact org.eclipse.orbit.bundles:org.jacoco.core:xml:p2metadata:0.8.8-SNAPSHOT already attached, replace previous instance
00:46:22 [WARNING] artifact org.eclipse.orbit.bundles:org.jacoco.core:xml:p2artifacts:0.8.8-SNAPSHOT already attached, replace previous instance
00:46:22 [INFO] 
00:46:22 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.jacoco.core ---
00:46:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.core_0.8.8/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jacoco.core/0.8.8-SNAPSHOT/org.jacoco.core-0.8.8-SNAPSHOT.pom
00:46:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.core_0.8.8/target/org.jacoco.core-0.8.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jacoco.core/0.8.8-SNAPSHOT/org.jacoco.core-0.8.8-SNAPSHOT.jar
00:46:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.core_0.8.8/target/org.jacoco.core-0.8.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jacoco.core/0.8.8-SNAPSHOT/org.jacoco.core-0.8.8-SNAPSHOT-sources.jar
00:46:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.core_0.8.8/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jacoco.core/0.8.8-SNAPSHOT/org.jacoco.core-0.8.8-SNAPSHOT-p2metadata.xml
00:46:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.core_0.8.8/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jacoco.core/0.8.8-SNAPSHOT/org.jacoco.core-0.8.8-SNAPSHOT-p2artifacts.xml
00:46:22 [INFO] 
00:46:22 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.jacoco.core ---
00:46:22 [INFO] 
00:46:22 [INFO] ------------< org.eclipse.orbit.bundles:org.jacoco.report >-------------
00:46:22 [INFO] Building JaCoCo Report 0.8.8-SNAPSHOT                          [284/379]
00:46:22 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:22 [INFO] 
00:46:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jacoco.report ---
00:46:22 [INFO] 
00:46:22 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.jacoco.report ---
00:46:22 [INFO] The project's OSGi version is 0.8.8.v20221013-0857
00:46:22 [INFO] 
00:46:22 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.jacoco.report ---
00:46:22 [INFO] 
00:46:22 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.jacoco.report ---
00:46:22 [INFO] Copying 3 resources
00:46:22 [INFO] 
00:46:22 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.jacoco.report ---
00:46:22 [INFO] No sources to compile
00:46:22 [INFO] 
00:46:22 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.jacoco.report ---
00:46:22 [INFO] Gathering dependencies
00:46:22 [INFO] Configured Artifact: org.jacoco:org.jacoco.report:0.8.8:jar
00:46:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jacoco/org.jacoco.report/0.8.8/org.jacoco.report-0.8.8.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.report_0.8.8/target/dependency-bin with includes "**/*" and excludes "META-INF/*"
00:46:22 [INFO] Merging collected dependencies
00:46:22 [INFO] Copying 100 resources
00:46:22 [INFO] Generating OSGi MANIFEST.MF
00:46:22 [INFO] No MANIFEST.MF file found, generating manifest.
00:46:22 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.report_0.8.8/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.report_0.8.8/target/org.jacoco.report-0.8.8-SNAPSHOT.jar
00:46:22 [INFO] Gathering sources
00:46:22 [INFO] Configured Artifact: org.jacoco:org.jacoco.report:sources:0.8.8:jar
00:46:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jacoco/org.jacoco.report/0.8.8/org.jacoco.report-0.8.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.report_0.8.8/target/dependency-src with includes "**/*" and excludes "META-INF/*"
00:46:22 [INFO] Copying 3 resources
00:46:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.report_0.8.8/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.report_0.8.8/target/org.jacoco.report-0.8.8-SNAPSHOT-sources.jar
00:46:22 [INFO] Assembling p2 repository
00:46:23 [INFO] 
00:46:23 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.jacoco.report ---
00:46:23 [INFO] 
00:46:23 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.jacoco.report ---
00:46:23 [INFO] Gathering sources archives
00:46:23 [INFO] Configured Artifact: org.jacoco:org.jacoco.report:sources:0.8.8:jar
00:46:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jacoco/org.jacoco.report/0.8.8/org.jacoco.report-0.8.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.report_0.8.8/target/sources-for-eclipse-ipzilla/org.jacoco.report-0.8.8-sources-filtered with includes "**/*" and excludes "META-INF/*"
00:46:23 [INFO] Configured Artifact: org.jacoco:org.jacoco.report:sources:0.8.8:jar
00:46:23 [INFO] Copying org.jacoco.report-0.8.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.report_0.8.8/target/sources-for-eclipse-ipzilla/org.jacoco.report-0.8.8-sources.jar
00:46:23 [INFO] Refreshing about files and about.html
00:46:23 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.report_0.8.8/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:23 [INFO] 
00:46:23 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.jacoco.report ---
00:46:23 [WARNING] artifact org.eclipse.orbit.bundles:org.jacoco.report:xml:p2metadata:0.8.8-SNAPSHOT already attached, replace previous instance
00:46:23 [WARNING] artifact org.eclipse.orbit.bundles:org.jacoco.report:xml:p2artifacts:0.8.8-SNAPSHOT already attached, replace previous instance
00:46:23 [INFO] 
00:46:23 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.jacoco.report ---
00:46:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.report_0.8.8/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jacoco.report/0.8.8-SNAPSHOT/org.jacoco.report-0.8.8-SNAPSHOT.pom
00:46:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.report_0.8.8/target/org.jacoco.report-0.8.8-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jacoco.report/0.8.8-SNAPSHOT/org.jacoco.report-0.8.8-SNAPSHOT.jar
00:46:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.report_0.8.8/target/org.jacoco.report-0.8.8-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jacoco.report/0.8.8-SNAPSHOT/org.jacoco.report-0.8.8-SNAPSHOT-sources.jar
00:46:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.report_0.8.8/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jacoco.report/0.8.8-SNAPSHOT/org.jacoco.report-0.8.8-SNAPSHOT-p2metadata.xml
00:46:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jacoco/org.jacoco.report_0.8.8/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jacoco.report/0.8.8-SNAPSHOT/org.jacoco.report-0.8.8-SNAPSHOT-p2artifacts.xml
00:46:23 [INFO] 
00:46:23 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.jacoco.report ---
00:46:23 [INFO] 
00:46:23 [INFO] ---------------< org.eclipse.orbit.bundles:javax-parent >---------------
00:46:23 [INFO] Building Eclipse Orbit :: javax Recipes 1.0.0-SNAPSHOT         [285/379]
00:46:23 [INFO] --------------------------------[ pom ]---------------------------------
00:46:23 [INFO] 
00:46:23 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax-parent ---
00:46:23 [INFO] 
00:46:23 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javax-parent ---
00:46:23 [INFO] 
00:46:23 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javax-parent ---
00:46:23 [INFO] 
00:46:23 [INFO] --- maven-install-plugin:2.4:install (default-install) @ javax-parent ---
00:46:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax-parent/1.0.0-SNAPSHOT/javax-parent-1.0.0-SNAPSHOT.pom
00:46:23 [INFO] 
00:46:23 [INFO] -------------< org.eclipse.orbit.bundles:javax.activation >-------------
00:46:23 [INFO] Building Jakarta Activation 1.2.2-SNAPSHOT                     [286/379]
00:46:23 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:23 [INFO] 
00:46:23 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.activation ---
00:46:23 [INFO] 
00:46:23 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ javax.activation ---
00:46:23 [INFO] The project's OSGi version is 1.2.2.v20221203-1659
00:46:23 [INFO] 
00:46:23 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ javax.activation ---
00:46:23 [INFO] 
00:46:23 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ javax.activation ---
00:46:23 [INFO] Copying 3 resources
00:46:23 [INFO] 
00:46:23 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ javax.activation ---
00:46:23 [INFO] No sources to compile
00:46:23 [INFO] 
00:46:23 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ javax.activation ---
00:46:23 [INFO] Gathering dependencies
00:46:23 [INFO] Configured Artifact: com.sun.activation:jakarta.activation:1.2.2:jar
00:46:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_1.2.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:23 [INFO] Merging collected dependencies
00:46:23 [INFO] Copying 48 resources
00:46:23 [INFO] Generating OSGi MANIFEST.MF
00:46:23 [WARNING] Manifest org.eclipse.orbit.bundles:javax.activation:eclipse-bundle-recipe:1.2.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:46:23 [WARNING] Manifest org.eclipse.orbit.bundles:javax.activation:eclipse-bundle-recipe:1.2.2-SNAPSHOT : Version for package javax.activation is set to different values in the source (1.2.2) and in the manifest (1.2). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:46:23 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_1.2.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_1.2.2/target/javax.activation-1.2.2-SNAPSHOT.jar
00:46:23 [INFO] Gathering sources
00:46:23 [INFO] Configured Artifact: com.sun.activation:jakarta.activation:sources:1.2.2:jar
00:46:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_1.2.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:23 [INFO] Copying 3 resources
00:46:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_1.2.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_1.2.2/target/javax.activation-1.2.2-SNAPSHOT-sources.jar
00:46:23 [INFO] Assembling p2 repository
00:46:24 [INFO] 
00:46:24 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ javax.activation ---
00:46:24 [INFO] 
00:46:24 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javax.activation ---
00:46:24 [INFO] Gathering sources archives
00:46:24 [INFO] Configured Artifact: com.sun.activation:jakarta.activation:sources:1.2.2:jar
00:46:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_1.2.2/target/sources-for-eclipse-ipzilla/jakarta.activation-1.2.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:24 [INFO] Configured Artifact: com.sun.activation:jakarta.activation:sources:1.2.2:jar
00:46:24 [INFO] Copying jakarta.activation-1.2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_1.2.2/target/sources-for-eclipse-ipzilla/jakarta.activation-1.2.2-sources.jar
00:46:24 [INFO] Refreshing about files and about.html
00:46:24 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_1.2.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:24 [INFO] 
00:46:24 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javax.activation ---
00:46:24 [WARNING] artifact org.eclipse.orbit.bundles:javax.activation:xml:p2metadata:1.2.2-SNAPSHOT already attached, replace previous instance
00:46:24 [WARNING] artifact org.eclipse.orbit.bundles:javax.activation:xml:p2artifacts:1.2.2-SNAPSHOT already attached, replace previous instance
00:46:24 [INFO] 
00:46:24 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ javax.activation ---
00:46:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_1.2.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT.pom
00:46:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_1.2.2/target/javax.activation-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT.jar
00:46:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_1.2.2/target/javax.activation-1.2.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT-sources.jar
00:46:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_1.2.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT-p2metadata.xml
00:46:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_1.2.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT-p2artifacts.xml
00:46:24 [INFO] 
00:46:24 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ javax.activation ---
00:46:24 [INFO] 
00:46:24 [INFO] -------------< org.eclipse.orbit.bundles:javax.activation >-------------
00:46:24 [INFO] Building Jakarta Activation 2.0.0-SNAPSHOT                     [287/379]
00:46:24 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:24 [INFO] 
00:46:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.activation ---
00:46:24 [INFO] 
00:46:24 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ javax.activation ---
00:46:24 [INFO] The project's OSGi version is 2.0.0.v20221203-1659
00:46:24 [INFO] 
00:46:24 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ javax.activation ---
00:46:24 [INFO] 
00:46:24 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ javax.activation ---
00:46:24 [INFO] Copying 3 resources
00:46:24 [INFO] 
00:46:24 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ javax.activation ---
00:46:24 [INFO] No sources to compile
00:46:24 [INFO] 
00:46:24 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ javax.activation ---
00:46:24 [INFO] Gathering dependencies
00:46:24 [INFO] Configured Artifact: com.sun.activation:jakarta.activation:2.0.0:jar
00:46:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_2.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:24 [INFO] Merging collected dependencies
00:46:24 [INFO] Copying 44 resources
00:46:24 [INFO] Generating OSGi MANIFEST.MF
00:46:24 [WARNING] Manifest org.eclipse.orbit.bundles:javax.activation:eclipse-bundle-recipe:2.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:46:24 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_2.0.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_2.0.0/target/javax.activation-2.0.0-SNAPSHOT.jar
00:46:24 [INFO] Gathering sources
00:46:24 [INFO] Configured Artifact: com.sun.activation:jakarta.activation:sources:2.0.0:jar
00:46:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_2.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:24 [INFO] Copying 3 resources
00:46:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_2.0.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_2.0.0/target/javax.activation-2.0.0-SNAPSHOT-sources.jar
00:46:24 [INFO] Assembling p2 repository
00:46:25 [INFO] 
00:46:25 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ javax.activation ---
00:46:25 [INFO] 
00:46:25 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javax.activation ---
00:46:25 [INFO] Gathering sources archives
00:46:25 [INFO] Configured Artifact: com.sun.activation:jakarta.activation:sources:2.0.0:jar
00:46:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_2.0.0/target/sources-for-eclipse-ipzilla/jakarta.activation-2.0.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:25 [INFO] Configured Artifact: com.sun.activation:jakarta.activation:sources:2.0.0:jar
00:46:25 [INFO] Copying jakarta.activation-2.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_2.0.0/target/sources-for-eclipse-ipzilla/jakarta.activation-2.0.0-sources.jar
00:46:25 [INFO] Refreshing about files and about.html
00:46:25 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_2.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:25 [INFO] 
00:46:25 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javax.activation ---
00:46:25 [WARNING] artifact org.eclipse.orbit.bundles:javax.activation:xml:p2metadata:2.0.0-SNAPSHOT already attached, replace previous instance
00:46:25 [WARNING] artifact org.eclipse.orbit.bundles:javax.activation:xml:p2artifacts:2.0.0-SNAPSHOT already attached, replace previous instance
00:46:25 [INFO] 
00:46:25 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ javax.activation ---
00:46:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_2.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT.pom
00:46:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_2.0.0/target/javax.activation-2.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT.jar
00:46:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_2.0.0/target/javax.activation-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT-sources.jar
00:46:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_2.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT-p2metadata.xml
00:46:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.activation_2.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT-p2artifacts.xml
00:46:25 [INFO] 
00:46:25 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ javax.activation ---
00:46:25 [INFO] 
00:46:25 [INFO] ---------------< org.eclipse.orbit.bundles:javax.inject >---------------
00:46:25 [INFO] Building javax.inject 1.0.0-SNAPSHOT                           [288/379]
00:46:25 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:25 [INFO] 
00:46:25 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.inject ---
00:46:25 [INFO] 
00:46:25 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ javax.inject ---
00:46:25 [INFO] The project's OSGi version is 1.0.0.v20220405-0441
00:46:25 [INFO] 
00:46:25 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ javax.inject ---
00:46:25 [INFO] 
00:46:25 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ javax.inject ---
00:46:25 [INFO] Copying 3 resources
00:46:25 [INFO] 
00:46:25 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ javax.inject ---
00:46:25 [INFO] No sources to compile
00:46:25 [INFO] 
00:46:25 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ javax.inject ---
00:46:25 [INFO] Gathering dependencies
00:46:25 [INFO] Configured Artifact: javax.inject:javax.inject:1:jar
00:46:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/javax/inject/javax.inject/1/javax.inject-1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.inject_1.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:25 [INFO] Merging collected dependencies
00:46:25 [INFO] Copying 6 resources
00:46:25 [INFO] Generating OSGi MANIFEST.MF
00:46:25 [INFO] No MANIFEST.MF file found, generating manifest.
00:46:25 [WARNING] Manifest org.eclipse.orbit.bundles:javax.inject:eclipse-bundle-recipe:1.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:46:25 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.inject_1.0.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.inject_1.0.0/target/javax.inject-1.0.0-SNAPSHOT.jar
00:46:25 [INFO] Gathering sources
00:46:25 [INFO] Configured Artifact: javax.inject:javax.inject:sources:1:jar
00:46:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/javax/inject/javax.inject/1/javax.inject-1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.inject_1.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:36 [INFO] Copying 3 resources
00:46:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.inject_1.0.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.inject_1.0.0/target/javax.inject-1.0.0-SNAPSHOT-sources.jar
00:46:36 [INFO] Assembling p2 repository
00:46:36 [INFO] 
00:46:36 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ javax.inject ---
00:46:36 [INFO] 
00:46:36 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javax.inject ---
00:46:36 [INFO] Gathering sources archives
00:46:36 [INFO] Configured Artifact: javax.inject:javax.inject:sources:1:jar
00:46:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/javax/inject/javax.inject/1/javax.inject-1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.inject_1.0.0/target/sources-for-eclipse-ipzilla/javax.inject-1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:36 [INFO] Configured Artifact: javax.inject:javax.inject:sources:1:jar
00:46:36 [INFO] Copying javax.inject-1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.inject_1.0.0/target/sources-for-eclipse-ipzilla/javax.inject-1-sources.jar
00:46:36 [INFO] Refreshing about files and about.html
00:46:36 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.inject_1.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:36 [INFO] 
00:46:36 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javax.inject ---
00:46:36 [WARNING] artifact org.eclipse.orbit.bundles:javax.inject:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
00:46:36 [WARNING] artifact org.eclipse.orbit.bundles:javax.inject:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
00:46:36 [INFO] 
00:46:36 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ javax.inject ---
00:46:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.inject_1.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.inject/1.0.0-SNAPSHOT/javax.inject-1.0.0-SNAPSHOT.pom
00:46:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.inject_1.0.0/target/javax.inject-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.inject/1.0.0-SNAPSHOT/javax.inject-1.0.0-SNAPSHOT.jar
00:46:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.inject_1.0.0/target/javax.inject-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.inject/1.0.0-SNAPSHOT/javax.inject-1.0.0-SNAPSHOT-sources.jar
00:46:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.inject_1.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.inject/1.0.0-SNAPSHOT/javax.inject-1.0.0-SNAPSHOT-p2metadata.xml
00:46:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.inject_1.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.inject/1.0.0-SNAPSHOT/javax.inject-1.0.0-SNAPSHOT-p2artifacts.xml
00:46:36 [INFO] 
00:46:36 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ javax.inject ---
00:46:36 [INFO] 
00:46:36 [INFO] ------------< org.eclipse.orbit.bundles:jakarta.activation >------------
00:46:36 [INFO] Building Jakarta Activation API jar 1.2.2-SNAPSHOT             [289/379]
00:46:36 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:36 [INFO] 
00:46:36 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.activation ---
00:46:36 [INFO] 
00:46:36 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ jakarta.activation ---
00:46:36 [INFO] The project's OSGi version is 1.2.2.v20221203-1659
00:46:36 [INFO] 
00:46:36 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ jakarta.activation ---
00:46:36 [INFO] 
00:46:36 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jakarta.activation ---
00:46:36 [INFO] Copying 3 resources
00:46:36 [INFO] 
00:46:36 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jakarta.activation ---
00:46:36 [INFO] No sources to compile
00:46:36 [INFO] 
00:46:36 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ jakarta.activation ---
00:46:36 [INFO] Gathering dependencies
00:46:36 [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:1.2.2:jar
00:46:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_1.2.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:36 [INFO] Merging collected dependencies
00:46:36 [INFO] Copying 35 resources
00:46:36 [INFO] Generating OSGi MANIFEST.MF
00:46:36 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.activation:eclipse-bundle-recipe:1.2.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:46:36 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.activation:eclipse-bundle-recipe:1.2.2-SNAPSHOT : Version for package javax.activation is set to different values in the source (1.2.2) and in the manifest (1.2). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:46:36 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_1.2.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_1.2.2/target/jakarta.activation-1.2.2-SNAPSHOT.jar
00:46:36 [INFO] Gathering sources
00:46:36 [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:sources:1.2.2:jar
00:46:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_1.2.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:37 [INFO] Copying 3 resources
00:46:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_1.2.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_1.2.2/target/jakarta.activation-1.2.2-SNAPSHOT-sources.jar
00:46:37 [INFO] Assembling p2 repository
00:46:37 [INFO] 
00:46:37 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.activation ---
00:46:37 [INFO] 
00:46:37 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.activation ---
00:46:37 [INFO] Gathering sources archives
00:46:37 [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:sources:1.2.2:jar
00:46:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_1.2.2/target/sources-for-eclipse-ipzilla/jakarta.activation-api-1.2.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:37 [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:sources:1.2.2:jar
00:46:37 [INFO] Copying jakarta.activation-api-1.2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_1.2.2/target/sources-for-eclipse-ipzilla/jakarta.activation-api-1.2.2-sources.jar
00:46:37 [INFO] Refreshing about files and about.html
00:46:37 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_1.2.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:37 [INFO] 
00:46:37 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jakarta.activation ---
00:46:38 [WARNING] artifact org.eclipse.orbit.bundles:jakarta.activation:xml:p2metadata:1.2.2-SNAPSHOT already attached, replace previous instance
00:46:38 [WARNING] artifact org.eclipse.orbit.bundles:jakarta.activation:xml:p2artifacts:1.2.2-SNAPSHOT already attached, replace previous instance
00:46:38 [INFO] 
00:46:38 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jakarta.activation ---
00:46:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_1.2.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT.pom
00:46:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_1.2.2/target/jakarta.activation-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT.jar
00:46:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_1.2.2/target/jakarta.activation-1.2.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT-sources.jar
00:46:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_1.2.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT-p2metadata.xml
00:46:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_1.2.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT-p2artifacts.xml
00:46:38 [INFO] 
00:46:38 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ jakarta.activation ---
00:46:38 [INFO] 
00:46:38 [INFO] ------------< org.eclipse.orbit.bundles:jakarta.activation >------------
00:46:38 [INFO] Building Jakarta Activation API jar 2.0.0-SNAPSHOT             [290/379]
00:46:38 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:38 [INFO] 
00:46:38 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.activation ---
00:46:38 [INFO] 
00:46:38 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ jakarta.activation ---
00:46:38 [INFO] The project's OSGi version is 2.0.0.v20221203-1659
00:46:38 [INFO] 
00:46:38 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ jakarta.activation ---
00:46:38 [INFO] 
00:46:38 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jakarta.activation ---
00:46:38 [INFO] Copying 3 resources
00:46:38 [INFO] 
00:46:38 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jakarta.activation ---
00:46:38 [INFO] No sources to compile
00:46:38 [INFO] 
00:46:38 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ jakarta.activation ---
00:46:38 [INFO] Gathering dependencies
00:46:38 [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:2.0.0:jar
00:46:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/activation/jakarta.activation-api/2.0.0/jakarta.activation-api-2.0.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_2.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:38 [INFO] Merging collected dependencies
00:46:38 [INFO] Copying 35 resources
00:46:38 [INFO] Generating OSGi MANIFEST.MF
00:46:38 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.activation:eclipse-bundle-recipe:2.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:46:38 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_2.0.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_2.0.0/target/jakarta.activation-2.0.0-SNAPSHOT.jar
00:46:38 [INFO] Gathering sources
00:46:38 [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:sources:2.0.0:jar
00:46:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/activation/jakarta.activation-api/2.0.0/jakarta.activation-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_2.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:38 [INFO] Copying 3 resources
00:46:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_2.0.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_2.0.0/target/jakarta.activation-2.0.0-SNAPSHOT-sources.jar
00:46:38 [INFO] Assembling p2 repository
00:46:39 [INFO] 
00:46:39 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.activation ---
00:46:39 [INFO] 
00:46:39 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.activation ---
00:46:39 [INFO] Gathering sources archives
00:46:39 [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:sources:2.0.0:jar
00:46:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/activation/jakarta.activation-api/2.0.0/jakarta.activation-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_2.0.0/target/sources-for-eclipse-ipzilla/jakarta.activation-api-2.0.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:39 [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:sources:2.0.0:jar
00:46:39 [INFO] Copying jakarta.activation-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_2.0.0/target/sources-for-eclipse-ipzilla/jakarta.activation-api-2.0.0-sources.jar
00:46:39 [INFO] Refreshing about files and about.html
00:46:39 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_2.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:39 [INFO] 
00:46:39 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jakarta.activation ---
00:46:39 [WARNING] artifact org.eclipse.orbit.bundles:jakarta.activation:xml:p2metadata:2.0.0-SNAPSHOT already attached, replace previous instance
00:46:39 [WARNING] artifact org.eclipse.orbit.bundles:jakarta.activation:xml:p2artifacts:2.0.0-SNAPSHOT already attached, replace previous instance
00:46:39 [INFO] 
00:46:39 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jakarta.activation ---
00:46:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_2.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT.pom
00:46:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_2.0.0/target/jakarta.activation-2.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT.jar
00:46:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_2.0.0/target/jakarta.activation-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT-sources.jar
00:46:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_2.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT-p2metadata.xml
00:46:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.activation_2.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT-p2artifacts.xml
00:46:39 [INFO] 
00:46:39 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ jakarta.activation ---
00:46:39 [INFO] 
00:46:39 [INFO] ----------------< org.eclipse.orbit.bundles:jakarta.el >----------------
00:46:39 [INFO] Building Jakarta Expression Language API 4.0.0-SNAPSHOT        [291/379]
00:46:39 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:39 [INFO] 
00:46:39 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.el ---
00:46:39 [INFO] 
00:46:39 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ jakarta.el ---
00:46:39 [INFO] The project's OSGi version is 4.0.0.v20221203-1659
00:46:39 [INFO] 
00:46:39 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ jakarta.el ---
00:46:39 [INFO] 
00:46:39 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jakarta.el ---
00:46:39 [INFO] Copying 4 resources
00:46:39 [INFO] 
00:46:39 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jakarta.el ---
00:46:39 [INFO] No sources to compile
00:46:39 [INFO] 
00:46:39 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ jakarta.el ---
00:46:39 [INFO] Gathering dependencies
00:46:39 [INFO] Configured Artifact: jakarta.el:jakarta.el-api:4.0.0:jar
00:46:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.el_4.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:39 [INFO] Merging collected dependencies
00:46:39 [INFO] Copying 53 resources
00:46:39 [INFO] Generating OSGi MANIFEST.MF
00:46:39 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.el:eclipse-bundle-recipe:4.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:46:39 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.el_4.0.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.el_4.0.0/target/jakarta.el-4.0.0-SNAPSHOT.jar
00:46:39 [INFO] Gathering sources
00:46:39 [INFO] Configured Artifact: jakarta.el:jakarta.el-api:sources:4.0.0:jar
00:46:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.el_4.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:39 [INFO] Copying 4 resources
00:46:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.el_4.0.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.el_4.0.0/target/jakarta.el-4.0.0-SNAPSHOT-sources.jar
00:46:39 [INFO] Assembling p2 repository
00:46:40 [INFO] 
00:46:40 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.el ---
00:46:40 [INFO] 
00:46:40 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.el ---
00:46:40 [INFO] Gathering sources archives
00:46:40 [INFO] Configured Artifact: jakarta.el:jakarta.el-api:sources:4.0.0:jar
00:46:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.el_4.0.0/target/sources-for-eclipse-ipzilla/jakarta.el-api-4.0.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:40 [INFO] Configured Artifact: jakarta.el:jakarta.el-api:sources:4.0.0:jar
00:46:40 [INFO] Copying jakarta.el-api-4.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.el_4.0.0/target/sources-for-eclipse-ipzilla/jakarta.el-api-4.0.0-sources.jar
00:46:40 [INFO] Refreshing about files and about.html
00:46:40 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.el_4.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:40 [INFO] 
00:46:40 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jakarta.el ---
00:46:40 [WARNING] artifact org.eclipse.orbit.bundles:jakarta.el:xml:p2metadata:4.0.0-SNAPSHOT already attached, replace previous instance
00:46:40 [WARNING] artifact org.eclipse.orbit.bundles:jakarta.el:xml:p2artifacts:4.0.0-SNAPSHOT already attached, replace previous instance
00:46:40 [INFO] 
00:46:40 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jakarta.el ---
00:46:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.el_4.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT.pom
00:46:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.el_4.0.0/target/jakarta.el-4.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT.jar
00:46:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.el_4.0.0/target/jakarta.el-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT-sources.jar
00:46:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.el_4.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT-p2metadata.xml
00:46:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.el_4.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT-p2artifacts.xml
00:46:40 [INFO] 
00:46:40 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ jakarta.el ---
00:46:40 [INFO] 
00:46:40 [INFO] -------------< org.eclipse.orbit.bundles:jakarta.servlet >--------------
00:46:40 [INFO] Building Jakarta Servlet 5.0.0-SNAPSHOT                        [292/379]
00:46:40 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:40 [INFO] 
00:46:40 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.servlet ---
00:46:40 [INFO] 
00:46:40 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ jakarta.servlet ---
00:46:40 [INFO] The project's OSGi version is 5.0.0.v20221203-1659
00:46:40 [INFO] 
00:46:40 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ jakarta.servlet ---
00:46:40 [INFO] 
00:46:40 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jakarta.servlet ---
00:46:40 [INFO] Copying 4 resources
00:46:40 [INFO] 
00:46:40 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jakarta.servlet ---
00:46:40 [INFO] No sources to compile
00:46:40 [INFO] 
00:46:40 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ jakarta.servlet ---
00:46:40 [INFO] Gathering dependencies
00:46:40 [INFO] Configured Artifact: jakarta.servlet:jakarta.servlet-api:5.0.0:jar
00:46:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet_5.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:40 [INFO] Merging collected dependencies
00:46:40 [INFO] Copying 139 resources
00:46:40 [INFO] Generating OSGi MANIFEST.MF
00:46:40 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.servlet:eclipse-bundle-recipe:5.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:46:40 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet_5.0.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet_5.0.0/target/jakarta.servlet-5.0.0-SNAPSHOT.jar
00:46:40 [INFO] Gathering sources
00:46:40 [INFO] Configured Artifact: jakarta.servlet:jakarta.servlet-api:sources:5.0.0:jar
00:46:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet_5.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:41 [INFO] Copying 4 resources
00:46:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet_5.0.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet_5.0.0/target/jakarta.servlet-5.0.0-SNAPSHOT-sources.jar
00:46:41 [INFO] Assembling p2 repository
00:46:41 [INFO] 
00:46:41 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.servlet ---
00:46:41 [INFO] 
00:46:41 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.servlet ---
00:46:41 [INFO] Gathering sources archives
00:46:41 [INFO] Configured Artifact: jakarta.servlet:jakarta.servlet-api:sources:5.0.0:jar
00:46:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet_5.0.0/target/sources-for-eclipse-ipzilla/jakarta.servlet-api-5.0.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:41 [INFO] Configured Artifact: jakarta.servlet:jakarta.servlet-api:sources:5.0.0:jar
00:46:41 [INFO] Copying jakarta.servlet-api-5.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet_5.0.0/target/sources-for-eclipse-ipzilla/jakarta.servlet-api-5.0.0-sources.jar
00:46:41 [INFO] Refreshing about files and about.html
00:46:41 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet_5.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:41 [INFO] 
00:46:41 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jakarta.servlet ---
00:46:42 [WARNING] artifact org.eclipse.orbit.bundles:jakarta.servlet:xml:p2metadata:5.0.0-SNAPSHOT already attached, replace previous instance
00:46:42 [WARNING] artifact org.eclipse.orbit.bundles:jakarta.servlet:xml:p2artifacts:5.0.0-SNAPSHOT already attached, replace previous instance
00:46:42 [INFO] 
00:46:42 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jakarta.servlet ---
00:46:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet_5.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT.pom
00:46:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet_5.0.0/target/jakarta.servlet-5.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT.jar
00:46:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet_5.0.0/target/jakarta.servlet-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT-sources.jar
00:46:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet_5.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT-p2metadata.xml
00:46:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet_5.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT-p2artifacts.xml
00:46:42 [INFO] 
00:46:42 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ jakarta.servlet ---
00:46:42 [INFO] 
00:46:42 [INFO] -----------< org.eclipse.orbit.bundles:jakarta.servlet.jsp >------------
00:46:42 [INFO] Building Jakarta Server Pages API 3.0.0-SNAPSHOT               [293/379]
00:46:42 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:42 [INFO] 
00:46:42 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.servlet.jsp ---
00:46:42 [INFO] 
00:46:42 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ jakarta.servlet.jsp ---
00:46:42 [INFO] The project's OSGi version is 3.0.0.v20221203-1659
00:46:42 [INFO] 
00:46:42 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ jakarta.servlet.jsp ---
00:46:42 [INFO] 
00:46:42 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jakarta.servlet.jsp ---
00:46:42 [INFO] Copying 4 resources
00:46:42 [INFO] 
00:46:42 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jakarta.servlet.jsp ---
00:46:42 [INFO] No sources to compile
00:46:42 [INFO] 
00:46:42 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ jakarta.servlet.jsp ---
00:46:42 [INFO] Gathering dependencies
00:46:42 [INFO] Configured Artifact: jakarta.servlet.jsp:jakarta.servlet.jsp-api:3.0.0:jar
00:46:42 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.0.0/jakarta.servlet.jsp-api-3.0.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:42 [INFO] Merging collected dependencies
00:46:42 [INFO] Copying 61 resources
00:46:42 [INFO] Generating OSGi MANIFEST.MF
00:46:42 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.servlet.jsp:eclipse-bundle-recipe:3.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:46:42 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.servlet.jsp:eclipse-bundle-recipe:3.0.0-SNAPSHOT : Version for package jakarta.servlet.jsp is set to different values in the source (3.0.0) and in the manifest (3.0.0.SNAPSHOT). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:46:42 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.servlet.jsp:eclipse-bundle-recipe:3.0.0-SNAPSHOT : Version for package jakarta.servlet.jsp.el is set to different values in the source (3.0.0) and in the manifest (3.0.0.SNAPSHOT). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:46:42 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.servlet.jsp:eclipse-bundle-recipe:3.0.0-SNAPSHOT : Version for package jakarta.servlet.jsp.tagext is set to different values in the source (3.0.0) and in the manifest (3.0.0.SNAPSHOT). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:46:42 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/jakarta.servlet.jsp-3.0.0-SNAPSHOT.jar
00:46:42 [INFO] Gathering sources
00:46:42 [INFO] Configured Artifact: jakarta.servlet.jsp:jakarta.servlet.jsp-api:sources:3.0.0:jar
00:46:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.0.0/jakarta.servlet.jsp-api-3.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:43 [INFO] Copying 4 resources
00:46:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/jakarta.servlet.jsp-3.0.0-SNAPSHOT-sources.jar
00:46:43 [INFO] Assembling p2 repository
00:46:43 [INFO] 
00:46:43 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.servlet.jsp ---
00:46:43 [INFO] 
00:46:43 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.servlet.jsp ---
00:46:43 [INFO] Gathering sources archives
00:46:43 [INFO] Configured Artifact: jakarta.servlet.jsp:jakarta.servlet.jsp-api:sources:3.0.0:jar
00:46:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.0.0/jakarta.servlet.jsp-api-3.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/sources-for-eclipse-ipzilla/jakarta.servlet.jsp-api-3.0.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:44 [INFO] Configured Artifact: jakarta.servlet.jsp:jakarta.servlet.jsp-api:sources:3.0.0:jar
00:46:44 [INFO] Copying jakarta.servlet.jsp-api-3.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/sources-for-eclipse-ipzilla/jakarta.servlet.jsp-api-3.0.0-sources.jar
00:46:44 [INFO] Refreshing about files and about.html
00:46:44 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:44 [INFO] 
00:46:44 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jakarta.servlet.jsp ---
00:46:44 [WARNING] artifact org.eclipse.orbit.bundles:jakarta.servlet.jsp:xml:p2metadata:3.0.0-SNAPSHOT already attached, replace previous instance
00:46:44 [WARNING] artifact org.eclipse.orbit.bundles:jakarta.servlet.jsp:xml:p2artifacts:3.0.0-SNAPSHOT already attached, replace previous instance
00:46:44 [INFO] 
00:46:44 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jakarta.servlet.jsp ---
00:46:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT.pom
00:46:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/jakarta.servlet.jsp-3.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT.jar
00:46:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/jakarta.servlet.jsp-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT-sources.jar
00:46:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT-p2metadata.xml
00:46:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT-p2artifacts.xml
00:46:44 [INFO] 
00:46:44 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ jakarta.servlet.jsp ---
00:46:44 [INFO] 
00:46:44 [INFO] -------------< org.eclipse.orbit.bundles:javax.annotation >-------------
00:46:44 [INFO] Building Jakarta Annotations API 1.3.5-SNAPSHOT                [294/379]
00:46:44 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:44 [INFO] 
00:46:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.annotation ---
00:46:44 [INFO] 
00:46:44 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ javax.annotation ---
00:46:44 [INFO] The project's OSGi version is 1.3.5.v20221203-1659
00:46:44 [INFO] 
00:46:44 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ javax.annotation ---
00:46:44 [INFO] 
00:46:44 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ javax.annotation ---
00:46:44 [INFO] Copying 4 resources
00:46:44 [INFO] 
00:46:44 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ javax.annotation ---
00:46:44 [INFO] No sources to compile
00:46:44 [INFO] 
00:46:44 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ javax.annotation ---
00:46:44 [INFO] Gathering dependencies
00:46:44 [INFO] Configured Artifact: jakarta.annotation:jakarta.annotation-api:1.3.5:jar
00:46:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.annotation_1.3.5/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:44 [INFO] Merging collected dependencies
00:46:44 [INFO] Copying 18 resources
00:46:44 [INFO] Generating OSGi MANIFEST.MF
00:46:44 [WARNING] Manifest org.eclipse.orbit.bundles:javax.annotation:eclipse-bundle-recipe:1.3.5-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:46:44 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.annotation_1.3.5/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.annotation_1.3.5/target/javax.annotation-1.3.5-SNAPSHOT.jar
00:46:44 [INFO] Gathering sources
00:46:44 [INFO] Configured Artifact: jakarta.annotation:jakarta.annotation-api:sources:1.3.5:jar
00:46:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.annotation_1.3.5/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:44 [INFO] Copying 4 resources
00:46:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.annotation_1.3.5/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.annotation_1.3.5/target/javax.annotation-1.3.5-SNAPSHOT-sources.jar
00:46:44 [INFO] Assembling p2 repository
00:46:44 [INFO] 
00:46:44 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ javax.annotation ---
00:46:44 [INFO] 
00:46:44 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javax.annotation ---
00:46:44 [INFO] Gathering sources archives
00:46:44 [INFO] Configured Artifact: jakarta.annotation:jakarta.annotation-api:sources:1.3.5:jar
00:46:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.annotation_1.3.5/target/sources-for-eclipse-ipzilla/jakarta.annotation-api-1.3.5-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:44 [INFO] Configured Artifact: jakarta.annotation:jakarta.annotation-api:sources:1.3.5:jar
00:46:44 [INFO] Copying jakarta.annotation-api-1.3.5-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.annotation_1.3.5/target/sources-for-eclipse-ipzilla/jakarta.annotation-api-1.3.5-sources.jar
00:46:44 [INFO] Refreshing about files and about.html
00:46:45 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.annotation_1.3.5/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:45 [INFO] 
00:46:45 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javax.annotation ---
00:46:45 [WARNING] artifact org.eclipse.orbit.bundles:javax.annotation:xml:p2metadata:1.3.5-SNAPSHOT already attached, replace previous instance
00:46:45 [WARNING] artifact org.eclipse.orbit.bundles:javax.annotation:xml:p2artifacts:1.3.5-SNAPSHOT already attached, replace previous instance
00:46:45 [INFO] 
00:46:45 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ javax.annotation ---
00:46:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.annotation_1.3.5/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT.pom
00:46:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.annotation_1.3.5/target/javax.annotation-1.3.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT.jar
00:46:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.annotation_1.3.5/target/javax.annotation-1.3.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT-sources.jar
00:46:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.annotation_1.3.5/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT-p2metadata.xml
00:46:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.annotation_1.3.5/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT-p2artifacts.xml
00:46:45 [INFO] 
00:46:45 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ javax.annotation ---
00:46:45 [INFO] 
00:46:45 [INFO] -------------< org.eclipse.orbit.bundles:javax.validation >-------------
00:46:45 [INFO] Building Bean Validation API 1.1.0-SNAPSHOT                    [295/379]
00:46:45 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:45 [INFO] 
00:46:45 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.validation ---
00:46:45 [INFO] 
00:46:45 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ javax.validation ---
00:46:45 [INFO] The project's OSGi version is 1.1.0.v20221112-0806
00:46:45 [INFO] 
00:46:45 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ javax.validation ---
00:46:45 [INFO] 
00:46:45 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ javax.validation ---
00:46:45 [INFO] Copying 3 resources
00:46:45 [INFO] 
00:46:45 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ javax.validation ---
00:46:45 [INFO] No sources to compile
00:46:45 [INFO] 
00:46:45 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ javax.validation ---
00:46:45 [INFO] Gathering dependencies
00:46:45 [INFO] Configured Artifact: javax.validation:validation-api:1.1.0.Final:jar
00:46:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.validation_1.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:45 [INFO] Merging collected dependencies
00:46:45 [INFO] Copying 107 resources
00:46:45 [INFO] Generating OSGi MANIFEST.MF
00:46:45 [WARNING] Manifest org.eclipse.orbit.bundles:javax.validation:eclipse-bundle-recipe:1.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:46:45 [WARNING] Manifest org.eclipse.orbit.bundles:javax.validation:eclipse-bundle-recipe:1.1.0-SNAPSHOT : Version for package javax.validation is set to different values in the source (1.1.0) and in the manifest (1.1.0.Final). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:46:45 [WARNING] Manifest org.eclipse.orbit.bundles:javax.validation:eclipse-bundle-recipe:1.1.0-SNAPSHOT : Version for package javax.validation.bootstrap is set to different values in the source (1.1.0) and in the manifest (1.1.0.Final). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:46:45 [WARNING] Manifest org.eclipse.orbit.bundles:javax.validation:eclipse-bundle-recipe:1.1.0-SNAPSHOT : Version for package javax.validation.constraints is set to different values in the source (1.1.0) and in the manifest (1.1.0.Final). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:46:45 [WARNING] Manifest org.eclipse.orbit.bundles:javax.validation:eclipse-bundle-recipe:1.1.0-SNAPSHOT : Version for package javax.validation.constraintvalidation is set to different values in the source (1.1.0) and in the manifest (1.1.0.Final). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:46:45 [WARNING] Manifest org.eclipse.orbit.bundles:javax.validation:eclipse-bundle-recipe:1.1.0-SNAPSHOT : Version for package javax.validation.executable is set to different values in the source (1.1.0) and in the manifest (1.1.0.Final). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:46:45 [WARNING] Manifest org.eclipse.orbit.bundles:javax.validation:eclipse-bundle-recipe:1.1.0-SNAPSHOT : Version for package javax.validation.groups is set to different values in the source (1.1.0) and in the manifest (1.1.0.Final). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:46:45 [WARNING] Manifest org.eclipse.orbit.bundles:javax.validation:eclipse-bundle-recipe:1.1.0-SNAPSHOT : Version for package javax.validation.metadata is set to different values in the source (1.1.0) and in the manifest (1.1.0.Final). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:46:45 [WARNING] Manifest org.eclipse.orbit.bundles:javax.validation:eclipse-bundle-recipe:1.1.0-SNAPSHOT : Version for package javax.validation.spi is set to different values in the source (1.1.0) and in the manifest (1.1.0.Final). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:46:45 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.validation_1.1.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.validation_1.1.0/target/javax.validation-1.1.0-SNAPSHOT.jar
00:46:45 [INFO] Gathering sources
00:46:45 [INFO] Configured Artifact: javax.validation:validation-api:sources:1.1.0.Final:jar
00:46:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.validation_1.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:45 [INFO] Copying 3 resources
00:46:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.validation_1.1.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.validation_1.1.0/target/javax.validation-1.1.0-SNAPSHOT-sources.jar
00:46:45 [INFO] Assembling p2 repository
00:46:46 [INFO] 
00:46:46 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ javax.validation ---
00:46:46 [INFO] 
00:46:46 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javax.validation ---
00:46:46 [INFO] Gathering sources archives
00:46:46 [INFO] Configured Artifact: javax.validation:validation-api:sources:1.1.0.Final:jar
00:46:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.validation_1.1.0/target/sources-for-eclipse-ipzilla/validation-api-1.1.0.Final-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:46 [INFO] Configured Artifact: javax.validation:validation-api:sources:1.1.0.Final:jar
00:46:46 [INFO] Copying validation-api-1.1.0.Final-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.validation_1.1.0/target/sources-for-eclipse-ipzilla/validation-api-1.1.0.Final-sources.jar
00:46:46 [INFO] Refreshing about files and about.html
00:46:46 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.validation_1.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:46 [INFO] 
00:46:46 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javax.validation ---
00:46:46 [WARNING] artifact org.eclipse.orbit.bundles:javax.validation:xml:p2metadata:1.1.0-SNAPSHOT already attached, replace previous instance
00:46:46 [WARNING] artifact org.eclipse.orbit.bundles:javax.validation:xml:p2artifacts:1.1.0-SNAPSHOT already attached, replace previous instance
00:46:46 [INFO] 
00:46:46 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ javax.validation ---
00:46:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.validation_1.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT.pom
00:46:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.validation_1.1.0/target/javax.validation-1.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT.jar
00:46:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.validation_1.1.0/target/javax.validation-1.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT-sources.jar
00:46:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.validation_1.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT-p2metadata.xml
00:46:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.validation_1.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT-p2artifacts.xml
00:46:46 [INFO] 
00:46:46 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ javax.validation ---
00:46:46 [INFO] 
00:46:46 [INFO] -------------< org.eclipse.orbit.bundles:jakarta.xml.bind >-------------
00:46:46 [INFO] Building Jakarta XML Binding API 2.3.3-SNAPSHOT                [296/379]
00:46:46 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:46 [INFO] 
00:46:46 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.xml.bind ---
00:46:46 [INFO] 
00:46:46 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ jakarta.xml.bind ---
00:46:46 [INFO] The project's OSGi version is 2.3.3.v20221203-1659
00:46:46 [INFO] 
00:46:46 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ jakarta.xml.bind ---
00:46:46 [INFO] 
00:46:46 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jakarta.xml.bind ---
00:46:46 [INFO] Copying 3 resources
00:46:46 [INFO] 
00:46:46 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jakarta.xml.bind ---
00:46:46 [INFO] No sources to compile
00:46:46 [INFO] 
00:46:46 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ jakarta.xml.bind ---
00:46:46 [INFO] Gathering dependencies
00:46:46 [INFO] Configured Artifact: jakarta.xml.bind:jakarta.xml.bind-api:2.3.3:jar
00:46:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:46 [INFO] Merging collected dependencies
00:46:46 [INFO] Copying 118 resources
00:46:46 [INFO] Generating OSGi MANIFEST.MF
00:46:46 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.xml.bind:eclipse-bundle-recipe:2.3.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:46:46 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.xml.bind:eclipse-bundle-recipe:2.3.3-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/javax/xml/bind/ModuleUtil.class=javax.xml.bind.ModuleUtil}
00:46:46 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/jakarta.xml.bind-2.3.3-SNAPSHOT.jar
00:46:46 [INFO] Gathering sources
00:46:46 [INFO] Configured Artifact: jakarta.xml.bind:jakarta.xml.bind-api:sources:2.3.3:jar
00:46:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:46 [INFO] Copying 3 resources
00:46:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.xml.bind_2.3.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/jakarta.xml.bind-2.3.3-SNAPSHOT-sources.jar
00:46:46 [INFO] Assembling p2 repository
00:46:47 [INFO] 
00:46:47 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.xml.bind ---
00:46:47 [INFO] 
00:46:47 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.xml.bind ---
00:46:47 [INFO] Gathering sources archives
00:46:47 [INFO] Configured Artifact: jakarta.xml.bind:jakarta.xml.bind-api:sources:2.3.3:jar
00:46:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/sources-for-eclipse-ipzilla/jakarta.xml.bind-api-2.3.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:47 [INFO] Configured Artifact: jakarta.xml.bind:jakarta.xml.bind-api:sources:2.3.3:jar
00:46:47 [INFO] Copying jakarta.xml.bind-api-2.3.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/sources-for-eclipse-ipzilla/jakarta.xml.bind-api-2.3.3-sources.jar
00:46:47 [INFO] Refreshing about files and about.html
00:46:47 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.xml.bind_2.3.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:47 [INFO] 
00:46:47 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jakarta.xml.bind ---
00:46:47 [WARNING] artifact org.eclipse.orbit.bundles:jakarta.xml.bind:xml:p2metadata:2.3.3-SNAPSHOT already attached, replace previous instance
00:46:47 [WARNING] artifact org.eclipse.orbit.bundles:jakarta.xml.bind:xml:p2artifacts:2.3.3-SNAPSHOT already attached, replace previous instance
00:46:47 [INFO] 
00:46:47 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jakarta.xml.bind ---
00:46:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.xml.bind_2.3.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT.pom
00:46:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/jakarta.xml.bind-2.3.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT.jar
00:46:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/jakarta.xml.bind-2.3.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT-sources.jar
00:46:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT-p2metadata.xml
00:46:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT-p2artifacts.xml
00:46:47 [INFO] 
00:46:47 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ jakarta.xml.bind ---
00:46:47 [INFO] 
00:46:47 [INFO] ------------< org.eclipse.orbit.bundles:jakarta.websocket >-------------
00:46:47 [INFO] Building Jakarta WebSocket - Server API 2.0.0-SNAPSHOT         [297/379]
00:46:47 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:47 [INFO] 
00:46:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.websocket ---
00:46:47 [INFO] 
00:46:47 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ jakarta.websocket ---
00:46:47 [INFO] The project's OSGi version is 2.0.0.v20221203-1659
00:46:47 [INFO] 
00:46:47 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ jakarta.websocket ---
00:46:47 [INFO] 
00:46:47 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jakarta.websocket ---
00:46:47 [INFO] Copying 4 resources
00:46:47 [INFO] 
00:46:47 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jakarta.websocket ---
00:46:47 [INFO] No sources to compile
00:46:47 [INFO] 
00:46:47 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ jakarta.websocket ---
00:46:47 [INFO] Gathering dependencies
00:46:47 [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:2.0.0:jar
00:46:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.websocket_2.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:47 [INFO] Merging collected dependencies
00:46:47 [INFO] Copying 57 resources
00:46:47 [INFO] Generating OSGi MANIFEST.MF
00:46:47 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.websocket:eclipse-bundle-recipe:2.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:46:47 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.websocket:eclipse-bundle-recipe:2.0.0-SNAPSHOT : Version for package jakarta.websocket is set to different values in the source (2.0.0) and in the manifest (2.0.0.SNAPSHOT). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:46:47 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.websocket:eclipse-bundle-recipe:2.0.0-SNAPSHOT : Version for package jakarta.websocket.server is set to different values in the source (2.0.0) and in the manifest (2.0.0.SNAPSHOT). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:46:47 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.websocket_2.0.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.websocket_2.0.0/target/jakarta.websocket-2.0.0-SNAPSHOT.jar
00:46:47 [INFO] Gathering sources
00:46:47 [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:sources:2.0.0:jar
00:46:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.websocket_2.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:47 [INFO] Copying 4 resources
00:46:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.websocket_2.0.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.websocket_2.0.0/target/jakarta.websocket-2.0.0-SNAPSHOT-sources.jar
00:46:48 [INFO] Assembling p2 repository
00:46:48 [INFO] 
00:46:48 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.websocket ---
00:46:48 [INFO] 
00:46:48 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.websocket ---
00:46:48 [INFO] Gathering sources archives
00:46:48 [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:sources:2.0.0:jar
00:46:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.websocket_2.0.0/target/sources-for-eclipse-ipzilla/jakarta.websocket-api-2.0.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:48 [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:sources:2.0.0:jar
00:46:48 [INFO] Copying jakarta.websocket-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.websocket_2.0.0/target/sources-for-eclipse-ipzilla/jakarta.websocket-api-2.0.0-sources.jar
00:46:48 [INFO] Refreshing about files and about.html
00:46:48 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.websocket_2.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:48 [INFO] 
00:46:48 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jakarta.websocket ---
00:46:48 [WARNING] artifact org.eclipse.orbit.bundles:jakarta.websocket:xml:p2metadata:2.0.0-SNAPSHOT already attached, replace previous instance
00:46:48 [WARNING] artifact org.eclipse.orbit.bundles:jakarta.websocket:xml:p2artifacts:2.0.0-SNAPSHOT already attached, replace previous instance
00:46:48 [INFO] 
00:46:48 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ jakarta.websocket ---
00:46:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.websocket_2.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT.pom
00:46:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.websocket_2.0.0/target/jakarta.websocket-2.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT.jar
00:46:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.websocket_2.0.0/target/jakarta.websocket-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT-sources.jar
00:46:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.websocket_2.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT-p2metadata.xml
00:46:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/jakarta.websocket_2.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT-p2artifacts.xml
00:46:48 [INFO] 
00:46:48 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ jakarta.websocket ---
00:46:48 [INFO] 
00:46:48 [INFO] ---------------< org.eclipse.orbit.bundles:javax.ws.rs >----------------
00:46:48 [INFO] Building jakarta.ws.rs-api 2.1.6-SNAPSHOT                      [298/379]
00:46:48 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:48 [INFO] 
00:46:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.ws.rs ---
00:46:48 [INFO] 
00:46:48 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ javax.ws.rs ---
00:46:48 [INFO] The project's OSGi version is 2.1.6.v20221203-1659
00:46:48 [INFO] 
00:46:48 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ javax.ws.rs ---
00:46:48 [INFO] 
00:46:48 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ javax.ws.rs ---
00:46:48 [INFO] Copying 4 resources
00:46:48 [INFO] 
00:46:48 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ javax.ws.rs ---
00:46:48 [INFO] No sources to compile
00:46:48 [INFO] 
00:46:48 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ javax.ws.rs ---
00:46:48 [INFO] Gathering dependencies
00:46:48 [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:2.1.6:jar
00:46:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.ws.rs_2.1.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:48 [INFO] Merging collected dependencies
00:46:48 [INFO] Copying 141 resources
00:46:48 [INFO] Generating OSGi MANIFEST.MF
00:46:48 [WARNING] Manifest org.eclipse.orbit.bundles:javax.ws.rs:eclipse-bundle-recipe:2.1.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:46:48 [WARNING] Manifest org.eclipse.orbit.bundles:javax.ws.rs:eclipse-bundle-recipe:2.1.6-SNAPSHOT : Unused Import-Package instructions: [jakarta.activation*, jakarta.xml.bind*] 
00:46:48 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.ws.rs_2.1.6/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.ws.rs_2.1.6/target/javax.ws.rs-2.1.6-SNAPSHOT.jar
00:46:48 [INFO] Gathering sources
00:46:48 [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:sources:2.1.6:jar
00:46:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.ws.rs_2.1.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:49 [INFO] Copying 4 resources
00:46:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.ws.rs_2.1.6/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.ws.rs_2.1.6/target/javax.ws.rs-2.1.6-SNAPSHOT-sources.jar
00:46:49 [INFO] Assembling p2 repository
00:46:50 [INFO] 
00:46:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ javax.ws.rs ---
00:46:50 [INFO] 
00:46:50 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javax.ws.rs ---
00:46:50 [INFO] Gathering sources archives
00:46:50 [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:sources:2.1.6:jar
00:46:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.ws.rs_2.1.6/target/sources-for-eclipse-ipzilla/jakarta.ws.rs-api-2.1.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:50 [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:sources:2.1.6:jar
00:46:50 [INFO] Copying jakarta.ws.rs-api-2.1.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.ws.rs_2.1.6/target/sources-for-eclipse-ipzilla/jakarta.ws.rs-api-2.1.6-sources.jar
00:46:50 [INFO] Refreshing about files and about.html
00:46:50 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.ws.rs_2.1.6/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:50 [INFO] 
00:46:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javax.ws.rs ---
00:46:50 [WARNING] artifact org.eclipse.orbit.bundles:javax.ws.rs:xml:p2metadata:2.1.6-SNAPSHOT already attached, replace previous instance
00:46:50 [WARNING] artifact org.eclipse.orbit.bundles:javax.ws.rs:xml:p2artifacts:2.1.6-SNAPSHOT already attached, replace previous instance
00:46:50 [INFO] 
00:46:50 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ javax.ws.rs ---
00:46:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.ws.rs_2.1.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT.pom
00:46:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.ws.rs_2.1.6/target/javax.ws.rs-2.1.6-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT.jar
00:46:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.ws.rs_2.1.6/target/javax.ws.rs-2.1.6-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT-sources.jar
00:46:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.ws.rs_2.1.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT-p2metadata.xml
00:46:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.ws.rs_2.1.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT-p2artifacts.xml
00:46:50 [INFO] 
00:46:50 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ javax.ws.rs ---
00:46:50 [INFO] 
00:46:50 [INFO] ----------------< org.eclipse.orbit.bundles:javax.xml >-----------------
00:46:50 [INFO] Building XML Commons External Components XML APIs 1.4.1-SNAPSHOT [299/379]
00:46:50 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:50 [INFO] 
00:46:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.xml ---
00:46:50 [INFO] 
00:46:50 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ javax.xml ---
00:46:50 [INFO] The project's OSGi version is 1.4.1.v20220503-2331
00:46:50 [INFO] 
00:46:50 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ javax.xml ---
00:46:50 [INFO] 
00:46:50 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ javax.xml ---
00:46:50 [INFO] Copying 5 resources
00:46:50 [INFO] 
00:46:50 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ javax.xml ---
00:46:50 [INFO] No sources to compile
00:46:50 [INFO] 
00:46:50 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ javax.xml ---
00:46:50 [INFO] Gathering dependencies
00:46:50 [INFO] Configured Artifact: xml-apis:xml-apis:1.4.01:jar
00:46:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.xml_1.4.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:50 [INFO] Merging collected dependencies
00:46:50 [INFO] Copying 354 resources
00:46:50 [INFO] Generating OSGi MANIFEST.MF
00:46:50 [WARNING] Manifest org.eclipse.orbit.bundles:javax.xml:eclipse-bundle-recipe:1.4.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:46:50 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.xml_1.4.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.xml_1.4.1/target/javax.xml-1.4.1-SNAPSHOT.jar
00:46:50 [INFO] Gathering sources
00:46:50 [INFO] Configured Artifact: xml-apis:xml-apis:sources:1.4.01:jar
00:46:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.xml_1.4.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:50 [INFO] Copying 5 resources
00:46:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.xml_1.4.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.xml_1.4.1/target/javax.xml-1.4.1-SNAPSHOT-sources.jar
00:46:51 [INFO] Assembling p2 repository
00:46:51 [INFO] 
00:46:51 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ javax.xml ---
00:46:51 [INFO] 
00:46:51 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javax.xml ---
00:46:51 [INFO] Gathering sources archives
00:46:51 [INFO] Configured Artifact: xml-apis:xml-apis:sources:1.4.01:jar
00:46:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.xml_1.4.1/target/sources-for-eclipse-ipzilla/xml-apis-1.4.01-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:52 [INFO] Configured Artifact: xml-apis:xml-apis:sources:1.4.01:jar
00:46:52 [INFO] Copying xml-apis-1.4.01-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.xml_1.4.1/target/sources-for-eclipse-ipzilla/xml-apis-1.4.01-sources.jar
00:46:52 [INFO] Refreshing about files and about.html
00:46:52 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.xml_1.4.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:52 [INFO] 
00:46:52 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javax.xml ---
00:46:52 [WARNING] artifact org.eclipse.orbit.bundles:javax.xml:xml:p2metadata:1.4.1-SNAPSHOT already attached, replace previous instance
00:46:52 [WARNING] artifact org.eclipse.orbit.bundles:javax.xml:xml:p2artifacts:1.4.1-SNAPSHOT already attached, replace previous instance
00:46:52 [INFO] 
00:46:52 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ javax.xml ---
00:46:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.xml_1.4.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.xml/1.4.1-SNAPSHOT/javax.xml-1.4.1-SNAPSHOT.pom
00:46:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.xml_1.4.1/target/javax.xml-1.4.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.xml/1.4.1-SNAPSHOT/javax.xml-1.4.1-SNAPSHOT.jar
00:46:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.xml_1.4.1/target/javax.xml-1.4.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.xml/1.4.1-SNAPSHOT/javax.xml-1.4.1-SNAPSHOT-sources.jar
00:46:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.xml_1.4.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.xml/1.4.1-SNAPSHOT/javax.xml-1.4.1-SNAPSHOT-p2metadata.xml
00:46:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/javax/javax.xml_1.4.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.xml/1.4.1-SNAPSHOT/javax.xml-1.4.1-SNAPSHOT-p2artifacts.xml
00:46:52 [INFO] 
00:46:52 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ javax.xml ---
00:46:52 [INFO] 
00:46:52 [INFO] ---------------< org.eclipse.orbit.bundles:jaxb-parent >----------------
00:46:52 [INFO] Building Eclipse Orbit :: jaxb Recipes 1.0.0-SNAPSHOT          [300/379]
00:46:52 [INFO] --------------------------------[ pom ]---------------------------------
00:46:52 [INFO] 
00:46:52 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxb-parent ---
00:46:52 [INFO] 
00:46:52 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jaxb-parent ---
00:46:52 [INFO] 
00:46:52 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jaxb-parent ---
00:46:52 [INFO] 
00:46:52 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxb-parent ---
00:46:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jaxb-parent/1.0.0-SNAPSHOT/jaxb-parent-1.0.0-SNAPSHOT.pom
00:46:52 [INFO] 
00:46:52 [INFO] -------------< org.eclipse.orbit.bundles:com.sun.xml.bind >-------------
00:46:52 [INFO] Building com.sun.xml.bind 2.2.0-SNAPSHOT                       [301/379]
00:46:52 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:52 [INFO] 
00:46:52 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.xml.bind ---
00:46:52 [INFO] 
00:46:52 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.xml.bind ---
00:46:52 [INFO] The project's OSGi version is 2.2.0.v20221112-0806
00:46:52 [INFO] 
00:46:52 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.xml.bind ---
00:46:52 [INFO] 
00:46:52 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.xml.bind ---
00:46:52 [INFO] Copying 2 resources
00:46:52 [INFO] 
00:46:52 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.xml.bind ---
00:46:52 [INFO] No sources to compile
00:46:52 [INFO] 
00:46:52 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.xml.bind ---
00:46:52 [INFO] Gathering dependencies
00:46:52 [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:2.2:jar
00:46:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:52 [INFO] Merging collected dependencies
00:46:52 [INFO] Copying 669 resources
00:46:52 [INFO] Generating OSGi MANIFEST.MF
00:46:53 [WARNING] Manifest org.eclipse.orbit.bundles:com.sun.xml.bind:eclipse-bundle-recipe:2.2.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] 
00:46:53 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/com.sun.xml.bind-2.2.0-SNAPSHOT.jar
00:46:53 [INFO] Gathering sources
00:46:53 [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:sources:2.2:jar
00:46:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:53 [INFO] Copying 2 resources
00:46:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/com.sun.xml.bind-2.2.0-SNAPSHOT-sources.jar
00:46:53 [INFO] Assembling p2 repository
00:46:54 [INFO] 
00:46:54 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.xml.bind ---
00:46:54 [INFO] 
00:46:54 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.xml.bind ---
00:46:54 [INFO] Gathering sources archives
00:46:54 [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:sources:2.2:jar
00:46:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/sources-for-eclipse-ipzilla/jaxb-impl-2.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:54 [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:sources:2.2:jar
00:46:54 [INFO] Copying jaxb-impl-2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/sources-for-eclipse-ipzilla/jaxb-impl-2.2-sources.jar
00:46:54 [INFO] Refreshing about files and about.html
00:46:54 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:54 [INFO] 
00:46:54 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.xml.bind ---
00:46:54 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.xml.bind:xml:p2metadata:2.2.0-SNAPSHOT already attached, replace previous instance
00:46:54 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.xml.bind:xml:p2artifacts:2.2.0-SNAPSHOT already attached, replace previous instance
00:46:54 [INFO] 
00:46:54 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.sun.xml.bind ---
00:46:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT.pom
00:46:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/com.sun.xml.bind-2.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT.jar
00:46:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/com.sun.xml.bind-2.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT-sources.jar
00:46:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT-p2metadata.xml
00:46:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT-p2artifacts.xml
00:46:54 [INFO] 
00:46:54 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.xml.bind ---
00:46:54 [INFO] 
00:46:54 [INFO] -------------< org.eclipse.orbit.bundles:com.sun.xml.bind >-------------
00:46:54 [INFO] Building Old JAXB Runtime 2.3.3-SNAPSHOT                       [302/379]
00:46:54 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:54 [INFO] 
00:46:54 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.xml.bind ---
00:46:54 [INFO] 
00:46:54 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.xml.bind ---
00:46:54 [INFO] The project's OSGi version is 2.3.3.v20221203-1659
00:46:54 [INFO] 
00:46:54 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.xml.bind ---
00:46:54 [INFO] 
00:46:54 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.xml.bind ---
00:46:54 [INFO] Copying 3 resources
00:46:54 [INFO] 
00:46:54 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.xml.bind ---
00:46:54 [INFO] No sources to compile
00:46:54 [INFO] 
00:46:54 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.xml.bind ---
00:46:54 [INFO] Gathering dependencies
00:46:54 [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:2.3.3:jar
00:46:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:55 [INFO] Merging collected dependencies
00:46:55 [INFO] Copying 858 resources
00:46:55 [INFO] Generating OSGi MANIFEST.MF
00:46:55 [WARNING] Manifest org.eclipse.orbit.bundles:com.sun.xml.bind:eclipse-bundle-recipe:2.3.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] 
00:46:55 [WARNING] Manifest org.eclipse.orbit.bundles:com.sun.xml.bind:eclipse-bundle-recipe:2.3.3-SNAPSHOT : Version for package com.sun.istack is set to different values in the source (2.3.3) and in the manifest (3.0.11). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:46:55 [WARNING] Manifest org.eclipse.orbit.bundles:com.sun.xml.bind:eclipse-bundle-recipe:2.3.3-SNAPSHOT : Version for package com.sun.istack.localization is set to different values in the source (2.3.3) and in the manifest (3.0.11). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:46:55 [WARNING] Manifest org.eclipse.orbit.bundles:com.sun.xml.bind:eclipse-bundle-recipe:2.3.3-SNAPSHOT : Version for package com.sun.istack.logging is set to different values in the source (2.3.3) and in the manifest (3.0.11). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:46:55 [WARNING] Manifest org.eclipse.orbit.bundles:com.sun.xml.bind:eclipse-bundle-recipe:2.3.3-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/com/sun/xml/bind/v2/runtime/reflect/opt/Injector.class=com.sun.xml.bind.v2.runtime.reflect.opt.Injector, META-INF/versions/9/com/sun/xml/bind/v2/runtime/reflect/opt/AccessorInjector.class=com.sun.xml.bind.v2.runtime.reflect.opt.AccessorInjector, META-INF/versions/9/com/sun/xml/bind/v2/runtime/reflect/opt/OptimizedTransducedAccessorFactory.class=com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedTransducedAccessorFactory, META-INF/versions/9/com/sun/istack/logging/StackHelper.class=com.sun.istack.logging.StackHelper, META-INF/versions/9/com/sun/xml/bind/v2/runtime/reflect/opt/OptimizedAccessorFactory.class=com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory}
00:46:55 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/com.sun.xml.bind-2.3.3-SNAPSHOT.jar
00:46:55 [INFO] Gathering sources
00:46:55 [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:sources:2.3.3:jar
00:46:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:56 [INFO] Copying 3 resources
00:46:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/com.sun.xml.bind-2.3.3-SNAPSHOT-sources.jar
00:46:56 [INFO] Assembling p2 repository
00:46:57 [INFO] 
00:46:57 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.xml.bind ---
00:46:57 [INFO] 
00:46:57 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.xml.bind ---
00:46:57 [INFO] Gathering sources archives
00:46:57 [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:sources:2.3.3:jar
00:46:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/sources-for-eclipse-ipzilla/jaxb-impl-2.3.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:57 [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:sources:2.3.3:jar
00:46:57 [INFO] Copying jaxb-impl-2.3.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/sources-for-eclipse-ipzilla/jaxb-impl-2.3.3-sources.jar
00:46:57 [INFO] Refreshing about files and about.html
00:46:57 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:46:57 [INFO] 
00:46:57 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.xml.bind ---
00:46:57 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.xml.bind:xml:p2metadata:2.3.3-SNAPSHOT already attached, replace previous instance
00:46:57 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.xml.bind:xml:p2artifacts:2.3.3-SNAPSHOT already attached, replace previous instance
00:46:57 [INFO] 
00:46:57 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.sun.xml.bind ---
00:46:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT.pom
00:46:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/com.sun.xml.bind-2.3.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT.jar
00:46:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/com.sun.xml.bind-2.3.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT-sources.jar
00:46:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT-p2metadata.xml
00:46:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT-p2artifacts.xml
00:46:57 [INFO] 
00:46:57 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.xml.bind ---
00:46:57 [INFO] 
00:46:57 [INFO] --------------< org.eclipse.orbit.bundles:jcraft-parent >---------------
00:46:57 [INFO] Building Eclipse Orbit :: JCraft Recipes 1.0.0-SNAPSHOT        [303/379]
00:46:57 [INFO] --------------------------------[ pom ]---------------------------------
00:46:57 [INFO] 
00:46:57 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcraft-parent ---
00:46:57 [INFO] 
00:46:57 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jcraft-parent ---
00:46:57 [INFO] 
00:46:57 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jcraft-parent ---
00:46:57 [INFO] 
00:46:57 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jcraft-parent ---
00:46:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jcraft-parent/1.0.0-SNAPSHOT/jcraft-parent-1.0.0-SNAPSHOT.pom
00:46:57 [INFO] 
00:46:57 [INFO] -------------< org.eclipse.orbit.bundles:com.jcraft.jsch >--------------
00:46:57 [INFO] Building JSch 0.1.55-SNAPSHOT                                  [304/379]
00:46:57 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:46:57 [INFO] 
00:46:57 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.jcraft.jsch ---
00:46:57 [INFO] 
00:46:57 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.jcraft.jsch ---
00:46:57 [INFO] The project's OSGi version is 0.1.55.v20221112-0806
00:46:57 [INFO] 
00:46:57 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.jcraft.jsch ---
00:46:57 [INFO] 
00:46:57 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.jcraft.jsch ---
00:46:57 [INFO] Copying 3 resources
00:46:57 [INFO] 
00:46:57 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.jcraft.jsch ---
00:46:57 [INFO] No sources to compile
00:46:57 [INFO] 
00:46:57 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.jcraft.jsch ---
00:46:57 [INFO] Gathering dependencies
00:46:57 [INFO] Configured Artifact: com.jcraft:jsch:0.1.55:jar
00:46:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:46:57 [INFO] Merging collected dependencies
00:46:57 [INFO] Copying 168 resources
00:46:57 [INFO] Generating OSGi MANIFEST.MF
00:46:57 [WARNING] Manifest org.eclipse.orbit.bundles:com.jcraft.jsch:eclipse-bundle-recipe:0.1.55-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:46:57 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/com.jcraft.jsch-0.1.55-SNAPSHOT.jar
00:46:57 [INFO] Gathering sources
00:46:57 [INFO] Configured Artifact: com.jcraft:jsch:sources:0.1.55:jar
00:47:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/jcraft/jsch/0.1.55/jsch-0.1.55-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:03 [INFO] Copying 3 resources
00:47:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/com.jcraft.jsch-0.1.55-SNAPSHOT-sources.jar
00:47:03 [INFO] Assembling p2 repository
00:47:04 [INFO] 
00:47:04 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.jcraft.jsch ---
00:47:04 [INFO] 
00:47:04 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.jcraft.jsch ---
00:47:04 [INFO] Gathering sources archives
00:47:04 [INFO] Configured Artifact: com.jcraft:jsch:sources:0.1.55:jar
00:47:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/jcraft/jsch/0.1.55/jsch-0.1.55-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/sources-for-eclipse-ipzilla/jsch-0.1.55-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:04 [INFO] Configured Artifact: com.jcraft:jsch:sources:0.1.55:jar
00:47:04 [INFO] Copying jsch-0.1.55-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/sources-for-eclipse-ipzilla/jsch-0.1.55-sources.jar
00:47:04 [INFO] Refreshing about files and about.html
00:47:04 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:47:04 [INFO] 
00:47:04 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.jcraft.jsch ---
00:47:04 [WARNING] artifact org.eclipse.orbit.bundles:com.jcraft.jsch:xml:p2metadata:0.1.55-SNAPSHOT already attached, replace previous instance
00:47:04 [WARNING] artifact org.eclipse.orbit.bundles:com.jcraft.jsch:xml:p2artifacts:0.1.55-SNAPSHOT already attached, replace previous instance
00:47:04 [INFO] 
00:47:04 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.jcraft.jsch ---
00:47:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT.pom
00:47:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/com.jcraft.jsch-0.1.55-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT.jar
00:47:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/com.jcraft.jsch-0.1.55-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT-sources.jar
00:47:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT-p2metadata.xml
00:47:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT-p2artifacts.xml
00:47:04 [INFO] 
00:47:04 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.jcraft.jsch ---
00:47:04 [INFO] 
00:47:04 [INFO] -------------< org.eclipse.orbit.bundles:com.jcraft.jzlib >-------------
00:47:04 [INFO] Building JZlib 1.1.3-SNAPSHOT                                  [305/379]
00:47:04 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:47:04 [INFO] 
00:47:04 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.jcraft.jzlib ---
00:47:04 [INFO] 
00:47:04 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.jcraft.jzlib ---
00:47:04 [INFO] The project's OSGi version is 1.1.3.v20220502-1820
00:47:04 [INFO] 
00:47:04 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.jcraft.jzlib ---
00:47:04 [INFO] 
00:47:04 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.jcraft.jzlib ---
00:47:04 [INFO] Copying 3 resources
00:47:04 [INFO] 
00:47:04 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.jcraft.jzlib ---
00:47:04 [INFO] No sources to compile
00:47:04 [INFO] 
00:47:04 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.jcraft.jzlib ---
00:47:04 [INFO] Gathering dependencies
00:47:04 [INFO] Configured Artifact: com.jcraft:jzlib:1.1.3:jar
00:47:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:04 [INFO] Merging collected dependencies
00:47:04 [INFO] Copying 27 resources
00:47:04 [INFO] Generating OSGi MANIFEST.MF
00:47:04 [WARNING] Manifest org.eclipse.orbit.bundles:com.jcraft.jzlib:eclipse-bundle-recipe:1.1.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:47:04 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/com.jcraft.jzlib-1.1.3-SNAPSHOT.jar
00:47:04 [INFO] Gathering sources
00:47:04 [INFO] Configured Artifact: com.jcraft:jzlib:sources:1.1.3:jar
00:47:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:05 [INFO] Copying 3 resources
00:47:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/com.jcraft.jzlib-1.1.3-SNAPSHOT-sources.jar
00:47:05 [INFO] Assembling p2 repository
00:47:05 [INFO] 
00:47:05 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.jcraft.jzlib ---
00:47:05 [INFO] 
00:47:05 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.jcraft.jzlib ---
00:47:05 [INFO] Gathering sources archives
00:47:05 [INFO] Configured Artifact: com.jcraft:jzlib:sources:1.1.3:jar
00:47:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/sources-for-eclipse-ipzilla/jzlib-1.1.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:05 [INFO] Configured Artifact: com.jcraft:jzlib:sources:1.1.3:jar
00:47:05 [INFO] Copying jzlib-1.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/sources-for-eclipse-ipzilla/jzlib-1.1.3-sources.jar
00:47:05 [INFO] Refreshing about files and about.html
00:47:05 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:47:05 [INFO] 
00:47:05 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.jcraft.jzlib ---
00:47:05 [WARNING] artifact org.eclipse.orbit.bundles:com.jcraft.jzlib:xml:p2metadata:1.1.3-SNAPSHOT already attached, replace previous instance
00:47:05 [WARNING] artifact org.eclipse.orbit.bundles:com.jcraft.jzlib:xml:p2artifacts:1.1.3-SNAPSHOT already attached, replace previous instance
00:47:05 [INFO] 
00:47:05 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.jcraft.jzlib ---
00:47:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.jcraft.jzlib/1.1.3-SNAPSHOT/com.jcraft.jzlib-1.1.3-SNAPSHOT.pom
00:47:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/com.jcraft.jzlib-1.1.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.jcraft.jzlib/1.1.3-SNAPSHOT/com.jcraft.jzlib-1.1.3-SNAPSHOT.jar
00:47:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/com.jcraft.jzlib-1.1.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.jcraft.jzlib/1.1.3-SNAPSHOT/com.jcraft.jzlib-1.1.3-SNAPSHOT-sources.jar
00:47:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.jcraft.jzlib/1.1.3-SNAPSHOT/com.jcraft.jzlib-1.1.3-SNAPSHOT-p2metadata.xml
00:47:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.jcraft.jzlib/1.1.3-SNAPSHOT/com.jcraft.jzlib-1.1.3-SNAPSHOT-p2artifacts.xml
00:47:05 [INFO] 
00:47:05 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.jcraft.jzlib ---
00:47:05 [INFO] 
00:47:05 [INFO] --------------< org.eclipse.orbit.bundles:jgrapht-parent >--------------
00:47:05 [INFO] Building Eclipse Orbit :: JGraphT Recipes 1.0.0-SNAPSHOT       [306/379]
00:47:05 [INFO] --------------------------------[ pom ]---------------------------------
00:47:05 [INFO] 
00:47:05 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jgrapht-parent ---
00:47:05 [INFO] 
00:47:05 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jgrapht-parent ---
00:47:05 [INFO] 
00:47:05 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jgrapht-parent ---
00:47:05 [INFO] 
00:47:05 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jgrapht-parent ---
00:47:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jgrapht-parent/1.0.0-SNAPSHOT/jgrapht-parent-1.0.0-SNAPSHOT.pom
00:47:05 [INFO] 
00:47:05 [INFO] ------------< org.eclipse.orbit.bundles:org.jheaps.jheaps >-------------
00:47:05 [INFO] Building JHeaps 0.14.0-SNAPSHOT                                [307/379]
00:47:05 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:47:06 [INFO] 
00:47:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jheaps.jheaps ---
00:47:06 [INFO] 
00:47:06 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.jheaps.jheaps ---
00:47:06 [INFO] The project's OSGi version is 0.14.0.v20220411-2343
00:47:06 [INFO] 
00:47:06 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.jheaps.jheaps ---
00:47:06 [INFO] 
00:47:06 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.jheaps.jheaps ---
00:47:06 [INFO] Copying 3 resources
00:47:06 [INFO] 
00:47:06 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.jheaps.jheaps ---
00:47:06 [INFO] No sources to compile
00:47:06 [INFO] 
00:47:06 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.jheaps.jheaps ---
00:47:06 [INFO] Gathering dependencies
00:47:06 [INFO] Configured Artifact: org.jheaps:jheaps:0.14:jar
00:47:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jheaps/jheaps/0.14/jheaps-0.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:06 [INFO] Merging collected dependencies
00:47:06 [INFO] Copying 89 resources
00:47:06 [INFO] Generating OSGi MANIFEST.MF
00:47:06 [WARNING] Manifest org.eclipse.orbit.bundles:org.jheaps.jheaps:eclipse-bundle-recipe:0.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:47:06 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/org.jheaps.jheaps-0.14.0-SNAPSHOT.jar
00:47:06 [INFO] Gathering sources
00:47:06 [INFO] Configured Artifact: org.jheaps:jheaps:sources:0.14:jar
00:47:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jheaps/jheaps/0.14/jheaps-0.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:06 [INFO] Copying 3 resources
00:47:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/org.jheaps.jheaps-0.14.0-SNAPSHOT-sources.jar
00:47:06 [INFO] Assembling p2 repository
00:47:07 [INFO] 
00:47:07 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.jheaps.jheaps ---
00:47:07 [INFO] 
00:47:07 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.jheaps.jheaps ---
00:47:07 [INFO] Gathering sources archives
00:47:07 [INFO] Configured Artifact: org.jheaps:jheaps:sources:0.14:jar
00:47:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jheaps/jheaps/0.14/jheaps-0.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/sources-for-eclipse-ipzilla/jheaps-0.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:07 [INFO] Configured Artifact: org.jheaps:jheaps:sources:0.14:jar
00:47:07 [INFO] Copying jheaps-0.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/sources-for-eclipse-ipzilla/jheaps-0.14-sources.jar
00:47:07 [INFO] Refreshing about files and about.html
00:47:07 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:47:07 [INFO] 
00:47:07 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.jheaps.jheaps ---
00:47:07 [WARNING] artifact org.eclipse.orbit.bundles:org.jheaps.jheaps:xml:p2metadata:0.14.0-SNAPSHOT already attached, replace previous instance
00:47:07 [WARNING] artifact org.eclipse.orbit.bundles:org.jheaps.jheaps:xml:p2artifacts:0.14.0-SNAPSHOT already attached, replace previous instance
00:47:07 [INFO] 
00:47:07 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.jheaps.jheaps ---
00:47:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jheaps.jheaps/0.14.0-SNAPSHOT/org.jheaps.jheaps-0.14.0-SNAPSHOT.pom
00:47:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/org.jheaps.jheaps-0.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jheaps.jheaps/0.14.0-SNAPSHOT/org.jheaps.jheaps-0.14.0-SNAPSHOT.jar
00:47:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/org.jheaps.jheaps-0.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jheaps.jheaps/0.14.0-SNAPSHOT/org.jheaps.jheaps-0.14.0-SNAPSHOT-sources.jar
00:47:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jheaps.jheaps/0.14.0-SNAPSHOT/org.jheaps.jheaps-0.14.0-SNAPSHOT-p2metadata.xml
00:47:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jheaps.jheaps/0.14.0-SNAPSHOT/org.jheaps.jheaps-0.14.0-SNAPSHOT-p2artifacts.xml
00:47:07 [INFO] 
00:47:07 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.jheaps.jheaps ---
00:47:07 [INFO] 
00:47:07 [INFO] ---------< org.eclipse.orbit.bundles:org.jgrapht.jgrapht-core >---------
00:47:07 [INFO] Building JGraphT - Core 1.4.0-SNAPSHOT                         [308/379]
00:47:07 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:47:07 [INFO] 
00:47:07 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jgrapht.jgrapht-core ---
00:47:07 [INFO] 
00:47:07 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.jgrapht.jgrapht-core ---
00:47:07 [INFO] The project's OSGi version is 1.4.0.v20220411-2343
00:47:07 [INFO] 
00:47:07 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.jgrapht.jgrapht-core ---
00:47:07 [INFO] 
00:47:07 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.jgrapht.jgrapht-core ---
00:47:07 [INFO] Copying 4 resources
00:47:07 [INFO] 
00:47:07 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.jgrapht.jgrapht-core ---
00:47:07 [INFO] No sources to compile
00:47:07 [INFO] 
00:47:07 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.jgrapht.jgrapht-core ---
00:47:07 [INFO] Gathering dependencies
00:47:07 [INFO] Configured Artifact: org.jgrapht:jgrapht-core:1.4.0:jar
00:47:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:07 [INFO] Merging collected dependencies
00:47:07 [INFO] Copying 591 resources
00:47:08 [INFO] Generating OSGi MANIFEST.MF
00:47:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.jgrapht.jgrapht-core:eclipse-bundle-recipe:1.4.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:47:08 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT.jar
00:47:08 [INFO] Gathering sources
00:47:08 [INFO] Configured Artifact: org.jgrapht:jgrapht-core:sources:1.4.0:jar
00:47:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:15 [INFO] Copying 4 resources
00:47:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT-sources.jar
00:47:15 [INFO] Assembling p2 repository
00:47:16 [INFO] 
00:47:16 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.jgrapht.jgrapht-core ---
00:47:16 [INFO] 
00:47:16 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.jgrapht.jgrapht-core ---
00:47:16 [INFO] Gathering sources archives
00:47:16 [INFO] Configured Artifact: org.jgrapht:jgrapht-core:sources:1.4.0:jar
00:47:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/sources-for-eclipse-ipzilla/jgrapht-core-1.4.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:16 [INFO] Configured Artifact: org.jgrapht:jgrapht-core:sources:1.4.0:jar
00:47:16 [INFO] Copying jgrapht-core-1.4.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/sources-for-eclipse-ipzilla/jgrapht-core-1.4.0-sources.jar
00:47:16 [INFO] Refreshing about files and about.html
00:47:16 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:47:16 [INFO] 
00:47:16 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.jgrapht.jgrapht-core ---
00:47:16 [WARNING] artifact org.eclipse.orbit.bundles:org.jgrapht.jgrapht-core:xml:p2metadata:1.4.0-SNAPSHOT already attached, replace previous instance
00:47:16 [WARNING] artifact org.eclipse.orbit.bundles:org.jgrapht.jgrapht-core:xml:p2artifacts:1.4.0-SNAPSHOT already attached, replace previous instance
00:47:16 [INFO] 
00:47:16 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.jgrapht.jgrapht-core ---
00:47:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jgrapht.jgrapht-core/1.4.0-SNAPSHOT/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT.pom
00:47:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jgrapht.jgrapht-core/1.4.0-SNAPSHOT/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT.jar
00:47:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jgrapht.jgrapht-core/1.4.0-SNAPSHOT/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT-sources.jar
00:47:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jgrapht.jgrapht-core/1.4.0-SNAPSHOT/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT-p2metadata.xml
00:47:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jgrapht.jgrapht-core/1.4.0-SNAPSHOT/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT-p2artifacts.xml
00:47:16 [INFO] 
00:47:16 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.jgrapht.jgrapht-core ---
00:47:16 [INFO] 
00:47:16 [INFO] ---------------< org.eclipse.orbit.bundles:jini-parent >----------------
00:47:16 [INFO] Building Eclipse Orbit :: Jini Recipes 1.0.0-SNAPSHOT          [309/379]
00:47:16 [INFO] --------------------------------[ pom ]---------------------------------
00:47:16 [INFO] 
00:47:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jini-parent ---
00:47:16 [INFO] 
00:47:16 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jini-parent ---
00:47:16 [INFO] 
00:47:16 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jini-parent ---
00:47:16 [INFO] 
00:47:16 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jini-parent ---
00:47:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jini/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jini-parent/1.0.0-SNAPSHOT/jini-parent-1.0.0-SNAPSHOT.pom
00:47:16 [INFO] 
00:47:16 [INFO] -----------------< org.eclipse.orbit.bundles:net.jini >-----------------
00:47:16 [INFO] Building Jini Jini Core Jar 2.1.0-SNAPSHOT                     [310/379]
00:47:16 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:47:16 [INFO] 
00:47:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.jini ---
00:47:16 [INFO] 
00:47:16 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ net.jini ---
00:47:16 [INFO] The project's OSGi version is 2.1.0.v20221112-0806
00:47:16 [INFO] 
00:47:16 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ net.jini ---
00:47:16 [INFO] 
00:47:16 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ net.jini ---
00:47:16 [INFO] Copying 2 resources
00:47:16 [INFO] 
00:47:16 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ net.jini ---
00:47:16 [INFO] No sources to compile
00:47:16 [INFO] 
00:47:16 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ net.jini ---
00:47:16 [INFO] Gathering dependencies
00:47:16 [INFO] Configured Artifact: net.jini:jini-core:2.1:jar
00:47:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/jini/jini-core/2.1/jini-core-2.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jini/net.jini_2.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:16 [INFO] Merging collected dependencies
00:47:16 [INFO] Copying 65 resources
00:47:16 [INFO] Generating OSGi MANIFEST.MF
00:47:16 [WARNING] Manifest org.eclipse.orbit.bundles:net.jini:eclipse-bundle-recipe:2.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:47:16 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jini/net.jini_2.1.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jini/net.jini_2.1.0/target/net.jini-2.1.0-SNAPSHOT.jar
00:47:16 [INFO] Gathering sources
00:47:16 [INFO] Configured Artifact: net.jini:jini-core:sources:2.1:jar
00:47:16 [WARNING] Unable to resolve source jar; skipping source bundle
00:47:16 [INFO] Assembling p2 repository
00:47:17 [INFO] 
00:47:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ net.jini ---
00:47:17 [INFO] 
00:47:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ net.jini ---
00:47:17 [INFO] Gathering sources archives
00:47:17 [INFO] Configured Artifact: net.jini:jini-core:sources:2.1:jar
00:47:17 [WARNING] Unable to resolve source jar; skipping Eclipse IP information
00:47:17 [INFO] Refreshing about files and about.html
00:47:17 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jini/net.jini_2.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:47:17 [INFO] 
00:47:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ net.jini ---
00:47:17 [WARNING] artifact org.eclipse.orbit.bundles:net.jini:xml:p2metadata:2.1.0-SNAPSHOT already attached, replace previous instance
00:47:17 [WARNING] artifact org.eclipse.orbit.bundles:net.jini:xml:p2artifacts:2.1.0-SNAPSHOT already attached, replace previous instance
00:47:17 [INFO] 
00:47:17 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ net.jini ---
00:47:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jini/net.jini_2.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.jini/2.1.0-SNAPSHOT/net.jini-2.1.0-SNAPSHOT.pom
00:47:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jini/net.jini_2.1.0/target/net.jini-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.jini/2.1.0-SNAPSHOT/net.jini-2.1.0-SNAPSHOT.jar
00:47:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jini/net.jini_2.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.jini/2.1.0-SNAPSHOT/net.jini-2.1.0-SNAPSHOT-p2metadata.xml
00:47:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jini/net.jini_2.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.jini/2.1.0-SNAPSHOT/net.jini-2.1.0-SNAPSHOT-p2artifacts.xml
00:47:17 [INFO] 
00:47:17 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ net.jini ---
00:47:17 [INFO] 
00:47:17 [INFO] ----------------< org.eclipse.orbit.bundles:jna-parent >----------------
00:47:17 [INFO] Building Eclipse Orbit :: JNA Recipes 1.0.0-SNAPSHOT           [311/379]
00:47:17 [INFO] --------------------------------[ pom ]---------------------------------
00:47:17 [INFO] 
00:47:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jna-parent ---
00:47:17 [INFO] 
00:47:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jna-parent ---
00:47:17 [INFO] 
00:47:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jna-parent ---
00:47:17 [INFO] 
00:47:17 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jna-parent ---
00:47:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/jna-parent/1.0.0-SNAPSHOT/jna-parent-1.0.0-SNAPSHOT.pom
00:47:17 [INFO] 
00:47:17 [INFO] ---------------< org.eclipse.orbit.bundles:com.sun.jna >----------------
00:47:17 [INFO] Building Java Native Access 4.1.0-SNAPSHOT                     [312/379]
00:47:17 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:47:25 [INFO] 
00:47:25 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna ---
00:47:25 [INFO] 
00:47:25 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.jna ---
00:47:25 [INFO] The project's OSGi version is 4.1.0.v20210503-0343
00:47:25 [INFO] 
00:47:25 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.jna ---
00:47:25 [INFO] 
00:47:25 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.jna ---
00:47:25 [INFO] Copying 3 resources
00:47:25 [INFO] 
00:47:25 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.jna ---
00:47:25 [INFO] No sources to compile
00:47:25 [INFO] 
00:47:25 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna ---
00:47:25 [INFO] Gathering dependencies
00:47:25 [INFO] Configured Artifact: net.java.dev.jna:jna:4.1.0:jar
00:47:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:25 [INFO] Merging collected dependencies
00:47:25 [INFO] Copying 120 resources
00:47:25 [INFO] Generating OSGi MANIFEST.MF
00:47:25 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.1.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar
00:47:25 [INFO] Gathering sources
00:47:25 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:4.1.0:jar
00:47:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna/4.1.0/jna-4.1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:35 [INFO] Copying 3 resources
00:47:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.1.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT-sources.jar
00:47:35 [INFO] Assembling p2 repository
00:47:36 [INFO] 
00:47:36 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna ---
00:47:36 [INFO] 
00:47:36 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna ---
00:47:36 [INFO] Gathering sources archives
00:47:36 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:4.1.0:jar
00:47:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna/4.1.0/jna-4.1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.1.0/target/sources-for-eclipse-ipzilla/jna-4.1.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:36 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:4.1.0:jar
00:47:36 [INFO] Copying jna-4.1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.1.0/target/sources-for-eclipse-ipzilla/jna-4.1.0-sources.jar
00:47:36 [INFO] Refreshing about files and about.html
00:47:36 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:47:36 [INFO] 
00:47:36 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.jna ---
00:47:36 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.jna:xml:p2metadata:4.1.0-SNAPSHOT already attached, replace previous instance
00:47:36 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.jna:xml:p2artifacts:4.1.0-SNAPSHOT already attached, replace previous instance
00:47:36 [INFO] 
00:47:36 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.sun.jna ---
00:47:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT.pom
00:47:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT.jar
00:47:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT-sources.jar
00:47:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT-p2metadata.xml
00:47:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT-p2artifacts.xml
00:47:36 [INFO] 
00:47:36 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.jna ---
00:47:36 [INFO] 
00:47:36 [INFO] -----------< org.eclipse.orbit.bundles:com.sun.jna.platform >-----------
00:47:36 [INFO] Building Java Native Access Platform 4.1.0-SNAPSHOT            [313/379]
00:47:36 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:47:37 [INFO] 
00:47:37 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna.platform ---
00:47:37 [INFO] 
00:47:37 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.jna.platform ---
00:47:37 [INFO] The project's OSGi version is 4.1.0.v20170410-1117
00:47:37 [INFO] 
00:47:37 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.jna.platform ---
00:47:37 [INFO] 
00:47:37 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.jna.platform ---
00:47:37 [INFO] Copying 3 resources
00:47:37 [INFO] 
00:47:37 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.jna.platform ---
00:47:37 [INFO] No sources to compile
00:47:37 [INFO] 
00:47:37 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna.platform ---
00:47:37 [INFO] Gathering dependencies
00:47:37 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:4.1.0:jar
00:47:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:38 [INFO] Merging collected dependencies
00:47:38 [INFO] Copying 658 resources
00:47:38 [INFO] Generating OSGi MANIFEST.MF
00:47:38 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/com.sun.jna.platform-4.1.0-SNAPSHOT.jar
00:47:38 [INFO] Gathering sources
00:47:38 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:4.1.0:jar
00:47:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:39 [INFO] Copying 3 resources
00:47:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.1.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/com.sun.jna.platform-4.1.0-SNAPSHOT-sources.jar
00:47:39 [INFO] Assembling p2 repository
00:47:40 [INFO] 
00:47:40 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna.platform ---
00:47:40 [INFO] 
00:47:40 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna.platform ---
00:47:40 [INFO] Gathering sources archives
00:47:40 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:4.1.0:jar
00:47:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/sources-for-eclipse-ipzilla/jna-platform-4.1.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:40 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:4.1.0:jar
00:47:40 [INFO] Copying jna-platform-4.1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/sources-for-eclipse-ipzilla/jna-platform-4.1.0-sources.jar
00:47:40 [INFO] Refreshing about files and about.html
00:47:40 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:47:40 [INFO] 
00:47:40 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.jna.platform ---
00:47:40 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.jna.platform:xml:p2metadata:4.1.0-SNAPSHOT already attached, replace previous instance
00:47:40 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.jna.platform:xml:p2artifacts:4.1.0-SNAPSHOT already attached, replace previous instance
00:47:40 [INFO] 
00:47:40 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.sun.jna.platform ---
00:47:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT.pom
00:47:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/com.sun.jna.platform-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT.jar
00:47:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/com.sun.jna.platform-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT-sources.jar
00:47:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT-p2metadata.xml
00:47:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT-p2artifacts.xml
00:47:40 [INFO] 
00:47:40 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.jna.platform ---
00:47:40 [INFO] 
00:47:40 [INFO] ---------------< org.eclipse.orbit.bundles:com.sun.jna >----------------
00:47:40 [INFO] Building Java Native Access 4.5.1-SNAPSHOT                     [314/379]
00:47:40 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:47:40 [INFO] 
00:47:40 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna ---
00:47:40 [INFO] 
00:47:40 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.jna ---
00:47:40 [INFO] The project's OSGi version is 4.5.1.v20210503-0343
00:47:40 [INFO] 
00:47:40 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.jna ---
00:47:40 [INFO] 
00:47:40 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.jna ---
00:47:40 [INFO] Copying 3 resources
00:47:40 [INFO] 
00:47:40 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.jna ---
00:47:40 [INFO] No sources to compile
00:47:40 [INFO] 
00:47:40 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna ---
00:47:40 [INFO] Gathering dependencies
00:47:40 [INFO] Configured Artifact: net.java.dev.jna:jna:4.5.1:jar
00:47:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna/4.5.1/jna-4.5.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.5.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:40 [INFO] Merging collected dependencies
00:47:40 [INFO] Copying 129 resources
00:47:40 [INFO] Generating OSGi MANIFEST.MF
00:47:40 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.5.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar
00:47:40 [INFO] Gathering sources
00:47:40 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:4.5.1:jar
00:47:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna/4.5.1/jna-4.5.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.5.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:40 [INFO] Copying 3 resources
00:47:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.5.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT-sources.jar
00:47:40 [INFO] Assembling p2 repository
00:47:41 [INFO] 
00:47:41 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna ---
00:47:41 [INFO] 
00:47:41 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna ---
00:47:41 [INFO] Gathering sources archives
00:47:41 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:4.5.1:jar
00:47:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna/4.5.1/jna-4.5.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.5.1/target/sources-for-eclipse-ipzilla/jna-4.5.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:41 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:4.5.1:jar
00:47:41 [INFO] Copying jna-4.5.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.5.1/target/sources-for-eclipse-ipzilla/jna-4.5.1-sources.jar
00:47:41 [INFO] Refreshing about files and about.html
00:47:41 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.5.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:47:41 [INFO] 
00:47:41 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.jna ---
00:47:41 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.jna:xml:p2metadata:4.5.1-SNAPSHOT already attached, replace previous instance
00:47:41 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.jna:xml:p2artifacts:4.5.1-SNAPSHOT already attached, replace previous instance
00:47:41 [INFO] 
00:47:41 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.sun.jna ---
00:47:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.5.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT.pom
00:47:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT.jar
00:47:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT-sources.jar
00:47:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.5.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT-p2metadata.xml
00:47:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_4.5.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT-p2artifacts.xml
00:47:41 [INFO] 
00:47:41 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.jna ---
00:47:41 [INFO] 
00:47:41 [INFO] -----------< org.eclipse.orbit.bundles:com.sun.jna.platform >-----------
00:47:41 [INFO] Building Java Native Access Platform 4.5.1-SNAPSHOT            [315/379]
00:47:41 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:47:41 [INFO] 
00:47:41 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna.platform ---
00:47:41 [INFO] 
00:47:41 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.jna.platform ---
00:47:41 [INFO] The project's OSGi version is 4.5.1.v20221112-0806
00:47:41 [INFO] 
00:47:41 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.jna.platform ---
00:47:41 [INFO] 
00:47:41 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.jna.platform ---
00:47:41 [INFO] Copying 3 resources
00:47:41 [INFO] 
00:47:41 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.jna.platform ---
00:47:41 [INFO] No sources to compile
00:47:41 [INFO] 
00:47:41 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna.platform ---
00:47:41 [INFO] Gathering dependencies
00:47:41 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:4.5.1:jar
00:47:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna-platform/4.5.1/jna-platform-4.5.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:42 [INFO] Merging collected dependencies
00:47:42 [INFO] Copying 999 resources
00:47:42 [INFO] Generating OSGi MANIFEST.MF
00:47:42 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/com.sun.jna.platform-4.5.1-SNAPSHOT.jar
00:47:43 [INFO] Gathering sources
00:47:43 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:4.5.1:jar
00:47:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna-platform/4.5.1/jna-platform-4.5.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:43 [INFO] Copying 3 resources
00:47:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.5.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/com.sun.jna.platform-4.5.1-SNAPSHOT-sources.jar
00:47:43 [INFO] Assembling p2 repository
00:47:44 [INFO] 
00:47:44 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna.platform ---
00:47:44 [INFO] 
00:47:44 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna.platform ---
00:47:44 [INFO] Gathering sources archives
00:47:44 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:4.5.1:jar
00:47:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna-platform/4.5.1/jna-platform-4.5.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/sources-for-eclipse-ipzilla/jna-platform-4.5.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:44 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:4.5.1:jar
00:47:44 [INFO] Copying jna-platform-4.5.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/sources-for-eclipse-ipzilla/jna-platform-4.5.1-sources.jar
00:47:44 [INFO] Refreshing about files and about.html
00:47:44 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.5.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:47:44 [INFO] 
00:47:44 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.jna.platform ---
00:47:44 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.jna.platform:xml:p2metadata:4.5.1-SNAPSHOT already attached, replace previous instance
00:47:44 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.jna.platform:xml:p2artifacts:4.5.1-SNAPSHOT already attached, replace previous instance
00:47:44 [INFO] 
00:47:44 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.sun.jna.platform ---
00:47:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.5.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT.pom
00:47:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/com.sun.jna.platform-4.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT.jar
00:47:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/com.sun.jna.platform-4.5.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT-sources.jar
00:47:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT-p2metadata.xml
00:47:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT-p2artifacts.xml
00:47:44 [INFO] 
00:47:44 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.jna.platform ---
00:47:44 [INFO] 
00:47:44 [INFO] ---------------< org.eclipse.orbit.bundles:com.sun.jna >----------------
00:47:44 [INFO] Building Java Native Access 5.6.0-SNAPSHOT                     [316/379]
00:47:44 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:47:44 [INFO] 
00:47:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna ---
00:47:44 [INFO] 
00:47:44 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.jna ---
00:47:44 [INFO] The project's OSGi version is 5.6.0.v20210503-0343
00:47:44 [INFO] 
00:47:44 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.jna ---
00:47:44 [INFO] 
00:47:44 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.jna ---
00:47:44 [INFO] Copying 4 resources
00:47:44 [INFO] 
00:47:44 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.jna ---
00:47:44 [INFO] No sources to compile
00:47:44 [INFO] 
00:47:44 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna ---
00:47:44 [INFO] Gathering dependencies
00:47:44 [INFO] Configured Artifact: net.java.dev.jna:jna:5.6.0:jar
00:47:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna/5.6.0/jna-5.6.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.6.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:44 [INFO] Merging collected dependencies
00:47:44 [INFO] Copying 141 resources
00:47:45 [INFO] Generating OSGi MANIFEST.MF
00:47:45 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.6.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar
00:47:45 [INFO] Gathering sources
00:47:45 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.6.0:jar
00:47:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna/5.6.0/jna-5.6.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.6.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:45 [INFO] Copying 4 resources
00:47:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.6.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT-sources.jar
00:47:45 [INFO] Assembling p2 repository
00:47:46 [INFO] 
00:47:46 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna ---
00:47:46 [INFO] 
00:47:46 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna ---
00:47:46 [INFO] Gathering sources archives
00:47:46 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.6.0:jar
00:47:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna/5.6.0/jna-5.6.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.6.0/target/sources-for-eclipse-ipzilla/jna-5.6.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:46 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.6.0:jar
00:47:46 [INFO] Copying jna-5.6.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.6.0/target/sources-for-eclipse-ipzilla/jna-5.6.0-sources.jar
00:47:46 [INFO] Refreshing about files and about.html
00:47:46 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.6.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:47:46 [INFO] 
00:47:46 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.jna ---
00:47:46 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.jna:xml:p2metadata:5.6.0-SNAPSHOT already attached, replace previous instance
00:47:46 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.jna:xml:p2artifacts:5.6.0-SNAPSHOT already attached, replace previous instance
00:47:46 [INFO] 
00:47:46 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.sun.jna ---
00:47:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.6.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT.pom
00:47:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT.jar
00:47:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT-sources.jar
00:47:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.6.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT-p2metadata.xml
00:47:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.6.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT-p2artifacts.xml
00:47:46 [INFO] 
00:47:46 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.jna ---
00:47:46 [INFO] 
00:47:46 [INFO] -----------< org.eclipse.orbit.bundles:com.sun.jna.platform >-----------
00:47:46 [INFO] Building Java Native Access Platform 5.6.0-SNAPSHOT            [317/379]
00:47:46 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:47:46 [INFO] 
00:47:46 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna.platform ---
00:47:46 [INFO] 
00:47:46 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.jna.platform ---
00:47:46 [INFO] The project's OSGi version is 5.6.0.v20221112-0806
00:47:46 [INFO] 
00:47:46 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.jna.platform ---
00:47:46 [INFO] 
00:47:46 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.jna.platform ---
00:47:46 [INFO] Copying 4 resources
00:47:46 [INFO] 
00:47:46 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.jna.platform ---
00:47:46 [INFO] No sources to compile
00:47:46 [INFO] 
00:47:46 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna.platform ---
00:47:46 [INFO] Gathering dependencies
00:47:46 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:5.6.0:jar
00:47:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:47 [INFO] Merging collected dependencies
00:47:47 [INFO] Copying 1230 resources
00:47:47 [INFO] Generating OSGi MANIFEST.MF
00:47:47 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/com.sun.jna.platform-5.6.0-SNAPSHOT.jar
00:47:47 [INFO] Gathering sources
00:47:47 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.6.0:jar
00:47:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:48 [INFO] Copying 4 resources
00:47:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.6.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/com.sun.jna.platform-5.6.0-SNAPSHOT-sources.jar
00:47:48 [INFO] Assembling p2 repository
00:47:48 [INFO] 
00:47:48 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna.platform ---
00:47:48 [INFO] 
00:47:48 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna.platform ---
00:47:48 [INFO] Gathering sources archives
00:47:48 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.6.0:jar
00:47:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/sources-for-eclipse-ipzilla/jna-platform-5.6.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:49 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.6.0:jar
00:47:49 [INFO] Copying jna-platform-5.6.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/sources-for-eclipse-ipzilla/jna-platform-5.6.0-sources.jar
00:47:49 [INFO] Refreshing about files and about.html
00:47:49 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.6.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:47:49 [INFO] 
00:47:49 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.jna.platform ---
00:47:49 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.jna.platform:xml:p2metadata:5.6.0-SNAPSHOT already attached, replace previous instance
00:47:49 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.jna.platform:xml:p2artifacts:5.6.0-SNAPSHOT already attached, replace previous instance
00:47:49 [INFO] 
00:47:49 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.sun.jna.platform ---
00:47:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.6.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT.pom
00:47:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/com.sun.jna.platform-5.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT.jar
00:47:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/com.sun.jna.platform-5.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT-sources.jar
00:47:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT-p2metadata.xml
00:47:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT-p2artifacts.xml
00:47:49 [INFO] 
00:47:49 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.jna.platform ---
00:47:49 [INFO] 
00:47:49 [INFO] ---------------< org.eclipse.orbit.bundles:com.sun.jna >----------------
00:47:49 [INFO] Building Java Native Access 5.8.0-SNAPSHOT                     [318/379]
00:47:49 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:47:49 [INFO] 
00:47:49 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna ---
00:47:49 [INFO] 
00:47:49 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.jna ---
00:47:49 [INFO] The project's OSGi version is 5.8.0.v20210503-0343
00:47:49 [INFO] 
00:47:49 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.jna ---
00:47:49 [INFO] 
00:47:49 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.jna ---
00:47:49 [INFO] Copying 3 resources
00:47:49 [INFO] 
00:47:49 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.jna ---
00:47:49 [INFO] No sources to compile
00:47:49 [INFO] 
00:47:49 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna ---
00:47:49 [INFO] Gathering dependencies
00:47:49 [INFO] Configured Artifact: net.java.dev.jna:jna:5.8.0:jar
00:47:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna/5.8.0/jna-5.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:49 [INFO] Merging collected dependencies
00:47:49 [INFO] Copying 146 resources
00:47:49 [INFO] Generating OSGi MANIFEST.MF
00:47:49 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar
00:47:49 [INFO] Gathering sources
00:47:49 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.8.0:jar
00:47:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna/5.8.0/jna-5.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:49 [INFO] Copying 3 resources
00:47:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT-sources.jar
00:47:49 [INFO] Assembling p2 repository
00:47:50 [INFO] 
00:47:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna ---
00:47:50 [INFO] 
00:47:50 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna ---
00:47:50 [INFO] Gathering sources archives
00:47:50 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.8.0:jar
00:47:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna/5.8.0/jna-5.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.8.0/target/sources-for-eclipse-ipzilla/jna-5.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:50 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.8.0:jar
00:47:50 [INFO] Copying jna-5.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.8.0/target/sources-for-eclipse-ipzilla/jna-5.8.0-sources.jar
00:47:50 [INFO] Refreshing about files and about.html
00:47:50 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:47:50 [INFO] 
00:47:50 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.jna ---
00:47:50 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.jna:xml:p2metadata:5.8.0-SNAPSHOT already attached, replace previous instance
00:47:50 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.jna:xml:p2artifacts:5.8.0-SNAPSHOT already attached, replace previous instance
00:47:50 [INFO] 
00:47:50 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.sun.jna ---
00:47:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT.pom
00:47:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT.jar
00:47:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT-sources.jar
00:47:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT-p2metadata.xml
00:47:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT-p2artifacts.xml
00:47:50 [INFO] 
00:47:50 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.jna ---
00:47:50 [INFO] 
00:47:50 [INFO] -----------< org.eclipse.orbit.bundles:com.sun.jna.platform >-----------
00:47:50 [INFO] Building Java Native Access Platform 5.8.0-SNAPSHOT            [319/379]
00:47:50 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:47:50 [INFO] 
00:47:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna.platform ---
00:47:50 [INFO] 
00:47:50 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.jna.platform ---
00:47:50 [INFO] The project's OSGi version is 5.8.0.v20221112-0806
00:47:50 [INFO] 
00:47:50 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.jna.platform ---
00:47:50 [INFO] 
00:47:50 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.jna.platform ---
00:47:50 [INFO] Copying 3 resources
00:47:50 [INFO] 
00:47:50 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.jna.platform ---
00:47:50 [INFO] No sources to compile
00:47:50 [INFO] 
00:47:50 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna.platform ---
00:47:50 [INFO] Gathering dependencies
00:47:50 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:5.8.0:jar
00:47:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:51 [INFO] Merging collected dependencies
00:47:51 [INFO] Copying 1295 resources
00:47:51 [INFO] Generating OSGi MANIFEST.MF
00:47:51 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/com.sun.jna.platform-5.8.0-SNAPSHOT.jar
00:47:52 [INFO] Gathering sources
00:47:52 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.8.0:jar
00:47:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:52 [INFO] Copying 3 resources
00:47:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.8.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/com.sun.jna.platform-5.8.0-SNAPSHOT-sources.jar
00:47:52 [INFO] Assembling p2 repository
00:47:53 [INFO] 
00:47:53 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna.platform ---
00:47:53 [INFO] 
00:47:53 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna.platform ---
00:47:53 [INFO] Gathering sources archives
00:47:53 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.8.0:jar
00:47:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/sources-for-eclipse-ipzilla/jna-platform-5.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:53 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.8.0:jar
00:47:53 [INFO] Copying jna-platform-5.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/sources-for-eclipse-ipzilla/jna-platform-5.8.0-sources.jar
00:47:53 [INFO] Refreshing about files and about.html
00:47:53 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:47:53 [INFO] 
00:47:53 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.jna.platform ---
00:47:53 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.jna.platform:xml:p2metadata:5.8.0-SNAPSHOT already attached, replace previous instance
00:47:53 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.jna.platform:xml:p2artifacts:5.8.0-SNAPSHOT already attached, replace previous instance
00:47:53 [INFO] 
00:47:53 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.sun.jna.platform ---
00:47:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT.pom
00:47:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/com.sun.jna.platform-5.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT.jar
00:47:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/com.sun.jna.platform-5.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT-sources.jar
00:47:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT-p2metadata.xml
00:47:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT-p2artifacts.xml
00:47:53 [INFO] 
00:47:53 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.jna.platform ---
00:47:53 [INFO] 
00:47:53 [INFO] ---------------< org.eclipse.orbit.bundles:com.sun.jna >----------------
00:47:53 [INFO] Building Java Native Access 5.12.1-SNAPSHOT                    [320/379]
00:47:53 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:47:53 [INFO] 
00:47:53 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna ---
00:47:53 [INFO] 
00:47:53 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.jna ---
00:47:53 [INFO] The project's OSGi version is 5.12.1.v20221103-2317
00:47:53 [INFO] 
00:47:53 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.jna ---
00:47:53 [INFO] 
00:47:53 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.jna ---
00:47:53 [INFO] Copying 3 resources
00:47:53 [INFO] 
00:47:53 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.jna ---
00:47:53 [INFO] No sources to compile
00:47:53 [INFO] 
00:47:53 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna ---
00:47:53 [INFO] Gathering dependencies
00:47:53 [INFO] Configured Artifact: net.java.dev.jna:jna:5.12.1:jar
00:47:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.12.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:53 [INFO] Merging collected dependencies
00:47:53 [INFO] Copying 153 resources
00:47:53 [INFO] Generating OSGi MANIFEST.MF
00:47:54 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.12.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.12.1/target/com.sun.jna-5.12.1-SNAPSHOT.jar
00:47:54 [INFO] Gathering sources
00:47:54 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.12.1:jar
00:47:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna/5.12.1/jna-5.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.12.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:54 [INFO] Copying 3 resources
00:47:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.12.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.12.1/target/com.sun.jna-5.12.1-SNAPSHOT-sources.jar
00:47:54 [INFO] Assembling p2 repository
00:47:55 [INFO] 
00:47:55 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna ---
00:47:55 [INFO] 
00:47:55 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna ---
00:47:55 [INFO] Gathering sources archives
00:47:55 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.12.1:jar
00:47:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna/5.12.1/jna-5.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.12.1/target/sources-for-eclipse-ipzilla/jna-5.12.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:55 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.12.1:jar
00:47:55 [INFO] Copying jna-5.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.12.1/target/sources-for-eclipse-ipzilla/jna-5.12.1-sources.jar
00:47:55 [INFO] Refreshing about files and about.html
00:47:55 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.12.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:47:55 [INFO] 
00:47:55 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.jna ---
00:47:55 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.jna:xml:p2metadata:5.12.1-SNAPSHOT already attached, replace previous instance
00:47:55 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.jna:xml:p2artifacts:5.12.1-SNAPSHOT already attached, replace previous instance
00:47:55 [INFO] 
00:47:55 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.sun.jna ---
00:47:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.12.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.12.1-SNAPSHOT/com.sun.jna-5.12.1-SNAPSHOT.pom
00:47:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.12.1/target/com.sun.jna-5.12.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.12.1-SNAPSHOT/com.sun.jna-5.12.1-SNAPSHOT.jar
00:47:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.12.1/target/com.sun.jna-5.12.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.12.1-SNAPSHOT/com.sun.jna-5.12.1-SNAPSHOT-sources.jar
00:47:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.12.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.12.1-SNAPSHOT/com.sun.jna-5.12.1-SNAPSHOT-p2metadata.xml
00:47:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna_5.12.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.12.1-SNAPSHOT/com.sun.jna-5.12.1-SNAPSHOT-p2artifacts.xml
00:47:55 [INFO] 
00:47:55 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.jna ---
00:47:55 [INFO] 
00:47:55 [INFO] -----------< org.eclipse.orbit.bundles:com.sun.jna.platform >-----------
00:47:55 [INFO] Building Java Native Access Platform 5.12.1-SNAPSHOT           [321/379]
00:47:55 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:47:55 [INFO] 
00:47:55 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna.platform ---
00:47:55 [INFO] 
00:47:55 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.jna.platform ---
00:47:55 [INFO] The project's OSGi version is 5.12.1.v20221103-2317
00:47:55 [INFO] 
00:47:55 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.jna.platform ---
00:47:55 [INFO] 
00:47:55 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.jna.platform ---
00:47:55 [INFO] Copying 3 resources
00:47:55 [INFO] 
00:47:55 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.jna.platform ---
00:47:55 [INFO] No sources to compile
00:47:55 [INFO] 
00:47:55 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna.platform ---
00:47:55 [INFO] Gathering dependencies
00:47:55 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:5.12.1:jar
00:47:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:55 [INFO] Merging collected dependencies
00:47:55 [INFO] Copying 1308 resources
00:47:56 [INFO] Generating OSGi MANIFEST.MF
00:47:56 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/com.sun.jna.platform-5.12.1-SNAPSHOT.jar
00:47:56 [INFO] Gathering sources
00:47:56 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.12.1:jar
00:47:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:47:59 [INFO] Copying 3 resources
00:47:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.12.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/com.sun.jna.platform-5.12.1-SNAPSHOT-sources.jar
00:47:59 [INFO] Assembling p2 repository
00:48:00 [INFO] 
00:48:00 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna.platform ---
00:48:00 [INFO] 
00:48:00 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna.platform ---
00:48:00 [INFO] Gathering sources archives
00:48:00 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.12.1:jar
00:48:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/sources-for-eclipse-ipzilla/jna-platform-5.12.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:00 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.12.1:jar
00:48:00 [INFO] Copying jna-platform-5.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/sources-for-eclipse-ipzilla/jna-platform-5.12.1-sources.jar
00:48:00 [INFO] Refreshing about files and about.html
00:48:00 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.12.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:00 [INFO] 
00:48:00 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.jna.platform ---
00:48:00 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.jna.platform:xml:p2metadata:5.12.1-SNAPSHOT already attached, replace previous instance
00:48:00 [WARNING] artifact org.eclipse.orbit.bundles:com.sun.jna.platform:xml:p2artifacts:5.12.1-SNAPSHOT already attached, replace previous instance
00:48:00 [INFO] 
00:48:00 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ com.sun.jna.platform ---
00:48:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.12.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.12.1-SNAPSHOT/com.sun.jna.platform-5.12.1-SNAPSHOT.pom
00:48:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/com.sun.jna.platform-5.12.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.12.1-SNAPSHOT/com.sun.jna.platform-5.12.1-SNAPSHOT.jar
00:48:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/com.sun.jna.platform-5.12.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.12.1-SNAPSHOT/com.sun.jna.platform-5.12.1-SNAPSHOT-sources.jar
00:48:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.12.1-SNAPSHOT/com.sun.jna.platform-5.12.1-SNAPSHOT-p2metadata.xml
00:48:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.12.1-SNAPSHOT/com.sun.jna.platform-5.12.1-SNAPSHOT-p2artifacts.xml
00:48:00 [INFO] 
00:48:00 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.jna.platform ---
00:48:00 [INFO] 
00:48:00 [INFO] ---------------< org.eclipse.orbit.bundles:junit-parent >---------------
00:48:00 [INFO] Building Eclipse Orbit :: JUnit Recipes 1.0.0-SNAPSHOT         [322/379]
00:48:00 [INFO] --------------------------------[ pom ]---------------------------------
00:48:00 [INFO] 
00:48:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ junit-parent ---
00:48:00 [INFO] 
00:48:00 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ junit-parent ---
00:48:00 [INFO] 
00:48:00 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ junit-parent ---
00:48:00 [INFO] 
00:48:00 [INFO] --- maven-install-plugin:2.4:install (default-install) @ junit-parent ---
00:48:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/junit-parent/1.0.0-SNAPSHOT/junit-parent-1.0.0-SNAPSHOT.pom
00:48:00 [INFO] 
00:48:00 [INFO] ------------------< org.eclipse.orbit.bundles:junit4 >------------------
00:48:00 [INFO] Building Eclipse Orbit :: JUnit 4 Recipes 1.0.0-SNAPSHOT       [323/379]
00:48:00 [INFO] --------------------------------[ pom ]---------------------------------
00:48:00 [INFO] 
00:48:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ junit4 ---
00:48:00 [INFO] 
00:48:00 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ junit4 ---
00:48:00 [INFO] 
00:48:00 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ junit4 ---
00:48:00 [INFO] 
00:48:00 [INFO] --- maven-install-plugin:2.4:install (default-install) @ junit4 ---
00:48:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit4/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/junit4/1.0.0-SNAPSHOT/junit4-1.0.0-SNAPSHOT.pom
00:48:00 [INFO] 
00:48:00 [INFO] ----------------< org.eclipse.orbit.bundles:org.junit >-----------------
00:48:00 [INFO] Building JUnit 4.13.2-SNAPSHOT                                 [324/379]
00:48:00 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:00 [INFO] 
00:48:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit ---
00:48:00 [INFO] 
00:48:00 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit ---
00:48:00 [INFO] The project's OSGi version is 4.13.2.v20211018-1956
00:48:00 [INFO] 
00:48:00 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit ---
00:48:00 [INFO] 
00:48:00 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit ---
00:48:00 [INFO] Copying 3 resources
00:48:00 [INFO] 
00:48:00 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit ---
00:48:00 [INFO] No sources to compile
00:48:00 [INFO] 
00:48:00 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit ---
00:48:00 [INFO] Gathering dependencies
00:48:00 [INFO] Configured Artifact: junit:junit:4.13.2:jar
00:48:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/junit/junit/4.13.2/junit-4.13.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit4/org.junit_4.13.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:00 [INFO] Merging collected dependencies
00:48:00 [INFO] Copying 354 resources
00:48:00 [INFO] Generating OSGi MANIFEST.MF
00:48:00 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit:eclipse-bundle-recipe:4.13.2-SNAPSHOT : Host org.hamcrest.core=bundle-version="1.3";visibility:=reexport for this fragment/require bundle cannot be found on the classpath
00:48:00 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit4/org.junit_4.13.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit4/org.junit_4.13.2/target/org.junit-4.13.2-SNAPSHOT.jar
00:48:00 [INFO] Gathering sources
00:48:00 [INFO] Configured Artifact: junit:junit:sources:4.13.2:jar
00:48:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/junit/junit/4.13.2/junit-4.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit4/org.junit_4.13.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:01 [INFO] Copying 3 resources
00:48:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit4/org.junit_4.13.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit4/org.junit_4.13.2/target/org.junit-4.13.2-SNAPSHOT-sources.jar
00:48:01 [INFO] Assembling p2 repository
00:48:01 [INFO] 
00:48:01 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit ---
00:48:01 [INFO] 
00:48:01 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit ---
00:48:01 [INFO] Gathering sources archives
00:48:01 [INFO] Configured Artifact: junit:junit:sources:4.13.2:jar
00:48:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/junit/junit/4.13.2/junit-4.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit4/org.junit_4.13.2/target/sources-for-eclipse-ipzilla/junit-4.13.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:01 [INFO] Configured Artifact: junit:junit:sources:4.13.2:jar
00:48:01 [INFO] Copying junit-4.13.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit4/org.junit_4.13.2/target/sources-for-eclipse-ipzilla/junit-4.13.2-sources.jar
00:48:01 [INFO] Refreshing about files and about.html
00:48:01 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit4/org.junit_4.13.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:01 [INFO] 
00:48:01 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit ---
00:48:01 [WARNING] artifact org.eclipse.orbit.bundles:org.junit:xml:p2metadata:4.13.2-SNAPSHOT already attached, replace previous instance
00:48:01 [WARNING] artifact org.eclipse.orbit.bundles:org.junit:xml:p2artifacts:4.13.2-SNAPSHOT already attached, replace previous instance
00:48:01 [INFO] 
00:48:01 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.junit ---
00:48:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit4/org.junit_4.13.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit/4.13.2-SNAPSHOT/org.junit-4.13.2-SNAPSHOT.pom
00:48:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit4/org.junit_4.13.2/target/org.junit-4.13.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit/4.13.2-SNAPSHOT/org.junit-4.13.2-SNAPSHOT.jar
00:48:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit4/org.junit_4.13.2/target/org.junit-4.13.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit/4.13.2-SNAPSHOT/org.junit-4.13.2-SNAPSHOT-sources.jar
00:48:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit4/org.junit_4.13.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit/4.13.2-SNAPSHOT/org.junit-4.13.2-SNAPSHOT-p2metadata.xml
00:48:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit4/org.junit_4.13.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit/4.13.2-SNAPSHOT/org.junit-4.13.2-SNAPSHOT-p2artifacts.xml
00:48:01 [INFO] 
00:48:01 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit ---
00:48:01 [INFO] 
00:48:01 [INFO] ------------------< org.eclipse.orbit.bundles:junit5 >------------------
00:48:01 [INFO] Building Eclipse Orbit :: JUnit 5 Recipes 1.0.0-SNAPSHOT       [325/379]
00:48:01 [INFO] --------------------------------[ pom ]---------------------------------
00:48:01 [INFO] 
00:48:01 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ junit5 ---
00:48:01 [INFO] 
00:48:01 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ junit5 ---
00:48:01 [INFO] 
00:48:01 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ junit5 ---
00:48:01 [INFO] 
00:48:01 [INFO] --- maven-install-plugin:2.4:install (default-install) @ junit5 ---
00:48:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/junit5/1.0.0-SNAPSHOT/junit5-1.0.0-SNAPSHOT.pom
00:48:01 [INFO] 
00:48:01 [INFO] ----------< org.eclipse.orbit.bundles:org.junit.jupiter.api >-----------
00:48:01 [INFO] Building JUnit Jupiter API 5.9.1-SNAPSHOT                      [326/379]
00:48:01 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:02 [INFO] 
00:48:02 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.jupiter.api ---
00:48:02 [INFO] 
00:48:02 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.jupiter.api ---
00:48:02 [INFO] The project's OSGi version is 5.9.1.v20221103-2317
00:48:02 [INFO] 
00:48:02 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.jupiter.api ---
00:48:02 [INFO] 
00:48:02 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.jupiter.api ---
00:48:02 [INFO] Copying 3 resources
00:48:02 [INFO] 
00:48:02 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.jupiter.api ---
00:48:02 [INFO] No sources to compile
00:48:02 [INFO] 
00:48:02 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.jupiter.api ---
00:48:02 [INFO] Gathering dependencies
00:48:02 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-api:5.9.1:jar
00:48:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:02 [INFO] Merging collected dependencies
00:48:02 [INFO] Copying 183 resources
00:48:02 [INFO] Generating OSGi MANIFEST.MF
00:48:02 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.jupiter.api:eclipse-bundle-recipe:5.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:48:02 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/org.junit.jupiter.api-5.9.1-SNAPSHOT.jar
00:48:02 [INFO] Gathering sources
00:48:02 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-api:sources:5.9.1:jar
00:48:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:02 [INFO] Copying 3 resources
00:48:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/org.junit.jupiter.api-5.9.1-SNAPSHOT-sources.jar
00:48:02 [INFO] Assembling p2 repository
00:48:03 [INFO] 
00:48:03 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.jupiter.api ---
00:48:03 [INFO] 
00:48:03 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.jupiter.api ---
00:48:03 [INFO] Gathering sources archives
00:48:03 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-api:sources:5.9.1:jar
00:48:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/sources-for-eclipse-ipzilla/junit-jupiter-api-5.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:03 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-api:sources:5.9.1:jar
00:48:03 [INFO] Copying junit-jupiter-api-5.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/sources-for-eclipse-ipzilla/junit-jupiter-api-5.9.1-sources.jar
00:48:03 [INFO] Refreshing about files and about.html
00:48:03 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:03 [INFO] 
00:48:03 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.jupiter.api ---
00:48:03 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.jupiter.api:xml:p2metadata:5.9.1-SNAPSHOT already attached, replace previous instance
00:48:03 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.jupiter.api:xml:p2artifacts:5.9.1-SNAPSHOT already attached, replace previous instance
00:48:03 [INFO] 
00:48:03 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.junit.jupiter.api ---
00:48:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.9.1-SNAPSHOT/org.junit.jupiter.api-5.9.1-SNAPSHOT.pom
00:48:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/org.junit.jupiter.api-5.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.9.1-SNAPSHOT/org.junit.jupiter.api-5.9.1-SNAPSHOT.jar
00:48:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/org.junit.jupiter.api-5.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.9.1-SNAPSHOT/org.junit.jupiter.api-5.9.1-SNAPSHOT-sources.jar
00:48:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.9.1-SNAPSHOT/org.junit.jupiter.api-5.9.1-SNAPSHOT-p2metadata.xml
00:48:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.9.1-SNAPSHOT/org.junit.jupiter.api-5.9.1-SNAPSHOT-p2artifacts.xml
00:48:03 [INFO] 
00:48:03 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.jupiter.api ---
00:48:03 [INFO] 
00:48:03 [INFO] ---------< org.eclipse.orbit.bundles:org.junit.jupiter.engine >---------
00:48:03 [INFO] Building JUnit Jupiter Engine 5.9.1-SNAPSHOT                   [327/379]
00:48:03 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:03 [INFO] 
00:48:03 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.jupiter.engine ---
00:48:03 [INFO] 
00:48:03 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.jupiter.engine ---
00:48:03 [INFO] The project's OSGi version is 5.9.1.v20221103-2317
00:48:03 [INFO] 
00:48:03 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.jupiter.engine ---
00:48:03 [INFO] 
00:48:03 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.jupiter.engine ---
00:48:03 [INFO] Copying 3 resources
00:48:03 [INFO] 
00:48:03 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.jupiter.engine ---
00:48:03 [INFO] No sources to compile
00:48:03 [INFO] 
00:48:03 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.jupiter.engine ---
00:48:03 [INFO] Gathering dependencies
00:48:03 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.9.1:jar
00:48:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:03 [INFO] Merging collected dependencies
00:48:03 [INFO] Copying 138 resources
00:48:03 [INFO] Generating OSGi MANIFEST.MF
00:48:03 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.jupiter.engine:eclipse-bundle-recipe:5.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:48:03 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/org.junit.jupiter.engine-5.9.1-SNAPSHOT.jar
00:48:03 [INFO] Gathering sources
00:48:03 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:sources:5.9.1:jar
00:48:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:03 [INFO] Copying 3 resources
00:48:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/org.junit.jupiter.engine-5.9.1-SNAPSHOT-sources.jar
00:48:03 [INFO] Assembling p2 repository
00:48:04 [INFO] 
00:48:04 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.jupiter.engine ---
00:48:04 [INFO] 
00:48:04 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.jupiter.engine ---
00:48:04 [INFO] Gathering sources archives
00:48:04 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:sources:5.9.1:jar
00:48:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/sources-for-eclipse-ipzilla/junit-jupiter-engine-5.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:04 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:sources:5.9.1:jar
00:48:04 [INFO] Copying junit-jupiter-engine-5.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/sources-for-eclipse-ipzilla/junit-jupiter-engine-5.9.1-sources.jar
00:48:04 [INFO] Refreshing about files and about.html
00:48:04 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:04 [INFO] 
00:48:04 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.jupiter.engine ---
00:48:04 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.jupiter.engine:xml:p2metadata:5.9.1-SNAPSHOT already attached, replace previous instance
00:48:04 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.jupiter.engine:xml:p2artifacts:5.9.1-SNAPSHOT already attached, replace previous instance
00:48:04 [INFO] 
00:48:04 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.junit.jupiter.engine ---
00:48:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.9.1-SNAPSHOT/org.junit.jupiter.engine-5.9.1-SNAPSHOT.pom
00:48:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/org.junit.jupiter.engine-5.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.9.1-SNAPSHOT/org.junit.jupiter.engine-5.9.1-SNAPSHOT.jar
00:48:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/org.junit.jupiter.engine-5.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.9.1-SNAPSHOT/org.junit.jupiter.engine-5.9.1-SNAPSHOT-sources.jar
00:48:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.9.1-SNAPSHOT/org.junit.jupiter.engine-5.9.1-SNAPSHOT-p2metadata.xml
00:48:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.9.1-SNAPSHOT/org.junit.jupiter.engine-5.9.1-SNAPSHOT-p2artifacts.xml
00:48:04 [INFO] 
00:48:04 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.jupiter.engine ---
00:48:04 [INFO] 
00:48:04 [INFO] ----< org.eclipse.orbit.bundles:org.junit.jupiter.migrationsupport >----
00:48:04 [INFO] Building JUnit Jupiter Migration Support 5.9.1-SNAPSHOT        [328/379]
00:48:04 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:04 [INFO] 
00:48:04 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.jupiter.migrationsupport ---
00:48:04 [INFO] 
00:48:04 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.jupiter.migrationsupport ---
00:48:04 [INFO] The project's OSGi version is 5.9.1.v20221103-2317
00:48:04 [INFO] 
00:48:04 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.jupiter.migrationsupport ---
00:48:04 [INFO] 
00:48:04 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.jupiter.migrationsupport ---
00:48:04 [INFO] Copying 3 resources
00:48:04 [INFO] 
00:48:04 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.jupiter.migrationsupport ---
00:48:04 [INFO] No sources to compile
00:48:04 [INFO] 
00:48:04 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.jupiter.migrationsupport ---
00:48:04 [INFO] Gathering dependencies
00:48:04 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-migrationsupport:5.9.1:jar
00:48:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.1/junit-jupiter-migrationsupport-5.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:04 [INFO] Merging collected dependencies
00:48:04 [INFO] Copying 21 resources
00:48:04 [INFO] Generating OSGi MANIFEST.MF
00:48:04 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.jupiter.migrationsupport:eclipse-bundle-recipe:5.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:48:04 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT.jar
00:48:04 [INFO] Gathering sources
00:48:04 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-migrationsupport:sources:5.9.1:jar
00:48:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.1/junit-jupiter-migrationsupport-5.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:04 [INFO] Copying 3 resources
00:48:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT-sources.jar
00:48:04 [INFO] Assembling p2 repository
00:48:05 [INFO] 
00:48:05 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.jupiter.migrationsupport ---
00:48:05 [INFO] 
00:48:05 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.jupiter.migrationsupport ---
00:48:05 [INFO] Gathering sources archives
00:48:05 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-migrationsupport:sources:5.9.1:jar
00:48:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.1/junit-jupiter-migrationsupport-5.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/sources-for-eclipse-ipzilla/junit-jupiter-migrationsupport-5.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:05 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-migrationsupport:sources:5.9.1:jar
00:48:05 [INFO] Copying junit-jupiter-migrationsupport-5.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/sources-for-eclipse-ipzilla/junit-jupiter-migrationsupport-5.9.1-sources.jar
00:48:05 [INFO] Refreshing about files and about.html
00:48:05 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:05 [INFO] 
00:48:05 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.jupiter.migrationsupport ---
00:48:05 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.jupiter.migrationsupport:xml:p2metadata:5.9.1-SNAPSHOT already attached, replace previous instance
00:48:05 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.jupiter.migrationsupport:xml:p2artifacts:5.9.1-SNAPSHOT already attached, replace previous instance
00:48:05 [INFO] 
00:48:05 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.junit.jupiter.migrationsupport ---
00:48:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.9.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT.pom
00:48:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.9.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT.jar
00:48:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.9.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT-sources.jar
00:48:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.9.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT-p2metadata.xml
00:48:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.9.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT-p2artifacts.xml
00:48:05 [INFO] 
00:48:05 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.jupiter.migrationsupport ---
00:48:05 [INFO] 
00:48:05 [INFO] ---------< org.eclipse.orbit.bundles:org.junit.jupiter.params >---------
00:48:05 [INFO] Building JUnit Jupiter Params 5.9.1-SNAPSHOT                   [329/379]
00:48:05 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:05 [INFO] 
00:48:05 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.jupiter.params ---
00:48:05 [INFO] 
00:48:05 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.jupiter.params ---
00:48:05 [INFO] The project's OSGi version is 5.9.1.v20221103-2317
00:48:05 [INFO] 
00:48:05 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.jupiter.params ---
00:48:05 [INFO] 
00:48:05 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.jupiter.params ---
00:48:05 [INFO] Copying 3 resources
00:48:05 [INFO] 
00:48:05 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.jupiter.params ---
00:48:05 [INFO] No sources to compile
00:48:05 [INFO] 
00:48:05 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.jupiter.params ---
00:48:05 [INFO] Gathering dependencies
00:48:05 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-params:5.9.1:jar
00:48:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:05 [INFO] Merging collected dependencies
00:48:05 [INFO] Copying 348 resources
00:48:05 [INFO] Generating OSGi MANIFEST.MF
00:48:05 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.jupiter.params:eclipse-bundle-recipe:5.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:48:05 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/org.junit.jupiter.params-5.9.1-SNAPSHOT.jar
00:48:06 [INFO] Gathering sources
00:48:06 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-params:sources:5.9.1:jar
00:48:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:06 [INFO] Copying 3 resources
00:48:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/org.junit.jupiter.params-5.9.1-SNAPSHOT-sources.jar
00:48:06 [INFO] Assembling p2 repository
00:48:06 [INFO] 
00:48:06 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.jupiter.params ---
00:48:06 [INFO] 
00:48:06 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.jupiter.params ---
00:48:06 [INFO] Gathering sources archives
00:48:06 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-params:sources:5.9.1:jar
00:48:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/sources-for-eclipse-ipzilla/junit-jupiter-params-5.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:07 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-params:sources:5.9.1:jar
00:48:07 [INFO] Copying junit-jupiter-params-5.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/sources-for-eclipse-ipzilla/junit-jupiter-params-5.9.1-sources.jar
00:48:07 [INFO] Refreshing about files and about.html
00:48:07 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:07 [INFO] 
00:48:07 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.jupiter.params ---
00:48:07 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.jupiter.params:xml:p2metadata:5.9.1-SNAPSHOT already attached, replace previous instance
00:48:07 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.jupiter.params:xml:p2artifacts:5.9.1-SNAPSHOT already attached, replace previous instance
00:48:07 [INFO] 
00:48:07 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.junit.jupiter.params ---
00:48:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.9.1-SNAPSHOT/org.junit.jupiter.params-5.9.1-SNAPSHOT.pom
00:48:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/org.junit.jupiter.params-5.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.9.1-SNAPSHOT/org.junit.jupiter.params-5.9.1-SNAPSHOT.jar
00:48:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/org.junit.jupiter.params-5.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.9.1-SNAPSHOT/org.junit.jupiter.params-5.9.1-SNAPSHOT-sources.jar
00:48:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.9.1-SNAPSHOT/org.junit.jupiter.params-5.9.1-SNAPSHOT-p2metadata.xml
00:48:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.9.1-SNAPSHOT/org.junit.jupiter.params-5.9.1-SNAPSHOT-p2artifacts.xml
00:48:07 [INFO] 
00:48:07 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.jupiter.params ---
00:48:07 [INFO] 
00:48:07 [INFO] --------< org.eclipse.orbit.bundles:org.junit.platform.commons >--------
00:48:07 [INFO] Building JUnit Platform Commons 1.9.1-SNAPSHOT                 [330/379]
00:48:07 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:07 [INFO] 
00:48:07 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.platform.commons ---
00:48:07 [INFO] 
00:48:07 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.platform.commons ---
00:48:07 [INFO] The project's OSGi version is 1.9.1.v20221103-2317
00:48:07 [INFO] 
00:48:07 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.platform.commons ---
00:48:07 [INFO] 
00:48:07 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.platform.commons ---
00:48:07 [INFO] Copying 3 resources
00:48:07 [INFO] 
00:48:07 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.platform.commons ---
00:48:07 [INFO] No sources to compile
00:48:07 [INFO] 
00:48:07 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.platform.commons ---
00:48:07 [INFO] Gathering dependencies
00:48:07 [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.9.1:jar
00:48:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:07 [INFO] Merging collected dependencies
00:48:07 [INFO] Copying 48 resources
00:48:07 [INFO] Generating OSGi MANIFEST.MF
00:48:07 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.commons:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:48:07 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.commons:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils$ModuleReferenceScanner.class=org.junit.platform.commons.util.ModuleUtils$ModuleReferenceScanner, META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils.class=org.junit.platform.commons.util.ModuleUtils}
00:48:07 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/org.junit.platform.commons-1.9.1-SNAPSHOT.jar
00:48:07 [INFO] Gathering sources
00:48:07 [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:sources:1.9.1:jar
00:48:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:07 [INFO] Copying 3 resources
00:48:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/org.junit.platform.commons-1.9.1-SNAPSHOT-sources.jar
00:48:07 [INFO] Assembling p2 repository
00:48:07 [INFO] 
00:48:07 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.platform.commons ---
00:48:07 [INFO] 
00:48:07 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.platform.commons ---
00:48:07 [INFO] Gathering sources archives
00:48:07 [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:sources:1.9.1:jar
00:48:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-commons-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:08 [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:sources:1.9.1:jar
00:48:08 [INFO] Copying junit-platform-commons-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-commons-1.9.1-sources.jar
00:48:08 [INFO] Refreshing about files and about.html
00:48:08 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:08 [INFO] 
00:48:08 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.platform.commons ---
00:48:08 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.platform.commons:xml:p2metadata:1.9.1-SNAPSHOT already attached, replace previous instance
00:48:08 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.platform.commons:xml:p2artifacts:1.9.1-SNAPSHOT already attached, replace previous instance
00:48:08 [INFO] 
00:48:08 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.junit.platform.commons ---
00:48:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.9.1-SNAPSHOT/org.junit.platform.commons-1.9.1-SNAPSHOT.pom
00:48:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/org.junit.platform.commons-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.9.1-SNAPSHOT/org.junit.platform.commons-1.9.1-SNAPSHOT.jar
00:48:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/org.junit.platform.commons-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.9.1-SNAPSHOT/org.junit.platform.commons-1.9.1-SNAPSHOT-sources.jar
00:48:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.9.1-SNAPSHOT/org.junit.platform.commons-1.9.1-SNAPSHOT-p2metadata.xml
00:48:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.9.1-SNAPSHOT/org.junit.platform.commons-1.9.1-SNAPSHOT-p2artifacts.xml
00:48:08 [INFO] 
00:48:08 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.platform.commons ---
00:48:08 [INFO] 
00:48:08 [INFO] --------< org.eclipse.orbit.bundles:org.junit.platform.engine >---------
00:48:08 [INFO] Building JUnit Platform Engine API 1.9.1-SNAPSHOT              [331/379]
00:48:08 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:08 [INFO] 
00:48:08 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.platform.engine ---
00:48:08 [INFO] 
00:48:08 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.platform.engine ---
00:48:08 [INFO] The project's OSGi version is 1.9.1.v20221103-2317
00:48:08 [INFO] 
00:48:08 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.platform.engine ---
00:48:08 [INFO] 
00:48:08 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.platform.engine ---
00:48:08 [INFO] Copying 3 resources
00:48:08 [INFO] 
00:48:08 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.platform.engine ---
00:48:08 [INFO] No sources to compile
00:48:08 [INFO] 
00:48:08 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.platform.engine ---
00:48:08 [INFO] Gathering dependencies
00:48:08 [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.9.1:jar
00:48:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:08 [INFO] Merging collected dependencies
00:48:08 [INFO] Copying 130 resources
00:48:08 [INFO] Generating OSGi MANIFEST.MF
00:48:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.engine:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:48:08 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/org.junit.platform.engine-1.9.1-SNAPSHOT.jar
00:48:08 [INFO] Gathering sources
00:48:08 [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:sources:1.9.1:jar
00:48:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:08 [INFO] Copying 3 resources
00:48:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/org.junit.platform.engine-1.9.1-SNAPSHOT-sources.jar
00:48:08 [INFO] Assembling p2 repository
00:48:09 [INFO] 
00:48:09 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.platform.engine ---
00:48:09 [INFO] 
00:48:09 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.platform.engine ---
00:48:09 [INFO] Gathering sources archives
00:48:09 [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:sources:1.9.1:jar
00:48:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-engine-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:09 [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:sources:1.9.1:jar
00:48:09 [INFO] Copying junit-platform-engine-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-engine-1.9.1-sources.jar
00:48:09 [INFO] Refreshing about files and about.html
00:48:09 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:09 [INFO] 
00:48:09 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.platform.engine ---
00:48:09 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.platform.engine:xml:p2metadata:1.9.1-SNAPSHOT already attached, replace previous instance
00:48:09 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.platform.engine:xml:p2artifacts:1.9.1-SNAPSHOT already attached, replace previous instance
00:48:09 [INFO] 
00:48:09 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.junit.platform.engine ---
00:48:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.9.1-SNAPSHOT/org.junit.platform.engine-1.9.1-SNAPSHOT.pom
00:48:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/org.junit.platform.engine-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.9.1-SNAPSHOT/org.junit.platform.engine-1.9.1-SNAPSHOT.jar
00:48:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/org.junit.platform.engine-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.9.1-SNAPSHOT/org.junit.platform.engine-1.9.1-SNAPSHOT-sources.jar
00:48:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.9.1-SNAPSHOT/org.junit.platform.engine-1.9.1-SNAPSHOT-p2metadata.xml
00:48:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.9.1-SNAPSHOT/org.junit.platform.engine-1.9.1-SNAPSHOT-p2artifacts.xml
00:48:09 [INFO] 
00:48:09 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.platform.engine ---
00:48:09 [INFO] 
00:48:09 [INFO] -------< org.eclipse.orbit.bundles:org.junit.platform.launcher >--------
00:48:09 [INFO] Building JUnit Platform Launcher 1.9.1-SNAPSHOT                [332/379]
00:48:09 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:09 [INFO] 
00:48:09 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.platform.launcher ---
00:48:09 [INFO] 
00:48:09 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.platform.launcher ---
00:48:09 [INFO] The project's OSGi version is 1.9.1.v20221103-2317
00:48:09 [INFO] 
00:48:09 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.platform.launcher ---
00:48:09 [INFO] 
00:48:09 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.platform.launcher ---
00:48:09 [INFO] Copying 3 resources
00:48:09 [INFO] 
00:48:09 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.platform.launcher ---
00:48:09 [INFO] No sources to compile
00:48:09 [INFO] 
00:48:09 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.platform.launcher ---
00:48:09 [INFO] Gathering dependencies
00:48:09 [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.9.1:jar
00:48:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:09 [INFO] Merging collected dependencies
00:48:09 [INFO] Copying 109 resources
00:48:09 [INFO] Generating OSGi MANIFEST.MF
00:48:09 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.launcher:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:48:09 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/org.junit.platform.launcher-1.9.1-SNAPSHOT.jar
00:48:09 [INFO] Gathering sources
00:48:09 [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:sources:1.9.1:jar
00:48:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:09 [INFO] Copying 3 resources
00:48:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/org.junit.platform.launcher-1.9.1-SNAPSHOT-sources.jar
00:48:09 [INFO] Assembling p2 repository
00:48:10 [INFO] 
00:48:10 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.platform.launcher ---
00:48:10 [INFO] 
00:48:10 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.platform.launcher ---
00:48:10 [INFO] Gathering sources archives
00:48:10 [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:sources:1.9.1:jar
00:48:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-launcher-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:10 [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:sources:1.9.1:jar
00:48:10 [INFO] Copying junit-platform-launcher-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-launcher-1.9.1-sources.jar
00:48:10 [INFO] Refreshing about files and about.html
00:48:10 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:10 [INFO] 
00:48:10 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.platform.launcher ---
00:48:10 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.platform.launcher:xml:p2metadata:1.9.1-SNAPSHOT already attached, replace previous instance
00:48:10 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.platform.launcher:xml:p2artifacts:1.9.1-SNAPSHOT already attached, replace previous instance
00:48:10 [INFO] 
00:48:10 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.junit.platform.launcher ---
00:48:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.9.1-SNAPSHOT/org.junit.platform.launcher-1.9.1-SNAPSHOT.pom
00:48:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/org.junit.platform.launcher-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.9.1-SNAPSHOT/org.junit.platform.launcher-1.9.1-SNAPSHOT.jar
00:48:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/org.junit.platform.launcher-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.9.1-SNAPSHOT/org.junit.platform.launcher-1.9.1-SNAPSHOT-sources.jar
00:48:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.9.1-SNAPSHOT/org.junit.platform.launcher-1.9.1-SNAPSHOT-p2metadata.xml
00:48:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.9.1-SNAPSHOT/org.junit.platform.launcher-1.9.1-SNAPSHOT-p2artifacts.xml
00:48:10 [INFO] 
00:48:10 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.platform.launcher ---
00:48:10 [INFO] 
00:48:10 [INFO] --------< org.eclipse.orbit.bundles:org.junit.platform.runner >---------
00:48:10 [INFO] Building JUnit Platform Runner 1.9.1-SNAPSHOT                  [333/379]
00:48:10 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:10 [INFO] 
00:48:10 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.platform.runner ---
00:48:10 [INFO] 
00:48:10 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.platform.runner ---
00:48:10 [INFO] The project's OSGi version is 1.9.1.v20221103-2317
00:48:10 [INFO] 
00:48:10 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.platform.runner ---
00:48:10 [INFO] 
00:48:10 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.platform.runner ---
00:48:10 [INFO] Copying 3 resources
00:48:10 [INFO] 
00:48:10 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.platform.runner ---
00:48:10 [INFO] No sources to compile
00:48:10 [INFO] 
00:48:10 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.platform.runner ---
00:48:10 [INFO] Gathering dependencies
00:48:10 [INFO] Configured Artifact: org.junit.platform:junit-platform-runner:1.9.1:jar
00:48:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-runner/1.9.1/junit-platform-runner-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:10 [INFO] Merging collected dependencies
00:48:10 [INFO] Copying 7 resources
00:48:10 [INFO] Generating OSGi MANIFEST.MF
00:48:10 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.runner:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:48:10 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/org.junit.platform.runner-1.9.1-SNAPSHOT.jar
00:48:10 [INFO] Gathering sources
00:48:10 [INFO] Configured Artifact: org.junit.platform:junit-platform-runner:sources:1.9.1:jar
00:48:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-runner/1.9.1/junit-platform-runner-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:10 [INFO] Copying 3 resources
00:48:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/org.junit.platform.runner-1.9.1-SNAPSHOT-sources.jar
00:48:10 [INFO] Assembling p2 repository
00:48:11 [INFO] 
00:48:11 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.platform.runner ---
00:48:11 [INFO] 
00:48:11 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.platform.runner ---
00:48:11 [INFO] Gathering sources archives
00:48:11 [INFO] Configured Artifact: org.junit.platform:junit-platform-runner:sources:1.9.1:jar
00:48:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-runner/1.9.1/junit-platform-runner-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-runner-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:11 [INFO] Configured Artifact: org.junit.platform:junit-platform-runner:sources:1.9.1:jar
00:48:11 [INFO] Copying junit-platform-runner-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-runner-1.9.1-sources.jar
00:48:11 [INFO] Refreshing about files and about.html
00:48:11 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:11 [INFO] 
00:48:11 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.platform.runner ---
00:48:11 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.platform.runner:xml:p2metadata:1.9.1-SNAPSHOT already attached, replace previous instance
00:48:11 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.platform.runner:xml:p2artifacts:1.9.1-SNAPSHOT already attached, replace previous instance
00:48:11 [INFO] 
00:48:11 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.junit.platform.runner ---
00:48:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.9.1-SNAPSHOT/org.junit.platform.runner-1.9.1-SNAPSHOT.pom
00:48:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/org.junit.platform.runner-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.9.1-SNAPSHOT/org.junit.platform.runner-1.9.1-SNAPSHOT.jar
00:48:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/org.junit.platform.runner-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.9.1-SNAPSHOT/org.junit.platform.runner-1.9.1-SNAPSHOT-sources.jar
00:48:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.9.1-SNAPSHOT/org.junit.platform.runner-1.9.1-SNAPSHOT-p2metadata.xml
00:48:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.9.1-SNAPSHOT/org.junit.platform.runner-1.9.1-SNAPSHOT-p2artifacts.xml
00:48:11 [INFO] 
00:48:11 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.platform.runner ---
00:48:11 [INFO] 
00:48:11 [INFO] -------< org.eclipse.orbit.bundles:org.junit.platform.suite.api >-------
00:48:11 [INFO] Building JUnit Platform Suite API 1.9.1-SNAPSHOT               [334/379]
00:48:11 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:11 [INFO] 
00:48:11 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.platform.suite.api ---
00:48:11 [INFO] 
00:48:11 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.platform.suite.api ---
00:48:11 [INFO] The project's OSGi version is 1.9.1.v20221103-2317
00:48:11 [INFO] 
00:48:11 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.platform.suite.api ---
00:48:11 [INFO] 
00:48:11 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.platform.suite.api ---
00:48:11 [INFO] Copying 3 resources
00:48:11 [INFO] 
00:48:11 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.platform.suite.api ---
00:48:11 [INFO] No sources to compile
00:48:11 [INFO] 
00:48:11 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.platform.suite.api ---
00:48:11 [INFO] Gathering dependencies
00:48:11 [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-api:1.9.1:jar
00:48:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-suite-api/1.9.1/junit-platform-suite-api-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:11 [INFO] Merging collected dependencies
00:48:11 [INFO] Copying 27 resources
00:48:11 [INFO] Generating OSGi MANIFEST.MF
00:48:11 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.suite.api:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:48:11 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/org.junit.platform.suite.api-1.9.1-SNAPSHOT.jar
00:48:11 [INFO] Gathering sources
00:48:11 [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-api:sources:1.9.1:jar
00:48:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-suite-api/1.9.1/junit-platform-suite-api-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:11 [INFO] Copying 3 resources
00:48:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/org.junit.platform.suite.api-1.9.1-SNAPSHOT-sources.jar
00:48:11 [INFO] Assembling p2 repository
00:48:12 [INFO] 
00:48:12 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.platform.suite.api ---
00:48:12 [INFO] 
00:48:12 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.platform.suite.api ---
00:48:12 [INFO] Gathering sources archives
00:48:12 [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-api:sources:1.9.1:jar
00:48:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-suite-api/1.9.1/junit-platform-suite-api-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-suite-api-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:12 [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-api:sources:1.9.1:jar
00:48:12 [INFO] Copying junit-platform-suite-api-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-suite-api-1.9.1-sources.jar
00:48:12 [INFO] Refreshing about files and about.html
00:48:12 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:12 [INFO] 
00:48:12 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.platform.suite.api ---
00:48:12 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.platform.suite.api:xml:p2metadata:1.9.1-SNAPSHOT already attached, replace previous instance
00:48:12 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.platform.suite.api:xml:p2artifacts:1.9.1-SNAPSHOT already attached, replace previous instance
00:48:12 [INFO] 
00:48:12 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.junit.platform.suite.api ---
00:48:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.9.1-SNAPSHOT/org.junit.platform.suite.api-1.9.1-SNAPSHOT.pom
00:48:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/org.junit.platform.suite.api-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.9.1-SNAPSHOT/org.junit.platform.suite.api-1.9.1-SNAPSHOT.jar
00:48:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/org.junit.platform.suite.api-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.9.1-SNAPSHOT/org.junit.platform.suite.api-1.9.1-SNAPSHOT-sources.jar
00:48:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.9.1-SNAPSHOT/org.junit.platform.suite.api-1.9.1-SNAPSHOT-p2metadata.xml
00:48:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.9.1-SNAPSHOT/org.junit.platform.suite.api-1.9.1-SNAPSHOT-p2artifacts.xml
00:48:12 [INFO] 
00:48:12 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.platform.suite.api ---
00:48:12 [INFO] 
00:48:12 [INFO] -----< org.eclipse.orbit.bundles:org.junit.platform.suite.commons >-----
00:48:12 [INFO] Building JUnit Platform Suite Commons 1.9.1                    [335/379]
00:48:12 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:12 [INFO] 
00:48:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.platform.suite.commons ---
00:48:12 [INFO] 
00:48:12 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.platform.suite.commons ---
00:48:12 [INFO] The project's OSGi version is 1.9.1.v20221103-2317
00:48:12 [INFO] 
00:48:12 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.platform.suite.commons ---
00:48:12 [INFO] 
00:48:12 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.platform.suite.commons ---
00:48:12 [INFO] Copying 3 resources
00:48:12 [INFO] 
00:48:12 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.platform.suite.commons ---
00:48:12 [INFO] No sources to compile
00:48:12 [INFO] 
00:48:12 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.platform.suite.commons ---
00:48:12 [INFO] Gathering dependencies
00:48:12 [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-commons:1.9.1:jar
00:48:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-suite-commons/1.9.1/junit-platform-suite-commons-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:12 [INFO] Merging collected dependencies
00:48:12 [INFO] Copying 6 resources
00:48:12 [INFO] Generating OSGi MANIFEST.MF
00:48:12 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.suite.commons:eclipse-bundle-recipe:1.9.1 : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:48:12 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/org.junit.platform.suite.commons-1.9.1.jar
00:48:12 [INFO] Gathering sources
00:48:12 [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-commons:sources:1.9.1:jar
00:48:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-suite-commons/1.9.1/junit-platform-suite-commons-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:12 [INFO] Copying 3 resources
00:48:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/org.junit.platform.suite.commons-1.9.1-sources.jar
00:48:12 [INFO] Assembling p2 repository
00:48:13 [INFO] 
00:48:13 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.platform.suite.commons ---
00:48:13 [INFO] 
00:48:13 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.platform.suite.commons ---
00:48:13 [INFO] Gathering sources archives
00:48:13 [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-commons:sources:1.9.1:jar
00:48:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-suite-commons/1.9.1/junit-platform-suite-commons-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-suite-commons-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:13 [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-commons:sources:1.9.1:jar
00:48:13 [INFO] Copying junit-platform-suite-commons-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-suite-commons-1.9.1-sources.jar
00:48:13 [INFO] Refreshing about files and about.html
00:48:13 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:13 [INFO] 
00:48:13 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.platform.suite.commons ---
00:48:13 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.platform.suite.commons:xml:p2metadata:1.9.1 already attached, replace previous instance
00:48:13 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.platform.suite.commons:xml:p2artifacts:1.9.1 already attached, replace previous instance
00:48:13 [INFO] 
00:48:13 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.junit.platform.suite.commons ---
00:48:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.commons/1.9.1/org.junit.platform.suite.commons-1.9.1.pom
00:48:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/org.junit.platform.suite.commons-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.commons/1.9.1/org.junit.platform.suite.commons-1.9.1.jar
00:48:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/org.junit.platform.suite.commons-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.commons/1.9.1/org.junit.platform.suite.commons-1.9.1-sources.jar
00:48:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.commons/1.9.1/org.junit.platform.suite.commons-1.9.1-p2metadata.xml
00:48:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.commons/1.9.1/org.junit.platform.suite.commons-1.9.1-p2artifacts.xml
00:48:13 [INFO] 
00:48:13 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.platform.suite.commons ---
00:48:13 [INFO] 
00:48:13 [INFO] -----< org.eclipse.orbit.bundles:org.junit.platform.suite.engine >------
00:48:13 [INFO] Building JUnit Platform Suite Engine 1.9.1-SNAPSHOT            [336/379]
00:48:13 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:13 [INFO] 
00:48:13 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.platform.suite.engine ---
00:48:13 [INFO] 
00:48:13 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.platform.suite.engine ---
00:48:13 [INFO] The project's OSGi version is 1.9.1.v20221103-2317
00:48:13 [INFO] 
00:48:13 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.platform.suite.engine ---
00:48:13 [INFO] 
00:48:13 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.platform.suite.engine ---
00:48:13 [INFO] Copying 3 resources
00:48:13 [INFO] 
00:48:13 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.platform.suite.engine ---
00:48:13 [INFO] No sources to compile
00:48:13 [INFO] 
00:48:13 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.platform.suite.engine ---
00:48:13 [INFO] Gathering dependencies
00:48:13 [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-engine:1.9.1:jar
00:48:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-suite-engine/1.9.1/junit-platform-suite-engine-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:13 [INFO] Merging collected dependencies
00:48:13 [INFO] Copying 14 resources
00:48:13 [INFO] Generating OSGi MANIFEST.MF
00:48:13 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.suite.engine:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:48:13 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.suite.engine:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Import-Package instructions: [org.junit.platform.suite-api.*, org.junit.platform.suite-commons.*] 
00:48:13 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/org.junit.platform.suite.engine-1.9.1-SNAPSHOT.jar
00:48:13 [INFO] Gathering sources
00:48:13 [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-engine:sources:1.9.1:jar
00:48:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-suite-engine/1.9.1/junit-platform-suite-engine-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:13 [INFO] Copying 3 resources
00:48:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/org.junit.platform.suite.engine-1.9.1-SNAPSHOT-sources.jar
00:48:13 [INFO] Assembling p2 repository
00:48:14 [INFO] 
00:48:14 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.platform.suite.engine ---
00:48:14 [INFO] 
00:48:14 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.platform.suite.engine ---
00:48:14 [INFO] Gathering sources archives
00:48:14 [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-engine:sources:1.9.1:jar
00:48:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/platform/junit-platform-suite-engine/1.9.1/junit-platform-suite-engine-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-suite-engine-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:14 [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-engine:sources:1.9.1:jar
00:48:14 [INFO] Copying junit-platform-suite-engine-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-suite-engine-1.9.1-sources.jar
00:48:14 [INFO] Refreshing about files and about.html
00:48:14 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:14 [INFO] 
00:48:14 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.platform.suite.engine ---
00:48:14 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.platform.suite.engine:xml:p2metadata:1.9.1-SNAPSHOT already attached, replace previous instance
00:48:14 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.platform.suite.engine:xml:p2artifacts:1.9.1-SNAPSHOT already attached, replace previous instance
00:48:14 [INFO] 
00:48:14 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.junit.platform.suite.engine ---
00:48:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.engine/1.9.1-SNAPSHOT/org.junit.platform.suite.engine-1.9.1-SNAPSHOT.pom
00:48:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/org.junit.platform.suite.engine-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.engine/1.9.1-SNAPSHOT/org.junit.platform.suite.engine-1.9.1-SNAPSHOT.jar
00:48:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/org.junit.platform.suite.engine-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.engine/1.9.1-SNAPSHOT/org.junit.platform.suite.engine-1.9.1-SNAPSHOT-sources.jar
00:48:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.engine/1.9.1-SNAPSHOT/org.junit.platform.suite.engine-1.9.1-SNAPSHOT-p2metadata.xml
00:48:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.engine/1.9.1-SNAPSHOT/org.junit.platform.suite.engine-1.9.1-SNAPSHOT-p2artifacts.xml
00:48:14 [INFO] 
00:48:14 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.platform.suite.engine ---
00:48:14 [INFO] 
00:48:14 [INFO] ---------< org.eclipse.orbit.bundles:org.junit.vintage.engine >---------
00:48:14 [INFO] Building JUnit Vintage Engine 5.9.1-SNAPSHOT                   [337/379]
00:48:14 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:15 [INFO] 
00:48:15 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.vintage.engine ---
00:48:15 [INFO] 
00:48:15 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.vintage.engine ---
00:48:15 [INFO] The project's OSGi version is 5.9.1.v20221103-2317
00:48:15 [INFO] 
00:48:15 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.vintage.engine ---
00:48:15 [INFO] 
00:48:15 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.vintage.engine ---
00:48:15 [INFO] Copying 3 resources
00:48:15 [INFO] 
00:48:15 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.vintage.engine ---
00:48:15 [INFO] No sources to compile
00:48:15 [INFO] 
00:48:15 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.vintage.engine ---
00:48:15 [INFO] Gathering dependencies
00:48:15 [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.9.1:jar
00:48:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/vintage/junit-vintage-engine/5.9.1/junit-vintage-engine-5.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:15 [INFO] Merging collected dependencies
00:48:15 [INFO] Copying 39 resources
00:48:15 [INFO] Generating OSGi MANIFEST.MF
00:48:15 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.vintage.engine:eclipse-bundle-recipe:5.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:48:15 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/org.junit.vintage.engine-5.9.1-SNAPSHOT.jar
00:48:15 [INFO] Gathering sources
00:48:15 [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:sources:5.9.1:jar
00:48:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/vintage/junit-vintage-engine/5.9.1/junit-vintage-engine-5.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:15 [INFO] Copying 3 resources
00:48:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/org.junit.vintage.engine-5.9.1-SNAPSHOT-sources.jar
00:48:15 [INFO] Assembling p2 repository
00:48:16 [INFO] 
00:48:16 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.vintage.engine ---
00:48:16 [INFO] 
00:48:16 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.vintage.engine ---
00:48:16 [INFO] Gathering sources archives
00:48:16 [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:sources:5.9.1:jar
00:48:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/junit/vintage/junit-vintage-engine/5.9.1/junit-vintage-engine-5.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/sources-for-eclipse-ipzilla/junit-vintage-engine-5.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:16 [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:sources:5.9.1:jar
00:48:16 [INFO] Copying junit-vintage-engine-5.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/sources-for-eclipse-ipzilla/junit-vintage-engine-5.9.1-sources.jar
00:48:16 [INFO] Refreshing about files and about.html
00:48:16 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:16 [INFO] 
00:48:16 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.vintage.engine ---
00:48:16 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.vintage.engine:xml:p2metadata:5.9.1-SNAPSHOT already attached, replace previous instance
00:48:16 [WARNING] artifact org.eclipse.orbit.bundles:org.junit.vintage.engine:xml:p2artifacts:5.9.1-SNAPSHOT already attached, replace previous instance
00:48:16 [INFO] 
00:48:16 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.junit.vintage.engine ---
00:48:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.9.1-SNAPSHOT/org.junit.vintage.engine-5.9.1-SNAPSHOT.pom
00:48:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/org.junit.vintage.engine-5.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.9.1-SNAPSHOT/org.junit.vintage.engine-5.9.1-SNAPSHOT.jar
00:48:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/org.junit.vintage.engine-5.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.9.1-SNAPSHOT/org.junit.vintage.engine-5.9.1-SNAPSHOT-sources.jar
00:48:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.9.1-SNAPSHOT/org.junit.vintage.engine-5.9.1-SNAPSHOT-p2metadata.xml
00:48:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.9.1-SNAPSHOT/org.junit.vintage.engine-5.9.1-SNAPSHOT-p2artifacts.xml
00:48:16 [INFO] 
00:48:16 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.vintage.engine ---
00:48:16 [INFO] 
00:48:16 [INFO] --------------< org.eclipse.orbit.bundles:org.opentest4j >--------------
00:48:16 [INFO] Building org.opentest4j:opentest4j 1.2.0-SNAPSHOT              [338/379]
00:48:16 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:16 [INFO] 
00:48:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.opentest4j ---
00:48:16 [INFO] 
00:48:16 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.opentest4j ---
00:48:16 [INFO] The project's OSGi version is 1.2.0.v20211018-1956
00:48:16 [INFO] 
00:48:16 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.opentest4j ---
00:48:16 [INFO] 
00:48:16 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.opentest4j ---
00:48:16 [INFO] Copying 3 resources
00:48:16 [INFO] 
00:48:16 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.opentest4j ---
00:48:16 [INFO] No sources to compile
00:48:16 [INFO] 
00:48:16 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.opentest4j ---
00:48:16 [INFO] Gathering dependencies
00:48:16 [INFO] Configured Artifact: org.opentest4j:opentest4j:1.2.0:jar
00:48:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:16 [INFO] Merging collected dependencies
00:48:16 [INFO] Copying 8 resources
00:48:16 [INFO] Generating OSGi MANIFEST.MF
00:48:16 [WARNING] Manifest org.eclipse.orbit.bundles:org.opentest4j:eclipse-bundle-recipe:1.2.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:48:16 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/org.opentest4j-1.2.0-SNAPSHOT.jar
00:48:16 [INFO] Gathering sources
00:48:16 [INFO] Configured Artifact: org.opentest4j:opentest4j:sources:1.2.0:jar
00:48:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:16 [INFO] Copying 3 resources
00:48:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.opentest4j_1.2.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/org.opentest4j-1.2.0-SNAPSHOT-sources.jar
00:48:16 [INFO] Assembling p2 repository
00:48:16 [INFO] 
00:48:16 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.opentest4j ---
00:48:16 [INFO] 
00:48:16 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.opentest4j ---
00:48:16 [INFO] Gathering sources archives
00:48:16 [INFO] Configured Artifact: org.opentest4j:opentest4j:sources:1.2.0:jar
00:48:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/sources-for-eclipse-ipzilla/opentest4j-1.2.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:16 [INFO] Configured Artifact: org.opentest4j:opentest4j:sources:1.2.0:jar
00:48:16 [INFO] Copying opentest4j-1.2.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/sources-for-eclipse-ipzilla/opentest4j-1.2.0-sources.jar
00:48:16 [INFO] Refreshing about files and about.html
00:48:16 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.opentest4j_1.2.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:16 [INFO] 
00:48:16 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.opentest4j ---
00:48:16 [WARNING] artifact org.eclipse.orbit.bundles:org.opentest4j:xml:p2metadata:1.2.0-SNAPSHOT already attached, replace previous instance
00:48:16 [WARNING] artifact org.eclipse.orbit.bundles:org.opentest4j:xml:p2artifacts:1.2.0-SNAPSHOT already attached, replace previous instance
00:48:16 [INFO] 
00:48:16 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.opentest4j ---
00:48:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.opentest4j_1.2.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT.pom
00:48:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/org.opentest4j-1.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT.jar
00:48:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/org.opentest4j-1.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT-sources.jar
00:48:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT-p2metadata.xml
00:48:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT-p2artifacts.xml
00:48:16 [INFO] 
00:48:16 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.opentest4j ---
00:48:16 [INFO] 
00:48:16 [INFO] -------------< org.eclipse.orbit.bundles:org.apiguardian >--------------
00:48:16 [INFO] Building org.apiguardian:apiguardian-api 1.1.2-SNAPSHOT        [339/379]
00:48:16 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:16 [INFO] 
00:48:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apiguardian ---
00:48:16 [INFO] 
00:48:16 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apiguardian ---
00:48:16 [INFO] The project's OSGi version is 1.1.2.v20211018-1956
00:48:16 [INFO] 
00:48:16 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apiguardian ---
00:48:16 [INFO] 
00:48:16 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apiguardian ---
00:48:16 [INFO] Copying 3 resources
00:48:16 [INFO] 
00:48:16 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apiguardian ---
00:48:16 [INFO] No sources to compile
00:48:16 [INFO] 
00:48:16 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apiguardian ---
00:48:16 [INFO] Gathering dependencies
00:48:16 [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.2:jar
00:48:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:16 [INFO] Merging collected dependencies
00:48:16 [INFO] Copying 5 resources
00:48:16 [INFO] Generating OSGi MANIFEST.MF
00:48:16 [WARNING] Manifest org.eclipse.orbit.bundles:org.apiguardian:eclipse-bundle-recipe:1.1.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:48:16 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/org.apiguardian-1.1.2-SNAPSHOT.jar
00:48:17 [INFO] Gathering sources
00:48:17 [INFO] Configured Artifact: org.apiguardian:apiguardian-api:sources:1.1.2:jar
00:48:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:17 [INFO] Copying 3 resources
00:48:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.apiguardian_1.1.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/org.apiguardian-1.1.2-SNAPSHOT-sources.jar
00:48:17 [INFO] Assembling p2 repository
00:48:17 [INFO] 
00:48:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apiguardian ---
00:48:17 [INFO] 
00:48:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apiguardian ---
00:48:17 [INFO] Gathering sources archives
00:48:17 [INFO] Configured Artifact: org.apiguardian:apiguardian-api:sources:1.1.2:jar
00:48:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/sources-for-eclipse-ipzilla/apiguardian-api-1.1.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:17 [INFO] Configured Artifact: org.apiguardian:apiguardian-api:sources:1.1.2:jar
00:48:17 [INFO] Copying apiguardian-api-1.1.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/sources-for-eclipse-ipzilla/apiguardian-api-1.1.2-sources.jar
00:48:17 [INFO] Refreshing about files and about.html
00:48:17 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.apiguardian_1.1.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:17 [INFO] 
00:48:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apiguardian ---
00:48:17 [WARNING] artifact org.eclipse.orbit.bundles:org.apiguardian:xml:p2metadata:1.1.2-SNAPSHOT already attached, replace previous instance
00:48:17 [WARNING] artifact org.eclipse.orbit.bundles:org.apiguardian:xml:p2artifacts:1.1.2-SNAPSHOT already attached, replace previous instance
00:48:17 [INFO] 
00:48:17 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apiguardian ---
00:48:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.apiguardian_1.1.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.2-SNAPSHOT/org.apiguardian-1.1.2-SNAPSHOT.pom
00:48:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/org.apiguardian-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.2-SNAPSHOT/org.apiguardian-1.1.2-SNAPSHOT.jar
00:48:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/org.apiguardian-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.2-SNAPSHOT/org.apiguardian-1.1.2-SNAPSHOT-sources.jar
00:48:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.2-SNAPSHOT/org.apiguardian-1.1.2-SNAPSHOT-p2metadata.xml
00:48:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.2-SNAPSHOT/org.apiguardian-1.1.2-SNAPSHOT-p2artifacts.xml
00:48:17 [INFO] 
00:48:17 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apiguardian ---
00:48:17 [INFO] 
00:48:17 [INFO] ---------------< org.eclipse.orbit.bundles:knowm-parent >---------------
00:48:17 [INFO] Building Eclipse Orbit :: Knowm Recipes 1.0.0-SNAPSHOT         [340/379]
00:48:17 [INFO] --------------------------------[ pom ]---------------------------------
00:48:17 [INFO] 
00:48:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ knowm-parent ---
00:48:17 [INFO] 
00:48:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ knowm-parent ---
00:48:17 [INFO] 
00:48:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ knowm-parent ---
00:48:17 [INFO] 
00:48:17 [INFO] --- maven-install-plugin:2.4:install (default-install) @ knowm-parent ---
00:48:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/knowm/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/knowm-parent/1.0.0-SNAPSHOT/knowm-parent-1.0.0-SNAPSHOT.pom
00:48:17 [INFO] 
00:48:17 [INFO] -------------< org.eclipse.orbit.bundles:org.knowm.xchart >-------------
00:48:17 [INFO] Building XChart 3.6.5-SNAPSHOT                                 [341/379]
00:48:17 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:18 [INFO] 
00:48:18 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.knowm.xchart ---
00:48:18 [INFO] 
00:48:18 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.knowm.xchart ---
00:48:18 [INFO] The project's OSGi version is 3.6.5.v20221112-0806
00:48:18 [INFO] 
00:48:18 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.knowm.xchart ---
00:48:18 [INFO] 
00:48:18 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.knowm.xchart ---
00:48:18 [INFO] Copying 3 resources
00:48:18 [INFO] 
00:48:18 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.knowm.xchart ---
00:48:18 [INFO] No sources to compile
00:48:18 [INFO] 
00:48:18 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.knowm.xchart ---
00:48:18 [INFO] Gathering dependencies
00:48:18 [INFO] Configured Artifact: org.knowm.xchart:xchart:3.6.5:jar
00:48:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/knowm/xchart/xchart/3.6.5/xchart-3.6.5.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:18 [INFO] Merging collected dependencies
00:48:18 [INFO] Copying 206 resources
00:48:18 [INFO] Generating OSGi MANIFEST.MF
00:48:18 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/org.knowm.xchart-3.6.5-SNAPSHOT.jar
00:48:18 [INFO] Gathering sources
00:48:18 [INFO] Configured Artifact: org.knowm.xchart:xchart:sources:3.6.5:jar
00:48:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/knowm/xchart/xchart/3.6.5/xchart-3.6.5-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:18 [INFO] Copying 3 resources
00:48:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/knowm/org.knowm.xchart_3.6.5/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/org.knowm.xchart-3.6.5-SNAPSHOT-sources.jar
00:48:18 [INFO] Assembling p2 repository
00:48:19 [INFO] 
00:48:19 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.knowm.xchart ---
00:48:19 [INFO] 
00:48:19 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.knowm.xchart ---
00:48:19 [INFO] Gathering sources archives
00:48:19 [INFO] Configured Artifact: org.knowm.xchart:xchart:sources:3.6.5:jar
00:48:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/knowm/xchart/xchart/3.6.5/xchart-3.6.5-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/sources-for-eclipse-ipzilla/xchart-3.6.5-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:19 [INFO] Configured Artifact: org.knowm.xchart:xchart:sources:3.6.5:jar
00:48:19 [INFO] Copying xchart-3.6.5-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/sources-for-eclipse-ipzilla/xchart-3.6.5-sources.jar
00:48:19 [INFO] Refreshing about files and about.html
00:48:19 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/knowm/org.knowm.xchart_3.6.5/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:19 [INFO] 
00:48:19 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.knowm.xchart ---
00:48:19 [WARNING] artifact org.eclipse.orbit.bundles:org.knowm.xchart:xml:p2metadata:3.6.5-SNAPSHOT already attached, replace previous instance
00:48:19 [WARNING] artifact org.eclipse.orbit.bundles:org.knowm.xchart:xml:p2artifacts:3.6.5-SNAPSHOT already attached, replace previous instance
00:48:19 [INFO] 
00:48:19 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.knowm.xchart ---
00:48:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/knowm/org.knowm.xchart_3.6.5/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT.pom
00:48:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/org.knowm.xchart-3.6.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT.jar
00:48:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/org.knowm.xchart-3.6.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT-sources.jar
00:48:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT-p2metadata.xml
00:48:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT-p2artifacts.xml
00:48:19 [INFO] 
00:48:19 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.knowm.xchart ---
00:48:19 [INFO] 
00:48:19 [INFO] -----------------< org.eclipse.orbit.bundles:logging >------------------
00:48:19 [INFO] Building Eclipse Orbit :: Logging Recipes 1.0.0-SNAPSHOT       [342/379]
00:48:19 [INFO] --------------------------------[ pom ]---------------------------------
00:48:19 [INFO] 
00:48:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ logging ---
00:48:19 [INFO] 
00:48:19 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ logging ---
00:48:19 [INFO] 
00:48:19 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ logging ---
00:48:19 [INFO] 
00:48:19 [INFO] --- maven-install-plugin:2.4:install (default-install) @ logging ---
00:48:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/logging/1.0.0-SNAPSHOT/logging-1.0.0-SNAPSHOT.pom
00:48:19 [INFO] 
00:48:19 [INFO] --------------< org.eclipse.orbit.bundles:org.slf4j.api >---------------
00:48:19 [INFO] Building SLF4J API Module 1.7.30-SNAPSHOT                      [343/379]
00:48:19 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:19 [INFO] 
00:48:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.api ---
00:48:19 [INFO] 
00:48:19 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.slf4j.api ---
00:48:19 [INFO] The project's OSGi version is 1.7.30.v20221112-0806
00:48:19 [INFO] 
00:48:19 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.slf4j.api ---
00:48:19 [INFO] 
00:48:19 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.slf4j.api ---
00:48:19 [INFO] Copying 3 resources
00:48:19 [INFO] 
00:48:19 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.slf4j.api ---
00:48:19 [INFO] No sources to compile
00:48:19 [INFO] 
00:48:19 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.api ---
00:48:19 [INFO] Gathering dependencies
00:48:19 [INFO] Configured Artifact: org.slf4j:slf4j-api:1.7.30:jar
00:48:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.api_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:19 [INFO] Merging collected dependencies
00:48:19 [INFO] Copying 35 resources
00:48:19 [INFO] Generating OSGi MANIFEST.MF
00:48:19 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.api:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:48:19 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.api_1.7.30/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.api_1.7.30/target/org.slf4j.api-1.7.30-SNAPSHOT.jar
00:48:19 [INFO] Gathering sources
00:48:19 [INFO] Configured Artifact: org.slf4j:slf4j-api:sources:1.7.30:jar
00:48:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.api_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:19 [INFO] Copying 3 resources
00:48:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.api_1.7.30/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.api_1.7.30/target/org.slf4j.api-1.7.30-SNAPSHOT-sources.jar
00:48:19 [INFO] Assembling p2 repository
00:48:20 [INFO] 
00:48:20 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.api ---
00:48:20 [INFO] 
00:48:20 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.api ---
00:48:20 [INFO] Gathering sources archives
00:48:20 [INFO] Configured Artifact: org.slf4j:slf4j-api:sources:1.7.30:jar
00:48:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.api_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-api-1.7.30-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:20 [INFO] Configured Artifact: org.slf4j:slf4j-api:sources:1.7.30:jar
00:48:20 [INFO] Copying slf4j-api-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.api_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-api-1.7.30-sources.jar
00:48:20 [INFO] Refreshing about files and about.html
00:48:20 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.api_1.7.30/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:20 [INFO] 
00:48:20 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.slf4j.api ---
00:48:20 [WARNING] artifact org.eclipse.orbit.bundles:org.slf4j.api:xml:p2metadata:1.7.30-SNAPSHOT already attached, replace previous instance
00:48:20 [WARNING] artifact org.eclipse.orbit.bundles:org.slf4j.api:xml:p2artifacts:1.7.30-SNAPSHOT already attached, replace previous instance
00:48:20 [INFO] 
00:48:20 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.slf4j.api ---
00:48:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.api_1.7.30/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT.pom
00:48:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.api_1.7.30/target/org.slf4j.api-1.7.30-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT.jar
00:48:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.api_1.7.30/target/org.slf4j.api-1.7.30-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT-sources.jar
00:48:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.api_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT-p2metadata.xml
00:48:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.api_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT-p2artifacts.xml
00:48:20 [INFO] 
00:48:20 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.slf4j.api ---
00:48:20 [INFO] 
00:48:20 [INFO] ------------< org.eclipse.orbit.bundles:org.slf4j.apis.jcl >------------
00:48:20 [INFO] Building JCL 1.2 implemented over SLF4J 1.7.30-SNAPSHOT        [344/379]
00:48:20 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:20 [INFO] 
00:48:20 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.apis.jcl ---
00:48:20 [INFO] 
00:48:20 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.slf4j.apis.jcl ---
00:48:20 [INFO] The project's OSGi version is 1.7.30.v20221112-0806
00:48:20 [INFO] 
00:48:20 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.slf4j.apis.jcl ---
00:48:20 [INFO] 
00:48:20 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.slf4j.apis.jcl ---
00:48:20 [INFO] Copying 4 resources
00:48:20 [INFO] 
00:48:20 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.slf4j.apis.jcl ---
00:48:20 [INFO] No sources to compile
00:48:20 [INFO] 
00:48:20 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.apis.jcl ---
00:48:20 [INFO] Gathering dependencies
00:48:20 [INFO] Configured Artifact: org.slf4j:jcl-over-slf4j:1.7.30:jar
00:48:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:20 [INFO] Merging collected dependencies
00:48:20 [INFO] Copying 11 resources
00:48:20 [INFO] Generating OSGi MANIFEST.MF
00:48:20 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.jcl:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Found a quote '"' while expecting a delimeter. You should quote the whole values, you can use both single and double quotes: <<Export-Package: \
 !about.html,!about_files, \
 org.apache.commons.logging.impl.*;x-internal:=true;version="${jcl-version}"", \>>
00:48:20 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.jcl:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Expected a delimeter, like comma or semicolon, after a quoted string but found '$': <<Export-Package: \
 !about.html,!about_files, \
 org.apache.commons.logging.impl.*;x-internal:=true;version="${jcl-version}"", \
 org.apache.commons.logging.*;version="${jcl-version}"", \>>
00:48:20 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.jcl:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:48:20 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.jcl:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Version for package org.apache.commons.logging.impl is set to different values in the source (1.2", org.apache.commons.logging.*;version="1.2"") and in the manifest (1.2). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:48:20 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.jcl:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Version for package org.apache.commons.logging is set to different values in the source (1.7.30) and in the manifest (1.2). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:48:20 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/org.slf4j.apis.jcl-1.7.30-SNAPSHOT.jar
00:48:20 [INFO] Gathering sources
00:48:20 [INFO] Configured Artifact: org.slf4j:jcl-over-slf4j:sources:1.7.30:jar
00:48:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:20 [INFO] Copying 4 resources
00:48:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-sources.jar
00:48:20 [INFO] Assembling p2 repository
00:48:21 [INFO] 
00:48:21 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.apis.jcl ---
00:48:21 [INFO] 
00:48:21 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.apis.jcl ---
00:48:21 [INFO] Gathering sources archives
00:48:21 [INFO] Configured Artifact: org.slf4j:jcl-over-slf4j:sources:1.7.30:jar
00:48:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/sources-for-eclipse-ipzilla/jcl-over-slf4j-1.7.30-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:21 [INFO] Configured Artifact: org.slf4j:jcl-over-slf4j:sources:1.7.30:jar
00:48:21 [INFO] Copying jcl-over-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/sources-for-eclipse-ipzilla/jcl-over-slf4j-1.7.30-sources.jar
00:48:21 [INFO] Refreshing about files and about.html
00:48:21 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:21 [INFO] 
00:48:21 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.slf4j.apis.jcl ---
00:48:21 [WARNING] artifact org.eclipse.orbit.bundles:org.slf4j.apis.jcl:xml:p2metadata:1.7.30-SNAPSHOT already attached, replace previous instance
00:48:21 [WARNING] artifact org.eclipse.orbit.bundles:org.slf4j.apis.jcl:xml:p2artifacts:1.7.30-SNAPSHOT already attached, replace previous instance
00:48:21 [INFO] 
00:48:21 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.slf4j.apis.jcl ---
00:48:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT.pom
00:48:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/org.slf4j.apis.jcl-1.7.30-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT.jar
00:48:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-sources.jar
00:48:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-p2metadata.xml
00:48:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-p2artifacts.xml
00:48:21 [INFO] 
00:48:21 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.slf4j.apis.jcl ---
00:48:21 [INFO] 
00:48:21 [INFO] -----------< org.eclipse.orbit.bundles:org.slf4j.apis.log4j >-----------
00:48:21 [INFO] Building Log4j Implemented Over SLF4J 1.7.30-SNAPSHOT          [345/379]
00:48:21 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:21 [INFO] 
00:48:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.apis.log4j ---
00:48:21 [INFO] 
00:48:21 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.slf4j.apis.log4j ---
00:48:21 [INFO] The project's OSGi version is 1.7.30.v20221112-0806
00:48:21 [INFO] 
00:48:21 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.slf4j.apis.log4j ---
00:48:21 [INFO] 
00:48:21 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.slf4j.apis.log4j ---
00:48:21 [INFO] Copying 4 resources
00:48:21 [INFO] 
00:48:21 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.slf4j.apis.log4j ---
00:48:21 [INFO] No sources to compile
00:48:21 [INFO] 
00:48:21 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.apis.log4j ---
00:48:21 [INFO] Gathering dependencies
00:48:21 [INFO] Configured Artifact: org.slf4j:log4j-over-slf4j:1.7.30:jar
00:48:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/log4j-over-slf4j/1.7.30/log4j-over-slf4j-1.7.30.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:21 [INFO] Merging collected dependencies
00:48:21 [INFO] Copying 31 resources
00:48:21 [INFO] Generating OSGi MANIFEST.MF
00:48:21 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.log4j:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Found a quote '"' while expecting a delimeter. You should quote the whole values, you can use both single and double quotes: <<Export-Package: \
 !about.html,!about_files, \
 org.apache.log4j.*;version="${log4j-version}"", \>>
00:48:21 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.log4j:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Expected a delimeter, like comma or semicolon, after a quoted string but found '$': <<Export-Package: \
 !about.html,!about_files, \
 org.apache.log4j.*;version="${log4j-version}"", \
 *.internal*;x-internal:=true;version="${package-version}", \>>
00:48:21 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.log4j:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Expected a delimeter, like comma or semicolon, after a quoted string but found '$': <<Export-Package: \
 !about.html,!about_files, \
 org.apache.log4j.*;version="${log4j-version}"", \
 *.internal*;x-internal:=true;version="${package-version}", \
 *.impl*;x-internal:=true;version="${package-version}", \>>
00:48:21 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.log4j:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Expected a delimeter, like comma or semicolon, after a quoted string but found '$': <<Export-Package: \
 !about.html,!about_files, \
 org.apache.log4j.*;version="${log4j-version}"", \
 *.internal*;x-internal:=true;version="${package-version}", \
 *.impl*;x-internal:=true;version="${package-version}", \
 *;version="${package-version}">>
00:48:21 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.log4j:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Version for package org.apache.log4j is set to different values in the source (1.2.17", *.internal*;x-internal:=true;version="1.7.30", *.impl*;x-internal:=true;version="1.7.30", *;version="1.7.30") and in the manifest (1.2.17). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:48:21 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.log4j:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Version for package org.apache.log4j.helpers is set to different values in the source (1.2.17", *.internal*;x-internal:=true;version="1.7.30", *.impl*;x-internal:=true;version="1.7.30", *;version="1.7.30") and in the manifest (1.2.17). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:48:21 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.log4j:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Version for package org.apache.log4j.spi is set to different values in the source (1.2.17", *.internal*;x-internal:=true;version="1.7.30", *.impl*;x-internal:=true;version="1.7.30", *;version="1.7.30") and in the manifest (1.2.17). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:48:21 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.log4j:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Version for package org.apache.log4j.xml is set to different values in the source (1.2.17", *.internal*;x-internal:=true;version="1.7.30", *.impl*;x-internal:=true;version="1.7.30", *;version="1.7.30") and in the manifest (1.2.17). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:48:21 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/org.slf4j.apis.log4j-1.7.30-SNAPSHOT.jar
00:48:21 [INFO] Gathering sources
00:48:21 [INFO] Configured Artifact: org.slf4j:log4j-over-slf4j:sources:1.7.30:jar
00:48:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/log4j-over-slf4j/1.7.30/log4j-over-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:21 [INFO] Copying 4 resources
00:48:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-sources.jar
00:48:21 [INFO] Assembling p2 repository
00:48:22 [INFO] 
00:48:22 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.apis.log4j ---
00:48:22 [INFO] 
00:48:22 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.apis.log4j ---
00:48:22 [INFO] Gathering sources archives
00:48:22 [INFO] Configured Artifact: org.slf4j:log4j-over-slf4j:sources:1.7.30:jar
00:48:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/log4j-over-slf4j/1.7.30/log4j-over-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/sources-for-eclipse-ipzilla/log4j-over-slf4j-1.7.30-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:22 [INFO] Configured Artifact: org.slf4j:log4j-over-slf4j:sources:1.7.30:jar
00:48:22 [INFO] Copying log4j-over-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/sources-for-eclipse-ipzilla/log4j-over-slf4j-1.7.30-sources.jar
00:48:22 [INFO] Refreshing about files and about.html
00:48:22 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:22 [INFO] 
00:48:22 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.slf4j.apis.log4j ---
00:48:22 [WARNING] artifact org.eclipse.orbit.bundles:org.slf4j.apis.log4j:xml:p2metadata:1.7.30-SNAPSHOT already attached, replace previous instance
00:48:22 [WARNING] artifact org.eclipse.orbit.bundles:org.slf4j.apis.log4j:xml:p2artifacts:1.7.30-SNAPSHOT already attached, replace previous instance
00:48:22 [INFO] 
00:48:22 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.slf4j.apis.log4j ---
00:48:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT.pom
00:48:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/org.slf4j.apis.log4j-1.7.30-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT.jar
00:48:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-sources.jar
00:48:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-p2metadata.xml
00:48:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-p2artifacts.xml
00:48:23 [INFO] 
00:48:23 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.slf4j.apis.log4j ---
00:48:23 [INFO] 
00:48:23 [INFO] --------< org.eclipse.orbit.bundles:org.slf4j.binding.log4j12 >---------
00:48:23 [INFO] Building SLF4J LOG4J-12 Binding 1.7.30-SNAPSHOT                [346/379]
00:48:23 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:23 [INFO] 
00:48:23 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.binding.log4j12 ---
00:48:23 [INFO] 
00:48:23 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.slf4j.binding.log4j12 ---
00:48:23 [INFO] The project's OSGi version is 1.7.30.v20221112-0806
00:48:23 [INFO] 
00:48:23 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.slf4j.binding.log4j12 ---
00:48:23 [INFO] 
00:48:23 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.slf4j.binding.log4j12 ---
00:48:23 [INFO] Copying 3 resources
00:48:23 [INFO] 
00:48:23 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.slf4j.binding.log4j12 ---
00:48:23 [INFO] No sources to compile
00:48:23 [INFO] 
00:48:23 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.binding.log4j12 ---
00:48:23 [INFO] Gathering dependencies
00:48:23 [INFO] Configured Artifact: org.slf4j:slf4j-log4j12:1.7.30:jar
00:48:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:23 [INFO] Merging collected dependencies
00:48:23 [INFO] Copying 9 resources
00:48:23 [INFO] Generating OSGi MANIFEST.MF
00:48:23 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.binding.log4j12:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*] 
00:48:23 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.binding.log4j12:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Host org.slf4j.api=bundle-version="[1.7.30,1.8)" for this fragment/require bundle cannot be found on the classpath
00:48:23 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT.jar
00:48:23 [INFO] Gathering sources
00:48:23 [INFO] Configured Artifact: org.slf4j:slf4j-log4j12:sources:1.7.30:jar
00:48:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:24 [INFO] Copying 3 resources
00:48:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-sources.jar
00:48:24 [INFO] Assembling p2 repository
00:48:25 [INFO] 
00:48:25 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.binding.log4j12 ---
00:48:25 [INFO] 
00:48:25 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.binding.log4j12 ---
00:48:25 [INFO] Gathering sources archives
00:48:25 [INFO] Configured Artifact: org.slf4j:slf4j-log4j12:sources:1.7.30:jar
00:48:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-log4j12-1.7.30-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:25 [INFO] Configured Artifact: org.slf4j:slf4j-log4j12:sources:1.7.30:jar
00:48:25 [INFO] Copying slf4j-log4j12-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-log4j12-1.7.30-sources.jar
00:48:25 [INFO] Refreshing about files and about.html
00:48:25 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:25 [INFO] 
00:48:25 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.slf4j.binding.log4j12 ---
00:48:25 [WARNING] artifact org.eclipse.orbit.bundles:org.slf4j.binding.log4j12:xml:p2metadata:1.7.30-SNAPSHOT already attached, replace previous instance
00:48:25 [WARNING] artifact org.eclipse.orbit.bundles:org.slf4j.binding.log4j12:xml:p2artifacts:1.7.30-SNAPSHOT already attached, replace previous instance
00:48:25 [INFO] 
00:48:25 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.slf4j.binding.log4j12 ---
00:48:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT.pom
00:48:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT.jar
00:48:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-sources.jar
00:48:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-p2metadata.xml
00:48:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-p2artifacts.xml
00:48:25 [INFO] 
00:48:25 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.slf4j.binding.log4j12 ---
00:48:25 [INFO] 
00:48:25 [INFO] ----------< org.eclipse.orbit.bundles:org.slf4j.binding.nop >-----------
00:48:25 [INFO] Building SLF4J NOP Binding 1.7.30-SNAPSHOT                     [347/379]
00:48:25 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:25 [INFO] 
00:48:25 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.binding.nop ---
00:48:25 [INFO] 
00:48:25 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.slf4j.binding.nop ---
00:48:25 [INFO] The project's OSGi version is 1.7.30.v20221112-0806
00:48:25 [INFO] 
00:48:25 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.slf4j.binding.nop ---
00:48:25 [INFO] 
00:48:25 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.slf4j.binding.nop ---
00:48:25 [INFO] Copying 3 resources
00:48:25 [INFO] 
00:48:25 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.slf4j.binding.nop ---
00:48:25 [INFO] No sources to compile
00:48:25 [INFO] 
00:48:25 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.binding.nop ---
00:48:25 [INFO] Gathering dependencies
00:48:25 [INFO] Configured Artifact: org.slf4j:slf4j-nop:1.7.30:jar
00:48:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/slf4j-nop/1.7.30/slf4j-nop-1.7.30.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:25 [INFO] Merging collected dependencies
00:48:25 [INFO] Copying 4 resources
00:48:25 [INFO] Generating OSGi MANIFEST.MF
00:48:25 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.binding.nop:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*] 
00:48:25 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.binding.nop:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Host org.slf4j.api=bundle-version="[1.7.30,1.8)" for this fragment/require bundle cannot be found on the classpath
00:48:25 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/org.slf4j.binding.nop-1.7.30-SNAPSHOT.jar
00:48:25 [INFO] Gathering sources
00:48:25 [INFO] Configured Artifact: org.slf4j:slf4j-nop:sources:1.7.30:jar
00:48:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/slf4j-nop/1.7.30/slf4j-nop-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:25 [INFO] Copying 3 resources
00:48:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/org.slf4j.binding.nop-1.7.30-SNAPSHOT-sources.jar
00:48:25 [INFO] Assembling p2 repository
00:48:26 [INFO] 
00:48:26 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.binding.nop ---
00:48:26 [INFO] 
00:48:26 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.binding.nop ---
00:48:26 [INFO] Gathering sources archives
00:48:26 [INFO] Configured Artifact: org.slf4j:slf4j-nop:sources:1.7.30:jar
00:48:26 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/slf4j-nop/1.7.30/slf4j-nop-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-nop-1.7.30-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:26 [INFO] Configured Artifact: org.slf4j:slf4j-nop:sources:1.7.30:jar
00:48:26 [INFO] Copying slf4j-nop-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-nop-1.7.30-sources.jar
00:48:26 [INFO] Refreshing about files and about.html
00:48:26 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:26 [INFO] 
00:48:26 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.slf4j.binding.nop ---
00:48:26 [WARNING] artifact org.eclipse.orbit.bundles:org.slf4j.binding.nop:xml:p2metadata:1.7.30-SNAPSHOT already attached, replace previous instance
00:48:26 [WARNING] artifact org.eclipse.orbit.bundles:org.slf4j.binding.nop:xml:p2artifacts:1.7.30-SNAPSHOT already attached, replace previous instance
00:48:26 [INFO] 
00:48:26 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.slf4j.binding.nop ---
00:48:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT.pom
00:48:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/org.slf4j.binding.nop-1.7.30-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT.jar
00:48:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/org.slf4j.binding.nop-1.7.30-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT-sources.jar
00:48:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT-p2metadata.xml
00:48:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT-p2artifacts.xml
00:48:26 [INFO] 
00:48:26 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.slf4j.binding.nop ---
00:48:26 [INFO] 
00:48:26 [INFO] ---------< org.eclipse.orbit.bundles:org.slf4j.binding.simple >---------
00:48:26 [INFO] Building SLF4J Simple Binding 1.7.30-SNAPSHOT                  [348/379]
00:48:26 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:26 [INFO] 
00:48:26 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.binding.simple ---
00:48:26 [INFO] 
00:48:26 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.slf4j.binding.simple ---
00:48:26 [INFO] The project's OSGi version is 1.7.30.v20221112-0806
00:48:26 [INFO] 
00:48:26 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.slf4j.binding.simple ---
00:48:26 [INFO] 
00:48:26 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.slf4j.binding.simple ---
00:48:26 [INFO] Copying 3 resources
00:48:26 [INFO] 
00:48:26 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.slf4j.binding.simple ---
00:48:26 [INFO] No sources to compile
00:48:26 [INFO] 
00:48:26 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.binding.simple ---
00:48:26 [INFO] Gathering dependencies
00:48:26 [INFO] Configured Artifact: org.slf4j:slf4j-simple:1.7.30:jar
00:48:26 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:26 [INFO] Merging collected dependencies
00:48:26 [INFO] Copying 11 resources
00:48:26 [INFO] Generating OSGi MANIFEST.MF
00:48:26 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.binding.simple:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*] 
00:48:26 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.binding.simple:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Host org.slf4j.api=bundle-version="[1.7.30,1.8)" for this fragment/require bundle cannot be found on the classpath
00:48:26 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.binding.simple:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Import-Package instructions: [org.slf4j.*] 
00:48:26 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/org.slf4j.binding.simple-1.7.30-SNAPSHOT.jar
00:48:26 [INFO] Gathering sources
00:48:26 [INFO] Configured Artifact: org.slf4j:slf4j-simple:sources:1.7.30:jar
00:48:26 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:26 [INFO] Copying 3 resources
00:48:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/org.slf4j.binding.simple-1.7.30-SNAPSHOT-sources.jar
00:48:26 [INFO] Assembling p2 repository
00:48:27 [INFO] 
00:48:27 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.binding.simple ---
00:48:27 [INFO] 
00:48:27 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.binding.simple ---
00:48:27 [INFO] Gathering sources archives
00:48:27 [INFO] Configured Artifact: org.slf4j:slf4j-simple:sources:1.7.30:jar
00:48:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-simple-1.7.30-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:27 [INFO] Configured Artifact: org.slf4j:slf4j-simple:sources:1.7.30:jar
00:48:27 [INFO] Copying slf4j-simple-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-simple-1.7.30-sources.jar
00:48:27 [INFO] Refreshing about files and about.html
00:48:27 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:27 [INFO] 
00:48:27 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.slf4j.binding.simple ---
00:48:27 [WARNING] artifact org.eclipse.orbit.bundles:org.slf4j.binding.simple:xml:p2metadata:1.7.30-SNAPSHOT already attached, replace previous instance
00:48:27 [WARNING] artifact org.eclipse.orbit.bundles:org.slf4j.binding.simple:xml:p2artifacts:1.7.30-SNAPSHOT already attached, replace previous instance
00:48:27 [INFO] 
00:48:27 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.slf4j.binding.simple ---
00:48:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT.pom
00:48:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/org.slf4j.binding.simple-1.7.30-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT.jar
00:48:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/org.slf4j.binding.simple-1.7.30-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT-sources.jar
00:48:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT-p2metadata.xml
00:48:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT-p2artifacts.xml
00:48:27 [INFO] 
00:48:27 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.slf4j.binding.simple ---
00:48:27 [INFO] 
00:48:27 [INFO] -----------< org.eclipse.orbit.bundles:org.slf4j.bridge.jul >-----------
00:48:27 [INFO] Building JUL to SLF4J bridge 1.7.30-SNAPSHOT                   [349/379]
00:48:27 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:27 [INFO] 
00:48:27 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.bridge.jul ---
00:48:27 [INFO] 
00:48:27 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.slf4j.bridge.jul ---
00:48:27 [INFO] The project's OSGi version is 1.7.30.v20221112-0806
00:48:27 [INFO] 
00:48:27 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.slf4j.bridge.jul ---
00:48:27 [INFO] 
00:48:27 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.slf4j.bridge.jul ---
00:48:27 [INFO] Copying 3 resources
00:48:27 [INFO] 
00:48:27 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.slf4j.bridge.jul ---
00:48:27 [INFO] No sources to compile
00:48:27 [INFO] 
00:48:27 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.bridge.jul ---
00:48:27 [INFO] Gathering dependencies
00:48:27 [INFO] Configured Artifact: org.slf4j:jul-to-slf4j:1.7.30:jar
00:48:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:27 [INFO] Merging collected dependencies
00:48:27 [INFO] Copying 2 resources
00:48:27 [INFO] Generating OSGi MANIFEST.MF
00:48:27 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.bridge.jul:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:48:27 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/org.slf4j.bridge.jul-1.7.30-SNAPSHOT.jar
00:48:27 [INFO] Gathering sources
00:48:27 [INFO] Configured Artifact: org.slf4j:jul-to-slf4j:sources:1.7.30:jar
00:48:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:27 [INFO] Copying 3 resources
00:48:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-sources.jar
00:48:27 [INFO] Assembling p2 repository
00:48:28 [INFO] 
00:48:28 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.bridge.jul ---
00:48:28 [INFO] 
00:48:28 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.bridge.jul ---
00:48:28 [INFO] Gathering sources archives
00:48:28 [INFO] Configured Artifact: org.slf4j:jul-to-slf4j:sources:1.7.30:jar
00:48:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/sources-for-eclipse-ipzilla/jul-to-slf4j-1.7.30-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:28 [INFO] Configured Artifact: org.slf4j:jul-to-slf4j:sources:1.7.30:jar
00:48:28 [INFO] Copying jul-to-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/sources-for-eclipse-ipzilla/jul-to-slf4j-1.7.30-sources.jar
00:48:28 [INFO] Refreshing about files and about.html
00:48:28 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:28 [INFO] 
00:48:28 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.slf4j.bridge.jul ---
00:48:28 [WARNING] artifact org.eclipse.orbit.bundles:org.slf4j.bridge.jul:xml:p2metadata:1.7.30-SNAPSHOT already attached, replace previous instance
00:48:28 [WARNING] artifact org.eclipse.orbit.bundles:org.slf4j.bridge.jul:xml:p2artifacts:1.7.30-SNAPSHOT already attached, replace previous instance
00:48:28 [INFO] 
00:48:28 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.slf4j.bridge.jul ---
00:48:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT.pom
00:48:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/org.slf4j.bridge.jul-1.7.30-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT.jar
00:48:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-sources.jar
00:48:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-p2metadata.xml
00:48:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-p2artifacts.xml
00:48:28 [INFO] 
00:48:28 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.slf4j.bridge.jul ---
00:48:28 [INFO] 
00:48:28 [INFO] --------------< org.eclipse.orbit.bundles:org.slf4j.ext >---------------
00:48:28 [INFO] Building SLF4J Extensions Module 1.7.30-SNAPSHOT               [350/379]
00:48:28 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:28 [INFO] 
00:48:28 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.ext ---
00:48:28 [INFO] 
00:48:28 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.slf4j.ext ---
00:48:28 [INFO] The project's OSGi version is 1.7.30.v20221112-0806
00:48:28 [INFO] 
00:48:28 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.slf4j.ext ---
00:48:28 [INFO] 
00:48:28 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.slf4j.ext ---
00:48:28 [INFO] Copying 3 resources
00:48:28 [INFO] 
00:48:28 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.slf4j.ext ---
00:48:28 [INFO] No sources to compile
00:48:28 [INFO] 
00:48:28 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.ext ---
00:48:28 [INFO] Gathering dependencies
00:48:28 [INFO] Configured Artifact: org.slf4j:slf4j-ext:1.7.30:jar
00:48:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/slf4j-ext/1.7.30/slf4j-ext-1.7.30.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.ext_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:28 [INFO] Merging collected dependencies
00:48:28 [INFO] Copying 27 resources
00:48:28 [INFO] Generating OSGi MANIFEST.MF
00:48:28 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.ext:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:48:28 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.ext:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Host org.slf4j.api=bundle-version="[1.7.30,1.8)" for this fragment/require bundle cannot be found on the classpath
00:48:28 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.ext_1.7.30/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.ext_1.7.30/target/org.slf4j.ext-1.7.30-SNAPSHOT.jar
00:48:28 [INFO] Gathering sources
00:48:28 [INFO] Configured Artifact: org.slf4j:slf4j-ext:sources:1.7.30:jar
00:48:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/slf4j-ext/1.7.30/slf4j-ext-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.ext_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:29 [INFO] Copying 3 resources
00:48:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.ext_1.7.30/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.ext_1.7.30/target/org.slf4j.ext-1.7.30-SNAPSHOT-sources.jar
00:48:29 [INFO] Assembling p2 repository
00:48:29 [INFO] 
00:48:29 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.ext ---
00:48:29 [INFO] 
00:48:29 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.ext ---
00:48:29 [INFO] Gathering sources archives
00:48:29 [INFO] Configured Artifact: org.slf4j:slf4j-ext:sources:1.7.30:jar
00:48:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/slf4j/slf4j-ext/1.7.30/slf4j-ext-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.ext_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-ext-1.7.30-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:29 [INFO] Configured Artifact: org.slf4j:slf4j-ext:sources:1.7.30:jar
00:48:29 [INFO] Copying slf4j-ext-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.ext_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-ext-1.7.30-sources.jar
00:48:29 [INFO] Refreshing about files and about.html
00:48:29 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.ext_1.7.30/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:29 [INFO] 
00:48:29 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.slf4j.ext ---
00:48:29 [WARNING] artifact org.eclipse.orbit.bundles:org.slf4j.ext:xml:p2metadata:1.7.30-SNAPSHOT already attached, replace previous instance
00:48:29 [WARNING] artifact org.eclipse.orbit.bundles:org.slf4j.ext:xml:p2artifacts:1.7.30-SNAPSHOT already attached, replace previous instance
00:48:29 [INFO] 
00:48:29 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.slf4j.ext ---
00:48:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.ext_1.7.30/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT.pom
00:48:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.ext_1.7.30/target/org.slf4j.ext-1.7.30-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT.jar
00:48:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.ext_1.7.30/target/org.slf4j.ext-1.7.30-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT-sources.jar
00:48:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.ext_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT-p2metadata.xml
00:48:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.slf4j.ext_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT-p2artifacts.xml
00:48:29 [INFO] 
00:48:29 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.slf4j.ext ---
00:48:29 [INFO] 
00:48:29 [INFO] -----------< org.eclipse.orbit.bundles:ch.qos.logback.core >------------
00:48:29 [INFO] Building Logback Core Module 1.2.3-SNAPSHOT                    [351/379]
00:48:29 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:30 [INFO] 
00:48:30 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ch.qos.logback.core ---
00:48:30 [INFO] 
00:48:30 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ ch.qos.logback.core ---
00:48:30 [INFO] The project's OSGi version is 1.2.3.v20221112-0806
00:48:30 [INFO] 
00:48:30 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ ch.qos.logback.core ---
00:48:30 [INFO] 
00:48:30 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ch.qos.logback.core ---
00:48:30 [INFO] Copying 3 resources
00:48:30 [INFO] 
00:48:30 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ch.qos.logback.core ---
00:48:30 [INFO] No sources to compile
00:48:30 [INFO] 
00:48:30 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ ch.qos.logback.core ---
00:48:30 [INFO] Gathering dependencies
00:48:30 [INFO] Configured Artifact: ch.qos.logback:logback-core:1.2.3:jar
00:48:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:30 [INFO] Merging collected dependencies
00:48:30 [INFO] Copying 374 resources
00:48:30 [INFO] Generating OSGi MANIFEST.MF
00:48:30 [WARNING] Manifest org.eclipse.orbit.bundles:ch.qos.logback.core:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 
00:48:30 [WARNING] Manifest org.eclipse.orbit.bundles:ch.qos.logback.core:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Import-Package instructions: [org.fusesource.jansi.*, org.slf4j.spi.*, org.slf4j.*] 
00:48:30 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/ch.qos.logback.core-1.2.3-SNAPSHOT.jar
00:48:30 [INFO] Gathering sources
00:48:30 [INFO] Configured Artifact: ch.qos.logback:logback-core:sources:1.2.3:jar
00:48:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:31 [INFO] Copying 3 resources
00:48:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.core_1.2.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/ch.qos.logback.core-1.2.3-SNAPSHOT-sources.jar
00:48:31 [INFO] Assembling p2 repository
00:48:31 [INFO] 
00:48:31 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ ch.qos.logback.core ---
00:48:31 [INFO] 
00:48:31 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ ch.qos.logback.core ---
00:48:31 [INFO] Gathering sources archives
00:48:31 [INFO] Configured Artifact: ch.qos.logback:logback-core:sources:1.2.3:jar
00:48:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/sources-for-eclipse-ipzilla/logback-core-1.2.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:31 [INFO] Configured Artifact: ch.qos.logback:logback-core:sources:1.2.3:jar
00:48:31 [INFO] Copying logback-core-1.2.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/sources-for-eclipse-ipzilla/logback-core-1.2.3-sources.jar
00:48:31 [INFO] Refreshing about files and about.html
00:48:31 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.core_1.2.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:31 [INFO] 
00:48:31 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ ch.qos.logback.core ---
00:48:31 [WARNING] artifact org.eclipse.orbit.bundles:ch.qos.logback.core:xml:p2metadata:1.2.3-SNAPSHOT already attached, replace previous instance
00:48:31 [WARNING] artifact org.eclipse.orbit.bundles:ch.qos.logback.core:xml:p2artifacts:1.2.3-SNAPSHOT already attached, replace previous instance
00:48:31 [INFO] 
00:48:31 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ch.qos.logback.core ---
00:48:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.core_1.2.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT.pom
00:48:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/ch.qos.logback.core-1.2.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT.jar
00:48:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/ch.qos.logback.core-1.2.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT-sources.jar
00:48:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT-p2metadata.xml
00:48:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT-p2artifacts.xml
00:48:32 [INFO] 
00:48:32 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ ch.qos.logback.core ---
00:48:32 [INFO] 
00:48:32 [INFO] ----------< org.eclipse.orbit.bundles:ch.qos.logback.classic >----------
00:48:32 [INFO] Building Logback Classic Module 1.2.3-SNAPSHOT                 [352/379]
00:48:32 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:32 [INFO] 
00:48:32 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ch.qos.logback.classic ---
00:48:32 [INFO] 
00:48:32 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ ch.qos.logback.classic ---
00:48:32 [INFO] The project's OSGi version is 1.2.3.v20221112-0806
00:48:32 [INFO] 
00:48:32 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ ch.qos.logback.classic ---
00:48:32 [INFO] 
00:48:32 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ch.qos.logback.classic ---
00:48:32 [INFO] Copying 3 resources
00:48:32 [INFO] 
00:48:32 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ch.qos.logback.classic ---
00:48:32 [INFO] No sources to compile
00:48:32 [INFO] 
00:48:32 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ ch.qos.logback.classic ---
00:48:32 [INFO] Gathering dependencies
00:48:32 [INFO] Configured Artifact: ch.qos.logback:logback-classic:1.2.3:jar
00:48:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/dependency-bin with includes "**/*" and excludes "org/slf4j/impl/*.*,META-INF/maven/**/*.*"
00:48:32 [INFO] Merging collected dependencies
00:48:32 [INFO] Copying 191 resources
00:48:32 [INFO] Generating OSGi MANIFEST.MF
00:48:32 [WARNING] Manifest org.eclipse.orbit.bundles:ch.qos.logback.classic:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:48:32 [WARNING] Manifest org.eclipse.orbit.bundles:ch.qos.logback.classic:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Import-Package instructions: [javax.mail.*, org.codehaus.janino.*] 
00:48:32 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/ch.qos.logback.classic-1.2.3-SNAPSHOT.jar
00:48:32 [INFO] Gathering sources
00:48:32 [INFO] Configured Artifact: ch.qos.logback:logback-classic:sources:1.2.3:jar
00:48:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/dependency-src with includes "**/*" and excludes "org/slf4j/impl/*.*,META-INF/maven/**/*.*"
00:48:32 [INFO] Copying 3 resources
00:48:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.classic_1.2.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/ch.qos.logback.classic-1.2.3-SNAPSHOT-sources.jar
00:48:32 [INFO] Assembling p2 repository
00:48:33 [INFO] 
00:48:33 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ ch.qos.logback.classic ---
00:48:33 [INFO] 
00:48:33 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ ch.qos.logback.classic ---
00:48:33 [INFO] Gathering sources archives
00:48:33 [INFO] Configured Artifact: ch.qos.logback:logback-classic:sources:1.2.3:jar
00:48:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/sources-for-eclipse-ipzilla/logback-classic-1.2.3-sources-filtered with includes "**/*" and excludes "org/slf4j/impl/*.*,META-INF/maven/**/*.*"
00:48:33 [INFO] Configured Artifact: ch.qos.logback:logback-classic:sources:1.2.3:jar
00:48:33 [INFO] Copying logback-classic-1.2.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/sources-for-eclipse-ipzilla/logback-classic-1.2.3-sources.jar
00:48:33 [INFO] Refreshing about files and about.html
00:48:33 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.classic_1.2.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:33 [INFO] 
00:48:33 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ ch.qos.logback.classic ---
00:48:33 [WARNING] artifact org.eclipse.orbit.bundles:ch.qos.logback.classic:xml:p2metadata:1.2.3-SNAPSHOT already attached, replace previous instance
00:48:33 [WARNING] artifact org.eclipse.orbit.bundles:ch.qos.logback.classic:xml:p2artifacts:1.2.3-SNAPSHOT already attached, replace previous instance
00:48:33 [INFO] 
00:48:33 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ch.qos.logback.classic ---
00:48:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.classic_1.2.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT.pom
00:48:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/ch.qos.logback.classic-1.2.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT.jar
00:48:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/ch.qos.logback.classic-1.2.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT-sources.jar
00:48:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT-p2metadata.xml
00:48:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT-p2artifacts.xml
00:48:33 [INFO] 
00:48:33 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ ch.qos.logback.classic ---
00:48:33 [INFO] 
00:48:33 [INFO] -----------< org.eclipse.orbit.bundles:ch.qos.logback.slf4j >-----------
00:48:33 [INFO] Building Logback SLF4J Binding 1.2.3-SNAPSHOT                  [353/379]
00:48:33 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:33 [INFO] 
00:48:33 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ch.qos.logback.slf4j ---
00:48:33 [INFO] 
00:48:33 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ ch.qos.logback.slf4j ---
00:48:33 [INFO] The project's OSGi version is 1.2.3.v20221112-0806
00:48:33 [INFO] 
00:48:33 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ ch.qos.logback.slf4j ---
00:48:33 [INFO] 
00:48:33 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ch.qos.logback.slf4j ---
00:48:33 [INFO] Copying 3 resources
00:48:33 [INFO] 
00:48:33 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ch.qos.logback.slf4j ---
00:48:33 [INFO] No sources to compile
00:48:33 [INFO] 
00:48:33 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ ch.qos.logback.slf4j ---
00:48:33 [INFO] Gathering dependencies
00:48:33 [INFO] Configured Artifact: ch.qos.logback:logback-classic:1.2.3:jar
00:48:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/dependency-bin with includes "org/slf4j/impl/*.*" and excludes "META-INF/maven/**/*.*"
00:48:33 [INFO] Merging collected dependencies
00:48:33 [INFO] Copying 3 resources
00:48:33 [INFO] Generating OSGi MANIFEST.MF
00:48:33 [INFO] No MANIFEST.MF file found, generating manifest.
00:48:33 [WARNING] Manifest org.eclipse.orbit.bundles:ch.qos.logback.slf4j:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [org.slf4j.*, *.internal*, *.impl*] 
00:48:33 [WARNING] Manifest org.eclipse.orbit.bundles:ch.qos.logback.slf4j:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Version for package org.slf4j.impl is set to different values in the source (1.7.30) and in the manifest (1.7.25). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:48:33 [WARNING] Manifest org.eclipse.orbit.bundles:ch.qos.logback.slf4j:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Host org.slf4j.api=bundle-version="[1.7.30,1.8)" for this fragment/require bundle cannot be found on the classpath
00:48:33 [WARNING] Manifest org.eclipse.orbit.bundles:ch.qos.logback.slf4j:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Import-Package instructions: [org.codehaus.janino.*, org.fusesource.jansi.*, javax.mail.*, javax.servlet.*] 
00:48:33 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/ch.qos.logback.slf4j-1.2.3-SNAPSHOT.jar
00:48:33 [INFO] Gathering sources
00:48:33 [INFO] Configured Artifact: ch.qos.logback:logback-classic:sources:1.2.3:jar
00:48:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/dependency-src with includes "org/slf4j/impl/*.*" and excludes "META-INF/maven/**/*.*"
00:48:33 [INFO] Copying 3 resources
00:48:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-sources.jar
00:48:33 [INFO] Assembling p2 repository
00:48:34 [INFO] 
00:48:34 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ ch.qos.logback.slf4j ---
00:48:34 [INFO] 
00:48:34 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ ch.qos.logback.slf4j ---
00:48:34 [INFO] Gathering sources archives
00:48:34 [INFO] Configured Artifact: ch.qos.logback:logback-classic:sources:1.2.3:jar
00:48:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/sources-for-eclipse-ipzilla/logback-classic-1.2.3-sources-filtered with includes "org/slf4j/impl/*.*" and excludes "META-INF/maven/**/*.*"
00:48:34 [INFO] Configured Artifact: ch.qos.logback:logback-classic:sources:1.2.3:jar
00:48:34 [INFO] Copying logback-classic-1.2.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/sources-for-eclipse-ipzilla/logback-classic-1.2.3-sources.jar
00:48:34 [INFO] Refreshing about files and about.html
00:48:34 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:34 [INFO] 
00:48:34 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ ch.qos.logback.slf4j ---
00:48:34 [WARNING] artifact org.eclipse.orbit.bundles:ch.qos.logback.slf4j:xml:p2metadata:1.2.3-SNAPSHOT already attached, replace previous instance
00:48:34 [WARNING] artifact org.eclipse.orbit.bundles:ch.qos.logback.slf4j:xml:p2artifacts:1.2.3-SNAPSHOT already attached, replace previous instance
00:48:34 [INFO] 
00:48:34 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ ch.qos.logback.slf4j ---
00:48:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT.pom
00:48:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/ch.qos.logback.slf4j-1.2.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT.jar
00:48:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-sources.jar
00:48:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-p2metadata.xml
00:48:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-p2artifacts.xml
00:48:34 [INFO] 
00:48:34 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ ch.qos.logback.slf4j ---
00:48:34 [INFO] 
00:48:34 [INFO] ------------< org.eclipse.orbit.bundles:org.jboss.logging >-------------
00:48:34 [INFO] Building JBoss Logging 3.3.2-SNAPSHOT                          [354/379]
00:48:34 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:34 [INFO] 
00:48:34 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jboss.logging ---
00:48:34 [INFO] 
00:48:34 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.jboss.logging ---
00:48:34 [INFO] The project's OSGi version is 3.3.2.v20221112-0806
00:48:34 [INFO] 
00:48:34 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.jboss.logging ---
00:48:34 [INFO] 
00:48:34 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.jboss.logging ---
00:48:34 [INFO] Copying 3 resources
00:48:34 [INFO] 
00:48:34 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.jboss.logging ---
00:48:34 [INFO] No sources to compile
00:48:34 [INFO] 
00:48:34 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.jboss.logging ---
00:48:34 [INFO] Gathering dependencies
00:48:34 [INFO] Configured Artifact: org.jboss.logging:jboss-logging:3.3.2.Final:jar
00:48:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.jboss.logging_3.3.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:34 [INFO] Merging collected dependencies
00:48:34 [INFO] Copying 48 resources
00:48:34 [INFO] Generating OSGi MANIFEST.MF
00:48:34 [WARNING] Manifest org.eclipse.orbit.bundles:org.jboss.logging:eclipse-bundle-recipe:3.3.2-SNAPSHOT : Version for package org.jboss.logging is set to different values in the source (3.3.2) and in the manifest (3.3.2.Final). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
00:48:34 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.jboss.logging_3.3.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.jboss.logging_3.3.2/target/org.jboss.logging-3.3.2-SNAPSHOT.jar
00:48:34 [INFO] Gathering sources
00:48:34 [INFO] Configured Artifact: org.jboss.logging:jboss-logging:sources:3.3.2.Final:jar
00:48:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.jboss.logging_3.3.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:34 [INFO] Copying 3 resources
00:48:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.jboss.logging_3.3.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.jboss.logging_3.3.2/target/org.jboss.logging-3.3.2-SNAPSHOT-sources.jar
00:48:34 [INFO] Assembling p2 repository
00:48:35 [INFO] 
00:48:35 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.jboss.logging ---
00:48:35 [INFO] 
00:48:35 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.jboss.logging ---
00:48:35 [INFO] Gathering sources archives
00:48:35 [INFO] Configured Artifact: org.jboss.logging:jboss-logging:sources:3.3.2.Final:jar
00:48:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.jboss.logging_3.3.2/target/sources-for-eclipse-ipzilla/jboss-logging-3.3.2.Final-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:35 [INFO] Configured Artifact: org.jboss.logging:jboss-logging:sources:3.3.2.Final:jar
00:48:35 [INFO] Copying jboss-logging-3.3.2.Final-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.jboss.logging_3.3.2/target/sources-for-eclipse-ipzilla/jboss-logging-3.3.2.Final-sources.jar
00:48:35 [INFO] Refreshing about files and about.html
00:48:35 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.jboss.logging_3.3.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:35 [INFO] 
00:48:35 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.jboss.logging ---
00:48:35 [WARNING] artifact org.eclipse.orbit.bundles:org.jboss.logging:xml:p2metadata:3.3.2-SNAPSHOT already attached, replace previous instance
00:48:35 [WARNING] artifact org.eclipse.orbit.bundles:org.jboss.logging:xml:p2artifacts:3.3.2-SNAPSHOT already attached, replace previous instance
00:48:35 [INFO] 
00:48:35 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.jboss.logging ---
00:48:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.jboss.logging_3.3.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT.pom
00:48:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.jboss.logging_3.3.2/target/org.jboss.logging-3.3.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT.jar
00:48:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.jboss.logging_3.3.2/target/org.jboss.logging-3.3.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT-sources.jar
00:48:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.jboss.logging_3.3.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT-p2metadata.xml
00:48:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.jboss.logging_3.3.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT-p2artifacts.xml
00:48:35 [INFO] 
00:48:35 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.jboss.logging ---
00:48:35 [INFO] 
00:48:35 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.logging.log4j >---------
00:48:35 [INFO] Building Apache Log4j 2 2.17.1-SNAPSHOT                        [355/379]
00:48:35 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:36 [INFO] 
00:48:36 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.logging.log4j ---
00:48:36 [INFO] 
00:48:36 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.logging.log4j ---
00:48:36 [INFO] The project's OSGi version is 2.17.1.v20220106-2156
00:48:36 [INFO] 
00:48:36 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.logging.log4j ---
00:48:36 [INFO] 
00:48:36 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.logging.log4j ---
00:48:36 [INFO] Copying 3 resources
00:48:36 [INFO] 
00:48:36 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.logging.log4j ---
00:48:36 [INFO] No sources to compile
00:48:36 [INFO] 
00:48:36 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.logging.log4j ---
00:48:36 [INFO] Gathering dependencies
00:48:36 [INFO] Configured Artifact: org.apache.logging.log4j:log4j-api:2.17.1:jar
00:48:36 [INFO] Configured Artifact: org.apache.logging.log4j:log4j-core:2.17.1:jar
00:48:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:36 [INFO] Merging collected dependencies
00:48:36 [INFO] Copying 1323 resources
00:48:36 [INFO] Generating OSGi MANIFEST.MF
00:48:37 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.logging.log4j:eclipse-bundle-recipe:2.17.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*] 
00:48:37 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.logging.log4j:eclipse-bundle-recipe:2.17.1-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/org/apache/logging/log4j/core/util/SystemClock.class=org.apache.logging.log4j.core.util.SystemClock, META-INF/versions/9/org/apache/logging/log4j/util/StackLocator.class=org.apache.logging.log4j.util.StackLocator, META-INF/versions/9/module-info.class=module-info, META-INF/versions/9/org/apache/logging/log4j/util/internal/DefaultObjectInputFilter.class=org.apache.logging.log4j.util.internal.DefaultObjectInputFilter, META-INF/versions/9/org/apache/logging/log4j/util/Base64Util.class=org.apache.logging.log4j.util.Base64Util, META-INF/versions/9/org/apache/logging/log4j/util/ProcessIdUtil.class=org.apache.logging.log4j.util.ProcessIdUtil}
00:48:37 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/org.apache.logging.log4j-2.17.1-SNAPSHOT.jar
00:48:37 [INFO] Gathering sources
00:48:37 [INFO] Configured Artifact: org.apache.logging.log4j:log4j-api:sources:2.17.1:jar
00:48:37 [INFO] Configured Artifact: org.apache.logging.log4j:log4j-core:sources:2.17.1:jar
00:48:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:38 [INFO] Copying 3 resources
00:48:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.logging.log4j_2.17.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/org.apache.logging.log4j-2.17.1-SNAPSHOT-sources.jar
00:48:38 [INFO] Assembling p2 repository
00:48:39 [INFO] 
00:48:39 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.logging.log4j ---
00:48:39 [INFO] 
00:48:39 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.logging.log4j ---
00:48:39 [INFO] Gathering sources archives
00:48:39 [INFO] Configured Artifact: org.apache.logging.log4j:log4j-api:sources:2.17.1:jar
00:48:39 [INFO] Configured Artifact: org.apache.logging.log4j:log4j-core:sources:2.17.1:jar
00:48:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/sources-for-eclipse-ipzilla/log4j-api-2.17.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/sources-for-eclipse-ipzilla/log4j-core-2.17.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:39 [INFO] Configured Artifact: org.apache.logging.log4j:log4j-api:sources:2.17.1:jar
00:48:39 [INFO] Configured Artifact: org.apache.logging.log4j:log4j-core:sources:2.17.1:jar
00:48:39 [INFO] Copying log4j-api-2.17.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/sources-for-eclipse-ipzilla/log4j-api-2.17.1-sources.jar
00:48:39 [INFO] Copying log4j-core-2.17.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/sources-for-eclipse-ipzilla/log4j-core-2.17.1-sources.jar
00:48:39 [INFO] Refreshing about files and about.html
00:48:39 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.logging.log4j_2.17.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:39 [INFO] 
00:48:39 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.logging.log4j ---
00:48:39 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.logging.log4j:xml:p2metadata:2.17.1-SNAPSHOT already attached, replace previous instance
00:48:39 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.logging.log4j:xml:p2artifacts:2.17.1-SNAPSHOT already attached, replace previous instance
00:48:39 [INFO] 
00:48:39 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.logging.log4j ---
00:48:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.logging.log4j_2.17.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.17.1-SNAPSHOT/org.apache.logging.log4j-2.17.1-SNAPSHOT.pom
00:48:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/org.apache.logging.log4j-2.17.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.17.1-SNAPSHOT/org.apache.logging.log4j-2.17.1-SNAPSHOT.jar
00:48:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/org.apache.logging.log4j-2.17.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.17.1-SNAPSHOT/org.apache.logging.log4j-2.17.1-SNAPSHOT-sources.jar
00:48:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.17.1-SNAPSHOT/org.apache.logging.log4j-2.17.1-SNAPSHOT-p2metadata.xml
00:48:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.17.1-SNAPSHOT/org.apache.logging.log4j-2.17.1-SNAPSHOT-p2artifacts.xml
00:48:39 [INFO] 
00:48:39 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.logging.log4j ---
00:48:39 [INFO] 
00:48:39 [INFO] -------------< org.eclipse.orbit.bundles:org.apache.log4j >-------------
00:48:39 [INFO] Building reload4j 1.2.24-SNAPSHOT                              [356/379]
00:48:39 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:39 [INFO] 
00:48:39 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.log4j ---
00:48:39 [INFO] 
00:48:39 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.log4j ---
00:48:39 [INFO] The project's OSGi version is 1.2.24.v20221221-2012
00:48:39 [INFO] 
00:48:39 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.log4j ---
00:48:39 [INFO] 
00:48:39 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.log4j ---
00:48:39 [INFO] Copying 3 resources
00:48:39 [INFO] 
00:48:39 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.log4j ---
00:48:39 [INFO] No sources to compile
00:48:39 [INFO] 
00:48:39 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.log4j ---
00:48:39 [INFO] Gathering dependencies
00:48:39 [INFO] Configured Artifact: ch.qos.reload4j:reload4j:1.2.24:jar
00:48:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/ch/qos/reload4j/reload4j/1.2.24/reload4j-1.2.24.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.log4j_1.2.24/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:40 [INFO] Merging collected dependencies
00:48:40 [INFO] Copying 221 resources
00:48:40 [INFO] Generating OSGi MANIFEST.MF
00:48:40 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.log4j:eclipse-bundle-recipe:1.2.24-SNAPSHOT : Invalid property key: `org.apache.log4j.*;version`: <<org.apache.log4j.*;version=${project.version};-noimport:=true>>
00:48:40 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.log4j_1.2.24/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.log4j_1.2.24/target/org.apache.log4j-1.2.24-SNAPSHOT.jar
00:48:40 [INFO] Gathering sources
00:48:40 [INFO] Configured Artifact: ch.qos.reload4j:reload4j:sources:1.2.24:jar
00:48:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/ch/qos/reload4j/reload4j/1.2.24/reload4j-1.2.24-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.log4j_1.2.24/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:40 [INFO] Copying 3 resources
00:48:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.log4j_1.2.24/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.log4j_1.2.24/target/org.apache.log4j-1.2.24-SNAPSHOT-sources.jar
00:48:40 [INFO] Assembling p2 repository
00:48:41 [INFO] 
00:48:41 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.log4j ---
00:48:41 [INFO] 
00:48:41 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.log4j ---
00:48:41 [INFO] Gathering sources archives
00:48:41 [INFO] Configured Artifact: ch.qos.reload4j:reload4j:sources:1.2.24:jar
00:48:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/ch/qos/reload4j/reload4j/1.2.24/reload4j-1.2.24-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.log4j_1.2.24/target/sources-for-eclipse-ipzilla/reload4j-1.2.24-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:41 [INFO] Configured Artifact: ch.qos.reload4j:reload4j:sources:1.2.24:jar
00:48:41 [INFO] Copying reload4j-1.2.24-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.log4j_1.2.24/target/sources-for-eclipse-ipzilla/reload4j-1.2.24-sources.jar
00:48:41 [INFO] Refreshing about files and about.html
00:48:41 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.log4j_1.2.24/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:41 [INFO] 
00:48:41 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.log4j ---
00:48:41 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.log4j:xml:p2metadata:1.2.24-SNAPSHOT already attached, replace previous instance
00:48:41 [WARNING] artifact org.eclipse.orbit.bundles:org.apache.log4j:xml:p2artifacts:1.2.24-SNAPSHOT already attached, replace previous instance
00:48:41 [INFO] 
00:48:41 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.apache.log4j ---
00:48:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.log4j_1.2.24/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.log4j/1.2.24-SNAPSHOT/org.apache.log4j-1.2.24-SNAPSHOT.pom
00:48:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.log4j_1.2.24/target/org.apache.log4j-1.2.24-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.log4j/1.2.24-SNAPSHOT/org.apache.log4j-1.2.24-SNAPSHOT.jar
00:48:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.log4j_1.2.24/target/org.apache.log4j-1.2.24-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.log4j/1.2.24-SNAPSHOT/org.apache.log4j-1.2.24-SNAPSHOT-sources.jar
00:48:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.log4j_1.2.24/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.log4j/1.2.24-SNAPSHOT/org.apache.log4j-1.2.24-SNAPSHOT-p2metadata.xml
00:48:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/logging/org.apache.log4j_1.2.24/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.apache.log4j/1.2.24-SNAPSHOT/org.apache.log4j-1.2.24-SNAPSHOT-p2artifacts.xml
00:48:41 [INFO] 
00:48:41 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.log4j ---
00:48:41 [INFO] 
00:48:41 [INFO] -----------------< org.eclipse.orbit.bundles:mockito >------------------
00:48:41 [INFO] Building Eclipse Orbit :: Mockito Recipes 1.0.0-SNAPSHOT       [357/379]
00:48:41 [INFO] --------------------------------[ pom ]---------------------------------
00:48:41 [INFO] 
00:48:41 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mockito ---
00:48:41 [INFO] 
00:48:41 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ mockito ---
00:48:41 [INFO] 
00:48:41 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ mockito ---
00:48:41 [INFO] 
00:48:41 [INFO] --- maven-install-plugin:2.4:install (default-install) @ mockito ---
00:48:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/mockito/1.0.0-SNAPSHOT/mockito-1.0.0-SNAPSHOT.pom
00:48:41 [INFO] 
00:48:41 [INFO] ---------< org.eclipse.orbit.bundles:org.mockito.mockito-core >---------
00:48:41 [INFO] Building mockito-core 4.8.1-SNAPSHOT                           [358/379]
00:48:41 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:41 [INFO] 
00:48:41 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.mockito.mockito-core ---
00:48:41 [INFO] 
00:48:41 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.mockito.mockito-core ---
00:48:41 [INFO] The project's OSGi version is 4.8.1.v20221103-2317
00:48:41 [INFO] 
00:48:41 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.mockito.mockito-core ---
00:48:41 [INFO] 
00:48:41 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.mockito.mockito-core ---
00:48:41 [INFO] Copying 3 resources
00:48:41 [INFO] 
00:48:41 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.mockito.mockito-core ---
00:48:41 [INFO] No sources to compile
00:48:41 [INFO] 
00:48:41 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.mockito.mockito-core ---
00:48:41 [INFO] Gathering dependencies
00:48:41 [INFO] Configured Artifact: org.mockito:mockito-core:4.8.1:jar
00:48:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:41 [INFO] Merging collected dependencies
00:48:41 [INFO] Copying 583 resources
00:48:41 [INFO] Generating OSGi MANIFEST.MF
00:48:42 [WARNING] Manifest org.eclipse.orbit.bundles:org.mockito.mockito-core:eclipse-bundle-recipe:4.8.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:48:42 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/org.mockito.mockito-core-4.8.1-SNAPSHOT.jar
00:48:42 [INFO] Gathering sources
00:48:42 [INFO] Configured Artifact: org.mockito:mockito-core:sources:4.8.1:jar
00:48:42 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:42 [INFO] Copying 3 resources
00:48:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/org.mockito.mockito-core-4.8.1-SNAPSHOT-sources.jar
00:48:42 [INFO] Assembling p2 repository
00:48:43 [INFO] 
00:48:43 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.mockito.mockito-core ---
00:48:43 [INFO] 
00:48:43 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.mockito.mockito-core ---
00:48:43 [INFO] Gathering sources archives
00:48:43 [INFO] Configured Artifact: org.mockito:mockito-core:sources:4.8.1:jar
00:48:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/sources-for-eclipse-ipzilla/mockito-core-4.8.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:43 [INFO] Configured Artifact: org.mockito:mockito-core:sources:4.8.1:jar
00:48:43 [INFO] Copying mockito-core-4.8.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/sources-for-eclipse-ipzilla/mockito-core-4.8.1-sources.jar
00:48:43 [INFO] Refreshing about files and about.html
00:48:43 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:43 [INFO] 
00:48:43 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.mockito.mockito-core ---
00:48:43 [WARNING] artifact org.eclipse.orbit.bundles:org.mockito.mockito-core:xml:p2metadata:4.8.1-SNAPSHOT already attached, replace previous instance
00:48:43 [WARNING] artifact org.eclipse.orbit.bundles:org.mockito.mockito-core:xml:p2artifacts:4.8.1-SNAPSHOT already attached, replace previous instance
00:48:43 [INFO] 
00:48:43 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.mockito.mockito-core ---
00:48:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.mockito.mockito-core/4.8.1-SNAPSHOT/org.mockito.mockito-core-4.8.1-SNAPSHOT.pom
00:48:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/org.mockito.mockito-core-4.8.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.mockito.mockito-core/4.8.1-SNAPSHOT/org.mockito.mockito-core-4.8.1-SNAPSHOT.jar
00:48:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/org.mockito.mockito-core-4.8.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.mockito.mockito-core/4.8.1-SNAPSHOT/org.mockito.mockito-core-4.8.1-SNAPSHOT-sources.jar
00:48:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.mockito.mockito-core/4.8.1-SNAPSHOT/org.mockito.mockito-core-4.8.1-SNAPSHOT-p2metadata.xml
00:48:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.mockito.mockito-core/4.8.1-SNAPSHOT/org.mockito.mockito-core-4.8.1-SNAPSHOT-p2artifacts.xml
00:48:43 [INFO] 
00:48:43 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.mockito.mockito-core ---
00:48:43 [INFO] 
00:48:43 [INFO] --------< org.eclipse.orbit.bundles:org.mockito.junit-jupiter >---------
00:48:43 [INFO] Building mockito-junit-jupiter 4.8.1-SNAPSHOT                  [359/379]
00:48:43 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:43 [INFO] 
00:48:43 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.mockito.junit-jupiter ---
00:48:43 [INFO] 
00:48:43 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.mockito.junit-jupiter ---
00:48:43 [INFO] The project's OSGi version is 4.8.1.v20221103-2317
00:48:43 [INFO] 
00:48:43 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.mockito.junit-jupiter ---
00:48:43 [INFO] 
00:48:43 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.mockito.junit-jupiter ---
00:48:43 [INFO] Copying 3 resources
00:48:43 [INFO] 
00:48:43 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.mockito.junit-jupiter ---
00:48:43 [INFO] No sources to compile
00:48:43 [INFO] 
00:48:43 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.mockito.junit-jupiter ---
00:48:43 [INFO] Gathering dependencies
00:48:43 [INFO] Configured Artifact: org.mockito:mockito-junit-jupiter:4.8.1:jar
00:48:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/mockito/mockito-junit-jupiter/4.8.1/mockito-junit-jupiter-4.8.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:43 [INFO] Merging collected dependencies
00:48:43 [INFO] Copying 4 resources
00:48:43 [INFO] Generating OSGi MANIFEST.MF
00:48:43 [WARNING] Manifest org.eclipse.orbit.bundles:org.mockito.junit-jupiter:eclipse-bundle-recipe:4.8.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:48:43 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/org.mockito.junit-jupiter-4.8.1-SNAPSHOT.jar
00:48:43 [INFO] Gathering sources
00:48:43 [INFO] Configured Artifact: org.mockito:mockito-junit-jupiter:sources:4.8.1:jar
00:48:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/mockito/mockito-junit-jupiter/4.8.1/mockito-junit-jupiter-4.8.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:44 [INFO] Copying 3 resources
00:48:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/org.mockito.junit-jupiter-4.8.1-SNAPSHOT-sources.jar
00:48:44 [INFO] Assembling p2 repository
00:48:44 [INFO] 
00:48:44 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.mockito.junit-jupiter ---
00:48:44 [INFO] 
00:48:44 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.mockito.junit-jupiter ---
00:48:44 [INFO] Gathering sources archives
00:48:44 [INFO] Configured Artifact: org.mockito:mockito-junit-jupiter:sources:4.8.1:jar
00:48:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/mockito/mockito-junit-jupiter/4.8.1/mockito-junit-jupiter-4.8.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/sources-for-eclipse-ipzilla/mockito-junit-jupiter-4.8.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:44 [INFO] Configured Artifact: org.mockito:mockito-junit-jupiter:sources:4.8.1:jar
00:48:44 [INFO] Copying mockito-junit-jupiter-4.8.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/sources-for-eclipse-ipzilla/mockito-junit-jupiter-4.8.1-sources.jar
00:48:44 [INFO] Refreshing about files and about.html
00:48:44 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:44 [INFO] 
00:48:44 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.mockito.junit-jupiter ---
00:48:44 [WARNING] artifact org.eclipse.orbit.bundles:org.mockito.junit-jupiter:xml:p2metadata:4.8.1-SNAPSHOT already attached, replace previous instance
00:48:44 [WARNING] artifact org.eclipse.orbit.bundles:org.mockito.junit-jupiter:xml:p2artifacts:4.8.1-SNAPSHOT already attached, replace previous instance
00:48:44 [INFO] 
00:48:44 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.mockito.junit-jupiter ---
00:48:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.mockito.junit-jupiter/4.8.1-SNAPSHOT/org.mockito.junit-jupiter-4.8.1-SNAPSHOT.pom
00:48:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/org.mockito.junit-jupiter-4.8.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.mockito.junit-jupiter/4.8.1-SNAPSHOT/org.mockito.junit-jupiter-4.8.1-SNAPSHOT.jar
00:48:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/org.mockito.junit-jupiter-4.8.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.mockito.junit-jupiter/4.8.1-SNAPSHOT/org.mockito.junit-jupiter-4.8.1-SNAPSHOT-sources.jar
00:48:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.mockito.junit-jupiter/4.8.1-SNAPSHOT/org.mockito.junit-jupiter-4.8.1-SNAPSHOT-p2metadata.xml
00:48:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.mockito.junit-jupiter/4.8.1-SNAPSHOT/org.mockito.junit-jupiter-4.8.1-SNAPSHOT-p2artifacts.xml
00:48:44 [INFO] 
00:48:44 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.mockito.junit-jupiter ---
00:48:44 [INFO] 
00:48:44 [INFO] ------------------< org.eclipse.orbit.bundles:netty >-------------------
00:48:44 [INFO] Building Eclipse Orbit :: Netty Recipes 1.0.0-SNAPSHOT         [360/379]
00:48:44 [INFO] --------------------------------[ pom ]---------------------------------
00:48:44 [INFO] 
00:48:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ netty ---
00:48:44 [INFO] 
00:48:44 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ netty ---
00:48:44 [INFO] 
00:48:44 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ netty ---
00:48:44 [INFO] 
00:48:44 [INFO] --- maven-install-plugin:2.4:install (default-install) @ netty ---
00:48:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/netty/1.0.0-SNAPSHOT/netty-1.0.0-SNAPSHOT.pom
00:48:44 [INFO] 
00:48:44 [INFO] -------------< org.eclipse.orbit.bundles:io.netty.common >--------------
00:48:44 [INFO] Building Netty/Common 4.1.56-SNAPSHOT                          [361/379]
00:48:44 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:45 [INFO] 
00:48:45 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.netty.common ---
00:48:45 [INFO] 
00:48:45 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ io.netty.common ---
00:48:45 [INFO] The project's OSGi version is 4.1.56.v20221112-0806
00:48:45 [INFO] 
00:48:45 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ io.netty.common ---
00:48:45 [INFO] 
00:48:45 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ io.netty.common ---
00:48:45 [INFO] Copying 3 resources
00:48:45 [INFO] 
00:48:45 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ io.netty.common ---
00:48:45 [INFO] No sources to compile
00:48:45 [INFO] 
00:48:45 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ io.netty.common ---
00:48:45 [INFO] Gathering dependencies
00:48:45 [INFO] Configured Artifact: io.netty:netty-common:4.1.56.Final:jar
00:48:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/netty/netty-common/4.1.56.Final/netty-common-4.1.56.Final.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.common_4.1.56/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:45 [INFO] Merging collected dependencies
00:48:45 [INFO] Copying 488 resources
00:48:45 [INFO] Generating OSGi MANIFEST.MF
00:48:45 [WARNING] Manifest org.eclipse.orbit.bundles:io.netty.common:eclipse-bundle-recipe:4.1.56-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 
00:48:45 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.common_4.1.56/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.common_4.1.56/target/io.netty.common-4.1.56-SNAPSHOT.jar
00:48:45 [INFO] Gathering sources
00:48:45 [INFO] Configured Artifact: io.netty:netty-common:sources:4.1.56.Final:jar
00:48:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/netty/netty-common/4.1.56.Final/netty-common-4.1.56.Final-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.common_4.1.56/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:46 [INFO] Copying 3 resources
00:48:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.common_4.1.56/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.common_4.1.56/target/io.netty.common-4.1.56-SNAPSHOT-sources.jar
00:48:46 [INFO] Assembling p2 repository
00:48:46 [INFO] 
00:48:46 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ io.netty.common ---
00:48:46 [INFO] 
00:48:46 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ io.netty.common ---
00:48:46 [INFO] Gathering sources archives
00:48:46 [INFO] Configured Artifact: io.netty:netty-common:sources:4.1.56.Final:jar
00:48:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/netty/netty-common/4.1.56.Final/netty-common-4.1.56.Final-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.common_4.1.56/target/sources-for-eclipse-ipzilla/netty-common-4.1.56.Final-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:46 [INFO] Configured Artifact: io.netty:netty-common:sources:4.1.56.Final:jar
00:48:46 [INFO] Copying netty-common-4.1.56.Final-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.common_4.1.56/target/sources-for-eclipse-ipzilla/netty-common-4.1.56.Final-sources.jar
00:48:46 [INFO] Refreshing about files and about.html
00:48:46 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.common_4.1.56/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:46 [INFO] 
00:48:46 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ io.netty.common ---
00:48:46 [WARNING] artifact org.eclipse.orbit.bundles:io.netty.common:xml:p2metadata:4.1.56-SNAPSHOT already attached, replace previous instance
00:48:46 [WARNING] artifact org.eclipse.orbit.bundles:io.netty.common:xml:p2artifacts:4.1.56-SNAPSHOT already attached, replace previous instance
00:48:46 [INFO] 
00:48:46 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ io.netty.common ---
00:48:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.common_4.1.56/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT.pom
00:48:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.common_4.1.56/target/io.netty.common-4.1.56-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT.jar
00:48:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.common_4.1.56/target/io.netty.common-4.1.56-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT-sources.jar
00:48:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.common_4.1.56/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT-p2metadata.xml
00:48:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.common_4.1.56/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT-p2artifacts.xml
00:48:46 [INFO] 
00:48:46 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ io.netty.common ---
00:48:46 [INFO] 
00:48:46 [INFO] -------------< org.eclipse.orbit.bundles:io.netty.buffer >--------------
00:48:46 [INFO] Building Netty/Buffer 4.1.56-SNAPSHOT                          [362/379]
00:48:46 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:47 [INFO] 
00:48:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.netty.buffer ---
00:48:47 [INFO] 
00:48:47 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ io.netty.buffer ---
00:48:47 [INFO] The project's OSGi version is 4.1.56.v20221112-0806
00:48:47 [INFO] 
00:48:47 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ io.netty.buffer ---
00:48:47 [INFO] 
00:48:47 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ io.netty.buffer ---
00:48:47 [INFO] Copying 3 resources
00:48:47 [INFO] 
00:48:47 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ io.netty.buffer ---
00:48:47 [INFO] No sources to compile
00:48:47 [INFO] 
00:48:47 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ io.netty.buffer ---
00:48:47 [INFO] Gathering dependencies
00:48:47 [INFO] Configured Artifact: io.netty:netty-buffer:4.1.56.Final:jar
00:48:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/netty/netty-buffer/4.1.56.Final/netty-buffer-4.1.56.Final.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.buffer_4.1.56/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:47 [INFO] Merging collected dependencies
00:48:47 [INFO] Copying 139 resources
00:48:47 [INFO] Generating OSGi MANIFEST.MF
00:48:47 [WARNING] Manifest org.eclipse.orbit.bundles:io.netty.buffer:eclipse-bundle-recipe:4.1.56-SNAPSHOT : Invalid property key: `*;resolution`: << *;resolution:=optional>>
00:48:47 [WARNING] Manifest org.eclipse.orbit.bundles:io.netty.buffer:eclipse-bundle-recipe:4.1.56-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:48:47 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.buffer_4.1.56/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.buffer_4.1.56/target/io.netty.buffer-4.1.56-SNAPSHOT.jar
00:48:47 [INFO] Gathering sources
00:48:47 [INFO] Configured Artifact: io.netty:netty-buffer:sources:4.1.56.Final:jar
00:48:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/netty/netty-buffer/4.1.56.Final/netty-buffer-4.1.56.Final-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.buffer_4.1.56/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:47 [INFO] Copying 3 resources
00:48:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.buffer_4.1.56/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.buffer_4.1.56/target/io.netty.buffer-4.1.56-SNAPSHOT-sources.jar
00:48:47 [INFO] Assembling p2 repository
00:48:48 [INFO] 
00:48:48 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ io.netty.buffer ---
00:48:48 [INFO] 
00:48:48 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ io.netty.buffer ---
00:48:48 [INFO] Gathering sources archives
00:48:48 [INFO] Configured Artifact: io.netty:netty-buffer:sources:4.1.56.Final:jar
00:48:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/io/netty/netty-buffer/4.1.56.Final/netty-buffer-4.1.56.Final-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.buffer_4.1.56/target/sources-for-eclipse-ipzilla/netty-buffer-4.1.56.Final-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:48 [INFO] Configured Artifact: io.netty:netty-buffer:sources:4.1.56.Final:jar
00:48:48 [INFO] Copying netty-buffer-4.1.56.Final-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.buffer_4.1.56/target/sources-for-eclipse-ipzilla/netty-buffer-4.1.56.Final-sources.jar
00:48:48 [INFO] Refreshing about files and about.html
00:48:48 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.buffer_4.1.56/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:48 [INFO] 
00:48:48 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ io.netty.buffer ---
00:48:48 [WARNING] artifact org.eclipse.orbit.bundles:io.netty.buffer:xml:p2metadata:4.1.56-SNAPSHOT already attached, replace previous instance
00:48:48 [WARNING] artifact org.eclipse.orbit.bundles:io.netty.buffer:xml:p2artifacts:4.1.56-SNAPSHOT already attached, replace previous instance
00:48:48 [INFO] 
00:48:48 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ io.netty.buffer ---
00:48:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.buffer_4.1.56/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT.pom
00:48:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.buffer_4.1.56/target/io.netty.buffer-4.1.56-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT.jar
00:48:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.buffer_4.1.56/target/io.netty.buffer-4.1.56-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT-sources.jar
00:48:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.buffer_4.1.56/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT-p2metadata.xml
00:48:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/netty/io.netty.buffer_4.1.56/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT-p2artifacts.xml
00:48:48 [INFO] 
00:48:48 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ io.netty.buffer ---
00:48:48 [INFO] 
00:48:48 [INFO] ----------------< org.eclipse.orbit.bundles:objenesis >-----------------
00:48:48 [INFO] Building Eclipse Orbit :: Objenesis Recipes 1.0.0-SNAPSHOT     [363/379]
00:48:48 [INFO] --------------------------------[ pom ]---------------------------------
00:48:48 [INFO] 
00:48:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ objenesis ---
00:48:48 [INFO] 
00:48:48 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ objenesis ---
00:48:48 [INFO] 
00:48:48 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ objenesis ---
00:48:48 [INFO] 
00:48:48 [INFO] --- maven-install-plugin:2.4:install (default-install) @ objenesis ---
00:48:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/objenesis/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/objenesis/1.0.0-SNAPSHOT/objenesis-1.0.0-SNAPSHOT.pom
00:48:48 [INFO] 
00:48:48 [INFO] --------------< org.eclipse.orbit.bundles:org.objenesis >---------------
00:48:48 [INFO] Building Objenesis 3.3.0-SNAPSHOT                              [364/379]
00:48:48 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:48 [INFO] 
00:48:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objenesis ---
00:48:48 [INFO] 
00:48:48 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.objenesis ---
00:48:48 [INFO] The project's OSGi version is 3.3.0.v20221103-2317
00:48:48 [INFO] 
00:48:48 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.objenesis ---
00:48:48 [INFO] 
00:48:48 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.objenesis ---
00:48:48 [INFO] Copying 3 resources
00:48:48 [INFO] 
00:48:48 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.objenesis ---
00:48:48 [INFO] No sources to compile
00:48:48 [INFO] 
00:48:48 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.objenesis ---
00:48:48 [INFO] Gathering dependencies
00:48:48 [INFO] Configured Artifact: org.objenesis:objenesis:3.3:jar
00:48:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/objenesis/objenesis/3.3/objenesis-3.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/objenesis/org.objenesis_3.3.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:48 [INFO] Merging collected dependencies
00:48:48 [INFO] Copying 47 resources
00:48:48 [INFO] Generating OSGi MANIFEST.MF
00:48:48 [WARNING] Manifest org.eclipse.orbit.bundles:org.objenesis:eclipse-bundle-recipe:3.3.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:48:48 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/objenesis/org.objenesis_3.3.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/objenesis/org.objenesis_3.3.0/target/org.objenesis-3.3.0-SNAPSHOT.jar
00:48:48 [INFO] Gathering sources
00:48:48 [INFO] Configured Artifact: org.objenesis:objenesis:sources:3.3:jar
00:48:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/objenesis/objenesis/3.3/objenesis-3.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/objenesis/org.objenesis_3.3.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:48 [INFO] Copying 3 resources
00:48:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/objenesis/org.objenesis_3.3.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/objenesis/org.objenesis_3.3.0/target/org.objenesis-3.3.0-SNAPSHOT-sources.jar
00:48:48 [INFO] Assembling p2 repository
00:48:49 [INFO] 
00:48:49 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.objenesis ---
00:48:49 [INFO] 
00:48:49 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.objenesis ---
00:48:49 [INFO] Gathering sources archives
00:48:49 [INFO] Configured Artifact: org.objenesis:objenesis:sources:3.3:jar
00:48:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/objenesis/objenesis/3.3/objenesis-3.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/objenesis/org.objenesis_3.3.0/target/sources-for-eclipse-ipzilla/objenesis-3.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:49 [INFO] Configured Artifact: org.objenesis:objenesis:sources:3.3:jar
00:48:49 [INFO] Copying objenesis-3.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/objenesis/org.objenesis_3.3.0/target/sources-for-eclipse-ipzilla/objenesis-3.3-sources.jar
00:48:49 [INFO] Refreshing about files and about.html
00:48:49 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/objenesis/org.objenesis_3.3.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:49 [INFO] 
00:48:49 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.objenesis ---
00:48:49 [WARNING] artifact org.eclipse.orbit.bundles:org.objenesis:xml:p2metadata:3.3.0-SNAPSHOT already attached, replace previous instance
00:48:49 [WARNING] artifact org.eclipse.orbit.bundles:org.objenesis:xml:p2artifacts:3.3.0-SNAPSHOT already attached, replace previous instance
00:48:49 [INFO] 
00:48:49 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.objenesis ---
00:48:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/objenesis/org.objenesis_3.3.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objenesis/3.3.0-SNAPSHOT/org.objenesis-3.3.0-SNAPSHOT.pom
00:48:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/objenesis/org.objenesis_3.3.0/target/org.objenesis-3.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objenesis/3.3.0-SNAPSHOT/org.objenesis-3.3.0-SNAPSHOT.jar
00:48:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/objenesis/org.objenesis_3.3.0/target/org.objenesis-3.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objenesis/3.3.0-SNAPSHOT/org.objenesis-3.3.0-SNAPSHOT-sources.jar
00:48:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/objenesis/org.objenesis_3.3.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objenesis/3.3.0-SNAPSHOT/org.objenesis-3.3.0-SNAPSHOT-p2metadata.xml
00:48:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/objenesis/org.objenesis_3.3.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.objenesis/3.3.0-SNAPSHOT/org.objenesis-3.3.0-SNAPSHOT-p2artifacts.xml
00:48:49 [INFO] 
00:48:49 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.objenesis ---
00:48:49 [INFO] 
00:48:49 [INFO] ----------< org.eclipse.orbit.bundles:reactivestreams-parent >----------
00:48:49 [INFO] Building Eclipse Orbit :: Reactive Streams Recipes 1.0.0-SNAPSHOT [365/379]
00:48:49 [INFO] --------------------------------[ pom ]---------------------------------
00:48:49 [INFO] 
00:48:49 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ reactivestreams-parent ---
00:48:49 [INFO] 
00:48:49 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ reactivestreams-parent ---
00:48:49 [INFO] 
00:48:49 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ reactivestreams-parent ---
00:48:49 [INFO] 
00:48:49 [INFO] --- maven-install-plugin:2.4:install (default-install) @ reactivestreams-parent ---
00:48:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/reactivestreams/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/reactivestreams-parent/1.0.0-SNAPSHOT/reactivestreams-parent-1.0.0-SNAPSHOT.pom
00:48:49 [INFO] 
00:48:49 [INFO] -----------< org.eclipse.orbit.bundles:org.reactivestreams >------------
00:48:49 [INFO] Building reactive-streams 1.0.2-SNAPSHOT                       [366/379]
00:48:49 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:49 [INFO] 
00:48:49 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.reactivestreams ---
00:48:49 [INFO] 
00:48:49 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.reactivestreams ---
00:48:49 [INFO] The project's OSGi version is 1.0.2.v20181120-0809
00:48:49 [INFO] 
00:48:49 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.reactivestreams ---
00:48:49 [INFO] 
00:48:49 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.reactivestreams ---
00:48:49 [INFO] Copying 2 resources
00:48:49 [INFO] 
00:48:49 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.reactivestreams ---
00:48:49 [INFO] No sources to compile
00:48:49 [INFO] 
00:48:49 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.reactivestreams ---
00:48:49 [INFO] Gathering dependencies
00:48:49 [INFO] Configured Artifact: org.reactivestreams:reactive-streams:1.0.2:jar
00:48:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:49 [INFO] Merging collected dependencies
00:48:49 [INFO] Copying 5 resources
00:48:49 [INFO] Generating OSGi MANIFEST.MF
00:48:49 [WARNING] Manifest org.eclipse.orbit.bundles:org.reactivestreams:eclipse-bundle-recipe:1.0.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:48:49 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/org.reactivestreams-1.0.2-SNAPSHOT.jar
00:48:49 [INFO] Gathering sources
00:48:49 [INFO] Configured Artifact: org.reactivestreams:reactive-streams:sources:1.0.2:jar
00:48:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:49 [INFO] Copying 2 resources
00:48:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/org.reactivestreams-1.0.2-SNAPSHOT-sources.jar
00:48:49 [INFO] Assembling p2 repository
00:48:49 [INFO] 
00:48:49 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.reactivestreams ---
00:48:49 [INFO] 
00:48:49 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.reactivestreams ---
00:48:49 [INFO] Gathering sources archives
00:48:49 [INFO] Configured Artifact: org.reactivestreams:reactive-streams:sources:1.0.2:jar
00:48:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/sources-for-eclipse-ipzilla/reactive-streams-1.0.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:49 [INFO] Configured Artifact: org.reactivestreams:reactive-streams:sources:1.0.2:jar
00:48:49 [INFO] Copying reactive-streams-1.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/sources-for-eclipse-ipzilla/reactive-streams-1.0.2-sources.jar
00:48:49 [INFO] Refreshing about files and about.html
00:48:49 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:49 [INFO] 
00:48:49 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.reactivestreams ---
00:48:49 [WARNING] artifact org.eclipse.orbit.bundles:org.reactivestreams:xml:p2metadata:1.0.2-SNAPSHOT already attached, replace previous instance
00:48:49 [WARNING] artifact org.eclipse.orbit.bundles:org.reactivestreams:xml:p2artifacts:1.0.2-SNAPSHOT already attached, replace previous instance
00:48:49 [INFO] 
00:48:49 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.reactivestreams ---
00:48:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT.pom
00:48:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/org.reactivestreams-1.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT.jar
00:48:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/org.reactivestreams-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT-sources.jar
00:48:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT-p2metadata.xml
00:48:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT-p2artifacts.xml
00:48:49 [INFO] 
00:48:49 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.reactivestreams ---
00:48:49 [INFO] 
00:48:49 [INFO] ----------------< org.eclipse.orbit.bundles:snakeyaml >-----------------
00:48:49 [INFO] Building Eclipse Orbit :: SnakeYAML Recipes 1.0.0-SNAPSHOT     [367/379]
00:48:49 [INFO] --------------------------------[ pom ]---------------------------------
00:48:49 [INFO] 
00:48:49 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ snakeyaml ---
00:48:49 [INFO] 
00:48:49 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ snakeyaml ---
00:48:49 [INFO] 
00:48:49 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ snakeyaml ---
00:48:49 [INFO] 
00:48:49 [INFO] --- maven-install-plugin:2.4:install (default-install) @ snakeyaml ---
00:48:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/snakeyaml/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/snakeyaml/1.0.0-SNAPSHOT/snakeyaml-1.0.0-SNAPSHOT.pom
00:48:49 [INFO] 
00:48:49 [INFO] ------------< org.eclipse.orbit.bundles:org.yaml.snakeyaml >------------
00:48:49 [INFO] Building SnakeYAML 1.27.0-SNAPSHOT                             [368/379]
00:48:49 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:49 [INFO] 
00:48:49 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.yaml.snakeyaml ---
00:48:49 [INFO] 
00:48:49 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.yaml.snakeyaml ---
00:48:49 [INFO] The project's OSGi version is 1.27.0.v20221112-0806
00:48:49 [INFO] 
00:48:49 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.yaml.snakeyaml ---
00:48:49 [INFO] 
00:48:49 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.yaml.snakeyaml ---
00:48:49 [INFO] Copying 3 resources
00:48:49 [INFO] 
00:48:49 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.yaml.snakeyaml ---
00:48:49 [INFO] No sources to compile
00:48:49 [INFO] 
00:48:49 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.yaml.snakeyaml ---
00:48:49 [INFO] Gathering dependencies
00:48:49 [INFO] Configured Artifact: org.yaml:snakeyaml:1.27:jar
00:48:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/yaml/snakeyaml/1.27/snakeyaml-1.27.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:50 [INFO] Merging collected dependencies
00:48:50 [INFO] Copying 217 resources
00:48:50 [INFO] Generating OSGi MANIFEST.MF
00:48:50 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/org.yaml.snakeyaml-1.27.0-SNAPSHOT.jar
00:48:50 [INFO] Gathering sources
00:48:50 [INFO] Configured Artifact: org.yaml:snakeyaml:sources:1.27:jar
00:48:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/yaml/snakeyaml/1.27/snakeyaml-1.27-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:50 [INFO] Copying 3 resources
00:48:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/org.yaml.snakeyaml-1.27.0-SNAPSHOT-sources.jar
00:48:50 [INFO] Assembling p2 repository
00:48:51 [INFO] 
00:48:51 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.yaml.snakeyaml ---
00:48:51 [INFO] 
00:48:51 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.yaml.snakeyaml ---
00:48:51 [INFO] Gathering sources archives
00:48:51 [INFO] Configured Artifact: org.yaml:snakeyaml:sources:1.27:jar
00:48:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/yaml/snakeyaml/1.27/snakeyaml-1.27-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/sources-for-eclipse-ipzilla/snakeyaml-1.27-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:51 [INFO] Configured Artifact: org.yaml:snakeyaml:sources:1.27:jar
00:48:51 [INFO] Copying snakeyaml-1.27-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/sources-for-eclipse-ipzilla/snakeyaml-1.27-sources.jar
00:48:51 [INFO] Refreshing about files and about.html
00:48:51 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:48:51 [INFO] 
00:48:51 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.yaml.snakeyaml ---
00:48:51 [WARNING] artifact org.eclipse.orbit.bundles:org.yaml.snakeyaml:xml:p2metadata:1.27.0-SNAPSHOT already attached, replace previous instance
00:48:51 [WARNING] artifact org.eclipse.orbit.bundles:org.yaml.snakeyaml:xml:p2artifacts:1.27.0-SNAPSHOT already attached, replace previous instance
00:48:51 [INFO] 
00:48:51 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.yaml.snakeyaml ---
00:48:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT.pom
00:48:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/org.yaml.snakeyaml-1.27.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT.jar
00:48:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/org.yaml.snakeyaml-1.27.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT-sources.jar
00:48:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT-p2metadata.xml
00:48:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT-p2artifacts.xml
00:48:51 [INFO] 
00:48:51 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.yaml.snakeyaml ---
00:48:51 [INFO] 
00:48:51 [INFO] ------------< org.eclipse.orbit.bundles:sourceforge-parent >------------
00:48:51 [INFO] Building Eclipse Orbit :: Sourceforge Recipes 1.0.0-SNAPSHOT   [369/379]
00:48:51 [INFO] --------------------------------[ pom ]---------------------------------
00:48:51 [INFO] 
00:48:51 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sourceforge-parent ---
00:48:51 [INFO] 
00:48:51 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ sourceforge-parent ---
00:48:51 [INFO] 
00:48:51 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ sourceforge-parent ---
00:48:51 [INFO] 
00:48:51 [INFO] --- maven-install-plugin:2.4:install (default-install) @ sourceforge-parent ---
00:48:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/sourceforge/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/sourceforge-parent/1.0.0-SNAPSHOT/sourceforge-parent-1.0.0-SNAPSHOT.pom
00:48:51 [INFO] 
00:48:51 [INFO] ---------< org.eclipse.orbit.bundles:net.sourceforge.plantuml >---------
00:48:51 [INFO] Building net.sourceforge.plantuml 1.2019.0-SNAPSHOT            [370/379]
00:48:51 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:48:51 [INFO] 
00:48:51 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.sourceforge.plantuml ---
00:48:51 [INFO] 
00:48:51 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ net.sourceforge.plantuml ---
00:48:51 [INFO] The project's OSGi version is 1.2019.0.v20221112-0806
00:48:51 [INFO] 
00:48:51 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ net.sourceforge.plantuml ---
00:48:51 [INFO] 
00:48:51 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ net.sourceforge.plantuml ---
00:48:51 [INFO] Copying 4 resources
00:48:51 [INFO] 
00:48:51 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ net.sourceforge.plantuml ---
00:48:51 [INFO] No sources to compile
00:48:51 [INFO] 
00:48:51 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ net.sourceforge.plantuml ---
00:48:51 [INFO] Gathering dependencies
00:48:51 [INFO] Configured Artifact: org.eclipse.orbit.plantuml:plantuml:1.2019.0:jar
00:48:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/plantuml/plantuml/1.2019.0/plantuml-1.2019.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:48:53 [INFO] Merging collected dependencies
00:48:53 [INFO] Copying 3389 resources
00:48:53 [INFO] Generating OSGi MANIFEST.MF
00:48:55 [WARNING] Manifest org.eclipse.orbit.bundles:net.sourceforge.plantuml:eclipse-bundle-recipe:1.2019.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:48:55 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/net.sourceforge.plantuml-1.2019.0-SNAPSHOT.jar
00:48:56 [INFO] Gathering sources
00:48:56 [INFO] Configured Artifact: org.eclipse.orbit.plantuml:plantuml:sources:1.2019.0:jar
00:49:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/plantuml/plantuml/1.2019.0/plantuml-1.2019.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:49:09 [INFO] Copying 4 resources
00:49:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-sources.jar
00:49:10 [INFO] Assembling p2 repository
00:49:10 [INFO] 
00:49:10 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ net.sourceforge.plantuml ---
00:49:10 [INFO] 
00:49:10 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ net.sourceforge.plantuml ---
00:49:10 [INFO] Gathering sources archives
00:49:10 [INFO] Configured Artifact: org.eclipse.orbit.plantuml:plantuml:sources:1.2019.0:jar
00:49:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/plantuml/plantuml/1.2019.0/plantuml-1.2019.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/sources-for-eclipse-ipzilla/plantuml-1.2019.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:49:12 [INFO] Configured Artifact: org.eclipse.orbit.plantuml:plantuml:sources:1.2019.0:jar
00:49:12 [INFO] Copying plantuml-1.2019.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/sources-for-eclipse-ipzilla/plantuml-1.2019.0-sources.jar
00:49:12 [INFO] Refreshing about files and about.html
00:49:12 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:49:12 [INFO] 
00:49:12 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ net.sourceforge.plantuml ---
00:49:12 [WARNING] artifact org.eclipse.orbit.bundles:net.sourceforge.plantuml:xml:p2metadata:1.2019.0-SNAPSHOT already attached, replace previous instance
00:49:12 [WARNING] artifact org.eclipse.orbit.bundles:net.sourceforge.plantuml:xml:p2artifacts:1.2019.0-SNAPSHOT already attached, replace previous instance
00:49:12 [INFO] 
00:49:12 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ net.sourceforge.plantuml ---
00:49:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT.pom
00:49:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/net.sourceforge.plantuml-1.2019.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT.jar
00:49:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-sources.jar
00:49:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-p2metadata.xml
00:49:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-p2artifacts.xml
00:49:12 [INFO] 
00:49:12 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ net.sourceforge.plantuml ---
00:49:12 [INFO] 
00:49:12 [INFO] --------------< org.eclipse.orbit.bundles:tukaani-parent >--------------
00:49:12 [INFO] Building Eclipse Orbit :: Tukaani Recipes 1.0.0-SNAPSHOT       [371/379]
00:49:12 [INFO] --------------------------------[ pom ]---------------------------------
00:49:12 [INFO] 
00:49:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tukaani-parent ---
00:49:12 [INFO] 
00:49:12 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ tukaani-parent ---
00:49:12 [INFO] 
00:49:12 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ tukaani-parent ---
00:49:12 [INFO] 
00:49:12 [INFO] --- maven-install-plugin:2.4:install (default-install) @ tukaani-parent ---
00:49:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/tukaani/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/tukaani-parent/1.0.0-SNAPSHOT/tukaani-parent-1.0.0-SNAPSHOT.pom
00:49:12 [INFO] 
00:49:12 [INFO] --------------< org.eclipse.orbit.bundles:org.tukaani.xz >--------------
00:49:12 [INFO] Building XZ for Java 1.9.0-SNAPSHOT                            [372/379]
00:49:12 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:49:12 [INFO] 
00:49:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.tukaani.xz ---
00:49:12 [INFO] 
00:49:12 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.tukaani.xz ---
00:49:12 [INFO] The project's OSGi version is 1.9.0.v20210624-1259
00:49:12 [INFO] 
00:49:12 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.tukaani.xz ---
00:49:12 [INFO] 
00:49:12 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.tukaani.xz ---
00:49:12 [INFO] Copying 2 resources
00:49:12 [INFO] 
00:49:12 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.tukaani.xz ---
00:49:12 [INFO] No sources to compile
00:49:12 [INFO] 
00:49:12 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.tukaani.xz ---
00:49:12 [INFO] Gathering dependencies
00:49:12 [INFO] Configured Artifact: org.tukaani:xz:1.9:jar
00:49:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/tukaani/xz/1.9/xz-1.9.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:49:12 [INFO] Merging collected dependencies
00:49:12 [INFO] Copying 118 resources
00:49:12 [INFO] Generating OSGi MANIFEST.MF
00:49:12 [WARNING] Manifest org.eclipse.orbit.bundles:org.tukaani.xz:eclipse-bundle-recipe:1.9.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:49:12 [WARNING] Manifest org.eclipse.orbit.bundles:org.tukaani.xz:eclipse-bundle-recipe:1.9.0-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info}
00:49:12 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/org.tukaani.xz-1.9.0-SNAPSHOT.jar
00:49:12 [INFO] Gathering sources
00:49:12 [INFO] Configured Artifact: org.tukaani:xz:sources:1.9:jar
00:49:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/tukaani/xz/1.9/xz-1.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:49:12 [INFO] Copying 2 resources
00:49:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/tukaani/org.tukaani.xz_1.9.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/org.tukaani.xz-1.9.0-SNAPSHOT-sources.jar
00:49:12 [INFO] Assembling p2 repository
00:49:13 [INFO] 
00:49:13 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.tukaani.xz ---
00:49:13 [INFO] 
00:49:13 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.tukaani.xz ---
00:49:13 [INFO] Gathering sources archives
00:49:13 [INFO] Configured Artifact: org.tukaani:xz:sources:1.9:jar
00:49:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/tukaani/xz/1.9/xz-1.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/sources-for-eclipse-ipzilla/xz-1.9-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:49:13 [INFO] Configured Artifact: org.tukaani:xz:sources:1.9:jar
00:49:13 [INFO] Copying xz-1.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/sources-for-eclipse-ipzilla/xz-1.9-sources.jar
00:49:13 [INFO] Refreshing about files and about.html
00:49:13 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/tukaani/org.tukaani.xz_1.9.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:49:13 [INFO] 
00:49:13 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.tukaani.xz ---
00:49:13 [WARNING] artifact org.eclipse.orbit.bundles:org.tukaani.xz:xml:p2metadata:1.9.0-SNAPSHOT already attached, replace previous instance
00:49:13 [WARNING] artifact org.eclipse.orbit.bundles:org.tukaani.xz:xml:p2artifacts:1.9.0-SNAPSHOT already attached, replace previous instance
00:49:13 [INFO] 
00:49:13 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.tukaani.xz ---
00:49:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/tukaani/org.tukaani.xz_1.9.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.9.0-SNAPSHOT/org.tukaani.xz-1.9.0-SNAPSHOT.pom
00:49:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/org.tukaani.xz-1.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.9.0-SNAPSHOT/org.tukaani.xz-1.9.0-SNAPSHOT.jar
00:49:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/org.tukaani.xz-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.9.0-SNAPSHOT/org.tukaani.xz-1.9.0-SNAPSHOT-sources.jar
00:49:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.9.0-SNAPSHOT/org.tukaani.xz-1.9.0-SNAPSHOT-p2metadata.xml
00:49:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.9.0-SNAPSHOT/org.tukaani.xz-1.9.0-SNAPSHOT-p2artifacts.xml
00:49:13 [INFO] 
00:49:13 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.tukaani.xz ---
00:49:13 [INFO] 
00:49:13 [INFO] ----------------< org.eclipse.orbit.bundles:uom-parent >----------------
00:49:13 [INFO] Building Eclipse Orbit :: Units Of Measurement Recipes 1.0.0-SNAPSHOT [373/379]
00:49:13 [INFO] --------------------------------[ pom ]---------------------------------
00:49:13 [INFO] 
00:49:13 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uom-parent ---
00:49:13 [INFO] 
00:49:13 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ uom-parent ---
00:49:13 [INFO] 
00:49:13 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ uom-parent ---
00:49:13 [INFO] 
00:49:13 [INFO] --- maven-install-plugin:2.4:install (default-install) @ uom-parent ---
00:49:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/uom/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/uom-parent/1.0.0-SNAPSHOT/uom-parent-1.0.0-SNAPSHOT.pom
00:49:13 [INFO] 
00:49:13 [INFO] ----------< org.eclipse.orbit.bundles:javax.measure.unit-api >----------
00:49:13 [INFO] Building Units of Measurement API 1.0.0-SNAPSHOT               [374/379]
00:49:13 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:49:13 [INFO] 
00:49:13 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.measure.unit-api ---
00:49:13 [INFO] 
00:49:13 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ javax.measure.unit-api ---
00:49:13 [INFO] The project's OSGi version is 1.0.0.v20170818-1538
00:49:13 [INFO] 
00:49:13 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ javax.measure.unit-api ---
00:49:13 [INFO] 
00:49:13 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ javax.measure.unit-api ---
00:49:13 [INFO] Copying 3 resources
00:49:13 [INFO] 
00:49:13 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ javax.measure.unit-api ---
00:49:13 [INFO] No sources to compile
00:49:13 [INFO] 
00:49:13 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ javax.measure.unit-api ---
00:49:13 [INFO] Gathering dependencies
00:49:13 [INFO] Configured Artifact: javax.measure:unit-api:1.0:jar
00:49:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/javax/measure/unit-api/1.0/unit-api-1.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:49:13 [INFO] Merging collected dependencies
00:49:13 [INFO] Copying 49 resources
00:49:13 [INFO] Generating OSGi MANIFEST.MF
00:49:13 [WARNING] Manifest org.eclipse.orbit.bundles:javax.measure.unit-api:eclipse-bundle-recipe:1.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 
00:49:13 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/javax.measure.unit-api-1.0.0-SNAPSHOT.jar
00:49:13 [INFO] Gathering sources
00:49:13 [INFO] Configured Artifact: javax.measure:unit-api:sources:1.0:jar
00:49:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/javax/measure/unit-api/1.0/unit-api-1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:49:13 [INFO] Copying 3 resources
00:49:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/uom/javax.measure.unit-api_1.0.0/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/javax.measure.unit-api-1.0.0-SNAPSHOT-sources.jar
00:49:13 [INFO] Assembling p2 repository
00:49:14 [INFO] 
00:49:14 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ javax.measure.unit-api ---
00:49:14 [INFO] 
00:49:14 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javax.measure.unit-api ---
00:49:14 [INFO] Gathering sources archives
00:49:14 [INFO] Configured Artifact: javax.measure:unit-api:sources:1.0:jar
00:49:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/javax/measure/unit-api/1.0/unit-api-1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/sources-for-eclipse-ipzilla/unit-api-1.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:49:14 [INFO] Configured Artifact: javax.measure:unit-api:sources:1.0:jar
00:49:14 [INFO] Copying unit-api-1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/sources-for-eclipse-ipzilla/unit-api-1.0-sources.jar
00:49:14 [INFO] Refreshing about files and about.html
00:49:14 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/uom/javax.measure.unit-api_1.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:49:14 [INFO] 
00:49:14 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javax.measure.unit-api ---
00:49:14 [WARNING] artifact org.eclipse.orbit.bundles:javax.measure.unit-api:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
00:49:14 [WARNING] artifact org.eclipse.orbit.bundles:javax.measure.unit-api:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
00:49:14 [INFO] 
00:49:14 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ javax.measure.unit-api ---
00:49:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/uom/javax.measure.unit-api_1.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT.pom
00:49:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/javax.measure.unit-api-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT.jar
00:49:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/javax.measure.unit-api-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT-sources.jar
00:49:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT-p2metadata.xml
00:49:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT-p2artifacts.xml
00:49:14 [INFO] 
00:49:14 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ javax.measure.unit-api ---
00:49:14 [INFO] 
00:49:14 [INFO] -------------------< org.eclipse.orbit.bundles:xml >--------------------
00:49:14 [INFO] Building Eclipse Orbit :: XML API Recipes 1.0.0-SNAPSHOT       [375/379]
00:49:14 [INFO] --------------------------------[ pom ]---------------------------------
00:49:14 [INFO] 
00:49:14 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xml ---
00:49:14 [INFO] 
00:49:14 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ xml ---
00:49:14 [INFO] 
00:49:14 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ xml ---
00:49:14 [INFO] 
00:49:14 [INFO] --- maven-install-plugin:2.4:install (default-install) @ xml ---
00:49:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/xml/1.0.0-SNAPSHOT/xml-1.0.0-SNAPSHOT.pom
00:49:14 [INFO] 
00:49:14 [INFO] ----------------< org.eclipse.orbit.bundles:org.dom4j >-----------------
00:49:14 [INFO] Building DOM4J 1.6.1-SNAPSHOT                                  [376/379]
00:49:14 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:49:14 [INFO] 
00:49:14 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.dom4j ---
00:49:14 [INFO] 
00:49:14 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.dom4j ---
00:49:14 [INFO] The project's OSGi version is 1.6.1.v20221112-0806
00:49:14 [INFO] 
00:49:14 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.dom4j ---
00:49:14 [INFO] 
00:49:14 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.dom4j ---
00:49:14 [INFO] Copying 3 resources
00:49:14 [INFO] 
00:49:14 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.dom4j ---
00:49:14 [INFO] No sources to compile
00:49:14 [INFO] 
00:49:14 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.dom4j ---
00:49:14 [INFO] Gathering dependencies
00:49:14 [INFO] Configured Artifact: dom4j:dom4j:1.6.1:jar
00:49:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_1.6.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*,META-INF/LICENSE.txt"
00:49:14 [INFO] Merging collected dependencies
00:49:14 [INFO] Copying 191 resources
00:49:14 [INFO] Generating OSGi MANIFEST.MF
00:49:14 [WARNING] Manifest org.eclipse.orbit.bundles:org.dom4j:eclipse-bundle-recipe:1.6.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*] 
00:49:14 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_1.6.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_1.6.1/target/org.dom4j-1.6.1-SNAPSHOT.jar
00:49:14 [INFO] Gathering sources
00:49:14 [INFO] Configured Artifact: dom4j:dom4j:sources:1.6.1:jar
00:49:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/dom4j/dom4j/1.6.1/dom4j-1.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_1.6.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,META-INF/LICENSE.txt"
00:49:15 [INFO] Copying 3 resources
00:49:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_1.6.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_1.6.1/target/org.dom4j-1.6.1-SNAPSHOT-sources.jar
00:49:15 [INFO] Assembling p2 repository
00:49:15 [INFO] 
00:49:15 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.dom4j ---
00:49:15 [INFO] 
00:49:15 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.dom4j ---
00:49:15 [INFO] Gathering sources archives
00:49:15 [INFO] Configured Artifact: dom4j:dom4j:sources:1.6.1:jar
00:49:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/dom4j/dom4j/1.6.1/dom4j-1.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_1.6.1/target/sources-for-eclipse-ipzilla/dom4j-1.6.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,META-INF/LICENSE.txt"
00:49:15 [INFO] Configured Artifact: dom4j:dom4j:sources:1.6.1:jar
00:49:15 [INFO] Copying dom4j-1.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_1.6.1/target/sources-for-eclipse-ipzilla/dom4j-1.6.1-sources.jar
00:49:15 [INFO] Refreshing about files and about.html
00:49:15 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_1.6.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:49:15 [INFO] 
00:49:15 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.dom4j ---
00:49:15 [WARNING] artifact org.eclipse.orbit.bundles:org.dom4j:xml:p2metadata:1.6.1-SNAPSHOT already attached, replace previous instance
00:49:15 [WARNING] artifact org.eclipse.orbit.bundles:org.dom4j:xml:p2artifacts:1.6.1-SNAPSHOT already attached, replace previous instance
00:49:15 [INFO] 
00:49:15 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.dom4j ---
00:49:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_1.6.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT.pom
00:49:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_1.6.1/target/org.dom4j-1.6.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT.jar
00:49:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_1.6.1/target/org.dom4j-1.6.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT-sources.jar
00:49:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_1.6.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT-p2metadata.xml
00:49:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_1.6.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT-p2artifacts.xml
00:49:15 [INFO] 
00:49:15 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.dom4j ---
00:49:15 [INFO] 
00:49:15 [INFO] ----------------< org.eclipse.orbit.bundles:org.dom4j >-----------------
00:49:15 [INFO] Building DOM4J 2.1.1-SNAPSHOT                                  [377/379]
00:49:15 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:49:15 [INFO] 
00:49:15 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.dom4j ---
00:49:15 [INFO] 
00:49:15 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.dom4j ---
00:49:15 [INFO] The project's OSGi version is 2.1.1.v20221112-0806
00:49:15 [INFO] 
00:49:15 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.dom4j ---
00:49:15 [INFO] 
00:49:15 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.dom4j ---
00:49:15 [INFO] Copying 3 resources
00:49:15 [INFO] 
00:49:15 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.dom4j ---
00:49:15 [INFO] No sources to compile
00:49:15 [INFO] 
00:49:15 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.dom4j ---
00:49:15 [INFO] Gathering dependencies
00:49:15 [INFO] Configured Artifact: org.dom4j:dom4j:2.1.1:jar
00:49:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_2.1.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*,META-INF/LICENSE.txt"
00:49:16 [INFO] Merging collected dependencies
00:49:16 [INFO] Copying 185 resources
00:49:16 [INFO] Generating OSGi MANIFEST.MF
00:49:16 [WARNING] Manifest org.eclipse.orbit.bundles:org.dom4j:eclipse-bundle-recipe:2.1.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*] 
00:49:16 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_2.1.1/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_2.1.1/target/org.dom4j-2.1.1-SNAPSHOT.jar
00:49:16 [INFO] Gathering sources
00:49:16 [INFO] Configured Artifact: org.dom4j:dom4j:sources:2.1.1:jar
00:49:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/dom4j/dom4j/2.1.1/dom4j-2.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_2.1.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,META-INF/LICENSE.txt"
00:49:16 [INFO] Copying 3 resources
00:49:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_2.1.1/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_2.1.1/target/org.dom4j-2.1.1-SNAPSHOT-sources.jar
00:49:16 [INFO] Assembling p2 repository
00:49:17 [INFO] 
00:49:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.dom4j ---
00:49:17 [INFO] 
00:49:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.dom4j ---
00:49:17 [INFO] Gathering sources archives
00:49:17 [INFO] Configured Artifact: org.dom4j:dom4j:sources:2.1.1:jar
00:49:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/dom4j/dom4j/2.1.1/dom4j-2.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_2.1.1/target/sources-for-eclipse-ipzilla/dom4j-2.1.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,META-INF/LICENSE.txt"
00:49:17 [INFO] Configured Artifact: org.dom4j:dom4j:sources:2.1.1:jar
00:49:17 [INFO] Copying dom4j-2.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_2.1.1/target/sources-for-eclipse-ipzilla/dom4j-2.1.1-sources.jar
00:49:17 [INFO] Refreshing about files and about.html
00:49:17 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_2.1.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:49:17 [INFO] 
00:49:17 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.dom4j ---
00:49:17 [WARNING] artifact org.eclipse.orbit.bundles:org.dom4j:xml:p2metadata:2.1.1-SNAPSHOT already attached, replace previous instance
00:49:17 [WARNING] artifact org.eclipse.orbit.bundles:org.dom4j:xml:p2artifacts:2.1.1-SNAPSHOT already attached, replace previous instance
00:49:17 [INFO] 
00:49:17 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.dom4j ---
00:49:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_2.1.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT.pom
00:49:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_2.1.1/target/org.dom4j-2.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT.jar
00:49:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_2.1.1/target/org.dom4j-2.1.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT-sources.jar
00:49:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_2.1.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT-p2metadata.xml
00:49:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.dom4j_2.1.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT-p2artifacts.xml
00:49:17 [INFO] 
00:49:17 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.dom4j ---
00:49:17 [INFO] 
00:49:17 [INFO] ----------------< org.eclipse.orbit.bundles:org.jaxen >-----------------
00:49:17 [INFO] Building jaxen 1.1.6-SNAPSHOT                                  [378/379]
00:49:17 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:49:17 [INFO] 
00:49:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jaxen ---
00:49:17 [INFO] 
00:49:17 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.jaxen ---
00:49:17 [INFO] The project's OSGi version is 1.1.6.v20221112-0806
00:49:17 [INFO] 
00:49:17 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.jaxen ---
00:49:17 [INFO] 
00:49:17 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.jaxen ---
00:49:17 [INFO] Copying 3 resources
00:49:17 [INFO] 
00:49:17 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.jaxen ---
00:49:17 [INFO] No sources to compile
00:49:17 [INFO] 
00:49:17 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.jaxen ---
00:49:17 [INFO] Gathering dependencies
00:49:17 [INFO] Configured Artifact: jaxen:jaxen:1.1.6:jar
00:49:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jaxen_1.1.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:49:17 [INFO] Merging collected dependencies
00:49:17 [INFO] Copying 216 resources
00:49:17 [INFO] Generating OSGi MANIFEST.MF
00:49:17 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jaxen_1.1.6/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jaxen_1.1.6/target/org.jaxen-1.1.6-SNAPSHOT.jar
00:49:17 [INFO] Gathering sources
00:49:17 [INFO] Configured Artifact: jaxen:jaxen:sources:1.1.6:jar
00:49:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jaxen/jaxen/1.1.6/jaxen-1.1.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jaxen_1.1.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:49:18 [INFO] Copying 3 resources
00:49:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jaxen_1.1.6/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jaxen_1.1.6/target/org.jaxen-1.1.6-SNAPSHOT-sources.jar
00:49:18 [INFO] Assembling p2 repository
00:49:18 [INFO] 
00:49:18 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.jaxen ---
00:49:18 [INFO] 
00:49:18 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.jaxen ---
00:49:18 [INFO] Gathering sources archives
00:49:18 [INFO] Configured Artifact: jaxen:jaxen:sources:1.1.6:jar
00:49:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/jaxen/jaxen/1.1.6/jaxen-1.1.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jaxen_1.1.6/target/sources-for-eclipse-ipzilla/jaxen-1.1.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:49:18 [INFO] Configured Artifact: jaxen:jaxen:sources:1.1.6:jar
00:49:18 [INFO] Copying jaxen-1.1.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jaxen_1.1.6/target/sources-for-eclipse-ipzilla/jaxen-1.1.6-sources.jar
00:49:18 [INFO] Refreshing about files and about.html
00:49:18 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jaxen_1.1.6/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:49:18 [INFO] 
00:49:18 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.jaxen ---
00:49:18 [WARNING] artifact org.eclipse.orbit.bundles:org.jaxen:xml:p2metadata:1.1.6-SNAPSHOT already attached, replace previous instance
00:49:18 [WARNING] artifact org.eclipse.orbit.bundles:org.jaxen:xml:p2artifacts:1.1.6-SNAPSHOT already attached, replace previous instance
00:49:18 [INFO] 
00:49:18 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.jaxen ---
00:49:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jaxen_1.1.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT.pom
00:49:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jaxen_1.1.6/target/org.jaxen-1.1.6-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT.jar
00:49:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jaxen_1.1.6/target/org.jaxen-1.1.6-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT-sources.jar
00:49:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jaxen_1.1.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT-p2metadata.xml
00:49:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jaxen_1.1.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT-p2artifacts.xml
00:49:18 [INFO] 
00:49:18 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.jaxen ---
00:49:18 [INFO] 
00:49:18 [INFO] ----------------< org.eclipse.orbit.bundles:org.jdom2 >-----------------
00:49:18 [INFO] Building JDOM 2.0.6-SNAPSHOT                                   [379/379]
00:49:18 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
00:49:18 [INFO] 
00:49:18 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jdom2 ---
00:49:18 [INFO] 
00:49:18 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.jdom2 ---
00:49:18 [INFO] The project's OSGi version is 2.0.6.v20221112-0806
00:49:18 [INFO] 
00:49:18 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.jdom2 ---
00:49:18 [INFO] 
00:49:18 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.jdom2 ---
00:49:18 [INFO] Copying 3 resources
00:49:18 [INFO] 
00:49:18 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.jdom2 ---
00:49:18 [INFO] Changes detected - recompiling the module!
00:49:18 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jdom2_2.0.6/target/classes
00:49:19 [INFO] 
00:49:19 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.jdom2 ---
00:49:19 [INFO] Gathering dependencies
00:49:19 [INFO] Configured Artifact: org.jdom:jdom2:2.0.6:jar
00:49:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jdom2_2.0.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:49:19 [INFO] Merging collected dependencies
00:49:19 [INFO] Copying 198 resources
00:49:19 [INFO] Generating OSGi MANIFEST.MF
00:49:19 [INFO] Writing manifest: /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jdom2_2.0.6/target/classes/META-INF/MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jdom2_2.0.6/target/org.jdom2-2.0.6-SNAPSHOT.jar
00:49:19 [INFO] Gathering sources
00:49:19 [INFO] Configured Artifact: org.jdom:jdom2:sources:2.0.6:jar
00:49:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jdom2_2.0.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:49:19 [INFO] Copying 3 resources
00:49:19 [INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jdom2_2.0.6/target/org.jdom2-2.0.6-SNAPSHOT-sources.jar
00:49:19 [INFO] Assembling p2 repository
00:49:20 [INFO] 
00:49:20 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.jdom2 ---
00:49:20 [INFO] 
00:49:20 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.jdom2 ---
00:49:20 [INFO] Gathering sources archives
00:49:20 [INFO] Configured Artifact: org.jdom:jdom2:sources:2.0.6:jar
00:49:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jdom2_2.0.6/target/sources-for-eclipse-ipzilla/jdom2-2.0.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*"
00:49:20 [INFO] Configured Artifact: org.jdom:jdom2:sources:2.0.6:jar
00:49:20 [INFO] Copying jdom2-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jdom2_2.0.6/target/sources-for-eclipse-ipzilla/jdom2-2.0.6-sources.jar
00:49:20 [INFO] Refreshing about files and about.html
00:49:20 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jdom2_2.0.6/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line).
00:49:20 [INFO] 
00:49:20 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.jdom2 ---
00:49:20 [WARNING] artifact org.eclipse.orbit.bundles:org.jdom2:xml:p2metadata:2.0.6-SNAPSHOT already attached, replace previous instance
00:49:20 [WARNING] artifact org.eclipse.orbit.bundles:org.jdom2:xml:p2artifacts:2.0.6-SNAPSHOT already attached, replace previous instance
00:49:20 [INFO] 
00:49:20 [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ org.jdom2 ---
00:49:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jdom2_2.0.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT.pom
00:49:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jdom2_2.0.6/target/org.jdom2-2.0.6-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT.jar
00:49:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jdom2_2.0.6/target/org.jdom2-2.0.6-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT-sources.jar
00:49:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jdom2_2.0.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT-p2metadata.xml
00:49:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/xml/org.jdom2_2.0.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT-p2artifacts.xml
00:49:20 [INFO] 
00:49:20 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.jdom2 ---
00:49:20 [INFO] ------------------------------------------------------------------------
00:49:20 [INFO] Reactor Summary:
00:49:20 [INFO] 
00:49:20 [INFO] Eclipse Orbit :: Bundle Recipes 1.0.0-SNAPSHOT ..... SUCCESS [ 15.144 s]
00:49:20 [INFO] Eclipse Orbit :: ANTLR Recipes 1.0.0-SNAPSHOT ...... SUCCESS [  0.013 s]
00:49:20 [INFO] ANTLR 3 Runtime 3.2.0-SNAPSHOT ..................... SUCCESS [ 33.783 s]
00:49:20 [INFO] ANTLR 3 Runtime 3.5.2-SNAPSHOT ..................... SUCCESS [  1.887 s]
00:49:20 [INFO] ANTLR 4 Runtime 4.5.1-SNAPSHOT ..................... SUCCESS [  2.356 s]
00:49:20 [INFO] ANTLR 4 Runtime 4.7.1-SNAPSHOT ..................... SUCCESS [  2.022 s]
00:49:20 [INFO] ANTLR 4 Runtime 4.7.2-SNAPSHOT ..................... SUCCESS [  2.036 s]
00:49:20 [INFO] ANTLR 4 Runtime 4.10.1-SNAPSHOT .................... SUCCESS [  2.011 s]
00:49:20 [INFO] Eclipse Orbit :: AOP Alliance Recipes 1.0.0-SNAPSHOT SUCCESS [  0.009 s]
00:49:20 [INFO] AOP alliance 1.0.0-SNAPSHOT ........................ SUCCESS [  1.092 s]
00:49:20 [INFO] Eclipse Orbit :: args4j Recipes 1.0.0-SNAPSHOT ..... SUCCESS [  0.008 s]
00:49:20 [INFO] args4j 2.33.0-SNAPSHOT ............................. SUCCESS [ 11.469 s]
00:49:20 [INFO] Eclipse Orbit :: ASM Recipes 1.0.0-SNAPSHOT ........ SUCCESS [  0.009 s]
00:49:20 [INFO] ASM Core 9.4.0-SNAPSHOT ............................ SUCCESS [  1.360 s]
00:49:20 [INFO] ASM Analysis 9.4.0-SNAPSHOT ........................ SUCCESS [  1.178 s]
00:49:20 [INFO] ASM Commons 9.4.0-SNAPSHOT ......................... SUCCESS [  1.126 s]
00:49:20 [INFO] ASM Tree 9.4.0-SNAPSHOT ............................ SUCCESS [  1.188 s]
00:49:20 [INFO] ASM Util 9.4.0-SNAPSHOT ............................ SUCCESS [  1.104 s]
00:49:20 [INFO] Eclipse Orbit :: AssertJ Recipes 1.0.0-SNAPSHOT .... SUCCESS [  0.007 s]
00:49:20 [INFO] AssertJ fluent assertions 3.20.2-SNAPSHOT .......... SUCCESS [  7.819 s]
00:49:20 [INFO] Eclipse Orbit :: Apache Recipes 1.0.0-SNAPSHOT ..... SUCCESS [  0.008 s]
00:49:20 [INFO] Apache Commons CLI 1.4.0-SNAPSHOT .................. SUCCESS [  1.288 s]
00:49:20 [INFO] Apache Commons Codec 1.14.0-SNAPSHOT ............... SUCCESS [  1.716 s]
00:49:20 [INFO] Apache Commons Collections 3.2.2-SNAPSHOT .......... SUCCESS [  2.243 s]
00:49:20 [INFO] Apache Commons Collections 4.4.0-SNAPSHOT .......... SUCCESS [  5.442 s]
00:49:20 [INFO] Apache Commons Compress 1.22.0-SNAPSHOT ............ SUCCESS [  2.693 s]
00:49:20 [INFO] Apache Commons CSV 1.8.0-SNAPSHOT .................. SUCCESS [  1.848 s]
00:49:20 [INFO] Apache Commons FileUpload 1.3.2-SNAPSHOT ........... SUCCESS [  2.246 s]
00:49:20 [INFO] Apache Commons IO 2.8.0-SNAPSHOT ................... SUCCESS [  1.722 s]
00:49:20 [INFO] Apache Commons Lang 2.6.0-SNAPSHOT ................. SUCCESS [  1.298 s]
00:49:20 [INFO] Apache Commons Lang 3.12.0-SNAPSHOT ................ SUCCESS [  1.868 s]
00:49:20 [INFO] Apache Commons Logging 1.2.0-SNAPSHOT .............. SUCCESS [  1.269 s]
00:49:20 [INFO] Apache Commons Math 3.6.1-SNAPSHOT ................. SUCCESS [  4.720 s]
00:49:20 [INFO] Apache Onami-Configuration 6.3.0-SNAPSHOT .......... SUCCESS [  1.115 s]
00:49:20 [INFO] Apache FontBox 2.0.6-SNAPSHOT ...................... SUCCESS [  2.275 s]
00:49:20 [INFO] Apache Preflight 2.0.6-SNAPSHOT .................... SUCCESS [  1.469 s]
00:49:20 [INFO] Apache XmpBox 2.0.6-SNAPSHOT ....................... SUCCESS [  1.348 s]
00:49:20 [INFO] Apache PDFBox 2.0.6-SNAPSHOT ....................... SUCCESS [  5.838 s]
00:49:20 [INFO] Apache POI 4.1.1-SNAPSHOT .......................... SUCCESS [  5.052 s]
00:49:20 [INFO] Apache POI OOXML 4.1.1-SNAPSHOT .................... SUCCESS [  3.754 s]
00:49:20 [INFO] Apache POI OOXML Schemas 4.1.1-SNAPSHOT ............ SUCCESS [  9.729 s]
00:49:20 [INFO] Apache XML Security for Java 2.2.0-SNAPSHOT ........ SUCCESS [  2.765 s]
00:49:20 [INFO] Apache Mina SSHD :: OSGi 2.8.0-SNAPSHOT ............ SUCCESS [  3.859 s]
00:49:20 [INFO] Apache Mina SSHD :: SFTP 2.8.0-SNAPSHOT ............ SUCCESS [  8.928 s]
00:49:20 [INFO] Apache Mina SSHD :: OSGi 2.9.2-SNAPSHOT ............ SUCCESS [  3.318 s]
00:49:20 [INFO] Apache Mina SSHD :: SFTP 2.9.2-SNAPSHOT ............ SUCCESS [  1.787 s]
00:49:20 [INFO] Apache WebServices Common Utilities 1.0.2-SNAPSHOT . SUCCESS [  1.078 s]
00:49:20 [INFO] Web Services Inspection Language for Java 1.0.0-SNAPSHOT SUCCESS [  1.315 s]
00:49:20 [INFO] Xalan Java 2.7.2-SNAPSHOT .......................... SUCCESS [  4.697 s]
00:49:20 [INFO] Xerces2-j 2.12.2-SNAPSHOT .......................... SUCCESS [  3.245 s]
00:49:20 [INFO] XML Commons Resolver Component 1.2.0-SNAPSHOT ...... SUCCESS [  1.001 s]
00:49:20 [INFO] Xalan Java Serializer 2.7.2-SNAPSHOT ............... SUCCESS [  2.439 s]
00:49:20 [INFO] XmlBeans 3.1.0-SNAPSHOT ............................ SUCCESS [  9.111 s]
00:49:20 [INFO] Eclipse Orbit :: Ant Recipes 1.0.0-SNAPSHOT ........ SUCCESS [  0.005 s]
00:49:20 [INFO] Apache Ant (all-in-one) 1.10.12-SNAPSHOT ........... SUCCESS [ 15.198 s]
00:49:20 [INFO] Eclipse Orbit :: Batik Recipes 1.0.0-SNAPSHOT ...... SUCCESS [  0.006 s]
00:49:20 [INFO] org.apache.xmlgraphics:batik-codec 1.16.0-SNAPSHOT . SUCCESS [  1.953 s]
00:49:20 [INFO] Batik Shared Resources 1.16.0-SNAPSHOT ............. SUCCESS [  0.837 s]
00:49:20 [INFO] org.apache.xmlgraphics:batik-xml 1.16.0-SNAPSHOT ... SUCCESS [  0.892 s]
00:49:20 [INFO] org.apache.xmlgraphics:batik-ext 1.16.0-SNAPSHOT ... SUCCESS [  0.843 s]
00:49:20 [INFO] org.apache.xmlgraphics:batik-awt-util 1.16.0-SNAPSHOT SUCCESS [  1.499 s]
00:49:20 [INFO] org.apache.xmlgraphics:batik-parser 1.16.0-SNAPSHOT  SUCCESS [  0.959 s]
00:49:20 [INFO] org.apache.xmlgraphics:batik-dom 1.16.0-SNAPSHOT ... SUCCESS [  1.123 s]
00:49:20 [INFO] org.apache.xmlgraphics:batik-gvt 1.16.0-SNAPSHOT ... SUCCESS [ 10.227 s]
00:49:20 [INFO] org.apache.xmlgraphics:batik-svggen 1.16.0-SNAPSHOT  SUCCESS [  1.195 s]
00:49:20 [INFO] org.apache.xmlgraphics:batik-svg-dom 1.16.0-SNAPSHOT SUCCESS [  1.237 s]
00:49:20 [INFO] org.apache.xmlgraphics:batik-anim 1.16.0-SNAPSHOT .. SUCCESS [  1.613 s]
00:49:20 [INFO] org.apache.xmlgraphics:batik-script 1.16.0-SNAPSHOT  SUCCESS [  0.951 s]
00:49:20 [INFO] org.apache.xmlgraphics:batik-bridge 1.16.0-SNAPSHOT  SUCCESS [  1.606 s]
00:49:20 [INFO] org.apache.xmlgraphics:batik-transcoder 1.16.0-SNAPSHOT SUCCESS [  0.956 s]
00:49:20 [INFO] Batik constants library 1.16.0-SNAPSHOT ............ SUCCESS [  0.798 s]
00:49:20 [INFO] Batik CSS engine 1.16.0-SNAPSHOT ................... SUCCESS [  1.387 s]
00:49:20 [INFO] Batik i18n library 1.16.0-SNAPSHOT ................. SUCCESS [  0.799 s]
00:49:20 [INFO] Batik utility library 1.16.0-SNAPSHOT .............. SUCCESS [  1.055 s]
00:49:20 [INFO] Apache XML Graphics Commons 2.7.0-SNAPSHOT ......... SUCCESS [  2.044 s]
00:49:20 [INFO] Eclipse Orbit :: Apache HTTPComponents Recipes 1.0.0-SNAPSHOT SUCCESS [  0.006 s]
00:49:20 [INFO] Apache HttpCore NIO 4.4.16-SNAPSHOT ................ SUCCESS [  1.871 s]
00:49:20 [INFO] Apache HttpAsyncClient 4.1.3-SNAPSHOT .............. SUCCESS [  1.697 s]
00:49:20 [INFO] Apache HttpCore 4.4.16-SNAPSHOT .................... SUCCESS [  1.532 s]
00:49:20 [INFO] Apache HttpClient 4.5.14-SNAPSHOT .................. SUCCESS [  2.350 s]
00:49:20 [INFO] Apache HttpClient Windows features 4.5.14-SNAPSHOT . SUCCESS [  3.958 s]
00:49:20 [INFO] Apache HttpComponents Core HTTP/1.1 5.1.4-SNAPSHOT . SUCCESS [  2.631 s]
00:49:20 [INFO] Apache HttpComponents Core HTTP/2 5.1.4-SNAPSHOT ... SUCCESS [  1.361 s]
00:49:20 [INFO] Apache HttpClient 5.1.3-SNAPSHOT ................... SUCCESS [  2.574 s]
00:49:20 [INFO] Apache HttpClient Windows specific functionality 5.1.3-SNAPSHOT SUCCESS [  1.245 s]
00:49:20 [INFO] Eclipse Orbit :: JClouds Recipes 1.0.0-SNAPSHOT .... SUCCESS [  0.006 s]
00:49:20 [INFO] Apache Jclouds OpenStack Components Core 1.8.0-SNAPSHOT SUCCESS [  1.983 s]
00:49:20 [INFO] Apache Jclouds OpenStack Cinder API 1.8.0-SNAPSHOT . SUCCESS [  1.359 s]
00:49:20 [INFO] Apache Jclouds OpenStack Keystone API 1.8.0-SNAPSHOT SUCCESS [  1.541 s]
00:49:20 [INFO] Apache Jclouds OpenStack Nova API 1.8.0-SNAPSHOT ... SUCCESS [  1.968 s]
00:49:20 [INFO] Apache Jclouds OpenStack Neutron API 1.8.0-SNAPSHOT  SUCCESS [  1.505 s]
00:49:20 [INFO] Apache Jclouds Swift API 1.8.0-SNAPSHOT ............ SUCCESS [  1.355 s]
00:49:20 [INFO] Apache Jclouds SLF4J Logging Module 1.8.0-SNAPSHOT . SUCCESS [  0.920 s]
00:49:20 [INFO] Apache Jclouds Docker API 1.8.0-SNAPSHOT ........... SUCCESS [  1.381 s]
00:49:20 [INFO] Apache Jclouds AWS EC2 API 1.8.0-SNAPSHOT .......... SUCCESS [  1.976 s]
00:49:20 [INFO] Apache Jclouds Cloudwatch API 1.8.0-SNAPSHOT ....... SUCCESS [  1.157 s]
00:49:20 [INFO] Jclouds Components Core 1.8.0-SNAPSHOT ............. SUCCESS [  2.111 s]
00:49:20 [INFO] Jclouds Blobstore Core 1.8.0-SNAPSHOT .............. SUCCESS [  1.256 s]
00:49:20 [INFO] Jclouds Compute Core 1.8.0-SNAPSHOT ................ SUCCESS [  1.537 s]
00:49:20 [INFO] Jclouds Sts Api 1.8.0-SNAPSHOT ..................... SUCCESS [  1.008 s]
00:49:20 [INFO] Jclouds Script Builder 1.8.0-SNAPSHOT .............. SUCCESS [  1.096 s]
00:49:20 [INFO] Eclipse Orbit :: Apache Lucene Recipes 1.0.0-SNAPSHOT SUCCESS [  0.005 s]
00:49:20 [INFO] Lucene Core 7.5.0 7.5.0-SNAPSHOT ................... SUCCESS [  4.915 s]
00:49:20 [INFO] Lucene Common Analyzers 7.5.0 7.5.0-SNAPSHOT ....... SUCCESS [  3.054 s]
00:49:20 [INFO] Lucene Smart Chinese Analyzer 7.5.0 7.5.0-SNAPSHOT . SUCCESS [  2.375 s]
00:49:20 [INFO] Lucene Miscellaneous 7.5.0 7.5.0-SNAPSHOT .......... SUCCESS [  1.182 s]
00:49:20 [INFO] Lucene QueryParsers 7.5.0 7.5.0-SNAPSHOT ........... SUCCESS [  1.715 s]
00:49:20 [INFO] Lucene Core 8.4.1 8.4.1-SNAPSHOT ................... SUCCESS [  4.955 s]
00:49:20 [INFO] Lucene Common Analyzers 8.4.1 8.4.1-SNAPSHOT ....... SUCCESS [  2.807 s]
00:49:20 [INFO] Lucene Smart Chinese Analyzer 8.4.1 8.4.1-SNAPSHOT . SUCCESS [  2.421 s]
00:49:20 [INFO] Lucene Core 9.4.2 9.4.2-SNAPSHOT ................... SUCCESS [  5.058 s]
00:49:20 [INFO] Lucene Analysis Common 9.4.2 9.4.2-SNAPSHOT ........ SUCCESS [ 22.020 s]
00:49:20 [INFO] Lucene Smart Chinese Analyzer 9.4.2 9.4.2-SNAPSHOT . SUCCESS [  1.618 s]
00:49:20 [INFO] Eclipse Orbit :: Apache Maven Recipes 1.0.0-SNAPSHOT SUCCESS [  0.018 s]
00:49:20 [INFO] Eclipse Orbit :: Apache Maven Resolver (ex-Eclipse Aether) Recipes 1.0.0-SNAPSHOT SUCCESS [  0.007 s]
00:49:20 [INFO] Maven Artifact Resolver API 1.0.3-SNAPSHOT ......... SUCCESS [  1.494 s]
00:49:20 [INFO] Maven Artifact Resolver Connector Basic 1.0.3-SNAPSHOT SUCCESS [  1.196 s]
00:49:20 [INFO] Maven Artifact Resolver Implementation 1.0.3-SNAPSHOT SUCCESS [  1.261 s]
00:49:20 [INFO] Maven Artifact Resolver SPI 1.0.3-SNAPSHOT ......... SUCCESS [  5.718 s]
00:49:20 [INFO] Maven Artifact Resolver Transport File 1.0.3-SNAPSHOT SUCCESS [  1.002 s]
00:49:20 [INFO] Maven Artifact Resolver Transport HTTP 1.0.3-SNAPSHOT SUCCESS [  1.577 s]
00:49:20 [INFO] Maven Artifact Resolver Utilities 1.0.3-SNAPSHOT ... SUCCESS [  1.213 s]
00:49:20 [INFO] Eclipse Orbit :: Apache Tika Recipes 1.24.1-SNAPSHOT SUCCESS [  0.006 s]
00:49:20 [INFO] Apache Tika Core 1.24.1-SNAPSHOT ................... SUCCESS [  1.881 s]
00:49:20 [INFO] Apache Tika Parsers 1.24.1-SNAPSHOT ................ SUCCESS [ 16.664 s]
00:49:20 [INFO] Eclipse Orbit :: XML-RPC Recipes 3.1.3-SNAPSHOT .... SUCCESS [  0.006 s]
00:49:20 [INFO] Apache XML-RPC Client Library 3.1.3-SNAPSHOT ....... SUCCESS [  1.582 s]
00:49:20 [INFO] Apache XML-RPC Common Library 3.1.3-SNAPSHOT ....... SUCCESS [  1.039 s]
00:49:20 [INFO] Apache XML-RPC Server Library 3.1.3-SNAPSHOT ....... SUCCESS [  1.132 s]
00:49:20 [INFO] Eclipse Orbit :: Bouncycastle Recipes 1.0.0-SNAPSHOT SUCCESS [  0.005 s]
00:49:20 [INFO] Bouncy Castle OpenPGP API 1.72.0-SNAPSHOT .......... SUCCESS [  1.974 s]
00:49:20 [INFO] Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs 1.72.0-SNAPSHOT SUCCESS [  2.671 s]
00:49:20 [INFO] Bouncy Castle Provider 1.72.0-SNAPSHOT ............. SUCCESS [ 12.060 s]
00:49:20 [INFO] Bouncy Castle ASN.1 Extension and Utility APIs 1.72.0-SNAPSHOT SUCCESS [  1.958 s]
00:49:20 [INFO] Eclipse Orbit :: Byte Buddy Recipes 1.0.0-SNAPSHOT . SUCCESS [  0.005 s]
00:49:20 [INFO] Byte Buddy (without dependencies) 1.7.9-SNAPSHOT ... SUCCESS [  4.330 s]
00:49:20 [INFO] Byte Buddy Java agent 1.7.9-SNAPSHOT ............... SUCCESS [  1.049 s]
00:49:20 [INFO] Byte Buddy (without dependencies) 1.9.0-SNAPSHOT ... SUCCESS [  4.507 s]
00:49:20 [INFO] Byte Buddy Java agent 1.9.0-SNAPSHOT ............... SUCCESS [ 13.511 s]
00:49:20 [INFO] Byte Buddy (without dependencies) 1.12.18-SNAPSHOT . SUCCESS [  5.511 s]
00:49:20 [INFO] Byte Buddy agent 1.12.18-SNAPSHOT .................. SUCCESS [  1.231 s]
00:49:20 [INFO] Eclipse Orbit :: CommonMark Recipes 1.0.0-SNAPSHOT . SUCCESS [  0.005 s]
00:49:20 [INFO] commonmark-java core 0.15.1-SNAPSHOT ............... SUCCESS [  1.720 s]
00:49:20 [INFO] commonmark-java extension for YAML front matter 0.15.1-SNAPSHOT SUCCESS [  0.971 s]
00:49:20 [INFO] commonmark-java extension for tables 0.15.1-SNAPSHOT SUCCESS [  1.141 s]
00:49:20 [INFO] commonmark-java extension for strikethrough 0.15.1-SNAPSHOT SUCCESS [  0.986 s]
00:49:20 [INFO] commonmark-java extension for image attributes 0.15.1-SNAPSHOT SUCCESS [  0.940 s]
00:49:20 [INFO] commonmark-java extension for <ins> (underline) 0.15.1-SNAPSHOT SUCCESS [  1.083 s]
00:49:20 [INFO] commonmark-java extension for task list items 0.15.1-SNAPSHOT SUCCESS [  0.990 s]
00:49:20 [INFO] commonmark-java extension for adding id attributes to h tags 0.15.1-SNAPSHOT SUCCESS [ 18.568 s]
00:49:20 [INFO] Eclipse Orbit :: Apache Recipes 1.0.0-SNAPSHOT ..... SUCCESS [  0.004 s]
00:49:20 [INFO] Java Cup Runtime 0.11.20150326 0.11.20150326-SNAPSHOT SUCCESS [  1.639 s]
00:49:20 [INFO] Java CUP 0.11.20150326 0.11.20150326-SNAPSHOT ...... SUCCESS [  2.134 s]
00:49:20 [INFO] Eclipse Orbit :: DRMAA 1.0.0-SNAPSHOT .............. SUCCESS [  0.006 s]
00:49:20 [INFO] org.ggf.drmaa 1.0.0-SNAPSHOT ....................... SUCCESS [  1.145 s]
00:49:20 [INFO] com.sun.grid.drmaa 1.0.0-SNAPSHOT .................. SUCCESS [  1.554 s]
00:49:20 [INFO] Eclipse Orbit :: Freemarker Recipes 1.0.0-SNAPSHOT . SUCCESS [  0.006 s]
00:49:20 [INFO] FreeMarker 2.3.22-SNAPSHOT ......................... SUCCESS [  2.898 s]
00:49:20 [INFO] Eclipse Orbit :: Github Recipes 1.0.0-SNAPSHOT ..... SUCCESS [  0.008 s]
00:49:20 [INFO] Eclipse Orbit :: Classgraph Recipes 1.0.0-SNAPSHOT . SUCCESS [  0.005 s]
00:49:20 [INFO] ClassGraph 4.8.149-SNAPSHOT ........................ SUCCESS [  1.674 s]
00:49:20 [INFO] Eclipse Orbit :: Cronutils Recipes 1.0.0-SNAPSHOT .. SUCCESS [  0.012 s]
00:49:20 [INFO] cron-utils 5.0.5-SNAPSHOT .......................... SUCCESS [  1.475 s]
00:49:20 [INFO] Eclipse Orbit :: Docker Recipes 1.0.0-SNAPSHOT ..... SUCCESS [  0.005 s]
00:49:20 [INFO] docker-client 3.2.1-SNAPSHOT ....................... SUCCESS [ 10.811 s]
00:49:20 [INFO] Eclipse Orbit :: EdDSA Recipes 1.0.0-SNAPSHOT ...... SUCCESS [  0.007 s]
00:49:20 [INFO] EdDSA-Java 0.3.0-SNAPSHOT .......................... SUCCESS [  1.040 s]
00:49:20 [INFO] Eclipse Orbit :: EJML Recipes 1.0.0-SNAPSHOT ....... SUCCESS [  0.005 s]
00:49:20 [INFO] EJML 0.29.0-SNAPSHOT ............................... SUCCESS [  1.064 s]
00:49:20 [INFO] EJML 0.29.0-SNAPSHOT ............................... SUCCESS [  1.449 s]
00:49:20 [INFO] EJML 0.29.0-SNAPSHOT ............................... SUCCESS [  0.997 s]
00:49:20 [INFO] EJML 0.29.0-SNAPSHOT ............................... SUCCESS [  1.155 s]
00:49:20 [INFO] EJML 0.29.0-SNAPSHOT ............................... SUCCESS [  0.934 s]
00:49:20 [INFO] EJML 0.29.0-SNAPSHOT ............................... SUCCESS [  0.788 s]
00:49:20 [INFO] EJML 0.38.0-SNAPSHOT ............................... SUCCESS [  1.162 s]
00:49:20 [INFO] Eclipse Orbit :: Java Diff Utils Recipes 1.0.0-SNAPSHOT SUCCESS [  0.005 s]
00:49:20 [INFO] Java Diff Utils 4.8.0-SNAPSHOT ..................... SUCCESS [  1.076 s]
00:49:20 [INFO] Eclipse Orbit :: JavaEWAH Recipes 1.0.0-SNAPSHOT ... SUCCESS [  0.005 s]
00:49:20 [INFO] JavaEWAH 1.1.13-SNAPSHOT ........................... SUCCESS [  1.089 s]
00:49:20 [INFO] Eclipse Orbit :: JNR Recipes 1.0.0-SNAPSHOT ........ SUCCESS [  0.005 s]
00:49:20 [INFO] jnr-constants 0.10.3-SNAPSHOT ...................... SUCCESS [  2.925 s]
00:49:20 [INFO] jnr-enxio 0.32.13-SNAPSHOT ......................... SUCCESS [  1.392 s]
00:49:20 [INFO] jnr-ffi 2.2.11-SNAPSHOT ............................ SUCCESS [  2.336 s]
00:49:20 [INFO] jffi 1.3.9-SNAPSHOT ................................ SUCCESS [  1.450 s]
00:49:20 [INFO] jffi native 1.3.9-SNAPSHOT ......................... SUCCESS [  1.009 s]
00:49:20 [INFO] jnr-posix 3.1.15-SNAPSHOT .......................... SUCCESS [  1.355 s]
00:49:20 [INFO] jnr-unixsocket 0.38.17-SNAPSHOT .................... SUCCESS [  1.068 s]
00:49:20 [INFO] jnr-x86asm 1.0.2-SNAPSHOT .......................... SUCCESS [  1.020 s]
00:49:20 [INFO] jnr-a64asm 1.0.0-SNAPSHOT .......................... SUCCESS [  0.914 s]
00:49:20 [INFO] Eclipse Orbit :: JRuby Recipes 1.0.0-SNAPSHOT ...... SUCCESS [  0.004 s]
00:49:20 [INFO] JCodings 1.0.18-SNAPSHOT ........................... SUCCESS [  2.857 s]
00:49:20 [INFO] Joni 2.1.11-SNAPSHOT ............................... SUCCESS [  1.150 s]
00:49:20 [INFO] Eclipse Orbit :: JSoup Recipes 1.0.0-SNAPSHOT ...... SUCCESS [  0.006 s]
00:49:20 [INFO] jsoup 1.14.3-SNAPSHOT .............................. SUCCESS [  1.525 s]
00:49:20 [INFO] Eclipse Orbit :: MongoDB Recipes 1.0.0-SNAPSHOT .... SUCCESS [  0.005 s]
00:49:20 [INFO] MongoDB Java Driver 3.2.2-SNAPSHOT ................. SUCCESS [  4.679 s]
00:49:20 [INFO] Eclipse Orbit :: Mozilla Recipes 1.0.0-SNAPSHOT .... SUCCESS [  0.008 s]
00:49:20 [INFO] rhino 1.7.10-SNAPSHOT .............................. SUCCESS [  2.604 s]
00:49:20 [INFO] Eclipse Orbit :: OSHI Recipes 1.0.0-SNAPSHOT ....... SUCCESS [  0.005 s]
00:49:20 [INFO] oshi-core 3.8.0-SNAPSHOT ........................... SUCCESS [  1.781 s]
00:49:20 [INFO] Eclipse Orbit :: Unirest-Java Recipes 1.0.0-SNAPSHOT SUCCESS [  0.005 s]
00:49:20 [INFO] com.konghq.unirest-java 3.4.2-SNAPSHOT ............. SUCCESS [  1.885 s]
00:49:20 [INFO] Eclipse Orbit :: Virtuald Recipes 1.0.0-SNAPSHOT ... SUCCESS [  0.004 s]
00:49:20 [INFO] curvesapi 1.6.0-SNAPSHOT ........................... SUCCESS [  1.038 s]
00:49:20 [INFO] Eclipse Orbit :: Glassfish Recipes 1.0.0-SNAPSHOT .. SUCCESS [  0.005 s]
00:49:20 [INFO] Eclipse Orbit :: Glassfish HK2 Recipes 1.0.0-SNAPSHOT SUCCESS [  0.005 s]
00:49:20 [INFO] HK2 API module 2.5.0-SNAPSHOT ...................... SUCCESS [  1.621 s]
00:49:20 [INFO] ASM library repackaged as OSGi bundle 2.5.0-SNAPSHOT SUCCESS [  1.605 s]
00:49:20 [INFO] ServiceLocator Default Implementation 2.5.0-SNAPSHOT SUCCESS [  1.506 s]
00:49:20 [INFO] OSGi resource locator 2.5.0-SNAPSHOT ............... SUCCESS [  0.917 s]
00:49:20 [INFO] HK2 Implementation Utilities 2.5.0-SNAPSHOT ........ SUCCESS [  1.155 s]
00:49:20 [INFO] HK2 API module 2.6.1-SNAPSHOT ...................... SUCCESS [  1.292 s]
00:49:20 [INFO] ServiceLocator Default Implementation 2.6.1-SNAPSHOT SUCCESS [  1.219 s]
00:49:20 [INFO] HK2 Implementation Utilities 2.6.1-SNAPSHOT ........ SUCCESS [  0.983 s]
00:49:20 [INFO] OSGi resource locator 1.0.3-SNAPSHOT ............... SUCCESS [  0.825 s]
00:49:20 [INFO] Eclipse Orbit :: Glassfish Jersey Recipes 1.0.0-SNAPSHOT SUCCESS [  0.005 s]
00:49:20 [INFO] jersey-connectors-apache 2.30.1-SNAPSHOT ........... SUCCESS [  5.796 s]
00:49:20 [INFO] jersey-container-servlet 2.30.1-SNAPSHOT ........... SUCCESS [  1.902 s]
00:49:20 [INFO] jersey-container-servlet-core 2.30.1-SNAPSHOT ...... SUCCESS [  0.898 s]
00:49:20 [INFO] jersey-core-client 2.30.1-SNAPSHOT ................. SUCCESS [  1.361 s]
00:49:20 [INFO] jersey-core-common 2.30.1-SNAPSHOT ................. SUCCESS [  2.463 s]
00:49:20 [INFO] jersey-core-server 2.30.1-SNAPSHOT ................. SUCCESS [  2.289 s]
00:49:20 [INFO] jersey-ext-entity-filtering 2.30.1-SNAPSHOT ........ SUCCESS [  0.932 s]
00:49:20 [INFO] jersey-inject-hk2 2.30.1-SNAPSHOT .................. SUCCESS [  0.876 s]
00:49:20 [INFO] jersey-media-json-jackson 2.30.1-SNAPSHOT .......... SUCCESS [  1.216 s]
00:49:20 [INFO] Eclipse Orbit :: GlazedLists Recipes 1.0.0-SNAPSHOT  SUCCESS [  0.005 s]
00:49:20 [INFO] GlazedLists 1.11.0-SNAPSHOT ........................ SUCCESS [  2.638 s]
00:49:20 [INFO] Eclipse Orbit :: Google Recipes 1.0.0-SNAPSHOT ..... SUCCESS [  0.005 s]
00:49:20 [INFO] Protocol Buffer Java API 2.4.1-SNAPSHOT ............ SUCCESS [  1.292 s]
00:49:20 [INFO] Closure Compiler 0.0.20160315-SNAPSHOT ............. SUCCESS [ 14.298 s]
00:49:20 [INFO] Guava: Google Core Libraries for Java 27.1.0-SNAPSHOT SUCCESS [  5.408 s]
00:49:20 [INFO] Guava: Google Core Libraries for Java 30.1.0-SNAPSHOT SUCCESS [  6.064 s]
00:49:20 [INFO] Gson 2.10.1-SNAPSHOT ............................... SUCCESS [  1.536 s]
00:49:20 [INFO] Google Data Java Client Library 1.47.1-SNAPSHOT .... SUCCESS [  7.613 s]
00:49:20 [INFO] Google Guice - Core Library 5.0.1-SNAPSHOT ......... SUCCESS [  3.996 s]
00:49:20 [INFO] Google Guice - Extensions - AssistedInject 5.0.1-SNAPSHOT SUCCESS [  2.731 s]
00:49:20 [INFO] Flogger 0.1.0-SNAPSHOT ............................. SUCCESS [  1.532 s]
00:49:20 [INFO] Flogger System Backend 0.1.0-SNAPSHOT .............. SUCCESS [  2.506 s]
00:49:20 [INFO] Flogger Testing 0.1.0-SNAPSHOT ..................... SUCCESS [  4.076 s]
00:49:20 [INFO] Google OAuth Client Library for Java 1.30.6-SNAPSHOT SUCCESS [  2.325 s]
00:49:20 [INFO] Java 6 (and higher) extensions to the Google OAuth Client Library for Java. 1.30.6-SNAPSHOT SUCCESS [  1.180 s]
00:49:20 [INFO] OAuth 2.0 verification code receiver for Google OAuth Client Library for Java. 1.30.6-SNAPSHOT SUCCESS [  1.021 s]
00:49:20 [INFO] com.google.api.client-auth 1.2.3-SNAPSHOT .......... SUCCESS [  1.311 s]
00:49:20 [INFO] com.google.api.client-auth-oauth2 1.2.3-SNAPSHOT ... SUCCESS [  1.578 s]
00:49:20 [INFO] com.google.api.client-util 1.2.3-SNAPSHOT .......... SUCCESS [  0.840 s]
00:49:20 [INFO] com.google.api.client-escape 1.2.3-SNAPSHOT ........ SUCCESS [  0.791 s]
00:49:20 [INFO] com.google.api.client-repackaged-com-google-common-base 1.2.3-SNAPSHOT SUCCESS [  0.983 s]
00:49:20 [INFO] com.google.api.client-json 1.2.3-SNAPSHOT .......... SUCCESS [  0.837 s]
00:49:20 [INFO] com.google.api.client-http 1.2.3-SNAPSHOT .......... SUCCESS [  0.908 s]
00:49:20 [INFO] Google Auth Library for Java - OAuth2 HTTP 0.20.0-SNAPSHOT SUCCESS [  2.966 s]
00:49:20 [INFO] Google Auth Library for Java - Credentials 0.20.0-SNAPSHOT SUCCESS [  0.898 s]
00:49:20 [INFO] AutoValue Annotations 1.7.0-SNAPSHOT ............... SUCCESS [  3.246 s]
00:49:20 [INFO] Google HTTP Client Library for Java 1.34.2-SNAPSHOT  SUCCESS [  1.484 s]
00:49:20 [INFO] Jackson 2 extensions to the Google HTTP Client Library for Java. 1.34.2-SNAPSHOT SUCCESS [  1.316 s]
00:49:20 [INFO] J2ObjC Annotations 1.3.0-SNAPSHOT .................. SUCCESS [  0.815 s]
00:49:20 [INFO] io.grpc:grpc-context 1.29.0-SNAPSHOT ............... SUCCESS [  1.425 s]
00:49:20 [INFO] OpenCensus API 0.26.0-SNAPSHOT ..................... SUCCESS [  1.683 s]
00:49:20 [INFO] OpenCensus Contrib HTTP Utils 0.26.0-SNAPSHOT ...... SUCCESS [  1.066 s]
00:49:20 [INFO] org.conscrypt:conscrypt-openjdk-uber 2.5.1-SNAPSHOT  SUCCESS [  2.381 s]
00:49:20 [INFO] Eclipse Orbit :: GraphQL Recipes 1.0.0-SNAPSHOT .... SUCCESS [  0.007 s]
00:49:20 [INFO] java-dataloader 2.1.1-SNAPSHOT ..................... SUCCESS [  1.286 s]
00:49:20 [INFO] graphql-java 11.0.0-SNAPSHOT ....................... SUCCESS [  2.782 s]
00:49:20 [INFO] Eclipse Orbit :: Hamcrest Recipes 1.0.0-SNAPSHOT ... SUCCESS [  0.005 s]
00:49:20 [INFO] Hamcrest Core 1.3.0-SNAPSHOT ....................... SUCCESS [  0.976 s]
00:49:20 [INFO] Hamcrest library 1.3.0-SNAPSHOT .................... SUCCESS [  0.978 s]
00:49:20 [INFO] Hamcrest 2.2.0-SNAPSHOT ............................ SUCCESS [  1.242 s]
00:49:20 [INFO] Eclipse Orbit :: Hsqldb Recipes 1.0.0-SNAPSHOT ..... SUCCESS [  0.006 s]
00:49:20 [INFO] HyperSQL Database 2.2.9-SNAPSHOT ................... SUCCESS [  2.968 s]
00:49:20 [INFO] Eclipse Orbit :: ICU4J Recipes 1.0.0-SNAPSHOT ...... SUCCESS [  0.005 s]
00:49:20 [INFO] ICU4J 72.1 72.1.0-SNAPSHOT ......................... SUCCESS [ 15.455 s]
00:49:20 [INFO] Eclipse Orbit :: Immutables Recipes 1.0.0-SNAPSHOT . SUCCESS [  0.005 s]
00:49:20 [INFO] org.immutables.value 2.8.3-SNAPSHOT ................ SUCCESS [  3.938 s]
00:49:20 [INFO] Eclipse Orbit :: Jackson Recipes 1.0.0-SNAPSHOT .... SUCCESS [  0.006 s]
00:49:20 [INFO] Jackson-annotations 2.13.2-SNAPSHOT ................ SUCCESS [  1.198 s]
00:49:20 [INFO] Jackson-core 2.13.2-SNAPSHOT ....................... SUCCESS [  1.376 s]
00:49:20 [INFO] jackson-databind 2.13.2-SNAPSHOT ................... SUCCESS [  2.854 s]
00:49:20 [INFO] Jackson datatype: Guava 2.13.2-SNAPSHOT ............ SUCCESS [  1.195 s]
00:49:20 [INFO] Jackson-JAXRS: base 2.13.2-SNAPSHOT ................ SUCCESS [  1.099 s]
00:49:20 [INFO] Jackson-JAXRS: JSON 2.13.2-SNAPSHOT ................ SUCCESS [  1.309 s]
00:49:20 [INFO] Jackson module: Old JAXB Annotations (javax.xml.bind) 2.13.2-SNAPSHOT SUCCESS [  0.929 s]
00:49:20 [INFO] Eclipse Orbit :: JaCoCo Recipes 1.0.0-SNAPSHOT ..... SUCCESS [  0.005 s]
00:49:20 [INFO] JaCoCo Agent 0.8.8-SNAPSHOT ........................ SUCCESS [  1.066 s]
00:49:20 [INFO] JaCoCo Core 0.8.8-SNAPSHOT ......................... SUCCESS [  1.228 s]
00:49:20 [INFO] JaCoCo Report 0.8.8-SNAPSHOT ....................... SUCCESS [  1.028 s]
00:49:20 [INFO] Eclipse Orbit :: javax Recipes 1.0.0-SNAPSHOT ...... SUCCESS [  0.005 s]
00:49:20 [INFO] Jakarta Activation 1.2.2-SNAPSHOT .................. SUCCESS [  0.940 s]
00:49:20 [INFO] Jakarta Activation 2.0.0-SNAPSHOT .................. SUCCESS [  1.078 s]
00:49:20 [INFO] javax.inject 1.0.0-SNAPSHOT ........................ SUCCESS [ 11.289 s]
00:49:20 [INFO] Jakarta Activation API jar 1.2.2-SNAPSHOT .......... SUCCESS [  1.316 s]
00:49:20 [INFO] Jakarta Activation API jar 2.0.0-SNAPSHOT .......... SUCCESS [  1.119 s]
00:49:20 [INFO] Jakarta Expression Language API 4.0.0-SNAPSHOT ..... SUCCESS [  1.249 s]
00:49:20 [INFO] Jakarta Servlet 5.0.0-SNAPSHOT ..................... SUCCESS [  1.768 s]
00:49:20 [INFO] Jakarta Server Pages API 3.0.0-SNAPSHOT ............ SUCCESS [  1.961 s]
00:49:20 [INFO] Jakarta Annotations API 1.3.5-SNAPSHOT ............. SUCCESS [  0.903 s]
00:49:20 [INFO] Bean Validation API 1.1.0-SNAPSHOT ................. SUCCESS [  1.176 s]
00:49:20 [INFO] Jakarta XML Binding API 2.3.3-SNAPSHOT ............. SUCCESS [  1.293 s]
00:49:20 [INFO] Jakarta WebSocket - Server API 2.0.0-SNAPSHOT ...... SUCCESS [  1.214 s]
00:49:20 [INFO] jakarta.ws.rs-api 2.1.6-SNAPSHOT ................... SUCCESS [  1.451 s]
00:49:20 [INFO] XML Commons External Components XML APIs 1.4.1-SNAPSHOT SUCCESS [  1.900 s]
00:49:20 [INFO] Eclipse Orbit :: jaxb Recipes 1.0.0-SNAPSHOT ....... SUCCESS [  0.006 s]
00:49:20 [INFO] com.sun.xml.bind 2.2.0-SNAPSHOT .................... SUCCESS [  2.625 s]
00:49:20 [INFO] Old JAXB Runtime 2.3.3-SNAPSHOT .................... SUCCESS [  2.833 s]
00:49:20 [INFO] Eclipse Orbit :: JCraft Recipes 1.0.0-SNAPSHOT ..... SUCCESS [  0.005 s]
00:49:20 [INFO] JSch 0.1.55-SNAPSHOT ............................... SUCCESS [  7.165 s]
00:49:20 [INFO] JZlib 1.1.3-SNAPSHOT ............................... SUCCESS [  1.084 s]
00:49:20 [INFO] Eclipse Orbit :: JGraphT Recipes 1.0.0-SNAPSHOT .... SUCCESS [  0.005 s]
00:49:20 [INFO] JHeaps 0.14.0-SNAPSHOT ............................. SUCCESS [  1.313 s]
00:49:20 [INFO] JGraphT - Core 1.4.0-SNAPSHOT ...................... SUCCESS [  9.424 s]
00:49:20 [INFO] Eclipse Orbit :: Jini Recipes 1.0.0-SNAPSHOT ....... SUCCESS [  0.006 s]
00:49:20 [INFO] Jini Jini Core Jar 2.1.0-SNAPSHOT .................. SUCCESS [  1.007 s]
00:49:20 [INFO] Eclipse Orbit :: JNA Recipes 1.0.0-SNAPSHOT ........ SUCCESS [  0.005 s]
00:49:20 [INFO] Java Native Access 4.1.0-SNAPSHOT .................. SUCCESS [ 18.791 s]
00:49:20 [INFO] Java Native Access Platform 4.1.0-SNAPSHOT ......... SUCCESS [  3.832 s]
00:49:20 [INFO] Java Native Access 4.5.1-SNAPSHOT .................. SUCCESS [  1.537 s]
00:49:20 [INFO] Java Native Access Platform 4.5.1-SNAPSHOT ......... SUCCESS [  2.965 s]
00:49:20 [INFO] Java Native Access 5.6.0-SNAPSHOT .................. SUCCESS [  1.753 s]
00:49:20 [INFO] Java Native Access Platform 5.6.0-SNAPSHOT ......... SUCCESS [  2.651 s]
00:49:20 [INFO] Java Native Access 5.8.0-SNAPSHOT .................. SUCCESS [  1.468 s]
00:49:20 [INFO] Java Native Access Platform 5.8.0-SNAPSHOT ......... SUCCESS [  3.081 s]
00:49:20 [INFO] Java Native Access 5.12.1-SNAPSHOT ................. SUCCESS [  1.580 s]
00:49:20 [INFO] Java Native Access Platform 5.12.1-SNAPSHOT ........ SUCCESS [  5.073 s]
00:49:20 [INFO] Eclipse Orbit :: JUnit Recipes 1.0.0-SNAPSHOT ...... SUCCESS [  0.005 s]
00:49:20 [INFO] Eclipse Orbit :: JUnit 4 Recipes 1.0.0-SNAPSHOT .... SUCCESS [  0.004 s]
00:49:20 [INFO] JUnit 4.13.2-SNAPSHOT .............................. SUCCESS [  1.601 s]
00:49:20 [INFO] Eclipse Orbit :: JUnit 5 Recipes 1.0.0-SNAPSHOT .... SUCCESS [  0.007 s]
00:49:20 [INFO] JUnit Jupiter API 5.9.1-SNAPSHOT ................... SUCCESS [  1.432 s]
00:49:20 [INFO] JUnit Jupiter Engine 5.9.1-SNAPSHOT ................ SUCCESS [  1.216 s]
00:49:20 [INFO] JUnit Jupiter Migration Support 5.9.1-SNAPSHOT ..... SUCCESS [  0.829 s]
00:49:20 [INFO] JUnit Jupiter Params 5.9.1-SNAPSHOT ................ SUCCESS [  1.680 s]
00:49:20 [INFO] JUnit Platform Commons 1.9.1-SNAPSHOT .............. SUCCESS [  0.992 s]
00:49:20 [INFO] JUnit Platform Engine API 1.9.1-SNAPSHOT ........... SUCCESS [  1.163 s]
00:49:20 [INFO] JUnit Platform Launcher 1.9.1-SNAPSHOT ............. SUCCESS [  1.192 s]
00:49:20 [INFO] JUnit Platform Runner 1.9.1-SNAPSHOT ............... SUCCESS [  0.945 s]
00:49:20 [INFO] JUnit Platform Suite API 1.9.1-SNAPSHOT ............ SUCCESS [  0.891 s]
00:49:20 [INFO] JUnit Platform Suite Commons 1.9.1 ................. SUCCESS [  1.007 s]
00:49:20 [INFO] JUnit Platform Suite Engine 1.9.1-SNAPSHOT ......... SUCCESS [  1.683 s]
00:49:20 [INFO] JUnit Vintage Engine 5.9.1-SNAPSHOT ................ SUCCESS [  1.202 s]
00:49:20 [INFO] org.opentest4j:opentest4j 1.2.0-SNAPSHOT ........... SUCCESS [  0.810 s]
00:49:20 [INFO] org.apiguardian:apiguardian-api 1.1.2-SNAPSHOT ..... SUCCESS [  0.863 s]
00:49:20 [INFO] Eclipse Orbit :: Knowm Recipes 1.0.0-SNAPSHOT ...... SUCCESS [  0.005 s]
00:49:20 [INFO] XChart 3.6.5-SNAPSHOT .............................. SUCCESS [  1.790 s]
00:49:20 [INFO] Eclipse Orbit :: Logging Recipes 1.0.0-SNAPSHOT .... SUCCESS [  0.006 s]
00:49:20 [INFO] SLF4J API Module 1.7.30-SNAPSHOT ................... SUCCESS [  0.954 s]
00:49:20 [INFO] JCL 1.2 implemented over SLF4J 1.7.30-SNAPSHOT ..... SUCCESS [  0.933 s]
00:49:20 [INFO] Log4j Implemented Over SLF4J 1.7.30-SNAPSHOT ....... SUCCESS [  1.815 s]
00:49:20 [INFO] SLF4J LOG4J-12 Binding 1.7.30-SNAPSHOT ............. SUCCESS [  2.251 s]
00:49:20 [INFO] SLF4J NOP Binding 1.7.30-SNAPSHOT .................. SUCCESS [  0.940 s]
00:49:20 [INFO] SLF4J Simple Binding 1.7.30-SNAPSHOT ............... SUCCESS [  1.078 s]
00:49:20 [INFO] JUL to SLF4J bridge 1.7.30-SNAPSHOT ................ SUCCESS [  1.023 s]
00:49:20 [INFO] SLF4J Extensions Module 1.7.30-SNAPSHOT ............ SUCCESS [  1.110 s]
00:49:20 [INFO] Logback Core Module 1.2.3-SNAPSHOT ................. SUCCESS [  2.318 s]
00:49:20 [INFO] Logback Classic Module 1.2.3-SNAPSHOT .............. SUCCESS [  1.480 s]
00:49:20 [INFO] Logback SLF4J Binding 1.2.3-SNAPSHOT ............... SUCCESS [  0.820 s]
00:49:20 [INFO] JBoss Logging 3.3.2-SNAPSHOT ....................... SUCCESS [  1.205 s]
00:49:20 [INFO] Apache Log4j 2 2.17.1-SNAPSHOT ..................... SUCCESS [  4.341 s]
00:49:20 [INFO] reload4j 1.2.24-SNAPSHOT ........................... SUCCESS [  1.380 s]
00:49:20 [INFO] Eclipse Orbit :: Mockito Recipes 1.0.0-SNAPSHOT .... SUCCESS [  0.005 s]
00:49:20 [INFO] mockito-core 4.8.1-SNAPSHOT ........................ SUCCESS [  2.439 s]
00:49:20 [INFO] mockito-junit-jupiter 4.8.1-SNAPSHOT ............... SUCCESS [  1.049 s]
00:49:20 [INFO] Eclipse Orbit :: Netty Recipes 1.0.0-SNAPSHOT ...... SUCCESS [  0.006 s]
00:49:20 [INFO] Netty/Common 4.1.56-SNAPSHOT ....................... SUCCESS [  2.243 s]
00:49:20 [INFO] Netty/Buffer 4.1.56-SNAPSHOT ....................... SUCCESS [  1.194 s]
00:49:20 [INFO] Eclipse Orbit :: Objenesis Recipes 1.0.0-SNAPSHOT .. SUCCESS [  0.005 s]
00:49:20 [INFO] Objenesis 3.3.0-SNAPSHOT ........................... SUCCESS [  0.938 s]
00:49:20 [INFO] Eclipse Orbit :: Reactive Streams Recipes 1.0.0-SNAPSHOT SUCCESS [  0.005 s]
00:49:20 [INFO] reactive-streams 1.0.2-SNAPSHOT .................... SUCCESS [  0.741 s]
00:49:20 [INFO] Eclipse Orbit :: SnakeYAML Recipes 1.0.0-SNAPSHOT .. SUCCESS [  0.009 s]
00:49:20 [INFO] SnakeYAML 1.27.0-SNAPSHOT .......................... SUCCESS [  1.379 s]
00:49:20 [INFO] Eclipse Orbit :: Sourceforge Recipes 1.0.0-SNAPSHOT  SUCCESS [  0.005 s]
00:49:20 [INFO] net.sourceforge.plantuml 1.2019.0-SNAPSHOT ......... SUCCESS [ 20.985 s]
00:49:20 [INFO] Eclipse Orbit :: Tukaani Recipes 1.0.0-SNAPSHOT .... SUCCESS [  0.009 s]
00:49:20 [INFO] XZ for Java 1.9.0-SNAPSHOT ......................... SUCCESS [  1.201 s]
00:49:20 [INFO] Eclipse Orbit :: Units Of Measurement Recipes 1.0.0-SNAPSHOT SUCCESS [  0.005 s]
00:49:20 [INFO] Units of Measurement API 1.0.0-SNAPSHOT ............ SUCCESS [  1.036 s]
00:49:20 [INFO] Eclipse Orbit :: XML API Recipes 1.0.0-SNAPSHOT .... SUCCESS [  0.005 s]
00:49:20 [INFO] DOM4J 1.6.1-SNAPSHOT ............................... SUCCESS [  1.408 s]
00:49:20 [INFO] DOM4J 2.1.1-SNAPSHOT ............................... SUCCESS [  1.439 s]
00:49:20 [INFO] jaxen 1.1.6-SNAPSHOT ............................... SUCCESS [  1.466 s]
00:49:20 [INFO] JDOM 2.0.6-SNAPSHOT ................................ SUCCESS [  1.902 s]
00:49:20 [INFO] ------------------------------------------------------------------------
00:49:20 [INFO] BUILD SUCCESS
00:49:20 [INFO] ------------------------------------------------------------------------
00:49:20 [INFO] Total time:  14:26 min
00:49:20 [INFO] Finished at: 2023-03-19T00:49:20Z
00:49:20 [INFO] ------------------------------------------------------------------------
[gerrit-orbit-recipes] $ /opt/tools/apache-maven/latest/bin/mvn -f releng/aggregation-mirror-osgi/pom.xml -DGERRIT_BRANCH=master -DGERRIT_PATCHSET_REVISION=d4e9da277951e9f43c8a7850d333b87cc4f61d8d -DGERRIT_HOST=gerrit-local -DGERRIT_CHANGE_OWNER_EMAIL=jonah@kichwacoders.com "-DGERRIT_EVENT_ACCOUNT_NAME=Jonah Graham" -DGERRIT_CHANGE_URL=https://git.eclipse.org/r/c/orbit/orbit-recipes/+/199886 -DGERRIT_PATCHSET_UPLOADER_EMAIL=jonah@kichwacoders.com -DGERRIT_EVENT_TYPE=patchset-created -DGERRIT_PROJECT=orbit/orbit-recipes -DGERRIT_CHANGE_NUMBER=199886 -DGERRIT_SCHEME=ssh '-DGERRIT_PATCHSET_UPLOADER=\"Jonah Graham\" <jonah@kichwacoders.com>' -DGERRIT_PORT=29418 -DGERRIT_CHANGE_PRIVATE_STATE=false -DGERRIT_REFSPEC=refs/changes/86/199886/2 "-DGERRIT_PATCHSET_UPLOADER_NAME=Jonah Graham" '-DGERRIT_CHANGE_OWNER=\"Jonah Graham\" <jonah@kichwacoders.com>' -DGERRIT_CHANGE_COMMIT_MESSAGE=QnVnIDU4MTUwNDogUmVtb3ZlIGlwX2xvZy54bWwgdXNlL3JlcXVpcmVtZW50CgpXaXRoIHRoZSBuZXcgdG9vbGluZyBmcm9tIEVGIChlLmcuIGRhc2ggbGljZW5zZSB0b29sKSB3ZQpubyBsb25nZXIgbmVlZCB0byBtYWludGFpbiBpcF9sb2cueG1sIGluIE9yYml0LgoKV2UgYXJlbid0IGRlbGV0aW5nIGFsbCBleGl0aW5nIGlwX2xvZy54bWwgZmlsZXMgYXMKdGhhdCB3b3VsZCBjYXVzZSBhbGwgZXhpc3RpbmcgYnVuZGxlcyB0byBoYXZlIHRoZWlyCnF1YWxpZmllcnMgdG91Y2hlZCB3aGljaCBpcyB1bmRlc2lyYWJsZS4gKFdlIGNvdWxkCmV4Y2x1ZGUgaXBfbG9nLnhtbCBmcm9tIGpnaXQgdGltZXN0YW1wLCBidXQgdGhhdCBsZWFkcwp0byBzb21lIHNwZWNpYWwgY2FzZXMgdGhhdCBhcmVuJ3Qgd29ydGggdGhlIGVmZm9ydC4pCgpUaGUgRUJSIHBsdWctaW5zIHByb3ZpZGUgdGhlIGlwX2xvZy54bWwgdmVyaWZpY2F0aW9uLAp0aGVyZWZvcmUsIGJlc2lkZXMgZG9jdW1lbnRhdGlvbiB1cGRhdGVzLCB0aGlzIHNpbXBseQpidW1wcyB0byB0aGUgbmV3ZXN0IEVCUiB2ZXJzaW9uIHRoYXQgcmVxdWlyZXMgRUJSClBSIGh0dHBzOi8vZ2l0aHViLmNvbS9lY2xpcHNlL2Vici9wdWxsLzYxIHRvIGJlCm1lcmdlZCBhbmQgYnVpbHQuCgpDaGFuZ2UtSWQ6IElhMGY4MTRlZGVhNTc5ODRmNzFhYWMzNDJmNGZkOTczZDhiZjVmZTU2Cg== "-DGERRIT_NAME=Eclipse Gerrit" -DGERRIT_TOPIC= "-DGERRIT_CHANGE_SUBJECT=Bug 581504: Remove ip_log.xml use/requirement" '-DGERRIT_EVENT_ACCOUNT=\"Jonah Graham\" <jonah@kichwacoders.com>' -DGERRIT_CHANGE_WIP_STATE=false -DGERRIT_CHANGE_ID=Ia0f814edea57984f71aac342f4fd973d8bf5fe56 -DGERRIT_EVENT_HASH=644771708 -DGERRIT_VERSION=3.5.1 -DGERRIT_EVENT_ACCOUNT_EMAIL=jonah@kichwacoders.com -DGERRIT_PATCHSET_NUMBER=2 "-DGERRIT_CHANGE_OWNER_NAME=Jonah Graham" -Dmaven.repo.local=/home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository clean install --batch-mode --update-snapshots
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
00:49:25 [INFO] Scanning for projects...
00:49:37 [INFO] 
00:49:37 [INFO] --< org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation.mirror-osgi >--
00:49:37 [INFO] Building Eclipse Orbit :: Bundles Aggregation Feature (mirror OSGi) 1.0.0-SNAPSHOT
00:49:37 [INFO] --------------------------------[ pom ]---------------------------------
00:49:38 [INFO] 
00:49:38 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.orbit.releng.recipes.feature.aggregation.mirror-osgi ---
00:49:38 [INFO] 
00:49:38 [INFO] --- tycho-p2-extras-plugin:2.0.0:mirror (mirror-orbit-recipes) @ org.eclipse.orbit.releng.recipes.feature.aggregation.mirror-osgi ---
00:49:41 [INFO] Mirroring to /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/aggregation-mirror-osgi/target/repository...
Mirroring: osgi.bundle,org.eclipse.osgi,3.18.200.v20221116-1324 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi,3.18.200.v20221116-1324)
00:49:45 [INFO] 
00:49:45 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.eclipse.orbit.releng.recipes.feature.aggregation.mirror-osgi ---
00:49:45 [INFO] 
00:49:45 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.eclipse.orbit.releng.recipes.feature.aggregation.mirror-osgi ---
00:49:45 [INFO] 
00:49:45 [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.orbit.releng.recipes.feature.aggregation.mirror-osgi ---
00:49:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/aggregation-mirror-osgi/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.eclipse.orbit.releng.recipes.feature.aggregation.mirror-osgi/1.0.0-SNAPSHOT/org.eclipse.orbit.releng.recipes.feature.aggregation.mirror-osgi-1.0.0-SNAPSHOT.pom
00:49:45 [INFO] ------------------------------------------------------------------------
00:49:45 [INFO] BUILD SUCCESS
00:49:45 [INFO] ------------------------------------------------------------------------
00:49:45 [INFO] Total time:  20.634 s
00:49:45 [INFO] Finished at: 2023-03-19T00:49:45Z
00:49:45 [INFO] ------------------------------------------------------------------------
[gerrit-orbit-recipes] $ /opt/tools/apache-maven/latest/bin/mvn -f releng/aggregationfeature/pom.xml -DGERRIT_BRANCH=master -DGERRIT_PATCHSET_REVISION=d4e9da277951e9f43c8a7850d333b87cc4f61d8d -DGERRIT_HOST=gerrit-local -DGERRIT_CHANGE_OWNER_EMAIL=jonah@kichwacoders.com "-DGERRIT_EVENT_ACCOUNT_NAME=Jonah Graham" -DGERRIT_CHANGE_URL=https://git.eclipse.org/r/c/orbit/orbit-recipes/+/199886 -DGERRIT_PATCHSET_UPLOADER_EMAIL=jonah@kichwacoders.com -DGERRIT_EVENT_TYPE=patchset-created -DGERRIT_PROJECT=orbit/orbit-recipes -DGERRIT_CHANGE_NUMBER=199886 -DGERRIT_SCHEME=ssh '-DGERRIT_PATCHSET_UPLOADER=\"Jonah Graham\" <jonah@kichwacoders.com>' -DGERRIT_PORT=29418 -DGERRIT_CHANGE_PRIVATE_STATE=false -DGERRIT_REFSPEC=refs/changes/86/199886/2 "-DGERRIT_PATCHSET_UPLOADER_NAME=Jonah Graham" '-DGERRIT_CHANGE_OWNER=\"Jonah Graham\" <jonah@kichwacoders.com>' -DGERRIT_CHANGE_COMMIT_MESSAGE=QnVnIDU4MTUwNDogUmVtb3ZlIGlwX2xvZy54bWwgdXNlL3JlcXVpcmVtZW50CgpXaXRoIHRoZSBuZXcgdG9vbGluZyBmcm9tIEVGIChlLmcuIGRhc2ggbGljZW5zZSB0b29sKSB3ZQpubyBsb25nZXIgbmVlZCB0byBtYWludGFpbiBpcF9sb2cueG1sIGluIE9yYml0LgoKV2UgYXJlbid0IGRlbGV0aW5nIGFsbCBleGl0aW5nIGlwX2xvZy54bWwgZmlsZXMgYXMKdGhhdCB3b3VsZCBjYXVzZSBhbGwgZXhpc3RpbmcgYnVuZGxlcyB0byBoYXZlIHRoZWlyCnF1YWxpZmllcnMgdG91Y2hlZCB3aGljaCBpcyB1bmRlc2lyYWJsZS4gKFdlIGNvdWxkCmV4Y2x1ZGUgaXBfbG9nLnhtbCBmcm9tIGpnaXQgdGltZXN0YW1wLCBidXQgdGhhdCBsZWFkcwp0byBzb21lIHNwZWNpYWwgY2FzZXMgdGhhdCBhcmVuJ3Qgd29ydGggdGhlIGVmZm9ydC4pCgpUaGUgRUJSIHBsdWctaW5zIHByb3ZpZGUgdGhlIGlwX2xvZy54bWwgdmVyaWZpY2F0aW9uLAp0aGVyZWZvcmUsIGJlc2lkZXMgZG9jdW1lbnRhdGlvbiB1cGRhdGVzLCB0aGlzIHNpbXBseQpidW1wcyB0byB0aGUgbmV3ZXN0IEVCUiB2ZXJzaW9uIHRoYXQgcmVxdWlyZXMgRUJSClBSIGh0dHBzOi8vZ2l0aHViLmNvbS9lY2xpcHNlL2Vici9wdWxsLzYxIHRvIGJlCm1lcmdlZCBhbmQgYnVpbHQuCgpDaGFuZ2UtSWQ6IElhMGY4MTRlZGVhNTc5ODRmNzFhYWMzNDJmNGZkOTczZDhiZjVmZTU2Cg== "-DGERRIT_NAME=Eclipse Gerrit" -DGERRIT_TOPIC= "-DGERRIT_CHANGE_SUBJECT=Bug 581504: Remove ip_log.xml use/requirement" '-DGERRIT_EVENT_ACCOUNT=\"Jonah Graham\" <jonah@kichwacoders.com>' -DGERRIT_CHANGE_WIP_STATE=false -DGERRIT_CHANGE_ID=Ia0f814edea57984f71aac342f4fd973d8bf5fe56 -DGERRIT_EVENT_HASH=644771708 -DGERRIT_VERSION=3.5.1 -DGERRIT_EVENT_ACCOUNT_EMAIL=jonah@kichwacoders.com -DGERRIT_PATCHSET_NUMBER=2 "-DGERRIT_CHANGE_OWNER_NAME=Jonah Graham" -Dmaven.repo.local=/home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository clean install --batch-mode --update-snapshots
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
00:49:48 [INFO] Scanning for projects...
00:49:57 [INFO] Computing target platform for MavenProject: org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/aggregationfeature/pom.xml
00:49:57 [INFO] Adding repository file://home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/aggregationfeature/../aggregation-mirror-osgi/target/repository
00:49:57 [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository
00:49:57 [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/ (106.52kB)
00:49:58 [INFO] Resolving dependencies of MavenProject: org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/aggregationfeature/pom.xml
00:49:59 [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ (63B)
00:49:59 [INFO] Fetching org.apache.httpcomponents.httpclient_4.3.6.v201511171540.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (253.4kB)
00:50:00 [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (55.41kB)
00:50:00 [INFO] Fetching javax.activation_1.1.0.v201211130549.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (26.78kB)
00:50:00 [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (108.23kB)
00:50:01 [INFO] Fetching javax.xml.rpc_1.1.0.v201209140446.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (34.93kB)
00:50:01 [INFO] Fetching javax.xml.soap_1.3.0.v201105210645.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (15.49kB)
00:50:01 [INFO] Fetching org.apache.axis_1.4.0.v201411182030.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (1.47MB)
00:50:01 [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (51.02kB)
00:50:02 [INFO] Fetching org.apache.commons.discovery_0.2.0.v201004190315.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (67.17kB)
00:50:02 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (35.59kB)
00:50:02 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (95.26kB)
00:50:02 [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (16.71kB)
00:50:02 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (15.35kB)
00:50:02 [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (14.59kB)
00:50:02 [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (112.66kB)
00:50:03 [INFO] Fetching org.uddi4j_2.0.5.v200805270300.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (51.95kB)
00:50:03 [INFO] Fetching javassist_3.13.0.GA_v201209210905.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (681.36kB)
00:50:03 [WARNING] The following locally built units have been used to resolve project dependencies:
00:50:03 [WARNING]   org.apache.batik.awt.util/1.16.0.v20221027-0840
00:50:03 [WARNING]   org.apache.wsil4j/1.0.0.v20180522-1857
00:50:03 [WARNING]   org.junit.jupiter.migrationsupport/5.9.1.v20221103-2317
00:50:03 [WARNING]   org.objectweb.asm.analysis/9.4.0.v20221107-1714
00:50:03 [WARNING]   org.mockito.junit-jupiter/4.8.1.v20221103-2317
00:50:03 [WARNING]   org.apache.maven.resolver.api/1.0.3.v20170405-0725
00:50:03 [WARNING]   org.antlr.runtime/4.7.2.v20221112-0806
00:50:03 [WARNING]   com.atlassian.commonmark-ins/0.15.1.v20221112-0806
00:50:03 [WARNING]   com.google.api.client-auth-oauth2/1.2.3.v20221112-0806
00:50:03 [WARNING]   com.github.jnr.jffi.native/1.3.9.v20221215-1656
00:50:03 [WARNING]   org.apache.xalan/2.7.2.v20221112-0806
00:50:03 [WARNING]   com.github.oshi.oshi-core/3.8.0.v20221112-0806
00:50:03 [WARNING]   org.apache.commons.collections/3.2.2.v20220405-1659
00:50:03 [WARNING]   org.apache.commons.logging/1.2.0.v20180409-1502
00:50:03 [WARNING]   com.atlassian.commonmark-gfm-tables/0.15.1.v20221112-0806
00:50:03 [WARNING]   org.glassfish.jersey.apache.connector/2.30.1.v20221203-1659
00:50:03 [WARNING]   javax.annotation/1.3.5.v20221203-1659
00:50:03 [WARNING]   org.dom4j/1.6.1.v20221112-0806
00:50:03 [WARNING]   org.apache.jclouds.api.cloudwatch/1.8.0.v20160301-1110
00:50:03 [WARNING]   io.opencensus.opencensus-contrib-http-util/0.26.0.v20221112-0806
00:50:03 [WARNING]   org.bouncycastle.bcutil/1.72.0.v20221013-1810
00:50:03 [WARNING]   org.apache.commons.collections4/4.4.0.v20221112-0806
00:50:03 [WARNING]   org.apache.xmlrpc.client/3.1.3.v20160817-1930
00:50:03 [WARNING]   org.apache.batik.svggen/1.16.0.v20221027-0840
00:50:03 [WARNING]   org.glassfish.hk2.utils/2.5.0.v20160210-1508
00:50:03 [WARNING]   javax.activation/2.0.0.v20221203-1659
00:50:03 [WARNING]   io.netty.common/4.1.56.v20221112-0806
00:50:03 [WARNING]   com.google.inject/5.0.1.v20221112-0806
00:50:03 [WARNING]   org.glassfish.jersey.media.jersey-media-json-jackson/2.30.1.v20221112-0806
00:50:03 [WARNING]   ch.qos.logback.classic/1.2.3.v20221112-0806
00:50:03 [WARNING]   com.google.http-client.google-http-client/1.34.2.v20221112-0806
00:50:03 [WARNING]   org.apache.jclouds.labs.docker/1.8.0.v20160301-1110
00:50:03 [WARNING]   org.apache.jclouds.api.ec2/1.8.0.v20160301-1110
00:50:03 [WARNING]   org.apache.lucene.core/9.4.2.v20221211-0752
00:50:03 [WARNING]   com.google.javascript/0.0.20160315.v20161124-1903
00:50:03 [WARNING]   org.apache.httpcomponents.httpcore/4.4.16.v20221207-1049
00:50:03 [WARNING]   com.fasterxml.jackson.core.jackson-core/2.13.2.v20220426-1653
00:50:03 [WARNING]   org.glassfish.jersey.containers.servlet.core/2.30.1.v20221112-0806
00:50:03 [WARNING]   org.apache.batik.constants/1.16.0.v20221027-0840
00:50:03 [WARNING]   org.objectweb.asm/9.4.0.v20221107-1714
00:50:03 [WARNING]   org.apache.xmlbeans/3.1.0.v20221112-0806
00:50:03 [WARNING]   com.atlassian.commonmark-image-attributes/0.15.1.v20221112-0806
00:50:03 [WARNING]   org.ejml.denseC64/0.29.0.v20221112-0806
00:50:03 [WARNING]   org.apache.logging.log4j/2.17.1.v20220106-2156
00:50:03 [WARNING]   com.google.api.client-repackaged-com-google-common-base/1.2.3.v20221112-0806
00:50:03 [WARNING]   org.apache.log4j/1.2.24.v20221221-2012
00:50:03 [WARNING]   org.junit.platform.commons/1.9.1.v20221103-2317
00:50:03 [WARNING]   com.cronutils/5.0.5.v20221112-0806
00:50:03 [WARNING]   org.objenesis/3.3.0.v20221103-2317
00:50:03 [WARNING]   com.fasterxml.jackson.core.jackson-databind/2.13.2.v20220426-1653
00:50:03 [WARNING]   org.apache.pdfbox.preflight/2.0.6.v20221112-0806
00:50:03 [WARNING]   org.jcodings/1.0.18.v20170306-1742
00:50:03 [WARNING]   org.immutables.value/2.8.3.v20221112-0806
00:50:03 [WARNING]   org.ejml.equation/0.29.0.v20221112-0806
00:50:03 [WARNING]   org.ejml.ejml-all/0.38.0.v20221112-0806
00:50:03 [WARNING]   org.glassfish.jersey.core.jersey-client/2.30.1.v20221112-0806
00:50:03 [WARNING]   com.sun.jna/4.5.1.v20210503-0343
00:50:03 [WARNING]   javax.validation/1.1.0.v20221112-0806
00:50:03 [WARNING]   com.graphql.java/11.0.0.v20221112-0806
00:50:03 [WARNING]   org.antlr.runtime/4.5.1.v20160210-1233
00:50:03 [WARNING]   org.apache.httpcomponents.client5.httpclient5/5.1.3.v20221013-1742
00:50:03 [WARNING]   com.google.inject.assistedinject/5.0.1.v20221112-0806
00:50:03 [WARNING]   com.google.flogger.testing/0.1.0.v20180506-0038
00:50:03 [WARNING]   com.github.jnr.posix/3.1.15.v20221215-1656
00:50:03 [WARNING]   net.i2p.crypto.eddsa/0.3.0.v20220506-1020
00:50:03 [WARNING]   com.google.oauth-client-java6/1.30.6.v20221112-0806
00:50:03 [WARNING]   jakarta.el/4.0.0.v20221203-1659
00:50:03 [WARNING]   org.objectweb.asm.util/9.4.0.v20221107-1714
00:50:03 [WARNING]   org.jacoco.core/0.8.8.v20221013-0857
00:50:03 [WARNING]   org.glassfish.hk2.locator/2.6.1.v20221203-1659
00:50:03 [WARNING]   com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.13.2.v20220426-1653
00:50:03 [WARNING]   org.apache.sshd.sftp/2.8.0.v20211227-1750
00:50:03 [WARNING]   org.apache.commons.codec/1.14.0.v20221112-0806
00:50:03 [WARNING]   com.github.jnr.enxio/0.32.13.v20221215-1656
00:50:03 [WARNING]   org.apache.lucene.analyzers-common/7.5.0.v20181003-1532
00:50:03 [WARNING]   org.dom4j/2.1.1.v20221112-0806
00:50:03 [WARNING]   com.google.api.client-util/1.2.3.v20221112-0806
00:50:03 [WARNING]   org.apache.batik.script/1.16.0.v20221027-0840
00:50:03 [WARNING]   org.apache.lucene.analyzers-smartcn/7.5.0.v20181003-1532
00:50:03 [WARNING]   org.slf4j.apis.log4j/1.7.30.v20221112-0806
00:50:03 [WARNING]   org.antlr.runtime/3.2.0.v20220404-1927
00:50:03 [WARNING]   net.jini/2.1.0.v20221112-0806
00:50:03 [WARNING]   org.junit/4.13.2.v20211018-1956
00:50:03 [WARNING]   org.apache.batik.util/1.16.0.v20221027-0840
00:50:03 [WARNING]   com.atlassian.commonmark/0.15.1.v20221112-0806
00:50:03 [WARNING]   org.apache.httpcomponents.core5.httpcore5-h2/5.1.4.v20221013-1742
00:50:03 [WARNING]   org.glassfish.hk2.locator/2.5.0.v20161103-0227
00:50:03 [WARNING]   org.apache.tika.parsers/1.24.1.v20211101-1915
00:50:03 [WARNING]   com.ibm.icu/72.1.0.v20221115-2007
00:50:03 [WARNING]   com.konghq.unirest-java/3.4.2.v20221112-0806
00:50:03 [WARNING]   org.apache.commons.csv/1.8.0.v20221112-0806
00:50:03 [WARNING]   com.google.guava/30.1.0.v20221112-0806
00:50:03 [WARNING]   org.apiguardian/1.1.2.v20211018-1956
00:50:03 [WARNING]   com.fasterxml.jackson.datatype.jackson-datatype-guava/2.13.2.v20220426-1653
00:50:03 [WARNING]   org.apache.jclouds.jclouds-blobstore/1.8.0.v20160301-1110
00:50:03 [WARNING]   org.mozilla.javascript/1.7.10.v20221112-0806
00:50:03 [WARNING]   org.glassfish.jersey.inject.jersey-hk2/2.30.1.v20221203-1659
00:50:03 [WARNING]   com.google.api.client-json/1.2.3.v20221112-0806
00:50:03 [WARNING]   com.google.j2objc.j2objc-annotations/1.3.0.v20221112-0806
00:50:03 [WARNING]   org.apache.jclouds.common.openstack-common/1.8.0.v20160301-1110
00:50:03 [WARNING]   com.github.virtuald.curvesapi/1.6.0.v20221112-0806
00:50:03 [WARNING]   net.bytebuddy.byte-buddy-agent/1.9.0.v20181106-1534
00:50:03 [WARNING]   org.conscrypt.conscrypt-openjdk-uber/2.5.1.v20220506-1020
00:50:03 [WARNING]   org.apache.lucene.analysis-smartcn/9.4.2.v20221211-0752
00:50:03 [WARNING]   com.jcraft.jsch/0.1.55.v20221112-0806
00:50:03 [WARNING]   ca.odell.glazedlists/1.11.0.v20221112-0806
00:50:03 [WARNING]   ch.qos.logback.core/1.2.3.v20221112-0806
00:50:03 [WARNING]   jakarta.websocket/2.0.0.v20221203-1659
00:50:03 [WARNING]   org.apache.jclouds.driver.jclouds-slf4j/1.8.0.v20160301-1110
00:50:03 [WARNING]   org.junit.platform.suite.api/1.9.1.v20221103-2317
00:50:03 [WARNING]   org.jgrapht.jgrapht-core/1.4.0.v20220411-2343
00:50:03 [WARNING]   org.apache.lucene.queryparser/7.5.0.v20181003-1532
00:50:03 [WARNING]   org.apache.batik.bridge/1.16.0.v20230210-1249
00:50:03 [WARNING]   jakarta.servlet.jsp/3.0.0.v20221203-1659
00:50:03 [WARNING]   com.github.jnr.a64asm/1.0.0.v20221215-1656
00:50:03 [WARNING]   org.hsqldb/2.2.9.v20221112-0806
00:50:03 [WARNING]   javax.ws.rs/2.1.6.v20221203-1659
00:50:03 [WARNING]   org.apache.xml.resolver/1.2.0.v20220715-1206
00:50:03 [WARNING]   org.apache.jclouds.api.sts/1.8.0.v20160301-1110
00:50:03 [WARNING]   ch.qos.logback.slf4j/1.2.3.v20221112-0806
00:50:03 [WARNING]   com.google.gdata/1.47.1.v20221112-0806
00:50:03 [WARNING]   org.apache.batik.css/1.16.0.v20221027-0840
00:50:03 [WARNING]   com.github.jnr.x86asm/1.0.2.v20221112-0806
00:50:03 [WARNING]   org.apache.commons.cli/1.4.0.v20221112-0806
00:50:03 [WARNING]   org.ejml.experimental/0.29.0.v20221112-0806
00:50:03 [WARNING]   org.apache.pdfbox.fontbox/2.0.6.v20221112-0806
00:50:03 [WARNING]   org.apache.sshd.osgi/2.8.0.v20211227-1750
00:50:03 [WARNING]   com.google.gson/2.10.1.v20230109-0753
00:50:03 [WARNING]   javaewah/1.1.13.v20211029-0839
00:50:03 [WARNING]   com.sun.jna/4.1.0.v20210503-0343
00:50:03 [WARNING]   org.apache.commons.lang/2.6.0.v20220406-2305
00:50:03 [WARNING]   org.apache.batik.dom.svg/1.16.0.v20221027-0840
00:50:03 [WARNING]   com.fasterxml.jackson.core.jackson-annotations/2.13.2.v20220426-1653
00:50:03 [WARNING]   org.aopalliance/1.0.0.v20220404-1927
00:50:03 [WARNING]   org.joni/2.1.11.v20170306-1742
00:50:03 [WARNING]   org.apache.httpcomponents.client5.httpclient5-win/5.1.3.v20221013-1742
00:50:03 [WARNING]   jakarta.xml.bind/2.3.3.v20221203-1659
00:50:03 [WARNING]   com.github.jnr.jffi/1.3.9.v20221215-1656
00:50:03 [WARNING]   com.github.jnr.unixsocket/0.38.17.v20221215-1656
00:50:03 [WARNING]   org.junit.jupiter.api/5.9.1.v20221103-2317
00:50:03 [WARNING]   org.apache.batik.ext/1.16.0.v20221027-0840
00:50:03 [WARNING]   org.reactivestreams/1.0.2.v20181120-0809
00:50:03 [WARNING]   org.objectweb.asm.tree/9.4.0.v20221107-1714
00:50:03 [WARNING]   org.apache.batik.i18n/1.16.0.v20221027-0840
00:50:03 [WARNING]   com.atlassian.commonmark-yaml/0.15.1.v20221112-0806
00:50:03 [WARNING]   com.sun.jna/5.12.1.v20221103-2317
00:50:03 [WARNING]   org.slf4j.binding.simple/1.7.30.v20221112-0806
00:50:03 [WARNING]   org.ejml.core/0.29.0.v20221112-0806
00:50:03 [WARNING]   org.jdom2/2.0.6.v20221112-0806
00:50:03 [WARNING]   org.yaml.snakeyaml/1.27.0.v20221112-0806
00:50:03 [WARNING]   com.atlassian.commonmark-gfm-strikethrough/0.15.1.v20221112-0806
00:50:03 [WARNING]   org.antlr.runtime/4.10.1.v20230210-1433
00:50:03 [WARNING]   org.ejml.simple/0.29.0.v20221112-0806
00:50:03 [WARNING]   org.junit.platform.engine/1.9.1.v20221103-2317
00:50:03 [WARNING]   jakarta.servlet/5.0.0.v20221203-1659
00:50:03 [WARNING]   org.kohsuke.args4j/2.33.0.v20160323-2218
00:50:03 [WARNING]   org.apache.pdfbox.xmpbox/2.0.6.v20221112-0806
00:50:03 [WARNING]   org.slf4j.binding.log4j12/1.7.30.v20221112-0806
00:50:03 [WARNING]   com.github.jnr.ffi/2.2.11.v20221215-1656
00:50:03 [WARNING]   com.google.auth.oauth2-http/0.20.0.v20221112-0806
00:50:03 [WARNING]   com.google.api.client-escape/1.2.3.v20221112-0806
00:50:03 [WARNING]   com.google.api.client-http/1.2.3.v20221112-0806
00:50:03 [WARNING]   org.jsoup/1.14.3.v20211012-1727
00:50:03 [WARNING]   org.glassfish.hk2.osgi-resource-locator/2.5.0.v20161103-1916
00:50:03 [WARNING]   org.apache.batik.shared.resources/1.16.0.v20221027-0840
00:50:03 [WARNING]   org.apache.poi/4.1.1.v20221112-0806
00:50:03 [WARNING]   org.tukaani.xz/1.9.0.v20210624-1259
00:50:03 [WARNING]   org.apache.batik.xml/1.16.0.v20221027-0840
00:50:03 [WARNING]   org.slf4j.binding.nop/1.7.30.v20221112-0806
00:50:03 [WARNING]   org.junit.platform.suite.commons/1.9.1.v20221103-2317
00:50:03 [WARNING]   jakarta.activation/1.2.2.v20221203-1659
00:50:03 [WARNING]   net.bytebuddy.byte-buddy/1.7.9.v20180420-1519
00:50:03 [WARNING]   org.apache.ws.commons.util/1.0.2.v20160817-1930
00:50:03 [WARNING]   net.bytebuddy.byte-buddy-agent/1.12.18.v20221114-2102
00:50:03 [WARNING]   com.google.guava/27.1.0.v20221112-0806
00:50:03 [WARNING]   com.sun.jna.platform/5.12.1.v20221103-2317
00:50:03 [WARNING]   com.google.auto.value.auto-value-annotations/1.7.0.v20221112-0806
00:50:03 [WARNING]   org.apache.jclouds.labs.openstack-neutron/1.8.0.v20160301-1110
00:50:03 [WARNING]   org.bouncycastle.bcprov/1.72.0.v20221013-1810
00:50:03 [WARNING]   org.apache.commons.math3/3.6.1.v20221112-0806
00:50:03 [WARNING]   org.apache.maven.resolver.transport.http/1.0.3.v20170405-0725
00:50:03 [WARNING]   org.junit.platform.suite.engine/1.9.1.v20221103-2317
00:50:03 [WARNING]   org.freemarker/2.3.22.v20160210-1233
00:50:03 [WARNING]   java_cup/0.11.20150326.v20180425-1030
00:50:03 [WARNING]   com.sun.xml.bind/2.3.3.v20221203-1659
00:50:03 [WARNING]   org.apache.xml.serializer/2.7.2.v20220406-0601
00:50:03 [WARNING]   com.google.oauth-client/1.30.6.v20221112-0806
00:50:03 [WARNING]   java_cup-runtime/0.11.20150326.v20180425-1030
00:50:03 [WARNING]   com.google.protobuf/2.4.1.v20220404-1934
00:50:03 [WARNING]   org.apache.maven.resolver.spi/1.0.3.v20170405-0725
00:50:03 [WARNING]   org.apache.xmlrpc.common/3.1.3.v20181004-1955
00:50:03 [WARNING]   org.apache.lucene.core/8.4.1.v20221112-0806
00:50:03 [WARNING]   com.atlassian.commonmark-heading-anchor/0.15.1.v20221112-0806
00:50:03 [WARNING]   org.apache.commons.lang3/3.12.0.v20221221-1931
00:50:03 [WARNING]   org.apache.batik.gvt/1.16.0.v20221027-0840
00:50:03 [WARNING]   org.apache.tika.core/1.24.1.v20211101-1915
00:50:03 [WARNING]   javax.inject/1.0.0.v20220405-0441
00:50:03 [WARNING]   org.apache.jclouds.jclouds-core/1.8.0.v20181004-1955
00:50:03 [WARNING]   io.opencensus.opencensus-api/0.26.0.v20221112-0806
00:50:03 [WARNING]   org.apache.batik.parser/1.16.0.v20221027-0840
00:50:03 [WARNING]   com.sun.jna.platform/4.1.0.v20170410-1117
00:50:03 [WARNING]   org.hamcrest.library/1.3.0.v20180524-2246
00:50:03 [WARNING]   org.glassfish.hk2.api/2.6.1.v20221203-1659
00:50:03 [WARNING]   org.apache.maven.resolver.connector.basic/1.0.3.v20170405-0725
00:50:03 [WARNING]   org.apache.sshd.sftp/2.9.2.v20221117-1942
00:50:03 [WARNING]   org.slf4j.ext/1.7.30.v20221112-0806
00:50:03 [WARNING]   org.assertj/3.20.2.v20210706-1104
00:50:03 [WARNING]   org.junit.platform.runner/1.9.1.v20221103-2317
00:50:03 [WARNING]   com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.13.2.v20220426-1653
00:50:03 [WARNING]   com.sun.jna/5.8.0.v20210503-0343
00:50:03 [WARNING]   org.junit.jupiter.params/5.9.1.v20221103-2317
00:50:03 [WARNING]   io.github.classgraph/4.8.149.v20220915-0556
00:50:03 [WARNING]   com.sun.jna/5.6.0.v20210503-0343
00:50:03 [WARNING]   org.apache.jclouds.api.openstack-nova/1.8.0.v20160301-1110
00:50:03 [WARNING]   org.jaxen/1.1.6.v20221112-0806
00:50:03 [WARNING]   org.jacoco.agent/0.8.8.v20220415-0921
00:50:03 [WARNING]   org.apache.lucene.core/7.5.0.v20181003-1532
00:50:03 [WARNING]   org.apache.jclouds.jclouds-scriptbuilder/1.8.0.v20160301-1110
00:50:03 [WARNING]   net.sourceforge.plantuml/1.2019.0.v20221112-0806
00:50:03 [WARNING]   net.bytebuddy.byte-buddy/1.9.0.v20181107-1410
00:50:03 [WARNING]   org.apache.onami.configuration/6.3.0.v20160301-1110
00:50:03 [WARNING]   org.bouncycastle.bcpkix/1.72.0.v20221013-1810
00:50:03 [WARNING]   org.apache.xerces/2.12.2.v20220131-0835
00:50:03 [WARNING]   org.antlr.runtime/3.5.2.v20221112-0806
00:50:03 [WARNING]   com.google.flogger.systembackend/0.1.0.v20180506-0038
00:50:03 [WARNING]   com.google.http-client.google-http-client-jackson2/1.34.2.v20221112-0806
00:50:03 [WARNING]   org.hamcrest.core/1.3.0.v20180420-1519
00:50:03 [WARNING]   org.apache.ant/1.10.12.v20211102-1452
00:50:03 [WARNING]   org.eclipse.orbit.mongodb/3.2.2.v20181004-1955
00:50:03 [WARNING]   io.netty.buffer/4.1.56.v20221112-0806
00:50:03 [WARNING]   org.apache.httpcomponents.httpclient/4.5.14.v20221207-1049
00:50:03 [WARNING]   org.jboss.logging/3.3.2.v20221112-0806
00:50:03 [WARNING]   org.apache.jclouds.api.openstack-keystone/1.8.0.v20160301-1110
00:50:03 [WARNING]   com.google.api.client-auth/1.2.3.v20221112-0806
00:50:03 [WARNING]   org.opentest4j/1.2.0.v20211018-1956
00:50:03 [WARNING]   org.apache.commons.io/2.8.0.v20210415-0900
00:50:03 [WARNING]   javax.activation/1.2.2.v20221203-1659
00:50:03 [WARNING]   org.hamcrest/2.2.0.v20210711-0821
00:50:03 [WARNING]   org.jacoco.report/0.8.8.v20221013-0857
00:50:03 [WARNING]   org.glassfish.hk2.osgi-resource-locator/1.0.3.v20221203-1659
00:50:03 [WARNING]   org.bouncycastle.bcpg/1.72.0.v20221013-1810
00:50:03 [WARNING]   org.apache.httpcomponents.httpcore-nio/4.4.16.v20221207-1049
00:50:03 [WARNING]   org.apache.lucene.analyzers-smartcn/8.4.1.v20221112-0806
00:50:03 [WARNING]   io.github.java-diff-utils/4.8.0.v20221112-0806
00:50:03 [WARNING]   com.google.flogger/0.1.0.v20180506-0038
00:50:03 [WARNING]   org.slf4j.apis.jcl/1.7.30.v20221112-0806
00:50:03 [WARNING]   org.mockito.mockito-core/4.8.1.v20221103-2317
00:50:03 [WARNING]   org.glassfish.jersey.ext.entityfiltering/2.30.1.v20221112-0806
00:50:03 [WARNING]   org.glassfish.jersey.core.jersey-common/2.30.1.v20221112-0806
00:50:03 [WARNING]   org.apache.batik.codec/1.16.0.v20221027-0840
00:50:03 [WARNING]   com.atlassian.commonmark-task-list-items/0.15.1.v20221112-0806
00:50:03 [WARNING]   org.apache.httpcomponents.httpasyncclient/4.1.3.v20221112-0806
00:50:03 [WARNING]   org.glassfish.jersey.core.jersey-server/2.30.1.v20221112-0806
00:50:03 [WARNING]   org.apache.jclouds.jclouds-compute/1.8.0.v20160301-1110
00:50:03 [WARNING]   org.objectweb.asm.commons/9.4.0.v20221107-1714
00:50:03 [WARNING]   org.apache.commons.compress/1.22.0.v20221207-1049
00:50:03 [WARNING]   org.apache.maven.resolver.impl/1.0.3.v20170405-0725
00:50:03 [WARNING]   javax.xml/1.4.1.v20220503-2331
00:50:03 [WARNING]   org.apache.maven.resolver.util/1.0.3.v20170405-0725
00:50:03 [WARNING]   org.apache.jclouds.api.openstack-cinder/1.8.0.v20160301-1110
00:50:03 [WARNING]   org.slf4j.bridge.jul/1.7.30.v20221112-0806
00:50:03 [WARNING]   org.mandas.docker-client/3.2.1.v20221112-0806
00:50:03 [WARNING]   org.apache.lucene.misc/7.5.0.v20181003-1532
00:50:03 [WARNING]   org.ggf.drmaa/1.0.0.v20170818-1553
00:50:03 [WARNING]   org.junit.platform.launcher/1.9.1.v20221103-2317
00:50:03 [WARNING]   org.apache.poi.ooxml.schemas/4.1.1.v20221112-0806
00:50:03 [WARNING]   com.sun.jna.platform/4.5.1.v20221112-0806
00:50:03 [WARNING]   io.grpc.grpc-context/1.29.0.v20221112-0806
00:50:03 [WARNING]   com.sun.jna.platform/5.6.0.v20221112-0806
00:50:03 [WARNING]   org.slf4j.api/1.7.30.v20221112-0806
00:50:03 [WARNING]   com.sun.jna.platform/5.8.0.v20221112-0806
00:50:03 [WARNING]   org.ejml.dense64/0.29.0.v20221112-0806
00:50:03 [WARNING]   com.google.oauth-client-jetty/1.30.6.v20221112-0806
00:50:03 [WARNING]   org.apache.xmlrpc.server/3.1.3.v20181004-1955
00:50:03 [WARNING]   com.jcraft.jzlib/1.1.3.v20220502-1820
00:50:03 [WARNING]   com.github.jnr.constants/0.10.3.v20221215-1656
00:50:03 [WARNING]   org.junit.jupiter.engine/5.9.1.v20221103-2317
00:50:03 [WARNING]   org.glassfish.jersey.containers.servlet/2.30.1.v20221112-0806
00:50:03 [WARNING]   org.apache.batik.transcoder/1.16.0.v20221027-0840
00:50:03 [WARNING]   com.graphql.java.dataloader/2.1.1.v20181120-0809
00:50:03 [WARNING]   org.apache.santuario.xmlsec/2.2.0.v20221112-0806
00:50:03 [WARNING]   jakarta.activation/2.0.0.v20221203-1659
00:50:03 [WARNING]   org.glassfish.hk2.api/2.5.0.v20161103-0227
00:50:03 [WARNING]   org.glassfish.hk2.utils/2.6.1.v20221203-1659
00:50:03 [WARNING]   javax.measure.unit-api/1.0.0.v20170818-1538
00:50:03 [WARNING]   net.bytebuddy.byte-buddy-agent/1.7.9.v20180420-1519
00:50:03 [WARNING]   org.antlr.runtime/4.7.1.v20181120-0808
00:50:03 [WARNING]   com.sun.grid.drmaa/1.0.0.v20170818-1553
00:50:03 [WARNING]   org.junit.vintage.engine/5.9.1.v20221103-2317
00:50:03 [WARNING]   org.apache.lucene.analyzers-common/8.4.1.v20221112-0806
00:50:03 [WARNING]   com.google.auth.google-auth-library-credentials/0.20.0.v20221112-0806
00:50:03 [WARNING]   com.sun.xml.bind/2.2.0.v20221112-0806
00:50:03 [WARNING]   org.knowm.xchart/3.6.5.v20221112-0806
00:50:03 [WARNING]   org.apache.sshd.osgi/2.9.2.v20221117-1942
00:50:03 [WARNING]   org.apache.httpcomponents.core5.httpcore5/5.1.4.v20221013-1742
00:50:03 [WARNING]   org.apache.maven.resolver.transport.file/1.0.3.v20170405-0725
00:50:03 [WARNING]   org.apache.batik.dom/1.16.0.v20230210-1249
00:50:03 [WARNING]   org.jheaps.jheaps/0.14.0.v20220411-2343
00:50:03 [WARNING]   org.apache.lucene.analysis-common/9.4.2.v20221211-0752
00:50:03 [WARNING]   org.apache.commons.fileupload/1.3.2.v20170320-2229
00:50:03 [WARNING]   org.apache.batik.anim/1.16.0.v20221027-0840
00:50:03 [WARNING]   org.apache.poi.ooxml/4.1.1.v20221112-0806
00:50:03 [WARNING]   net.bytebuddy.byte-buddy/1.12.18.v20221114-2102
00:50:03 [WARNING]   com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.13.2.v20220426-1653
00:50:03 [WARNING]   org.apache.pdfbox/2.0.6.v20221112-0806
00:50:03 [WARNING]   org.apache.xmlgraphics/2.7.0.v20221018-0736
00:50:03 [INFO] Resolving class path of MavenProject: org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/aggregationfeature/pom.xml
00:50:04 [INFO] 
00:50:04 [INFO] --< org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation >--
00:50:04 [INFO] Building Eclipse Orbit :: Bundles Aggregation Feature 1.0.0-SNAPSHOT
00:50:04 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:50:04 [INFO] 
00:50:04 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.orbit.releng.recipes.feature.aggregation ---
00:50:04 [INFO] Deleting /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/aggregationfeature/target
00:50:04 [INFO] 
00:50:04 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.orbit.releng.recipes.feature.aggregation ---
00:50:05 [INFO] The project's OSGi version is 1.0.0.v20230210-1433
00:50:05 [INFO] 
00:50:05 [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.orbit.releng.recipes.feature.aggregation ---
00:50:05 [INFO] 
00:50:05 [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.orbit.releng.recipes.feature.aggregation ---
00:50:05 [INFO] 
00:50:05 [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.orbit.releng.recipes.feature.aggregation ---
00:50:05 [INFO] 
00:50:05 [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.orbit.releng.recipes.feature.aggregation ---
00:50:06 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/aggregationfeature/target/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT.jar
00:50:06 [INFO] 
00:50:06 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.orbit.releng.recipes.feature.aggregation ---
00:50:06 [INFO] 
00:50:06 [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.orbit.releng.recipes.feature.aggregation ---
00:50:06 [INFO] 
00:50:06 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.eclipse.orbit.releng.recipes.feature.aggregation ---
00:50:06 [INFO] 
00:50:06 [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.orbit.releng.recipes.feature.aggregation ---
00:50:07 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/aggregationfeature/target/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT-sources-feature.jar
00:50:08 [INFO] 
00:50:08 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.eclipse.orbit.releng.recipes.feature.aggregation ---
00:50:08 [INFO] 
00:50:08 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.orbit.releng.recipes.feature.aggregation ---
00:50:08 [WARNING] artifact org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance
00:50:08 [WARNING] artifact org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance
00:50:08 [INFO] 
00:50:08 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.orbit.releng.recipes.feature.aggregation ---
00:50:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/aggregationfeature/target/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.eclipse.orbit.releng.recipes.feature.aggregation/1.0.0-SNAPSHOT/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT.jar
00:50:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/aggregationfeature/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.eclipse.orbit.releng.recipes.feature.aggregation/1.0.0-SNAPSHOT/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT.pom
00:50:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/aggregationfeature/target/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.eclipse.orbit.releng.recipes.feature.aggregation/1.0.0-SNAPSHOT/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT-sources-feature.jar
00:50:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/aggregationfeature/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.eclipse.orbit.releng.recipes.feature.aggregation/1.0.0-SNAPSHOT/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT-p2metadata.xml
00:50:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/aggregationfeature/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/org.eclipse.orbit.releng.recipes.feature.aggregation/1.0.0-SNAPSHOT/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT-p2artifacts.xml
00:50:08 [INFO] 
00:50:08 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.orbit.releng.recipes.feature.aggregation ---
00:50:08 [INFO] ------------------------------------------------------------------------
00:50:08 [INFO] BUILD SUCCESS
00:50:08 [INFO] ------------------------------------------------------------------------
00:50:08 [INFO] Total time:  20.160 s
00:50:08 [INFO] Finished at: 2023-03-19T00:50:08Z
00:50:08 [INFO] ------------------------------------------------------------------------
[gerrit-orbit-recipes] $ /opt/tools/apache-maven/latest/bin/mvn -f releng/pom.xml -DGERRIT_BRANCH=master -DGERRIT_PATCHSET_REVISION=d4e9da277951e9f43c8a7850d333b87cc4f61d8d -DGERRIT_HOST=gerrit-local -DGERRIT_CHANGE_OWNER_EMAIL=jonah@kichwacoders.com "-DGERRIT_EVENT_ACCOUNT_NAME=Jonah Graham" -DGERRIT_CHANGE_URL=https://git.eclipse.org/r/c/orbit/orbit-recipes/+/199886 -DGERRIT_PATCHSET_UPLOADER_EMAIL=jonah@kichwacoders.com -DGERRIT_EVENT_TYPE=patchset-created -DGERRIT_PROJECT=orbit/orbit-recipes -DGERRIT_CHANGE_NUMBER=199886 -DGERRIT_SCHEME=ssh '-DGERRIT_PATCHSET_UPLOADER=\"Jonah Graham\" <jonah@kichwacoders.com>' -DGERRIT_PORT=29418 -DGERRIT_CHANGE_PRIVATE_STATE=false -DGERRIT_REFSPEC=refs/changes/86/199886/2 "-DGERRIT_PATCHSET_UPLOADER_NAME=Jonah Graham" '-DGERRIT_CHANGE_OWNER=\"Jonah Graham\" <jonah@kichwacoders.com>' -DGERRIT_CHANGE_COMMIT_MESSAGE=QnVnIDU4MTUwNDogUmVtb3ZlIGlwX2xvZy54bWwgdXNlL3JlcXVpcmVtZW50CgpXaXRoIHRoZSBuZXcgdG9vbGluZyBmcm9tIEVGIChlLmcuIGRhc2ggbGljZW5zZSB0b29sKSB3ZQpubyBsb25nZXIgbmVlZCB0byBtYWludGFpbiBpcF9sb2cueG1sIGluIE9yYml0LgoKV2UgYXJlbid0IGRlbGV0aW5nIGFsbCBleGl0aW5nIGlwX2xvZy54bWwgZmlsZXMgYXMKdGhhdCB3b3VsZCBjYXVzZSBhbGwgZXhpc3RpbmcgYnVuZGxlcyB0byBoYXZlIHRoZWlyCnF1YWxpZmllcnMgdG91Y2hlZCB3aGljaCBpcyB1bmRlc2lyYWJsZS4gKFdlIGNvdWxkCmV4Y2x1ZGUgaXBfbG9nLnhtbCBmcm9tIGpnaXQgdGltZXN0YW1wLCBidXQgdGhhdCBsZWFkcwp0byBzb21lIHNwZWNpYWwgY2FzZXMgdGhhdCBhcmVuJ3Qgd29ydGggdGhlIGVmZm9ydC4pCgpUaGUgRUJSIHBsdWctaW5zIHByb3ZpZGUgdGhlIGlwX2xvZy54bWwgdmVyaWZpY2F0aW9uLAp0aGVyZWZvcmUsIGJlc2lkZXMgZG9jdW1lbnRhdGlvbiB1cGRhdGVzLCB0aGlzIHNpbXBseQpidW1wcyB0byB0aGUgbmV3ZXN0IEVCUiB2ZXJzaW9uIHRoYXQgcmVxdWlyZXMgRUJSClBSIGh0dHBzOi8vZ2l0aHViLmNvbS9lY2xpcHNlL2Vici9wdWxsLzYxIHRvIGJlCm1lcmdlZCBhbmQgYnVpbHQuCgpDaGFuZ2UtSWQ6IElhMGY4MTRlZGVhNTc5ODRmNzFhYWMzNDJmNGZkOTczZDhiZjVmZTU2Cg== "-DGERRIT_NAME=Eclipse Gerrit" -DGERRIT_TOPIC= "-DGERRIT_CHANGE_SUBJECT=Bug 581504: Remove ip_log.xml use/requirement" '-DGERRIT_EVENT_ACCOUNT=\"Jonah Graham\" <jonah@kichwacoders.com>' -DGERRIT_CHANGE_WIP_STATE=false -DGERRIT_CHANGE_ID=Ia0f814edea57984f71aac342f4fd973d8bf5fe56 -DGERRIT_EVENT_HASH=644771708 -DGERRIT_VERSION=3.5.1 -DGERRIT_EVENT_ACCOUNT_EMAIL=jonah@kichwacoders.com -DGERRIT_PATCHSET_NUMBER=2 "-DGERRIT_CHANGE_OWNER_NAME=Jonah Graham" -Dmaven.repo.local=/home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository clean install --batch-mode --update-snapshots
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
00:50:10 [INFO] Scanning for projects...
00:50:18 [INFO] Computing target platform for MavenProject: org.eclipse.orbit.bundles:orbit-bundles-p2-repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository/pom.xml
00:50:19 [INFO] Adding repository file://home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository/../aggregation-mirror-osgi/target/repository
00:50:19 [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository
00:50:19 [INFO] Resolving dependencies of MavenProject: org.eclipse.orbit.bundles:orbit-bundles-p2-repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/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/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/tycho/tycho-bundles-external/2.0.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
00:50:21 [WARNING] The following locally built units have been used to resolve project dependencies:
00:50:21 [WARNING]   org.apache.batik.awt.util/1.16.0.v20221027-0840
00:50:21 [WARNING]   java_cup.source/0.11.20150326.v20180425-1030
00:50:21 [WARNING]   org.apache.wsil4j/1.0.0.v20180522-1857
00:50:21 [WARNING]   org.hamcrest.source/2.2.0.v20210711-0821
00:50:21 [WARNING]   org.junit.jupiter.migrationsupport/5.9.1.v20221103-2317
00:50:21 [WARNING]   com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider.source/2.13.2.v20220426-1653
00:50:21 [WARNING]   org.objectweb.asm.analysis/9.4.0.v20221107-1714
00:50:21 [WARNING]   org.eclipse.orbit.releng.recipes.feature.aggregation.source.feature.jar/1.0.0.v20230210-1433
00:50:21 [WARNING]   com.github.oshi.oshi-core.source/3.8.0.v20221112-0806
00:50:21 [WARNING]   org.glassfish.jersey.apache.connector.source/2.30.1.v20221203-1659
00:50:21 [WARNING]   org.mockito.junit-jupiter/4.8.1.v20221103-2317
00:50:21 [WARNING]   org.apache.httpcomponents.httpasyncclient.source/4.1.3.v20221112-0806
00:50:21 [WARNING]   io.opencensus.opencensus-contrib-http-util.source/0.26.0.v20221112-0806
00:50:21 [WARNING]   org.apache.maven.resolver.api/1.0.3.v20170405-0725
00:50:21 [WARNING]   org.antlr.runtime/4.7.2.v20221112-0806
00:50:21 [WARNING]   org.apache.batik.dom.svg.source/1.16.0.v20221027-0840
00:50:21 [WARNING]   org.apache.maven.resolver.connector.basic.source/1.0.3.v20170405-0725
00:50:21 [WARNING]   com.atlassian.commonmark-ins/0.15.1.v20221112-0806
00:50:21 [WARNING]   com.google.api.client-auth-oauth2/1.2.3.v20221112-0806
00:50:21 [WARNING]   com.google.http-client.google-http-client-jackson2.source/1.34.2.v20221112-0806
00:50:21 [WARNING]   org.jaxen.source/1.1.6.v20221112-0806
00:50:21 [WARNING]   com.google.guava.source/27.1.0.v20221112-0806
00:50:21 [WARNING]   com.github.jnr.jffi.native/1.3.9.v20221215-1656
00:50:21 [WARNING]   org.apache.xalan/2.7.2.v20221112-0806
00:50:21 [WARNING]   com.github.oshi.oshi-core/3.8.0.v20221112-0806
00:50:21 [WARNING]   com.google.api.client-repackaged-com-google-common-base.source/1.2.3.v20221112-0806
00:50:21 [WARNING]   org.junit.jupiter.params.source/5.9.1.v20221103-2317
00:50:21 [WARNING]   org.apache.commons.collections/3.2.2.v20220405-1659
00:50:21 [WARNING]   org.apache.commons.logging/1.2.0.v20180409-1502
00:50:21 [WARNING]   com.github.jnr.jffi.source/1.3.9.v20221215-1656
00:50:21 [WARNING]   com.atlassian.commonmark-gfm-tables/0.15.1.v20221112-0806
00:50:21 [WARNING]   org.glassfish.hk2.osgi-resource-locator.source/1.0.3.v20221203-1659
00:50:21 [WARNING]   com.sun.jna.source/4.5.1.v20210503-0343
00:50:21 [WARNING]   org.glassfish.jersey.apache.connector/2.30.1.v20221203-1659
00:50:21 [WARNING]   javax.annotation/1.3.5.v20221203-1659
00:50:21 [WARNING]   ca.odell.glazedlists.source/1.11.0.v20221112-0806
00:50:21 [WARNING]   org.apache.jclouds.jclouds-compute.source/1.8.0.v20160301-1110
00:50:21 [WARNING]   org.dom4j/1.6.1.v20221112-0806
00:50:21 [WARNING]   org.apache.jclouds.api.cloudwatch/1.8.0.v20160301-1110
00:50:21 [WARNING]   org.apache.sshd.osgi.source/2.8.0.v20211227-1750
00:50:21 [WARNING]   io.opencensus.opencensus-contrib-http-util/0.26.0.v20221112-0806
00:50:21 [WARNING]   org.bouncycastle.bcutil/1.72.0.v20221013-1810
00:50:21 [WARNING]   org.apache.commons.logging.source/1.2.0.v20180409-1502
00:50:21 [WARNING]   com.google.flogger.source/0.1.0.v20180506-0038
00:50:21 [WARNING]   org.apache.commons.collections4/4.4.0.v20221112-0806
00:50:21 [WARNING]   org.glassfish.jersey.containers.servlet.core.source/2.30.1.v20221112-0806
00:50:21 [WARNING]   org.apache.xmlrpc.client/3.1.3.v20160817-1930
00:50:21 [WARNING]   org.apache.batik.svggen/1.16.0.v20221027-0840
00:50:21 [WARNING]   org.glassfish.hk2.utils/2.5.0.v20160210-1508
00:50:21 [WARNING]   org.mockito.junit-jupiter.source/4.8.1.v20221103-2317
00:50:21 [WARNING]   javax.activation/2.0.0.v20221203-1659
00:50:21 [WARNING]   com.github.jnr.jffi.native.source/1.3.9.v20221215-1656
00:50:21 [WARNING]   org.apache.lucene.core.source/9.4.2.v20221211-0752
00:50:21 [WARNING]   org.apache.batik.bridge.source/1.16.0.v20230210-1249
00:50:21 [WARNING]   org.apache.lucene.analyzers-common.source/8.4.1.v20221112-0806
00:50:21 [WARNING]   org.apache.batik.anim.source/1.16.0.v20221027-0840
00:50:21 [WARNING]   io.netty.common/4.1.56.v20221112-0806
00:50:21 [WARNING]   com.google.inject.source/5.0.1.v20221112-0806
00:50:21 [WARNING]   org.apache.jclouds.api.openstack-nova.source/1.8.0.v20160301-1110
00:50:21 [WARNING]   com.github.jnr.unixsocket.source/0.38.17.v20221215-1656
00:50:21 [WARNING]   com.google.inject/5.0.1.v20221112-0806
00:50:21 [WARNING]   org.glassfish.jersey.media.jersey-media-json-jackson/2.30.1.v20221112-0806
00:50:21 [WARNING]   ch.qos.logback.classic/1.2.3.v20221112-0806
00:50:21 [WARNING]   org.apache.lucene.queryparser.source/7.5.0.v20181003-1532
00:50:21 [WARNING]   org.apache.onami.configuration.source/6.3.0.v20160301-1110
00:50:21 [WARNING]   org.glassfish.jersey.core.jersey-client.source/2.30.1.v20221112-0806
00:50:21 [WARNING]   io.netty.common.source/4.1.56.v20221112-0806
00:50:21 [WARNING]   org.ejml.ejml-all.source/0.38.0.v20221112-0806
00:50:21 [WARNING]   org.junit.platform.suite.commons.source/1.9.1.v20221103-2317
00:50:21 [WARNING]   org.apache.batik.css.source/1.16.0.v20221027-0840
00:50:21 [WARNING]   org.jsoup.source/1.14.3.v20211012-1727
00:50:21 [WARNING]   org.junit.platform.launcher.source/1.9.1.v20221103-2317
00:50:21 [WARNING]   com.google.http-client.google-http-client/1.34.2.v20221112-0806
00:50:21 [WARNING]   org.antlr.runtime.source/4.7.1.v20181120-0808
00:50:21 [WARNING]   net.bytebuddy.byte-buddy-agent.source/1.12.18.v20221114-2102
00:50:21 [WARNING]   org.apache.batik.awt.util.source/1.16.0.v20221027-0840
00:50:21 [WARNING]   org.apache.xml.resolver.source/1.2.0.v20220715-1206
00:50:21 [WARNING]   org.apache.jclouds.labs.docker/1.8.0.v20160301-1110
00:50:21 [WARNING]   org.apache.lucene.analyzers-common.source/7.5.0.v20181003-1532
00:50:21 [WARNING]   org.ejml.experimental.source/0.29.0.v20221112-0806
00:50:21 [WARNING]   org.apache.commons.collections.source/3.2.2.v20220405-1659
00:50:21 [WARNING]   javax.activation.source/2.0.0.v20221203-1659
00:50:21 [WARNING]   org.apache.commons.math3.source/3.6.1.v20221112-0806
00:50:21 [WARNING]   org.apache.jclouds.api.ec2/1.8.0.v20160301-1110
00:50:21 [WARNING]   org.apache.lucene.core/9.4.2.v20221211-0752
00:50:21 [WARNING]   javax.inject.source/1.0.0.v20220405-0441
00:50:21 [WARNING]   org.apache.batik.transcoder.source/1.16.0.v20221027-0840
00:50:21 [WARNING]   com.google.javascript/0.0.20160315.v20161124-1903
00:50:21 [WARNING]   org.apache.httpcomponents.httpclient.win.source/4.5.14.v20221207-1049
00:50:21 [WARNING]   net.bytebuddy.byte-buddy-agent.source/1.7.9.v20180420-1519
00:50:21 [WARNING]   org.apache.httpcomponents.httpcore/4.4.16.v20221207-1049
00:50:21 [WARNING]   com.fasterxml.jackson.core.jackson-core/2.13.2.v20220426-1653
00:50:21 [WARNING]   org.objectweb.asm.util.source/9.4.0.v20221107-1714
00:50:21 [WARNING]   org.glassfish.jersey.containers.servlet.core/2.30.1.v20221112-0806
00:50:21 [WARNING]   com.cronutils.source/5.0.5.v20221112-0806
00:50:21 [WARNING]   com.ibm.icu.source/72.1.0.v20221115-2007
00:50:21 [WARNING]   org.apache.batik.constants/1.16.0.v20221027-0840
00:50:21 [WARNING]   com.atlassian.commonmark-heading-anchor.source/0.15.1.v20221112-0806
00:50:21 [WARNING]   org.objectweb.asm/9.4.0.v20221107-1714
00:50:21 [WARNING]   org.apache.xmlbeans/3.1.0.v20221112-0806
00:50:21 [WARNING]   io.grpc.grpc-context.source/1.29.0.v20221112-0806
00:50:21 [WARNING]   com.atlassian.commonmark-image-attributes/0.15.1.v20221112-0806
00:50:21 [WARNING]   org.ejml.denseC64/0.29.0.v20221112-0806
00:50:21 [WARNING]   org.apache.logging.log4j/2.17.1.v20220106-2156
00:50:21 [WARNING]   javax.measure.unit-api.source/1.0.0.v20170818-1538
00:50:21 [WARNING]   com.google.api.client-repackaged-com-google-common-base/1.2.3.v20221112-0806
00:50:21 [WARNING]   org.apache.lucene.analysis-common.source/9.4.2.v20221211-0752
00:50:21 [WARNING]   org.apache.log4j/1.2.24.v20221221-2012
00:50:21 [WARNING]   org.glassfish.jersey.ext.entityfiltering.source/2.30.1.v20221112-0806
00:50:21 [WARNING]   org.junit.platform.commons/1.9.1.v20221103-2317
00:50:21 [WARNING]   com.cronutils/5.0.5.v20221112-0806
00:50:21 [WARNING]   org.antlr.runtime.source/4.5.1.v20160210-1233
00:50:21 [WARNING]   org.objenesis/3.3.0.v20221103-2317
00:50:21 [WARNING]   org.apache.jclouds.labs.openstack-neutron.source/1.8.0.v20160301-1110
00:50:21 [WARNING]   com.fasterxml.jackson.core.jackson-databind/2.13.2.v20220426-1653
00:50:21 [WARNING]   org.apache.pdfbox.preflight/2.0.6.v20221112-0806
00:50:21 [WARNING]   com.sun.jna.platform.source/5.12.1.v20221103-2317
00:50:21 [WARNING]   org.bouncycastle.bcprov.source/1.72.0.v20221013-1810
00:50:21 [WARNING]   com.google.auth.google-auth-library-credentials.source/0.20.0.v20221112-0806
00:50:21 [WARNING]   com.fasterxml.jackson.jaxrs.jackson-jaxrs-base.source/2.13.2.v20220426-1653
00:50:21 [WARNING]   net.bytebuddy.byte-buddy-agent.source/1.9.0.v20181106-1534
00:50:21 [WARNING]   org.jcodings/1.0.18.v20170306-1742
00:50:21 [WARNING]   org.immutables.value/2.8.3.v20221112-0806
00:50:21 [WARNING]   org.hamcrest.core.source/1.3.0.v20180420-1519
00:50:21 [WARNING]   org.ejml.equation/0.29.0.v20221112-0806
00:50:21 [WARNING]   com.google.oauth-client-jetty.source/1.30.6.v20221112-0806
00:50:21 [WARNING]   org.ejml.ejml-all/0.38.0.v20221112-0806
00:50:21 [WARNING]   org.glassfish.jersey.core.jersey-client/2.30.1.v20221112-0806
00:50:21 [WARNING]   jakarta.servlet.jsp.source/3.0.0.v20221203-1659
00:50:21 [WARNING]   com.sun.jna/4.5.1.v20210503-0343
00:50:21 [WARNING]   com.atlassian.commonmark-ins.source/0.15.1.v20221112-0806
00:50:21 [WARNING]   javax.validation/1.1.0.v20221112-0806
00:50:21 [WARNING]   com.graphql.java/11.0.0.v20221112-0806
00:50:21 [WARNING]   org.mozilla.javascript.source/1.7.10.v20221112-0806
00:50:21 [WARNING]   org.antlr.runtime/4.5.1.v20160210-1233
00:50:21 [WARNING]   org.apache.httpcomponents.client5.httpclient5/5.1.3.v20221013-1742
00:50:21 [WARNING]   com.google.inject.assistedinject/5.0.1.v20221112-0806
00:50:21 [WARNING]   org.hsqldb.source/2.2.9.v20221112-0806
00:50:21 [WARNING]   org.apache.jclouds.jclouds-blobstore.source/1.8.0.v20160301-1110
00:50:21 [WARNING]   com.google.auth.oauth2-http.source/0.20.0.v20221112-0806
00:50:21 [WARNING]   org.apache.ant.source/1.10.12.v20211102-1452
00:50:21 [WARNING]   org.apache.maven.resolver.api.source/1.0.3.v20170405-0725
00:50:21 [WARNING]   org.apache.tika.core.source/1.24.1.v20211101-1915
00:50:21 [WARNING]   com.google.flogger.testing/0.1.0.v20180506-0038
00:50:21 [WARNING]   org.yaml.snakeyaml.source/1.27.0.v20221112-0806
00:50:21 [WARNING]   org.ejml.core.source/0.29.0.v20221112-0806
00:50:21 [WARNING]   org.objectweb.asm.source/9.4.0.v20221107-1714
00:50:21 [WARNING]   org.glassfish.jersey.containers.servlet.source/2.30.1.v20221112-0806
00:50:21 [WARNING]   org.apache.httpcomponents.client5.httpclient5-win.source/5.1.3.v20221013-1742
00:50:21 [WARNING]   com.github.jnr.posix/3.1.15.v20221215-1656
00:50:21 [WARNING]   com.graphql.java.source/11.0.0.v20221112-0806
00:50:21 [WARNING]   org.junit.jupiter.migrationsupport.source/5.9.1.v20221103-2317
00:50:21 [WARNING]   org.bouncycastle.bcpg.source/1.72.0.v20221013-1810
00:50:21 [WARNING]   net.i2p.crypto.eddsa/0.3.0.v20220506-1020
00:50:21 [WARNING]   org.apache.batik.gvt.source/1.16.0.v20221027-0840
00:50:21 [WARNING]   com.google.oauth-client-java6/1.30.6.v20221112-0806
00:50:21 [WARNING]   com.fasterxml.jackson.module.jackson-module-jaxb-annotations.source/2.13.2.v20220426-1653
00:50:21 [WARNING]   org.apache.batik.ext.source/1.16.0.v20221027-0840
00:50:21 [WARNING]   org.apache.batik.shared.resources.source/1.16.0.v20221027-0840
00:50:21 [WARNING]   org.apache.xmlrpc.server.source/3.1.3.v20181004-1955
00:50:21 [WARNING]   com.google.j2objc.j2objc-annotations.source/1.3.0.v20221112-0806
00:50:21 [WARNING]   jakarta.el/4.0.0.v20221203-1659
00:50:21 [WARNING]   org.objectweb.asm.util/9.4.0.v20221107-1714
00:50:21 [WARNING]   com.fasterxml.jackson.core.jackson-annotations.source/2.13.2.v20220426-1653
00:50:21 [WARNING]   org.junit.platform.suite.engine.source/1.9.1.v20221103-2317
00:50:21 [WARNING]   org.jacoco.core/0.8.8.v20221013-0857
00:50:21 [WARNING]   org.glassfish.hk2.locator/2.6.1.v20221203-1659
00:50:21 [WARNING]   org.apache.jclouds.api.sts.source/1.8.0.v20160301-1110
00:50:21 [WARNING]   com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.13.2.v20220426-1653
00:50:21 [WARNING]   com.google.guava.source/30.1.0.v20221112-0806
00:50:21 [WARNING]   org.apache.sshd.sftp/2.8.0.v20211227-1750
00:50:21 [WARNING]   org.mandas.docker-client.source/3.2.1.v20221112-0806
00:50:21 [WARNING]   org.apache.commons.codec/1.14.0.v20221112-0806
00:50:21 [WARNING]   com.github.jnr.enxio/0.32.13.v20221215-1656
00:50:21 [WARNING]   org.apache.lucene.analyzers-common/7.5.0.v20181003-1532
00:50:21 [WARNING]   org.apache.maven.resolver.transport.file.source/1.0.3.v20170405-0725
00:50:21 [WARNING]   org.jheaps.jheaps.source/0.14.0.v20220411-2343
00:50:21 [WARNING]   org.dom4j/2.1.1.v20221112-0806
00:50:21 [WARNING]   com.google.api.client-util/1.2.3.v20221112-0806
00:50:21 [WARNING]   org.apache.batik.script/1.16.0.v20221027-0840
00:50:21 [WARNING]   org.apache.lucene.analyzers-smartcn/7.5.0.v20181003-1532
00:50:21 [WARNING]   org.slf4j.apis.log4j/1.7.30.v20221112-0806
00:50:21 [WARNING]   org.antlr.runtime/3.2.0.v20220404-1927
00:50:21 [WARNING]   net.jini/2.1.0.v20221112-0806
00:50:21 [WARNING]   org.junit/4.13.2.v20211018-1956
00:50:21 [WARNING]   org.apache.batik.util/1.16.0.v20221027-0840
00:50:21 [WARNING]   org.apache.sshd.sftp.source/2.9.2.v20221117-1942
00:50:21 [WARNING]   com.atlassian.commonmark/0.15.1.v20221112-0806
00:50:21 [WARNING]   org.apache.maven.resolver.impl.source/1.0.3.v20170405-0725
00:50:21 [WARNING]   org.apache.httpcomponents.core5.httpcore5-h2/5.1.4.v20221013-1742
00:50:21 [WARNING]   org.glassfish.hk2.locator/2.5.0.v20161103-0227
00:50:21 [WARNING]   org.ejml.equation.source/0.29.0.v20221112-0806
00:50:21 [WARNING]   com.sun.jna.platform.source/5.6.0.v20221112-0806
00:50:21 [WARNING]   com.sun.jna.platform.source/4.5.1.v20221112-0806
00:50:21 [WARNING]   org.apache.tika.parsers/1.24.1.v20211101-1915
00:50:21 [WARNING]   org.apache.tika.parsers.source/1.24.1.v20211101-1915
00:50:21 [WARNING]   com.ibm.icu/72.1.0.v20221115-2007
00:50:21 [WARNING]   org.apache.httpcomponents.client5.httpclient5.source/5.1.3.v20221013-1742
00:50:21 [WARNING]   com.konghq.unirest-java/3.4.2.v20221112-0806
00:50:21 [WARNING]   org.apache.commons.csv/1.8.0.v20221112-0806
00:50:21 [WARNING]   org.apache.lucene.core.source/8.4.1.v20221112-0806
00:50:21 [WARNING]   com.google.guava/30.1.0.v20221112-0806
00:50:21 [WARNING]   org.apiguardian/1.1.2.v20211018-1956
00:50:21 [WARNING]   org.apache.httpcomponents.core5.httpcore5-h2.source/5.1.4.v20221013-1742
00:50:21 [WARNING]   com.google.gdata.source/1.47.1.v20221112-0806
00:50:21 [WARNING]   org.apache.santuario.xmlsec.source/2.2.0.v20221112-0806
00:50:21 [WARNING]   org.apache.pdfbox.fontbox.source/2.0.6.v20221112-0806
00:50:21 [WARNING]   com.fasterxml.jackson.datatype.jackson-datatype-guava/2.13.2.v20220426-1653
00:50:21 [WARNING]   org.apache.jclouds.jclouds-blobstore/1.8.0.v20160301-1110
00:50:21 [WARNING]   org.aopalliance.source/1.0.0.v20220404-1927
00:50:21 [WARNING]   org.mozilla.javascript/1.7.10.v20221112-0806
00:50:21 [WARNING]   org.mockito.mockito-core.source/4.8.1.v20221103-2317
00:50:21 [WARNING]   org.glassfish.jersey.media.jersey-media-json-jackson.source/2.30.1.v20221112-0806
00:50:21 [WARNING]   com.sun.jna.platform.source/5.8.0.v20221112-0806
00:50:21 [WARNING]   org.glassfish.jersey.inject.jersey-hk2/2.30.1.v20221203-1659
00:50:21 [WARNING]   org.jacoco.report.source/0.8.8.v20221013-0857
00:50:21 [WARNING]   org.apache.batik.codec.source/1.16.0.v20221027-0840
00:50:21 [WARNING]   com.google.api.client-json/1.2.3.v20221112-0806
00:50:21 [WARNING]   com.google.j2objc.j2objc-annotations/1.3.0.v20221112-0806
00:50:21 [WARNING]   org.apache.jclouds.common.openstack-common/1.8.0.v20160301-1110
00:50:21 [WARNING]   org.apache.jclouds.driver.jclouds-slf4j.source/1.8.0.v20160301-1110
00:50:21 [WARNING]   org.kohsuke.args4j.source/2.33.0.v20160323-2218
00:50:21 [WARNING]   com.github.virtuald.curvesapi/1.6.0.v20221112-0806
00:50:21 [WARNING]   net.bytebuddy.byte-buddy-agent/1.9.0.v20181106-1534
00:50:21 [WARNING]   org.ejml.dense64.source/0.29.0.v20221112-0806
00:50:21 [WARNING]   org.conscrypt.conscrypt-openjdk-uber/2.5.1.v20220506-1020
00:50:21 [WARNING]   net.bytebuddy.byte-buddy.source/1.9.0.v20181107-1410
00:50:21 [WARNING]   org.jacoco.core.source/0.8.8.v20221013-0857
00:50:21 [WARNING]   org.apache.lucene.analysis-smartcn/9.4.2.v20221211-0752
00:50:21 [WARNING]   com.jcraft.jsch/0.1.55.v20221112-0806
00:50:21 [WARNING]   ca.odell.glazedlists/1.11.0.v20221112-0806
00:50:21 [WARNING]   javax.activation.source/1.2.2.v20221203-1659
00:50:21 [WARNING]   io.opencensus.opencensus-api.source/0.26.0.v20221112-0806
00:50:21 [WARNING]   ch.qos.logback.core/1.2.3.v20221112-0806
00:50:21 [WARNING]   jakarta.websocket/2.0.0.v20221203-1659
00:50:21 [WARNING]   org.apache.maven.resolver.util.source/1.0.3.v20170405-0725
00:50:21 [WARNING]   org.apache.jclouds.driver.jclouds-slf4j/1.8.0.v20160301-1110
00:50:21 [WARNING]   org.antlr.runtime.source/3.2.0.v20220404-1927
00:50:21 [WARNING]   org.junit.platform.suite.api/1.9.1.v20221103-2317
00:50:21 [WARNING]   org.jgrapht.jgrapht-core/1.4.0.v20220411-2343
00:50:21 [WARNING]   org.apache.commons.lang3.source/3.12.0.v20221221-1931
00:50:21 [WARNING]   org.apache.lucene.queryparser/7.5.0.v20181003-1532
00:50:21 [WARNING]   org.hamcrest.library.source/1.3.0.v20180524-2246
00:50:21 [WARNING]   org.apache.batik.bridge/1.16.0.v20230210-1249
00:50:21 [WARNING]   jakarta.servlet.jsp/3.0.0.v20221203-1659
00:50:21 [WARNING]   com.github.jnr.a64asm/1.0.0.v20221215-1656
00:50:21 [WARNING]   org.bouncycastle.bcutil.source/1.72.0.v20221013-1810
00:50:21 [WARNING]   org.hsqldb/2.2.9.v20221112-0806
00:50:21 [WARNING]   org.jacoco.agent.source/0.8.8.v20220415-0921
00:50:21 [WARNING]   javax.ws.rs/2.1.6.v20221203-1659
00:50:21 [WARNING]   org.apache.xml.resolver/1.2.0.v20220715-1206
00:50:21 [WARNING]   org.apache.jclouds.api.sts/1.8.0.v20160301-1110
00:50:21 [WARNING]   org.apache.commons.compress.source/1.22.0.v20221207-1049
00:50:21 [WARNING]   com.fasterxml.jackson.datatype.jackson-datatype-guava.source/2.13.2.v20220426-1653
00:50:21 [WARNING]   org.apache.commons.collections4.source/4.4.0.v20221112-0806
00:50:21 [WARNING]   org.apache.commons.lang.source/2.6.0.v20220406-2305
00:50:21 [WARNING]   org.reactivestreams.source/1.0.2.v20181120-0809
00:50:21 [WARNING]   org.apache.jclouds.api.openstack-cinder.source/1.8.0.v20160301-1110
00:50:21 [WARNING]   ch.qos.logback.slf4j/1.2.3.v20221112-0806
00:50:21 [WARNING]   com.google.gdata/1.47.1.v20221112-0806
00:50:21 [WARNING]   org.slf4j.apis.log4j.source/1.7.30.v20221112-0806
00:50:21 [WARNING]   org.apache.batik.css/1.16.0.v20221027-0840
00:50:21 [WARNING]   com.github.jnr.x86asm/1.0.2.v20221112-0806
00:50:21 [WARNING]   org.apache.commons.cli/1.4.0.v20221112-0806
00:50:21 [WARNING]   com.google.api.client-util.source/1.2.3.v20221112-0806
00:50:21 [WARNING]   org.ejml.experimental/0.29.0.v20221112-0806
00:50:21 [WARNING]   org.apache.pdfbox.fontbox/2.0.6.v20221112-0806
00:50:21 [WARNING]   org.apache.sshd.osgi/2.8.0.v20211227-1750
00:50:21 [WARNING]   com.google.gson/2.10.1.v20230109-0753
00:50:21 [WARNING]   javaewah/1.1.13.v20211029-0839
00:50:21 [WARNING]   org.slf4j.api.source/1.7.30.v20221112-0806
00:50:21 [WARNING]   com.sun.jna/4.1.0.v20210503-0343
00:50:21 [WARNING]   org.apache.commons.lang/2.6.0.v20220406-2305
00:50:21 [WARNING]   org.apache.batik.dom.svg/1.16.0.v20221027-0840
00:50:21 [WARNING]   org.apache.xml.serializer.source/2.7.2.v20220406-0601
00:50:21 [WARNING]   org.slf4j.apis.jcl.source/1.7.30.v20221112-0806
00:50:21 [WARNING]   com.fasterxml.jackson.core.jackson-annotations/2.13.2.v20220426-1653
00:50:21 [WARNING]   org.aopalliance/1.0.0.v20220404-1927
00:50:21 [WARNING]   org.joni/2.1.11.v20170306-1742
00:50:21 [WARNING]   org.apache.httpcomponents.client5.httpclient5-win/5.1.3.v20221013-1742
00:50:21 [WARNING]   jakarta.xml.bind/2.3.3.v20221203-1659
00:50:21 [WARNING]   com.github.jnr.jffi/1.3.9.v20221215-1656
00:50:21 [WARNING]   org.junit.jupiter.api.source/5.9.1.v20221103-2317
00:50:21 [WARNING]   com.github.jnr.unixsocket/0.38.17.v20221215-1656
00:50:21 [WARNING]   org.apache.pdfbox.source/2.0.6.v20221112-0806
00:50:21 [WARNING]   org.junit.jupiter.api/5.9.1.v20221103-2317
00:50:21 [WARNING]   ch.qos.logback.classic.source/1.2.3.v20221112-0806
00:50:21 [WARNING]   org.apache.batik.constants.source/1.16.0.v20221027-0840
00:50:21 [WARNING]   org.apache.batik.ext/1.16.0.v20221027-0840
00:50:21 [WARNING]   org.reactivestreams/1.0.2.v20181120-0809
00:50:21 [WARNING]   org.junit.source/4.13.2.v20211018-1956
00:50:21 [WARNING]   org.objectweb.asm.tree/9.4.0.v20221107-1714
00:50:21 [WARNING]   org.apache.batik.i18n/1.16.0.v20221027-0840
00:50:21 [WARNING]   org.apache.jclouds.labs.docker.source/1.8.0.v20160301-1110
00:50:21 [WARNING]   com.atlassian.commonmark-yaml/0.15.1.v20221112-0806
00:50:21 [WARNING]   org.apache.ws.commons.util.source/1.0.2.v20160817-1930
00:50:21 [WARNING]   com.sun.jna/5.12.1.v20221103-2317
00:50:21 [WARNING]   org.dom4j.source/1.6.1.v20221112-0806
00:50:21 [WARNING]   org.apache.pdfbox.preflight.source/2.0.6.v20221112-0806
00:50:21 [WARNING]   org.slf4j.binding.simple/1.7.30.v20221112-0806
00:50:21 [WARNING]   org.ejml.core/0.29.0.v20221112-0806
00:50:21 [WARNING]   org.jdom2/2.0.6.v20221112-0806
00:50:21 [WARNING]   org.yaml.snakeyaml/1.27.0.v20221112-0806
00:50:21 [WARNING]   com.atlassian.commonmark-gfm-strikethrough/0.15.1.v20221112-0806
00:50:21 [WARNING]   org.antlr.runtime/4.10.1.v20230210-1433
00:50:21 [WARNING]   org.ejml.simple/0.29.0.v20221112-0806
00:50:21 [WARNING]   org.apache.batik.i18n.source/1.16.0.v20221027-0840
00:50:21 [WARNING]   org.apache.batik.svggen.source/1.16.0.v20221027-0840
00:50:21 [WARNING]   org.apache.jclouds.api.openstack-keystone.source/1.8.0.v20160301-1110
00:50:21 [WARNING]   org.junit.platform.engine/1.9.1.v20221103-2317
00:50:21 [WARNING]   jakarta.servlet/5.0.0.v20221203-1659
00:50:21 [WARNING]   org.kohsuke.args4j/2.33.0.v20160323-2218
00:50:21 [WARNING]   net.bytebuddy.byte-buddy.source/1.12.18.v20221114-2102
00:50:21 [WARNING]   org.apache.pdfbox.xmpbox/2.0.6.v20221112-0806
00:50:21 [WARNING]   org.slf4j.binding.log4j12/1.7.30.v20221112-0806
00:50:21 [WARNING]   com.github.jnr.ffi/2.2.11.v20221215-1656
00:50:21 [WARNING]   org.apache.jclouds.api.cloudwatch.source/1.8.0.v20160301-1110
00:50:21 [WARNING]   org.apache.logging.log4j.source/2.17.1.v20220106-2156
00:50:21 [WARNING]   org.tukaani.xz.source/1.9.0.v20210624-1259
00:50:21 [WARNING]   com.google.auth.oauth2-http/0.20.0.v20221112-0806
00:50:21 [WARNING]   jakarta.websocket.source/2.0.0.v20221203-1659
00:50:21 [WARNING]   org.jdom2.source/2.0.6.v20221112-0806
00:50:21 [WARNING]   org.apache.httpcomponents.httpclient.source/4.5.14.v20221207-1049
00:50:21 [WARNING]   com.google.api.client-escape/1.2.3.v20221112-0806
00:50:21 [WARNING]   org.apache.lucene.analysis-smartcn.source/9.4.2.v20221211-0752
00:50:21 [WARNING]   org.glassfish.hk2.utils.source/2.6.1.v20221203-1659
00:50:21 [WARNING]   com.google.api.client-http/1.2.3.v20221112-0806
00:50:21 [WARNING]   org.jsoup/1.14.3.v20211012-1727
00:50:21 [WARNING]   org.slf4j.binding.simple.source/1.7.30.v20221112-0806
00:50:21 [WARNING]   org.glassfish.hk2.osgi-resource-locator/2.5.0.v20161103-1916
00:50:21 [WARNING]   org.apache.batik.shared.resources/1.16.0.v20221027-0840
00:50:21 [WARNING]   org.apache.httpcomponents.httpcore.source/4.4.16.v20221207-1049
00:50:21 [WARNING]   org.apache.poi/4.1.1.v20221112-0806
00:50:21 [WARNING]   com.google.oauth-client-java6.source/1.30.6.v20221112-0806
00:50:21 [WARNING]   com.sun.jna.source/5.8.0.v20210503-0343
00:50:21 [WARNING]   com.sun.jna.source/5.6.0.v20210503-0343
00:50:21 [WARNING]   org.tukaani.xz/1.9.0.v20210624-1259
00:50:21 [WARNING]   org.apache.batik.xml/1.16.0.v20221027-0840
00:50:21 [WARNING]   org.slf4j.binding.nop/1.7.30.v20221112-0806
00:50:21 [WARNING]   net.i2p.crypto.eddsa.source/0.3.0.v20220506-1020
00:50:21 [WARNING]   org.apache.xalan.source/2.7.2.v20221112-0806
00:50:21 [WARNING]   org.glassfish.jersey.core.jersey-common.source/2.30.1.v20221112-0806
00:50:21 [WARNING]   org.apache.xmlgraphics.source/2.7.0.v20221018-0736
00:50:21 [WARNING]   org.apache.poi.source/4.1.1.v20221112-0806
00:50:21 [WARNING]   org.junit.platform.suite.commons/1.9.1.v20221103-2317
00:50:21 [WARNING]   jakarta.activation/1.2.2.v20221203-1659
00:50:21 [WARNING]   com.google.gson.source/2.10.1.v20230109-0753
00:50:21 [WARNING]   org.apache.batik.util.source/1.16.0.v20221027-0840
00:50:21 [WARNING]   net.bytebuddy.byte-buddy/1.7.9.v20180420-1519
00:50:21 [WARNING]   org.apache.ws.commons.util/1.0.2.v20160817-1930
00:50:21 [WARNING]   net.bytebuddy.byte-buddy-agent/1.12.18.v20221114-2102
00:50:21 [WARNING]   com.google.guava/27.1.0.v20221112-0806
00:50:21 [WARNING]   org.apache.maven.resolver.spi.source/1.0.3.v20170405-0725
00:50:21 [WARNING]   com.sun.jna.platform/5.12.1.v20221103-2317
00:50:21 [WARNING]   com.google.auto.value.auto-value-annotations/1.7.0.v20221112-0806
00:50:21 [WARNING]   org.apache.jclouds.labs.openstack-neutron/1.8.0.v20160301-1110
00:50:21 [WARNING]   org.glassfish.jersey.core.jersey-server.source/2.30.1.v20221112-0806
00:50:21 [WARNING]   com.google.api.client-http.source/1.2.3.v20221112-0806
00:50:21 [WARNING]   com.atlassian.commonmark-gfm-tables.source/0.15.1.v20221112-0806
00:50:21 [WARNING]   org.bouncycastle.bcprov/1.72.0.v20221013-1810
00:50:21 [WARNING]   org.objectweb.asm.analysis.source/9.4.0.v20221107-1714
00:50:21 [WARNING]   org.apache.commons.math3/3.6.1.v20221112-0806
00:50:21 [WARNING]   net.bytebuddy.byte-buddy.source/1.7.9.v20180420-1519
00:50:21 [WARNING]   org.apache.httpcomponents.httpclient.win/4.5.14.v20221207-1049
00:50:21 [WARNING]   com.github.jnr.ffi.source/2.2.11.v20221215-1656
00:50:21 [WARNING]   org.apache.maven.resolver.transport.http/1.0.3.v20170405-0725
00:50:21 [WARNING]   org.junit.platform.suite.engine/1.9.1.v20221103-2317
00:50:21 [WARNING]   org.slf4j.bridge.jul.source/1.7.30.v20221112-0806
00:50:21 [WARNING]   org.apache.xmlbeans.source/3.1.0.v20221112-0806
00:50:21 [WARNING]   javax.ws.rs.source/2.1.6.v20221203-1659
00:50:21 [WARNING]   org.freemarker/2.3.22.v20160210-1233
00:50:21 [WARNING]   com.graphql.java.dataloader.source/2.1.1.v20181120-0809
00:50:21 [WARNING]   org.apache.jclouds.jclouds-scriptbuilder.source/1.8.0.v20160301-1110
00:50:21 [WARNING]   java_cup/0.11.20150326.v20180425-1030
00:50:21 [WARNING]   com.google.api.client-auth.source/1.2.3.v20221112-0806
00:50:21 [WARNING]   com.sun.xml.bind/2.3.3.v20221203-1659
00:50:21 [WARNING]   org.apache.xml.serializer/2.7.2.v20220406-0601
00:50:21 [WARNING]   org.apache.xmlrpc.client.source/3.1.3.v20160817-1930
00:50:21 [WARNING]   com.google.oauth-client/1.30.6.v20221112-0806
00:50:21 [WARNING]   java_cup-runtime/0.11.20150326.v20180425-1030
00:50:21 [WARNING]   com.google.protobuf/2.4.1.v20220404-1934
00:50:21 [WARNING]   org.apache.lucene.core.source/7.5.0.v20181003-1532
00:50:21 [WARNING]   com.google.api.client-json.source/1.2.3.v20221112-0806
00:50:21 [WARNING]   org.apache.maven.resolver.spi/1.0.3.v20170405-0725
00:50:21 [WARNING]   org.apache.xmlrpc.common/3.1.3.v20181004-1955
00:50:21 [WARNING]   org.apache.lucene.core/8.4.1.v20221112-0806
00:50:21 [WARNING]   org.apache.batik.parser.source/1.16.0.v20221027-0840
00:50:21 [WARNING]   com.atlassian.commonmark-heading-anchor/0.15.1.v20221112-0806
00:50:21 [WARNING]   org.apache.commons.lang3/3.12.0.v20221221-1931
00:50:21 [WARNING]   org.apache.jclouds.jclouds-core.source/1.8.0.v20181004-1955
00:50:21 [WARNING]   org.apache.batik.gvt/1.16.0.v20221027-0840
00:50:21 [WARNING]   org.antlr.runtime.source/4.7.2.v20221112-0806
00:50:21 [WARNING]   org.apache.tika.core/1.24.1.v20211101-1915
00:50:21 [WARNING]   org.apache.commons.cli.source/1.4.0.v20221112-0806
00:50:21 [WARNING]   org.apache.lucene.misc.source/7.5.0.v20181003-1532
00:50:21 [WARNING]   javax.inject/1.0.0.v20220405-0441
00:50:21 [WARNING]   org.apache.jclouds.jclouds-core/1.8.0.v20181004-1955
00:50:21 [WARNING]   io.opencensus.opencensus-api/0.26.0.v20221112-0806
00:50:21 [WARNING]   org.apache.batik.parser/1.16.0.v20221027-0840
00:50:21 [WARNING]   javax.validation.source/1.1.0.v20221112-0806
00:50:21 [WARNING]   io.netty.buffer.source/4.1.56.v20221112-0806
00:50:21 [WARNING]   com.sun.jna.platform/4.1.0.v20170410-1117
00:50:21 [WARNING]   org.hamcrest.library/1.3.0.v20180524-2246
00:50:21 [WARNING]   org.glassfish.hk2.api/2.6.1.v20221203-1659
00:50:21 [WARNING]   org.apache.maven.resolver.connector.basic/1.0.3.v20170405-0725
00:50:21 [WARNING]   org.apache.commons.csv.source/1.8.0.v20221112-0806
00:50:21 [WARNING]   org.apache.log4j.source/1.2.24.v20221221-2012
00:50:21 [WARNING]   org.apache.sshd.sftp/2.9.2.v20221117-1942
00:50:21 [WARNING]   org.slf4j.ext/1.7.30.v20221112-0806
00:50:21 [WARNING]   org.assertj/3.20.2.v20210706-1104
00:50:21 [WARNING]   com.konghq.unirest-java.source/3.4.2.v20221112-0806
00:50:21 [WARNING]   org.junit.platform.runner/1.9.1.v20221103-2317
00:50:21 [WARNING]   com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.13.2.v20220426-1653
00:50:21 [WARNING]   com.sun.jna/5.8.0.v20210503-0343
00:50:21 [WARNING]   org.junit.jupiter.params/5.9.1.v20221103-2317
00:50:21 [WARNING]   io.github.classgraph/4.8.149.v20220915-0556
00:50:21 [WARNING]   com.sun.jna/5.6.0.v20210503-0343
00:50:21 [WARNING]   org.apache.lucene.analyzers-smartcn.source/7.5.0.v20181003-1532
00:50:21 [WARNING]   com.atlassian.commonmark-task-list-items.source/0.15.1.v20221112-0806
00:50:21 [WARNING]   com.github.jnr.x86asm.source/1.0.2.v20221112-0806
00:50:21 [WARNING]   com.google.protobuf.source/2.4.1.v20220404-1934
00:50:21 [WARNING]   org.ejml.denseC64.source/0.29.0.v20221112-0806
00:50:21 [WARNING]   org.apache.jclouds.api.openstack-nova/1.8.0.v20160301-1110
00:50:21 [WARNING]   org.jaxen/1.1.6.v20221112-0806
00:50:21 [WARNING]   javaewah.source/1.1.13.v20211029-0839
00:50:21 [WARNING]   org.apache.batik.dom.source/1.16.0.v20230210-1249
00:50:21 [WARNING]   org.apache.batik.script.source/1.16.0.v20221027-0840
00:50:21 [WARNING]   org.jacoco.agent/0.8.8.v20220415-0921
00:50:21 [WARNING]   org.apache.commons.io.source/2.8.0.v20210415-0900
00:50:21 [WARNING]   org.apache.lucene.core/7.5.0.v20181003-1532
00:50:21 [WARNING]   org.apache.jclouds.jclouds-scriptbuilder/1.8.0.v20160301-1110
00:50:21 [WARNING]   com.atlassian.commonmark.source/0.15.1.v20221112-0806
00:50:21 [WARNING]   org.ejml.simple.source/0.29.0.v20221112-0806
00:50:21 [WARNING]   com.google.auto.value.auto-value-annotations.source/1.7.0.v20221112-0806
00:50:21 [WARNING]   org.objectweb.asm.commons.source/9.4.0.v20221107-1714
00:50:21 [WARNING]   com.google.oauth-client.source/1.30.6.v20221112-0806
00:50:21 [WARNING]   org.junit.platform.suite.api.source/1.9.1.v20221103-2317
00:50:21 [WARNING]   net.sourceforge.plantuml/1.2019.0.v20221112-0806
00:50:21 [WARNING]   org.apache.pdfbox.xmpbox.source/2.0.6.v20221112-0806
00:50:21 [WARNING]   jakarta.activation.source/1.2.2.v20221203-1659
00:50:21 [WARNING]   org.dom4j.source/2.1.1.v20221112-0806
00:50:21 [WARNING]   org.apache.poi.ooxml.source/4.1.1.v20221112-0806
00:50:21 [WARNING]   org.apache.lucene.analyzers-smartcn.source/8.4.1.v20221112-0806
00:50:21 [WARNING]   ch.qos.logback.slf4j.source/1.2.3.v20221112-0806
00:50:21 [WARNING]   org.glassfish.hk2.locator.source/2.6.1.v20221203-1659
00:50:21 [WARNING]   com.atlassian.commonmark-image-attributes.source/0.15.1.v20221112-0806
00:50:21 [WARNING]   net.bytebuddy.byte-buddy/1.9.0.v20181107-1410
00:50:21 [WARNING]   org.assertj.source/3.20.2.v20210706-1104
00:50:21 [WARNING]   org.apache.onami.configuration/6.3.0.v20160301-1110
00:50:21 [WARNING]   jakarta.servlet.source/5.0.0.v20221203-1659
00:50:21 [WARNING]   io.github.classgraph.source/4.8.149.v20220915-0556
00:50:21 [WARNING]   org.glassfish.jersey.inject.jersey-hk2.source/2.30.1.v20221203-1659
00:50:21 [WARNING]   com.google.http-client.google-http-client.source/1.34.2.v20221112-0806
00:50:21 [WARNING]   org.bouncycastle.bcpkix/1.72.0.v20221013-1810
00:50:21 [WARNING]   org.apache.xerces/2.12.2.v20220131-0835
00:50:21 [WARNING]   org.glassfish.hk2.api.source/2.5.0.v20161103-0227
00:50:21 [WARNING]   org.jboss.logging.source/3.3.2.v20221112-0806
00:50:21 [WARNING]   org.antlr.runtime/3.5.2.v20221112-0806
00:50:21 [WARNING]   com.google.flogger.systembackend/0.1.0.v20180506-0038
00:50:21 [WARNING]   com.google.http-client.google-http-client-jackson2/1.34.2.v20221112-0806
00:50:21 [WARNING]   org.hamcrest.core/1.3.0.v20180420-1519
00:50:21 [WARNING]   com.sun.xml.bind.source/2.3.3.v20221203-1659
00:50:21 [WARNING]   org.freemarker.source/2.3.22.v20160210-1233
00:50:21 [WARNING]   org.apache.ant/1.10.12.v20211102-1452
00:50:21 [WARNING]   com.google.api.client-auth-oauth2.source/1.2.3.v20221112-0806
00:50:21 [WARNING]   org.eclipse.orbit.mongodb/3.2.2.v20181004-1955
00:50:21 [WARNING]   io.netty.buffer/4.1.56.v20221112-0806
00:50:21 [WARNING]   com.fasterxml.jackson.core.jackson-core.source/2.13.2.v20220426-1653
00:50:21 [WARNING]   org.apache.httpcomponents.httpclient/4.5.14.v20221207-1049
00:50:21 [WARNING]   org.jboss.logging/3.3.2.v20221112-0806
00:50:21 [WARNING]   org.apache.jclouds.api.openstack-keystone/1.8.0.v20160301-1110
00:50:21 [WARNING]   com.google.api.client-auth/1.2.3.v20221112-0806
00:50:21 [WARNING]   org.bouncycastle.bcpkix.source/1.72.0.v20221013-1810
00:50:21 [WARNING]   org.apache.commons.codec.source/1.14.0.v20221112-0806
00:50:21 [WARNING]   com.atlassian.commonmark-gfm-strikethrough.source/0.15.1.v20221112-0806
00:50:21 [WARNING]   org.opentest4j/1.2.0.v20211018-1956
00:50:21 [WARNING]   org.apache.commons.io/2.8.0.v20210415-0900
00:50:21 [WARNING]   javax.activation/1.2.2.v20221203-1659
00:50:21 [WARNING]   org.hamcrest/2.2.0.v20210711-0821
00:50:21 [WARNING]   com.sun.xml.bind.source/2.2.0.v20221112-0806
00:50:21 [WARNING]   org.jacoco.report/0.8.8.v20221013-0857
00:50:21 [WARNING]   org.glassfish.hk2.utils.source/2.5.0.v20160210-1508
00:50:21 [WARNING]   org.glassfish.hk2.osgi-resource-locator/1.0.3.v20221203-1659
00:50:21 [WARNING]   org.bouncycastle.bcpg/1.72.0.v20221013-1810
00:50:21 [WARNING]   com.sun.jna.source/4.1.0.v20210503-0343
00:50:21 [WARNING]   org.apache.jclouds.api.ec2.source/1.8.0.v20160301-1110
00:50:21 [WARNING]   org.apache.httpcomponents.httpcore-nio/4.4.16.v20221207-1049
00:50:21 [WARNING]   org.jgrapht.jgrapht-core.source/1.4.0.v20220411-2343
00:50:21 [WARNING]   org.apache.lucene.analyzers-smartcn/8.4.1.v20221112-0806
00:50:21 [WARNING]   org.glassfish.hk2.locator.source/2.5.0.v20161103-0227
00:50:21 [WARNING]   io.github.java-diff-utils/4.8.0.v20221112-0806
00:50:21 [WARNING]   javax.annotation.source/1.3.5.v20221203-1659
00:50:21 [WARNING]   com.google.flogger/0.1.0.v20180506-0038
00:50:21 [WARNING]   org.junit.vintage.engine.source/5.9.1.v20221103-2317
00:50:21 [WARNING]   org.slf4j.apis.jcl/1.7.30.v20221112-0806
00:50:21 [WARNING]   org.apache.batik.xml.source/1.16.0.v20221027-0840
00:50:21 [WARNING]   com.github.jnr.enxio.source/0.32.13.v20221215-1656
00:50:21 [WARNING]   org.mockito.mockito-core/4.8.1.v20221103-2317
00:50:21 [WARNING]   org.apache.sshd.osgi.source/2.9.2.v20221117-1942
00:50:21 [WARNING]   org.apache.commons.fileupload.source/1.3.2.v20170320-2229
00:50:21 [WARNING]   org.glassfish.jersey.ext.entityfiltering/2.30.1.v20221112-0806
00:50:21 [WARNING]   org.glassfish.hk2.osgi-resource-locator.source/2.5.0.v20161103-1916
00:50:21 [WARNING]   org.glassfish.jersey.core.jersey-common/2.30.1.v20221112-0806
00:50:21 [WARNING]   org.apache.batik.codec/1.16.0.v20221027-0840
00:50:21 [WARNING]   com.atlassian.commonmark-task-list-items/0.15.1.v20221112-0806
00:50:21 [WARNING]   org.apache.httpcomponents.core5.httpcore5.source/5.1.4.v20221013-1742
00:50:21 [WARNING]   com.fasterxml.jackson.core.jackson-databind.source/2.13.2.v20220426-1653
00:50:21 [WARNING]   com.sun.jna.platform.source/4.1.0.v20170410-1117
00:50:21 [WARNING]   org.apache.httpcomponents.httpasyncclient/4.1.3.v20221112-0806
00:50:21 [WARNING]   com.github.jnr.posix.source/3.1.15.v20221215-1656
00:50:21 [WARNING]   com.sun.jna.source/5.12.1.v20221103-2317
00:50:21 [WARNING]   org.conscrypt.conscrypt-openjdk-uber.source/2.5.1.v20220506-1020
00:50:21 [WARNING]   org.glassfish.jersey.core.jersey-server/2.30.1.v20221112-0806
00:50:21 [WARNING]   org.apache.jclouds.jclouds-compute/1.8.0.v20160301-1110
00:50:21 [WARNING]   org.objectweb.asm.commons/9.4.0.v20221107-1714
00:50:21 [WARNING]   org.apache.commons.compress/1.22.0.v20221207-1049
00:50:21 [WARNING]   org.apache.maven.resolver.impl/1.0.3.v20170405-0725
00:50:21 [WARNING]   org.objenesis.source/3.3.0.v20221103-2317
00:50:21 [WARNING]   javax.xml/1.4.1.v20220503-2331
00:50:21 [WARNING]   net.sourceforge.plantuml.source/1.2019.0.v20221112-0806
00:50:21 [WARNING]   org.eclipse.orbit.releng.recipes.feature.aggregation.feature.jar/1.0.0.v20230210-1433
00:50:21 [WARNING]   org.apache.maven.resolver.util/1.0.3.v20170405-0725
00:50:21 [WARNING]   org.apache.jclouds.api.openstack-cinder/1.8.0.v20160301-1110
00:50:21 [WARNING]   org.eclipse.orbit.mongodb.source/3.2.2.v20181004-1955
00:50:21 [WARNING]   ch.qos.logback.core.source/1.2.3.v20221112-0806
00:50:21 [WARNING]   org.apache.maven.resolver.transport.http.source/1.0.3.v20170405-0725
00:50:21 [WARNING]   org.apiguardian.source/1.1.2.v20211018-1956
00:50:21 [WARNING]   org.slf4j.bridge.jul/1.7.30.v20221112-0806
00:50:21 [WARNING]   org.mandas.docker-client/3.2.1.v20221112-0806
00:50:21 [WARNING]   org.apache.lucene.misc/7.5.0.v20181003-1532
00:50:21 [WARNING]   org.ggf.drmaa/1.0.0.v20170818-1553
00:50:21 [WARNING]   org.apache.jclouds.common.openstack-common.source/1.8.0.v20160301-1110
00:50:21 [WARNING]   org.junit.platform.launcher/1.9.1.v20221103-2317
00:50:21 [WARNING]   org.knowm.xchart.source/3.6.5.v20221112-0806
00:50:21 [WARNING]   org.objectweb.asm.tree.source/9.4.0.v20221107-1714
00:50:21 [WARNING]   org.apache.poi.ooxml.schemas/4.1.1.v20221112-0806
00:50:21 [WARNING]   org.slf4j.binding.nop.source/1.7.30.v20221112-0806
00:50:21 [WARNING]   com.sun.jna.platform/4.5.1.v20221112-0806
00:50:21 [WARNING]   io.grpc.grpc-context/1.29.0.v20221112-0806
00:50:21 [WARNING]   com.sun.jna.platform/5.6.0.v20221112-0806
00:50:21 [WARNING]   org.slf4j.api/1.7.30.v20221112-0806
00:50:21 [WARNING]   org.eclipse.orbit.releng.recipes.feature.aggregation.source.feature.group/1.0.0.v20230210-1433
00:50:21 [WARNING]   com.sun.jna.platform/5.8.0.v20221112-0806
00:50:21 [WARNING]   org.ejml.dense64/0.29.0.v20221112-0806
00:50:21 [WARNING]   com.google.oauth-client-jetty/1.30.6.v20221112-0806
00:50:21 [WARNING]   org.apache.xmlrpc.server/3.1.3.v20181004-1955
00:50:21 [WARNING]   com.jcraft.jzlib/1.1.3.v20220502-1820
00:50:21 [WARNING]   com.github.jnr.constants/0.10.3.v20221215-1656
00:50:21 [WARNING]   com.atlassian.commonmark-yaml.source/0.15.1.v20221112-0806
00:50:21 [WARNING]   org.slf4j.ext.source/1.7.30.v20221112-0806
00:50:21 [WARNING]   org.junit.platform.engine.source/1.9.1.v20221103-2317
00:50:21 [WARNING]   com.google.flogger.testing.source/0.1.0.v20180506-0038
00:50:21 [WARNING]   org.junit.jupiter.engine/5.9.1.v20221103-2317
00:50:21 [WARNING]   org.apache.sshd.sftp.source/2.8.0.v20211227-1750
00:50:21 [WARNING]   org.immutables.value.source/2.8.3.v20221112-0806
00:50:21 [WARNING]   org.glassfish.jersey.containers.servlet/2.30.1.v20221112-0806
00:50:21 [WARNING]   org.antlr.runtime.source/3.5.2.v20221112-0806
00:50:21 [WARNING]   com.google.flogger.systembackend.source/0.1.0.v20180506-0038
00:50:21 [WARNING]   jakarta.el.source/4.0.0.v20221203-1659
00:50:21 [WARNING]   org.apache.batik.transcoder/1.16.0.v20221027-0840
00:50:21 [WARNING]   com.graphql.java.dataloader/2.1.1.v20181120-0809
00:50:21 [WARNING]   org.apache.santuario.xmlsec/2.2.0.v20221112-0806
00:50:21 [WARNING]   org.junit.platform.commons.source/1.9.1.v20221103-2317
00:50:21 [WARNING]   com.github.jnr.a64asm.source/1.0.0.v20221215-1656
00:50:21 [WARNING]   org.junit.jupiter.engine.source/5.9.1.v20221103-2317
00:50:21 [WARNING]   jakarta.activation/2.0.0.v20221203-1659
00:50:21 [WARNING]   com.github.jnr.constants.source/0.10.3.v20221215-1656
00:50:21 [WARNING]   org.glassfish.hk2.api/2.5.0.v20161103-0227
00:50:21 [WARNING]   org.glassfish.hk2.utils/2.6.1.v20221203-1659
00:50:21 [WARNING]   com.google.api.client-escape.source/1.2.3.v20221112-0806
00:50:21 [WARNING]   javax.measure.unit-api/1.0.0.v20170818-1538
00:50:21 [WARNING]   com.jcraft.jsch.source/0.1.55.v20221112-0806
00:50:21 [WARNING]   com.google.javascript.source/0.0.20160315.v20161124-1903
00:50:21 [WARNING]   net.bytebuddy.byte-buddy-agent/1.7.9.v20180420-1519
00:50:21 [WARNING]   com.google.inject.assistedinject.source/5.0.1.v20221112-0806
00:50:21 [WARNING]   org.antlr.runtime/4.7.1.v20181120-0808
00:50:21 [WARNING]   com.sun.grid.drmaa/1.0.0.v20170818-1553
00:50:21 [WARNING]   org.junit.vintage.engine/5.9.1.v20221103-2317
00:50:21 [WARNING]   org.apache.httpcomponents.httpcore-nio.source/4.4.16.v20221207-1049
00:50:21 [WARNING]   java_cup-runtime.source/0.11.20150326.v20180425-1030
00:50:21 [WARNING]   org.junit.platform.runner.source/1.9.1.v20221103-2317
00:50:21 [WARNING]   org.slf4j.binding.log4j12.source/1.7.30.v20221112-0806
00:50:21 [WARNING]   org.apache.lucene.analyzers-common/8.4.1.v20221112-0806
00:50:21 [WARNING]   org.antlr.runtime.source/4.10.1.v20230210-1433
00:50:21 [WARNING]   com.google.auth.google-auth-library-credentials/0.20.0.v20221112-0806
00:50:21 [WARNING]   org.eclipse.orbit.releng.recipes.feature.aggregation.feature.group/1.0.0.v20230210-1433
00:50:21 [WARNING]   com.sun.xml.bind/2.2.0.v20221112-0806
00:50:21 [WARNING]   org.apache.xmlrpc.common.source/3.1.3.v20181004-1955
00:50:21 [WARNING]   org.knowm.xchart/3.6.5.v20221112-0806
00:50:21 [WARNING]   org.glassfish.hk2.api.source/2.6.1.v20221203-1659
00:50:21 [WARNING]   javax.xml.source/1.4.1.v20220503-2331
00:50:21 [WARNING]   org.apache.sshd.osgi/2.9.2.v20221117-1942
00:50:21 [WARNING]   org.apache.httpcomponents.core5.httpcore5/5.1.4.v20221013-1742
00:50:21 [WARNING]   org.apache.maven.resolver.transport.file/1.0.3.v20170405-0725
00:50:21 [WARNING]   org.apache.batik.dom/1.16.0.v20230210-1249
00:50:21 [WARNING]   org.jheaps.jheaps/0.14.0.v20220411-2343
00:50:21 [WARNING]   jakarta.xml.bind.source/2.3.3.v20221203-1659
00:50:21 [WARNING]   org.apache.lucene.analysis-common/9.4.2.v20221211-0752
00:50:21 [WARNING]   org.apache.commons.fileupload/1.3.2.v20170320-2229
00:50:21 [WARNING]   com.jcraft.jzlib.source/1.1.3.v20220502-1820
00:50:21 [WARNING]   org.apache.batik.anim/1.16.0.v20221027-0840
00:50:21 [WARNING]   org.apache.poi.ooxml/4.1.1.v20221112-0806
00:50:21 [WARNING]   org.jcodings.source/1.0.18.v20170306-1742
00:50:21 [WARNING]   com.github.virtuald.curvesapi.source/1.6.0.v20221112-0806
00:50:21 [WARNING]   net.bytebuddy.byte-buddy/1.12.18.v20221114-2102
00:50:21 [WARNING]   com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.13.2.v20220426-1653
00:50:21 [WARNING]   jakarta.activation.source/2.0.0.v20221203-1659
00:50:21 [WARNING]   org.apache.pdfbox/2.0.6.v20221112-0806
00:50:21 [WARNING]   org.joni.source/2.1.11.v20170306-1742
00:50:21 [WARNING]   org.apache.xmlgraphics/2.7.0.v20221018-0736
00:50:21 [WARNING]   org.opentest4j.source/1.2.0.v20211018-1956
00:50:21 [WARNING]   io.github.java-diff-utils.source/4.8.0.v20221112-0806
00:50:21 [WARNING]   org.apache.xerces.source/2.12.2.v20220131-0835
00:50:21 [INFO] Resolving class path of MavenProject: org.eclipse.orbit.bundles:orbit-bundles-p2-repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository/pom.xml
00:50:22 [INFO] ------------------------------------------------------------------------
00:50:22 [INFO] Reactor Build Order:
00:50:22 [INFO] 
00:50:22 [INFO] Eclipse Orbit :: Releng                                            [pom]
00:50:22 [INFO] Eclipse Orbit :: P2 Repository                      [eclipse-repository]
00:50:22 [INFO] Eclipse Orbit :: P2 Repository (All Content)                       [pom]
00:50:22 [INFO] Eclipse Orbit :: Repository Report                                 [jar]
00:50:22 [INFO] 
00:50:22 [INFO] --------------< org.eclipse.orbit.bundles:releng-parent >---------------
00:50:22 [INFO] Building Eclipse Orbit :: Releng 1.0.0-SNAPSHOT                    [1/4]
00:50:22 [INFO] --------------------------------[ pom ]---------------------------------
00:50:22 [INFO] 
00:50:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ releng-parent ---
00:50:22 [INFO] 
00:50:22 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ releng-parent ---
00:50:22 [INFO] 
00:50:22 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ releng-parent ---
00:50:22 [INFO] 
00:50:22 [INFO] --- maven-install-plugin:2.4:install (default-install) @ releng-parent ---
00:50:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/releng-parent/1.0.0-SNAPSHOT/releng-parent-1.0.0-SNAPSHOT.pom
00:50:22 [INFO] 
00:50:22 [INFO] -------< org.eclipse.orbit.bundles:orbit-bundles-p2-repository >--------
00:50:22 [INFO] Building Eclipse Orbit :: P2 Repository 1.0.0-SNAPSHOT             [2/4]
00:50:22 [INFO] -------------------------[ eclipse-repository ]-------------------------
00:50:22 [INFO] 
00:50:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ orbit-bundles-p2-repository ---
00:50:22 [INFO] 
00:50:22 [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ orbit-bundles-p2-repository ---
00:50:23 [INFO] The project's OSGi version is 1.0.0.v20230210-1433
00:50:23 [INFO] 
00:50:23 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ orbit-bundles-p2-repository ---
00:50:23 [INFO] 
00:50:23 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ orbit-bundles-p2-repository ---
00:50:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository/src/main/resources
00:50:23 [INFO] 
00:50:23 [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ orbit-bundles-p2-repository ---
00:50:23 [INFO] 
00:50:23 [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-osgi-ee (default-publish-osgi-ee) @ orbit-bundles-p2-repository ---
00:50:24 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
00:50:24 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
00:50:24 [INFO] Published profile IUs: [a.jre.javase 15.0.0, config.a.jre.javase 15.0.0]
00:50:24 [INFO] 
00:50:24 [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-products (default-publish-products) @ orbit-bundles-p2-repository ---
00:50:24 [INFO] 
00:50:24 [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-categories (default-publish-categories) @ orbit-bundles-p2-repository ---
00:50:24 [INFO] 
00:50:24 [INFO] --- tycho-p2-publisher-plugin:2.0.0:attach-artifacts (default-attach-artifacts) @ orbit-bundles-p2-repository ---
00:50:24 [INFO] 
00:50:24 [INFO] --- tycho-p2-repository-plugin:2.0.0:assemble-repository (default-assemble-repository) @ orbit-bundles-p2-repository ---
00:50:26 [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20230210-1433.all 1.0.0.EkXImocCOZ3WcL2H3-MFyY1qz0qcc9_e88hM to org.eclipse.equinox.p2.iu; org.glassfish.hk2.external.asm [2.5.0.v20160210-1508,2.5.0.v20160210-1508].; Unable to satisfy dependency from v20230210-1433.all 1.0.0.EkXImocCOZ3WcL2H3-MFyY1qz0qcc9_e88hM to org.eclipse.equinox.p2.iu; org.glassfish.hk2.external.asm.source [2.5.0.v20160210-1508,2.5.0.v20160210-1508].; Unable to satisfy dependency from v20230210-1433.all 1.0.0.EkXImocCOZ3WcL2H3-MFyY1qz0qcc9_e88hM to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift.source [1.8.0.v20160301-1110,1.8.0.v20160301-1110].; Unable to satisfy dependency from v20230210-1433.all 1.0.0.EkXImocCOZ3WcL2H3-MFyY1qz0qcc9_e88hM to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift [1.8.0.v20160301-1110,1.8.0.v20160301-1110].; Unable to satisfy dependency from v20230210-1433.apache 1.0.0.EDjEhWEAOcL2H3-JrMof0mdKoXOSLOz to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift.source [1.8.0.v20160301-1110,1.8.0.v20160301-1110].; Unable to satisfy dependency from v20230210-1433.apache 1.0.0.EDjEhWEAOcL2H3-JrMof0mdKoXOSLOz to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift [1.8.0.v20160301-1110,1.8.0.v20160301-1110].]
00:50:33 [WARNING] More information on the preceding warning(s) can be found here:
00:50:33 [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
00:50:33 [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20230210-1433.all 1.0.0.EkXImocCOZ3WcL2H3-MFyY1qz0qcc9_e88hM to org.eclipse.equinox.p2.iu; org.glassfish.hk2.external.asm [2.5.0.v20160210-1508,2.5.0.v20160210-1508].; Unable to satisfy dependency from v20230210-1433.all 1.0.0.EkXImocCOZ3WcL2H3-MFyY1qz0qcc9_e88hM to org.eclipse.equinox.p2.iu; org.glassfish.hk2.external.asm.source [2.5.0.v20160210-1508,2.5.0.v20160210-1508].; Unable to satisfy dependency from v20230210-1433.all 1.0.0.EkXImocCOZ3WcL2H3-MFyY1qz0qcc9_e88hM to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift.source [1.8.0.v20160301-1110,1.8.0.v20160301-1110].; Unable to satisfy dependency from v20230210-1433.all 1.0.0.EkXImocCOZ3WcL2H3-MFyY1qz0qcc9_e88hM to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift [1.8.0.v20160301-1110,1.8.0.v20160301-1110].; Unable to satisfy dependency from v20230210-1433.apache 1.0.0.EDjEhWEAOcL2H3-JrMof0mdKoXOSLOz to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift.source [1.8.0.v20160301-1110,1.8.0.v20160301-1110].; Unable to satisfy dependency from v20230210-1433.apache 1.0.0.EDjEhWEAOcL2H3-JrMof0mdKoXOSLOz to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift [1.8.0.v20160301-1110,1.8.0.v20160301-1110].]
00:50:33 [WARNING] More information on the preceding warning(s) can be found here:
00:50:33 [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
00:50:56 [INFO] 
00:50:56 [INFO] --- tycho-p2-repository-plugin:2.0.0:archive-repository (default-archive-repository) @ orbit-bundles-p2-repository ---
00:50:56 [INFO] Building zip: /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository/target/orbit-I20230319005010-repo.zip
00:51:09 [INFO] 
00:51:09 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ orbit-bundles-p2-repository ---
00:51:09 [INFO] 
00:51:09 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ orbit-bundles-p2-repository ---
00:51:09 [INFO] 
00:51:09 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ orbit-bundles-p2-repository ---
00:51:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository/target/orbit-I20230319005010-repo.zip to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/orbit-bundles-p2-repository/1.0.0-SNAPSHOT/orbit-bundles-p2-repository-1.0.0-SNAPSHOT.zip
00:51:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/orbit-bundles-p2-repository/1.0.0-SNAPSHOT/orbit-bundles-p2-repository-1.0.0-SNAPSHOT.pom
00:51:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/orbit-bundles-p2-repository/1.0.0-SNAPSHOT/orbit-bundles-p2-repository-1.0.0-SNAPSHOT-p2metadata.xml
00:51:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/orbit-bundles-p2-repository/1.0.0-SNAPSHOT/orbit-bundles-p2-repository-1.0.0-SNAPSHOT-p2artifacts.xml
00:51:09 [INFO] 
00:51:09 [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ orbit-bundles-p2-repository ---
00:51:09 [INFO] 
00:51:09 [INFO] -----< org.eclipse.orbit.bundles:orbit-bundles-p2-repository-all >------
00:51:09 [INFO] Building Eclipse Orbit :: P2 Repository (All Content) 1.0.0-SNAPSHOT [3/4]
00:51:09 [INFO] --------------------------------[ pom ]---------------------------------
00:51:09 [INFO] 
00:51:09 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ orbit-bundles-p2-repository-all ---
00:51:09 [INFO] 
00:51:09 [INFO] --- tycho-p2-extras-plugin:2.0.0:mirror (mirror-orbit-recipes) @ orbit-bundles-p2-repository-all ---
00:51:09 [INFO] Mirroring to /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository-all/target/repository...
00:51:10 [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20230210-1433.apache 1.0.0.EDjEhWEAOcL2H3-JrMof0mdKoXOSLOz to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift.source [1.8.0.v20160301-1110,1.8.0.v20160301-1110].; Unable to satisfy dependency from v20230210-1433.apache 1.0.0.EDjEhWEAOcL2H3-JrMof0mdKoXOSLOz to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift [1.8.0.v20160301-1110,1.8.0.v20160301-1110].; Unable to satisfy dependency from v20230210-1433.all 1.0.0.EkXImocCOZ3WcL2H3-MFyY1qz0qcc9_e88hM to org.eclipse.equinox.p2.iu; org.glassfish.hk2.external.asm [2.5.0.v20160210-1508,2.5.0.v20160210-1508].; Unable to satisfy dependency from v20230210-1433.all 1.0.0.EkXImocCOZ3WcL2H3-MFyY1qz0qcc9_e88hM to org.eclipse.equinox.p2.iu; org.glassfish.hk2.external.asm.source [2.5.0.v20160210-1508,2.5.0.v20160210-1508].; Unable to satisfy dependency from v20230210-1433.all 1.0.0.EkXImocCOZ3WcL2H3-MFyY1qz0qcc9_e88hM to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift.source [1.8.0.v20160301-1110,1.8.0.v20160301-1110].; Unable to satisfy dependency from v20230210-1433.all 1.0.0.EkXImocCOZ3WcL2H3-MFyY1qz0qcc9_e88hM to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift [1.8.0.v20160301-1110,1.8.0.v20160301-1110].; Unable to satisfy dependency from javax.xml 1.4.1.v20220503-2331 to osgi.bundle; org.eclipse.osgi 0.0.0.; Unable to satisfy dependency from javax.annotation 1.3.5.v20221203-1659 to osgi.bundle; org.eclipse.osgi 0.0.0.; Unable to satisfy dependency from org.apache.batik.css 1.16.0.v20221027-0840 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.css 1.16.0.v20221027-0840 to java.package; org.w3c.css.sac 1.3.0.; Unable to satisfy dependency from org.apache.batik.dom 1.16.0.v20230210-1249 to java.package; org.w3c.css.sac 1.3.0.; Unable to satisfy dependency from org.apache.batik.dom 1.16.0.v20230210-1249 to java.package; org.w3c.dom.smil 0.0.0.; Unable to satisfy dependency from org.apache.batik.dom.svg 1.16.0.v20221027-0840 to java.package; org.w3c.dom.smil 0.0.0.; Unable to satisfy dependency from org.apache.batik.dom.svg 1.16.0.v20221027-0840 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.anim 1.16.0.v20221027-0840 to java.package; org.w3c.css.sac 1.3.0.; Unable to satisfy dependency from org.apache.batik.anim 1.16.0.v20221027-0840 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.anim 1.16.0.v20221027-0840 to java.package; org.w3c.dom.smil 0.0.0.; Unable to satisfy dependency from org.apache.batik.bridge 1.16.0.v20230210-1249 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.bridge 1.16.0.v20230210-1249 to java.package; org.w3c.dom.smil 0.0.0.; Unable to satisfy dependency from org.apache.batik.transcoder 1.16.0.v20221027-0840 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.commons.fileupload 1.3.2.v20170320-2229 to java.package; javax.servlet 2.4.0.; Unable to satisfy dependency from org.apache.commons.fileupload 1.3.2.v20170320-2229 to java.package; javax.servlet.http 2.4.0.; Unable to satisfy dependency from org.apache.xmlrpc.client 3.1.3.v20160817-1930 to java.package; org.apache.commons.httpclient 3.0.1.; Unable to satisfy dependency from org.apache.xmlrpc.client 3.1.3.v20160817-1930 to java.package; org.apache.commons.httpclient.auth 3.0.1.; Unable to satisfy dependency from org.apache.xmlrpc.client 3.1.3.v20160817-1930 to java.package; org.apache.commons.httpclient.methods 3.0.1.; Unable to satisfy dependency from org.apache.xmlrpc.client 3.1.3.v20160817-1930 to java.package; org.apache.commons.httpclient.params 3.0.1.; Unable to satisfy dependency from org.apache.xmlrpc.server 3.1.3.v20181004-1955 to java.package; org.apache.commons.logging [1.1.0,1.2.0).; Unable to satisfy dependency from org.apache.xmlrpc.server 3.1.3.v20181004-1955 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.apache.xmlrpc.server 3.1.3.v20181004-1955 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.apache.wsil4j 1.0.0.v20180522-1857 to osgi.bundle; org.uddi4j [2.0.4,3.0.0).; Unable to satisfy dependency from org.apache.wsil4j 1.0.0.v20180522-1857 to osgi.bundle; org.apache.axis [1.3.0,2.0.0).; Unable to satisfy dependency from org.apache.wsil4j 1.0.0.v20180522-1857 to osgi.bundle; javax.wsdl [1.4.0,1.7.0).; Unable to satisfy dependency from org.glassfish.hk2.locator 2.5.0.v20161103-0227 to java.package; javassist.util.proxy [3.13.0,4.0.0).; Unable to satisfy dependency from org.glassfish.hk2.osgi-resource-locator 2.5.0.v20161103-1916 to java.package; org.osgi.framework [1.7.0,2.0.0).; Unable to satisfy dependency from org.glassfish.hk2.locator 2.6.1.v20221203-1659 to java.package; javassist.util.proxy [3.13.0,4.0.0).; Unable to satisfy dependency from org.glassfish.hk2.osgi-resource-locator 1.0.3.v20221203-1659 to java.package; org.osgi.framework [1.7.0,2.0.0).; Unable to satisfy dependency from com.konghq.unirest-java 3.4.2.v20221112-0806 to java.package; org.apache.http.entity.mime 0.0.0.; Unable to satisfy dependency from com.konghq.unirest-java 3.4.2.v20221112-0806 to java.package; org.apache.http.entity.mime.content 0.0.0.; Unable to satisfy dependency from com.sun.xml.bind 2.2.0.v20221112-0806 to java.package; javax.xml.bind [2.2.0,2.2.1).; Unable to satisfy dependency from com.sun.xml.bind 2.2.0.v20221112-0806 to java.package; javax.xml.bind.annotation [2.2.0,2.2.1).; Unable to satisfy dependency from com.sun.xml.bind 2.2.0.v20221112-0806 to java.package; javax.xml.bind.annotation.adapters [2.2.0,2.2.1).; Unable to satisfy dependency from com.sun.xml.bind 2.2.0.v20221112-0806 to java.package; javax.xml.bind.attachment [2.2.0,2.2.1).; Unable to satisfy dependency from com.sun.xml.bind 2.2.0.v20221112-0806 to java.package; javax.xml.bind.helpers [2.2.0,2.2.1).]
Mirroring: osgi.bundle,org.apache.batik.awt.util,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.awt.util,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,java_cup.source,0.11.20150326.v20180425-1030 (Descriptor: canonical: osgi.bundle,java_cup.source,0.11.20150326.v20180425-1030)
Mirroring: osgi.bundle,org.apache.wsil4j,1.0.0.v20180522-1857 (Descriptor: canonical: osgi.bundle,org.apache.wsil4j,1.0.0.v20180522-1857)
Mirroring: osgi.bundle,org.hamcrest.source,2.2.0.v20210711-0821 (Descriptor: canonical: osgi.bundle,org.hamcrest.source,2.2.0.v20210711-0821)
Mirroring: osgi.bundle,org.junit.jupiter.migrationsupport,5.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.migrationsupport,5.9.1.v20221103-2317)
Mirroring: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider.source,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider.source,2.13.2.v20220426-1653)
Mirroring: osgi.bundle,org.objectweb.asm.analysis,9.4.0.v20221107-1714 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.analysis,9.4.0.v20221107-1714)
Mirroring: org.eclipse.update.feature,org.eclipse.orbit.releng.recipes.feature.aggregation.source,1.0.0.v20230210-1433 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.orbit.releng.recipes.feature.aggregation.source,1.0.0.v20230210-1433)
Mirroring: osgi.bundle,org.mockito.junit-jupiter,4.8.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.mockito.junit-jupiter,4.8.1.v20221103-2317)
Mirroring: osgi.bundle,org.glassfish.jersey.apache.connector.source,2.30.1.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.apache.connector.source,2.30.1.v20221203-1659)
Mirroring: osgi.bundle,com.github.oshi.oshi-core.source,3.8.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.github.oshi.oshi-core.source,3.8.0.v20221112-0806)
Mirroring: osgi.bundle,io.opencensus.opencensus-contrib-http-util.source,0.26.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.opencensus.opencensus-contrib-http-util.source,0.26.0.v20221112-0806)
Mirroring: osgi.bundle,org.apache.httpcomponents.httpasyncclient.source,4.1.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpasyncclient.source,4.1.3.v20221112-0806)
Mirroring: osgi.bundle,org.apache.maven.resolver.api,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.api,1.0.3.v20170405-0725)
Mirroring: osgi.bundle,org.antlr.runtime,4.7.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.antlr.runtime,4.7.2.v20221112-0806)
Mirroring: osgi.bundle,org.apache.batik.dom.svg.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.dom.svg.source,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,org.apache.maven.resolver.connector.basic.source,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.connector.basic.source,1.0.3.v20170405-0725)
Mirroring: osgi.bundle,com.google.api.client-auth-oauth2,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-auth-oauth2,1.2.3.v20221112-0806)
Mirroring: osgi.bundle,com.atlassian.commonmark-ins,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-ins,0.15.1.v20221112-0806)
Mirroring: osgi.bundle,com.google.http-client.google-http-client-jackson2.source,1.34.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.http-client.google-http-client-jackson2.source,1.34.2.v20221112-0806)
Mirroring: osgi.bundle,org.jaxen.source,1.1.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.jaxen.source,1.1.6.v20221112-0806)
Mirroring: osgi.bundle,com.google.guava.source,27.1.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.guava.source,27.1.0.v20221112-0806)
Mirroring: osgi.bundle,com.github.jnr.jffi.native,1.3.9.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.jffi.native,1.3.9.v20221215-1656)
Mirroring: osgi.bundle,com.google.api.client-repackaged-com-google-common-base.source,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-repackaged-com-google-common-base.source,1.2.3.v20221112-0806)
Mirroring: osgi.bundle,org.apache.xalan,2.7.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.xalan,2.7.2.v20221112-0806)
Mirroring: osgi.bundle,com.github.oshi.oshi-core,3.8.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.github.oshi.oshi-core,3.8.0.v20221112-0806)
Mirroring: osgi.bundle,org.junit.jupiter.params.source,5.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.params.source,5.9.1.v20221103-2317)
Mirroring: osgi.bundle,org.apache.commons.collections,3.2.2.v20220405-1659 (Descriptor: canonical: osgi.bundle,org.apache.commons.collections,3.2.2.v20220405-1659)
Mirroring: osgi.bundle,org.apache.commons.logging,1.2.0.v20180409-1502 (Descriptor: canonical: osgi.bundle,org.apache.commons.logging,1.2.0.v20180409-1502)
Mirroring: osgi.bundle,com.github.jnr.jffi.source,1.3.9.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.jffi.source,1.3.9.v20221215-1656)
Mirroring: osgi.bundle,com.atlassian.commonmark-gfm-tables,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-gfm-tables,0.15.1.v20221112-0806)
Mirroring: osgi.bundle,org.glassfish.hk2.osgi-resource-locator.source,1.0.3.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.osgi-resource-locator.source,1.0.3.v20221203-1659)
Mirroring: osgi.bundle,com.sun.jna.source,4.5.1.v20210503-0343 (Descriptor: canonical: osgi.bundle,com.sun.jna.source,4.5.1.v20210503-0343)
Mirroring: osgi.bundle,javax.annotation,1.3.5.v20221203-1659 (Descriptor: canonical: osgi.bundle,javax.annotation,1.3.5.v20221203-1659)
Mirroring: osgi.bundle,org.glassfish.jersey.apache.connector,2.30.1.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.apache.connector,2.30.1.v20221203-1659)
Mirroring: osgi.bundle,ca.odell.glazedlists.source,1.11.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,ca.odell.glazedlists.source,1.11.0.v20221112-0806)
Mirroring: osgi.bundle,org.dom4j,1.6.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.dom4j,1.6.1.v20221112-0806)
Mirroring: osgi.bundle,org.apache.jclouds.jclouds-compute.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.jclouds-compute.source,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,org.apache.jclouds.api.cloudwatch,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.cloudwatch,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,org.apache.sshd.osgi.source,2.8.0.v20211227-1750 (Descriptor: canonical: osgi.bundle,org.apache.sshd.osgi.source,2.8.0.v20211227-1750)
Mirroring: osgi.bundle,io.opencensus.opencensus-contrib-http-util,0.26.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.opencensus.opencensus-contrib-http-util,0.26.0.v20221112-0806)
Mirroring: osgi.bundle,org.bouncycastle.bcutil,1.72.0.v20221013-1810 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcutil,1.72.0.v20221013-1810)
Mirroring: osgi.bundle,org.apache.commons.logging.source,1.2.0.v20180409-1502 (Descriptor: canonical: osgi.bundle,org.apache.commons.logging.source,1.2.0.v20180409-1502)
Mirroring: osgi.bundle,com.google.flogger.source,0.1.0.v20180506-0038 (Descriptor: canonical: osgi.bundle,com.google.flogger.source,0.1.0.v20180506-0038)
Mirroring: osgi.bundle,org.apache.commons.collections4,4.4.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.commons.collections4,4.4.0.v20221112-0806)
Mirroring: osgi.bundle,org.glassfish.jersey.containers.servlet.core.source,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.containers.servlet.core.source,2.30.1.v20221112-0806)
Mirroring: osgi.bundle,org.apache.xmlrpc.client,3.1.3.v20160817-1930 (Descriptor: canonical: osgi.bundle,org.apache.xmlrpc.client,3.1.3.v20160817-1930)
Mirroring: osgi.bundle,org.apache.batik.svggen,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.svggen,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,org.glassfish.hk2.utils,2.5.0.v20160210-1508 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.utils,2.5.0.v20160210-1508)
Mirroring: osgi.bundle,org.mockito.junit-jupiter.source,4.8.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.mockito.junit-jupiter.source,4.8.1.v20221103-2317)
Mirroring: osgi.bundle,javax.activation,2.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,javax.activation,2.0.0.v20221203-1659)
Mirroring: osgi.bundle,com.github.jnr.jffi.native.source,1.3.9.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.jffi.native.source,1.3.9.v20221215-1656)
Mirroring: osgi.bundle,org.apache.lucene.core.source,9.4.2.v20221211-0752 (Descriptor: canonical: osgi.bundle,org.apache.lucene.core.source,9.4.2.v20221211-0752)
Mirroring: osgi.bundle,org.apache.batik.bridge.source,1.16.0.v20230210-1249 (Descriptor: canonical: osgi.bundle,org.apache.batik.bridge.source,1.16.0.v20230210-1249)
Mirroring: osgi.bundle,org.apache.lucene.analyzers-common.source,8.4.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-common.source,8.4.1.v20221112-0806)
Mirroring: osgi.bundle,io.netty.common,4.1.56.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.netty.common,4.1.56.v20221112-0806)
Mirroring: osgi.bundle,org.apache.batik.anim.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.anim.source,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,com.google.inject.source,5.0.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.inject.source,5.0.1.v20221112-0806)
Mirroring: osgi.bundle,com.google.inject,5.0.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.inject,5.0.1.v20221112-0806)
Mirroring: osgi.bundle,org.apache.jclouds.api.openstack-nova.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.openstack-nova.source,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,com.github.jnr.unixsocket.source,0.38.17.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.unixsocket.source,0.38.17.v20221215-1656)
Mirroring: osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson,2.30.1.v20221112-0806)
Mirroring: osgi.bundle,ch.qos.logback.classic,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,ch.qos.logback.classic,1.2.3.v20221112-0806)
Mirroring: osgi.bundle,org.apache.lucene.queryparser.source,7.5.0.v20181003-1532 (Descriptor: canonical: osgi.bundle,org.apache.lucene.queryparser.source,7.5.0.v20181003-1532)
Mirroring: osgi.bundle,org.apache.onami.configuration.source,6.3.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.onami.configuration.source,6.3.0.v20160301-1110)
Mirroring: osgi.bundle,org.glassfish.jersey.core.jersey-client.source,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.core.jersey-client.source,2.30.1.v20221112-0806)
Mirroring: osgi.bundle,io.netty.common.source,4.1.56.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.netty.common.source,4.1.56.v20221112-0806)
Mirroring: osgi.bundle,org.ejml.ejml-all.source,0.38.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.ejml-all.source,0.38.0.v20221112-0806)
Mirroring: osgi.bundle,org.junit.platform.suite.commons.source,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.suite.commons.source,1.9.1.v20221103-2317)
Mirroring: osgi.bundle,org.apache.batik.css.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.css.source,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,org.jsoup.source,1.14.3.v20211012-1727 (Descriptor: canonical: osgi.bundle,org.jsoup.source,1.14.3.v20211012-1727)
Mirroring: osgi.bundle,org.junit.platform.launcher.source,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.launcher.source,1.9.1.v20221103-2317)
Mirroring: osgi.bundle,com.google.http-client.google-http-client,1.34.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.http-client.google-http-client,1.34.2.v20221112-0806)
Mirroring: osgi.bundle,org.antlr.runtime.source,4.7.1.v20181120-0808 (Descriptor: canonical: osgi.bundle,org.antlr.runtime.source,4.7.1.v20181120-0808)
Mirroring: osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.12.18.v20221114-2102 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.12.18.v20221114-2102)
Mirroring: osgi.bundle,org.apache.batik.awt.util.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.awt.util.source,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,org.apache.xml.resolver.source,1.2.0.v20220715-1206 (Descriptor: canonical: osgi.bundle,org.apache.xml.resolver.source,1.2.0.v20220715-1206)
Mirroring: osgi.bundle,org.apache.jclouds.labs.docker,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.labs.docker,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,org.apache.lucene.analyzers-common.source,7.5.0.v20181003-1532 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-common.source,7.5.0.v20181003-1532)
Mirroring: osgi.bundle,org.ejml.experimental.source,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.experimental.source,0.29.0.v20221112-0806)
Mirroring: osgi.bundle,org.apache.commons.collections.source,3.2.2.v20220405-1659 (Descriptor: canonical: osgi.bundle,org.apache.commons.collections.source,3.2.2.v20220405-1659)
Mirroring: osgi.bundle,javax.activation.source,2.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,javax.activation.source,2.0.0.v20221203-1659)
Mirroring: osgi.bundle,org.apache.commons.math3.source,3.6.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.commons.math3.source,3.6.1.v20221112-0806)
Mirroring: osgi.bundle,org.apache.jclouds.api.ec2,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.ec2,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,org.apache.lucene.core,9.4.2.v20221211-0752 (Descriptor: canonical: osgi.bundle,org.apache.lucene.core,9.4.2.v20221211-0752)
Mirroring: osgi.bundle,javax.inject.source,1.0.0.v20220405-0441 (Descriptor: canonical: osgi.bundle,javax.inject.source,1.0.0.v20220405-0441)
Mirroring: osgi.bundle,org.apache.batik.transcoder.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.transcoder.source,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,com.google.javascript,0.0.20160315.v20161124-1903 (Descriptor: canonical: osgi.bundle,com.google.javascript,0.0.20160315.v20161124-1903)
Mirroring: osgi.bundle,org.apache.httpcomponents.httpclient.win.source,4.5.14.v20221207-1049 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpclient.win.source,4.5.14.v20221207-1049)
Mirroring: osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.7.9.v20180420-1519 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.7.9.v20180420-1519)
Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore,4.4.16.v20221207-1049 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpcore,4.4.16.v20221207-1049)
Mirroring: osgi.bundle,com.fasterxml.jackson.core.jackson-core,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.core.jackson-core,2.13.2.v20220426-1653)
Mirroring: osgi.bundle,org.glassfish.jersey.containers.servlet.core,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.containers.servlet.core,2.30.1.v20221112-0806)
Mirroring: osgi.bundle,org.objectweb.asm.util.source,9.4.0.v20221107-1714 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.util.source,9.4.0.v20221107-1714)
Mirroring: osgi.bundle,com.ibm.icu.source,72.1.0.v20221115-2007 (Descriptor: canonical: osgi.bundle,com.ibm.icu.source,72.1.0.v20221115-2007)
Mirroring: osgi.bundle,com.cronutils.source,5.0.5.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.cronutils.source,5.0.5.v20221112-0806)
Mirroring: osgi.bundle,org.apache.batik.constants,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.constants,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,com.atlassian.commonmark-heading-anchor.source,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-heading-anchor.source,0.15.1.v20221112-0806)
Mirroring: osgi.bundle,org.apache.xmlbeans,3.1.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.xmlbeans,3.1.0.v20221112-0806)
Mirroring: osgi.bundle,org.objectweb.asm,9.4.0.v20221107-1714 (Descriptor: canonical: osgi.bundle,org.objectweb.asm,9.4.0.v20221107-1714)
Mirroring: osgi.bundle,io.grpc.grpc-context.source,1.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.grpc.grpc-context.source,1.29.0.v20221112-0806)
Mirroring: osgi.bundle,com.atlassian.commonmark-image-attributes,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-image-attributes,0.15.1.v20221112-0806)
Mirroring: osgi.bundle,org.ejml.denseC64,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.denseC64,0.29.0.v20221112-0806)
Mirroring: osgi.bundle,javax.measure.unit-api.source,1.0.0.v20170818-1538 (Descriptor: canonical: osgi.bundle,javax.measure.unit-api.source,1.0.0.v20170818-1538)
Mirroring: osgi.bundle,org.apache.logging.log4j,2.17.1.v20220106-2156 (Descriptor: canonical: osgi.bundle,org.apache.logging.log4j,2.17.1.v20220106-2156)
Mirroring: osgi.bundle,com.google.api.client-repackaged-com-google-common-base,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-repackaged-com-google-common-base,1.2.3.v20221112-0806)
Mirroring: osgi.bundle,org.apache.log4j,1.2.24.v20221221-2012 (Descriptor: canonical: osgi.bundle,org.apache.log4j,1.2.24.v20221221-2012)
Mirroring: osgi.bundle,org.apache.lucene.analysis-common.source,9.4.2.v20221211-0752 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analysis-common.source,9.4.2.v20221211-0752)
Mirroring: osgi.bundle,org.junit.platform.commons,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.commons,1.9.1.v20221103-2317)
Mirroring: osgi.bundle,org.glassfish.jersey.ext.entityfiltering.source,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.ext.entityfiltering.source,2.30.1.v20221112-0806)
Mirroring: osgi.bundle,com.cronutils,5.0.5.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.cronutils,5.0.5.v20221112-0806)
Mirroring: osgi.bundle,org.objenesis,3.3.0.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.objenesis,3.3.0.v20221103-2317)
Mirroring: osgi.bundle,org.antlr.runtime.source,4.5.1.v20160210-1233 (Descriptor: canonical: osgi.bundle,org.antlr.runtime.source,4.5.1.v20160210-1233)
Mirroring: osgi.bundle,com.fasterxml.jackson.core.jackson-databind,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.core.jackson-databind,2.13.2.v20220426-1653)
Mirroring: osgi.bundle,org.apache.jclouds.labs.openstack-neutron.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.labs.openstack-neutron.source,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,org.apache.pdfbox.preflight,2.0.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.preflight,2.0.6.v20221112-0806)
Mirroring: osgi.bundle,com.sun.jna.platform.source,5.12.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform.source,5.12.1.v20221103-2317)
Mirroring: osgi.bundle,org.bouncycastle.bcprov.source,1.72.0.v20221013-1810 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcprov.source,1.72.0.v20221013-1810)
Mirroring: osgi.bundle,com.google.auth.google-auth-library-credentials.source,0.20.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.auth.google-auth-library-credentials.source,0.20.0.v20221112-0806)
Mirroring: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base.source,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base.source,2.13.2.v20220426-1653)
Mirroring: osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.9.0.v20181106-1534 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.9.0.v20181106-1534)
Mirroring: osgi.bundle,org.jcodings,1.0.18.v20170306-1742 (Descriptor: canonical: osgi.bundle,org.jcodings,1.0.18.v20170306-1742)
Mirroring: osgi.bundle,org.immutables.value,2.8.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.immutables.value,2.8.3.v20221112-0806)
Mirroring: osgi.bundle,org.hamcrest.core.source,1.3.0.v20180420-1519 (Descriptor: canonical: osgi.bundle,org.hamcrest.core.source,1.3.0.v20180420-1519)
Mirroring: osgi.bundle,com.google.oauth-client-jetty.source,1.30.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.oauth-client-jetty.source,1.30.6.v20221112-0806)
Mirroring: osgi.bundle,org.ejml.equation,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.equation,0.29.0.v20221112-0806)
Mirroring: osgi.bundle,org.ejml.ejml-all,0.38.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.ejml-all,0.38.0.v20221112-0806)
Mirroring: osgi.bundle,org.glassfish.jersey.core.jersey-client,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.core.jersey-client,2.30.1.v20221112-0806)
Mirroring: osgi.bundle,com.sun.jna,4.5.1.v20210503-0343 (Descriptor: canonical: osgi.bundle,com.sun.jna,4.5.1.v20210503-0343)
Mirroring: osgi.bundle,jakarta.servlet.jsp.source,3.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.servlet.jsp.source,3.0.0.v20221203-1659)
Mirroring: osgi.bundle,com.atlassian.commonmark-ins.source,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-ins.source,0.15.1.v20221112-0806)
Mirroring: osgi.bundle,javax.validation,1.1.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,javax.validation,1.1.0.v20221112-0806)
Mirroring: osgi.bundle,com.graphql.java,11.0.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.graphql.java,11.0.0.v20221112-0806)
Mirroring: osgi.bundle,org.mozilla.javascript.source,1.7.10.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.mozilla.javascript.source,1.7.10.v20221112-0806)
Mirroring: osgi.bundle,org.antlr.runtime,4.5.1.v20160210-1233 (Descriptor: canonical: osgi.bundle,org.antlr.runtime,4.5.1.v20160210-1233)
Mirroring: osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.1.3.v20221013-1742 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.1.3.v20221013-1742)
Mirroring: osgi.bundle,com.google.inject.assistedinject,5.0.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.inject.assistedinject,5.0.1.v20221112-0806)
Mirroring: osgi.bundle,org.hsqldb.source,2.2.9.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.hsqldb.source,2.2.9.v20221112-0806)
Mirroring: osgi.bundle,org.apache.jclouds.jclouds-blobstore.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.jclouds-blobstore.source,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,com.google.auth.oauth2-http.source,0.20.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.auth.oauth2-http.source,0.20.0.v20221112-0806)
Mirroring: osgi.bundle,org.apache.ant.source,1.10.12.v20211102-1452 (Descriptor: canonical: osgi.bundle,org.apache.ant.source,1.10.12.v20211102-1452)
Mirroring: osgi.bundle,org.apache.tika.core.source,1.24.1.v20211101-1915 (Descriptor: canonical: osgi.bundle,org.apache.tika.core.source,1.24.1.v20211101-1915)
Mirroring: osgi.bundle,org.apache.maven.resolver.api.source,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.api.source,1.0.3.v20170405-0725)
Mirroring: osgi.bundle,com.google.flogger.testing,0.1.0.v20180506-0038 (Descriptor: canonical: osgi.bundle,com.google.flogger.testing,0.1.0.v20180506-0038)
Mirroring: osgi.bundle,org.yaml.snakeyaml.source,1.27.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.yaml.snakeyaml.source,1.27.0.v20221112-0806)
Mirroring: osgi.bundle,org.ejml.core.source,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.core.source,0.29.0.v20221112-0806)
Mirroring: osgi.bundle,org.objectweb.asm.source,9.4.0.v20221107-1714 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.source,9.4.0.v20221107-1714)
Mirroring: osgi.bundle,org.glassfish.jersey.containers.servlet.source,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.containers.servlet.source,2.30.1.v20221112-0806)
Mirroring: osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win.source,5.1.3.v20221013-1742 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win.source,5.1.3.v20221013-1742)
Mirroring: osgi.bundle,com.github.jnr.posix,3.1.15.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.posix,3.1.15.v20221215-1656)
Mirroring: osgi.bundle,org.junit.jupiter.migrationsupport.source,5.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.migrationsupport.source,5.9.1.v20221103-2317)
Mirroring: osgi.bundle,com.graphql.java.source,11.0.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.graphql.java.source,11.0.0.v20221112-0806)
Mirroring: osgi.bundle,net.i2p.crypto.eddsa,0.3.0.v20220506-1020 (Descriptor: canonical: osgi.bundle,net.i2p.crypto.eddsa,0.3.0.v20220506-1020)
Mirroring: osgi.bundle,org.bouncycastle.bcpg.source,1.72.0.v20221013-1810 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcpg.source,1.72.0.v20221013-1810)
Mirroring: osgi.bundle,com.google.oauth-client-java6,1.30.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.oauth-client-java6,1.30.6.v20221112-0806)
Mirroring: osgi.bundle,org.apache.batik.gvt.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.gvt.source,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,com.fasterxml.jackson.module.jackson-module-jaxb-annotations.source,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.module.jackson-module-jaxb-annotations.source,2.13.2.v20220426-1653)
Mirroring: osgi.bundle,org.apache.batik.ext.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.ext.source,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,org.apache.batik.shared.resources.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.shared.resources.source,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,org.apache.xmlrpc.server.source,3.1.3.v20181004-1955 (Descriptor: canonical: osgi.bundle,org.apache.xmlrpc.server.source,3.1.3.v20181004-1955)
Mirroring: osgi.bundle,com.google.j2objc.j2objc-annotations.source,1.3.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.j2objc.j2objc-annotations.source,1.3.0.v20221112-0806)
Mirroring: osgi.bundle,jakarta.el,4.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.el,4.0.0.v20221203-1659)
Mirroring: osgi.bundle,org.objectweb.asm.util,9.4.0.v20221107-1714 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.util,9.4.0.v20221107-1714)
Mirroring: osgi.bundle,com.fasterxml.jackson.core.jackson-annotations.source,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.core.jackson-annotations.source,2.13.2.v20220426-1653)
Mirroring: osgi.bundle,org.junit.platform.suite.engine.source,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.suite.engine.source,1.9.1.v20221103-2317)
Mirroring: osgi.bundle,org.jacoco.core,0.8.8.v20221013-0857 (Descriptor: canonical: osgi.bundle,org.jacoco.core,0.8.8.v20221013-0857)
Mirroring: osgi.bundle,org.glassfish.hk2.locator,2.6.1.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.locator,2.6.1.v20221203-1659)
Mirroring: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base,2.13.2.v20220426-1653)
Mirroring: osgi.bundle,org.apache.jclouds.api.sts.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.sts.source,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,com.google.guava.source,30.1.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.guava.source,30.1.0.v20221112-0806)
Mirroring: osgi.bundle,org.apache.sshd.sftp,2.8.0.v20211227-1750 (Descriptor: canonical: osgi.bundle,org.apache.sshd.sftp,2.8.0.v20211227-1750)
Mirroring: osgi.bundle,org.mandas.docker-client.source,3.2.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.mandas.docker-client.source,3.2.1.v20221112-0806)
Mirroring: osgi.bundle,org.apache.commons.codec,1.14.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.commons.codec,1.14.0.v20221112-0806)
Mirroring: osgi.bundle,com.github.jnr.enxio,0.32.13.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.enxio,0.32.13.v20221215-1656)
Mirroring: osgi.bundle,org.apache.lucene.analyzers-common,7.5.0.v20181003-1532 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-common,7.5.0.v20181003-1532)
Mirroring: osgi.bundle,org.apache.maven.resolver.transport.file.source,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.transport.file.source,1.0.3.v20170405-0725)
Mirroring: osgi.bundle,org.jheaps.jheaps.source,0.14.0.v20220411-2343 (Descriptor: canonical: osgi.bundle,org.jheaps.jheaps.source,0.14.0.v20220411-2343)
Mirroring: osgi.bundle,org.dom4j,2.1.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.dom4j,2.1.1.v20221112-0806)
Mirroring: osgi.bundle,com.google.api.client-util,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-util,1.2.3.v20221112-0806)
Mirroring: osgi.bundle,org.apache.batik.script,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.script,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,org.apache.lucene.analyzers-smartcn,7.5.0.v20181003-1532 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-smartcn,7.5.0.v20181003-1532)
Mirroring: osgi.bundle,org.slf4j.apis.log4j,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.apis.log4j,1.7.30.v20221112-0806)
Mirroring: osgi.bundle,org.antlr.runtime,3.2.0.v20220404-1927 (Descriptor: canonical: osgi.bundle,org.antlr.runtime,3.2.0.v20220404-1927)
Mirroring: osgi.bundle,net.jini,2.1.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,net.jini,2.1.0.v20221112-0806)
Mirroring: osgi.bundle,org.junit,4.13.2.v20211018-1956 (Descriptor: canonical: osgi.bundle,org.junit,4.13.2.v20211018-1956)
Mirroring: osgi.bundle,org.apache.batik.util,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.util,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,org.apache.sshd.sftp.source,2.9.2.v20221117-1942 (Descriptor: canonical: osgi.bundle,org.apache.sshd.sftp.source,2.9.2.v20221117-1942)
Mirroring: osgi.bundle,com.atlassian.commonmark,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark,0.15.1.v20221112-0806)
Mirroring: osgi.bundle,org.apache.maven.resolver.impl.source,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.impl.source,1.0.3.v20170405-0725)
Mirroring: osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2,5.1.4.v20221013-1742 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2,5.1.4.v20221013-1742)
Mirroring: osgi.bundle,org.glassfish.hk2.locator,2.5.0.v20161103-0227 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.locator,2.5.0.v20161103-0227)
Mirroring: osgi.bundle,org.ejml.equation.source,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.equation.source,0.29.0.v20221112-0806)
Mirroring: osgi.bundle,com.sun.jna.platform.source,5.6.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform.source,5.6.0.v20221112-0806)
Mirroring: osgi.bundle,com.sun.jna.platform.source,4.5.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform.source,4.5.1.v20221112-0806)
Mirroring: osgi.bundle,org.apache.tika.parsers,1.24.1.v20211101-1915 (Descriptor: canonical: osgi.bundle,org.apache.tika.parsers,1.24.1.v20211101-1915)
Mirroring: osgi.bundle,org.apache.tika.parsers.source,1.24.1.v20211101-1915 (Descriptor: canonical: osgi.bundle,org.apache.tika.parsers.source,1.24.1.v20211101-1915)
Mirroring: osgi.bundle,com.ibm.icu,72.1.0.v20221115-2007 (Descriptor: canonical: osgi.bundle,com.ibm.icu,72.1.0.v20221115-2007)
Mirroring: osgi.bundle,org.apache.httpcomponents.client5.httpclient5.source,5.1.3.v20221013-1742 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.client5.httpclient5.source,5.1.3.v20221013-1742)
Mirroring: osgi.bundle,com.konghq.unirest-java,3.4.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.konghq.unirest-java,3.4.2.v20221112-0806)
Mirroring: osgi.bundle,com.google.guava,30.1.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.guava,30.1.0.v20221112-0806)
Mirroring: osgi.bundle,org.apache.commons.csv,1.8.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.commons.csv,1.8.0.v20221112-0806)
Mirroring: osgi.bundle,org.apiguardian,1.1.2.v20211018-1956 (Descriptor: canonical: osgi.bundle,org.apiguardian,1.1.2.v20211018-1956)
Mirroring: osgi.bundle,org.apache.lucene.core.source,8.4.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.lucene.core.source,8.4.1.v20221112-0806)
Mirroring: osgi.bundle,com.google.gdata.source,1.47.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.gdata.source,1.47.1.v20221112-0806)
Mirroring: osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2.source,5.1.4.v20221013-1742 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2.source,5.1.4.v20221013-1742)
Mirroring: osgi.bundle,org.apache.santuario.xmlsec.source,2.2.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.santuario.xmlsec.source,2.2.0.v20221112-0806)
Mirroring: osgi.bundle,com.fasterxml.jackson.datatype.jackson-datatype-guava,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.datatype.jackson-datatype-guava,2.13.2.v20220426-1653)
Mirroring: osgi.bundle,org.apache.pdfbox.fontbox.source,2.0.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.fontbox.source,2.0.6.v20221112-0806)
Mirroring: osgi.bundle,org.apache.jclouds.jclouds-blobstore,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.jclouds-blobstore,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,org.aopalliance.source,1.0.0.v20220404-1927 (Descriptor: canonical: osgi.bundle,org.aopalliance.source,1.0.0.v20220404-1927)
Mirroring: osgi.bundle,org.mozilla.javascript,1.7.10.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.mozilla.javascript,1.7.10.v20221112-0806)
Mirroring: osgi.bundle,org.mockito.mockito-core.source,4.8.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.mockito.mockito-core.source,4.8.1.v20221103-2317)
Mirroring: osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson.source,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson.source,2.30.1.v20221112-0806)
Mirroring: osgi.bundle,com.sun.jna.platform.source,5.8.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform.source,5.8.0.v20221112-0806)
Mirroring: osgi.bundle,org.glassfish.jersey.inject.jersey-hk2,2.30.1.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.inject.jersey-hk2,2.30.1.v20221203-1659)
Mirroring: osgi.bundle,org.jacoco.report.source,0.8.8.v20221013-0857 (Descriptor: canonical: osgi.bundle,org.jacoco.report.source,0.8.8.v20221013-0857)
Mirroring: osgi.bundle,com.google.api.client-json,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-json,1.2.3.v20221112-0806)
Mirroring: osgi.bundle,org.apache.batik.codec.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.codec.source,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,com.google.j2objc.j2objc-annotations,1.3.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.j2objc.j2objc-annotations,1.3.0.v20221112-0806)
Mirroring: osgi.bundle,org.apache.jclouds.common.openstack-common,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.common.openstack-common,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,org.apache.jclouds.driver.jclouds-slf4j.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.driver.jclouds-slf4j.source,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,org.kohsuke.args4j.source,2.33.0.v20160323-2218 (Descriptor: canonical: osgi.bundle,org.kohsuke.args4j.source,2.33.0.v20160323-2218)
Mirroring: osgi.bundle,com.github.virtuald.curvesapi,1.6.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.github.virtuald.curvesapi,1.6.0.v20221112-0806)
Mirroring: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.9.0.v20181106-1534 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.9.0.v20181106-1534)
Mirroring: osgi.bundle,org.ejml.dense64.source,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.dense64.source,0.29.0.v20221112-0806)
Mirroring: osgi.bundle,org.conscrypt.conscrypt-openjdk-uber,2.5.1.v20220506-1020 (Descriptor: canonical: osgi.bundle,org.conscrypt.conscrypt-openjdk-uber,2.5.1.v20220506-1020)
Mirroring: osgi.bundle,org.jacoco.core.source,0.8.8.v20221013-0857 (Descriptor: canonical: osgi.bundle,org.jacoco.core.source,0.8.8.v20221013-0857)
Mirroring: osgi.bundle,net.bytebuddy.byte-buddy.source,1.9.0.v20181107-1410 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy.source,1.9.0.v20181107-1410)
Mirroring: osgi.bundle,com.jcraft.jsch,0.1.55.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.jcraft.jsch,0.1.55.v20221112-0806)
Mirroring: osgi.bundle,org.apache.lucene.analysis-smartcn,9.4.2.v20221211-0752 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analysis-smartcn,9.4.2.v20221211-0752)
Mirroring: osgi.bundle,javax.activation.source,1.2.2.v20221203-1659 (Descriptor: canonical: osgi.bundle,javax.activation.source,1.2.2.v20221203-1659)
Mirroring: osgi.bundle,ca.odell.glazedlists,1.11.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,ca.odell.glazedlists,1.11.0.v20221112-0806)
Mirroring: osgi.bundle,ch.qos.logback.core,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,ch.qos.logback.core,1.2.3.v20221112-0806)
Mirroring: osgi.bundle,io.opencensus.opencensus-api.source,0.26.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.opencensus.opencensus-api.source,0.26.0.v20221112-0806)
Mirroring: osgi.bundle,jakarta.websocket,2.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.websocket,2.0.0.v20221203-1659)
Mirroring: osgi.bundle,org.apache.maven.resolver.util.source,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.util.source,1.0.3.v20170405-0725)
Mirroring: osgi.bundle,org.apache.jclouds.driver.jclouds-slf4j,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.driver.jclouds-slf4j,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,org.junit.platform.suite.api,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.suite.api,1.9.1.v20221103-2317)
Mirroring: osgi.bundle,org.antlr.runtime.source,3.2.0.v20220404-1927 (Descriptor: canonical: osgi.bundle,org.antlr.runtime.source,3.2.0.v20220404-1927)
Mirroring: osgi.bundle,org.jgrapht.jgrapht-core,1.4.0.v20220411-2343 (Descriptor: canonical: osgi.bundle,org.jgrapht.jgrapht-core,1.4.0.v20220411-2343)
Mirroring: osgi.bundle,org.apache.commons.lang3.source,3.12.0.v20221221-1931 (Descriptor: canonical: osgi.bundle,org.apache.commons.lang3.source,3.12.0.v20221221-1931)
Mirroring: osgi.bundle,org.apache.lucene.queryparser,7.5.0.v20181003-1532 (Descriptor: canonical: osgi.bundle,org.apache.lucene.queryparser,7.5.0.v20181003-1532)
Mirroring: osgi.bundle,org.hamcrest.library.source,1.3.0.v20180524-2246 (Descriptor: canonical: osgi.bundle,org.hamcrest.library.source,1.3.0.v20180524-2246)
Mirroring: osgi.bundle,org.apache.batik.bridge,1.16.0.v20230210-1249 (Descriptor: canonical: osgi.bundle,org.apache.batik.bridge,1.16.0.v20230210-1249)
Mirroring: osgi.bundle,jakarta.servlet.jsp,3.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.servlet.jsp,3.0.0.v20221203-1659)
Mirroring: osgi.bundle,com.github.jnr.a64asm,1.0.0.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.a64asm,1.0.0.v20221215-1656)
Mirroring: osgi.bundle,org.hsqldb,2.2.9.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.hsqldb,2.2.9.v20221112-0806)
Mirroring: osgi.bundle,org.bouncycastle.bcutil.source,1.72.0.v20221013-1810 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcutil.source,1.72.0.v20221013-1810)
Mirroring: osgi.bundle,org.jacoco.agent.source,0.8.8.v20220415-0921 (Descriptor: canonical: osgi.bundle,org.jacoco.agent.source,0.8.8.v20220415-0921)
Mirroring: osgi.bundle,javax.ws.rs,2.1.6.v20221203-1659 (Descriptor: canonical: osgi.bundle,javax.ws.rs,2.1.6.v20221203-1659)
Mirroring: osgi.bundle,org.apache.jclouds.api.sts,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.sts,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,org.apache.xml.resolver,1.2.0.v20220715-1206 (Descriptor: canonical: osgi.bundle,org.apache.xml.resolver,1.2.0.v20220715-1206)
Mirroring: osgi.bundle,org.apache.commons.compress.source,1.22.0.v20221207-1049 (Descriptor: canonical: osgi.bundle,org.apache.commons.compress.source,1.22.0.v20221207-1049)
Mirroring: osgi.bundle,com.fasterxml.jackson.datatype.jackson-datatype-guava.source,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.datatype.jackson-datatype-guava.source,2.13.2.v20220426-1653)
Mirroring: osgi.bundle,org.apache.commons.collections4.source,4.4.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.commons.collections4.source,4.4.0.v20221112-0806)
Mirroring: osgi.bundle,org.apache.commons.lang.source,2.6.0.v20220406-2305 (Descriptor: canonical: osgi.bundle,org.apache.commons.lang.source,2.6.0.v20220406-2305)
Mirroring: osgi.bundle,org.reactivestreams.source,1.0.2.v20181120-0809 (Descriptor: canonical: osgi.bundle,org.reactivestreams.source,1.0.2.v20181120-0809)
Mirroring: osgi.bundle,ch.qos.logback.slf4j,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,ch.qos.logback.slf4j,1.2.3.v20221112-0806)
Mirroring: osgi.bundle,org.apache.jclouds.api.openstack-cinder.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.openstack-cinder.source,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,com.google.gdata,1.47.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.gdata,1.47.1.v20221112-0806)
Mirroring: osgi.bundle,org.slf4j.apis.log4j.source,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.apis.log4j.source,1.7.30.v20221112-0806)
Mirroring: osgi.bundle,org.apache.batik.css,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.css,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,com.github.jnr.x86asm,1.0.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.github.jnr.x86asm,1.0.2.v20221112-0806)
Mirroring: osgi.bundle,org.apache.commons.cli,1.4.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.commons.cli,1.4.0.v20221112-0806)
Mirroring: osgi.bundle,com.google.api.client-util.source,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-util.source,1.2.3.v20221112-0806)
Mirroring: osgi.bundle,org.ejml.experimental,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.experimental,0.29.0.v20221112-0806)
Mirroring: osgi.bundle,org.apache.sshd.osgi,2.8.0.v20211227-1750 (Descriptor: canonical: osgi.bundle,org.apache.sshd.osgi,2.8.0.v20211227-1750)
Mirroring: osgi.bundle,org.apache.pdfbox.fontbox,2.0.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.fontbox,2.0.6.v20221112-0806)
Mirroring: osgi.bundle,com.google.gson,2.10.1.v20230109-0753 (Descriptor: canonical: osgi.bundle,com.google.gson,2.10.1.v20230109-0753)
Mirroring: osgi.bundle,org.slf4j.api.source,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.api.source,1.7.30.v20221112-0806)
Mirroring: osgi.bundle,javaewah,1.1.13.v20211029-0839 (Descriptor: canonical: osgi.bundle,javaewah,1.1.13.v20211029-0839)
Mirroring: osgi.bundle,com.sun.jna,4.1.0.v20210503-0343 (Descriptor: canonical: osgi.bundle,com.sun.jna,4.1.0.v20210503-0343)
Mirroring: osgi.bundle,org.apache.batik.dom.svg,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.dom.svg,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,org.apache.commons.lang,2.6.0.v20220406-2305 (Descriptor: canonical: osgi.bundle,org.apache.commons.lang,2.6.0.v20220406-2305)
Mirroring: osgi.bundle,org.apache.xml.serializer.source,2.7.2.v20220406-0601 (Descriptor: canonical: osgi.bundle,org.apache.xml.serializer.source,2.7.2.v20220406-0601)
Mirroring: osgi.bundle,org.slf4j.apis.jcl.source,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.apis.jcl.source,1.7.30.v20221112-0806)
Mirroring: osgi.bundle,com.fasterxml.jackson.core.jackson-annotations,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.core.jackson-annotations,2.13.2.v20220426-1653)
Mirroring: osgi.bundle,org.joni,2.1.11.v20170306-1742 (Descriptor: canonical: osgi.bundle,org.joni,2.1.11.v20170306-1742)
Mirroring: osgi.bundle,org.aopalliance,1.0.0.v20220404-1927 (Descriptor: canonical: osgi.bundle,org.aopalliance,1.0.0.v20220404-1927)
Mirroring: osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win,5.1.3.v20221013-1742 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win,5.1.3.v20221013-1742)
Mirroring: osgi.bundle,jakarta.xml.bind,2.3.3.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.xml.bind,2.3.3.v20221203-1659)
Mirroring: osgi.bundle,com.github.jnr.jffi,1.3.9.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.jffi,1.3.9.v20221215-1656)
Mirroring: osgi.bundle,org.junit.jupiter.api.source,5.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.api.source,5.9.1.v20221103-2317)
Mirroring: osgi.bundle,com.github.jnr.unixsocket,0.38.17.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.unixsocket,0.38.17.v20221215-1656)
Mirroring: osgi.bundle,org.apache.pdfbox.source,2.0.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.source,2.0.6.v20221112-0806)
Mirroring: osgi.bundle,ch.qos.logback.classic.source,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,ch.qos.logback.classic.source,1.2.3.v20221112-0806)
Mirroring: osgi.bundle,org.junit.jupiter.api,5.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.api,5.9.1.v20221103-2317)
Mirroring: osgi.bundle,org.apache.batik.constants.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.constants.source,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,org.apache.batik.ext,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.ext,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,org.reactivestreams,1.0.2.v20181120-0809 (Descriptor: canonical: osgi.bundle,org.reactivestreams,1.0.2.v20181120-0809)
Mirroring: osgi.bundle,org.junit.source,4.13.2.v20211018-1956 (Descriptor: canonical: osgi.bundle,org.junit.source,4.13.2.v20211018-1956)
Mirroring: osgi.bundle,org.objectweb.asm.tree,9.4.0.v20221107-1714 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.tree,9.4.0.v20221107-1714)
Mirroring: osgi.bundle,org.apache.batik.i18n,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.i18n,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,com.atlassian.commonmark-yaml,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-yaml,0.15.1.v20221112-0806)
Mirroring: osgi.bundle,org.apache.jclouds.labs.docker.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.labs.docker.source,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,org.apache.ws.commons.util.source,1.0.2.v20160817-1930 (Descriptor: canonical: osgi.bundle,org.apache.ws.commons.util.source,1.0.2.v20160817-1930)
Mirroring: osgi.bundle,com.sun.jna,5.12.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,com.sun.jna,5.12.1.v20221103-2317)
Mirroring: osgi.bundle,org.dom4j.source,1.6.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.dom4j.source,1.6.1.v20221112-0806)
Mirroring: osgi.bundle,org.apache.pdfbox.preflight.source,2.0.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.preflight.source,2.0.6.v20221112-0806)
Mirroring: osgi.bundle,org.slf4j.binding.simple,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.binding.simple,1.7.30.v20221112-0806)
Mirroring: osgi.bundle,org.ejml.core,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.core,0.29.0.v20221112-0806)
Mirroring: osgi.bundle,org.jdom2,2.0.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.jdom2,2.0.6.v20221112-0806)
Mirroring: osgi.bundle,org.yaml.snakeyaml,1.27.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.yaml.snakeyaml,1.27.0.v20221112-0806)
Mirroring: osgi.bundle,com.atlassian.commonmark-gfm-strikethrough,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-gfm-strikethrough,0.15.1.v20221112-0806)
Mirroring: osgi.bundle,org.antlr.runtime,4.10.1.v20230210-1433 (Descriptor: canonical: osgi.bundle,org.antlr.runtime,4.10.1.v20230210-1433)
Mirroring: osgi.bundle,org.ejml.simple,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.simple,0.29.0.v20221112-0806)
Mirroring: osgi.bundle,org.apache.batik.i18n.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.i18n.source,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,org.junit.platform.engine,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.engine,1.9.1.v20221103-2317)
Mirroring: osgi.bundle,org.apache.batik.svggen.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.svggen.source,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,org.apache.jclouds.api.openstack-keystone.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.openstack-keystone.source,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,jakarta.servlet,5.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.servlet,5.0.0.v20221203-1659)
Mirroring: osgi.bundle,org.kohsuke.args4j,2.33.0.v20160323-2218 (Descriptor: canonical: osgi.bundle,org.kohsuke.args4j,2.33.0.v20160323-2218)
Mirroring: osgi.bundle,net.bytebuddy.byte-buddy.source,1.12.18.v20221114-2102 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy.source,1.12.18.v20221114-2102)
Mirroring: osgi.bundle,org.apache.pdfbox.xmpbox,2.0.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.xmpbox,2.0.6.v20221112-0806)
Mirroring: osgi.bundle,org.slf4j.binding.log4j12,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.binding.log4j12,1.7.30.v20221112-0806)
Mirroring: osgi.bundle,com.github.jnr.ffi,2.2.11.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.ffi,2.2.11.v20221215-1656)
Mirroring: osgi.bundle,org.apache.logging.log4j.source,2.17.1.v20220106-2156 (Descriptor: canonical: osgi.bundle,org.apache.logging.log4j.source,2.17.1.v20220106-2156)
Mirroring: osgi.bundle,org.apache.jclouds.api.cloudwatch.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.cloudwatch.source,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,org.tukaani.xz.source,1.9.0.v20210624-1259 (Descriptor: canonical: osgi.bundle,org.tukaani.xz.source,1.9.0.v20210624-1259)
Mirroring: osgi.bundle,com.google.auth.oauth2-http,0.20.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.auth.oauth2-http,0.20.0.v20221112-0806)
Mirroring: osgi.bundle,jakarta.websocket.source,2.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.websocket.source,2.0.0.v20221203-1659)
Mirroring: osgi.bundle,org.jdom2.source,2.0.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.jdom2.source,2.0.6.v20221112-0806)
Mirroring: osgi.bundle,com.google.api.client-escape,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-escape,1.2.3.v20221112-0806)
Mirroring: osgi.bundle,org.apache.httpcomponents.httpclient.source,4.5.14.v20221207-1049 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpclient.source,4.5.14.v20221207-1049)
Mirroring: osgi.bundle,org.apache.lucene.analysis-smartcn.source,9.4.2.v20221211-0752 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analysis-smartcn.source,9.4.2.v20221211-0752)
Mirroring: osgi.bundle,org.glassfish.hk2.utils.source,2.6.1.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.utils.source,2.6.1.v20221203-1659)
Mirroring: osgi.bundle,com.google.api.client-http,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-http,1.2.3.v20221112-0806)
Mirroring: osgi.bundle,org.jsoup,1.14.3.v20211012-1727 (Descriptor: canonical: osgi.bundle,org.jsoup,1.14.3.v20211012-1727)
Mirroring: osgi.bundle,org.slf4j.binding.simple.source,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.binding.simple.source,1.7.30.v20221112-0806)
Mirroring: osgi.bundle,org.glassfish.hk2.osgi-resource-locator,2.5.0.v20161103-1916 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.osgi-resource-locator,2.5.0.v20161103-1916)
Mirroring: osgi.bundle,org.apache.batik.shared.resources,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.shared.resources,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore.source,4.4.16.v20221207-1049 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpcore.source,4.4.16.v20221207-1049)
Mirroring: osgi.bundle,com.google.oauth-client-java6.source,1.30.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.oauth-client-java6.source,1.30.6.v20221112-0806)
Mirroring: osgi.bundle,org.apache.poi,4.1.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.poi,4.1.1.v20221112-0806)
Mirroring: osgi.bundle,com.sun.jna.source,5.8.0.v20210503-0343 (Descriptor: canonical: osgi.bundle,com.sun.jna.source,5.8.0.v20210503-0343)
Mirroring: osgi.bundle,com.sun.jna.source,5.6.0.v20210503-0343 (Descriptor: canonical: osgi.bundle,com.sun.jna.source,5.6.0.v20210503-0343)
Mirroring: osgi.bundle,org.tukaani.xz,1.9.0.v20210624-1259 (Descriptor: canonical: osgi.bundle,org.tukaani.xz,1.9.0.v20210624-1259)
Mirroring: osgi.bundle,org.apache.batik.xml,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.xml,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,org.slf4j.binding.nop,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.binding.nop,1.7.30.v20221112-0806)
Mirroring: osgi.bundle,net.i2p.crypto.eddsa.source,0.3.0.v20220506-1020 (Descriptor: canonical: osgi.bundle,net.i2p.crypto.eddsa.source,0.3.0.v20220506-1020)
Mirroring: osgi.bundle,org.apache.xalan.source,2.7.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.xalan.source,2.7.2.v20221112-0806)
Mirroring: osgi.bundle,org.glassfish.jersey.core.jersey-common.source,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.core.jersey-common.source,2.30.1.v20221112-0806)
Mirroring: osgi.bundle,org.apache.xmlgraphics.source,2.7.0.v20221018-0736 (Descriptor: canonical: osgi.bundle,org.apache.xmlgraphics.source,2.7.0.v20221018-0736)
Mirroring: osgi.bundle,org.junit.platform.suite.commons,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.suite.commons,1.9.1.v20221103-2317)
Mirroring: osgi.bundle,org.apache.poi.source,4.1.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.poi.source,4.1.1.v20221112-0806)
Mirroring: osgi.bundle,jakarta.activation,1.2.2.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.activation,1.2.2.v20221203-1659)
Mirroring: osgi.bundle,com.google.gson.source,2.10.1.v20230109-0753 (Descriptor: canonical: osgi.bundle,com.google.gson.source,2.10.1.v20230109-0753)
Mirroring: osgi.bundle,org.apache.batik.util.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.util.source,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,net.bytebuddy.byte-buddy,1.7.9.v20180420-1519 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy,1.7.9.v20180420-1519)
Mirroring: osgi.bundle,org.apache.ws.commons.util,1.0.2.v20160817-1930 (Descriptor: canonical: osgi.bundle,org.apache.ws.commons.util,1.0.2.v20160817-1930)
Mirroring: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.12.18.v20221114-2102 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.12.18.v20221114-2102)
Mirroring: osgi.bundle,com.google.guava,27.1.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.guava,27.1.0.v20221112-0806)
Mirroring: osgi.bundle,com.sun.jna.platform,5.12.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform,5.12.1.v20221103-2317)
Mirroring: osgi.bundle,org.apache.maven.resolver.spi.source,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.spi.source,1.0.3.v20170405-0725)
Mirroring: osgi.bundle,com.google.auto.value.auto-value-annotations,1.7.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.auto.value.auto-value-annotations,1.7.0.v20221112-0806)
Mirroring: osgi.bundle,org.apache.jclouds.labs.openstack-neutron,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.labs.openstack-neutron,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,com.google.api.client-http.source,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-http.source,1.2.3.v20221112-0806)
Mirroring: osgi.bundle,org.glassfish.jersey.core.jersey-server.source,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.core.jersey-server.source,2.30.1.v20221112-0806)
Mirroring: osgi.bundle,com.atlassian.commonmark-gfm-tables.source,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-gfm-tables.source,0.15.1.v20221112-0806)
Mirroring: osgi.bundle,org.bouncycastle.bcprov,1.72.0.v20221013-1810 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcprov,1.72.0.v20221013-1810)
Mirroring: osgi.bundle,org.apache.commons.math3,3.6.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.commons.math3,3.6.1.v20221112-0806)
Mirroring: osgi.bundle,org.objectweb.asm.analysis.source,9.4.0.v20221107-1714 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.analysis.source,9.4.0.v20221107-1714)
Mirroring: osgi.bundle,net.bytebuddy.byte-buddy.source,1.7.9.v20180420-1519 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy.source,1.7.9.v20180420-1519)
Mirroring: osgi.bundle,org.apache.httpcomponents.httpclient.win,4.5.14.v20221207-1049 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpclient.win,4.5.14.v20221207-1049)
Mirroring: osgi.bundle,com.github.jnr.ffi.source,2.2.11.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.ffi.source,2.2.11.v20221215-1656)
Mirroring: osgi.bundle,org.apache.maven.resolver.transport.http,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.transport.http,1.0.3.v20170405-0725)
Mirroring: osgi.bundle,org.junit.platform.suite.engine,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.suite.engine,1.9.1.v20221103-2317)
Mirroring: osgi.bundle,org.slf4j.bridge.jul.source,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.bridge.jul.source,1.7.30.v20221112-0806)
Mirroring: osgi.bundle,javax.ws.rs.source,2.1.6.v20221203-1659 (Descriptor: canonical: osgi.bundle,javax.ws.rs.source,2.1.6.v20221203-1659)
Mirroring: osgi.bundle,org.apache.xmlbeans.source,3.1.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.xmlbeans.source,3.1.0.v20221112-0806)
Mirroring: osgi.bundle,org.freemarker,2.3.22.v20160210-1233 (Descriptor: canonical: osgi.bundle,org.freemarker,2.3.22.v20160210-1233)
Mirroring: osgi.bundle,com.graphql.java.dataloader.source,2.1.1.v20181120-0809 (Descriptor: canonical: osgi.bundle,com.graphql.java.dataloader.source,2.1.1.v20181120-0809)
Mirroring: osgi.bundle,java_cup,0.11.20150326.v20180425-1030 (Descriptor: canonical: osgi.bundle,java_cup,0.11.20150326.v20180425-1030)
Mirroring: osgi.bundle,org.apache.jclouds.jclouds-scriptbuilder.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.jclouds-scriptbuilder.source,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,com.google.api.client-auth.source,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-auth.source,1.2.3.v20221112-0806)
Mirroring: osgi.bundle,com.sun.xml.bind,2.3.3.v20221203-1659 (Descriptor: canonical: osgi.bundle,com.sun.xml.bind,2.3.3.v20221203-1659)
Mirroring: osgi.bundle,org.apache.xml.serializer,2.7.2.v20220406-0601 (Descriptor: canonical: osgi.bundle,org.apache.xml.serializer,2.7.2.v20220406-0601)
Mirroring: osgi.bundle,org.apache.xmlrpc.client.source,3.1.3.v20160817-1930 (Descriptor: canonical: osgi.bundle,org.apache.xmlrpc.client.source,3.1.3.v20160817-1930)
Mirroring: osgi.bundle,com.google.oauth-client,1.30.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.oauth-client,1.30.6.v20221112-0806)
Mirroring: osgi.bundle,java_cup-runtime,0.11.20150326.v20180425-1030 (Descriptor: canonical: osgi.bundle,java_cup-runtime,0.11.20150326.v20180425-1030)
Mirroring: osgi.bundle,com.google.protobuf,2.4.1.v20220404-1934 (Descriptor: canonical: osgi.bundle,com.google.protobuf,2.4.1.v20220404-1934)
Mirroring: osgi.bundle,org.apache.lucene.core.source,7.5.0.v20181003-1532 (Descriptor: canonical: osgi.bundle,org.apache.lucene.core.source,7.5.0.v20181003-1532)
Mirroring: osgi.bundle,com.google.api.client-json.source,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-json.source,1.2.3.v20221112-0806)
Mirroring: osgi.bundle,org.apache.maven.resolver.spi,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.spi,1.0.3.v20170405-0725)
Mirroring: osgi.bundle,org.apache.xmlrpc.common,3.1.3.v20181004-1955 (Descriptor: canonical: osgi.bundle,org.apache.xmlrpc.common,3.1.3.v20181004-1955)
Mirroring: osgi.bundle,org.apache.lucene.core,8.4.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.lucene.core,8.4.1.v20221112-0806)
Mirroring: osgi.bundle,com.atlassian.commonmark-heading-anchor,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-heading-anchor,0.15.1.v20221112-0806)
Mirroring: osgi.bundle,org.apache.batik.parser.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.parser.source,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,org.apache.commons.lang3,3.12.0.v20221221-1931 (Descriptor: canonical: osgi.bundle,org.apache.commons.lang3,3.12.0.v20221221-1931)
Mirroring: osgi.bundle,org.apache.jclouds.jclouds-core.source,1.8.0.v20181004-1955 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.jclouds-core.source,1.8.0.v20181004-1955)
Mirroring: osgi.bundle,org.apache.batik.gvt,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.gvt,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,org.apache.tika.core,1.24.1.v20211101-1915 (Descriptor: canonical: osgi.bundle,org.apache.tika.core,1.24.1.v20211101-1915)
Mirroring: osgi.bundle,org.antlr.runtime.source,4.7.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.antlr.runtime.source,4.7.2.v20221112-0806)
Mirroring: osgi.bundle,org.apache.commons.cli.source,1.4.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.commons.cli.source,1.4.0.v20221112-0806)
Mirroring: osgi.bundle,org.apache.lucene.misc.source,7.5.0.v20181003-1532 (Descriptor: canonical: osgi.bundle,org.apache.lucene.misc.source,7.5.0.v20181003-1532)
Mirroring: osgi.bundle,javax.inject,1.0.0.v20220405-0441 (Descriptor: canonical: osgi.bundle,javax.inject,1.0.0.v20220405-0441)
Mirroring: osgi.bundle,org.apache.jclouds.jclouds-core,1.8.0.v20181004-1955 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.jclouds-core,1.8.0.v20181004-1955)
Mirroring: osgi.bundle,io.opencensus.opencensus-api,0.26.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.opencensus.opencensus-api,0.26.0.v20221112-0806)
Mirroring: osgi.bundle,org.apache.batik.parser,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.parser,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,javax.validation.source,1.1.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,javax.validation.source,1.1.0.v20221112-0806)
Mirroring: osgi.bundle,io.netty.buffer.source,4.1.56.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.netty.buffer.source,4.1.56.v20221112-0806)
Mirroring: osgi.bundle,com.sun.jna.platform,4.1.0.v20170410-1117 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform,4.1.0.v20170410-1117)
Mirroring: osgi.bundle,org.hamcrest.library,1.3.0.v20180524-2246 (Descriptor: canonical: osgi.bundle,org.hamcrest.library,1.3.0.v20180524-2246)
Mirroring: osgi.bundle,org.glassfish.hk2.api,2.6.1.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.api,2.6.1.v20221203-1659)
Mirroring: osgi.bundle,org.apache.maven.resolver.connector.basic,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.connector.basic,1.0.3.v20170405-0725)
Mirroring: osgi.bundle,org.apache.log4j.source,1.2.24.v20221221-2012 (Descriptor: canonical: osgi.bundle,org.apache.log4j.source,1.2.24.v20221221-2012)
Mirroring: osgi.bundle,org.apache.commons.csv.source,1.8.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.commons.csv.source,1.8.0.v20221112-0806)
Mirroring: osgi.bundle,org.slf4j.ext,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.ext,1.7.30.v20221112-0806)
Mirroring: osgi.bundle,org.apache.sshd.sftp,2.9.2.v20221117-1942 (Descriptor: canonical: osgi.bundle,org.apache.sshd.sftp,2.9.2.v20221117-1942)
Mirroring: osgi.bundle,org.assertj,3.20.2.v20210706-1104 (Descriptor: canonical: osgi.bundle,org.assertj,3.20.2.v20210706-1104)
Mirroring: osgi.bundle,com.konghq.unirest-java.source,3.4.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.konghq.unirest-java.source,3.4.2.v20221112-0806)
Mirroring: osgi.bundle,org.junit.platform.runner,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.runner,1.9.1.v20221103-2317)
Mirroring: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider,2.13.2.v20220426-1653)
Mirroring: osgi.bundle,com.sun.jna,5.8.0.v20210503-0343 (Descriptor: canonical: osgi.bundle,com.sun.jna,5.8.0.v20210503-0343)
Mirroring: osgi.bundle,org.junit.jupiter.params,5.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.params,5.9.1.v20221103-2317)
Mirroring: osgi.bundle,io.github.classgraph,4.8.149.v20220915-0556 (Descriptor: canonical: osgi.bundle,io.github.classgraph,4.8.149.v20220915-0556)
Mirroring: osgi.bundle,com.sun.jna,5.6.0.v20210503-0343 (Descriptor: canonical: osgi.bundle,com.sun.jna,5.6.0.v20210503-0343)
Mirroring: osgi.bundle,org.apache.lucene.analyzers-smartcn.source,7.5.0.v20181003-1532 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-smartcn.source,7.5.0.v20181003-1532)
Mirroring: osgi.bundle,com.atlassian.commonmark-task-list-items.source,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-task-list-items.source,0.15.1.v20221112-0806)
Mirroring: osgi.bundle,com.github.jnr.x86asm.source,1.0.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.github.jnr.x86asm.source,1.0.2.v20221112-0806)
Mirroring: osgi.bundle,com.google.protobuf.source,2.4.1.v20220404-1934 (Descriptor: canonical: osgi.bundle,com.google.protobuf.source,2.4.1.v20220404-1934)
Mirroring: osgi.bundle,org.ejml.denseC64.source,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.denseC64.source,0.29.0.v20221112-0806)
Mirroring: osgi.bundle,org.apache.jclouds.api.openstack-nova,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.openstack-nova,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,org.jaxen,1.1.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.jaxen,1.1.6.v20221112-0806)
Mirroring: osgi.bundle,javaewah.source,1.1.13.v20211029-0839 (Descriptor: canonical: osgi.bundle,javaewah.source,1.1.13.v20211029-0839)
Mirroring: osgi.bundle,org.apache.batik.dom.source,1.16.0.v20230210-1249 (Descriptor: canonical: osgi.bundle,org.apache.batik.dom.source,1.16.0.v20230210-1249)
Mirroring: osgi.bundle,org.apache.batik.script.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.script.source,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,org.jacoco.agent,0.8.8.v20220415-0921 (Descriptor: canonical: osgi.bundle,org.jacoco.agent,0.8.8.v20220415-0921)
Mirroring: osgi.bundle,org.apache.commons.io.source,2.8.0.v20210415-0900 (Descriptor: canonical: osgi.bundle,org.apache.commons.io.source,2.8.0.v20210415-0900)
Mirroring: osgi.bundle,org.apache.lucene.core,7.5.0.v20181003-1532 (Descriptor: canonical: osgi.bundle,org.apache.lucene.core,7.5.0.v20181003-1532)
Mirroring: osgi.bundle,org.apache.jclouds.jclouds-scriptbuilder,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.jclouds-scriptbuilder,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,com.atlassian.commonmark.source,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark.source,0.15.1.v20221112-0806)
Mirroring: osgi.bundle,org.ejml.simple.source,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.simple.source,0.29.0.v20221112-0806)
Mirroring: osgi.bundle,com.google.auto.value.auto-value-annotations.source,1.7.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.auto.value.auto-value-annotations.source,1.7.0.v20221112-0806)
Mirroring: osgi.bundle,org.objectweb.asm.commons.source,9.4.0.v20221107-1714 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.commons.source,9.4.0.v20221107-1714)
Mirroring: osgi.bundle,com.google.oauth-client.source,1.30.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.oauth-client.source,1.30.6.v20221112-0806)
Mirroring: osgi.bundle,net.sourceforge.plantuml,1.2019.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,net.sourceforge.plantuml,1.2019.0.v20221112-0806)
Mirroring: osgi.bundle,org.junit.platform.suite.api.source,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.suite.api.source,1.9.1.v20221103-2317)
Mirroring: osgi.bundle,org.apache.pdfbox.xmpbox.source,2.0.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.xmpbox.source,2.0.6.v20221112-0806)
Mirroring: osgi.bundle,jakarta.activation.source,1.2.2.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.activation.source,1.2.2.v20221203-1659)
Mirroring: osgi.bundle,org.dom4j.source,2.1.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.dom4j.source,2.1.1.v20221112-0806)
Mirroring: osgi.bundle,ch.qos.logback.slf4j.source,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,ch.qos.logback.slf4j.source,1.2.3.v20221112-0806)
Mirroring: osgi.bundle,org.apache.lucene.analyzers-smartcn.source,8.4.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-smartcn.source,8.4.1.v20221112-0806)
Mirroring: osgi.bundle,org.apache.poi.ooxml.source,4.1.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.poi.ooxml.source,4.1.1.v20221112-0806)
Mirroring: osgi.bundle,org.glassfish.hk2.locator.source,2.6.1.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.locator.source,2.6.1.v20221203-1659)
Mirroring: osgi.bundle,com.atlassian.commonmark-image-attributes.source,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-image-attributes.source,0.15.1.v20221112-0806)
Mirroring: osgi.bundle,net.bytebuddy.byte-buddy,1.9.0.v20181107-1410 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy,1.9.0.v20181107-1410)
Mirroring: osgi.bundle,org.apache.onami.configuration,6.3.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.onami.configuration,6.3.0.v20160301-1110)
Mirroring: osgi.bundle,org.assertj.source,3.20.2.v20210706-1104 (Descriptor: canonical: osgi.bundle,org.assertj.source,3.20.2.v20210706-1104)
Mirroring: osgi.bundle,jakarta.servlet.source,5.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.servlet.source,5.0.0.v20221203-1659)
Mirroring: osgi.bundle,com.google.http-client.google-http-client.source,1.34.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.http-client.google-http-client.source,1.34.2.v20221112-0806)
Mirroring: osgi.bundle,io.github.classgraph.source,4.8.149.v20220915-0556 (Descriptor: canonical: osgi.bundle,io.github.classgraph.source,4.8.149.v20220915-0556)
Mirroring: osgi.bundle,org.glassfish.jersey.inject.jersey-hk2.source,2.30.1.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.inject.jersey-hk2.source,2.30.1.v20221203-1659)
Mirroring: osgi.bundle,org.bouncycastle.bcpkix,1.72.0.v20221013-1810 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcpkix,1.72.0.v20221013-1810)
Mirroring: osgi.bundle,org.apache.xerces,2.12.2.v20220131-0835 (Descriptor: canonical: osgi.bundle,org.apache.xerces,2.12.2.v20220131-0835)
Mirroring: osgi.bundle,org.glassfish.hk2.api.source,2.5.0.v20161103-0227 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.api.source,2.5.0.v20161103-0227)
Mirroring: osgi.bundle,org.jboss.logging.source,3.3.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.jboss.logging.source,3.3.2.v20221112-0806)
Mirroring: osgi.bundle,org.antlr.runtime,3.5.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.antlr.runtime,3.5.2.v20221112-0806)
Mirroring: osgi.bundle,com.google.flogger.systembackend,0.1.0.v20180506-0038 (Descriptor: canonical: osgi.bundle,com.google.flogger.systembackend,0.1.0.v20180506-0038)
Mirroring: osgi.bundle,com.google.http-client.google-http-client-jackson2,1.34.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.http-client.google-http-client-jackson2,1.34.2.v20221112-0806)
Mirroring: osgi.bundle,org.hamcrest.core,1.3.0.v20180420-1519 (Descriptor: canonical: osgi.bundle,org.hamcrest.core,1.3.0.v20180420-1519)
Mirroring: osgi.bundle,com.sun.xml.bind.source,2.3.3.v20221203-1659 (Descriptor: canonical: osgi.bundle,com.sun.xml.bind.source,2.3.3.v20221203-1659)
Mirroring: osgi.bundle,org.freemarker.source,2.3.22.v20160210-1233 (Descriptor: canonical: osgi.bundle,org.freemarker.source,2.3.22.v20160210-1233)
Mirroring: osgi.bundle,org.apache.ant,1.10.12.v20211102-1452 (Descriptor: canonical: osgi.bundle,org.apache.ant,1.10.12.v20211102-1452)
Mirroring: osgi.bundle,com.google.api.client-auth-oauth2.source,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-auth-oauth2.source,1.2.3.v20221112-0806)
Mirroring: osgi.bundle,org.eclipse.orbit.mongodb,3.2.2.v20181004-1955 (Descriptor: canonical: osgi.bundle,org.eclipse.orbit.mongodb,3.2.2.v20181004-1955)
Mirroring: osgi.bundle,io.netty.buffer,4.1.56.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.netty.buffer,4.1.56.v20221112-0806)
Mirroring: osgi.bundle,com.fasterxml.jackson.core.jackson-core.source,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.core.jackson-core.source,2.13.2.v20220426-1653)
Mirroring: osgi.bundle,org.apache.httpcomponents.httpclient,4.5.14.v20221207-1049 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpclient,4.5.14.v20221207-1049)
Mirroring: osgi.bundle,org.jboss.logging,3.3.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.jboss.logging,3.3.2.v20221112-0806)
Mirroring: osgi.bundle,org.apache.jclouds.api.openstack-keystone,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.openstack-keystone,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,com.google.api.client-auth,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-auth,1.2.3.v20221112-0806)
Mirroring: osgi.bundle,org.bouncycastle.bcpkix.source,1.72.0.v20221013-1810 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcpkix.source,1.72.0.v20221013-1810)
Mirroring: osgi.bundle,org.apache.commons.codec.source,1.14.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.commons.codec.source,1.14.0.v20221112-0806)
Mirroring: osgi.bundle,org.opentest4j,1.2.0.v20211018-1956 (Descriptor: canonical: osgi.bundle,org.opentest4j,1.2.0.v20211018-1956)
Mirroring: osgi.bundle,com.atlassian.commonmark-gfm-strikethrough.source,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-gfm-strikethrough.source,0.15.1.v20221112-0806)
Mirroring: osgi.bundle,javax.activation,1.2.2.v20221203-1659 (Descriptor: canonical: osgi.bundle,javax.activation,1.2.2.v20221203-1659)
Mirroring: osgi.bundle,org.apache.commons.io,2.8.0.v20210415-0900 (Descriptor: canonical: osgi.bundle,org.apache.commons.io,2.8.0.v20210415-0900)
Mirroring: osgi.bundle,org.hamcrest,2.2.0.v20210711-0821 (Descriptor: canonical: osgi.bundle,org.hamcrest,2.2.0.v20210711-0821)
Mirroring: osgi.bundle,com.sun.xml.bind.source,2.2.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.sun.xml.bind.source,2.2.0.v20221112-0806)
Mirroring: osgi.bundle,org.jacoco.report,0.8.8.v20221013-0857 (Descriptor: canonical: osgi.bundle,org.jacoco.report,0.8.8.v20221013-0857)
Mirroring: osgi.bundle,org.glassfish.hk2.osgi-resource-locator,1.0.3.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.osgi-resource-locator,1.0.3.v20221203-1659)
Mirroring: osgi.bundle,org.glassfish.hk2.utils.source,2.5.0.v20160210-1508 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.utils.source,2.5.0.v20160210-1508)
Mirroring: osgi.bundle,org.bouncycastle.bcpg,1.72.0.v20221013-1810 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcpg,1.72.0.v20221013-1810)
Mirroring: osgi.bundle,com.sun.jna.source,4.1.0.v20210503-0343 (Descriptor: canonical: osgi.bundle,com.sun.jna.source,4.1.0.v20210503-0343)
Mirroring: osgi.bundle,org.apache.jclouds.api.ec2.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.ec2.source,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore-nio,4.4.16.v20221207-1049 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpcore-nio,4.4.16.v20221207-1049)
Mirroring: osgi.bundle,org.jgrapht.jgrapht-core.source,1.4.0.v20220411-2343 (Descriptor: canonical: osgi.bundle,org.jgrapht.jgrapht-core.source,1.4.0.v20220411-2343)
Mirroring: osgi.bundle,org.apache.lucene.analyzers-smartcn,8.4.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-smartcn,8.4.1.v20221112-0806)
Mirroring: osgi.bundle,org.glassfish.hk2.locator.source,2.5.0.v20161103-0227 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.locator.source,2.5.0.v20161103-0227)
Mirroring: osgi.bundle,javax.annotation.source,1.3.5.v20221203-1659 (Descriptor: canonical: osgi.bundle,javax.annotation.source,1.3.5.v20221203-1659)
Mirroring: osgi.bundle,io.github.java-diff-utils,4.8.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.github.java-diff-utils,4.8.0.v20221112-0806)
Mirroring: osgi.bundle,com.google.flogger,0.1.0.v20180506-0038 (Descriptor: canonical: osgi.bundle,com.google.flogger,0.1.0.v20180506-0038)
Mirroring: osgi.bundle,org.junit.vintage.engine.source,5.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.vintage.engine.source,5.9.1.v20221103-2317)
Mirroring: osgi.bundle,org.slf4j.apis.jcl,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.apis.jcl,1.7.30.v20221112-0806)
Mirroring: osgi.bundle,org.apache.batik.xml.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.xml.source,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,com.github.jnr.enxio.source,0.32.13.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.enxio.source,0.32.13.v20221215-1656)
Mirroring: osgi.bundle,org.mockito.mockito-core,4.8.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.mockito.mockito-core,4.8.1.v20221103-2317)
Mirroring: osgi.bundle,org.apache.sshd.osgi.source,2.9.2.v20221117-1942 (Descriptor: canonical: osgi.bundle,org.apache.sshd.osgi.source,2.9.2.v20221117-1942)
Mirroring: osgi.bundle,org.glassfish.jersey.ext.entityfiltering,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.ext.entityfiltering,2.30.1.v20221112-0806)
Mirroring: osgi.bundle,org.apache.commons.fileupload.source,1.3.2.v20170320-2229 (Descriptor: canonical: osgi.bundle,org.apache.commons.fileupload.source,1.3.2.v20170320-2229)
Mirroring: osgi.bundle,org.glassfish.hk2.osgi-resource-locator.source,2.5.0.v20161103-1916 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.osgi-resource-locator.source,2.5.0.v20161103-1916)
Mirroring: osgi.bundle,org.glassfish.jersey.core.jersey-common,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.core.jersey-common,2.30.1.v20221112-0806)
Mirroring: osgi.bundle,com.atlassian.commonmark-task-list-items,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-task-list-items,0.15.1.v20221112-0806)
Mirroring: osgi.bundle,org.apache.batik.codec,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.codec,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,org.apache.httpcomponents.core5.httpcore5.source,5.1.4.v20221013-1742 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.core5.httpcore5.source,5.1.4.v20221013-1742)
Mirroring: osgi.bundle,com.fasterxml.jackson.core.jackson-databind.source,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.core.jackson-databind.source,2.13.2.v20220426-1653)
Mirroring: osgi.bundle,com.sun.jna.platform.source,4.1.0.v20170410-1117 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform.source,4.1.0.v20170410-1117)
Mirroring: osgi.bundle,org.apache.httpcomponents.httpasyncclient,4.1.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpasyncclient,4.1.3.v20221112-0806)
Mirroring: osgi.bundle,com.github.jnr.posix.source,3.1.15.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.posix.source,3.1.15.v20221215-1656)
Mirroring: osgi.bundle,com.sun.jna.source,5.12.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,com.sun.jna.source,5.12.1.v20221103-2317)
Mirroring: osgi.bundle,org.conscrypt.conscrypt-openjdk-uber.source,2.5.1.v20220506-1020 (Descriptor: canonical: osgi.bundle,org.conscrypt.conscrypt-openjdk-uber.source,2.5.1.v20220506-1020)
Mirroring: osgi.bundle,org.glassfish.jersey.core.jersey-server,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.core.jersey-server,2.30.1.v20221112-0806)
Mirroring: osgi.bundle,org.apache.jclouds.jclouds-compute,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.jclouds-compute,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,org.apache.commons.compress,1.22.0.v20221207-1049 (Descriptor: canonical: osgi.bundle,org.apache.commons.compress,1.22.0.v20221207-1049)
Mirroring: osgi.bundle,org.objectweb.asm.commons,9.4.0.v20221107-1714 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.commons,9.4.0.v20221107-1714)
Mirroring: osgi.bundle,org.apache.maven.resolver.impl,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.impl,1.0.3.v20170405-0725)
Mirroring: osgi.bundle,org.objenesis.source,3.3.0.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.objenesis.source,3.3.0.v20221103-2317)
Mirroring: osgi.bundle,javax.xml,1.4.1.v20220503-2331 (Descriptor: canonical: osgi.bundle,javax.xml,1.4.1.v20220503-2331)
Mirroring: org.eclipse.update.feature,org.eclipse.orbit.releng.recipes.feature.aggregation,1.0.0.v20230210-1433 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.orbit.releng.recipes.feature.aggregation,1.0.0.v20230210-1433)
Mirroring: osgi.bundle,net.sourceforge.plantuml.source,1.2019.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,net.sourceforge.plantuml.source,1.2019.0.v20221112-0806)
Mirroring: osgi.bundle,org.apache.maven.resolver.util,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.util,1.0.3.v20170405-0725)
Mirroring: osgi.bundle,org.apache.jclouds.api.openstack-cinder,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.openstack-cinder,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,org.eclipse.orbit.mongodb.source,3.2.2.v20181004-1955 (Descriptor: canonical: osgi.bundle,org.eclipse.orbit.mongodb.source,3.2.2.v20181004-1955)
Mirroring: osgi.bundle,ch.qos.logback.core.source,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,ch.qos.logback.core.source,1.2.3.v20221112-0806)
Mirroring: osgi.bundle,org.apache.maven.resolver.transport.http.source,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.transport.http.source,1.0.3.v20170405-0725)
Mirroring: osgi.bundle,org.slf4j.bridge.jul,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.bridge.jul,1.7.30.v20221112-0806)
Mirroring: osgi.bundle,org.apiguardian.source,1.1.2.v20211018-1956 (Descriptor: canonical: osgi.bundle,org.apiguardian.source,1.1.2.v20211018-1956)
Mirroring: osgi.bundle,org.mandas.docker-client,3.2.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.mandas.docker-client,3.2.1.v20221112-0806)
Mirroring: osgi.bundle,org.apache.lucene.misc,7.5.0.v20181003-1532 (Descriptor: canonical: osgi.bundle,org.apache.lucene.misc,7.5.0.v20181003-1532)
Mirroring: osgi.bundle,org.ggf.drmaa,1.0.0.v20170818-1553 (Descriptor: canonical: osgi.bundle,org.ggf.drmaa,1.0.0.v20170818-1553)
Mirroring: osgi.bundle,org.junit.platform.launcher,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.launcher,1.9.1.v20221103-2317)
Mirroring: osgi.bundle,org.apache.jclouds.common.openstack-common.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.common.openstack-common.source,1.8.0.v20160301-1110)
Mirroring: osgi.bundle,org.knowm.xchart.source,3.6.5.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.knowm.xchart.source,3.6.5.v20221112-0806)
Mirroring: osgi.bundle,org.objectweb.asm.tree.source,9.4.0.v20221107-1714 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.tree.source,9.4.0.v20221107-1714)
Mirroring: osgi.bundle,org.apache.poi.ooxml.schemas,4.1.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.poi.ooxml.schemas,4.1.1.v20221112-0806)
Mirroring: osgi.bundle,org.slf4j.binding.nop.source,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.binding.nop.source,1.7.30.v20221112-0806)
Mirroring: osgi.bundle,com.sun.jna.platform,4.5.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform,4.5.1.v20221112-0806)
Mirroring: osgi.bundle,org.slf4j.api,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.api,1.7.30.v20221112-0806)
Mirroring: osgi.bundle,io.grpc.grpc-context,1.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.grpc.grpc-context,1.29.0.v20221112-0806)
Mirroring: osgi.bundle,com.sun.jna.platform,5.6.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform,5.6.0.v20221112-0806)
Mirroring: osgi.bundle,com.sun.jna.platform,5.8.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform,5.8.0.v20221112-0806)
Mirroring: osgi.bundle,com.google.oauth-client-jetty,1.30.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.oauth-client-jetty,1.30.6.v20221112-0806)
Mirroring: osgi.bundle,org.ejml.dense64,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.dense64,0.29.0.v20221112-0806)
Mirroring: osgi.bundle,com.jcraft.jzlib,1.1.3.v20220502-1820 (Descriptor: canonical: osgi.bundle,com.jcraft.jzlib,1.1.3.v20220502-1820)
Mirroring: osgi.bundle,org.apache.xmlrpc.server,3.1.3.v20181004-1955 (Descriptor: canonical: osgi.bundle,org.apache.xmlrpc.server,3.1.3.v20181004-1955)
Mirroring: osgi.bundle,com.github.jnr.constants,0.10.3.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.constants,0.10.3.v20221215-1656)
Mirroring: osgi.bundle,org.slf4j.ext.source,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.ext.source,1.7.30.v20221112-0806)
Mirroring: osgi.bundle,com.atlassian.commonmark-yaml.source,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-yaml.source,0.15.1.v20221112-0806)
Mirroring: osgi.bundle,org.junit.platform.engine.source,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.engine.source,1.9.1.v20221103-2317)
Mirroring: osgi.bundle,com.google.flogger.testing.source,0.1.0.v20180506-0038 (Descriptor: canonical: osgi.bundle,com.google.flogger.testing.source,0.1.0.v20180506-0038)
Mirroring: osgi.bundle,org.junit.jupiter.engine,5.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.engine,5.9.1.v20221103-2317)
Mirroring: osgi.bundle,org.apache.sshd.sftp.source,2.8.0.v20211227-1750 (Descriptor: canonical: osgi.bundle,org.apache.sshd.sftp.source,2.8.0.v20211227-1750)
Mirroring: osgi.bundle,org.immutables.value.source,2.8.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.immutables.value.source,2.8.3.v20221112-0806)
Mirroring: osgi.bundle,org.glassfish.jersey.containers.servlet,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.containers.servlet,2.30.1.v20221112-0806)
Mirroring: osgi.bundle,org.antlr.runtime.source,3.5.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.antlr.runtime.source,3.5.2.v20221112-0806)
Mirroring: osgi.bundle,com.google.flogger.systembackend.source,0.1.0.v20180506-0038 (Descriptor: canonical: osgi.bundle,com.google.flogger.systembackend.source,0.1.0.v20180506-0038)
Mirroring: osgi.bundle,jakarta.el.source,4.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.el.source,4.0.0.v20221203-1659)
Mirroring: osgi.bundle,org.apache.batik.transcoder,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.transcoder,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,com.graphql.java.dataloader,2.1.1.v20181120-0809 (Descriptor: canonical: osgi.bundle,com.graphql.java.dataloader,2.1.1.v20181120-0809)
Mirroring: osgi.bundle,org.apache.santuario.xmlsec,2.2.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.santuario.xmlsec,2.2.0.v20221112-0806)
Mirroring: osgi.bundle,org.junit.platform.commons.source,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.commons.source,1.9.1.v20221103-2317)
Mirroring: osgi.bundle,com.github.jnr.a64asm.source,1.0.0.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.a64asm.source,1.0.0.v20221215-1656)
Mirroring: osgi.bundle,org.junit.jupiter.engine.source,5.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.engine.source,5.9.1.v20221103-2317)
Mirroring: osgi.bundle,jakarta.activation,2.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.activation,2.0.0.v20221203-1659)
Mirroring: osgi.bundle,org.glassfish.hk2.api,2.5.0.v20161103-0227 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.api,2.5.0.v20161103-0227)
Mirroring: osgi.bundle,com.github.jnr.constants.source,0.10.3.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.constants.source,0.10.3.v20221215-1656)
Mirroring: osgi.bundle,org.glassfish.hk2.utils,2.6.1.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.utils,2.6.1.v20221203-1659)
Mirroring: osgi.bundle,javax.measure.unit-api,1.0.0.v20170818-1538 (Descriptor: canonical: osgi.bundle,javax.measure.unit-api,1.0.0.v20170818-1538)
Mirroring: osgi.bundle,com.google.api.client-escape.source,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-escape.source,1.2.3.v20221112-0806)
Mirroring: osgi.bundle,com.jcraft.jsch.source,0.1.55.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.jcraft.jsch.source,0.1.55.v20221112-0806)
Mirroring: osgi.bundle,com.google.javascript.source,0.0.20160315.v20161124-1903 (Descriptor: canonical: osgi.bundle,com.google.javascript.source,0.0.20160315.v20161124-1903)
Mirroring: osgi.bundle,com.google.inject.assistedinject.source,5.0.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.inject.assistedinject.source,5.0.1.v20221112-0806)
Mirroring: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.7.9.v20180420-1519 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.7.9.v20180420-1519)
Mirroring: osgi.bundle,org.antlr.runtime,4.7.1.v20181120-0808 (Descriptor: canonical: osgi.bundle,org.antlr.runtime,4.7.1.v20181120-0808)
Mirroring: osgi.bundle,com.sun.grid.drmaa,1.0.0.v20170818-1553 (Descriptor: canonical: osgi.bundle,com.sun.grid.drmaa,1.0.0.v20170818-1553)
Mirroring: osgi.bundle,org.junit.vintage.engine,5.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.vintage.engine,5.9.1.v20221103-2317)
Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore-nio.source,4.4.16.v20221207-1049 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpcore-nio.source,4.4.16.v20221207-1049)
Mirroring: osgi.bundle,java_cup-runtime.source,0.11.20150326.v20180425-1030 (Descriptor: canonical: osgi.bundle,java_cup-runtime.source,0.11.20150326.v20180425-1030)
Mirroring: osgi.bundle,org.slf4j.binding.log4j12.source,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.binding.log4j12.source,1.7.30.v20221112-0806)
Mirroring: osgi.bundle,org.junit.platform.runner.source,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.runner.source,1.9.1.v20221103-2317)
Mirroring: osgi.bundle,org.apache.lucene.analyzers-common,8.4.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-common,8.4.1.v20221112-0806)
Mirroring: osgi.bundle,com.google.auth.google-auth-library-credentials,0.20.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.auth.google-auth-library-credentials,0.20.0.v20221112-0806)
Mirroring: osgi.bundle,org.antlr.runtime.source,4.10.1.v20230210-1433 (Descriptor: canonical: osgi.bundle,org.antlr.runtime.source,4.10.1.v20230210-1433)
Mirroring: osgi.bundle,com.sun.xml.bind,2.2.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.sun.xml.bind,2.2.0.v20221112-0806)
Mirroring: osgi.bundle,org.apache.xmlrpc.common.source,3.1.3.v20181004-1955 (Descriptor: canonical: osgi.bundle,org.apache.xmlrpc.common.source,3.1.3.v20181004-1955)
Mirroring: osgi.bundle,org.knowm.xchart,3.6.5.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.knowm.xchart,3.6.5.v20221112-0806)
Mirroring: osgi.bundle,org.glassfish.hk2.api.source,2.6.1.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.api.source,2.6.1.v20221203-1659)
Mirroring: osgi.bundle,javax.xml.source,1.4.1.v20220503-2331 (Descriptor: canonical: osgi.bundle,javax.xml.source,1.4.1.v20220503-2331)
Mirroring: osgi.bundle,org.apache.sshd.osgi,2.9.2.v20221117-1942 (Descriptor: canonical: osgi.bundle,org.apache.sshd.osgi,2.9.2.v20221117-1942)
Mirroring: osgi.bundle,org.apache.httpcomponents.core5.httpcore5,5.1.4.v20221013-1742 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.core5.httpcore5,5.1.4.v20221013-1742)
Mirroring: osgi.bundle,org.apache.maven.resolver.transport.file,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.transport.file,1.0.3.v20170405-0725)
Mirroring: osgi.bundle,org.apache.batik.dom,1.16.0.v20230210-1249 (Descriptor: canonical: osgi.bundle,org.apache.batik.dom,1.16.0.v20230210-1249)
Mirroring: osgi.bundle,org.jheaps.jheaps,0.14.0.v20220411-2343 (Descriptor: canonical: osgi.bundle,org.jheaps.jheaps,0.14.0.v20220411-2343)
Mirroring: osgi.bundle,jakarta.xml.bind.source,2.3.3.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.xml.bind.source,2.3.3.v20221203-1659)
Mirroring: osgi.bundle,org.apache.lucene.analysis-common,9.4.2.v20221211-0752 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analysis-common,9.4.2.v20221211-0752)
Mirroring: osgi.bundle,org.apache.commons.fileupload,1.3.2.v20170320-2229 (Descriptor: canonical: osgi.bundle,org.apache.commons.fileupload,1.3.2.v20170320-2229)
Mirroring: osgi.bundle,com.jcraft.jzlib.source,1.1.3.v20220502-1820 (Descriptor: canonical: osgi.bundle,com.jcraft.jzlib.source,1.1.3.v20220502-1820)
Mirroring: osgi.bundle,org.apache.batik.anim,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.anim,1.16.0.v20221027-0840)
Mirroring: osgi.bundle,org.apache.poi.ooxml,4.1.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.poi.ooxml,4.1.1.v20221112-0806)
Mirroring: osgi.bundle,org.jcodings.source,1.0.18.v20170306-1742 (Descriptor: canonical: osgi.bundle,org.jcodings.source,1.0.18.v20170306-1742)
Mirroring: osgi.bundle,com.github.virtuald.curvesapi.source,1.6.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.github.virtuald.curvesapi.source,1.6.0.v20221112-0806)
Mirroring: osgi.bundle,com.fasterxml.jackson.module.jackson-module-jaxb-annotations,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.module.jackson-module-jaxb-annotations,2.13.2.v20220426-1653)
Mirroring: osgi.bundle,net.bytebuddy.byte-buddy,1.12.18.v20221114-2102 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy,1.12.18.v20221114-2102)
Mirroring: osgi.bundle,jakarta.activation.source,2.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.activation.source,2.0.0.v20221203-1659)
Mirroring: osgi.bundle,org.apache.pdfbox,2.0.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox,2.0.6.v20221112-0806)
Mirroring: osgi.bundle,org.joni.source,2.1.11.v20170306-1742 (Descriptor: canonical: osgi.bundle,org.joni.source,2.1.11.v20170306-1742)
Mirroring: osgi.bundle,org.apache.xmlgraphics,2.7.0.v20221018-0736 (Descriptor: canonical: osgi.bundle,org.apache.xmlgraphics,2.7.0.v20221018-0736)
Mirroring: osgi.bundle,org.opentest4j.source,1.2.0.v20211018-1956 (Descriptor: canonical: osgi.bundle,org.opentest4j.source,1.2.0.v20211018-1956)
Mirroring: osgi.bundle,io.github.java-diff-utils.source,4.8.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.github.java-diff-utils.source,4.8.0.v20221112-0806)
Mirroring: osgi.bundle,org.apache.xerces.source,2.12.2.v20220131-0835 (Descriptor: canonical: osgi.bundle,org.apache.xerces.source,2.12.2.v20220131-0835)
00:51:38 [INFO] 
00:51:38 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ orbit-bundles-p2-repository-all ---
00:51:38 [INFO] 
00:51:38 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ orbit-bundles-p2-repository-all ---
00:51:38 [INFO] 
00:51:38 [INFO] --- tycho-p2-repository-plugin:2.0.0:archive-repository (default) @ orbit-bundles-p2-repository-all ---
00:51:38 [INFO] Building zip: /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository-all/target/orbit-buildrepo-I20230319005010.zip
00:51:50 [INFO] 
00:51:50 [INFO] --- maven-install-plugin:2.4:install (default-install) @ orbit-bundles-p2-repository-all ---
00:51:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository-all/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/orbit-bundles-p2-repository-all/1.0.0-SNAPSHOT/orbit-bundles-p2-repository-all-1.0.0-SNAPSHOT.pom
00:51:50 [INFO] 
00:51:50 [INFO] ---------< org.eclipse.orbit.bundles:orbit-repository-report >----------
00:51:50 [INFO] Building Eclipse Orbit :: Repository Report 1.0.0-SNAPSHOT         [4/4]
00:51:50 [INFO] --------------------------------[ jar ]---------------------------------
00:51:50 [INFO] 
00:51:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ orbit-repository-report ---
00:51:50 [INFO] 
00:51:50 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ orbit-repository-report ---
00:51:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository-report/src/main/resources
00:51:50 [INFO] 
00:51:50 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ orbit-repository-report ---
00:51:51 [INFO] No sources to compile
00:51:51 [INFO] 
00:51:51 [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ orbit-repository-report ---
00:51:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository-report/src/test/resources
00:51:51 [INFO] 
00:51:51 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ orbit-repository-report ---
00:51:51 [INFO] No sources to compile
00:51:51 [INFO] 
00:51:51 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ orbit-repository-report ---
00:51:52 [INFO] No tests to run.
00:51:52 [INFO] 
00:51:52 [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ orbit-repository-report ---
00:51:53 [WARNING] JAR will be empty - no content was marked for inclusion!
00:51:53 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository-report/target/orbit-repository-report-1.0.0-SNAPSHOT.jar
00:51:53 [INFO] 
00:51:53 [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ orbit-repository-report ---
00:51:53 [INFO] 
00:51:53 [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ orbit-repository-report ---
00:51:53 [INFO] 
00:51:53 [INFO] --- tycho-eclipserun-plugin:2.0.0:eclipse-run (default) @ orbit-repository-report ---
00:51:53 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/analyzers/4.7/I20191111-1833/ (172B)
00:51:53 [INFO] Adding repository https://download.eclipse.org/cbi/updates/analyzers/4.7/I20191111-1833
00:51:53 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/analyzers/4.7/I20191111-1833/ (8.23kB)
00:51:53 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.21/ (128B)
00:51:53 [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.21
00:51:53 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/eclipse/updates/4.21/ (446B)
00:51:53 [INFO] Fetching content.jar from https://download.eclipse.org/eclipse/updates/4.21/categories/ (1.46kB)
00:51:54 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/ (142B)
00:51:54 [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/ (124.35kB)
00:51:55 [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/cbi/updates/analyzers/4.7/I20191111-1833/plugins/ (743.15kB)
00:51:57 [INFO] Fetching R-4.21-202109060500&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.21/ (63B)
00:51:57 [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.41MB)
00:51:57 [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (46.27kB)
00:51:58 [INFO] Fetching org.eclipse.osgi_3.17.0.v20210823-1805.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.39MB)
00:51:58 [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (20.34kB)
00:51:58 [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (353.59kB)
00:51:58 [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (144.34kB)
00:51:58 [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (23.5kB)
00:51:58 [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (703.81kB)
00:51:59 [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (367.61kB)
00:51:59 [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (52.58kB)
00:51:59 [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (219.73kB)
00:51:59 [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (126.4kB)
00:51:59 [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (69.34kB)
00:51:59 [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (411.93kB)
00:51:59 [INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (72.7kB)
00:52:00 [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1,021.45kB)
00:52:00 [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (350.75kB)
00:52:00 [INFO] Fetching org.bouncycastle.bcpg_1.69.0.v20210713-1924.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (326.25kB)
00:52:00 [INFO] Fetching org.bouncycastle.bcprov_1.69.0.v20210713-1924.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (5.46MB)
00:52:01 [INFO] Fetching org.eclipse.cbi.p2repo.analyzers_2.0.1.201911111833.jar.pack.gz from https://download.eclipse.org/cbi/updates/analyzers/4.7/I20191111-1833/plugins/ (75.34kB)
00:52:02 [INFO] Fetching org.eclipse.core.runtime_3.23.0.v20210730-2035.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (70.77kB)
00:52:02 [INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (139.68kB)
00:52:02 [INFO] Fetching org.eclipse.equinox.app_1.6.0.v20210723-1130.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (89.14kB)
00:52:02 [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (73.01kB)
00:52:02 [INFO] Fetching org.eclipse.equinox.p2.core_2.8.0.v20210618-0742.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (76.88kB)
00:52:02 [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (360.09kB)
00:52:02 [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.200.v20210813-0803.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (142.1kB)
00:52:02 [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (130.72kB)
00:52:03 [INFO] Fetching org.eclipse.xtend.lib_2.19.0.v20190902-0728.jar.pack.gz from https://download.eclipse.org/cbi/updates/analyzers/4.7/I20191111-1833/plugins/ (59.82kB)
00:52:03 [INFO] Fetching org.eclipse.cbi.p2repo.analyzers.common_2.0.1.201911111833.jar.pack.gz from https://download.eclipse.org/cbi/updates/analyzers/4.7/I20191111-1833/plugins/ (25.49kB)
00:52:03 [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (415.44kB)
00:52:03 [INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (114.56kB)
00:52:03 [INFO] Fetching org.eclipse.core.contenttype_3.8.0.v20210621-0954.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (100.01kB)
00:52:03 [INFO] Fetching org.eclipse.equinox.preferences_3.9.0.v20210726-0943.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (136.29kB)
00:52:03 [INFO] Fetching org.eclipse.equinox.registry_3.11.0.v20210723-1953.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (194.23kB)
00:52:04 [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (180.11kB)
00:52:04 [INFO] Fetching org.eclipse.core.databinding.observable_1.11.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (311.11kB)
00:52:04 [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (163.08kB)
00:52:04 [INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (92.92kB)
00:52:04 [INFO] Fetching org.eclipse.core.expressions_3.8.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (92.12kB)
00:52:04 [INFO] Fetching org.eclipse.core.jobs_3.12.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (108.05kB)
00:52:04 [INFO] Fetching org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (25.62kB)
00:52:04 [INFO] Fetching org.eclipse.e4.core.di_1.8.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (52.47kB)
00:52:05 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (14.07kB)
00:52:05 [INFO] Fetching org.eclipse.e4.core.contexts_1.9.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (48.25kB)
00:52:05 [INFO] Fetching org.eclipse.e4.core.services_2.3.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (69.65kB)
00:52:05 [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.0.v20210625-1052.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (12kB)
00:52:05 [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.0.v20210625-1052.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (11.14kB)
00:52:05 [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.100.v20210621-0954.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (40.46kB)
00:52:05 [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (51.03kB)
00:52:05 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (317.81kB)
00:52:05 [INFO] Fetching org.eclipse.emf.ecore_2.25.0.v20210816-0937.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.26MB)
00:52:06 [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.200.v20210723-1326.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (147.12kB)
00:52:06 [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (45.85kB)
00:52:06 [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.0.v20210727-1533.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (394.73kB)
00:52:06 [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (24.31kB)
00:52:06 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.200.v20210816-1658.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (251.52kB)
00:52:06 [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (255.66kB)
00:52:07 [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (213.88kB)
00:52:07 [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.300.v20210723-0837.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (203.11kB)
00:52:07 [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (27.72kB)
00:52:07 [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (16.41kB)
00:52:07 [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (13.3kB)
00:52:07 [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (32.98kB)
00:52:07 [INFO] Fetching org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (53.59kB)
00:52:07 [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (45.48kB)
00:52:08 [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.500.v20210730-0750.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (249.09kB)
00:52:08 [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.300.v20210828-0802.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (84.05kB)
00:52:08 [INFO] Fetching org.eclipse.swt_3.117.0.v20210906-0842.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (16.97kB)
00:52:08 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.117.0.v20210906-0842.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (2.07MB)
00:52:08 [INFO] Fetching org.eclipse.jface_3.23.0.v20210723-1324.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.1MB)
00:52:09 [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (295.36kB)
00:52:09 [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (21.08kB)
00:52:09 [INFO] Fetching org.eclipse.equinox.console_1.4.400.v20210602-1312.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (126.34kB)
00:52:09 [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.300.v20210813-1521.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (118.1kB)
00:52:09 [INFO] Fetching org.eclipse.equinox.bidi_1.4.0.v20210723-1312.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (50.73kB)
00:52:09 [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.0.v20210619-1009.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (57.42kB)
00:52:09 [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (10.74kB)
00:52:09 [INFO] Fetching org.eclipse.urischeme_1.2.0.v20210619-0955.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (51.91kB)
00:52:10 [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (25.75kB)
00:52:10 [INFO] Fetching org.eclipse.e4.rcp_4.21.0.v20210906-0842.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/features/ (20.93kB)
00:52:10 [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (87.54kB)
00:52:10 [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (229.56kB)
00:52:10 [INFO] Fetching org.eclipse.ecf_3.9.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (123.51kB)
00:52:10 [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (64.2kB)
00:52:10 [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (26.23kB)
00:52:10 [INFO] Fetching org.eclipse.ecf.core.feature_1.5.702.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/features/ (19.74kB)
00:52:10 [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (15.43kB)
00:52:11 [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/features/ (19.71kB)
00:52:11 [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (52.52kB)
00:52:11 [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.700.v20210618-0642.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (128.97kB)
00:52:11 [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/features/ (27.84kB)
00:52:11 [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.401.v20210512-0614.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (82.92kB)
00:52:11 [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/features/ (27.93kB)
00:52:11 [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (9.69kB)
00:52:11 [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/features/ (23.74kB)
00:52:12 [INFO] Fetching org.eclipse.emf.common_2.23.0.v20210618-0700.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (367.01kB)
00:52:12 [INFO] Fetching org.eclipse.emf.common_2.23.0.v20210618-0700.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/features/ (19.06kB)
00:52:12 [INFO] Fetching org.eclipse.emf.ecore_2.25.0.v20210816-0937.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/features/ (19.14kB)
00:52:12 [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (36.06kB)
00:52:12 [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (69.05kB)
00:52:12 [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.200.v20210830-0925.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (165.1kB)
00:52:12 [INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (28.05kB)
00:52:12 [INFO] Fetching org.eclipse.equinox.p2.director_2.5.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (109.64kB)
00:52:13 [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.100.v20210813-0607.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (213.92kB)
00:52:13 [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (24.82kB)
00:52:13 [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (129.25kB)
00:52:13 [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.100.v20210630-1916.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (85.91kB)
00:52:13 [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (26.34kB)
00:52:13 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (367.36kB)
00:52:13 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (244.04kB)
00:52:13 [INFO] Fetching org.eclipse.equinox.security_1.3.700.v20210726-0943.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (113.04kB)
00:52:14 [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.200.v20210613-1953.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (43.53kB)
00:52:14 [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (74.06kB)
00:52:14 [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (7.93kB)
00:52:14 [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1100.v20210830-0925.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/features/ (19.72kB)
00:52:14 [INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (23.39kB)
00:52:14 [INFO] Fetching org.eclipse.xtext.xbase.lib_2.19.0.v20190902-0728.jar.pack.gz from https://download.eclipse.org/cbi/updates/analyzers/4.7/I20191111-1833/plugins/ (49.06kB)
00:52:14 [INFO] Fetching org.eclipse.xtend.lib.macro_2.19.0.v20190902-0728.jar.pack.gz from https://download.eclipse.org/cbi/updates/analyzers/4.7/I20191111-1833/plugins/ (23.24kB)
00:52:15 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
00:52:15 [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository-report/target/eclipserun-work/data/.metadata/.log
00:52:15 [INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -DreportRepoDir=/home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository-report/target/../../repository-all/target/repository, -DreportOutputDir=/home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository-report/target, -DreferenceRepo=/home/data/httpd/download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository, -jar, /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository-report/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository-report/target/eclipserun-work/configuration, -application, org.eclipse.cbi.p2repo.analyzers.repoReport]
WARNING: the reference repository was found not to exist. No check done.
         referenceRepo: /home/data/httpd/download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository
output: /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository-report/target/reporeports/reports/versionPatterns.txt
output: /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository-report/target/reporeports/reports/nonUniqueVersions.txt
output: /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository-report/target/reporeports/reports/featureNames.html
output: /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository-report/target/reporeports/reports/bundleNames.html
output: /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository-report/target/reporeports/reports/providerNames.html
Number of IUs during license check: 2
Number features or products during license check: 2
output: /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository-report/target/reporeports/reports/copyrights.html
output: /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository-report/target/reporeports/reports/descriptions.html
Reports completed as expected. Took: 5.458 min
00:57:46 [INFO] 
00:57:46 [INFO] --- maven-install-plugin:2.4:install (default-install) @ orbit-repository-report ---
00:57:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository-report/target/orbit-repository-report-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/orbit-repository-report/1.0.0-SNAPSHOT/orbit-repository-report-1.0.0-SNAPSHOT.jar
00:57:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes/releng/repository-report/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes/.repository/org/eclipse/orbit/bundles/orbit-repository-report/1.0.0-SNAPSHOT/orbit-repository-report-1.0.0-SNAPSHOT.pom
00:57:46 [INFO] ------------------------------------------------------------------------
00:57:46 [INFO] Reactor Summary for Eclipse Orbit :: Releng 1.0.0-SNAPSHOT:
00:57:46 [INFO] 
00:57:46 [INFO] Eclipse Orbit :: Releng ............................ SUCCESS [  0.201 s]
00:57:46 [INFO] Eclipse Orbit :: P2 Repository ..................... SUCCESS [ 47.260 s]
00:57:46 [INFO] Eclipse Orbit :: P2 Repository (All Content) ....... SUCCESS [ 40.400 s]
00:57:46 [INFO] Eclipse Orbit :: Repository Report ................. SUCCESS [05:56 min]
00:57:46 [INFO] ------------------------------------------------------------------------
00:57:46 [INFO] BUILD SUCCESS
00:57:46 [INFO] ------------------------------------------------------------------------
00:57:46 [INFO] Total time:  07:35 min
00:57:46 [INFO] Finished at: 2023-03-19T00:57:46Z
00:57:46 [INFO] ------------------------------------------------------------------------
Archiving artifacts
Finished: SUCCESS