Manually triggered by user jonah@kichwacoders.com for Gerrit: https://git.eclipse.org/r/c/orbit/orbit-recipes/+/180107 Running as SYSTEM Agent basic-d3x5v is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-d3x5v" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.orbit.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-d3x5v" - 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-d3x5v" - 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.5" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-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-d3x5v in workspace /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/orbit/orbit-recipes.git > git init /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/orbit/orbit-recipes.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/orbit/orbit-recipes.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/orbit/orbit-recipes.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/orbit/orbit-recipes.git # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/orbit/orbit-recipes.git > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/orbit/orbit-recipes.git refs/changes/07/180107/1 # timeout=10 > git rev-parse b31d0efda544d5098a11e745d3716324f7eed749^{commit} # timeout=10 Checking out Revision b31d0efda544d5098a11e745d3716324f7eed749 (refs/changes/07/180107/1) > git config core.sparsecheckout # timeout=10 > git checkout -f b31d0efda544d5098a11e745d3716324f7eed749 # timeout=10 Commit message: "Bug 572876: Sign .jnilib files in JNA so that macOS can notarize" First time build. Skipping changelog. [gerrit-orbit-recipes-signed] $ /opt/tools/apache-maven/3.5.4/bin/mvn -f pom.xml -DGERRIT_BRANCH=master -DGERRIT_PATCHSET_REVISION=b31d0efda544d5098a11e745d3716324f7eed749 -DGERRIT_HOST=gerrit-local -DGERRIT_CHANGE_OWNER_EMAIL=jonah@kichwacoders.com -DGERRIT_CHANGE_URL=https://git.eclipse.org/r/c/orbit/orbit-recipes/+/180107 -DGERRIT_PATCHSET_UPLOADER_EMAIL=jonah@kichwacoders.com -DGERRIT_EVENT_TYPE=patchset-created -DGERRIT_PROJECT=orbit/orbit-recipes -DGERRIT_CHANGE_NUMBER=180107 -DGERRIT_SCHEME=ssh '-DGERRIT_PATCHSET_UPLOADER=\"Jonah Graham\" ' -DGERRIT_PORT=29418 -DGERRIT_CHANGE_PRIVATE_STATE=false -DGERRIT_REFSPEC=refs/changes/07/180107/1 "-DGERRIT_PATCHSET_UPLOADER_NAME=Jonah Graham" '-DGERRIT_CHANGE_OWNER=\"Jonah Graham\" ' -DGERRIT_CHANGE_COMMIT_MESSAGE=QnVnIDU3Mjg3NjogU2lnbiAuam5pbGliIGZpbGVzIGluIEpOQSBzbyB0aGF0IG1hY09TIGNhbiBub3Rhcml6ZQoKQ2hhbmdlLUlkOiBJZDA1NjFjZmY3MTA4OWYyNzk3NDM0NmI2NGI0ZjBjMmE2ZTRmYWJlYQo= "-DGERRIT_NAME=Eclipse Gerrit" -DGERRIT_TOPIC= "-DGERRIT_CHANGE_SUBJECT=Bug 572876: Sign .jnilib files in JNA so that macOS can notarize" -DGERRIT_CHANGE_WIP_STATE=false -DGERRIT_CHANGE_ID=Id0561cff71089f27974346b64b4f0c2a6e4fabea -DGERRIT_EVENT_HASH=1930003284 -DGERRIT_VERSION=3.2.7 -DGERRIT_PATCHSET_NUMBER=1 "-DGERRIT_CHANGE_OWNER_NAME=Jonah Graham" -Declipse-sign=true -Dmaven.repo.local=/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository clean install --batch-mode --update-snapshots Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z) Maven home: /opt/tools/apache-maven/3.5.4 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.10.19-200.fc33.x86_64", arch: "amd64", family: "unix" 13:10:35 [INFO] Scanning for projects... 13:11:42 [INFO] ------------------------------------------------------------------------ 13:11:42 [INFO] Reactor Build Order: 13:11:42 [INFO] 13:11:42 [INFO] Eclipse Orbit :: Bundle Recipes [pom] 13:11:42 [INFO] Eclipse Orbit :: ANTLR Recipes [pom] 13:11:42 [INFO] ANTLR 3 Runtime [eclipse-bundle-recipe] 13:11:42 [INFO] ANTLR 4 Runtime [eclipse-bundle-recipe] 13:11:42 [INFO] ANTLR 4 Runtime [eclipse-bundle-recipe] 13:11:42 [INFO] ANTLR 4 Runtime [eclipse-bundle-recipe] 13:11:42 [INFO] Eclipse Orbit :: args4j Recipes [pom] 13:11:42 [INFO] args4j [eclipse-bundle-recipe] 13:11:42 [INFO] Eclipse Orbit :: ASM Recipes [pom] 13:11:42 [INFO] ASM Core [eclipse-bundle-recipe] 13:11:42 [INFO] ASM Analysis [eclipse-bundle-recipe] 13:11:42 [INFO] ASM Commons [eclipse-bundle-recipe] 13:11:42 [INFO] ASM Tree [eclipse-bundle-recipe] 13:11:42 [INFO] ASM Util [eclipse-bundle-recipe] 13:11:42 [INFO] ASM Core [eclipse-bundle-recipe] 13:11:42 [INFO] ASM Analysis [eclipse-bundle-recipe] 13:11:42 [INFO] ASM Commons [eclipse-bundle-recipe] 13:11:42 [INFO] ASM Tree [eclipse-bundle-recipe] 13:11:42 [INFO] ASM Util [eclipse-bundle-recipe] 13:11:42 [INFO] Eclipse Orbit :: AssertJ Recipes [pom] 13:11:42 [INFO] AssertJ fluent assertions [eclipse-bundle-recipe] 13:11:42 [INFO] Eclipse Orbit :: Apache Recipes [pom] 13:11:42 [INFO] Apache Commons CLI [eclipse-bundle-recipe] 13:11:42 [INFO] Apache Commons Codec [eclipse-bundle-recipe] 13:11:42 [INFO] Apache Commons Collections [eclipse-bundle-recipe] 13:11:42 [INFO] Apache Commons Compress [eclipse-bundle-recipe] 13:11:42 [INFO] Apache Commons CSV [eclipse-bundle-recipe] 13:11:42 [INFO] Apache Commons FileUpload [eclipse-bundle-recipe] 13:11:42 [INFO] Apache Commons IO [eclipse-bundle-recipe] 13:11:42 [INFO] Apache Commons Logging [eclipse-bundle-recipe] 13:11:42 [INFO] Apache Commons Math [eclipse-bundle-recipe] 13:11:42 [INFO] Apache Onami-Configuration [eclipse-bundle-recipe] 13:11:42 [INFO] Apache FontBox [eclipse-bundle-recipe] 13:11:42 [INFO] Apache Preflight [eclipse-bundle-recipe] 13:11:42 [INFO] Apache XmpBox [eclipse-bundle-recipe] 13:11:42 [INFO] Apache PDFBox [eclipse-bundle-recipe] 13:11:42 [INFO] Apache POI [eclipse-bundle-recipe] 13:11:42 [INFO] Apache POI OOXML [eclipse-bundle-recipe] 13:11:42 [INFO] Apache POI OOXML Schemas [eclipse-bundle-recipe] 13:11:42 [INFO] Apache XML Security for Java [eclipse-bundle-recipe] 13:11:42 [INFO] Apache Mina SSHD :: OSGi [eclipse-bundle-recipe] 13:11:42 [INFO] Apache Mina SSHD :: SFTP [eclipse-bundle-recipe] 13:11:42 [INFO] Apache WebServices Common Utilities [eclipse-bundle-recipe] 13:11:42 [INFO] Web Services Inspection Language for Java [eclipse-bundle-recipe] 13:11:42 [INFO] XmlBeans [eclipse-bundle-recipe] 13:11:42 [INFO] Xalan Java [eclipse-bundle-recipe] 13:11:42 [INFO] Xerces2-j [eclipse-bundle-recipe] 13:11:42 [INFO] Eclipse Orbit :: Ant Recipes [pom] 13:11:42 [INFO] Apache Ant (all-in-one) [eclipse-bundle-recipe] 13:11:42 [INFO] Eclipse Orbit :: Batik Recipes [pom] 13:11:42 [INFO] Batik animation engine [eclipse-bundle-recipe] 13:11:42 [INFO] Batik bridge [eclipse-bundle-recipe] 13:11:42 [INFO] Batik image codecs [eclipse-bundle-recipe] 13:11:42 [INFO] org.apache.xmlgraphics:batik-codec [eclipse-bundle-recipe] 13:11:42 [INFO] Batik constants library [eclipse-bundle-recipe] 13:11:42 [INFO] Batik CSS engine [eclipse-bundle-recipe] 13:11:42 [INFO] Batik SVG DOM implementation [eclipse-bundle-recipe] 13:11:42 [INFO] Batik DOM implementation [eclipse-bundle-recipe] 13:11:42 [INFO] Batik AWT utilities [eclipse-bundle-recipe] 13:11:42 [INFO] Batik Extension Support [eclipse-bundle-recipe] 13:11:42 [INFO] Batik Graphics Vector Tree (GVT) [eclipse-bundle-recipe] 13:11:42 [INFO] Batik i18n library [eclipse-bundle-recipe] 13:11:42 [INFO] Batik SVG microsyntax parser [eclipse-bundle-recipe] 13:11:42 [INFO] Batik PDF support [eclipse-bundle-recipe] 13:11:42 [INFO] Batik script language support [eclipse-bundle-recipe] 13:11:42 [INFO] Batik Java2D SVG generator [eclipse-bundle-recipe] 13:11:42 [INFO] Batik SVG Swing components [eclipse-bundle-recipe] 13:11:42 [INFO] Batik SVG transcoder [eclipse-bundle-recipe] 13:11:42 [INFO] Batik GUI utilities [eclipse-bundle-recipe] 13:11:42 [INFO] Batik utility library [eclipse-bundle-recipe] 13:11:42 [INFO] Batik XML utilities [eclipse-bundle-recipe] 13:11:42 [INFO] Batik Shared Resources [eclipse-bundle-recipe] 13:11:42 [INFO] org.apache.xmlgraphics:batik-xml [eclipse-bundle-recipe] 13:11:42 [INFO] org.apache.xmlgraphics:batik-ext [eclipse-bundle-recipe] 13:11:42 [INFO] org.apache.xmlgraphics:batik-awt-util [eclipse-bundle-recipe] 13:11:42 [INFO] org.apache.xmlgraphics:batik-parser [eclipse-bundle-recipe] 13:11:42 [INFO] org.apache.xmlgraphics:batik-dom [eclipse-bundle-recipe] 13:11:42 [INFO] org.apache.xmlgraphics:batik-gvt [eclipse-bundle-recipe] 13:11:42 [INFO] org.apache.xmlgraphics:batik-svggen [eclipse-bundle-recipe] 13:11:42 [INFO] org.apache.xmlgraphics:batik-svg-dom [eclipse-bundle-recipe] 13:11:42 [INFO] org.apache.xmlgraphics:batik-anim [eclipse-bundle-recipe] 13:11:42 [INFO] org.apache.xmlgraphics:batik-script [eclipse-bundle-recipe] 13:11:42 [INFO] org.apache.xmlgraphics:batik-bridge [eclipse-bundle-recipe] 13:11:42 [INFO] org.apache.xmlgraphics:batik-transcoder [eclipse-bundle-recipe] 13:11:42 [INFO] Batik constants library [eclipse-bundle-recipe] 13:11:42 [INFO] Batik CSS engine [eclipse-bundle-recipe] 13:11:42 [INFO] Batik i18n library [eclipse-bundle-recipe] 13:11:42 [INFO] Batik utility library [eclipse-bundle-recipe] 13:11:42 [INFO] Apache XML Graphics Commons [eclipse-bundle-recipe] 13:11:42 [INFO] Eclipse Orbit :: Apache Felix Recipes [pom] 13:11:42 [INFO] Apache Felix Gogo Command 1.1.2 [eclipse-bundle-recipe] 13:11:42 [INFO] Apache Felix Gogo Runtime 1.1.4 [eclipse-bundle-recipe] 13:11:42 [INFO] Apache Felix Gogo Shell 1.1.4 [eclipse-bundle-recipe] 13:11:42 [INFO] Apache Felix Declarative Services [eclipse-bundle-recipe] 13:11:42 [INFO] Eclipse Orbit :: Apache HTTPComponents Recipes [pom] 13:11:42 [INFO] Apache HttpCore NIO [eclipse-bundle-recipe] 13:11:43 [INFO] Apache HttpAsyncClient [eclipse-bundle-recipe] 13:11:43 [INFO] Apache HttpCore [eclipse-bundle-recipe] 13:11:43 [INFO] Apache HttpClient [eclipse-bundle-recipe] 13:11:43 [INFO] Apache HttpClient Windows features [eclipse-bundle-recipe] 13:11:43 [INFO] Apache HttpComponents Core HTTP/1.1 [eclipse-bundle-recipe] 13:11:43 [INFO] Apache HttpComponents Core HTTP/2 [eclipse-bundle-recipe] 13:11:43 [INFO] Apache HttpClient [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: JClouds Recipes [pom] 13:11:43 [INFO] Apache Jclouds OpenStack Components Core [eclipse-bundle-recipe] 13:11:43 [INFO] Apache Jclouds OpenStack Cinder API [eclipse-bundle-recipe] 13:11:43 [INFO] Apache Jclouds OpenStack Keystone API [eclipse-bundle-recipe] 13:11:43 [INFO] Apache Jclouds OpenStack Nova API [eclipse-bundle-recipe] 13:11:43 [INFO] Apache Jclouds OpenStack Neutron API [eclipse-bundle-recipe] 13:11:43 [INFO] Apache Jclouds Swift API [eclipse-bundle-recipe] 13:11:43 [INFO] Apache Jclouds SLF4J Logging Module [eclipse-bundle-recipe] 13:11:43 [INFO] Apache Jclouds Docker API [eclipse-bundle-recipe] 13:11:43 [INFO] Apache Jclouds AWS EC2 API [eclipse-bundle-recipe] 13:11:43 [INFO] Apache Jclouds Cloudwatch API [eclipse-bundle-recipe] 13:11:43 [INFO] Jclouds Components Core [eclipse-bundle-recipe] 13:11:43 [INFO] Jclouds Blobstore Core [eclipse-bundle-recipe] 13:11:43 [INFO] Jclouds Compute Core [eclipse-bundle-recipe] 13:11:43 [INFO] Jclouds Sts Api [eclipse-bundle-recipe] 13:11:43 [INFO] Jclouds Script Builder [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Apache Lucene Recipes [pom] 13:11:43 [INFO] Lucene Core 7.5.0 [eclipse-bundle-recipe] 13:11:43 [INFO] Lucene Common Analyzers 7.5.0 [eclipse-bundle-recipe] 13:11:43 [INFO] Lucene Smart Chinese Analyzer 7.5.0 [eclipse-bundle-recipe] 13:11:43 [INFO] Lucene Miscellaneous 7.5.0 [eclipse-bundle-recipe] 13:11:43 [INFO] Lucene QueryParsers 7.5.0 [eclipse-bundle-recipe] 13:11:43 [INFO] Lucene Core 8.4.1 [eclipse-bundle-recipe] 13:11:43 [INFO] Lucene Common Analyzers 8.4.1 [eclipse-bundle-recipe] 13:11:43 [INFO] Lucene Smart Chinese Analyzer 8.4.1 [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Apache Maven Recipes [pom] 13:11:43 [INFO] Eclipse Orbit :: Apache Maven Resolver (ex-Eclipse Aether) Recipes [pom] 13:11:43 [INFO] Maven Artifact Resolver API [eclipse-bundle-recipe] 13:11:43 [INFO] Maven Artifact Resolver Connector Basic [eclipse-bundle-recipe] 13:11:43 [INFO] Maven Artifact Resolver Implementation [eclipse-bundle-recipe] 13:11:43 [INFO] Maven Artifact Resolver SPI [eclipse-bundle-recipe] 13:11:43 [INFO] Maven Artifact Resolver Transport File [eclipse-bundle-recipe] 13:11:43 [INFO] Maven Artifact Resolver Transport HTTP [eclipse-bundle-recipe] 13:11:43 [INFO] Maven Artifact Resolver Utilities [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: XML-RPC Recipes [pom] 13:11:43 [INFO] Apache XML-RPC Client Library [eclipse-bundle-recipe] 13:11:43 [INFO] Apache XML-RPC Common Library [eclipse-bundle-recipe] 13:11:43 [INFO] Apache XML-RPC Server Library [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Bouncycastle Recipes [pom] 13:11:43 [INFO] Bouncy Castle OpenPGP API [eclipse-bundle-recipe] 13:11:43 [INFO] Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs [eclipse-bundle-recipe] 13:11:43 [INFO] Bouncy Castle Provider [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Byte Buddy Recipes [pom] 13:11:43 [INFO] Byte Buddy (without dependencies) [eclipse-bundle-recipe] 13:11:43 [INFO] Byte Buddy Java agent [eclipse-bundle-recipe] 13:11:43 [INFO] Byte Buddy (without dependencies) [eclipse-bundle-recipe] 13:11:43 [INFO] Byte Buddy Java agent [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: CommonMark Recipes [pom] 13:11:43 [INFO] commonmark-java core [eclipse-bundle-recipe] 13:11:43 [INFO] commonmark-java extension for YAML front matter [eclipse-bundle-recipe] 13:11:43 [INFO] commonmark-java extension for tables [eclipse-bundle-recipe] 13:11:43 [INFO] commonmark-java extension for strikethrough [eclipse-bundle-recipe] 13:11:43 [INFO] commonmark-java extension for image attributes [eclipse-bundle-recipe] 13:11:43 [INFO] commonmark-java extension for (underline) [eclipse-bundle-recipe] 13:11:43 [INFO] commonmark-java extension for task list items [eclipse-bundle-recipe] 13:11:43 [INFO] commonmark-java extension for adding id attributes to h tags [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Apache Recipes [pom] 13:11:43 [INFO] Java Cup Runtime 0.11.20150326 [eclipse-bundle-recipe] 13:11:43 [INFO] Java CUP 0.11.20150326 [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: DRMAA [pom] 13:11:43 [INFO] org.ggf.drmaa [eclipse-bundle-recipe] 13:11:43 [INFO] com.sun.grid.drmaa [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Freemarker Recipes [pom] 13:11:43 [INFO] FreeMarker [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Github Recipes [pom] 13:11:43 [INFO] Eclipse Orbit :: Classgraph Recipes [pom] 13:11:43 [INFO] ClassGraph [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Cronutils Recipes [pom] 13:11:43 [INFO] cron-utils [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Docker Recipes [pom] 13:11:43 [INFO] docker-client [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: EdDSA Recipes [pom] 13:11:43 [INFO] EdDSA-Java [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: EJML Recipes [pom] 13:11:43 [INFO] EJML [eclipse-bundle-recipe] 13:11:43 [INFO] EJML [eclipse-bundle-recipe] 13:11:43 [INFO] EJML [eclipse-bundle-recipe] 13:11:43 [INFO] EJML [eclipse-bundle-recipe] 13:11:43 [INFO] EJML [eclipse-bundle-recipe] 13:11:43 [INFO] EJML [eclipse-bundle-recipe] 13:11:43 [INFO] EJML [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Java Diff Utils Recipes [pom] 13:11:43 [INFO] Java Diff Utils [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: JavaEWAH Recipes [pom] 13:11:43 [INFO] JavaEWAH [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: JNR Recipes [pom] 13:11:43 [INFO] jnr-constants [eclipse-bundle-recipe] 13:11:43 [INFO] jnr-enxio [eclipse-bundle-recipe] 13:11:43 [INFO] jnr-ffi [eclipse-bundle-recipe] 13:11:43 [INFO] jffi [eclipse-bundle-recipe] 13:11:43 [INFO] jffi [eclipse-bundle-recipe] 13:11:43 [INFO] jnr-posix [eclipse-bundle-recipe] 13:11:43 [INFO] jnr-unixsocket [eclipse-bundle-recipe] 13:11:43 [INFO] jnr-x86asm [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: JRuby Recipes [pom] 13:11:43 [INFO] JCodings [eclipse-bundle-recipe] 13:11:43 [INFO] Joni [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: JSoup Recipes [pom] 13:11:43 [INFO] jsoup [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: MongoDB Recipes [pom] 13:11:43 [INFO] MongoDB Java Driver [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Mozilla Recipes [pom] 13:11:43 [INFO] rhino [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: OSHI Recipes [pom] 13:11:43 [INFO] oshi-core [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Unirest-Java Recipes [pom] 13:11:43 [INFO] com.konghq.unirest-java [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Virtuald Recipes [pom] 13:11:43 [INFO] curvesapi [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Glassfish Recipes [pom] 13:11:43 [INFO] Eclipse Orbit :: Glassfish HK2 Recipes [pom] 13:11:43 [INFO] HK2 API module [eclipse-bundle-recipe] 13:11:43 [INFO] ASM library repackaged as OSGi bundle [eclipse-bundle-recipe] 13:11:43 [INFO] ServiceLocator Default Implementation [eclipse-bundle-recipe] 13:11:43 [INFO] OSGi resource locator [eclipse-bundle-recipe] 13:11:43 [INFO] HK2 Implementation Utilities [eclipse-bundle-recipe] 13:11:43 [INFO] HK2 API module [eclipse-bundle-recipe] 13:11:43 [INFO] ServiceLocator Default Implementation [eclipse-bundle-recipe] 13:11:43 [INFO] HK2 Implementation Utilities [eclipse-bundle-recipe] 13:11:43 [INFO] OSGi resource locator [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Glassfish Jersey Recipes [pom] 13:11:43 [INFO] jersey-connectors-apache [eclipse-bundle-recipe] 13:11:43 [INFO] jersey-container-servlet [eclipse-bundle-recipe] 13:11:43 [INFO] jersey-container-servlet-core [eclipse-bundle-recipe] 13:11:43 [INFO] jersey-core-client [eclipse-bundle-recipe] 13:11:43 [INFO] jersey-core-common [eclipse-bundle-recipe] 13:11:43 [INFO] jersey-core-server [eclipse-bundle-recipe] 13:11:43 [INFO] jersey-ext-entity-filtering [eclipse-bundle-recipe] 13:11:43 [INFO] jersey-inject-hk2 [eclipse-bundle-recipe] 13:11:43 [INFO] jersey-media-json-jackson [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: GlazedLists Recipes [pom] 13:11:43 [INFO] GlazedLists [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Google Recipes [pom] 13:11:43 [INFO] Closure Compiler [eclipse-bundle-recipe] 13:11:43 [INFO] Guava: Google Core Libraries for Java [eclipse-bundle-recipe] 13:11:43 [INFO] Guava: Google Core Libraries for Java [eclipse-bundle-recipe] 13:11:43 [INFO] Gson: Google Json Library for Java [eclipse-bundle-recipe] 13:11:43 [INFO] Gson: Google Json Library for Java [eclipse-bundle-recipe] 13:11:43 [INFO] Google Data Java Client Library [eclipse-bundle-recipe] 13:11:43 [INFO] Google Guice - Core Library [eclipse-bundle-recipe] 13:11:43 [INFO] Google Guice - Extensions - AssistedInject [eclipse-bundle-recipe] 13:11:43 [INFO] Flogger [eclipse-bundle-recipe] 13:11:43 [INFO] Flogger System Backend [eclipse-bundle-recipe] 13:11:43 [INFO] Flogger Testing [eclipse-bundle-recipe] 13:11:43 [INFO] Google OAuth Client Library for Java [eclipse-bundle-recipe] 13:11:43 [INFO] Java 6 (and higher) extensions to the Google OAuth Client Library for Java. [eclipse-bundle-recipe] 13:11:43 [INFO] OAuth 2.0 verification code receiver for Google OAuth Client Library for Java. [eclipse-bundle-recipe] 13:11:43 [INFO] com.google.api.client-auth [eclipse-bundle-recipe] 13:11:43 [INFO] com.google.api.client-auth-oauth2 [eclipse-bundle-recipe] 13:11:43 [INFO] com.google.api.client-util [eclipse-bundle-recipe] 13:11:43 [INFO] com.google.api.client-escape [eclipse-bundle-recipe] 13:11:43 [INFO] com.google.api.client-repackaged-com-google-common-base [eclipse-bundle-recipe] 13:11:43 [INFO] com.google.api.client-json [eclipse-bundle-recipe] 13:11:43 [INFO] com.google.api.client-http [eclipse-bundle-recipe] 13:11:43 [INFO] Google Auth Library for Java - OAuth2 HTTP [eclipse-bundle-recipe] 13:11:43 [INFO] Google Auth Library for Java - Credentials [eclipse-bundle-recipe] 13:11:43 [INFO] AutoValue Annotations [eclipse-bundle-recipe] 13:11:43 [INFO] Google HTTP Client Library for Java [eclipse-bundle-recipe] 13:11:43 [INFO] Jackson 2 extensions to the Google HTTP Client Library for Java. [eclipse-bundle-recipe] 13:11:43 [INFO] J2ObjC Annotations [eclipse-bundle-recipe] 13:11:43 [INFO] io.grpc:grpc-context [eclipse-bundle-recipe] 13:11:43 [INFO] OpenCensus API [eclipse-bundle-recipe] 13:11:43 [INFO] OpenCensus Contrib HTTP Utils [eclipse-bundle-recipe] 13:11:43 [INFO] org.conscrypt:conscrypt-openjdk-uber [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: GraphQL Recipes [pom] 13:11:43 [INFO] java-dataloader [eclipse-bundle-recipe] 13:11:43 [INFO] graphql-java [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Hamcrest Recipes [pom] 13:11:43 [INFO] Hamcrest Core [eclipse-bundle-recipe] 13:11:43 [INFO] Hamcrest library [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Hsqldb Recipes [pom] 13:11:43 [INFO] HyperSQL Database [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: ICU4J Recipes [pom] 13:11:43 [INFO] ICU4J 67.1 [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Immutables Recipes [pom] 13:11:43 [INFO] org.immutables.value [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Jackson Recipes [pom] 13:11:43 [INFO] Jackson-annotations [eclipse-bundle-recipe] 13:11:43 [INFO] Jackson-core [eclipse-bundle-recipe] 13:11:43 [INFO] jackson-databind [eclipse-bundle-recipe] 13:11:43 [INFO] Jackson datatype: Guava [eclipse-bundle-recipe] 13:11:43 [INFO] Jackson-JAXRS-base [eclipse-bundle-recipe] 13:11:43 [INFO] Jackson-JAXRS-JSON [eclipse-bundle-recipe] 13:11:43 [INFO] Jackson module: JAXB Annotations [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: JaCoCo Recipes [pom] 13:11:43 [INFO] JaCoCo Agent [eclipse-bundle-recipe] 13:11:43 [INFO] JaCoCo Core [eclipse-bundle-recipe] 13:11:43 [INFO] JaCoCo Report [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: javax Recipes [pom] 13:11:43 [INFO] Jakarta Activation [eclipse-bundle-recipe] 13:11:43 [INFO] Jakarta Activation [eclipse-bundle-recipe] 13:11:43 [INFO] Jakarta Activation API jar [eclipse-bundle-recipe] 13:11:43 [INFO] Jakarta Activation API jar [eclipse-bundle-recipe] 13:11:43 [INFO] Jakarta Expression Language API [eclipse-bundle-recipe] 13:11:43 [INFO] Jakarta Servlet [eclipse-bundle-recipe] 13:11:43 [INFO] Jakarta Server Pages API [eclipse-bundle-recipe] 13:11:43 [INFO] Jakarta Annotations API [eclipse-bundle-recipe] 13:11:43 [INFO] Bean Validation API [eclipse-bundle-recipe] 13:11:43 [INFO] Jakarta XML Binding API [eclipse-bundle-recipe] 13:11:43 [INFO] Jakarta WebSocket - Server API [eclipse-bundle-recipe] 13:11:43 [INFO] jakarta.ws.rs-api [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: jaxb Recipes [pom] 13:11:43 [INFO] com.sun.xml.bind [eclipse-bundle-recipe] 13:11:43 [INFO] Old JAXB Runtime [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: JCraft Recipes [pom] 13:11:43 [INFO] JSch [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Jini Recipes [pom] 13:11:43 [INFO] Jini Jini Core Jar [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: JNA Recipes [pom] 13:11:43 [INFO] Java Native Access [eclipse-bundle-recipe] 13:11:43 [INFO] Java Native Access Platform [eclipse-bundle-recipe] 13:11:43 [INFO] Java Native Access [eclipse-bundle-recipe] 13:11:43 [INFO] Java Native Access Platform [eclipse-bundle-recipe] 13:11:43 [INFO] Java Native Access [eclipse-bundle-recipe] 13:11:43 [INFO] Java Native Access Platform [eclipse-bundle-recipe] 13:11:43 [INFO] Java Native Access [eclipse-bundle-recipe] 13:11:43 [INFO] Java Native Access Platform [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: JUnit Recipes [pom] 13:11:43 [INFO] Eclipse Orbit :: JUnit 4 Recipes [pom] 13:11:43 [INFO] JUnit [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: JUnit 5.7.1 Recipes [pom] 13:11:43 [INFO] JUnit Jupiter API [eclipse-bundle-recipe] 13:11:43 [INFO] JUnit Jupiter Engine [eclipse-bundle-recipe] 13:11:43 [INFO] JUnit Jupiter Migration Support [eclipse-bundle-recipe] 13:11:43 [INFO] JUnit Jupiter Params [eclipse-bundle-recipe] 13:11:43 [INFO] JUnit Platform Commons [eclipse-bundle-recipe] 13:11:43 [INFO] JUnit Platform Engine API [eclipse-bundle-recipe] 13:11:43 [INFO] JUnit Platform Launcher [eclipse-bundle-recipe] 13:11:43 [INFO] JUnit Platform Runner [eclipse-bundle-recipe] 13:11:43 [INFO] JUnit Platform Suite API [eclipse-bundle-recipe] 13:11:43 [INFO] JUnit Vintage Engine [eclipse-bundle-recipe] 13:11:43 [INFO] org.opentest4j:opentest4j [eclipse-bundle-recipe] 13:11:43 [INFO] org.apiguardian:apiguardian-api [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Knowm Recipes [pom] 13:11:43 [INFO] XChart [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Logging Recipes [pom] 13:11:43 [INFO] SLF4J API Module [eclipse-bundle-recipe] 13:11:43 [INFO] JCL 1.2 implemented over SLF4J [eclipse-bundle-recipe] 13:11:43 [INFO] Log4j Implemented Over SLF4J [eclipse-bundle-recipe] 13:11:43 [INFO] SLF4J LOG4J-12 Binding [eclipse-bundle-recipe] 13:11:43 [INFO] SLF4J NOP Binding [eclipse-bundle-recipe] 13:11:43 [INFO] SLF4J Simple Binding [eclipse-bundle-recipe] 13:11:43 [INFO] JUL to SLF4J bridge [eclipse-bundle-recipe] 13:11:43 [INFO] SLF4J Extensions Module [eclipse-bundle-recipe] 13:11:43 [INFO] Logback Core Module [eclipse-bundle-recipe] 13:11:43 [INFO] Logback Classic Module [eclipse-bundle-recipe] 13:11:43 [INFO] Logback SLF4J Binding [eclipse-bundle-recipe] 13:11:43 [INFO] JBoss Logging [eclipse-bundle-recipe] 13:11:43 [INFO] Apache Log4j 2 [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Mockito Recipes [pom] 13:11:43 [INFO] Eclipse Orbit :: Mockito 2 Recipes [pom] 13:11:43 [INFO] Mockito 2 [eclipse-bundle-recipe] 13:11:43 [INFO] Mockito 2 [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Netty Recipes [pom] 13:11:43 [INFO] Netty/Common [eclipse-bundle-recipe] 13:11:43 [INFO] Netty/Buffer [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Objenesis Recipes [pom] 13:11:43 [INFO] Objenesis [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Reactive Streams Recipes [pom] 13:11:43 [INFO] reactive-streams [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: SnakeYAML Recipes [pom] 13:11:43 [INFO] SnakeYAML [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Sourceforge Recipes [pom] 13:11:43 [INFO] net.sourceforge.plantuml [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Tukaani Recipes [pom] 13:11:43 [INFO] XZ for Java [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: Units Of Measurement Recipes [pom] 13:11:43 [INFO] Units of Measurement API [eclipse-bundle-recipe] 13:11:43 [INFO] Eclipse Orbit :: XML API Recipes [pom] 13:11:43 [INFO] DOM4J [eclipse-bundle-recipe] 13:11:43 [INFO] DOM4J [eclipse-bundle-recipe] 13:11:43 [INFO] jaxen [eclipse-bundle-recipe] 13:11:43 [INFO] JDOM [eclipse-bundle-recipe] 13:11:43 [INFO] 13:11:43 [INFO] --------------< org.eclipse.orbit.bundles:orbit-recipes >--------------- 13:11:43 [INFO] Building Eclipse Orbit :: Bundle Recipes 1.0.0-SNAPSHOT [1/376] 13:11:43 [INFO] --------------------------------[ pom ]--------------------------------- 13:11:46 [INFO] 13:11:46 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ orbit-recipes --- 13:11:48 [INFO] 13:11:48 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ orbit-recipes --- 13:11:48 [INFO] 13:11:48 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ orbit-recipes --- 13:11:48 [INFO] 13:11:48 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ orbit-recipes --- 13:11:53 [INFO] 13:11:53 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ orbit-recipes --- 13:11:53 [INFO] 13:11:53 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ orbit-recipes --- 13:11:54 [INFO] 13:11:54 [INFO] --- maven-install-plugin:2.4:install (default-install) @ orbit-recipes --- 13:11:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/orbit-recipes/1.0.0-SNAPSHOT/orbit-recipes-1.0.0-SNAPSHOT.pom 13:11:56 [INFO] 13:11:56 [INFO] ------------------< org.eclipse.orbit.bundles:antlr >------------------- 13:11:56 [INFO] Building Eclipse Orbit :: ANTLR Recipes 1.0.0-SNAPSHOT [2/376] 13:11:56 [INFO] --------------------------------[ pom ]--------------------------------- 13:11:56 [INFO] 13:11:56 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ antlr --- 13:11:56 [INFO] 13:11:56 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ antlr --- 13:11:56 [INFO] 13:11:56 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ antlr --- 13:11:56 [INFO] 13:11:56 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ antlr --- 13:11:56 [INFO] 13:11:56 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ antlr --- 13:11:56 [INFO] 13:11:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ antlr --- 13:11:56 [INFO] 13:11:56 [INFO] --- maven-install-plugin:2.4:install (default-install) @ antlr --- 13:11:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/antlr/1.0.0-SNAPSHOT/antlr-1.0.0-SNAPSHOT.pom 13:11:56 [INFO] 13:11:56 [INFO] ------------< org.eclipse.orbit.bundles:org.antlr.runtime >------------- 13:11:56 [INFO] Building ANTLR 3 Runtime 3.5.2-SNAPSHOT [3/376] 13:11:56 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:11:59 [INFO] 13:11:59 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.antlr.runtime --- 13:11:59 [INFO] 13:11:59 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.antlr.runtime --- 13:12:06 [INFO] The project's OSGi version is 3.5.2.v20200724-1452 13:12:06 [INFO] 13:12:06 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.antlr.runtime --- 13:12:06 [INFO] 13:12:06 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.antlr.runtime --- 13:12:07 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:12:07 [INFO] Copying 3 resources 13:12:07 [INFO] 13:12:07 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.antlr.runtime --- 13:12:13 [INFO] No sources to compile 13:12:13 [INFO] 13:12:13 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.antlr.runtime --- 13:12:13 [INFO] Gathering dependencies 13:12:32 [INFO] Configured Artifact: org.antlr:antlr-runtime:3.5.2:jar 13:12:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_3.5.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:12:32 [INFO] Merging collected dependencies 13:12:32 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:12:32 [INFO] Copying 118 resources 13:12:32 [INFO] Generating OSGi MANIFEST.MF 13:12:33 [WARNING] Manifest org.eclipse.orbit.bundles:org.antlr.runtime:eclipse-bundle-recipe:3.5.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_3.5.2/target/org.antlr.runtime-3.5.2-SNAPSHOT.jar 13:12:33 [INFO] Gathering sources 13:12:33 [INFO] Configured Artifact: org.antlr:antlr-runtime:sources:3.5.2:jar 13:12:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_3.5.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:12:33 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:12:33 [INFO] Copying 3 resources 13:12:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_3.5.2/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_3.5.2/target/org.antlr.runtime-3.5.2-SNAPSHOT-sources.jar 13:12:42 [INFO] Assembling p2 repository 13:12:42 [INFO] 13:12:42 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.antlr.runtime --- 13:12:42 [INFO] 13:12:42 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.antlr.runtime --- 13:12:42 [INFO] Discovering license information from existing ip_log.xml 13:12:42 [INFO] Discovered license 'New BSD license' for artifact org.antlr:antlr-runtime:3.5.2. 13:12:42 [INFO] Gathering sources archives 13:12:42 [INFO] Configured Artifact: org.antlr:antlr-runtime:sources:3.5.2:jar 13:12:42 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:12:57 [INFO] Configured Artifact: org.antlr:antlr-runtime:sources:3.5.2:jar 13:12:57 [INFO] Copying antlr-runtime-3.5.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_3.5.2/target/sources-for-eclipse-ipzilla/antlr-runtime-3.5.2-sources.jar 13:12:57 [INFO] Refreshing about files and about.html 13:12:57 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:12:57 [INFO] Refreshing ip_log.xml 13:12:57 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_3.5.2/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:12:57 [INFO] 13:12:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.antlr.runtime --- 13:12:57 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_3.5.2/target/org.antlr.runtime-3.5.2-SNAPSHOT.jar 13:12:57 [INFO] 13:12:57 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.antlr.runtime --- 13:12:57 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_3.5.2/target/org.antlr.runtime-3.5.2-SNAPSHOT.jar 13:12:59 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_3.5.2/target/org.antlr.runtime-3.5.2-SNAPSHOT-sources.jar 13:13:00 [INFO] 13:13:00 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.antlr.runtime --- 13:13:00 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_3.5.2/target/org.antlr.runtime-3.5.2-SNAPSHOT.jar 13:13:00 [INFO] 13:13:00 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.antlr.runtime --- 13:13:00 [INFO] 13:13:00 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.antlr.runtime --- 13:13:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_3.5.2/target/org.antlr.runtime-3.5.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT.jar 13:13:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_3.5.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT.pom 13:13:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT-sources.jar 13:13:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_3.5.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT-p2metadata.xml 13:13:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_3.5.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT-p2artifacts.xml 13:13:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_3.5.2/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT-ip_log.xml 13:13:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_3.5.2/target/org.antlr.runtime-3.5.2-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT-pack200.jar.pack.gz 13:13:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_3.5.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT-p2metadata.xml 13:13:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_3.5.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT-p2artifacts.xml 13:13:01 [INFO] 13:13:01 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.antlr.runtime --- 13:13:01 [INFO] 13:13:01 [INFO] ------------< org.eclipse.orbit.bundles:org.antlr.runtime >------------- 13:13:01 [INFO] Building ANTLR 4 Runtime 4.5.1-SNAPSHOT [4/376] 13:13:01 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:13:01 [INFO] 13:13:01 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.antlr.runtime --- 13:13:01 [INFO] 13:13:01 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.antlr.runtime --- 13:13:01 [INFO] The project's OSGi version is 4.5.1.v20160210-1233 13:13:01 [INFO] 13:13:01 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.antlr.runtime --- 13:13:01 [INFO] 13:13:01 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.antlr.runtime --- 13:13:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:01 [INFO] Copying 3 resources 13:13:01 [INFO] 13:13:01 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.antlr.runtime --- 13:13:01 [INFO] No sources to compile 13:13:01 [INFO] 13:13:01 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.antlr.runtime --- 13:13:01 [INFO] Gathering dependencies 13:13:01 [INFO] Configured Artifact: org.antlr:antlr4-runtime:4.5.1-1:jar 13:13:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.5.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:01 [INFO] Merging collected dependencies 13:13:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:01 [INFO] Copying 200 resources 13:13:01 [INFO] Generating OSGi MANIFEST.MF 13:13:01 [WARNING] Manifest org.eclipse.orbit.bundles:org.antlr.runtime:eclipse-bundle-recipe:4.5.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.5.1/target/org.antlr.runtime-4.5.1-SNAPSHOT.jar 13:13:01 [INFO] Gathering sources 13:13:01 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.5.1-1:jar 13:13:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/antlr/org.antlr.runtime_4.5.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:01 [INFO] Copying 3 resources 13:13:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.5.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.5.1/target/org.antlr.runtime-4.5.1-SNAPSHOT-sources.jar 13:13:01 [INFO] Assembling p2 repository 13:13:02 [INFO] 13:13:02 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.antlr.runtime --- 13:13:02 [INFO] 13:13:02 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.antlr.runtime --- 13:13:02 [INFO] Discovering license information from existing ip_log.xml 13:13:02 [INFO] Discovered license 'New BSD license' for artifact org.antlr:antlr4-runtime:4.5.1-1. 13:13:02 [INFO] Gathering sources archives 13:13:02 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.5.1-1:jar 13:13:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:13:02 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.5.1-1:jar 13:13:02 [INFO] Copying antlr4-runtime-4.5.1-1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.5.1/target/sources-for-eclipse-ipzilla/antlr4-runtime-4.5.1-1-sources.jar 13:13:02 [INFO] Refreshing about files and about.html 13:13:02 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:13:02 [INFO] Refreshing ip_log.xml 13:13:02 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.5.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:13:02 [INFO] 13:13:02 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.antlr.runtime --- 13:13:02 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.5.1/target/org.antlr.runtime-4.5.1-SNAPSHOT.jar 13:13:02 [INFO] 13:13:02 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.antlr.runtime --- 13:13:02 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.5.1/target/org.antlr.runtime-4.5.1-SNAPSHOT.jar 13:13:04 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.5.1/target/org.antlr.runtime-4.5.1-SNAPSHOT-sources.jar 13:13:05 [INFO] 13:13:05 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.antlr.runtime --- 13:13:05 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.5.1/target/org.antlr.runtime-4.5.1-SNAPSHOT.jar 13:13:06 [INFO] 13:13:06 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.antlr.runtime --- 13:13:06 [INFO] 13:13:06 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.antlr.runtime --- 13:13:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.5.1/target/org.antlr.runtime-4.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT.jar 13:13:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.5.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT.pom 13:13:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT-sources.jar 13:13:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.5.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT-p2metadata.xml 13:13:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.5.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT-p2artifacts.xml 13:13:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.5.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT-ip_log.xml 13:13:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.5.1/target/org.antlr.runtime-4.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT-pack200.jar.pack.gz 13:13:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.5.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT-p2metadata.xml 13:13:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.5.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT-p2artifacts.xml 13:13:06 [INFO] 13:13:06 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.antlr.runtime --- 13:13:06 [INFO] 13:13:06 [INFO] ------------< org.eclipse.orbit.bundles:org.antlr.runtime >------------- 13:13:06 [INFO] Building ANTLR 4 Runtime 4.7.1-SNAPSHOT [5/376] 13:13:06 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:13:06 [INFO] 13:13:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.antlr.runtime --- 13:13:06 [INFO] 13:13:06 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.antlr.runtime --- 13:13:06 [INFO] The project's OSGi version is 4.7.1.v20181120-0808 13:13:06 [INFO] 13:13:06 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.antlr.runtime --- 13:13:06 [INFO] 13:13:06 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.antlr.runtime --- 13:13:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:06 [INFO] Copying 3 resources 13:13:06 [INFO] 13:13:06 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.antlr.runtime --- 13:13:06 [INFO] No sources to compile 13:13:06 [INFO] 13:13:06 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.antlr.runtime --- 13:13:06 [INFO] Gathering dependencies 13:13:06 [INFO] Configured Artifact: org.antlr:antlr4-runtime:4.7.1:jar 13:13:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:06 [INFO] Merging collected dependencies 13:13:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:06 [INFO] Copying 221 resources 13:13:06 [INFO] Generating OSGi MANIFEST.MF 13:13:06 [WARNING] Manifest org.eclipse.orbit.bundles:org.antlr.runtime:eclipse-bundle-recipe:4.7.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.1/target/org.antlr.runtime-4.7.1-SNAPSHOT.jar 13:13:06 [INFO] Gathering sources 13:13:06 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.7.1:jar 13:13:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:06 [INFO] Copying 3 resources 13:13:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.1/target/org.antlr.runtime-4.7.1-SNAPSHOT-sources.jar 13:13:06 [INFO] Assembling p2 repository 13:13:07 [INFO] 13:13:07 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.antlr.runtime --- 13:13:07 [INFO] 13:13:07 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.antlr.runtime --- 13:13:07 [INFO] Discovering license information from existing ip_log.xml 13:13:07 [INFO] Discovered license 'New BSD license' for artifact org.antlr:antlr4-runtime:4.7.1. 13:13:07 [INFO] Gathering sources archives 13:13:07 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.7.1:jar 13:13:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:13:07 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.7.1:jar 13:13:07 [INFO] Copying antlr4-runtime-4.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.1/target/sources-for-eclipse-ipzilla/antlr4-runtime-4.7.1-sources.jar 13:13:07 [INFO] Refreshing about files and about.html 13:13:07 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:13:07 [INFO] Refreshing ip_log.xml 13:13:07 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:13:07 [INFO] 13:13:07 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.antlr.runtime --- 13:13:07 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.1/target/org.antlr.runtime-4.7.1-SNAPSHOT.jar 13:13:07 [INFO] 13:13:07 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.antlr.runtime --- 13:13:07 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.1/target/org.antlr.runtime-4.7.1-SNAPSHOT.jar 13:13:09 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.1/target/org.antlr.runtime-4.7.1-SNAPSHOT-sources.jar 13:13:11 [INFO] 13:13:11 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.antlr.runtime --- 13:13:11 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.1/target/org.antlr.runtime-4.7.1-SNAPSHOT.jar 13:13:11 [INFO] 13:13:11 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.antlr.runtime --- 13:13:11 [INFO] 13:13:11 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.antlr.runtime --- 13:13:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.1/target/org.antlr.runtime-4.7.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT.jar 13:13:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT.pom 13:13:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT-sources.jar 13:13:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT-p2metadata.xml 13:13:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT-p2artifacts.xml 13:13:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT-ip_log.xml 13:13:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.1/target/org.antlr.runtime-4.7.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT-pack200.jar.pack.gz 13:13:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT-p2metadata.xml 13:13:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT-p2artifacts.xml 13:13:12 [INFO] 13:13:12 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.antlr.runtime --- 13:13:12 [INFO] 13:13:12 [INFO] ------------< org.eclipse.orbit.bundles:org.antlr.runtime >------------- 13:13:12 [INFO] Building ANTLR 4 Runtime 4.7.2-SNAPSHOT [6/376] 13:13:12 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:13:13 [INFO] 13:13:13 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.antlr.runtime --- 13:13:13 [INFO] 13:13:13 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.antlr.runtime --- 13:13:13 [INFO] The project's OSGi version is 4.7.2.v20200218-0804 13:13:13 [INFO] 13:13:13 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.antlr.runtime --- 13:13:13 [INFO] 13:13:13 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.antlr.runtime --- 13:13:13 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:13 [INFO] Copying 3 resources 13:13:13 [INFO] 13:13:13 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.antlr.runtime --- 13:13:13 [INFO] No sources to compile 13:13:13 [INFO] 13:13:13 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.antlr.runtime --- 13:13:13 [INFO] Gathering dependencies 13:13:13 [INFO] Configured Artifact: org.antlr:antlr4-runtime:4.7.2:jar 13:13:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:13 [INFO] Merging collected dependencies 13:13:13 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:13 [INFO] Copying 221 resources 13:13:13 [INFO] Generating OSGi MANIFEST.MF 13:13:13 [WARNING] Manifest org.eclipse.orbit.bundles:org.antlr.runtime:eclipse-bundle-recipe:4.7.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.2/target/org.antlr.runtime-4.7.2-SNAPSHOT.jar 13:13:13 [INFO] Gathering sources 13:13:13 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.7.2:jar 13:13:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:14 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:14 [INFO] Copying 3 resources 13:13:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.2/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.2/target/org.antlr.runtime-4.7.2-SNAPSHOT-sources.jar 13:13:14 [INFO] Assembling p2 repository 13:13:15 [INFO] 13:13:15 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.antlr.runtime --- 13:13:15 [INFO] 13:13:15 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.antlr.runtime --- 13:13:15 [INFO] Discovering license information from existing ip_log.xml 13:13:15 [INFO] Discovered license 'New BSD license' for artifact org.antlr:antlr4-runtime:4.7.2. 13:13:15 [INFO] Gathering sources archives 13:13:15 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.7.2:jar 13:13:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:13:15 [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.7.2:jar 13:13:15 [INFO] Copying antlr4-runtime-4.7.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.2/target/sources-for-eclipse-ipzilla/antlr4-runtime-4.7.2-sources.jar 13:13:15 [INFO] Refreshing about files and about.html 13:13:15 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:13:15 [INFO] Refreshing ip_log.xml 13:13:15 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.2/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:13:15 [INFO] 13:13:15 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.antlr.runtime --- 13:13:15 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.2/target/org.antlr.runtime-4.7.2-SNAPSHOT.jar 13:13:15 [INFO] 13:13:15 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.antlr.runtime --- 13:13:15 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.2/target/org.antlr.runtime-4.7.2-SNAPSHOT.jar 13:13:17 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.2/target/org.antlr.runtime-4.7.2-SNAPSHOT-sources.jar 13:13:19 [INFO] 13:13:19 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.antlr.runtime --- 13:13:19 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.2/target/org.antlr.runtime-4.7.2-SNAPSHOT.jar 13:13:19 [INFO] 13:13:19 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.antlr.runtime --- 13:13:19 [INFO] 13:13:19 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.antlr.runtime --- 13:13:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.2/target/org.antlr.runtime-4.7.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT.jar 13:13:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT.pom 13:13:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT-sources.jar 13:13:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT-p2metadata.xml 13:13:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT-p2artifacts.xml 13:13:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.2/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT-ip_log.xml 13:13:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.2/target/org.antlr.runtime-4.7.2-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT-pack200.jar.pack.gz 13:13:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT-p2metadata.xml 13:13:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/antlr/org.antlr.runtime_4.7.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT-p2artifacts.xml 13:13:19 [INFO] 13:13:19 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.antlr.runtime --- 13:13:19 [INFO] 13:13:19 [INFO] ------------------< org.eclipse.orbit.bundles:args4j >------------------ 13:13:19 [INFO] Building Eclipse Orbit :: args4j Recipes 1.0.0-SNAPSHOT [7/376] 13:13:19 [INFO] --------------------------------[ pom ]--------------------------------- 13:13:19 [INFO] 13:13:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ args4j --- 13:13:19 [INFO] 13:13:19 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ args4j --- 13:13:19 [INFO] 13:13:19 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ args4j --- 13:13:19 [INFO] 13:13:19 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ args4j --- 13:13:19 [INFO] 13:13:19 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ args4j --- 13:13:19 [INFO] 13:13:19 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ args4j --- 13:13:19 [INFO] 13:13:19 [INFO] --- maven-install-plugin:2.4:install (default-install) @ args4j --- 13:13:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/args4j/1.0.0-SNAPSHOT/args4j-1.0.0-SNAPSHOT.pom 13:13:19 [INFO] 13:13:19 [INFO] ------------< org.eclipse.orbit.bundles:org.kohsuke.args4j >------------ 13:13:19 [INFO] Building args4j 2.33.0-SNAPSHOT [8/376] 13:13:19 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:13:19 [INFO] 13:13:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.kohsuke.args4j --- 13:13:19 [INFO] 13:13:19 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.kohsuke.args4j --- 13:13:19 [INFO] The project's OSGi version is 2.33.0.v20160323-2218 13:13:19 [INFO] 13:13:19 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.kohsuke.args4j --- 13:13:19 [INFO] 13:13:19 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.kohsuke.args4j --- 13:13:19 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:19 [INFO] Copying 3 resources 13:13:19 [INFO] 13:13:19 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.kohsuke.args4j --- 13:13:19 [INFO] No sources to compile 13:13:19 [INFO] 13:13:19 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.kohsuke.args4j --- 13:13:19 [INFO] Gathering dependencies 13:13:19 [INFO] Configured Artifact: args4j:args4j:2.33:jar 13:13:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/args4j/args4j/2.33/args4j-2.33.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/org.kohsuke.args4j_2.33.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:19 [INFO] Merging collected dependencies 13:13:19 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:19 [INFO] Copying 149 resources 13:13:19 [INFO] Generating OSGi MANIFEST.MF 13:13:19 [WARNING] Manifest org.eclipse.orbit.bundles:org.kohsuke.args4j:eclipse-bundle-recipe:2.33.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/org.kohsuke.args4j_2.33.0/target/org.kohsuke.args4j-2.33.0-SNAPSHOT.jar 13:13:19 [INFO] Gathering sources 13:13:19 [INFO] Configured Artifact: args4j:args4j:sources:2.33:jar 13:13:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/args4j/args4j/2.33/args4j-2.33-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/org.kohsuke.args4j_2.33.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:19 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:19 [INFO] Copying 3 resources 13:13:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/org.kohsuke.args4j_2.33.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/org.kohsuke.args4j_2.33.0/target/org.kohsuke.args4j-2.33.0-SNAPSHOT-sources.jar 13:13:19 [INFO] Assembling p2 repository 13:13:20 [INFO] 13:13:20 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.kohsuke.args4j --- 13:13:20 [INFO] 13:13:20 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.kohsuke.args4j --- 13:13:20 [INFO] Discovering license information from existing ip_log.xml 13:13:20 [INFO] Discovered license 'MIT license' for artifact args4j:args4j:2.33. 13:13:20 [INFO] Gathering sources archives 13:13:20 [INFO] Configured Artifact: args4j:args4j:sources:2.33:jar 13:13:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/args4j/args4j/2.33/args4j-2.33-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/org.kohsuke.args4j_2.33.0/target/sources-for-eclipse-ipzilla/args4j-2.33-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:20 [INFO] Configured Artifact: args4j:args4j:sources:2.33:jar 13:13:20 [INFO] Copying args4j-2.33-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/org.kohsuke.args4j_2.33.0/target/sources-for-eclipse-ipzilla/args4j-2.33-sources.jar 13:13:20 [INFO] Refreshing about files and about.html 13:13:20 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:13:20 [INFO] Refreshing ip_log.xml 13:13:20 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/org.kohsuke.args4j_2.33.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:13:20 [INFO] 13:13:20 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.kohsuke.args4j --- 13:13:20 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/org.kohsuke.args4j_2.33.0/target/org.kohsuke.args4j-2.33.0-SNAPSHOT.jar 13:13:20 [INFO] 13:13:20 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.kohsuke.args4j --- 13:13:20 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/org.kohsuke.args4j_2.33.0/target/org.kohsuke.args4j-2.33.0-SNAPSHOT.jar 13:13:21 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/org.kohsuke.args4j_2.33.0/target/org.kohsuke.args4j-2.33.0-SNAPSHOT-sources.jar 13:13:23 [INFO] 13:13:23 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.kohsuke.args4j --- 13:13:23 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/org.kohsuke.args4j_2.33.0/target/org.kohsuke.args4j-2.33.0-SNAPSHOT.jar 13:13:23 [INFO] 13:13:23 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.kohsuke.args4j --- 13:13:23 [INFO] 13:13:23 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.kohsuke.args4j --- 13:13:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/org.kohsuke.args4j_2.33.0/target/org.kohsuke.args4j-2.33.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT.jar 13:13:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/org.kohsuke.args4j_2.33.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT.pom 13:13:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT-sources.jar 13:13:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/org.kohsuke.args4j_2.33.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT-p2metadata.xml 13:13:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/org.kohsuke.args4j_2.33.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT-p2artifacts.xml 13:13:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/org.kohsuke.args4j_2.33.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT-ip_log.xml 13:13:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/org.kohsuke.args4j_2.33.0/target/org.kohsuke.args4j-2.33.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT-pack200.jar.pack.gz 13:13:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/org.kohsuke.args4j_2.33.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT-p2metadata.xml 13:13:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/args4j/org.kohsuke.args4j_2.33.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT-p2artifacts.xml 13:13:23 [INFO] 13:13:23 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.kohsuke.args4j --- 13:13:23 [INFO] 13:13:23 [INFO] -------------------< org.eclipse.orbit.bundles:asm >-------------------- 13:13:23 [INFO] Building Eclipse Orbit :: ASM Recipes 1.0.0-SNAPSHOT [9/376] 13:13:23 [INFO] --------------------------------[ pom ]--------------------------------- 13:13:23 [INFO] 13:13:23 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ asm --- 13:13:23 [INFO] 13:13:23 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ asm --- 13:13:23 [INFO] 13:13:23 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ asm --- 13:13:23 [INFO] 13:13:23 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ asm --- 13:13:23 [INFO] 13:13:23 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ asm --- 13:13:23 [INFO] 13:13:23 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ asm --- 13:13:23 [INFO] 13:13:23 [INFO] --- maven-install-plugin:2.4:install (default-install) @ asm --- 13:13:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/asm/1.0.0-SNAPSHOT/asm-1.0.0-SNAPSHOT.pom 13:13:23 [INFO] 13:13:23 [INFO] ------------< org.eclipse.orbit.bundles:org.objectweb.asm >------------- 13:13:23 [INFO] Building ASM Core 8.0.1-SNAPSHOT [10/376] 13:13:23 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:13:23 [INFO] 13:13:23 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objectweb.asm --- 13:13:23 [INFO] 13:13:23 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.objectweb.asm --- 13:13:23 [INFO] The project's OSGi version is 8.0.1.v20200420-1007 13:13:23 [INFO] 13:13:23 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.objectweb.asm --- 13:13:23 [INFO] 13:13:23 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.objectweb.asm --- 13:13:23 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:23 [INFO] Copying 3 resources 13:13:23 [INFO] 13:13:23 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.objectweb.asm --- 13:13:23 [INFO] No sources to compile 13:13:23 [INFO] 13:13:23 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.objectweb.asm --- 13:13:23 [INFO] Gathering dependencies 13:13:23 [INFO] Configured Artifact: org.ow2.asm:asm:8.0.1:jar 13:13:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm/8.0.1/asm-8.0.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:23 [INFO] Merging collected dependencies 13:13:23 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:23 [INFO] Copying 39 resources 13:13:23 [INFO] Generating OSGi MANIFEST.MF 13:13:23 [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm:eclipse-bundle-recipe:8.0.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 13:13:23 [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm:eclipse-bundle-recipe:8.0.1-SNAPSHOT : Unused Import-Package instructions: [org.objectweb.asm.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/target/org.objectweb.asm-8.0.1-SNAPSHOT.jar 13:13:23 [INFO] Gathering sources 13:13:23 [INFO] Configured Artifact: org.ow2.asm:asm:sources:8.0.1:jar 13:13:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm/8.0.1/asm-8.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:23 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:23 [INFO] Copying 3 resources 13:13:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/target/org.objectweb.asm-8.0.1-SNAPSHOT-sources.jar 13:13:23 [INFO] Assembling p2 repository 13:13:24 [INFO] 13:13:24 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.objectweb.asm --- 13:13:24 [INFO] 13:13:24 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.objectweb.asm --- 13:13:24 [INFO] Discovering license information from existing ip_log.xml 13:13:24 [INFO] Discovered license 'New BSD license' for artifact org.ow2.asm:asm:8.0.1. 13:13:24 [INFO] Gathering sources archives 13:13:24 [INFO] Configured Artifact: org.ow2.asm:asm:sources:8.0.1:jar 13:13:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm/8.0.1/asm-8.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/target/sources-for-eclipse-ipzilla/asm-8.0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:24 [INFO] Configured Artifact: org.ow2.asm:asm:sources:8.0.1:jar 13:13:24 [INFO] Copying asm-8.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/target/sources-for-eclipse-ipzilla/asm-8.0.1-sources.jar 13:13:24 [INFO] Refreshing about files and about.html 13:13:24 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.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). 13:13:24 [INFO] Refreshing ip_log.xml 13:13:24 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:13:24 [INFO] 13:13:24 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.objectweb.asm --- 13:13:24 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/target/org.objectweb.asm-8.0.1-SNAPSHOT.jar 13:13:24 [INFO] 13:13:24 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.objectweb.asm --- 13:13:24 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/target/org.objectweb.asm-8.0.1-SNAPSHOT.jar 13:13:25 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/target/org.objectweb.asm-8.0.1-SNAPSHOT-sources.jar 13:13:26 [INFO] 13:13:26 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.objectweb.asm --- 13:13:26 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/target/org.objectweb.asm-8.0.1-SNAPSHOT.jar 13:13:26 [INFO] 13:13:26 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.objectweb.asm --- 13:13:27 [INFO] 13:13:27 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.objectweb.asm --- 13:13:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/target/org.objectweb.asm-8.0.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/8.0.1-SNAPSHOT/org.objectweb.asm-8.0.1-SNAPSHOT.jar 13:13:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/8.0.1-SNAPSHOT/org.objectweb.asm-8.0.1-SNAPSHOT.pom 13:13:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/target/org.objectweb.asm-8.0.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/8.0.1-SNAPSHOT/org.objectweb.asm-8.0.1-SNAPSHOT-sources.jar 13:13:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/8.0.1-SNAPSHOT/org.objectweb.asm-8.0.1-SNAPSHOT-p2metadata.xml 13:13:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/8.0.1-SNAPSHOT/org.objectweb.asm-8.0.1-SNAPSHOT-p2artifacts.xml 13:13:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/8.0.1-SNAPSHOT/org.objectweb.asm-8.0.1-SNAPSHOT-ip_log.xml 13:13:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/target/org.objectweb.asm-8.0.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/8.0.1-SNAPSHOT/org.objectweb.asm-8.0.1-SNAPSHOT-pack200.jar.pack.gz 13:13:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/8.0.1-SNAPSHOT/org.objectweb.asm-8.0.1-SNAPSHOT-p2metadata.xml 13:13:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_8.0.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/8.0.1-SNAPSHOT/org.objectweb.asm-8.0.1-SNAPSHOT-p2artifacts.xml 13:13:27 [INFO] 13:13:27 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.objectweb.asm --- 13:13:27 [INFO] 13:13:27 [INFO] --------< org.eclipse.orbit.bundles:org.objectweb.asm.analysis >-------- 13:13:27 [INFO] Building ASM Analysis 8.0.1-SNAPSHOT [11/376] 13:13:27 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:13:27 [INFO] 13:13:27 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objectweb.asm.analysis --- 13:13:27 [INFO] 13:13:27 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.objectweb.asm.analysis --- 13:13:27 [INFO] The project's OSGi version is 8.0.1.v20200420-1007 13:13:27 [INFO] 13:13:27 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.objectweb.asm.analysis --- 13:13:27 [INFO] 13:13:27 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.objectweb.asm.analysis --- 13:13:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:27 [INFO] Copying 3 resources 13:13:27 [INFO] 13:13:27 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.objectweb.asm.analysis --- 13:13:27 [INFO] No sources to compile 13:13:27 [INFO] 13:13:27 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.objectweb.asm.analysis --- 13:13:27 [INFO] Gathering dependencies 13:13:27 [INFO] Configured Artifact: org.ow2.asm:asm-analysis:8.0.1:jar 13:13:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:27 [INFO] Merging collected dependencies 13:13:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:27 [INFO] Copying 16 resources 13:13:27 [INFO] Generating OSGi MANIFEST.MF 13:13:27 [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm.analysis:eclipse-bundle-recipe:8.0.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/target/org.objectweb.asm.analysis-8.0.1-SNAPSHOT.jar 13:13:27 [INFO] Gathering sources 13:13:27 [INFO] Configured Artifact: org.ow2.asm:asm-analysis:sources:8.0.1:jar 13:13:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:27 [INFO] Copying 3 resources 13:13:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/target/org.objectweb.asm.analysis-8.0.1-SNAPSHOT-sources.jar 13:13:27 [INFO] Assembling p2 repository 13:13:28 [INFO] 13:13:28 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.objectweb.asm.analysis --- 13:13:28 [INFO] 13:13:28 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.objectweb.asm.analysis --- 13:13:28 [INFO] Discovering license information from existing ip_log.xml 13:13:28 [INFO] Discovered license 'New BSD license' for artifact org.ow2.asm:asm-analysis:8.0.1. 13:13:28 [INFO] Gathering sources archives 13:13:28 [INFO] Configured Artifact: org.ow2.asm:asm-analysis:sources:8.0.1:jar 13:13:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/target/sources-for-eclipse-ipzilla/asm-analysis-8.0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:28 [INFO] Configured Artifact: org.ow2.asm:asm-analysis:sources:8.0.1:jar 13:13:28 [INFO] Copying asm-analysis-8.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/target/sources-for-eclipse-ipzilla/asm-analysis-8.0.1-sources.jar 13:13:28 [INFO] Refreshing about files and about.html 13:13:28 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.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). 13:13:28 [INFO] Refreshing ip_log.xml 13:13:28 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:13:28 [INFO] 13:13:28 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.objectweb.asm.analysis --- 13:13:28 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/target/org.objectweb.asm.analysis-8.0.1-SNAPSHOT.jar 13:13:28 [INFO] 13:13:28 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.objectweb.asm.analysis --- 13:13:28 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/target/org.objectweb.asm.analysis-8.0.1-SNAPSHOT.jar 13:13:29 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/target/org.objectweb.asm.analysis-8.0.1-SNAPSHOT-sources.jar 13:13:30 [INFO] 13:13:30 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.objectweb.asm.analysis --- 13:13:30 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/target/org.objectweb.asm.analysis-8.0.1-SNAPSHOT.jar 13:13:30 [INFO] 13:13:30 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.objectweb.asm.analysis --- 13:13:31 [INFO] 13:13:31 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.objectweb.asm.analysis --- 13:13:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/target/org.objectweb.asm.analysis-8.0.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/8.0.1-SNAPSHOT/org.objectweb.asm.analysis-8.0.1-SNAPSHOT.jar 13:13:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/8.0.1-SNAPSHOT/org.objectweb.asm.analysis-8.0.1-SNAPSHOT.pom 13:13:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/target/org.objectweb.asm.analysis-8.0.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/8.0.1-SNAPSHOT/org.objectweb.asm.analysis-8.0.1-SNAPSHOT-sources.jar 13:13:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/8.0.1-SNAPSHOT/org.objectweb.asm.analysis-8.0.1-SNAPSHOT-p2metadata.xml 13:13:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/8.0.1-SNAPSHOT/org.objectweb.asm.analysis-8.0.1-SNAPSHOT-p2artifacts.xml 13:13:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/8.0.1-SNAPSHOT/org.objectweb.asm.analysis-8.0.1-SNAPSHOT-ip_log.xml 13:13:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/target/org.objectweb.asm.analysis-8.0.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/8.0.1-SNAPSHOT/org.objectweb.asm.analysis-8.0.1-SNAPSHOT-pack200.jar.pack.gz 13:13:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/8.0.1-SNAPSHOT/org.objectweb.asm.analysis-8.0.1-SNAPSHOT-p2metadata.xml 13:13:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_8.0.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/8.0.1-SNAPSHOT/org.objectweb.asm.analysis-8.0.1-SNAPSHOT-p2artifacts.xml 13:13:31 [INFO] 13:13:31 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.objectweb.asm.analysis --- 13:13:31 [INFO] 13:13:31 [INFO] --------< org.eclipse.orbit.bundles:org.objectweb.asm.commons >--------- 13:13:31 [INFO] Building ASM Commons 8.0.1-SNAPSHOT [12/376] 13:13:31 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:13:31 [INFO] 13:13:31 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objectweb.asm.commons --- 13:13:31 [INFO] 13:13:31 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.objectweb.asm.commons --- 13:13:31 [INFO] The project's OSGi version is 8.0.1.v20200420-1007 13:13:31 [INFO] 13:13:31 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.objectweb.asm.commons --- 13:13:31 [INFO] 13:13:31 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.objectweb.asm.commons --- 13:13:31 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:31 [INFO] Copying 3 resources 13:13:31 [INFO] 13:13:31 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.objectweb.asm.commons --- 13:13:31 [INFO] No sources to compile 13:13:31 [INFO] 13:13:31 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.objectweb.asm.commons --- 13:13:31 [INFO] Gathering dependencies 13:13:31 [INFO] Configured Artifact: org.ow2.asm:asm-commons:8.0.1:jar 13:13:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-commons/8.0.1/asm-commons-8.0.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:31 [INFO] Merging collected dependencies 13:13:31 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:31 [INFO] Copying 29 resources 13:13:31 [INFO] Generating OSGi MANIFEST.MF 13:13:31 [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm.commons:eclipse-bundle-recipe:8.0.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/target/org.objectweb.asm.commons-8.0.1-SNAPSHOT.jar 13:13:31 [INFO] Gathering sources 13:13:31 [INFO] Configured Artifact: org.ow2.asm:asm-commons:sources:8.0.1:jar 13:13:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-commons/8.0.1/asm-commons-8.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:31 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:31 [INFO] Copying 3 resources 13:13:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/target/org.objectweb.asm.commons-8.0.1-SNAPSHOT-sources.jar 13:13:31 [INFO] Assembling p2 repository 13:13:32 [INFO] 13:13:32 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.objectweb.asm.commons --- 13:13:32 [INFO] 13:13:32 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.objectweb.asm.commons --- 13:13:32 [INFO] Discovering license information from existing ip_log.xml 13:13:32 [INFO] Discovered license 'New BSD license' for artifact org.ow2.asm:asm-commons:8.0.1. 13:13:32 [INFO] Gathering sources archives 13:13:32 [INFO] Configured Artifact: org.ow2.asm:asm-commons:sources:8.0.1:jar 13:13:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-commons/8.0.1/asm-commons-8.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/target/sources-for-eclipse-ipzilla/asm-commons-8.0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:32 [INFO] Configured Artifact: org.ow2.asm:asm-commons:sources:8.0.1:jar 13:13:32 [INFO] Copying asm-commons-8.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/target/sources-for-eclipse-ipzilla/asm-commons-8.0.1-sources.jar 13:13:32 [INFO] Refreshing about files and about.html 13:13:32 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.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). 13:13:32 [INFO] Refreshing ip_log.xml 13:13:32 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:13:32 [INFO] 13:13:32 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.objectweb.asm.commons --- 13:13:32 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/target/org.objectweb.asm.commons-8.0.1-SNAPSHOT.jar 13:13:32 [INFO] 13:13:32 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.objectweb.asm.commons --- 13:13:32 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/target/org.objectweb.asm.commons-8.0.1-SNAPSHOT.jar 13:13:33 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/target/org.objectweb.asm.commons-8.0.1-SNAPSHOT-sources.jar 13:13:34 [INFO] 13:13:34 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.objectweb.asm.commons --- 13:13:34 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/target/org.objectweb.asm.commons-8.0.1-SNAPSHOT.jar 13:13:34 [INFO] 13:13:34 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.objectweb.asm.commons --- 13:13:34 [INFO] 13:13:34 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.objectweb.asm.commons --- 13:13:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/target/org.objectweb.asm.commons-8.0.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/8.0.1-SNAPSHOT/org.objectweb.asm.commons-8.0.1-SNAPSHOT.jar 13:13:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/8.0.1-SNAPSHOT/org.objectweb.asm.commons-8.0.1-SNAPSHOT.pom 13:13:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/target/org.objectweb.asm.commons-8.0.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/8.0.1-SNAPSHOT/org.objectweb.asm.commons-8.0.1-SNAPSHOT-sources.jar 13:13:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/8.0.1-SNAPSHOT/org.objectweb.asm.commons-8.0.1-SNAPSHOT-p2metadata.xml 13:13:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/8.0.1-SNAPSHOT/org.objectweb.asm.commons-8.0.1-SNAPSHOT-p2artifacts.xml 13:13:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/8.0.1-SNAPSHOT/org.objectweb.asm.commons-8.0.1-SNAPSHOT-ip_log.xml 13:13:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/target/org.objectweb.asm.commons-8.0.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/8.0.1-SNAPSHOT/org.objectweb.asm.commons-8.0.1-SNAPSHOT-pack200.jar.pack.gz 13:13:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/8.0.1-SNAPSHOT/org.objectweb.asm.commons-8.0.1-SNAPSHOT-p2metadata.xml 13:13:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_8.0.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/8.0.1-SNAPSHOT/org.objectweb.asm.commons-8.0.1-SNAPSHOT-p2artifacts.xml 13:13:34 [INFO] 13:13:34 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.objectweb.asm.commons --- 13:13:34 [INFO] 13:13:34 [INFO] ----------< org.eclipse.orbit.bundles:org.objectweb.asm.tree >---------- 13:13:34 [INFO] Building ASM Tree 8.0.1-SNAPSHOT [13/376] 13:13:34 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:13:34 [INFO] 13:13:34 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objectweb.asm.tree --- 13:13:34 [INFO] 13:13:34 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.objectweb.asm.tree --- 13:13:34 [INFO] The project's OSGi version is 8.0.1.v20200420-1007 13:13:34 [INFO] 13:13:34 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.objectweb.asm.tree --- 13:13:34 [INFO] 13:13:34 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.objectweb.asm.tree --- 13:13:34 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:34 [INFO] Copying 3 resources 13:13:34 [INFO] 13:13:34 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.objectweb.asm.tree --- 13:13:34 [INFO] No sources to compile 13:13:34 [INFO] 13:13:34 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.objectweb.asm.tree --- 13:13:34 [INFO] Gathering dependencies 13:13:34 [INFO] Configured Artifact: org.ow2.asm:asm-tree:8.0.1:jar 13:13:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:34 [INFO] Merging collected dependencies 13:13:34 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:34 [INFO] Copying 40 resources 13:13:34 [INFO] Generating OSGi MANIFEST.MF 13:13:35 [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm.tree:eclipse-bundle-recipe:8.0.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/target/org.objectweb.asm.tree-8.0.1-SNAPSHOT.jar 13:13:35 [INFO] Gathering sources 13:13:35 [INFO] Configured Artifact: org.ow2.asm:asm-tree:sources:8.0.1:jar 13:13:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:35 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:35 [INFO] Copying 3 resources 13:13:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/target/org.objectweb.asm.tree-8.0.1-SNAPSHOT-sources.jar 13:13:35 [INFO] Assembling p2 repository 13:13:35 [INFO] 13:13:35 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.objectweb.asm.tree --- 13:13:35 [INFO] 13:13:35 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.objectweb.asm.tree --- 13:13:35 [INFO] Discovering license information from existing ip_log.xml 13:13:35 [INFO] Discovered license 'New BSD license' for artifact org.ow2.asm:asm-tree:8.0.1. 13:13:35 [INFO] Gathering sources archives 13:13:35 [INFO] Configured Artifact: org.ow2.asm:asm-tree:sources:8.0.1:jar 13:13:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/target/sources-for-eclipse-ipzilla/asm-tree-8.0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:35 [INFO] Configured Artifact: org.ow2.asm:asm-tree:sources:8.0.1:jar 13:13:35 [INFO] Copying asm-tree-8.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/target/sources-for-eclipse-ipzilla/asm-tree-8.0.1-sources.jar 13:13:35 [INFO] Refreshing about files and about.html 13:13:35 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.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). 13:13:35 [INFO] Refreshing ip_log.xml 13:13:35 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:13:35 [INFO] 13:13:35 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.objectweb.asm.tree --- 13:13:35 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/target/org.objectweb.asm.tree-8.0.1-SNAPSHOT.jar 13:13:35 [INFO] 13:13:35 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.objectweb.asm.tree --- 13:13:35 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/target/org.objectweb.asm.tree-8.0.1-SNAPSHOT.jar 13:13:36 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/target/org.objectweb.asm.tree-8.0.1-SNAPSHOT-sources.jar 13:13:38 [INFO] 13:13:38 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.objectweb.asm.tree --- 13:13:38 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/target/org.objectweb.asm.tree-8.0.1-SNAPSHOT.jar 13:13:38 [INFO] 13:13:38 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.objectweb.asm.tree --- 13:13:38 [INFO] 13:13:38 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.objectweb.asm.tree --- 13:13:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/target/org.objectweb.asm.tree-8.0.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/8.0.1-SNAPSHOT/org.objectweb.asm.tree-8.0.1-SNAPSHOT.jar 13:13:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/8.0.1-SNAPSHOT/org.objectweb.asm.tree-8.0.1-SNAPSHOT.pom 13:13:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/target/org.objectweb.asm.tree-8.0.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/8.0.1-SNAPSHOT/org.objectweb.asm.tree-8.0.1-SNAPSHOT-sources.jar 13:13:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/8.0.1-SNAPSHOT/org.objectweb.asm.tree-8.0.1-SNAPSHOT-p2metadata.xml 13:13:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/8.0.1-SNAPSHOT/org.objectweb.asm.tree-8.0.1-SNAPSHOT-p2artifacts.xml 13:13:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/8.0.1-SNAPSHOT/org.objectweb.asm.tree-8.0.1-SNAPSHOT-ip_log.xml 13:13:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/target/org.objectweb.asm.tree-8.0.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/8.0.1-SNAPSHOT/org.objectweb.asm.tree-8.0.1-SNAPSHOT-pack200.jar.pack.gz 13:13:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/8.0.1-SNAPSHOT/org.objectweb.asm.tree-8.0.1-SNAPSHOT-p2metadata.xml 13:13:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_8.0.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/8.0.1-SNAPSHOT/org.objectweb.asm.tree-8.0.1-SNAPSHOT-p2artifacts.xml 13:13:38 [INFO] 13:13:38 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.objectweb.asm.tree --- 13:13:38 [INFO] 13:13:38 [INFO] ----------< org.eclipse.orbit.bundles:org.objectweb.asm.util >---------- 13:13:38 [INFO] Building ASM Util 8.0.1-SNAPSHOT [14/376] 13:13:38 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:13:38 [INFO] 13:13:38 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objectweb.asm.util --- 13:13:38 [INFO] 13:13:38 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.objectweb.asm.util --- 13:13:38 [INFO] The project's OSGi version is 8.0.1.v20200420-1007 13:13:38 [INFO] 13:13:38 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.objectweb.asm.util --- 13:13:38 [INFO] 13:13:38 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.objectweb.asm.util --- 13:13:38 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:38 [INFO] Copying 3 resources 13:13:38 [INFO] 13:13:38 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.objectweb.asm.util --- 13:13:38 [INFO] No sources to compile 13:13:38 [INFO] 13:13:38 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.objectweb.asm.util --- 13:13:38 [INFO] Gathering dependencies 13:13:38 [INFO] Configured Artifact: org.ow2.asm:asm-util:8.0.1:jar 13:13:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-util/8.0.1/asm-util-8.0.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:38 [INFO] Merging collected dependencies 13:13:38 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:38 [INFO] Copying 26 resources 13:13:38 [INFO] Generating OSGi MANIFEST.MF 13:13:38 [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm.util:eclipse-bundle-recipe:8.0.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/target/org.objectweb.asm.util-8.0.1-SNAPSHOT.jar 13:13:38 [INFO] Gathering sources 13:13:38 [INFO] Configured Artifact: org.ow2.asm:asm-util:sources:8.0.1:jar 13:13:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-util/8.0.1/asm-util-8.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:39 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:39 [INFO] Copying 3 resources 13:13:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/target/org.objectweb.asm.util-8.0.1-SNAPSHOT-sources.jar 13:13:39 [INFO] Assembling p2 repository 13:13:40 [INFO] 13:13:40 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.objectweb.asm.util --- 13:13:40 [INFO] 13:13:40 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.objectweb.asm.util --- 13:13:40 [INFO] Discovering license information from existing ip_log.xml 13:13:40 [INFO] Discovered license 'New BSD license' for artifact org.ow2.asm:asm-util:8.0.1. 13:13:40 [INFO] Gathering sources archives 13:13:40 [INFO] Configured Artifact: org.ow2.asm:asm-util:sources:8.0.1:jar 13:13:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-util/8.0.1/asm-util-8.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/target/sources-for-eclipse-ipzilla/asm-util-8.0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:40 [INFO] Configured Artifact: org.ow2.asm:asm-util:sources:8.0.1:jar 13:13:40 [INFO] Copying asm-util-8.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/target/sources-for-eclipse-ipzilla/asm-util-8.0.1-sources.jar 13:13:40 [INFO] Refreshing about files and about.html 13:13:40 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.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). 13:13:40 [INFO] Refreshing ip_log.xml 13:13:40 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:13:40 [INFO] 13:13:40 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.objectweb.asm.util --- 13:13:40 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/target/org.objectweb.asm.util-8.0.1-SNAPSHOT.jar 13:13:40 [INFO] 13:13:40 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.objectweb.asm.util --- 13:13:40 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/target/org.objectweb.asm.util-8.0.1-SNAPSHOT.jar 13:13:42 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/target/org.objectweb.asm.util-8.0.1-SNAPSHOT-sources.jar 13:13:43 [INFO] 13:13:43 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.objectweb.asm.util --- 13:13:43 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/target/org.objectweb.asm.util-8.0.1-SNAPSHOT.jar 13:13:43 [INFO] 13:13:43 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.objectweb.asm.util --- 13:13:43 [INFO] 13:13:43 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.objectweb.asm.util --- 13:13:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/target/org.objectweb.asm.util-8.0.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/8.0.1-SNAPSHOT/org.objectweb.asm.util-8.0.1-SNAPSHOT.jar 13:13:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/8.0.1-SNAPSHOT/org.objectweb.asm.util-8.0.1-SNAPSHOT.pom 13:13:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/target/org.objectweb.asm.util-8.0.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/8.0.1-SNAPSHOT/org.objectweb.asm.util-8.0.1-SNAPSHOT-sources.jar 13:13:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/8.0.1-SNAPSHOT/org.objectweb.asm.util-8.0.1-SNAPSHOT-p2metadata.xml 13:13:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/8.0.1-SNAPSHOT/org.objectweb.asm.util-8.0.1-SNAPSHOT-p2artifacts.xml 13:13:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/8.0.1-SNAPSHOT/org.objectweb.asm.util-8.0.1-SNAPSHOT-ip_log.xml 13:13:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/target/org.objectweb.asm.util-8.0.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/8.0.1-SNAPSHOT/org.objectweb.asm.util-8.0.1-SNAPSHOT-pack200.jar.pack.gz 13:13:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/8.0.1-SNAPSHOT/org.objectweb.asm.util-8.0.1-SNAPSHOT-p2metadata.xml 13:13:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_8.0.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/8.0.1-SNAPSHOT/org.objectweb.asm.util-8.0.1-SNAPSHOT-p2artifacts.xml 13:13:43 [INFO] 13:13:43 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.objectweb.asm.util --- 13:13:43 [INFO] 13:13:43 [INFO] ------------< org.eclipse.orbit.bundles:org.objectweb.asm >------------- 13:13:43 [INFO] Building ASM Core 9.1.0-SNAPSHOT [15/376] 13:13:43 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:13:43 [INFO] 13:13:43 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objectweb.asm --- 13:13:43 [INFO] 13:13:43 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.objectweb.asm --- 13:13:43 [INFO] The project's OSGi version is 9.1.0.v20210209-1849 13:13:43 [INFO] 13:13:43 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.objectweb.asm --- 13:13:43 [INFO] 13:13:43 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.objectweb.asm --- 13:13:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:43 [INFO] Copying 3 resources 13:13:43 [INFO] 13:13:43 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.objectweb.asm --- 13:13:43 [INFO] No sources to compile 13:13:43 [INFO] 13:13:43 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.objectweb.asm --- 13:13:43 [INFO] Gathering dependencies 13:13:43 [INFO] Configured Artifact: org.ow2.asm:asm:9.1:jar 13:13:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm/9.1/asm-9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:43 [INFO] Merging collected dependencies 13:13:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:43 [INFO] Copying 39 resources 13:13:43 [INFO] Generating OSGi MANIFEST.MF 13:13:43 [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm:eclipse-bundle-recipe:9.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 13:13:43 [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm:eclipse-bundle-recipe:9.1.0-SNAPSHOT : Unused Import-Package instructions: [org.objectweb.asm.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/target/org.objectweb.asm-9.1.0-SNAPSHOT.jar 13:13:43 [INFO] Gathering sources 13:13:43 [INFO] Configured Artifact: org.ow2.asm:asm:sources:9.1:jar 13:13:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm/9.1/asm-9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:43 [INFO] Copying 3 resources 13:13:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/target/org.objectweb.asm-9.1.0-SNAPSHOT-sources.jar 13:13:43 [INFO] Assembling p2 repository 13:13:44 [INFO] 13:13:44 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.objectweb.asm --- 13:13:44 [INFO] 13:13:44 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.objectweb.asm --- 13:13:44 [INFO] Discovering license information from existing ip_log.xml 13:13:44 [INFO] Discovered license 'New BSD license' for artifact org.ow2.asm:asm:9.1. 13:13:44 [INFO] Gathering sources archives 13:13:44 [INFO] Configured Artifact: org.ow2.asm:asm:sources:9.1:jar 13:13:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm/9.1/asm-9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/target/sources-for-eclipse-ipzilla/asm-9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:44 [INFO] Configured Artifact: org.ow2.asm:asm:sources:9.1:jar 13:13:44 [INFO] Copying asm-9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/target/sources-for-eclipse-ipzilla/asm-9.1-sources.jar 13:13:44 [INFO] Refreshing about files and about.html 13:13:44 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.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). 13:13:44 [INFO] Refreshing ip_log.xml 13:13:44 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:13:44 [INFO] 13:13:44 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.objectweb.asm --- 13:13:44 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/target/org.objectweb.asm-9.1.0-SNAPSHOT.jar 13:13:44 [INFO] 13:13:44 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.objectweb.asm --- 13:13:44 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/target/org.objectweb.asm-9.1.0-SNAPSHOT.jar 13:13:45 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/target/org.objectweb.asm-9.1.0-SNAPSHOT-sources.jar 13:13:47 [INFO] 13:13:47 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.objectweb.asm --- 13:13:47 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/target/org.objectweb.asm-9.1.0-SNAPSHOT.jar 13:13:47 [INFO] 13:13:47 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.objectweb.asm --- 13:13:47 [INFO] 13:13:47 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.objectweb.asm --- 13:13:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/target/org.objectweb.asm-9.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.1.0-SNAPSHOT/org.objectweb.asm-9.1.0-SNAPSHOT.jar 13:13:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.1.0-SNAPSHOT/org.objectweb.asm-9.1.0-SNAPSHOT.pom 13:13:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/target/org.objectweb.asm-9.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.1.0-SNAPSHOT/org.objectweb.asm-9.1.0-SNAPSHOT-sources.jar 13:13:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.1.0-SNAPSHOT/org.objectweb.asm-9.1.0-SNAPSHOT-p2metadata.xml 13:13:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.1.0-SNAPSHOT/org.objectweb.asm-9.1.0-SNAPSHOT-p2artifacts.xml 13:13:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.1.0-SNAPSHOT/org.objectweb.asm-9.1.0-SNAPSHOT-ip_log.xml 13:13:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/target/org.objectweb.asm-9.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.1.0-SNAPSHOT/org.objectweb.asm-9.1.0-SNAPSHOT-pack200.jar.pack.gz 13:13:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.1.0-SNAPSHOT/org.objectweb.asm-9.1.0-SNAPSHOT-p2metadata.xml 13:13:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm_9.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.1.0-SNAPSHOT/org.objectweb.asm-9.1.0-SNAPSHOT-p2artifacts.xml 13:13:47 [INFO] 13:13:47 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.objectweb.asm --- 13:13:47 [INFO] 13:13:47 [INFO] --------< org.eclipse.orbit.bundles:org.objectweb.asm.analysis >-------- 13:13:47 [INFO] Building ASM Analysis 9.1.0-SNAPSHOT [16/376] 13:13:47 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:13:47 [INFO] 13:13:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objectweb.asm.analysis --- 13:13:47 [INFO] 13:13:47 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.objectweb.asm.analysis --- 13:13:47 [INFO] The project's OSGi version is 9.1.0.v20210209-1849 13:13:47 [INFO] 13:13:47 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.objectweb.asm.analysis --- 13:13:47 [INFO] 13:13:47 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.objectweb.asm.analysis --- 13:13:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:47 [INFO] Copying 3 resources 13:13:47 [INFO] 13:13:47 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.objectweb.asm.analysis --- 13:13:47 [INFO] No sources to compile 13:13:47 [INFO] 13:13:47 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.objectweb.asm.analysis --- 13:13:47 [INFO] Gathering dependencies 13:13:47 [INFO] Configured Artifact: org.ow2.asm:asm-analysis:9.1:jar 13:13:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:47 [INFO] Merging collected dependencies 13:13:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:47 [INFO] Copying 16 resources 13:13:47 [INFO] Generating OSGi MANIFEST.MF 13:13:47 [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm.analysis:eclipse-bundle-recipe:9.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/target/org.objectweb.asm.analysis-9.1.0-SNAPSHOT.jar 13:13:47 [INFO] Gathering sources 13:13:47 [INFO] Configured Artifact: org.ow2.asm:asm-analysis:sources:9.1:jar 13:13:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:48 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:48 [INFO] Copying 3 resources 13:13:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/target/org.objectweb.asm.analysis-9.1.0-SNAPSHOT-sources.jar 13:13:48 [INFO] Assembling p2 repository 13:13:48 [INFO] 13:13:48 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.objectweb.asm.analysis --- 13:13:48 [INFO] 13:13:48 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.objectweb.asm.analysis --- 13:13:48 [INFO] Discovering license information from existing ip_log.xml 13:13:48 [INFO] Discovered license 'New BSD license' for artifact org.ow2.asm:asm-analysis:9.1. 13:13:48 [INFO] Gathering sources archives 13:13:48 [INFO] Configured Artifact: org.ow2.asm:asm-analysis:sources:9.1:jar 13:13:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/target/sources-for-eclipse-ipzilla/asm-analysis-9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:48 [INFO] Configured Artifact: org.ow2.asm:asm-analysis:sources:9.1:jar 13:13:48 [INFO] Copying asm-analysis-9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/target/sources-for-eclipse-ipzilla/asm-analysis-9.1-sources.jar 13:13:48 [INFO] Refreshing about files and about.html 13:13:48 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.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). 13:13:48 [INFO] Refreshing ip_log.xml 13:13:48 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:13:48 [INFO] 13:13:48 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.objectweb.asm.analysis --- 13:13:48 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/target/org.objectweb.asm.analysis-9.1.0-SNAPSHOT.jar 13:13:48 [INFO] 13:13:48 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.objectweb.asm.analysis --- 13:13:48 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/target/org.objectweb.asm.analysis-9.1.0-SNAPSHOT.jar 13:13:50 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/target/org.objectweb.asm.analysis-9.1.0-SNAPSHOT-sources.jar 13:13:51 [INFO] 13:13:51 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.objectweb.asm.analysis --- 13:13:51 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/target/org.objectweb.asm.analysis-9.1.0-SNAPSHOT.jar 13:13:51 [INFO] 13:13:51 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.objectweb.asm.analysis --- 13:13:51 [INFO] 13:13:51 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.objectweb.asm.analysis --- 13:13:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/target/org.objectweb.asm.analysis-9.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.1.0-SNAPSHOT/org.objectweb.asm.analysis-9.1.0-SNAPSHOT.jar 13:13:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.1.0-SNAPSHOT/org.objectweb.asm.analysis-9.1.0-SNAPSHOT.pom 13:13:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/target/org.objectweb.asm.analysis-9.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.1.0-SNAPSHOT/org.objectweb.asm.analysis-9.1.0-SNAPSHOT-sources.jar 13:13:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.1.0-SNAPSHOT/org.objectweb.asm.analysis-9.1.0-SNAPSHOT-p2metadata.xml 13:13:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.1.0-SNAPSHOT/org.objectweb.asm.analysis-9.1.0-SNAPSHOT-p2artifacts.xml 13:13:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.1.0-SNAPSHOT/org.objectweb.asm.analysis-9.1.0-SNAPSHOT-ip_log.xml 13:13:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/target/org.objectweb.asm.analysis-9.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.1.0-SNAPSHOT/org.objectweb.asm.analysis-9.1.0-SNAPSHOT-pack200.jar.pack.gz 13:13:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.1.0-SNAPSHOT/org.objectweb.asm.analysis-9.1.0-SNAPSHOT-p2metadata.xml 13:13:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.analysis_9.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.1.0-SNAPSHOT/org.objectweb.asm.analysis-9.1.0-SNAPSHOT-p2artifacts.xml 13:13:51 [INFO] 13:13:51 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.objectweb.asm.analysis --- 13:13:51 [INFO] 13:13:51 [INFO] --------< org.eclipse.orbit.bundles:org.objectweb.asm.commons >--------- 13:13:51 [INFO] Building ASM Commons 9.1.0-SNAPSHOT [17/376] 13:13:51 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:13:51 [INFO] 13:13:51 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objectweb.asm.commons --- 13:13:51 [INFO] 13:13:51 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.objectweb.asm.commons --- 13:13:51 [INFO] The project's OSGi version is 9.1.0.v20210209-1849 13:13:51 [INFO] 13:13:51 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.objectweb.asm.commons --- 13:13:51 [INFO] 13:13:51 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.objectweb.asm.commons --- 13:13:51 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:51 [INFO] Copying 3 resources 13:13:51 [INFO] 13:13:51 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.objectweb.asm.commons --- 13:13:51 [INFO] No sources to compile 13:13:51 [INFO] 13:13:51 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.objectweb.asm.commons --- 13:13:51 [INFO] Gathering dependencies 13:13:51 [INFO] Configured Artifact: org.ow2.asm:asm-commons:9.1:jar 13:13:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:51 [INFO] Merging collected dependencies 13:13:51 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:51 [INFO] Copying 29 resources 13:13:51 [INFO] Generating OSGi MANIFEST.MF 13:13:51 [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm.commons:eclipse-bundle-recipe:9.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/target/org.objectweb.asm.commons-9.1.0-SNAPSHOT.jar 13:13:51 [INFO] Gathering sources 13:13:51 [INFO] Configured Artifact: org.ow2.asm:asm-commons:sources:9.1:jar 13:13:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-commons/9.1/asm-commons-9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:51 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:51 [INFO] Copying 3 resources 13:13:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/target/org.objectweb.asm.commons-9.1.0-SNAPSHOT-sources.jar 13:13:51 [INFO] Assembling p2 repository 13:13:52 [INFO] 13:13:52 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.objectweb.asm.commons --- 13:13:52 [INFO] 13:13:52 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.objectweb.asm.commons --- 13:13:52 [INFO] Discovering license information from existing ip_log.xml 13:13:52 [INFO] Discovered license 'New BSD license' for artifact org.ow2.asm:asm-commons:9.1. 13:13:52 [INFO] Gathering sources archives 13:13:52 [INFO] Configured Artifact: org.ow2.asm:asm-commons:sources:9.1:jar 13:13:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-commons/9.1/asm-commons-9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/target/sources-for-eclipse-ipzilla/asm-commons-9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:52 [INFO] Configured Artifact: org.ow2.asm:asm-commons:sources:9.1:jar 13:13:52 [INFO] Copying asm-commons-9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/target/sources-for-eclipse-ipzilla/asm-commons-9.1-sources.jar 13:13:52 [INFO] Refreshing about files and about.html 13:13:52 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.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). 13:13:52 [INFO] Refreshing ip_log.xml 13:13:52 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:13:52 [INFO] 13:13:52 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.objectweb.asm.commons --- 13:13:52 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/target/org.objectweb.asm.commons-9.1.0-SNAPSHOT.jar 13:13:52 [INFO] 13:13:52 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.objectweb.asm.commons --- 13:13:52 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/target/org.objectweb.asm.commons-9.1.0-SNAPSHOT.jar 13:13:54 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/target/org.objectweb.asm.commons-9.1.0-SNAPSHOT-sources.jar 13:13:55 [INFO] 13:13:55 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.objectweb.asm.commons --- 13:13:55 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/target/org.objectweb.asm.commons-9.1.0-SNAPSHOT.jar 13:13:55 [INFO] 13:13:55 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.objectweb.asm.commons --- 13:13:55 [INFO] 13:13:55 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.objectweb.asm.commons --- 13:13:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/target/org.objectweb.asm.commons-9.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.1.0-SNAPSHOT/org.objectweb.asm.commons-9.1.0-SNAPSHOT.jar 13:13:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.1.0-SNAPSHOT/org.objectweb.asm.commons-9.1.0-SNAPSHOT.pom 13:13:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/target/org.objectweb.asm.commons-9.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.1.0-SNAPSHOT/org.objectweb.asm.commons-9.1.0-SNAPSHOT-sources.jar 13:13:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.1.0-SNAPSHOT/org.objectweb.asm.commons-9.1.0-SNAPSHOT-p2metadata.xml 13:13:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.1.0-SNAPSHOT/org.objectweb.asm.commons-9.1.0-SNAPSHOT-p2artifacts.xml 13:13:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.1.0-SNAPSHOT/org.objectweb.asm.commons-9.1.0-SNAPSHOT-ip_log.xml 13:13:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/target/org.objectweb.asm.commons-9.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.1.0-SNAPSHOT/org.objectweb.asm.commons-9.1.0-SNAPSHOT-pack200.jar.pack.gz 13:13:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.1.0-SNAPSHOT/org.objectweb.asm.commons-9.1.0-SNAPSHOT-p2metadata.xml 13:13:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.commons_9.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.1.0-SNAPSHOT/org.objectweb.asm.commons-9.1.0-SNAPSHOT-p2artifacts.xml 13:13:55 [INFO] 13:13:55 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.objectweb.asm.commons --- 13:13:55 [INFO] 13:13:55 [INFO] ----------< org.eclipse.orbit.bundles:org.objectweb.asm.tree >---------- 13:13:55 [INFO] Building ASM Tree 9.1.0-SNAPSHOT [18/376] 13:13:55 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:13:55 [INFO] 13:13:55 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objectweb.asm.tree --- 13:13:55 [INFO] 13:13:55 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.objectweb.asm.tree --- 13:13:55 [INFO] The project's OSGi version is 9.1.0.v20210209-1849 13:13:55 [INFO] 13:13:55 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.objectweb.asm.tree --- 13:13:55 [INFO] 13:13:55 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.objectweb.asm.tree --- 13:13:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:55 [INFO] Copying 3 resources 13:13:55 [INFO] 13:13:55 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.objectweb.asm.tree --- 13:13:55 [INFO] No sources to compile 13:13:55 [INFO] 13:13:55 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.objectweb.asm.tree --- 13:13:55 [INFO] Gathering dependencies 13:13:55 [INFO] Configured Artifact: org.ow2.asm:asm-tree:9.1:jar 13:13:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:55 [INFO] Merging collected dependencies 13:13:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:55 [INFO] Copying 40 resources 13:13:55 [INFO] Generating OSGi MANIFEST.MF 13:13:55 [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm.tree:eclipse-bundle-recipe:9.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/target/org.objectweb.asm.tree-9.1.0-SNAPSHOT.jar 13:13:55 [INFO] Gathering sources 13:13:55 [INFO] Configured Artifact: org.ow2.asm:asm-tree:sources:9.1:jar 13:13:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-tree/9.1/asm-tree-9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:55 [INFO] Copying 3 resources 13:13:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/target/org.objectweb.asm.tree-9.1.0-SNAPSHOT-sources.jar 13:13:55 [INFO] Assembling p2 repository 13:13:56 [INFO] 13:13:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.objectweb.asm.tree --- 13:13:56 [INFO] 13:13:56 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.objectweb.asm.tree --- 13:13:56 [INFO] Discovering license information from existing ip_log.xml 13:13:56 [INFO] Discovered license 'New BSD license' for artifact org.ow2.asm:asm-tree:9.1. 13:13:56 [INFO] Gathering sources archives 13:13:56 [INFO] Configured Artifact: org.ow2.asm:asm-tree:sources:9.1:jar 13:13:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-tree/9.1/asm-tree-9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/target/sources-for-eclipse-ipzilla/asm-tree-9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:56 [INFO] Configured Artifact: org.ow2.asm:asm-tree:sources:9.1:jar 13:13:56 [INFO] Copying asm-tree-9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/target/sources-for-eclipse-ipzilla/asm-tree-9.1-sources.jar 13:13:56 [INFO] Refreshing about files and about.html 13:13:56 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.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). 13:13:56 [INFO] Refreshing ip_log.xml 13:13:56 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:13:56 [INFO] 13:13:56 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.objectweb.asm.tree --- 13:13:56 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/target/org.objectweb.asm.tree-9.1.0-SNAPSHOT.jar 13:13:56 [INFO] 13:13:56 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.objectweb.asm.tree --- 13:13:56 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/target/org.objectweb.asm.tree-9.1.0-SNAPSHOT.jar 13:13:57 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/target/org.objectweb.asm.tree-9.1.0-SNAPSHOT-sources.jar 13:13:59 [INFO] 13:13:59 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.objectweb.asm.tree --- 13:13:59 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/target/org.objectweb.asm.tree-9.1.0-SNAPSHOT.jar 13:13:59 [INFO] 13:13:59 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.objectweb.asm.tree --- 13:13:59 [INFO] 13:13:59 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.objectweb.asm.tree --- 13:13:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/target/org.objectweb.asm.tree-9.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.1.0-SNAPSHOT/org.objectweb.asm.tree-9.1.0-SNAPSHOT.jar 13:13:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.1.0-SNAPSHOT/org.objectweb.asm.tree-9.1.0-SNAPSHOT.pom 13:13:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/target/org.objectweb.asm.tree-9.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.1.0-SNAPSHOT/org.objectweb.asm.tree-9.1.0-SNAPSHOT-sources.jar 13:13:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.1.0-SNAPSHOT/org.objectweb.asm.tree-9.1.0-SNAPSHOT-p2metadata.xml 13:13:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.1.0-SNAPSHOT/org.objectweb.asm.tree-9.1.0-SNAPSHOT-p2artifacts.xml 13:13:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.1.0-SNAPSHOT/org.objectweb.asm.tree-9.1.0-SNAPSHOT-ip_log.xml 13:13:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/target/org.objectweb.asm.tree-9.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.1.0-SNAPSHOT/org.objectweb.asm.tree-9.1.0-SNAPSHOT-pack200.jar.pack.gz 13:13:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.1.0-SNAPSHOT/org.objectweb.asm.tree-9.1.0-SNAPSHOT-p2metadata.xml 13:13:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.tree_9.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.1.0-SNAPSHOT/org.objectweb.asm.tree-9.1.0-SNAPSHOT-p2artifacts.xml 13:13:59 [INFO] 13:13:59 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.objectweb.asm.tree --- 13:13:59 [INFO] 13:13:59 [INFO] ----------< org.eclipse.orbit.bundles:org.objectweb.asm.util >---------- 13:13:59 [INFO] Building ASM Util 9.1.0-SNAPSHOT [19/376] 13:13:59 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:13:59 [INFO] 13:13:59 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objectweb.asm.util --- 13:13:59 [INFO] 13:13:59 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.objectweb.asm.util --- 13:13:59 [INFO] The project's OSGi version is 9.1.0.v20210209-1849 13:13:59 [INFO] 13:13:59 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.objectweb.asm.util --- 13:13:59 [INFO] 13:13:59 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.objectweb.asm.util --- 13:13:59 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:59 [INFO] Copying 3 resources 13:13:59 [INFO] 13:13:59 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.objectweb.asm.util --- 13:13:59 [INFO] No sources to compile 13:13:59 [INFO] 13:13:59 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.objectweb.asm.util --- 13:13:59 [INFO] Gathering dependencies 13:13:59 [INFO] Configured Artifact: org.ow2.asm:asm-util:9.1:jar 13:13:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-util/9.1/asm-util-9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:59 [INFO] Merging collected dependencies 13:13:59 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:59 [INFO] Copying 26 resources 13:13:59 [INFO] Generating OSGi MANIFEST.MF 13:13:59 [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm.util:eclipse-bundle-recipe:9.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/target/org.objectweb.asm.util-9.1.0-SNAPSHOT.jar 13:13:59 [INFO] Gathering sources 13:13:59 [INFO] Configured Artifact: org.ow2.asm:asm-util:sources:9.1:jar 13:13:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-util/9.1/asm-util-9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:13:59 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:13:59 [INFO] Copying 3 resources 13:13:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/target/org.objectweb.asm.util-9.1.0-SNAPSHOT-sources.jar 13:13:59 [INFO] Assembling p2 repository 13:14:00 [INFO] 13:14:00 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.objectweb.asm.util --- 13:14:00 [INFO] 13:14:00 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.objectweb.asm.util --- 13:14:00 [INFO] Discovering license information from existing ip_log.xml 13:14:00 [INFO] Discovered license 'New BSD license' for artifact org.ow2.asm:asm-util:9.1. 13:14:00 [INFO] Gathering sources archives 13:14:00 [INFO] Configured Artifact: org.ow2.asm:asm-util:sources:9.1:jar 13:14:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ow2/asm/asm-util/9.1/asm-util-9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/target/sources-for-eclipse-ipzilla/asm-util-9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:14:00 [INFO] Configured Artifact: org.ow2.asm:asm-util:sources:9.1:jar 13:14:00 [INFO] Copying asm-util-9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/target/sources-for-eclipse-ipzilla/asm-util-9.1-sources.jar 13:14:00 [INFO] Refreshing about files and about.html 13:14:00 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.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). 13:14:00 [INFO] Refreshing ip_log.xml 13:14:00 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:14:00 [INFO] 13:14:00 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.objectweb.asm.util --- 13:14:00 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/target/org.objectweb.asm.util-9.1.0-SNAPSHOT.jar 13:14:00 [INFO] 13:14:00 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.objectweb.asm.util --- 13:14:00 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/target/org.objectweb.asm.util-9.1.0-SNAPSHOT.jar 13:14:01 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/target/org.objectweb.asm.util-9.1.0-SNAPSHOT-sources.jar 13:14:03 [INFO] 13:14:03 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.objectweb.asm.util --- 13:14:03 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/target/org.objectweb.asm.util-9.1.0-SNAPSHOT.jar 13:14:03 [INFO] 13:14:03 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.objectweb.asm.util --- 13:14:03 [INFO] 13:14:03 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.objectweb.asm.util --- 13:14:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/target/org.objectweb.asm.util-9.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.1.0-SNAPSHOT/org.objectweb.asm.util-9.1.0-SNAPSHOT.jar 13:14:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.1.0-SNAPSHOT/org.objectweb.asm.util-9.1.0-SNAPSHOT.pom 13:14:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/target/org.objectweb.asm.util-9.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.1.0-SNAPSHOT/org.objectweb.asm.util-9.1.0-SNAPSHOT-sources.jar 13:14:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.1.0-SNAPSHOT/org.objectweb.asm.util-9.1.0-SNAPSHOT-p2metadata.xml 13:14:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.1.0-SNAPSHOT/org.objectweb.asm.util-9.1.0-SNAPSHOT-p2artifacts.xml 13:14:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.1.0-SNAPSHOT/org.objectweb.asm.util-9.1.0-SNAPSHOT-ip_log.xml 13:14:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/target/org.objectweb.asm.util-9.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.1.0-SNAPSHOT/org.objectweb.asm.util-9.1.0-SNAPSHOT-pack200.jar.pack.gz 13:14:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.1.0-SNAPSHOT/org.objectweb.asm.util-9.1.0-SNAPSHOT-p2metadata.xml 13:14:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/asm/org.objectweb.asm.util_9.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.1.0-SNAPSHOT/org.objectweb.asm.util-9.1.0-SNAPSHOT-p2artifacts.xml 13:14:03 [INFO] 13:14:03 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.objectweb.asm.util --- 13:14:03 [INFO] 13:14:03 [INFO] -----------------< org.eclipse.orbit.bundles:assertj >------------------ 13:14:03 [INFO] Building Eclipse Orbit :: AssertJ Recipes 1.0.0-SNAPSHOT [20/376] 13:14:03 [INFO] --------------------------------[ pom ]--------------------------------- 13:14:03 [INFO] 13:14:03 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ assertj --- 13:14:03 [INFO] 13:14:03 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ assertj --- 13:14:03 [INFO] 13:14:03 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ assertj --- 13:14:03 [INFO] 13:14:03 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ assertj --- 13:14:03 [INFO] 13:14:03 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ assertj --- 13:14:03 [INFO] 13:14:03 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ assertj --- 13:14:03 [INFO] 13:14:03 [INFO] --- maven-install-plugin:2.4:install (default-install) @ assertj --- 13:14:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/assertj/1.0.0-SNAPSHOT/assertj-1.0.0-SNAPSHOT.pom 13:14:03 [INFO] 13:14:03 [INFO] ---------------< org.eclipse.orbit.bundles:org.assertj >---------------- 13:14:03 [INFO] Building AssertJ fluent assertions 3.14.0-SNAPSHOT [21/376] 13:14:03 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:14:03 [INFO] 13:14:03 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.assertj --- 13:14:03 [INFO] 13:14:03 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.assertj --- 13:14:03 [INFO] The project's OSGi version is 3.14.0.v20200120-1926 13:14:03 [INFO] 13:14:03 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.assertj --- 13:14:03 [INFO] 13:14:03 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.assertj --- 13:14:03 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:03 [INFO] Copying 3 resources 13:14:03 [INFO] 13:14:03 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.assertj --- 13:14:03 [INFO] No sources to compile 13:14:03 [INFO] 13:14:03 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.assertj --- 13:14:03 [INFO] Gathering dependencies 13:14:03 [INFO] Configured Artifact: org.assertj:assertj-core:3.14.0:jar 13:14:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/assertj/assertj-core/3.14.0/assertj-core-3.14.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:14:03 [INFO] Merging collected dependencies 13:14:03 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:03 [INFO] Copying 3028 resources 13:14:04 [INFO] Generating OSGi MANIFEST.MF 13:14:05 [WARNING] Manifest org.eclipse.orbit.bundles:org.assertj:eclipse-bundle-recipe:3.14.0-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info} [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/target/org.assertj-3.14.0-SNAPSHOT.jar 13:14:05 [INFO] Gathering sources 13:14:05 [INFO] Configured Artifact: org.assertj:assertj-core:sources:3.14.0:jar 13:14:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/assertj/assertj-core/3.14.0/assertj-core-3.14.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:14:07 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:07 [INFO] Copying 3 resources 13:14:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/target/org.assertj-3.14.0-SNAPSHOT-sources.jar 13:14:08 [INFO] Assembling p2 repository 13:14:10 [INFO] 13:14:10 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.assertj --- 13:14:10 [INFO] 13:14:10 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.assertj --- 13:14:10 [INFO] Discovering license information from existing ip_log.xml 13:14:10 [INFO] Discovered license 'Apache License, 2.0' for artifact org.assertj:assertj-core:3.14.0. 13:14:10 [INFO] Gathering sources archives 13:14:10 [INFO] Configured Artifact: org.assertj:assertj-core:sources:3.14.0:jar 13:14:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/assertj/assertj-core/3.14.0/assertj-core-3.14.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/target/sources-for-eclipse-ipzilla/assertj-core-3.14.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:14:10 [INFO] Configured Artifact: org.assertj:assertj-core:sources:3.14.0:jar 13:14:10 [INFO] Copying assertj-core-3.14.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/target/sources-for-eclipse-ipzilla/assertj-core-3.14.0-sources.jar 13:14:10 [INFO] Refreshing about files and about.html 13:14:10 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.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). 13:14:10 [INFO] Refreshing ip_log.xml 13:14:10 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:14:10 [INFO] 13:14:10 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.assertj --- 13:14:10 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/target/org.assertj-3.14.0-SNAPSHOT.jar 13:14:12 [INFO] 13:14:12 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.assertj --- 13:14:13 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/target/org.assertj-3.14.0-SNAPSHOT.jar 13:14:17 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/target/org.assertj-3.14.0-SNAPSHOT-sources.jar 13:14:19 [INFO] 13:14:19 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.assertj --- 13:14:19 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/target/org.assertj-3.14.0-SNAPSHOT.jar 13:14:22 [INFO] 13:14:22 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.assertj --- 13:14:22 [INFO] 13:14:22 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.assertj --- 13:14:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/target/org.assertj-3.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.assertj/3.14.0-SNAPSHOT/org.assertj-3.14.0-SNAPSHOT.jar 13:14:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.assertj/3.14.0-SNAPSHOT/org.assertj-3.14.0-SNAPSHOT.pom 13:14:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/target/org.assertj-3.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.assertj/3.14.0-SNAPSHOT/org.assertj-3.14.0-SNAPSHOT-sources.jar 13:14:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.assertj/3.14.0-SNAPSHOT/org.assertj-3.14.0-SNAPSHOT-p2metadata.xml 13:14:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.assertj/3.14.0-SNAPSHOT/org.assertj-3.14.0-SNAPSHOT-p2artifacts.xml 13:14:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.assertj/3.14.0-SNAPSHOT/org.assertj-3.14.0-SNAPSHOT-ip_log.xml 13:14:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/target/org.assertj-3.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.assertj/3.14.0-SNAPSHOT/org.assertj-3.14.0-SNAPSHOT-pack200.jar.pack.gz 13:14:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.assertj/3.14.0-SNAPSHOT/org.assertj-3.14.0-SNAPSHOT-p2metadata.xml 13:14:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/assertj/org.assertj_3.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.assertj/3.14.0-SNAPSHOT/org.assertj-3.14.0-SNAPSHOT-p2artifacts.xml 13:14:22 [INFO] 13:14:22 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.assertj --- 13:14:22 [INFO] 13:14:22 [INFO] --------------< org.eclipse.orbit.bundles:apache-parent >--------------- 13:14:22 [INFO] Building Eclipse Orbit :: Apache Recipes 1.0.0-SNAPSHOT [22/376] 13:14:22 [INFO] --------------------------------[ pom ]--------------------------------- 13:14:22 [INFO] 13:14:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ apache-parent --- 13:14:22 [INFO] 13:14:22 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ apache-parent --- 13:14:22 [INFO] 13:14:22 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ apache-parent --- 13:14:22 [INFO] 13:14:22 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ apache-parent --- 13:14:22 [INFO] 13:14:22 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ apache-parent --- 13:14:22 [INFO] 13:14:22 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ apache-parent --- 13:14:22 [INFO] 13:14:22 [INFO] --- maven-install-plugin:2.4:install (default-install) @ apache-parent --- 13:14:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/apache-parent/1.0.0-SNAPSHOT/apache-parent-1.0.0-SNAPSHOT.pom 13:14:22 [INFO] 13:14:22 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.commons.cli >---------- 13:14:22 [INFO] Building Apache Commons CLI 1.4.0-SNAPSHOT [23/376] 13:14:22 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:14:22 [INFO] 13:14:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.cli --- 13:14:22 [INFO] 13:14:22 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.commons.cli --- 13:14:22 [INFO] The project's OSGi version is 1.4.0.v20200417-1444 13:14:22 [INFO] 13:14:22 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.commons.cli --- 13:14:22 [INFO] 13:14:22 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.commons.cli --- 13:14:22 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:22 [INFO] Copying 3 resources 13:14:22 [INFO] 13:14:22 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.commons.cli --- 13:14:22 [INFO] No sources to compile 13:14:22 [INFO] 13:14:22 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.cli --- 13:14:22 [INFO] Gathering dependencies 13:14:22 [INFO] Configured Artifact: commons-cli:commons-cli:1.4:jar 13:14:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/commons-cli/commons-cli/1.4/commons-cli-1.4.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.cli_1.4.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:14:22 [INFO] Merging collected dependencies 13:14:22 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:22 [INFO] Copying 30 resources 13:14:22 [INFO] Generating OSGi MANIFEST.MF 13:14:22 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.cli:eclipse-bundle-recipe:1.4.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.cli_1.4.0/target/org.apache.commons.cli-1.4.0-SNAPSHOT.jar 13:14:22 [INFO] Gathering sources 13:14:22 [INFO] Configured Artifact: commons-cli:commons-cli:sources:1.4:jar 13:14:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/commons-cli/commons-cli/1.4/commons-cli-1.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.cli_1.4.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:14:22 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:22 [INFO] Copying 3 resources 13:14:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.cli_1.4.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.cli_1.4.0/target/org.apache.commons.cli-1.4.0-SNAPSHOT-sources.jar 13:14:22 [INFO] Assembling p2 repository 13:14:23 [INFO] 13:14:23 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.cli --- 13:14:23 [INFO] 13:14:23 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.cli --- 13:14:23 [INFO] Discovering license information from existing ip_log.xml 13:14:23 [INFO] Discovered license 'Apache License, 2.0' for artifact commons-cli:commons-cli:1.4. 13:14:23 [INFO] Gathering sources archives 13:14:23 [INFO] Configured Artifact: commons-cli:commons-cli:sources:1.4:jar 13:14:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/commons-cli/commons-cli/1.4/commons-cli-1.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:14:23 [INFO] Configured Artifact: commons-cli:commons-cli:sources:1.4:jar 13:14:23 [INFO] Copying commons-cli-1.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.cli_1.4.0/target/sources-for-eclipse-ipzilla/commons-cli-1.4-sources.jar 13:14:23 [INFO] Refreshing about files and about.html 13:14:23 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:14:23 [INFO] Refreshing ip_log.xml 13:14:23 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.cli_1.4.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:14:23 [INFO] 13:14:23 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.commons.cli --- 13:14:23 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.cli_1.4.0/target/org.apache.commons.cli-1.4.0-SNAPSHOT.jar 13:14:23 [INFO] 13:14:23 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.commons.cli --- 13:14:23 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.cli_1.4.0/target/org.apache.commons.cli-1.4.0-SNAPSHOT.jar 13:14:24 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.cli_1.4.0/target/org.apache.commons.cli-1.4.0-SNAPSHOT-sources.jar 13:14:27 [INFO] 13:14:27 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.commons.cli --- 13:14:27 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.cli_1.4.0/target/org.apache.commons.cli-1.4.0-SNAPSHOT.jar 13:14:27 [INFO] 13:14:27 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.commons.cli --- 13:14:27 [INFO] 13:14:27 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.commons.cli --- 13:14:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT.jar 13:14:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.cli_1.4.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT.pom 13:14:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT-sources.jar 13:14:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.cli_1.4.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT-p2metadata.xml 13:14:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.cli_1.4.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT-p2artifacts.xml 13:14:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.cli_1.4.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT-ip_log.xml 13:14:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.cli_1.4.0/target/org.apache.commons.cli-1.4.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT-pack200.jar.pack.gz 13:14:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.cli_1.4.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT-p2metadata.xml 13:14:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.cli_1.4.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT-p2artifacts.xml 13:14:27 [INFO] 13:14:27 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.commons.cli --- 13:14:27 [INFO] 13:14:27 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.commons.codec >--------- 13:14:27 [INFO] Building Apache Commons Codec 1.14.0-SNAPSHOT [24/376] 13:14:27 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:14:27 [INFO] 13:14:27 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.codec --- 13:14:27 [INFO] 13:14:27 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.commons.codec --- 13:14:27 [INFO] The project's OSGi version is 1.14.0.v20200818-1422 13:14:27 [INFO] 13:14:27 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.commons.codec --- 13:14:27 [INFO] 13:14:27 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.commons.codec --- 13:14:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:27 [INFO] Copying 3 resources 13:14:27 [INFO] 13:14:27 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.commons.codec --- 13:14:27 [INFO] No sources to compile 13:14:27 [INFO] 13:14:27 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.codec --- 13:14:27 [INFO] Gathering dependencies 13:14:27 [INFO] Configured Artifact: commons-codec:commons-codec:1.14:jar 13:14:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/commons-codec/commons-codec/1.14/commons-codec-1.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.codec_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:14:27 [INFO] Merging collected dependencies 13:14:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:27 [INFO] Copying 233 resources 13:14:27 [INFO] Generating OSGi MANIFEST.MF 13:14:27 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.codec:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.codec_1.14.0/target/org.apache.commons.codec-1.14.0-SNAPSHOT.jar 13:14:27 [INFO] Gathering sources 13:14:27 [INFO] Configured Artifact: commons-codec:commons-codec:sources:1.14:jar 13:14:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/commons-codec/commons-codec/1.14/commons-codec-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.codec_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:14:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:27 [INFO] Copying 3 resources 13:14:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.codec_1.14.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.codec_1.14.0/target/org.apache.commons.codec-1.14.0-SNAPSHOT-sources.jar 13:14:28 [INFO] Assembling p2 repository 13:14:28 [INFO] 13:14:28 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.codec --- 13:14:28 [INFO] 13:14:28 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.codec --- 13:14:28 [INFO] Discovering license information from existing ip_log.xml 13:14:28 [INFO] Discovered license 'Apache License, 2.0' for artifact commons-codec:commons-codec:1.14. 13:14:28 [INFO] Gathering sources archives 13:14:28 [INFO] Configured Artifact: commons-codec:commons-codec:sources:1.14:jar 13:14:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/commons-codec/commons-codec/1.14/commons-codec-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:14:28 [INFO] Configured Artifact: commons-codec:commons-codec:sources:1.14:jar 13:14:28 [INFO] Copying commons-codec-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.codec_1.14.0/target/sources-for-eclipse-ipzilla/commons-codec-1.14-sources.jar 13:14:28 [INFO] Refreshing about files and about.html 13:14:28 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:14:28 [INFO] Refreshing ip_log.xml 13:14:28 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.codec_1.14.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:14:28 [INFO] 13:14:28 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.commons.codec --- 13:14:28 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.codec_1.14.0/target/org.apache.commons.codec-1.14.0-SNAPSHOT.jar 13:14:28 [INFO] 13:14:28 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.commons.codec --- 13:14:28 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.codec_1.14.0/target/org.apache.commons.codec-1.14.0-SNAPSHOT.jar 13:14:30 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.codec_1.14.0/target/org.apache.commons.codec-1.14.0-SNAPSHOT-sources.jar 13:14:32 [INFO] 13:14:32 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.commons.codec --- 13:14:32 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.codec_1.14.0/target/org.apache.commons.codec-1.14.0-SNAPSHOT.jar 13:14:32 [INFO] 13:14:32 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.commons.codec --- 13:14:32 [INFO] 13:14:32 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.commons.codec --- 13:14:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT.jar 13:14:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.codec_1.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT.pom 13:14:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT-sources.jar 13:14:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.codec_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT-p2metadata.xml 13:14:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.codec_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT-p2artifacts.xml 13:14:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.codec_1.14.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT-ip_log.xml 13:14:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.codec_1.14.0/target/org.apache.commons.codec-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT-pack200.jar.pack.gz 13:14:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.codec_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT-p2metadata.xml 13:14:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.codec_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT-p2artifacts.xml 13:14:32 [INFO] 13:14:32 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.commons.codec --- 13:14:32 [INFO] 13:14:32 [INFO] -----< org.eclipse.orbit.bundles:org.apache.commons.collections4 >------ 13:14:32 [INFO] Building Apache Commons Collections 4.4.0-SNAPSHOT [25/376] 13:14:32 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:14:32 [INFO] 13:14:32 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.collections4 --- 13:14:32 [INFO] 13:14:32 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.commons.collections4 --- 13:14:32 [INFO] The project's OSGi version is 4.4.0.v20200420-1700 13:14:32 [INFO] 13:14:32 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.commons.collections4 --- 13:14:32 [INFO] 13:14:32 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.commons.collections4 --- 13:14:32 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:32 [INFO] Copying 3 resources 13:14:32 [INFO] 13:14:32 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.commons.collections4 --- 13:14:32 [INFO] No sources to compile 13:14:32 [INFO] 13:14:32 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.collections4 --- 13:14:32 [INFO] Gathering dependencies 13:14:32 [INFO] Configured Artifact: org.apache.commons:commons-collections4:4.4:jar 13:14:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.collections4_4.4.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:14:32 [INFO] Merging collected dependencies 13:14:32 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:32 [INFO] Copying 527 resources 13:14:32 [INFO] Generating OSGi MANIFEST.MF 13:14:32 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.collections4:eclipse-bundle-recipe:4.4.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.collections4_4.4.0/target/org.apache.commons.collections4-4.4.0-SNAPSHOT.jar 13:14:32 [INFO] Gathering sources 13:14:32 [INFO] Configured Artifact: org.apache.commons:commons-collections4:sources:4.4:jar 13:14:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.collections4_4.4.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:14:33 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:33 [INFO] Copying 3 resources 13:14:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.collections4_4.4.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.collections4_4.4.0/target/org.apache.commons.collections4-4.4.0-SNAPSHOT-sources.jar 13:14:33 [INFO] Assembling p2 repository 13:14:33 [INFO] 13:14:33 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.collections4 --- 13:14:33 [INFO] 13:14:33 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.collections4 --- 13:14:33 [INFO] Discovering license information from existing ip_log.xml 13:14:33 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.commons:commons-collections4:4.4. 13:14:33 [INFO] Gathering sources archives 13:14:33 [INFO] Configured Artifact: org.apache.commons:commons-collections4:sources:4.4:jar 13:14:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:14:33 [INFO] Configured Artifact: org.apache.commons:commons-collections4:sources:4.4:jar 13:14:33 [INFO] Copying commons-collections4-4.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.collections4_4.4.0/target/sources-for-eclipse-ipzilla/commons-collections4-4.4-sources.jar 13:14:33 [INFO] Refreshing about files and about.html 13:14:33 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:14:33 [INFO] Refreshing ip_log.xml 13:14:33 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.collections4_4.4.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:14:33 [INFO] 13:14:33 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.commons.collections4 --- 13:14:33 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.collections4_4.4.0/target/org.apache.commons.collections4-4.4.0-SNAPSHOT.jar 13:14:34 [INFO] 13:14:34 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.commons.collections4 --- 13:14:34 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.collections4_4.4.0/target/org.apache.commons.collections4-4.4.0-SNAPSHOT.jar 13:14:37 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.collections4_4.4.0/target/org.apache.commons.collections4-4.4.0-SNAPSHOT-sources.jar 13:14:39 [INFO] 13:14:39 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.commons.collections4 --- 13:14:39 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.collections4_4.4.0/target/org.apache.commons.collections4-4.4.0-SNAPSHOT.jar 13:14:39 [INFO] 13:14:39 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.commons.collections4 --- 13:14:40 [INFO] 13:14:40 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.commons.collections4 --- 13:14:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT.jar 13:14:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.collections4_4.4.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT.pom 13:14:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT-sources.jar 13:14:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.collections4_4.4.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT-p2metadata.xml 13:14:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.collections4_4.4.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT-p2artifacts.xml 13:14:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.collections4_4.4.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT-ip_log.xml 13:14:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.collections4_4.4.0/target/org.apache.commons.collections4-4.4.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT-pack200.jar.pack.gz 13:14:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.collections4_4.4.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT-p2metadata.xml 13:14:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.collections4_4.4.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT-p2artifacts.xml 13:14:40 [INFO] 13:14:40 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.commons.collections4 --- 13:14:40 [INFO] 13:14:40 [INFO] -------< org.eclipse.orbit.bundles:org.apache.commons.compress >-------- 13:14:40 [INFO] Building Apache Commons Compress 1.19.0-SNAPSHOT [26/376] 13:14:40 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:14:40 [INFO] 13:14:40 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.compress --- 13:14:40 [INFO] 13:14:40 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.commons.compress --- 13:14:40 [INFO] The project's OSGi version is 1.19.0.v20200106-2343 13:14:40 [INFO] 13:14:40 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.commons.compress --- 13:14:40 [INFO] 13:14:40 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.commons.compress --- 13:14:40 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:40 [INFO] Copying 3 resources 13:14:40 [INFO] 13:14:40 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.commons.compress --- 13:14:40 [INFO] No sources to compile 13:14:40 [INFO] 13:14:40 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.compress --- 13:14:40 [INFO] Gathering dependencies 13:14:40 [INFO] Configured Artifact: org.apache.commons:commons-compress:1.19:jar 13:14:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:14:40 [INFO] Merging collected dependencies 13:14:40 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:40 [INFO] Copying 357 resources 13:14:40 [INFO] Generating OSGi MANIFEST.MF 13:14:40 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.compress:eclipse-bundle-recipe:1.19.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/target/org.apache.commons.compress-1.19.0-SNAPSHOT.jar 13:14:40 [INFO] Gathering sources 13:14:40 [INFO] Configured Artifact: org.apache.commons:commons-compress:sources:1.19:jar 13:14:42 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/commons/commons-compress/1.19/commons-compress-1.19-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:14:42 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:42 [INFO] Copying 3 resources 13:14:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/target/org.apache.commons.compress-1.19.0-SNAPSHOT-sources.jar 13:14:42 [INFO] Assembling p2 repository 13:14:44 [INFO] 13:14:44 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.compress --- 13:14:44 [INFO] 13:14:44 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.compress --- 13:14:44 [INFO] Discovering license information from existing ip_log.xml 13:14:44 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.commons:commons-compress:1.19. 13:14:44 [INFO] Gathering sources archives 13:14:44 [INFO] Configured Artifact: org.apache.commons:commons-compress:sources:1.19:jar 13:14:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/commons/commons-compress/1.19/commons-compress-1.19-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/target/sources-for-eclipse-ipzilla/commons-compress-1.19-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:14:44 [INFO] Configured Artifact: org.apache.commons:commons-compress:sources:1.19:jar 13:14:44 [INFO] Copying commons-compress-1.19-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/target/sources-for-eclipse-ipzilla/commons-compress-1.19-sources.jar 13:14:44 [INFO] Refreshing about files and about.html 13:14:44 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.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). 13:14:44 [INFO] Refreshing ip_log.xml 13:14:44 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:14:44 [INFO] 13:14:44 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.commons.compress --- 13:14:44 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/target/org.apache.commons.compress-1.19.0-SNAPSHOT.jar 13:14:44 [INFO] 13:14:44 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.commons.compress --- 13:14:44 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/target/org.apache.commons.compress-1.19.0-SNAPSHOT.jar 13:14:46 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/target/org.apache.commons.compress-1.19.0-SNAPSHOT-sources.jar 13:14:48 [INFO] 13:14:48 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.commons.compress --- 13:14:48 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/target/org.apache.commons.compress-1.19.0-SNAPSHOT.jar 13:14:48 [INFO] 13:14:48 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.commons.compress --- 13:14:48 [INFO] 13:14:48 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.commons.compress --- 13:14:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/target/org.apache.commons.compress-1.19.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.19.0-SNAPSHOT/org.apache.commons.compress-1.19.0-SNAPSHOT.jar 13:14:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.19.0-SNAPSHOT/org.apache.commons.compress-1.19.0-SNAPSHOT.pom 13:14:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/target/org.apache.commons.compress-1.19.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.19.0-SNAPSHOT/org.apache.commons.compress-1.19.0-SNAPSHOT-sources.jar 13:14:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.19.0-SNAPSHOT/org.apache.commons.compress-1.19.0-SNAPSHOT-p2metadata.xml 13:14:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.19.0-SNAPSHOT/org.apache.commons.compress-1.19.0-SNAPSHOT-p2artifacts.xml 13:14:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.19.0-SNAPSHOT/org.apache.commons.compress-1.19.0-SNAPSHOT-ip_log.xml 13:14:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/target/org.apache.commons.compress-1.19.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.19.0-SNAPSHOT/org.apache.commons.compress-1.19.0-SNAPSHOT-pack200.jar.pack.gz 13:14:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.19.0-SNAPSHOT/org.apache.commons.compress-1.19.0-SNAPSHOT-p2metadata.xml 13:14:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.compress_1.19.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.19.0-SNAPSHOT/org.apache.commons.compress-1.19.0-SNAPSHOT-p2artifacts.xml 13:14:48 [INFO] 13:14:48 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.commons.compress --- 13:14:48 [INFO] 13:14:48 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.commons.csv >---------- 13:14:48 [INFO] Building Apache Commons CSV 1.8.0-SNAPSHOT [27/376] 13:14:48 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:14:49 [INFO] 13:14:49 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.csv --- 13:14:49 [INFO] 13:14:49 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.commons.csv --- 13:14:49 [INFO] The project's OSGi version is 1.8.0.v20200804-1438 13:14:49 [INFO] 13:14:49 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.commons.csv --- 13:14:49 [INFO] 13:14:49 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.commons.csv --- 13:14:49 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:49 [INFO] Copying 3 resources 13:14:49 [INFO] 13:14:49 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.commons.csv --- 13:14:49 [INFO] No sources to compile 13:14:49 [INFO] 13:14:49 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.csv --- 13:14:49 [INFO] Gathering dependencies 13:14:49 [INFO] Configured Artifact: org.apache.commons:commons-csv:1.8:jar 13:14:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/commons/commons-csv/1.8/commons-csv-1.8.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.csv_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:14:49 [INFO] Merging collected dependencies 13:14:49 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:49 [INFO] Copying 23 resources 13:14:49 [INFO] Generating OSGi MANIFEST.MF 13:14:49 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.csv:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.csv_1.8.0/target/org.apache.commons.csv-1.8.0-SNAPSHOT.jar 13:14:49 [INFO] Gathering sources 13:14:49 [INFO] Configured Artifact: org.apache.commons:commons-csv:sources:1.8:jar 13:14:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/commons/commons-csv/1.8/commons-csv-1.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.csv_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:14:49 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:49 [INFO] Copying 3 resources 13:14:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.csv_1.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.csv_1.8.0/target/org.apache.commons.csv-1.8.0-SNAPSHOT-sources.jar 13:14:49 [INFO] Assembling p2 repository 13:14:49 [INFO] 13:14:49 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.csv --- 13:14:49 [INFO] 13:14:49 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.csv --- 13:14:49 [INFO] Discovering license information from existing ip_log.xml 13:14:49 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.commons:commons-csv:1.8. 13:14:49 [INFO] Gathering sources archives 13:14:49 [INFO] Configured Artifact: org.apache.commons:commons-csv:sources:1.8:jar 13:14:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/commons/commons-csv/1.8/commons-csv-1.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:14:49 [INFO] Configured Artifact: org.apache.commons:commons-csv:sources:1.8:jar 13:14:49 [INFO] Copying commons-csv-1.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.csv_1.8.0/target/sources-for-eclipse-ipzilla/commons-csv-1.8-sources.jar 13:14:49 [INFO] Refreshing about files and about.html 13:14:49 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:14:49 [INFO] Refreshing ip_log.xml 13:14:49 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.csv_1.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:14:49 [INFO] 13:14:49 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.commons.csv --- 13:14:49 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.csv_1.8.0/target/org.apache.commons.csv-1.8.0-SNAPSHOT.jar 13:14:49 [INFO] 13:14:49 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.commons.csv --- 13:14:49 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.csv_1.8.0/target/org.apache.commons.csv-1.8.0-SNAPSHOT.jar 13:14:51 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.csv_1.8.0/target/org.apache.commons.csv-1.8.0-SNAPSHOT-sources.jar 13:14:52 [INFO] 13:14:52 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.commons.csv --- 13:14:52 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.csv_1.8.0/target/org.apache.commons.csv-1.8.0-SNAPSHOT.jar 13:14:52 [INFO] 13:14:52 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.commons.csv --- 13:14:52 [INFO] 13:14:52 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.commons.csv --- 13:14:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT.jar 13:14:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.csv_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT.pom 13:14:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT-sources.jar 13:14:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.csv_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT-p2metadata.xml 13:14:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.csv_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT-p2artifacts.xml 13:14:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.csv_1.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT-ip_log.xml 13:14:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.csv_1.8.0/target/org.apache.commons.csv-1.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT-pack200.jar.pack.gz 13:14:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.csv_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT-p2metadata.xml 13:14:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.csv_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT-p2artifacts.xml 13:14:52 [INFO] 13:14:52 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.commons.csv --- 13:14:52 [INFO] 13:14:52 [INFO] ------< org.eclipse.orbit.bundles:org.apache.commons.fileupload >------- 13:14:52 [INFO] Building Apache Commons FileUpload 1.3.2-SNAPSHOT [28/376] 13:14:52 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:14:52 [INFO] 13:14:52 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.fileupload --- 13:14:52 [INFO] 13:14:52 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.commons.fileupload --- 13:14:52 [INFO] The project's OSGi version is 1.3.2.v20170320-2229 13:14:52 [INFO] 13:14:52 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.commons.fileupload --- 13:14:52 [INFO] 13:14:52 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.commons.fileupload --- 13:14:52 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:52 [INFO] Copying 3 resources 13:14:52 [INFO] 13:14:52 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.commons.fileupload --- 13:14:52 [INFO] No sources to compile 13:14:52 [INFO] 13:14:52 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.fileupload --- 13:14:52 [INFO] Gathering dependencies 13:14:52 [INFO] Configured Artifact: commons-fileupload:commons-fileupload:1.3.2:jar 13:14:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.fileupload_1.3.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:14:52 [INFO] Merging collected dependencies 13:14:52 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:52 [INFO] Copying 52 resources 13:14:52 [INFO] Generating OSGi MANIFEST.MF 13:14:52 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.fileupload:eclipse-bundle-recipe:1.3.2-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.fileupload_1.3.2/target/org.apache.commons.fileupload-1.3.2-SNAPSHOT.jar 13:14:52 [INFO] Gathering sources 13:14:52 [INFO] Configured Artifact: commons-fileupload:commons-fileupload:sources:1.3.2:jar 13:14:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.fileupload_1.3.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:14:52 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:52 [INFO] Copying 3 resources 13:14:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.fileupload_1.3.2/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.fileupload_1.3.2/target/org.apache.commons.fileupload-1.3.2-SNAPSHOT-sources.jar 13:14:52 [INFO] Assembling p2 repository 13:14:53 [INFO] 13:14:53 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.fileupload --- 13:14:53 [INFO] 13:14:53 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.fileupload --- 13:14:53 [INFO] Discovering license information from existing ip_log.xml 13:14:53 [INFO] Discovered license 'Apache License, 2.0' for artifact commons-fileupload:commons-fileupload:1.3.2. 13:14:53 [INFO] Gathering sources archives 13:14:53 [INFO] Configured Artifact: commons-fileupload:commons-fileupload:sources:1.3.2:jar 13:14:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:14:53 [INFO] Configured Artifact: commons-fileupload:commons-fileupload:sources:1.3.2:jar 13:14:53 [INFO] Copying commons-fileupload-1.3.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.fileupload_1.3.2/target/sources-for-eclipse-ipzilla/commons-fileupload-1.3.2-sources.jar 13:14:53 [INFO] Refreshing about files and about.html 13:14:53 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:14:53 [INFO] Refreshing ip_log.xml 13:14:53 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.fileupload_1.3.2/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:14:53 [INFO] 13:14:53 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.commons.fileupload --- 13:14:53 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.fileupload_1.3.2/target/org.apache.commons.fileupload-1.3.2-SNAPSHOT.jar 13:14:53 [INFO] 13:14:53 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.commons.fileupload --- 13:14:53 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.fileupload_1.3.2/target/org.apache.commons.fileupload-1.3.2-SNAPSHOT.jar 13:14:55 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.fileupload_1.3.2/target/org.apache.commons.fileupload-1.3.2-SNAPSHOT-sources.jar 13:14:56 [INFO] 13:14:56 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.commons.fileupload --- 13:14:56 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.fileupload_1.3.2/target/org.apache.commons.fileupload-1.3.2-SNAPSHOT.jar 13:14:56 [INFO] 13:14:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.commons.fileupload --- 13:14:56 [INFO] 13:14:56 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.commons.fileupload --- 13:14:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT.jar 13:14:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.fileupload_1.3.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT.pom 13:14:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT-sources.jar 13:14:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.fileupload_1.3.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT-p2metadata.xml 13:14:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.fileupload_1.3.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT-p2artifacts.xml 13:14:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.fileupload_1.3.2/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT-ip_log.xml 13:14:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.fileupload_1.3.2/target/org.apache.commons.fileupload-1.3.2-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT-pack200.jar.pack.gz 13:14:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.fileupload_1.3.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT-p2metadata.xml 13:14:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.fileupload_1.3.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT-p2artifacts.xml 13:14:56 [INFO] 13:14:56 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.commons.fileupload --- 13:14:56 [INFO] 13:14:56 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.commons.io >----------- 13:14:56 [INFO] Building Apache Commons IO 2.8.0-SNAPSHOT [29/376] 13:14:56 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:14:56 [INFO] 13:14:56 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.io --- 13:14:56 [INFO] 13:14:56 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.commons.io --- 13:14:56 [INFO] The project's OSGi version is 2.8.0.v20210415-0900 13:14:56 [INFO] 13:14:56 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.commons.io --- 13:14:56 [INFO] 13:14:56 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.commons.io --- 13:14:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:56 [INFO] Copying 3 resources 13:14:56 [INFO] 13:14:56 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.commons.io --- 13:14:56 [INFO] No sources to compile 13:14:56 [INFO] 13:14:56 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.io --- 13:14:56 [INFO] Gathering dependencies 13:14:56 [INFO] Configured Artifact: commons-io:commons-io:2.8.0:jar 13:14:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.io_2.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:14:56 [INFO] Merging collected dependencies 13:14:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:56 [INFO] Copying 185 resources 13:14:56 [INFO] Generating OSGi MANIFEST.MF 13:14:56 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.io:eclipse-bundle-recipe:2.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:14:56 [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 13:14:56 [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 13:14:56 [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 13:14:56 [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 13:14:56 [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 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.io_2.8.0/target/org.apache.commons.io-2.8.0-SNAPSHOT.jar 13:14:56 [INFO] Gathering sources 13:14:56 [INFO] Configured Artifact: commons-io:commons-io:sources:2.8.0:jar 13:14:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/commons-io/commons-io/2.8.0/commons-io-2.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.io_2.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:14:57 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:14:57 [INFO] Copying 3 resources 13:14:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.io_2.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.io_2.8.0/target/org.apache.commons.io-2.8.0-SNAPSHOT-sources.jar 13:14:57 [INFO] Assembling p2 repository 13:14:57 [INFO] 13:14:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.io --- 13:14:57 [INFO] 13:14:57 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.io --- 13:14:57 [INFO] Discovering license information from existing ip_log.xml 13:14:57 [INFO] Discovered license 'Apache License, 2.0' for artifact commons-io:commons-io:2.8.0. 13:14:57 [INFO] Gathering sources archives 13:14:57 [INFO] Configured Artifact: commons-io:commons-io:sources:2.8.0:jar 13:14:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/commons-io/commons-io/2.8.0/commons-io-2.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:14:57 [INFO] Configured Artifact: commons-io:commons-io:sources:2.8.0:jar 13:14:57 [INFO] Copying commons-io-2.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.io_2.8.0/target/sources-for-eclipse-ipzilla/commons-io-2.8.0-sources.jar 13:14:57 [INFO] Refreshing about files and about.html 13:14:57 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:14:57 [INFO] Refreshing ip_log.xml 13:14:57 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.io_2.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:14:57 [INFO] 13:14:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.commons.io --- 13:14:57 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.io_2.8.0/target/org.apache.commons.io-2.8.0-SNAPSHOT.jar 13:14:57 [INFO] 13:14:57 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.commons.io --- 13:14:57 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.io_2.8.0/target/org.apache.commons.io-2.8.0-SNAPSHOT.jar 13:14:59 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.io_2.8.0/target/org.apache.commons.io-2.8.0-SNAPSHOT-sources.jar 13:15:00 [INFO] 13:15:00 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.commons.io --- 13:15:00 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.io_2.8.0/target/org.apache.commons.io-2.8.0-SNAPSHOT.jar 13:15:00 [INFO] 13:15:00 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.commons.io --- 13:15:00 [INFO] 13:15:00 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.commons.io --- 13:15:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT.jar 13:15:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.io_2.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT.pom 13:15:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT-sources.jar 13:15:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.io_2.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT-p2metadata.xml 13:15:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.io_2.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT-p2artifacts.xml 13:15:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.io_2.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT-ip_log.xml 13:15:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.io_2.8.0/target/org.apache.commons.io-2.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT-pack200.jar.pack.gz 13:15:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.io_2.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT-p2metadata.xml 13:15:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.io_2.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT-p2artifacts.xml 13:15:00 [INFO] 13:15:00 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.commons.io --- 13:15:00 [INFO] 13:15:00 [INFO] --------< org.eclipse.orbit.bundles:org.apache.commons.logging >-------- 13:15:00 [INFO] Building Apache Commons Logging 1.2.0-SNAPSHOT [30/376] 13:15:00 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:15:00 [INFO] 13:15:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.logging --- 13:15:00 [INFO] 13:15:00 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.commons.logging --- 13:15:00 [INFO] The project's OSGi version is 1.2.0.v20180409-1502 13:15:00 [INFO] 13:15:00 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.commons.logging --- 13:15:00 [INFO] 13:15:00 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.commons.logging --- 13:15:00 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:00 [INFO] Copying 3 resources 13:15:00 [INFO] 13:15:00 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.commons.logging --- 13:15:00 [INFO] No sources to compile 13:15:00 [INFO] 13:15:00 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.logging --- 13:15:00 [INFO] Gathering dependencies 13:15:00 [INFO] Configured Artifact: commons-logging:commons-logging:1.2:jar 13:15:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.logging_1.2.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:15:00 [INFO] Merging collected dependencies 13:15:00 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:00 [INFO] Copying 31 resources 13:15:00 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.logging_1.2.0/target/org.apache.commons.logging-1.2.0-SNAPSHOT.jar 13:15:01 [INFO] Gathering sources 13:15:01 [INFO] Configured Artifact: commons-logging:commons-logging:sources:1.2:jar 13:15:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.logging_1.2.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:15:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:01 [INFO] Copying 3 resources 13:15:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.logging_1.2.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.logging_1.2.0/target/org.apache.commons.logging-1.2.0-SNAPSHOT-sources.jar 13:15:01 [INFO] Assembling p2 repository 13:15:01 [INFO] 13:15:01 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.logging --- 13:15:01 [INFO] 13:15:01 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.logging --- 13:15:01 [INFO] Discovering license information from existing ip_log.xml 13:15:01 [INFO] Discovered license 'Apache License, 2.0' for artifact commons-logging:commons-logging:1.2. 13:15:01 [INFO] Gathering sources archives 13:15:01 [INFO] Configured Artifact: commons-logging:commons-logging:sources:1.2:jar 13:15:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:15:01 [INFO] Configured Artifact: commons-logging:commons-logging:sources:1.2:jar 13:15:01 [INFO] Copying commons-logging-1.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.logging_1.2.0/target/sources-for-eclipse-ipzilla/commons-logging-1.2-sources.jar 13:15:01 [INFO] Refreshing about files and about.html 13:15:01 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:15:01 [INFO] Refreshing ip_log.xml 13:15:01 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.logging_1.2.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:15:01 [INFO] 13:15:01 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.commons.logging --- 13:15:01 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.logging_1.2.0/target/org.apache.commons.logging-1.2.0-SNAPSHOT.jar 13:15:01 [INFO] 13:15:01 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.commons.logging --- 13:15:01 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.logging_1.2.0/target/org.apache.commons.logging-1.2.0-SNAPSHOT.jar 13:15:03 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.logging_1.2.0/target/org.apache.commons.logging-1.2.0-SNAPSHOT-sources.jar 13:15:05 [INFO] 13:15:05 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.commons.logging --- 13:15:05 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.logging_1.2.0/target/org.apache.commons.logging-1.2.0-SNAPSHOT.jar 13:15:05 [INFO] 13:15:05 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.commons.logging --- 13:15:05 [INFO] 13:15:05 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.commons.logging --- 13:15:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT.jar 13:15:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.logging_1.2.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT.pom 13:15:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT-sources.jar 13:15:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.logging_1.2.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT-p2metadata.xml 13:15:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.logging_1.2.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT-p2artifacts.xml 13:15:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.logging_1.2.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT-ip_log.xml 13:15:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.logging_1.2.0/target/org.apache.commons.logging-1.2.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT-pack200.jar.pack.gz 13:15:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.logging_1.2.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT-p2metadata.xml 13:15:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.logging_1.2.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT-p2artifacts.xml 13:15:05 [INFO] 13:15:05 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.commons.logging --- 13:15:05 [INFO] 13:15:05 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.commons.math3 >--------- 13:15:05 [INFO] Building Apache Commons Math 3.6.1-SNAPSHOT [31/376] 13:15:05 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:15:05 [INFO] 13:15:05 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.math3 --- 13:15:05 [INFO] 13:15:05 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.commons.math3 --- 13:15:05 [INFO] The project's OSGi version is 3.6.1.v20200817-1830 13:15:05 [INFO] 13:15:05 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.commons.math3 --- 13:15:05 [INFO] 13:15:05 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.commons.math3 --- 13:15:05 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:05 [INFO] Copying 3 resources 13:15:05 [INFO] 13:15:05 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.commons.math3 --- 13:15:05 [INFO] No sources to compile 13:15:05 [INFO] 13:15:05 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.math3 --- 13:15:05 [INFO] Gathering dependencies 13:15:05 [INFO] Configured Artifact: org.apache.commons:commons-math3:3.6.1:jar 13:15:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.math3_3.6.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:15:05 [INFO] Merging collected dependencies 13:15:05 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:05 [INFO] Copying 1306 resources 13:15:05 [INFO] Generating OSGi MANIFEST.MF 13:15:06 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.math3:eclipse-bundle-recipe:3.6.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.math3_3.6.1/target/org.apache.commons.math3-3.6.1-SNAPSHOT.jar 13:15:06 [INFO] Gathering sources 13:15:06 [INFO] Configured Artifact: org.apache.commons:commons-math3:sources:3.6.1:jar 13:15:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.math3_3.6.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:15:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:06 [INFO] Copying 3 resources 13:15:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.math3_3.6.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.math3_3.6.1/target/org.apache.commons.math3-3.6.1-SNAPSHOT-sources.jar 13:15:06 [INFO] Assembling p2 repository 13:15:07 [INFO] 13:15:07 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.math3 --- 13:15:07 [INFO] 13:15:07 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.math3 --- 13:15:07 [INFO] Discovering license information from existing ip_log.xml 13:15:07 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.commons:commons-math3:3.6.1. 13:15:07 [INFO] Gathering sources archives 13:15:07 [INFO] Configured Artifact: org.apache.commons:commons-math3:sources:3.6.1:jar 13:15:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:15:08 [INFO] Configured Artifact: org.apache.commons:commons-math3:sources:3.6.1:jar 13:15:08 [INFO] Copying commons-math3-3.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.math3_3.6.1/target/sources-for-eclipse-ipzilla/commons-math3-3.6.1-sources.jar 13:15:08 [INFO] Refreshing about files and about.html 13:15:08 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:15:08 [INFO] Refreshing ip_log.xml 13:15:08 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.math3_3.6.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:15:08 [INFO] 13:15:08 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.commons.math3 --- 13:15:08 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.math3_3.6.1/target/org.apache.commons.math3-3.6.1-SNAPSHOT.jar 13:15:09 [INFO] 13:15:09 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.commons.math3 --- 13:15:10 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.math3_3.6.1/target/org.apache.commons.math3-3.6.1-SNAPSHOT.jar 13:15:14 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.math3_3.6.1/target/org.apache.commons.math3-3.6.1-SNAPSHOT-sources.jar 13:15:17 [INFO] 13:15:17 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.commons.math3 --- 13:15:17 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.math3_3.6.1/target/org.apache.commons.math3-3.6.1-SNAPSHOT.jar 13:15:19 [INFO] 13:15:19 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.commons.math3 --- 13:15:19 [INFO] 13:15:19 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.commons.math3 --- 13:15:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT.jar 13:15:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.math3_3.6.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT.pom 13:15:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT-sources.jar 13:15:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.math3_3.6.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT-p2metadata.xml 13:15:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.math3_3.6.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT-p2artifacts.xml 13:15:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.math3_3.6.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT-ip_log.xml 13:15:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.math3_3.6.1/target/org.apache.commons.math3-3.6.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT-pack200.jar.pack.gz 13:15:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.math3_3.6.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT-p2metadata.xml 13:15:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.commons.math3_3.6.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT-p2artifacts.xml 13:15:19 [INFO] 13:15:19 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.commons.math3 --- 13:15:19 [INFO] 13:15:19 [INFO] ------< org.eclipse.orbit.bundles:org.apache.onami.configuration >------ 13:15:19 [INFO] Building Apache Onami-Configuration 6.3.0-SNAPSHOT [32/376] 13:15:19 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:15:19 [INFO] 13:15:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.onami.configuration --- 13:15:19 [INFO] 13:15:19 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.onami.configuration --- 13:15:19 [INFO] The project's OSGi version is 6.3.0.v20160301-1110 13:15:19 [INFO] 13:15:19 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.onami.configuration --- 13:15:19 [INFO] 13:15:19 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.onami.configuration --- 13:15:19 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:19 [INFO] Copying 3 resources 13:15:19 [INFO] 13:15:19 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.onami.configuration --- 13:15:19 [INFO] No sources to compile 13:15:19 [INFO] 13:15:19 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.onami.configuration --- 13:15:19 [INFO] Gathering dependencies 13:15:19 [INFO] Configured Artifact: org.apache.onami:org.apache.onami.configuration:6.3.0:jar 13:15:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/org.apache.onami.configuration_6.3.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:15:19 [INFO] Merging collected dependencies 13:15:19 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:19 [INFO] Copying 24 resources 13:15:19 [INFO] Generating OSGi MANIFEST.MF 13:15:19 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.onami.configuration:eclipse-bundle-recipe:6.3.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.onami.configuration_6.3.0/target/org.apache.onami.configuration-6.3.0-SNAPSHOT.jar 13:15:19 [INFO] Gathering sources 13:15:19 [INFO] Configured Artifact: org.apache.onami:org.apache.onami.configuration:sources:6.3.0:jar 13:15:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/org.apache.onami.configuration_6.3.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:15:19 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:19 [INFO] Copying 3 resources 13:15:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.onami.configuration_6.3.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.onami.configuration_6.3.0/target/org.apache.onami.configuration-6.3.0-SNAPSHOT-sources.jar 13:15:19 [INFO] Assembling p2 repository 13:15:20 [INFO] 13:15:20 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.onami.configuration --- 13:15:20 [INFO] 13:15:20 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.onami.configuration --- 13:15:20 [INFO] Discovering license information from existing ip_log.xml 13:15:20 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.onami:org.apache.onami.configuration:6.3.0. 13:15:20 [INFO] Gathering sources archives 13:15:20 [INFO] Configured Artifact: org.apache.onami:org.apache.onami.configuration:sources:6.3.0:jar 13:15:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:15:20 [INFO] Configured Artifact: org.apache.onami:org.apache.onami.configuration:sources:6.3.0:jar 13:15:20 [INFO] Copying org.apache.onami.configuration-6.3.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.onami.configuration_6.3.0/target/sources-for-eclipse-ipzilla/org.apache.onami.configuration-6.3.0-sources.jar 13:15:20 [INFO] Refreshing about files and about.html 13:15:20 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:15:20 [INFO] Refreshing ip_log.xml 13:15:20 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.onami.configuration_6.3.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:15:20 [INFO] 13:15:20 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.onami.configuration --- 13:15:20 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.onami.configuration_6.3.0/target/org.apache.onami.configuration-6.3.0-SNAPSHOT.jar 13:15:20 [INFO] 13:15:20 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.onami.configuration --- 13:15:20 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.onami.configuration_6.3.0/target/org.apache.onami.configuration-6.3.0-SNAPSHOT.jar 13:15:21 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.onami.configuration_6.3.0/target/org.apache.onami.configuration-6.3.0-SNAPSHOT-sources.jar 13:15:23 [INFO] 13:15:23 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.onami.configuration --- 13:15:23 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.onami.configuration_6.3.0/target/org.apache.onami.configuration-6.3.0-SNAPSHOT.jar 13:15:23 [INFO] 13:15:23 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.onami.configuration --- 13:15:23 [INFO] 13:15:23 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.onami.configuration --- 13:15:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT.jar 13:15:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.onami.configuration_6.3.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT.pom 13:15:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT-sources.jar 13:15:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.onami.configuration_6.3.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT-p2metadata.xml 13:15:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.onami.configuration_6.3.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT-p2artifacts.xml 13:15:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.onami.configuration_6.3.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT-ip_log.xml 13:15:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.onami.configuration_6.3.0/target/org.apache.onami.configuration-6.3.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT-pack200.jar.pack.gz 13:15:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.onami.configuration_6.3.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT-p2metadata.xml 13:15:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.onami.configuration_6.3.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT-p2artifacts.xml 13:15:23 [INFO] 13:15:23 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.onami.configuration --- 13:15:23 [INFO] 13:15:23 [INFO] --------< org.eclipse.orbit.bundles:org.apache.pdfbox.fontbox >--------- 13:15:23 [INFO] Building Apache FontBox 2.0.6-SNAPSHOT [33/376] 13:15:23 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:15:23 [INFO] 13:15:23 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.pdfbox.fontbox --- 13:15:23 [INFO] 13:15:23 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.pdfbox.fontbox --- 13:15:23 [INFO] The project's OSGi version is 2.0.6.v20190617-1333 13:15:23 [INFO] 13:15:23 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.pdfbox.fontbox --- 13:15:23 [INFO] 13:15:23 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.pdfbox.fontbox --- 13:15:23 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:23 [INFO] Copying 3 resources 13:15:23 [INFO] 13:15:23 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.pdfbox.fontbox --- 13:15:23 [INFO] No sources to compile 13:15:23 [INFO] 13:15:23 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.pdfbox.fontbox --- 13:15:23 [INFO] Gathering dependencies 13:15:23 [INFO] Configured Artifact: org.apache.pdfbox:fontbox:2.0.6:jar 13:15:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/pdfbox/fontbox/2.0.6/fontbox-2.0.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.fontbox_2.0.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:15:23 [INFO] Merging collected dependencies 13:15:23 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:23 [INFO] Copying 229 resources 13:15:23 [INFO] Generating OSGi MANIFEST.MF 13:15:23 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.pdfbox.fontbox:eclipse-bundle-recipe:2.0.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.fontbox_2.0.6/target/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT.jar 13:15:23 [INFO] Gathering sources 13:15:23 [INFO] Configured Artifact: org.apache.pdfbox:fontbox:sources:2.0.6:jar 13:15:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/pdfbox/fontbox/2.0.6/fontbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.fontbox_2.0.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:15:24 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:24 [INFO] Copying 3 resources 13:15:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.fontbox_2.0.6/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.fontbox_2.0.6/target/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-sources.jar 13:15:24 [INFO] Assembling p2 repository 13:15:24 [INFO] 13:15:24 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.pdfbox.fontbox --- 13:15:24 [INFO] 13:15:24 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.pdfbox.fontbox --- 13:15:24 [INFO] Discovering license information from existing ip_log.xml 13:15:24 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.pdfbox:fontbox:2.0.6. 13:15:24 [INFO] Gathering sources archives 13:15:24 [INFO] Configured Artifact: org.apache.pdfbox:fontbox:sources:2.0.6:jar 13:15:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/pdfbox/fontbox/2.0.6/fontbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:15:24 [INFO] Configured Artifact: org.apache.pdfbox:fontbox:sources:2.0.6:jar 13:15:24 [INFO] Copying fontbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.fontbox_2.0.6/target/sources-for-eclipse-ipzilla/fontbox-2.0.6-sources.jar 13:15:24 [INFO] Refreshing about files and about.html 13:15:24 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:15:24 [INFO] Refreshing ip_log.xml 13:15:24 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.fontbox_2.0.6/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:15:24 [INFO] 13:15:24 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.pdfbox.fontbox --- 13:15:24 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.fontbox_2.0.6/target/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT.jar 13:15:25 [INFO] 13:15:25 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.pdfbox.fontbox --- 13:15:25 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.fontbox_2.0.6/target/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT.jar 13:15:27 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.fontbox_2.0.6/target/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-sources.jar 13:15:29 [INFO] 13:15:29 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.pdfbox.fontbox --- 13:15:29 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.fontbox_2.0.6/target/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT.jar 13:15:30 [INFO] 13:15:30 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.pdfbox.fontbox --- 13:15:30 [INFO] 13:15:30 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.pdfbox.fontbox --- 13:15:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT.jar 13:15:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.fontbox_2.0.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT.pom 13:15:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-sources.jar 13:15:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.fontbox_2.0.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-p2metadata.xml 13:15:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.fontbox_2.0.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-p2artifacts.xml 13:15:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.fontbox_2.0.6/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-ip_log.xml 13:15:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.fontbox_2.0.6/target/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-pack200.jar.pack.gz 13:15:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.fontbox_2.0.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-p2metadata.xml 13:15:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.fontbox_2.0.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-p2artifacts.xml 13:15:30 [INFO] 13:15:30 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.pdfbox.fontbox --- 13:15:30 [INFO] 13:15:30 [INFO] -------< org.eclipse.orbit.bundles:org.apache.pdfbox.preflight >-------- 13:15:30 [INFO] Building Apache Preflight 2.0.6-SNAPSHOT [34/376] 13:15:30 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:15:30 [INFO] 13:15:30 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.pdfbox.preflight --- 13:15:30 [INFO] 13:15:30 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.pdfbox.preflight --- 13:15:30 [INFO] The project's OSGi version is 2.0.6.v20190617-1333 13:15:30 [INFO] 13:15:30 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.pdfbox.preflight --- 13:15:30 [INFO] 13:15:30 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.pdfbox.preflight --- 13:15:30 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:30 [INFO] Copying 3 resources 13:15:30 [INFO] 13:15:30 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.pdfbox.preflight --- 13:15:30 [INFO] No sources to compile 13:15:30 [INFO] 13:15:30 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.pdfbox.preflight --- 13:15:30 [INFO] Gathering dependencies 13:15:30 [INFO] Configured Artifact: org.apache.pdfbox:preflight:2.0.6:jar 13:15:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/pdfbox/preflight/2.0.6/preflight-2.0.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.preflight_2.0.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:15:30 [INFO] Merging collected dependencies 13:15:30 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:30 [INFO] Copying 125 resources 13:15:30 [INFO] Generating OSGi MANIFEST.MF 13:15:30 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.pdfbox.preflight:eclipse-bundle-recipe:2.0.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.preflight_2.0.6/target/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT.jar 13:15:30 [INFO] Gathering sources 13:15:30 [INFO] Configured Artifact: org.apache.pdfbox:preflight:sources:2.0.6:jar 13:15:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/pdfbox/preflight/2.0.6/preflight-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.preflight_2.0.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:15:30 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:30 [INFO] Copying 3 resources 13:15:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.preflight_2.0.6/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.preflight_2.0.6/target/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-sources.jar 13:15:30 [INFO] Assembling p2 repository 13:15:31 [INFO] 13:15:31 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.pdfbox.preflight --- 13:15:31 [INFO] 13:15:31 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.pdfbox.preflight --- 13:15:31 [INFO] Discovering license information from existing ip_log.xml 13:15:31 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.pdfbox:preflight:2.0.6. 13:15:31 [INFO] Gathering sources archives 13:15:31 [INFO] Configured Artifact: org.apache.pdfbox:preflight:sources:2.0.6:jar 13:15:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/pdfbox/preflight/2.0.6/preflight-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:15:31 [INFO] Configured Artifact: org.apache.pdfbox:preflight:sources:2.0.6:jar 13:15:31 [INFO] Copying preflight-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.preflight_2.0.6/target/sources-for-eclipse-ipzilla/preflight-2.0.6-sources.jar 13:15:31 [INFO] Refreshing about files and about.html 13:15:31 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:15:31 [INFO] Refreshing ip_log.xml 13:15:31 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.preflight_2.0.6/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:15:31 [INFO] 13:15:31 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.pdfbox.preflight --- 13:15:31 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.preflight_2.0.6/target/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT.jar 13:15:31 [INFO] 13:15:31 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.pdfbox.preflight --- 13:15:31 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.preflight_2.0.6/target/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT.jar 13:15:32 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.preflight_2.0.6/target/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-sources.jar 13:15:34 [INFO] 13:15:34 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.pdfbox.preflight --- 13:15:34 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.preflight_2.0.6/target/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT.jar 13:15:34 [INFO] 13:15:34 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.pdfbox.preflight --- 13:15:34 [INFO] 13:15:34 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.pdfbox.preflight --- 13:15:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT.jar 13:15:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.preflight_2.0.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT.pom 13:15:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-sources.jar 13:15:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.preflight_2.0.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-p2metadata.xml 13:15:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.preflight_2.0.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-p2artifacts.xml 13:15:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.preflight_2.0.6/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-ip_log.xml 13:15:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.preflight_2.0.6/target/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-pack200.jar.pack.gz 13:15:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.preflight_2.0.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-p2metadata.xml 13:15:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.preflight_2.0.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-p2artifacts.xml 13:15:34 [INFO] 13:15:34 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.pdfbox.preflight --- 13:15:34 [INFO] 13:15:34 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.pdfbox.xmpbox >--------- 13:15:34 [INFO] Building Apache XmpBox 2.0.6-SNAPSHOT [35/376] 13:15:34 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:15:34 [INFO] 13:15:34 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.pdfbox.xmpbox --- 13:15:34 [INFO] 13:15:34 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.pdfbox.xmpbox --- 13:15:34 [INFO] The project's OSGi version is 2.0.6.v20190617-1333 13:15:34 [INFO] 13:15:34 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.pdfbox.xmpbox --- 13:15:34 [INFO] 13:15:34 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.pdfbox.xmpbox --- 13:15:34 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:34 [INFO] Copying 3 resources 13:15:34 [INFO] 13:15:34 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.pdfbox.xmpbox --- 13:15:34 [INFO] No sources to compile 13:15:34 [INFO] 13:15:34 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.pdfbox.xmpbox --- 13:15:34 [INFO] Gathering dependencies 13:15:34 [INFO] Configured Artifact: org.apache.pdfbox:xmpbox:2.0.6:jar 13:15:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/pdfbox/xmpbox/2.0.6/xmpbox-2.0.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.xmpbox_2.0.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:15:34 [INFO] Merging collected dependencies 13:15:34 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:34 [INFO] Copying 79 resources 13:15:34 [INFO] Generating OSGi MANIFEST.MF 13:15:34 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.pdfbox.xmpbox:eclipse-bundle-recipe:2.0.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.xmpbox_2.0.6/target/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT.jar 13:15:34 [INFO] Gathering sources 13:15:34 [INFO] Configured Artifact: org.apache.pdfbox:xmpbox:sources:2.0.6:jar 13:15:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/pdfbox/xmpbox/2.0.6/xmpbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.xmpbox_2.0.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:15:34 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:34 [INFO] Copying 3 resources 13:15:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.xmpbox_2.0.6/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.xmpbox_2.0.6/target/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-sources.jar 13:15:34 [INFO] Assembling p2 repository 13:15:35 [INFO] 13:15:35 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.pdfbox.xmpbox --- 13:15:35 [INFO] 13:15:35 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.pdfbox.xmpbox --- 13:15:35 [INFO] Discovering license information from existing ip_log.xml 13:15:35 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.pdfbox:xmpbox:2.0.6. 13:15:35 [INFO] Gathering sources archives 13:15:35 [INFO] Configured Artifact: org.apache.pdfbox:xmpbox:sources:2.0.6:jar 13:15:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/pdfbox/xmpbox/2.0.6/xmpbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:15:35 [INFO] Configured Artifact: org.apache.pdfbox:xmpbox:sources:2.0.6:jar 13:15:35 [INFO] Copying xmpbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.xmpbox_2.0.6/target/sources-for-eclipse-ipzilla/xmpbox-2.0.6-sources.jar 13:15:35 [INFO] Refreshing about files and about.html 13:15:35 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:15:35 [INFO] Refreshing ip_log.xml 13:15:35 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.xmpbox_2.0.6/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:15:35 [INFO] 13:15:35 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.pdfbox.xmpbox --- 13:15:35 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.xmpbox_2.0.6/target/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT.jar 13:15:35 [INFO] 13:15:35 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.pdfbox.xmpbox --- 13:15:35 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.xmpbox_2.0.6/target/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT.jar 13:15:36 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.xmpbox_2.0.6/target/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-sources.jar 13:15:37 [INFO] 13:15:37 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.pdfbox.xmpbox --- 13:15:37 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.xmpbox_2.0.6/target/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT.jar 13:15:37 [INFO] 13:15:37 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.pdfbox.xmpbox --- 13:15:37 [INFO] 13:15:37 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.pdfbox.xmpbox --- 13:15:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT.jar 13:15:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.xmpbox_2.0.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT.pom 13:15:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-sources.jar 13:15:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.xmpbox_2.0.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-p2metadata.xml 13:15:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.xmpbox_2.0.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-p2artifacts.xml 13:15:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.xmpbox_2.0.6/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-ip_log.xml 13:15:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.xmpbox_2.0.6/target/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-pack200.jar.pack.gz 13:15:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.xmpbox_2.0.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-p2metadata.xml 13:15:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox.xmpbox_2.0.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-p2artifacts.xml 13:15:38 [INFO] 13:15:38 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.pdfbox.xmpbox --- 13:15:38 [INFO] 13:15:38 [INFO] ------------< org.eclipse.orbit.bundles:org.apache.pdfbox >------------- 13:15:38 [INFO] Building Apache PDFBox 2.0.6-SNAPSHOT [36/376] 13:15:38 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:15:38 [INFO] 13:15:38 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.pdfbox --- 13:15:38 [INFO] 13:15:38 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.pdfbox --- 13:15:38 [INFO] The project's OSGi version is 2.0.6.v20190617-1333 13:15:38 [INFO] 13:15:38 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.pdfbox --- 13:15:38 [INFO] 13:15:38 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.pdfbox --- 13:15:38 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:38 [INFO] Copying 3 resources 13:15:38 [INFO] 13:15:38 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.pdfbox --- 13:15:38 [INFO] No sources to compile 13:15:38 [INFO] 13:15:38 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.pdfbox --- 13:15:38 [INFO] Gathering dependencies 13:15:38 [INFO] Configured Artifact: org.apache.pdfbox:pdfbox:2.0.6:jar 13:15:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/pdfbox/pdfbox/2.0.6/pdfbox-2.0.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox_2.0.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:15:38 [INFO] Merging collected dependencies 13:15:38 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:38 [INFO] Copying 721 resources 13:15:38 [INFO] Generating OSGi MANIFEST.MF 13:15:38 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.pdfbox:eclipse-bundle-recipe:2.0.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox_2.0.6/target/org.apache.pdfbox-2.0.6-SNAPSHOT.jar 13:15:39 [INFO] Gathering sources 13:15:39 [INFO] Configured Artifact: org.apache.pdfbox:pdfbox:sources:2.0.6:jar 13:15:42 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/pdfbox/pdfbox/2.0.6/pdfbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox_2.0.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:15:42 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:42 [INFO] Copying 3 resources 13:15:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox_2.0.6/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox_2.0.6/target/org.apache.pdfbox-2.0.6-SNAPSHOT-sources.jar 13:15:42 [INFO] Assembling p2 repository 13:15:44 [INFO] 13:15:44 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.pdfbox --- 13:15:44 [INFO] 13:15:44 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.pdfbox --- 13:15:44 [INFO] Discovering license information from existing ip_log.xml 13:15:44 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.pdfbox:pdfbox:2.0.6. 13:15:44 [INFO] Gathering sources archives 13:15:44 [INFO] Configured Artifact: org.apache.pdfbox:pdfbox:sources:2.0.6:jar 13:15:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/pdfbox/pdfbox/2.0.6/pdfbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:15:44 [INFO] Configured Artifact: org.apache.pdfbox:pdfbox:sources:2.0.6:jar 13:15:44 [INFO] Copying pdfbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox_2.0.6/target/sources-for-eclipse-ipzilla/pdfbox-2.0.6-sources.jar 13:15:44 [INFO] Refreshing about files and about.html 13:15:44 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:15:44 [INFO] Refreshing ip_log.xml 13:15:44 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox_2.0.6/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:15:44 [INFO] 13:15:44 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.pdfbox --- 13:15:44 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox_2.0.6/target/org.apache.pdfbox-2.0.6-SNAPSHOT.jar 13:15:45 [INFO] 13:15:45 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.pdfbox --- 13:15:46 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox_2.0.6/target/org.apache.pdfbox-2.0.6-SNAPSHOT.jar 13:15:49 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox_2.0.6/target/org.apache.pdfbox-2.0.6-SNAPSHOT-sources.jar 13:15:51 [INFO] 13:15:51 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.pdfbox --- 13:15:51 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox_2.0.6/target/org.apache.pdfbox-2.0.6-SNAPSHOT.jar 13:15:52 [INFO] 13:15:52 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.pdfbox --- 13:15:52 [INFO] 13:15:52 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.pdfbox --- 13:15:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox_2.0.6/target/org.apache.pdfbox-2.0.6-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT.jar 13:15:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox_2.0.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT.pom 13:15:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT-sources.jar 13:15:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox_2.0.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT-p2metadata.xml 13:15:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox_2.0.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT-p2artifacts.xml 13:15:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox_2.0.6/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT-ip_log.xml 13:15:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox_2.0.6/target/org.apache.pdfbox-2.0.6-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT-pack200.jar.pack.gz 13:15:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox_2.0.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT-p2metadata.xml 13:15:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.pdfbox_2.0.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT-p2artifacts.xml 13:15:52 [INFO] 13:15:52 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.pdfbox --- 13:15:52 [INFO] 13:15:52 [INFO] --------------< org.eclipse.orbit.bundles:org.apache.poi >-------------- 13:15:52 [INFO] Building Apache POI 4.1.1-SNAPSHOT [37/376] 13:15:52 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:15:52 [INFO] 13:15:52 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.poi --- 13:15:52 [INFO] 13:15:52 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.poi --- 13:15:52 [INFO] The project's OSGi version is 4.1.1.v20200604-1524 13:15:52 [INFO] 13:15:52 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.poi --- 13:15:52 [INFO] 13:15:52 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.poi --- 13:15:52 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:52 [INFO] Copying 3 resources 13:15:52 [INFO] 13:15:52 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.poi --- 13:15:52 [INFO] No sources to compile 13:15:52 [INFO] 13:15:52 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.poi --- 13:15:52 [INFO] Gathering dependencies 13:15:52 [INFO] Configured Artifact: org.apache.poi:poi:4.1.1:jar 13:15:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/poi/poi/4.1.1/poi-4.1.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi_4.1.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:15:53 [INFO] Merging collected dependencies 13:15:53 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:53 [INFO] Copying 1753 resources 13:15:53 [INFO] Generating OSGi MANIFEST.MF 13:15:53 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.poi:eclipse-bundle-recipe:4.1.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi_4.1.1/target/org.apache.poi-4.1.1-SNAPSHOT.jar 13:15:53 [INFO] Gathering sources 13:15:53 [INFO] Configured Artifact: org.apache.poi:poi:sources:4.1.1:jar 13:15:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/poi/poi/4.1.1/poi-4.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi_4.1.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:15:54 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:15:54 [INFO] Copying 3 resources 13:15:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi_4.1.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi_4.1.1/target/org.apache.poi-4.1.1-SNAPSHOT-sources.jar 13:15:54 [INFO] Assembling p2 repository 13:15:55 [INFO] 13:15:55 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.poi --- 13:15:55 [INFO] 13:15:55 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.poi --- 13:15:55 [INFO] Discovering license information from existing ip_log.xml 13:15:55 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.poi:poi:4.1.1. 13:15:55 [INFO] Gathering sources archives 13:15:55 [INFO] Configured Artifact: org.apache.poi:poi:sources:4.1.1:jar 13:15:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/poi/poi/4.1.1/poi-4.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:15:55 [INFO] Configured Artifact: org.apache.poi:poi:sources:4.1.1:jar 13:15:55 [INFO] Copying poi-4.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi_4.1.1/target/sources-for-eclipse-ipzilla/poi-4.1.1-sources.jar 13:15:55 [INFO] Refreshing about files and about.html 13:15:55 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:15:55 [INFO] Refreshing ip_log.xml 13:15:55 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi_4.1.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:15:55 [INFO] 13:15:55 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.poi --- 13:15:55 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi_4.1.1/target/org.apache.poi-4.1.1-SNAPSHOT.jar 13:15:57 [INFO] 13:15:57 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.poi --- 13:15:57 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi_4.1.1/target/org.apache.poi-4.1.1-SNAPSHOT.jar 13:16:01 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi_4.1.1/target/org.apache.poi-4.1.1-SNAPSHOT-sources.jar 13:16:04 [INFO] 13:16:04 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.poi --- 13:16:04 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi_4.1.1/target/org.apache.poi-4.1.1-SNAPSHOT.jar 13:16:05 [INFO] 13:16:05 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.poi --- 13:16:05 [INFO] 13:16:05 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.poi --- 13:16:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi_4.1.1/target/org.apache.poi-4.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT.jar 13:16:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi_4.1.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT.pom 13:16:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT-sources.jar 13:16:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi_4.1.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT-p2metadata.xml 13:16:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi_4.1.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT-p2artifacts.xml 13:16:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi_4.1.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT-ip_log.xml 13:16:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi_4.1.1/target/org.apache.poi-4.1.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT-pack200.jar.pack.gz 13:16:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi_4.1.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT-p2metadata.xml 13:16:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi_4.1.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT-p2artifacts.xml 13:16:05 [INFO] 13:16:05 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.poi --- 13:16:05 [INFO] 13:16:05 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.poi.ooxml >----------- 13:16:05 [INFO] Building Apache POI OOXML 4.1.1-SNAPSHOT [38/376] 13:16:05 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:16:06 [INFO] 13:16:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.poi.ooxml --- 13:16:06 [INFO] 13:16:06 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.poi.ooxml --- 13:16:06 [INFO] The project's OSGi version is 4.1.1.v20200820-1148 13:16:06 [INFO] 13:16:06 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.poi.ooxml --- 13:16:06 [INFO] 13:16:06 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.poi.ooxml --- 13:16:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:16:06 [INFO] Copying 3 resources 13:16:06 [INFO] 13:16:06 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.poi.ooxml --- 13:16:06 [INFO] No sources to compile 13:16:06 [INFO] 13:16:06 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.poi.ooxml --- 13:16:06 [INFO] Gathering dependencies 13:16:06 [INFO] Configured Artifact: org.apache.poi:poi-ooxml:4.1.1:jar 13:16:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/poi/poi-ooxml/4.1.1/poi-ooxml-4.1.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml_4.1.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:16:06 [INFO] Merging collected dependencies 13:16:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:16:06 [INFO] Copying 874 resources 13:16:06 [INFO] Generating OSGi MANIFEST.MF 13:16:06 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.poi.ooxml:eclipse-bundle-recipe:4.1.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml_4.1.1/target/org.apache.poi.ooxml-4.1.1-SNAPSHOT.jar 13:16:06 [INFO] Gathering sources 13:16:06 [INFO] Configured Artifact: org.apache.poi:poi-ooxml:sources:4.1.1:jar 13:16:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/poi/poi-ooxml/4.1.1/poi-ooxml-4.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml_4.1.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:16:07 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:16:07 [INFO] Copying 3 resources 13:16:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml_4.1.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml_4.1.1/target/org.apache.poi.ooxml-4.1.1-SNAPSHOT-sources.jar 13:16:07 [INFO] Assembling p2 repository 13:16:07 [INFO] 13:16:07 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.poi.ooxml --- 13:16:07 [INFO] 13:16:07 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.poi.ooxml --- 13:16:07 [INFO] Discovering license information from existing ip_log.xml 13:16:07 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.poi:poi-ooxml:4.1.1. 13:16:07 [INFO] Gathering sources archives 13:16:07 [INFO] Configured Artifact: org.apache.poi:poi-ooxml:sources:4.1.1:jar 13:16:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/poi/poi-ooxml/4.1.1/poi-ooxml-4.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:16:08 [INFO] Configured Artifact: org.apache.poi:poi-ooxml:sources:4.1.1:jar 13:16:08 [INFO] Copying poi-ooxml-4.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml_4.1.1/target/sources-for-eclipse-ipzilla/poi-ooxml-4.1.1-sources.jar 13:16:08 [INFO] Refreshing about files and about.html 13:16:08 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:16:08 [INFO] Refreshing ip_log.xml 13:16:08 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml_4.1.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:16:08 [INFO] 13:16:08 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.poi.ooxml --- 13:16:08 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml_4.1.1/target/org.apache.poi.ooxml-4.1.1-SNAPSHOT.jar 13:16:09 [INFO] 13:16:09 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.poi.ooxml --- 13:16:09 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml_4.1.1/target/org.apache.poi.ooxml-4.1.1-SNAPSHOT.jar 13:16:12 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml_4.1.1/target/org.apache.poi.ooxml-4.1.1-SNAPSHOT-sources.jar 13:16:14 [INFO] 13:16:14 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.poi.ooxml --- 13:16:14 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml_4.1.1/target/org.apache.poi.ooxml-4.1.1-SNAPSHOT.jar 13:16:15 [INFO] 13:16:15 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.poi.ooxml --- 13:16:15 [INFO] 13:16:15 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.poi.ooxml --- 13:16:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT.jar 13:16:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml_4.1.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT.pom 13:16:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT-sources.jar 13:16:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml_4.1.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT-p2metadata.xml 13:16:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml_4.1.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT-p2artifacts.xml 13:16:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml_4.1.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT-ip_log.xml 13:16:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml_4.1.1/target/org.apache.poi.ooxml-4.1.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT-pack200.jar.pack.gz 13:16:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml_4.1.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT-p2metadata.xml 13:16:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml_4.1.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT-p2artifacts.xml 13:16:16 [INFO] 13:16:16 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.poi.ooxml --- 13:16:16 [INFO] 13:16:16 [INFO] -------< org.eclipse.orbit.bundles:org.apache.poi.ooxml.schemas >------- 13:16:16 [INFO] Building Apache POI OOXML Schemas 4.1.1-SNAPSHOT [39/376] 13:16:16 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:16:16 [INFO] 13:16:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.poi.ooxml.schemas --- 13:16:16 [INFO] 13:16:16 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.poi.ooxml.schemas --- 13:16:16 [INFO] The project's OSGi version is 4.1.1.v20200922-2105 13:16:16 [INFO] 13:16:16 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.poi.ooxml.schemas --- 13:16:16 [INFO] 13:16:16 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.poi.ooxml.schemas --- 13:16:16 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:16:16 [INFO] Copying 3 resources 13:16:16 [INFO] 13:16:16 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.poi.ooxml.schemas --- 13:16:16 [INFO] No sources to compile 13:16:16 [INFO] 13:16:16 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.poi.ooxml.schemas --- 13:16:16 [INFO] Gathering dependencies 13:16:16 [INFO] Configured Artifact: org.apache.poi:poi-ooxml-schemas:4.1.1:jar 13:16:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/org.apache.poi.ooxml.schemas_4.1.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:16:20 [INFO] Merging collected dependencies 13:16:20 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:16:20 [INFO] Copying 7403 resources 13:16:23 [INFO] Generating OSGi MANIFEST.MF 13:16:24 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.poi.ooxml.schemas:eclipse-bundle-recipe:4.1.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml.schemas_4.1.1/target/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT.jar 13:16:25 [INFO] Gathering sources 13:16:25 [INFO] Configured Artifact: org.apache.poi:poi-ooxml-schemas:sources:4.1.1:jar 13:16:25 [WARNING] Unable to resolve source jar; skipping source bundle 13:16:25 [INFO] Assembling p2 repository 13:16:26 [INFO] 13:16:26 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.poi.ooxml.schemas --- 13:16:26 [INFO] 13:16:26 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.poi.ooxml.schemas --- 13:16:26 [INFO] Discovering license information from existing ip_log.xml 13:16:26 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.poi:poi-ooxml-schemas:4.1.1. 13:16:26 [INFO] Gathering sources archives 13:16:26 [INFO] Configured Artifact: org.apache.poi:poi-ooxml-schemas:sources:4.1.1:jar 13:16:26 [WARNING] Unable to resolve source jar; skipping Eclipse IP information 13:16:26 [INFO] Refreshing about files and about.html 13:16:26 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:16:26 [INFO] Refreshing ip_log.xml 13:16:26 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml.schemas_4.1.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:16:26 [INFO] 13:16:26 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.poi.ooxml.schemas --- 13:16:26 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml.schemas_4.1.1/target/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT.jar 13:16:30 [INFO] 13:16:30 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.poi.ooxml.schemas --- 13:16:34 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml.schemas_4.1.1/target/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT.jar 13:16:40 [INFO] 13:16:40 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.poi.ooxml.schemas --- 13:16:40 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml.schemas_4.1.1/target/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT.jar 13:16:43 [INFO] 13:16:43 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.poi.ooxml.schemas --- 13:16:43 [INFO] 13:16:43 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.poi.ooxml.schemas --- 13:16:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml.schemas/4.1.1-SNAPSHOT/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT.jar 13:16:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml.schemas_4.1.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml.schemas/4.1.1-SNAPSHOT/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT.pom 13:16:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml.schemas_4.1.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:16:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml.schemas_4.1.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:16:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml.schemas_4.1.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml.schemas/4.1.1-SNAPSHOT/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT-ip_log.xml 13:16:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml.schemas_4.1.1/target/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml.schemas/4.1.1-SNAPSHOT/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT-pack200.jar.pack.gz 13:16:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml.schemas_4.1.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:16:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.poi.ooxml.schemas_4.1.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:16:43 [INFO] 13:16:43 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.poi.ooxml.schemas --- 13:16:43 [INFO] 13:16:43 [INFO] -------< org.eclipse.orbit.bundles:org.apache.santuario.xmlsec >-------- 13:16:43 [INFO] Building Apache XML Security for Java 2.2.0-SNAPSHOT [40/376] 13:16:43 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:16:44 [INFO] 13:16:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.santuario.xmlsec --- 13:16:44 [INFO] 13:16:44 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.santuario.xmlsec --- 13:16:44 [INFO] The project's OSGi version is 2.2.0.v20200818-1422 13:16:44 [INFO] 13:16:44 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.santuario.xmlsec --- 13:16:44 [INFO] 13:16:44 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.santuario.xmlsec --- 13:16:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:16:44 [INFO] Copying 3 resources 13:16:44 [INFO] 13:16:44 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.santuario.xmlsec --- 13:16:44 [INFO] No sources to compile 13:16:44 [INFO] 13:16:44 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.santuario.xmlsec --- 13:16:44 [INFO] Gathering dependencies 13:16:44 [INFO] Configured Artifact: org.apache.santuario:xmlsec:2.2.0:jar 13:16:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/santuario/xmlsec/2.2.0/xmlsec-2.2.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.santuario.xmlsec_2.2.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:16:44 [INFO] Merging collected dependencies 13:16:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:16:44 [INFO] Copying 679 resources 13:16:44 [INFO] Generating OSGi MANIFEST.MF 13:16:44 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.santuario.xmlsec:eclipse-bundle-recipe:2.2.0-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.santuario.xmlsec_2.2.0/target/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT.jar 13:16:45 [INFO] Gathering sources 13:16:45 [INFO] Configured Artifact: org.apache.santuario:xmlsec:sources:2.2.0:jar 13:16:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/santuario/xmlsec/2.2.0/xmlsec-2.2.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.santuario.xmlsec_2.2.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:16:46 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:16:46 [INFO] Copying 3 resources 13:16:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.santuario.xmlsec_2.2.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.santuario.xmlsec_2.2.0/target/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-sources.jar 13:16:47 [INFO] Assembling p2 repository 13:16:47 [INFO] 13:16:47 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.santuario.xmlsec --- 13:16:47 [INFO] 13:16:47 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.santuario.xmlsec --- 13:16:47 [INFO] Discovering license information from existing ip_log.xml 13:16:47 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.santuario:xmlsec:2.2.0. 13:16:47 [INFO] Gathering sources archives 13:16:47 [INFO] Configured Artifact: org.apache.santuario:xmlsec:sources:2.2.0:jar 13:16:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/santuario/xmlsec/2.2.0/xmlsec-2.2.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:16:47 [INFO] Configured Artifact: org.apache.santuario:xmlsec:sources:2.2.0:jar 13:16:47 [INFO] Copying xmlsec-2.2.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.santuario.xmlsec_2.2.0/target/sources-for-eclipse-ipzilla/xmlsec-2.2.0-sources.jar 13:16:47 [INFO] Refreshing about files and about.html 13:16:47 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:16:47 [INFO] Refreshing ip_log.xml 13:16:47 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.santuario.xmlsec_2.2.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:16:47 [INFO] 13:16:47 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.santuario.xmlsec --- 13:16:47 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.santuario.xmlsec_2.2.0/target/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT.jar 13:16:48 [INFO] 13:16:48 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.santuario.xmlsec --- 13:16:48 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.santuario.xmlsec_2.2.0/target/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT.jar 13:16:50 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.santuario.xmlsec_2.2.0/target/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-sources.jar 13:16:53 [INFO] 13:16:53 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.santuario.xmlsec --- 13:16:53 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.santuario.xmlsec_2.2.0/target/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT.jar 13:16:53 [INFO] 13:16:53 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.santuario.xmlsec --- 13:16:53 [INFO] 13:16:53 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.santuario.xmlsec --- 13:16:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT.jar 13:16:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.santuario.xmlsec_2.2.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT.pom 13:16:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-sources.jar 13:16:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.santuario.xmlsec_2.2.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-p2metadata.xml 13:16:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.santuario.xmlsec_2.2.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-p2artifacts.xml 13:16:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.santuario.xmlsec_2.2.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-ip_log.xml 13:16:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.santuario.xmlsec_2.2.0/target/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-pack200.jar.pack.gz 13:16:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.santuario.xmlsec_2.2.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-p2metadata.xml 13:16:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.santuario.xmlsec_2.2.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-p2artifacts.xml 13:16:54 [INFO] 13:16:54 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.santuario.xmlsec --- 13:16:54 [INFO] 13:16:54 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.sshd.osgi >----------- 13:16:54 [INFO] Building Apache Mina SSHD :: OSGi 2.6.0-SNAPSHOT [41/376] 13:16:54 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:16:55 [INFO] 13:16:55 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.sshd.osgi --- 13:16:55 [INFO] 13:16:55 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.sshd.osgi --- 13:16:55 [INFO] The project's OSGi version is 2.6.0.v20210201-2003 13:16:55 [INFO] 13:16:55 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.sshd.osgi --- 13:16:55 [INFO] 13:16:55 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.sshd.osgi --- 13:16:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:16:55 [INFO] Copying 4 resources 13:16:55 [INFO] 13:16:55 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.sshd.osgi --- 13:16:55 [INFO] No sources to compile 13:16:55 [INFO] 13:16:55 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.sshd.osgi --- 13:16:55 [INFO] Gathering dependencies 13:16:55 [INFO] Configured Artifact: org.apache.sshd:sshd-osgi:2.6.0:jar 13:16:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/sshd/sshd-osgi/2.6.0/sshd-osgi-2.6.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf" 13:16:55 [INFO] Merging collected dependencies 13:16:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:16:55 [INFO] Copying 951 resources 13:16:55 [INFO] Generating OSGi MANIFEST.MF 13:16:55 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.sshd.osgi:eclipse-bundle-recipe:2.6.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/target/org.apache.sshd.osgi-2.6.0-SNAPSHOT.jar 13:16:56 [INFO] Gathering sources 13:16:56 [INFO] Configured Artifact: org.apache.sshd:sshd-osgi:sources:2.6.0:jar 13:16:58 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/sshd/sshd-osgi/2.6.0/sshd-osgi-2.6.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf" 13:16:58 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:16:58 [INFO] Copying 4 resources 13:16:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/target/org.apache.sshd.osgi-2.6.0-SNAPSHOT-sources.jar 13:16:59 [INFO] Assembling p2 repository 13:16:59 [INFO] 13:16:59 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.sshd.osgi --- 13:16:59 [INFO] 13:16:59 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.sshd.osgi --- 13:16:59 [INFO] Discovering license information from existing ip_log.xml 13:16:59 [INFO] Gathering sources archives 13:16:59 [INFO] Configured Artifact: org.apache.sshd:sshd-osgi:sources:2.6.0:jar 13:16:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/sshd/sshd-osgi/2.6.0/sshd-osgi-2.6.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/target/sources-for-eclipse-ipzilla/sshd-osgi-2.6.0-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf" 13:16:59 [INFO] Configured Artifact: org.apache.sshd:sshd-osgi:sources:2.6.0:jar 13:16:59 [INFO] Copying sshd-osgi-2.6.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/target/sources-for-eclipse-ipzilla/sshd-osgi-2.6.0-sources.jar 13:16:59 [INFO] Refreshing about files and about.html 13:17:00 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_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). 13:17:00 [INFO] Refreshing ip_log.xml 13:17:00 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:17:00 [INFO] 13:17:00 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.sshd.osgi --- 13:17:00 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/target/org.apache.sshd.osgi-2.6.0-SNAPSHOT.jar 13:17:00 [INFO] 13:17:00 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.sshd.osgi --- 13:17:01 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/target/org.apache.sshd.osgi-2.6.0-SNAPSHOT.jar 13:17:04 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/target/org.apache.sshd.osgi-2.6.0-SNAPSHOT-sources.jar 13:17:06 [INFO] 13:17:06 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.sshd.osgi --- 13:17:06 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/target/org.apache.sshd.osgi-2.6.0-SNAPSHOT.jar 13:17:07 [INFO] 13:17:07 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.sshd.osgi --- 13:17:07 [INFO] 13:17:07 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.sshd.osgi --- 13:17:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/target/org.apache.sshd.osgi-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.6.0-SNAPSHOT/org.apache.sshd.osgi-2.6.0-SNAPSHOT.jar 13:17:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.6.0-SNAPSHOT/org.apache.sshd.osgi-2.6.0-SNAPSHOT.pom 13:17:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/target/org.apache.sshd.osgi-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.6.0-SNAPSHOT/org.apache.sshd.osgi-2.6.0-SNAPSHOT-sources.jar 13:17:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.6.0-SNAPSHOT/org.apache.sshd.osgi-2.6.0-SNAPSHOT-p2metadata.xml 13:17:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.6.0-SNAPSHOT/org.apache.sshd.osgi-2.6.0-SNAPSHOT-p2artifacts.xml 13:17:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.6.0-SNAPSHOT/org.apache.sshd.osgi-2.6.0-SNAPSHOT-ip_log.xml 13:17:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/target/org.apache.sshd.osgi-2.6.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.6.0-SNAPSHOT/org.apache.sshd.osgi-2.6.0-SNAPSHOT-pack200.jar.pack.gz 13:17:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.6.0-SNAPSHOT/org.apache.sshd.osgi-2.6.0-SNAPSHOT-p2metadata.xml 13:17:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.osgi_2.6.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.6.0-SNAPSHOT/org.apache.sshd.osgi-2.6.0-SNAPSHOT-p2artifacts.xml 13:17:07 [INFO] 13:17:07 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.sshd.osgi --- 13:17:07 [INFO] 13:17:07 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.sshd.sftp >----------- 13:17:07 [INFO] Building Apache Mina SSHD :: SFTP 2.6.0-SNAPSHOT [42/376] 13:17:07 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:17:07 [INFO] 13:17:07 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.sshd.sftp --- 13:17:07 [INFO] 13:17:07 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.sshd.sftp --- 13:17:07 [INFO] The project's OSGi version is 2.6.0.v20210201-2003 13:17:07 [INFO] 13:17:07 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.sshd.sftp --- 13:17:07 [INFO] 13:17:07 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.sshd.sftp --- 13:17:07 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:17:07 [INFO] Copying 3 resources 13:17:07 [INFO] 13:17:07 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.sshd.sftp --- 13:17:07 [INFO] No sources to compile 13:17:07 [INFO] 13:17:07 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.sshd.sftp --- 13:17:07 [INFO] Gathering dependencies 13:17:07 [INFO] Configured Artifact: org.apache.sshd:sshd-sftp:2.6.0:jar 13:17:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/sshd/sshd-sftp/2.6.0/sshd-sftp-2.6.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf" 13:17:07 [INFO] Merging collected dependencies 13:17:07 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:17:07 [INFO] Copying 159 resources 13:17:07 [INFO] Generating OSGi MANIFEST.MF 13:17:07 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.sshd.sftp:eclipse-bundle-recipe:2.6.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/target/org.apache.sshd.sftp-2.6.0-SNAPSHOT.jar 13:17:07 [INFO] Gathering sources 13:17:07 [INFO] Configured Artifact: org.apache.sshd:sshd-sftp:sources:2.6.0:jar 13:17:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/sshd/sshd-sftp/2.6.0/sshd-sftp-2.6.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf" 13:17:07 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:17:07 [INFO] Copying 3 resources 13:17:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/target/org.apache.sshd.sftp-2.6.0-SNAPSHOT-sources.jar 13:17:07 [INFO] Assembling p2 repository 13:17:08 [INFO] 13:17:08 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.sshd.sftp --- 13:17:08 [INFO] 13:17:08 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.sshd.sftp --- 13:17:08 [INFO] Discovering license information from existing ip_log.xml 13:17:08 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.sshd:sshd-sftp:2.6.0. 13:17:08 [INFO] Gathering sources archives 13:17:08 [INFO] Configured Artifact: org.apache.sshd:sshd-sftp:sources:2.6.0:jar 13:17:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/sshd/sshd-sftp/2.6.0/sshd-sftp-2.6.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/target/sources-for-eclipse-ipzilla/sshd-sftp-2.6.0-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf" 13:17:08 [INFO] Configured Artifact: org.apache.sshd:sshd-sftp:sources:2.6.0:jar 13:17:08 [INFO] Copying sshd-sftp-2.6.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/target/sources-for-eclipse-ipzilla/sshd-sftp-2.6.0-sources.jar 13:17:08 [INFO] Refreshing about files and about.html 13:17:08 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_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). 13:17:08 [INFO] Refreshing ip_log.xml 13:17:08 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:17:08 [INFO] 13:17:08 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.sshd.sftp --- 13:17:08 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/target/org.apache.sshd.sftp-2.6.0-SNAPSHOT.jar 13:17:08 [INFO] 13:17:08 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.sshd.sftp --- 13:17:08 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/target/org.apache.sshd.sftp-2.6.0-SNAPSHOT.jar 13:17:10 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/target/org.apache.sshd.sftp-2.6.0-SNAPSHOT-sources.jar 13:17:11 [INFO] 13:17:11 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.sshd.sftp --- 13:17:11 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/target/org.apache.sshd.sftp-2.6.0-SNAPSHOT.jar 13:17:12 [INFO] 13:17:12 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.sshd.sftp --- 13:17:12 [INFO] 13:17:12 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.sshd.sftp --- 13:17:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/target/org.apache.sshd.sftp-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.6.0-SNAPSHOT/org.apache.sshd.sftp-2.6.0-SNAPSHOT.jar 13:17:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.6.0-SNAPSHOT/org.apache.sshd.sftp-2.6.0-SNAPSHOT.pom 13:17:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/target/org.apache.sshd.sftp-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.6.0-SNAPSHOT/org.apache.sshd.sftp-2.6.0-SNAPSHOT-sources.jar 13:17:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.6.0-SNAPSHOT/org.apache.sshd.sftp-2.6.0-SNAPSHOT-p2metadata.xml 13:17:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.6.0-SNAPSHOT/org.apache.sshd.sftp-2.6.0-SNAPSHOT-p2artifacts.xml 13:17:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.6.0-SNAPSHOT/org.apache.sshd.sftp-2.6.0-SNAPSHOT-ip_log.xml 13:17:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/target/org.apache.sshd.sftp-2.6.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.6.0-SNAPSHOT/org.apache.sshd.sftp-2.6.0-SNAPSHOT-pack200.jar.pack.gz 13:17:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.6.0-SNAPSHOT/org.apache.sshd.sftp-2.6.0-SNAPSHOT-p2metadata.xml 13:17:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.sshd.sftp_2.6.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.6.0-SNAPSHOT/org.apache.sshd.sftp-2.6.0-SNAPSHOT-p2artifacts.xml 13:17:12 [INFO] 13:17:12 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.sshd.sftp --- 13:17:12 [INFO] 13:17:12 [INFO] --------< org.eclipse.orbit.bundles:org.apache.ws.commons.util >-------- 13:17:12 [INFO] Building Apache WebServices Common Utilities 1.0.2-SNAPSHOT [43/376] 13:17:12 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:17:12 [INFO] 13:17:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.ws.commons.util --- 13:17:12 [INFO] 13:17:12 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.ws.commons.util --- 13:17:12 [INFO] The project's OSGi version is 1.0.2.v20160817-1930 13:17:12 [INFO] 13:17:12 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.ws.commons.util --- 13:17:12 [INFO] 13:17:12 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.ws.commons.util --- 13:17:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:17:12 [INFO] Copying 3 resources 13:17:12 [INFO] 13:17:12 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.ws.commons.util --- 13:17:12 [INFO] No sources to compile 13:17:12 [INFO] 13:17:12 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.ws.commons.util --- 13:17:12 [INFO] Gathering dependencies 13:17:12 [INFO] Configured Artifact: org.apache.ws.commons.util:ws-commons-util:1.0.2:jar 13:17:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/org.apache.ws.commons.util_1.0.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:17:12 [INFO] Merging collected dependencies 13:17:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:17:12 [INFO] Copying 24 resources 13:17:12 [INFO] Generating OSGi MANIFEST.MF 13:17:12 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.ws.commons.util:eclipse-bundle-recipe:1.0.2-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.ws.commons.util_1.0.2/target/org.apache.ws.commons.util-1.0.2-SNAPSHOT.jar 13:17:12 [INFO] Gathering sources 13:17:12 [INFO] Configured Artifact: org.apache.ws.commons.util:ws-commons-util:sources:1.0.2:jar 13:17:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/org.apache.ws.commons.util_1.0.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:17:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:17:12 [INFO] Copying 3 resources 13:17:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.ws.commons.util_1.0.2/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.ws.commons.util_1.0.2/target/org.apache.ws.commons.util-1.0.2-SNAPSHOT-sources.jar 13:17:12 [INFO] Assembling p2 repository 13:17:12 [INFO] 13:17:12 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.ws.commons.util --- 13:17:13 [INFO] 13:17:13 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.ws.commons.util --- 13:17:13 [INFO] Discovering license information from existing ip_log.xml 13:17:13 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.ws.commons.util:ws-commons-util:1.0.2. 13:17:13 [INFO] Gathering sources archives 13:17:13 [INFO] Configured Artifact: org.apache.ws.commons.util:ws-commons-util:sources:1.0.2:jar 13:17:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:17:13 [INFO] Configured Artifact: org.apache.ws.commons.util:ws-commons-util:sources:1.0.2:jar 13:17:13 [INFO] Copying ws-commons-util-1.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.ws.commons.util_1.0.2/target/sources-for-eclipse-ipzilla/ws-commons-util-1.0.2-sources.jar 13:17:13 [INFO] Refreshing about files and about.html 13:17:13 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:17:13 [INFO] Refreshing ip_log.xml 13:17:13 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.ws.commons.util_1.0.2/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:17:13 [INFO] 13:17:13 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.ws.commons.util --- 13:17:13 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.ws.commons.util_1.0.2/target/org.apache.ws.commons.util-1.0.2-SNAPSHOT.jar 13:17:13 [INFO] 13:17:13 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.ws.commons.util --- 13:17:13 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.ws.commons.util_1.0.2/target/org.apache.ws.commons.util-1.0.2-SNAPSHOT.jar 13:17:14 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.ws.commons.util_1.0.2/target/org.apache.ws.commons.util-1.0.2-SNAPSHOT-sources.jar 13:17:15 [INFO] 13:17:15 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.ws.commons.util --- 13:17:15 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.ws.commons.util_1.0.2/target/org.apache.ws.commons.util-1.0.2-SNAPSHOT.jar 13:17:15 [INFO] 13:17:15 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.ws.commons.util --- 13:17:16 [INFO] 13:17:16 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.ws.commons.util --- 13:17:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.ws.commons.util/1.0.2-SNAPSHOT/org.apache.ws.commons.util-1.0.2-SNAPSHOT.jar 13:17:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.ws.commons.util_1.0.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.ws.commons.util/1.0.2-SNAPSHOT/org.apache.ws.commons.util-1.0.2-SNAPSHOT.pom 13:17:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:17:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.ws.commons.util_1.0.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:17:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.ws.commons.util_1.0.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:17:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.ws.commons.util_1.0.2/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.ws.commons.util/1.0.2-SNAPSHOT/org.apache.ws.commons.util-1.0.2-SNAPSHOT-ip_log.xml 13:17:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.ws.commons.util_1.0.2/target/org.apache.ws.commons.util-1.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.ws.commons.util/1.0.2-SNAPSHOT/org.apache.ws.commons.util-1.0.2-SNAPSHOT-pack200.jar.pack.gz 13:17:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.ws.commons.util_1.0.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:17:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.ws.commons.util_1.0.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:17:16 [INFO] 13:17:16 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.ws.commons.util --- 13:17:16 [INFO] 13:17:16 [INFO] ------------< org.eclipse.orbit.bundles:org.apache.wsil4j >------------- 13:17:16 [INFO] Building Web Services Inspection Language for Java 1.0.0-SNAPSHOT [44/376] 13:17:16 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:17:17 [INFO] 13:17:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.wsil4j --- 13:17:17 [INFO] 13:17:17 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.wsil4j --- 13:17:17 [INFO] The project's OSGi version is 1.0.0.v20180522-1857 13:17:17 [INFO] 13:17:17 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.wsil4j --- 13:17:17 [INFO] 13:17:17 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.wsil4j --- 13:17:17 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:17:17 [INFO] Copying 4 resources 13:17:17 [INFO] 13:17:17 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.wsil4j --- 13:17:17 [INFO] No sources to compile 13:17:17 [INFO] 13:17:17 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.wsil4j --- 13:17:17 [INFO] Gathering dependencies 13:17:17 [INFO] Configured Artifact: org.eclipse.orbit.wsil4j:wsil4j:1.0.0:jar 13:17:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/wsil4j/wsil4j/1.0.0/wsil4j-1.0.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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" 13:17:17 [INFO] Merging collected dependencies 13:17:17 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:17:17 [INFO] Copying 70 resources 13:17:17 [INFO] Generating OSGi MANIFEST.MF 13:17:17 [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 13:17:17 [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 13:17:17 [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 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.wsil4j_1.0.0/target/org.apache.wsil4j-1.0.0-SNAPSHOT.jar 13:17:17 [INFO] Gathering sources 13:17:17 [INFO] Configured Artifact: org.eclipse.orbit.wsil4j:wsil4j:sources:1.0.0:jar 13:17:17 [WARNING] Unable to resolve source jar; skipping source bundle 13:17:17 [INFO] Assembling p2 repository 13:17:18 [INFO] 13:17:18 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.wsil4j --- 13:17:18 [INFO] 13:17:18 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.wsil4j --- 13:17:18 [INFO] Discovering license information from existing ip_log.xml 13:17:18 [INFO] Discovered license 'Apache Software License 1.1' for artifact org.eclipse.orbit.wsil4j:wsil4j:1.0.0. 13:17:18 [INFO] Gathering sources archives 13:17:18 [INFO] Configured Artifact: org.eclipse.orbit.wsil4j:wsil4j:sources:1.0.0:jar 13:17:18 [WARNING] Unable to resolve source jar; skipping Eclipse IP information 13:17:18 [INFO] Refreshing about files and about.html 13:17:18 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:17:18 [INFO] Refreshing ip_log.xml 13:17:18 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.wsil4j_1.0.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:17:18 [INFO] 13:17:18 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.wsil4j --- 13:17:18 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.wsil4j_1.0.0/target/org.apache.wsil4j-1.0.0-SNAPSHOT.jar 13:17:18 [INFO] 13:17:18 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.wsil4j --- 13:17:18 [INFO] Jar '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.wsil4j_1.0.0/target/org.apache.wsil4j-1.0.0-SNAPSHOT.jar' is already signed. The signature will be overwritten. 13:17:18 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.wsil4j_1.0.0/target/org.apache.wsil4j-1.0.0-SNAPSHOT.jar 13:17:21 [INFO] 13:17:21 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.wsil4j --- 13:17:21 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.wsil4j_1.0.0/target/org.apache.wsil4j-1.0.0-SNAPSHOT.jar 13:17:21 [INFO] 13:17:21 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.wsil4j --- 13:17:21 [INFO] 13:17:21 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.wsil4j --- 13:17:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.wsil4j_1.0.0/target/org.apache.wsil4j-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.wsil4j/1.0.0-SNAPSHOT/org.apache.wsil4j-1.0.0-SNAPSHOT.jar 13:17:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.wsil4j_1.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.wsil4j/1.0.0-SNAPSHOT/org.apache.wsil4j-1.0.0-SNAPSHOT.pom 13:17:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.wsil4j_1.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.wsil4j/1.0.0-SNAPSHOT/org.apache.wsil4j-1.0.0-SNAPSHOT-p2metadata.xml 13:17:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.wsil4j_1.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.wsil4j/1.0.0-SNAPSHOT/org.apache.wsil4j-1.0.0-SNAPSHOT-p2artifacts.xml 13:17:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.wsil4j_1.0.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.wsil4j/1.0.0-SNAPSHOT/org.apache.wsil4j-1.0.0-SNAPSHOT-ip_log.xml 13:17:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.wsil4j_1.0.0/target/org.apache.wsil4j-1.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.wsil4j/1.0.0-SNAPSHOT/org.apache.wsil4j-1.0.0-SNAPSHOT-pack200.jar.pack.gz 13:17:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.wsil4j_1.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.wsil4j/1.0.0-SNAPSHOT/org.apache.wsil4j-1.0.0-SNAPSHOT-p2metadata.xml 13:17:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.wsil4j_1.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.wsil4j/1.0.0-SNAPSHOT/org.apache.wsil4j-1.0.0-SNAPSHOT-p2artifacts.xml 13:17:23 [INFO] 13:17:23 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.wsil4j --- 13:17:23 [INFO] 13:17:23 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.xmlbeans >------------ 13:17:23 [INFO] Building XmlBeans 3.1.0-SNAPSHOT [45/376] 13:17:23 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:17:23 [INFO] 13:17:23 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xmlbeans --- 13:17:23 [INFO] 13:17:23 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.xmlbeans --- 13:17:23 [INFO] The project's OSGi version is 3.1.0.v20200922-1359 13:17:23 [INFO] 13:17:23 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.xmlbeans --- 13:17:23 [INFO] 13:17:23 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.xmlbeans --- 13:17:23 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:17:23 [INFO] Copying 3 resources 13:17:23 [INFO] 13:17:23 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.xmlbeans --- 13:17:23 [INFO] No sources to compile 13:17:23 [INFO] 13:17:23 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xmlbeans --- 13:17:23 [INFO] Gathering dependencies 13:17:23 [INFO] Configured Artifact: org.apache.xmlbeans:xmlbeans:3.1.0:jar 13:17:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xmlbeans_3.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:17:23 [INFO] Merging collected dependencies 13:17:23 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:17:24 [INFO] Copying 1938 resources 13:17:24 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xmlbeans_3.1.0/target/org.apache.xmlbeans-3.1.0-SNAPSHOT.jar 13:17:24 [INFO] Gathering sources 13:17:24 [INFO] Configured Artifact: org.apache.xmlbeans:xmlbeans:sources:3.1.0:jar 13:17:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xmlbeans_3.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:17:25 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:17:25 [INFO] Copying 3 resources 13:17:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xmlbeans_3.1.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xmlbeans_3.1.0/target/org.apache.xmlbeans-3.1.0-SNAPSHOT-sources.jar 13:17:25 [INFO] Assembling p2 repository 13:17:26 [INFO] 13:17:26 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xmlbeans --- 13:17:26 [INFO] 13:17:26 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xmlbeans --- 13:17:26 [INFO] Discovering license information from existing ip_log.xml 13:17:26 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlbeans:xmlbeans:3.1.0. 13:17:26 [INFO] Gathering sources archives 13:17:26 [INFO] Configured Artifact: org.apache.xmlbeans:xmlbeans:sources:3.1.0:jar 13:17:26 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:17:26 [INFO] Configured Artifact: org.apache.xmlbeans:xmlbeans:sources:3.1.0:jar 13:17:26 [INFO] Copying xmlbeans-3.1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xmlbeans_3.1.0/target/sources-for-eclipse-ipzilla/xmlbeans-3.1.0-sources.jar 13:17:26 [INFO] Refreshing about files and about.html 13:17:26 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:17:26 [INFO] Refreshing ip_log.xml 13:17:26 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xmlbeans_3.1.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:17:26 [INFO] 13:17:26 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.xmlbeans --- 13:17:26 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xmlbeans_3.1.0/target/org.apache.xmlbeans-3.1.0-SNAPSHOT.jar 13:17:27 [INFO] 13:17:27 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.xmlbeans --- 13:17:28 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xmlbeans_3.1.0/target/org.apache.xmlbeans-3.1.0-SNAPSHOT.jar 13:17:32 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xmlbeans_3.1.0/target/org.apache.xmlbeans-3.1.0-SNAPSHOT-sources.jar 13:17:35 [INFO] 13:17:35 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.xmlbeans --- 13:17:35 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xmlbeans_3.1.0/target/org.apache.xmlbeans-3.1.0-SNAPSHOT.jar 13:17:36 [INFO] 13:17:36 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.xmlbeans --- 13:17:36 [INFO] 13:17:36 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.xmlbeans --- 13:17:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xmlbeans_3.1.0/target/org.apache.xmlbeans-3.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT.jar 13:17:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xmlbeans_3.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT.pom 13:17:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT-sources.jar 13:17:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xmlbeans_3.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT-p2metadata.xml 13:17:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xmlbeans_3.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT-p2artifacts.xml 13:17:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xmlbeans_3.1.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT-ip_log.xml 13:17:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xmlbeans_3.1.0/target/org.apache.xmlbeans-3.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT-pack200.jar.pack.gz 13:17:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xmlbeans_3.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT-p2metadata.xml 13:17:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xmlbeans_3.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT-p2artifacts.xml 13:17:36 [INFO] 13:17:36 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.xmlbeans --- 13:17:36 [INFO] 13:17:36 [INFO] -------------< org.eclipse.orbit.bundles:org.apache.xalan >------------- 13:17:36 [INFO] Building Xalan Java 2.7.2-SNAPSHOT [46/376] 13:17:36 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:17:37 [INFO] 13:17:37 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xalan --- 13:17:37 [INFO] 13:17:37 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.xalan --- 13:17:37 [INFO] The project's OSGi version is 2.7.2.v20201124-1837 13:17:37 [INFO] 13:17:37 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.xalan --- 13:17:37 [INFO] 13:17:37 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.xalan --- 13:17:37 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:17:37 [INFO] Copying 3 resources 13:17:37 [INFO] 13:17:37 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.xalan --- 13:17:37 [INFO] No sources to compile 13:17:37 [INFO] 13:17:37 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xalan --- 13:17:37 [INFO] Gathering dependencies 13:17:37 [INFO] Configured Artifact: xalan:xalan:2.7.2:jar 13:17:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/xalan/xalan/2.7.2/xalan-2.7.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xalan_2.7.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:17:37 [INFO] Merging collected dependencies 13:17:37 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:17:37 [INFO] Copying 1508 resources 13:17:37 [INFO] Generating OSGi MANIFEST.MF 13:17:37 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xalan:eclipse-bundle-recipe:2.7.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xalan_2.7.2/target/org.apache.xalan-2.7.2-SNAPSHOT.jar 13:17:38 [INFO] Gathering sources 13:17:38 [INFO] Configured Artifact: xalan:xalan:sources:2.7.2:jar 13:17:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/xalan/xalan/2.7.2/xalan-2.7.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xalan_2.7.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:17:40 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:17:40 [INFO] Copying 3 resources 13:17:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xalan_2.7.2/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xalan_2.7.2/target/org.apache.xalan-2.7.2-SNAPSHOT-sources.jar 13:17:41 [INFO] Assembling p2 repository 13:17:42 [INFO] 13:17:42 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xalan --- 13:17:42 [INFO] 13:17:42 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xalan --- 13:17:42 [INFO] Discovering license information from existing ip_log.xml 13:17:42 [INFO] Discovered license 'Apache License, 2.0' for artifact xalan:xalan:2.7.2. 13:17:42 [INFO] Gathering sources archives 13:17:42 [INFO] Configured Artifact: xalan:xalan:sources:2.7.2:jar 13:17:42 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/xalan/xalan/2.7.2/xalan-2.7.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:17:42 [INFO] Configured Artifact: xalan:xalan:sources:2.7.2:jar 13:17:42 [INFO] Copying xalan-2.7.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xalan_2.7.2/target/sources-for-eclipse-ipzilla/xalan-2.7.2-sources.jar 13:17:42 [INFO] Refreshing about files and about.html 13:17:42 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:17:42 [INFO] Refreshing ip_log.xml 13:17:42 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xalan_2.7.2/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:17:42 [INFO] 13:17:42 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.xalan --- 13:17:42 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xalan_2.7.2/target/org.apache.xalan-2.7.2-SNAPSHOT.jar 13:17:45 [INFO] 13:17:45 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.xalan --- 13:17:46 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xalan_2.7.2/target/org.apache.xalan-2.7.2-SNAPSHOT.jar 13:17:50 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xalan_2.7.2/target/org.apache.xalan-2.7.2-SNAPSHOT-sources.jar 13:17:52 [INFO] 13:17:52 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.xalan --- 13:17:52 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xalan_2.7.2/target/org.apache.xalan-2.7.2-SNAPSHOT.jar 13:17:56 [INFO] 13:17:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.xalan --- 13:17:56 [INFO] 13:17:56 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.xalan --- 13:17:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xalan_2.7.2/target/org.apache.xalan-2.7.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT.jar 13:17:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xalan_2.7.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT.pom 13:17:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT-sources.jar 13:17:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xalan_2.7.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT-p2metadata.xml 13:17:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xalan_2.7.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT-p2artifacts.xml 13:17:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xalan_2.7.2/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT-ip_log.xml 13:17:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xalan_2.7.2/target/org.apache.xalan-2.7.2-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT-pack200.jar.pack.gz 13:17:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xalan_2.7.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT-p2metadata.xml 13:17:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xalan_2.7.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT-p2artifacts.xml 13:17:56 [INFO] 13:17:56 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.xalan --- 13:17:56 [INFO] 13:17:56 [INFO] ------------< org.eclipse.orbit.bundles:org.apache.xerces >------------- 13:17:56 [INFO] Building Xerces2-j 2.12.1-SNAPSHOT [47/376] 13:17:56 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:17:56 [INFO] 13:17:56 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xerces --- 13:17:56 [INFO] 13:17:56 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.xerces --- 13:17:56 [INFO] The project's OSGi version is 2.12.1.v20210115-0812 13:17:56 [INFO] 13:17:56 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.xerces --- 13:17:56 [INFO] 13:17:56 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.xerces --- 13:17:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:17:56 [INFO] Copying 3 resources 13:17:56 [INFO] 13:17:56 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.xerces --- 13:17:56 [INFO] No sources to compile 13:17:56 [INFO] 13:17:56 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xerces --- 13:17:56 [INFO] Gathering dependencies 13:17:56 [INFO] Configured Artifact: xerces:xercesImpl:2.12.1:jar 13:17:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:17:56 [INFO] Merging collected dependencies 13:17:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:17:56 [INFO] Copying 995 resources 13:17:56 [INFO] Generating OSGi MANIFEST.MF 13:17:56 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xerces:eclipse-bundle-recipe:2.12.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/target/org.apache.xerces-2.12.1-SNAPSHOT.jar 13:17:57 [INFO] Gathering sources 13:17:57 [INFO] Configured Artifact: xerces:xercesImpl:sources:2.12.1:jar 13:17:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:17:57 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:17:57 [INFO] Copying 3 resources 13:17:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/target/org.apache.xerces-2.12.1-SNAPSHOT-sources.jar 13:17:57 [INFO] Assembling p2 repository 13:17:58 [INFO] 13:17:58 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xerces --- 13:17:58 [INFO] 13:17:58 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xerces --- 13:17:58 [INFO] Discovering license information from existing ip_log.xml 13:17:58 [INFO] Discovered license 'Apache License, 2.0' for artifact xerces:xercesImpl:2.12.1. 13:17:58 [INFO] Gathering sources archives 13:17:58 [INFO] Configured Artifact: xerces:xercesImpl:sources:2.12.1:jar 13:17:58 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/target/sources-for-eclipse-ipzilla/xercesImpl-2.12.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:17:58 [INFO] Configured Artifact: xerces:xercesImpl:sources:2.12.1:jar 13:17:58 [INFO] Copying xercesImpl-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/target/sources-for-eclipse-ipzilla/xercesImpl-2.12.1-sources.jar 13:17:58 [INFO] Refreshing about files and about.html 13:17:58 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.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). 13:17:58 [INFO] Refreshing ip_log.xml 13:17:58 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:17:58 [INFO] 13:17:58 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.xerces --- 13:17:58 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/target/org.apache.xerces-2.12.1-SNAPSHOT.jar 13:17:58 [INFO] 13:17:58 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.xerces --- 13:17:59 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/target/org.apache.xerces-2.12.1-SNAPSHOT.jar 13:18:01 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/target/org.apache.xerces-2.12.1-SNAPSHOT-sources.jar 13:18:04 [INFO] 13:18:04 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.xerces --- 13:18:04 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/target/org.apache.xerces-2.12.1-SNAPSHOT.jar 13:18:05 [INFO] 13:18:05 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.xerces --- 13:18:05 [INFO] 13:18:05 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.xerces --- 13:18:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/target/org.apache.xerces-2.12.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.1-SNAPSHOT/org.apache.xerces-2.12.1-SNAPSHOT.jar 13:18:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.1-SNAPSHOT/org.apache.xerces-2.12.1-SNAPSHOT.pom 13:18:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/target/org.apache.xerces-2.12.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.1-SNAPSHOT/org.apache.xerces-2.12.1-SNAPSHOT-sources.jar 13:18:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.1-SNAPSHOT/org.apache.xerces-2.12.1-SNAPSHOT-p2metadata.xml 13:18:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.1-SNAPSHOT/org.apache.xerces-2.12.1-SNAPSHOT-p2artifacts.xml 13:18:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.1-SNAPSHOT/org.apache.xerces-2.12.1-SNAPSHOT-ip_log.xml 13:18:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/target/org.apache.xerces-2.12.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.1-SNAPSHOT/org.apache.xerces-2.12.1-SNAPSHOT-pack200.jar.pack.gz 13:18:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.1-SNAPSHOT/org.apache.xerces-2.12.1-SNAPSHOT-p2metadata.xml 13:18:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/org.apache.xerces_2.12.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.1-SNAPSHOT/org.apache.xerces-2.12.1-SNAPSHOT-p2artifacts.xml 13:18:05 [INFO] 13:18:05 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.xerces --- 13:18:05 [INFO] 13:18:05 [INFO] -------------------< org.eclipse.orbit.bundles:ant >-------------------- 13:18:05 [INFO] Building Eclipse Orbit :: Ant Recipes 1.0.0-SNAPSHOT [48/376] 13:18:05 [INFO] --------------------------------[ pom ]--------------------------------- 13:18:05 [INFO] 13:18:05 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ant --- 13:18:05 [INFO] 13:18:05 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ ant --- 13:18:05 [INFO] 13:18:05 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ ant --- 13:18:05 [INFO] 13:18:05 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ ant --- 13:18:05 [INFO] 13:18:05 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ ant --- 13:18:05 [INFO] 13:18:05 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ ant --- 13:18:05 [INFO] 13:18:05 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ant --- 13:18:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ant/1.0.0-SNAPSHOT/ant-1.0.0-SNAPSHOT.pom 13:18:05 [INFO] 13:18:05 [INFO] --------------< org.eclipse.orbit.bundles:org.apache.ant >-------------- 13:18:05 [INFO] Building Apache Ant (all-in-one) 1.10.10-SNAPSHOT [49/376] 13:18:05 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:18:11 [INFO] 13:18:11 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.ant --- 13:18:11 [INFO] 13:18:11 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.ant --- 13:18:11 [INFO] The project's OSGi version is 1.10.10.v20210426-1926 13:18:11 [INFO] 13:18:11 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.ant --- 13:18:11 [INFO] 13:18:11 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.ant --- 13:18:11 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:18:11 [INFO] Copying 35 resources 13:18:11 [INFO] 13:18:11 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.ant --- 13:18:11 [INFO] No sources to compile 13:18:11 [INFO] 13:18:11 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.ant --- 13:18:11 [INFO] Gathering dependencies 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-antlr:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-apache-bcel:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-apache-bsf:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-apache-log4j:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-apache-oro:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-apache-regexp:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-apache-resolver:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-apache-xalan2:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-commons-logging:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-commons-net:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-imageio:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-jai:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-javamail:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-jdepend:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-jmf:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-jsch:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-junit:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-junitlauncher:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-junit4:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-launcher:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-netrexx:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-swing:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-testutil:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant:1.10.10:jar 13:18:11 [INFO] Configured Artifact: org.apache.ant:ant-xz:1.10.10:jar 13:18:11 [INFO] Copying ant-antlr-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-antlr.jar 13:18:11 [INFO] Copying ant-apache-bcel-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-apache-bcel.jar 13:18:11 [INFO] Copying ant-apache-bsf-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-apache-bsf.jar 13:18:11 [INFO] Copying ant-apache-log4j-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-apache-log4j.jar 13:18:11 [INFO] Copying ant-apache-oro-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-apache-oro.jar 13:18:11 [INFO] Copying ant-apache-regexp-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-apache-regexp.jar 13:18:11 [INFO] Copying ant-apache-resolver-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-apache-resolver.jar 13:18:11 [INFO] Copying ant-apache-xalan2-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-apache-xalan2.jar 13:18:11 [INFO] Copying ant-commons-logging-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-commons-logging.jar 13:18:11 [INFO] Copying ant-commons-net-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-commons-net.jar 13:18:11 [INFO] Copying ant-imageio-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-imageio.jar 13:18:12 [INFO] Copying ant-jai-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-jai.jar 13:18:12 [INFO] Copying ant-javamail-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-javamail.jar 13:18:12 [INFO] Copying ant-jdepend-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-jdepend.jar 13:18:12 [INFO] Copying ant-jmf-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-jmf.jar 13:18:12 [INFO] Copying ant-jsch-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-jsch.jar 13:18:12 [INFO] Copying ant-junit-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-junit.jar 13:18:12 [INFO] Copying ant-junitlauncher-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-junitlauncher.jar 13:18:12 [INFO] Copying ant-junit4-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-junit4.jar 13:18:12 [INFO] Copying ant-launcher-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-launcher.jar 13:18:12 [INFO] Copying ant-netrexx-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-netrexx.jar 13:18:12 [INFO] Copying ant-swing-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-swing.jar 13:18:12 [INFO] Copying ant-testutil-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-testutil.jar 13:18:12 [INFO] Copying ant-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant.jar 13:18:12 [INFO] Copying ant-xz-1.10.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-bin/lib/ant-xz.jar 13:18:12 [INFO] Merging collected dependencies 13:18:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:18:12 [INFO] Copying 25 resources 13:18:12 [INFO] Generating OSGi MANIFEST.MF 13:18:12 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.ant:eclipse-bundle-recipe:1.10.10-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar 13:18:12 [INFO] Gathering sources 13:18:12 [INFO] Configured Artifact: org.apache.ant:ant-antlr:sources:1.10.10:jar 13:18:13 [INFO] Configured Artifact: org.apache.ant:ant-apache-bcel:sources:1.10.10:jar 13:18:13 [INFO] Configured Artifact: org.apache.ant:ant-apache-bsf:sources:1.10.10:jar 13:18:14 [INFO] Configured Artifact: org.apache.ant:ant-apache-log4j:sources:1.10.10:jar 13:18:14 [INFO] Configured Artifact: org.apache.ant:ant-apache-oro:sources:1.10.10:jar 13:18:14 [INFO] Configured Artifact: org.apache.ant:ant-apache-regexp:sources:1.10.10:jar 13:18:14 [INFO] Configured Artifact: org.apache.ant:ant-apache-resolver:sources:1.10.10:jar 13:18:14 [INFO] Configured Artifact: org.apache.ant:ant-apache-xalan2:sources:1.10.10:jar 13:18:14 [INFO] Configured Artifact: org.apache.ant:ant-commons-logging:sources:1.10.10:jar 13:18:14 [INFO] Configured Artifact: org.apache.ant:ant-commons-net:sources:1.10.10:jar 13:18:14 [INFO] Configured Artifact: org.apache.ant:ant-imageio:sources:1.10.10:jar 13:18:14 [INFO] Configured Artifact: org.apache.ant:ant-jai:sources:1.10.10:jar 13:18:15 [INFO] Configured Artifact: org.apache.ant:ant-javamail:sources:1.10.10:jar 13:18:15 [INFO] Configured Artifact: org.apache.ant:ant-jdepend:sources:1.10.10:jar 13:18:15 [INFO] Configured Artifact: org.apache.ant:ant-jmf:sources:1.10.10:jar 13:18:15 [INFO] Configured Artifact: org.apache.ant:ant-jsch:sources:1.10.10:jar 13:18:16 [INFO] Configured Artifact: org.apache.ant:ant-junit:sources:1.10.10:jar 13:18:16 [INFO] Configured Artifact: org.apache.ant:ant-junitlauncher:sources:1.10.10:jar 13:18:16 [INFO] Configured Artifact: org.apache.ant:ant-junit4:sources:1.10.10:jar 13:18:17 [INFO] Configured Artifact: org.apache.ant:ant-launcher:sources:1.10.10:jar 13:18:18 [INFO] Configured Artifact: org.apache.ant:ant-netrexx:sources:1.10.10:jar 13:18:18 [INFO] Configured Artifact: org.apache.ant:ant-swing:sources:1.10.10:jar 13:18:18 [INFO] Configured Artifact: org.apache.ant:ant-testutil:sources:1.10.10:jar 13:18:19 [INFO] Configured Artifact: org.apache.ant:ant:sources:1.10.10:jar 13:18:19 [INFO] Configured Artifact: org.apache.ant:ant-xz:sources:1.10.10:jar 13:18:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-antlr/1.10.10/ant-antlr-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-apache-bcel/1.10.10/ant-apache-bcel-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-apache-bsf/1.10.10/ant-apache-bsf-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-apache-log4j/1.10.10/ant-apache-log4j-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-apache-oro/1.10.10/ant-apache-oro-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-apache-regexp/1.10.10/ant-apache-regexp-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-apache-resolver/1.10.10/ant-apache-resolver-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-apache-xalan2/1.10.10/ant-apache-xalan2-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-commons-logging/1.10.10/ant-commons-logging-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-commons-net/1.10.10/ant-commons-net-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-imageio/1.10.10/ant-imageio-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-jai/1.10.10/ant-jai-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-javamail/1.10.10/ant-javamail-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-jdepend/1.10.10/ant-jdepend-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-jmf/1.10.10/ant-jmf-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-jsch/1.10.10/ant-jsch-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-junit/1.10.10/ant-junit-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-junitlauncher/1.10.10/ant-junitlauncher-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-junit4/1.10.10/ant-junit4-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-launcher/1.10.10/ant-launcher-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-netrexx/1.10.10/ant-netrexx-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-swing/1.10.10/ant-swing-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-testutil/1.10.10/ant-testutil-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant/1.10.10/ant-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-xz/1.10.10/ant-xz-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:21 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:18:21 [INFO] Copying 35 resources 13:18:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT-sources.jar 13:18:21 [INFO] Assembling p2 repository 13:18:23 [INFO] 13:18:23 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.ant --- 13:18:23 [INFO] 13:18:23 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.ant --- 13:18:23 [INFO] Discovering license information from existing ip_log.xml 13:18:23 [INFO] Gathering sources archives 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-antlr:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-apache-bcel:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-apache-bsf:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-apache-log4j:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-apache-oro:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-apache-regexp:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-apache-resolver:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-apache-xalan2:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-commons-logging:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-commons-net:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-imageio:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-jai:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-javamail:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-jdepend:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-jmf:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-jsch:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-junit:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-junitlauncher:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-junit4:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-launcher:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-netrexx:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-swing:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-testutil:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-xz:sources:1.10.10:jar 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-antlr/1.10.10/ant-antlr-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-antlr-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-apache-bcel/1.10.10/ant-apache-bcel-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-apache-bcel-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-apache-bsf/1.10.10/ant-apache-bsf-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-apache-bsf-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-apache-log4j/1.10.10/ant-apache-log4j-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-apache-log4j-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-apache-oro/1.10.10/ant-apache-oro-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-apache-oro-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-apache-regexp/1.10.10/ant-apache-regexp-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-apache-regexp-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-apache-resolver/1.10.10/ant-apache-resolver-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-apache-resolver-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-apache-xalan2/1.10.10/ant-apache-xalan2-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-apache-xalan2-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-commons-logging/1.10.10/ant-commons-logging-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-commons-logging-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-commons-net/1.10.10/ant-commons-net-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-commons-net-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-imageio/1.10.10/ant-imageio-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-imageio-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-jai/1.10.10/ant-jai-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-jai-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-javamail/1.10.10/ant-javamail-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-javamail-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-jdepend/1.10.10/ant-jdepend-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-jdepend-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-jmf/1.10.10/ant-jmf-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-jmf-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-jsch/1.10.10/ant-jsch-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-jsch-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-junit/1.10.10/ant-junit-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-junit-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-junitlauncher/1.10.10/ant-junitlauncher-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-junitlauncher-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-junit4/1.10.10/ant-junit4-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-junit4-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-launcher/1.10.10/ant-launcher-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-launcher-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-netrexx/1.10.10/ant-netrexx-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-netrexx-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-swing/1.10.10/ant-swing-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-swing-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-testutil/1.10.10/ant-testutil-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-testutil-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant/1.10.10/ant-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/ant/ant-xz/1.10.10/ant-xz-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-xz-1.10.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-antlr:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-apache-bcel:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-apache-bsf:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-apache-log4j:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-apache-oro:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-apache-regexp:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-apache-resolver:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-apache-xalan2:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-commons-logging:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-commons-net:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-imageio:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-jai:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-javamail:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-jdepend:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-jmf:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-jsch:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-junit:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-junitlauncher:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-junit4:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-launcher:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-netrexx:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-swing:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-testutil:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant:sources:1.10.10:jar 13:18:23 [INFO] Configured Artifact: org.apache.ant:ant-xz:sources:1.10.10:jar 13:18:23 [INFO] Copying ant-antlr-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-antlr-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-apache-bcel-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-apache-bcel-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-apache-bsf-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-apache-bsf-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-apache-log4j-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-apache-log4j-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-apache-oro-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-apache-oro-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-apache-regexp-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-apache-regexp-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-apache-resolver-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-apache-resolver-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-apache-xalan2-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-apache-xalan2-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-commons-logging-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-commons-logging-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-commons-net-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-commons-net-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-imageio-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-imageio-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-jai-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-jai-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-javamail-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-javamail-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-jdepend-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-jdepend-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-jmf-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-jmf-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-jsch-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-jsch-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-junit-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-junit-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-junitlauncher-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-junitlauncher-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-junit4-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-junit4-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-launcher-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-launcher-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-netrexx-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-netrexx-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-swing-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-swing-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-testutil-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-testutil-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-1.10.10-sources.jar 13:18:23 [INFO] Copying ant-xz-1.10.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/sources-for-eclipse-ipzilla/ant-xz-1.10.10-sources.jar 13:18:23 [INFO] Refreshing about files and about.html 13:18:23 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.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). 13:18:23 [INFO] Refreshing ip_log.xml 13:18:23 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:18:23 [INFO] 13:18:23 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.ant --- 13:18:23 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar 13:18:23 [INFO] 13:18:23 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.ant --- 13:18:23 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-antlr.jar' is disabled. 13:18:23 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-antlr.jar 13:18:27 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-apache-bcel.jar' is disabled. 13:18:27 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-apache-bcel.jar 13:18:28 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-apache-log4j.jar' is disabled. 13:18:28 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-apache-log4j.jar 13:18:29 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-apache-regexp.jar' is disabled. 13:18:29 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-apache-regexp.jar 13:18:30 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-apache-xalan2.jar' is disabled. 13:18:30 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-apache-xalan2.jar 13:18:31 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-commons-net.jar' is disabled. 13:18:31 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-commons-net.jar 13:18:32 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-junit.jar' is disabled. 13:18:32 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-junit.jar 13:18:34 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-testutil.jar' is disabled. 13:18:34 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-testutil.jar 13:18:35 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-xz.jar' is disabled. 13:18:35 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-xz.jar 13:18:36 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-apache-bsf.jar' is disabled. 13:18:36 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-apache-bsf.jar 13:18:37 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-apache-oro.jar' is disabled. 13:18:37 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-apache-oro.jar 13:18:38 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-apache-resolver.jar' is disabled. 13:18:38 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-apache-resolver.jar 13:18:40 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-commons-logging.jar' is disabled. 13:18:40 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-commons-logging.jar 13:18:41 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-imageio.jar' is disabled. 13:18:41 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-imageio.jar 13:18:43 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-jai.jar' is disabled. 13:18:43 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-jai.jar 13:18:44 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-javamail.jar' is disabled. 13:18:44 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-javamail.jar 13:18:45 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-jdepend.jar' is disabled. 13:18:45 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-jdepend.jar 13:18:46 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-jmf.jar' is disabled. 13:18:46 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-jmf.jar 13:18:48 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-jsch.jar' is disabled. 13:18:48 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-jsch.jar 13:18:49 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-junitlauncher.jar' is disabled. 13:18:49 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-junitlauncher.jar 13:18:50 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-junit4.jar' is disabled. 13:18:50 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-junit4.jar 13:18:52 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-launcher.jar' is disabled. 13:18:52 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-launcher.jar 13:18:53 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-netrexx.jar' is disabled. 13:18:53 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-netrexx.jar 13:18:54 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-swing.jar' is disabled. 13:18:54 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant-swing.jar 13:18:55 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant.jar' is disabled. 13:18:55 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar_unpacked_11748222493690491365/lib/ant.jar 13:18:58 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar 13:19:00 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT-sources.jar 13:19:03 [INFO] 13:19:03 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.ant --- 13:19:03 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar 13:19:03 [INFO] 13:19:03 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.ant --- 13:19:03 [INFO] 13:19:03 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.ant --- 13:19:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.10-SNAPSHOT/org.apache.ant-1.10.10-SNAPSHOT.jar 13:19:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.10-SNAPSHOT/org.apache.ant-1.10.10-SNAPSHOT.pom 13:19:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.10-SNAPSHOT/org.apache.ant-1.10.10-SNAPSHOT-sources.jar 13:19:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.10-SNAPSHOT/org.apache.ant-1.10.10-SNAPSHOT-p2metadata.xml 13:19:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.10-SNAPSHOT/org.apache.ant-1.10.10-SNAPSHOT-p2artifacts.xml 13:19:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.10-SNAPSHOT/org.apache.ant-1.10.10-SNAPSHOT-ip_log.xml 13:19:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/org.apache.ant-1.10.10-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.10-SNAPSHOT/org.apache.ant-1.10.10-SNAPSHOT-pack200.jar.pack.gz 13:19:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.10-SNAPSHOT/org.apache.ant-1.10.10-SNAPSHOT-p2metadata.xml 13:19:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/ant/org.apache.ant_1.10.10/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.10-SNAPSHOT/org.apache.ant-1.10.10-SNAPSHOT-p2artifacts.xml 13:19:03 [INFO] 13:19:03 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.ant --- 13:19:03 [INFO] 13:19:03 [INFO] ------------------< org.eclipse.orbit.bundles:batik >------------------- 13:19:03 [INFO] Building Eclipse Orbit :: Batik Recipes 1.0.0-SNAPSHOT [50/376] 13:19:03 [INFO] --------------------------------[ pom ]--------------------------------- 13:19:03 [INFO] 13:19:03 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ batik --- 13:19:03 [INFO] 13:19:03 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ batik --- 13:19:03 [INFO] 13:19:03 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ batik --- 13:19:03 [INFO] 13:19:03 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ batik --- 13:19:03 [INFO] 13:19:03 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ batik --- 13:19:03 [INFO] 13:19:03 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ batik --- 13:19:03 [INFO] 13:19:03 [INFO] --- maven-install-plugin:2.4:install (default-install) @ batik --- 13:19:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/batik/1.0.0-SNAPSHOT/batik-1.0.0-SNAPSHOT.pom 13:19:04 [INFO] 13:19:04 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.batik.anim >----------- 13:19:04 [INFO] Building Batik animation engine 1.9.1-SNAPSHOT [51/376] 13:19:04 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:19:04 [INFO] 13:19:04 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.anim --- 13:19:04 [INFO] 13:19:04 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.anim --- 13:19:04 [INFO] The project's OSGi version is 1.9.1.v20190730-1743 13:19:04 [INFO] 13:19:04 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.anim --- 13:19:04 [INFO] 13:19:04 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.anim --- 13:19:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:04 [INFO] Copying 3 resources 13:19:04 [INFO] 13:19:04 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.anim --- 13:19:04 [INFO] No sources to compile 13:19:04 [INFO] 13:19:04 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.anim --- 13:19:04 [INFO] Gathering dependencies 13:19:04 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-anim:1.9.1:jar 13:19:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-anim/1.9.1/batik-anim-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:05 [INFO] Merging collected dependencies 13:19:05 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:05 [INFO] Copying 402 resources 13:19:05 [INFO] Generating OSGi MANIFEST.MF 13:19:05 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.anim:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:19:05 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.anim:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath 13:19:05 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.anim:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.constants=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/target/org.apache.batik.anim-1.9.1-SNAPSHOT.jar 13:19:05 [INFO] Gathering sources 13:19:05 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-anim:sources:1.9.1:jar 13:19:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-anim/1.9.1/batik-anim-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:05 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:05 [INFO] Copying 3 resources 13:19:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/target/org.apache.batik.anim-1.9.1-SNAPSHOT-sources.jar 13:19:05 [INFO] Assembling p2 repository 13:19:05 [INFO] 13:19:05 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.anim --- 13:19:05 [INFO] 13:19:05 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.anim --- 13:19:05 [INFO] Discovering license information from existing ip_log.xml 13:19:05 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-anim:1.9.1. 13:19:05 [INFO] Gathering sources archives 13:19:05 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-anim:sources:1.9.1:jar 13:19:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-anim/1.9.1/batik-anim-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/target/sources-for-eclipse-ipzilla/batik-anim-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:05 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-anim:sources:1.9.1:jar 13:19:05 [INFO] Copying batik-anim-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/target/sources-for-eclipse-ipzilla/batik-anim-1.9.1-sources.jar 13:19:05 [INFO] Refreshing about files and about.html 13:19:05 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_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). 13:19:05 [INFO] Refreshing ip_log.xml 13:19:05 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:19:05 [INFO] 13:19:05 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.anim --- 13:19:05 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/target/org.apache.batik.anim-1.9.1-SNAPSHOT.jar 13:19:06 [INFO] 13:19:06 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.anim --- 13:19:06 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/target/org.apache.batik.anim-1.9.1-SNAPSHOT.jar 13:19:07 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/target/org.apache.batik.anim-1.9.1-SNAPSHOT-sources.jar 13:19:09 [INFO] 13:19:09 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.anim --- 13:19:09 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/target/org.apache.batik.anim-1.9.1-SNAPSHOT.jar 13:19:09 [INFO] 13:19:09 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.anim --- 13:19:09 [INFO] 13:19:09 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.anim --- 13:19:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/target/org.apache.batik.anim-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.9.1-SNAPSHOT/org.apache.batik.anim-1.9.1-SNAPSHOT.jar 13:19:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.9.1-SNAPSHOT/org.apache.batik.anim-1.9.1-SNAPSHOT.pom 13:19:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/target/org.apache.batik.anim-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.9.1-SNAPSHOT/org.apache.batik.anim-1.9.1-SNAPSHOT-sources.jar 13:19:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.9.1-SNAPSHOT/org.apache.batik.anim-1.9.1-SNAPSHOT-p2metadata.xml 13:19:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.9.1-SNAPSHOT/org.apache.batik.anim-1.9.1-SNAPSHOT-p2artifacts.xml 13:19:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.9.1-SNAPSHOT/org.apache.batik.anim-1.9.1-SNAPSHOT-ip_log.xml 13:19:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/target/org.apache.batik.anim-1.9.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.9.1-SNAPSHOT/org.apache.batik.anim-1.9.1-SNAPSHOT-pack200.jar.pack.gz 13:19:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.9.1-SNAPSHOT/org.apache.batik.anim-1.9.1-SNAPSHOT-p2metadata.xml 13:19:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.9.1-SNAPSHOT/org.apache.batik.anim-1.9.1-SNAPSHOT-p2artifacts.xml 13:19:09 [INFO] 13:19:09 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.anim --- 13:19:09 [INFO] 13:19:09 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.bridge >---------- 13:19:09 [INFO] Building Batik bridge 1.9.1-SNAPSHOT [52/376] 13:19:09 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:19:10 [INFO] 13:19:10 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.bridge --- 13:19:10 [INFO] 13:19:10 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.bridge --- 13:19:10 [INFO] The project's OSGi version is 1.9.1.v20190730-1743 13:19:10 [INFO] 13:19:10 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.bridge --- 13:19:10 [INFO] 13:19:10 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.bridge --- 13:19:10 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:10 [INFO] Copying 3 resources 13:19:10 [INFO] 13:19:10 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.bridge --- 13:19:10 [INFO] Changes detected - recompiling the module! 13:19:10 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/target/classes 13:19:11 [INFO] 13:19:11 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.bridge --- 13:19:11 [INFO] Gathering dependencies 13:19:11 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-bridge:1.9.1:jar 13:19:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-bridge/1.9.1/batik-bridge-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:11 [INFO] Merging collected dependencies 13:19:11 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:11 [INFO] Copying 405 resources 13:19:11 [INFO] Generating OSGi MANIFEST.MF 13:19:11 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.bridge:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:19:11 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.bridge:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath 13:19:11 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.bridge:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.constants=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath 13:19:11 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.bridge:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Export org.apache.batik.bridge, has 1, private references [org.w3c.dom] 13:19:11 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.bridge:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Export org.apache.batik.bridge.svg12, has 1, private references [org.w3c.dom] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/target/org.apache.batik.bridge-1.9.1-SNAPSHOT.jar 13:19:11 [INFO] Gathering sources 13:19:11 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-bridge:sources:1.9.1:jar 13:19:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-bridge/1.9.1/batik-bridge-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:11 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:11 [INFO] Copying 3 resources 13:19:11 [INFO] Copying 2 resources [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/target/org.apache.batik.bridge-1.9.1-SNAPSHOT-sources.jar 13:19:11 [INFO] Assembling p2 repository 13:19:12 [INFO] 13:19:12 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.bridge --- 13:19:12 [INFO] 13:19:12 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.bridge --- 13:19:12 [INFO] Discovering license information from existing ip_log.xml 13:19:12 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-bridge:1.9.1. 13:19:12 [INFO] Gathering sources archives 13:19:12 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-bridge:sources:1.9.1:jar 13:19:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-bridge/1.9.1/batik-bridge-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/target/sources-for-eclipse-ipzilla/batik-bridge-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:12 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-bridge:sources:1.9.1:jar 13:19:12 [INFO] Copying batik-bridge-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/target/sources-for-eclipse-ipzilla/batik-bridge-1.9.1-sources.jar 13:19:12 [INFO] Refreshing about files and about.html 13:19:12 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_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). 13:19:12 [INFO] Refreshing ip_log.xml 13:19:12 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:19:12 [INFO] 13:19:12 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.bridge --- 13:19:12 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/target/org.apache.batik.bridge-1.9.1-SNAPSHOT.jar 13:19:12 [INFO] 13:19:12 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.bridge --- 13:19:12 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/target/org.apache.batik.bridge-1.9.1-SNAPSHOT.jar 13:19:14 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/target/org.apache.batik.bridge-1.9.1-SNAPSHOT-sources.jar 13:19:16 [INFO] 13:19:16 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.bridge --- 13:19:16 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/target/org.apache.batik.bridge-1.9.1-SNAPSHOT.jar 13:19:16 [INFO] 13:19:16 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.bridge --- 13:19:16 [INFO] 13:19:16 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.bridge --- 13:19:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/target/org.apache.batik.bridge-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.9.1-SNAPSHOT/org.apache.batik.bridge-1.9.1-SNAPSHOT.jar 13:19:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.9.1-SNAPSHOT/org.apache.batik.bridge-1.9.1-SNAPSHOT.pom 13:19:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/target/org.apache.batik.bridge-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.9.1-SNAPSHOT/org.apache.batik.bridge-1.9.1-SNAPSHOT-sources.jar 13:19:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.9.1-SNAPSHOT/org.apache.batik.bridge-1.9.1-SNAPSHOT-p2metadata.xml 13:19:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.9.1-SNAPSHOT/org.apache.batik.bridge-1.9.1-SNAPSHOT-p2artifacts.xml 13:19:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.9.1-SNAPSHOT/org.apache.batik.bridge-1.9.1-SNAPSHOT-ip_log.xml 13:19:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/target/org.apache.batik.bridge-1.9.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.9.1-SNAPSHOT/org.apache.batik.bridge-1.9.1-SNAPSHOT-pack200.jar.pack.gz 13:19:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.9.1-SNAPSHOT/org.apache.batik.bridge-1.9.1-SNAPSHOT-p2metadata.xml 13:19:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.9.1-SNAPSHOT/org.apache.batik.bridge-1.9.1-SNAPSHOT-p2artifacts.xml 13:19:17 [INFO] 13:19:17 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.bridge --- 13:19:17 [INFO] 13:19:17 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.batik.codec >---------- 13:19:17 [INFO] Building Batik image codecs 1.9.1-SNAPSHOT [53/376] 13:19:17 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:19:17 [INFO] 13:19:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.codec --- 13:19:17 [INFO] 13:19:17 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.codec --- 13:19:17 [INFO] The project's OSGi version is 1.9.1.v20190730-1743 13:19:17 [INFO] 13:19:17 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.codec --- 13:19:17 [INFO] 13:19:17 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.codec --- 13:19:17 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:17 [INFO] Copying 3 resources 13:19:17 [INFO] 13:19:17 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.codec --- 13:19:17 [INFO] No sources to compile 13:19:17 [INFO] 13:19:17 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.codec --- 13:19:17 [INFO] Gathering dependencies 13:19:17 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-codec:1.9.1:jar 13:19:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-codec/1.9.1/batik-codec-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:17 [INFO] Merging collected dependencies 13:19:17 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:17 [INFO] Copying 51 resources 13:19:17 [INFO] Generating OSGi MANIFEST.MF 13:19:17 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.codec:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:19:17 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.codec:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/target/org.apache.batik.codec-1.9.1-SNAPSHOT.jar 13:19:17 [INFO] Gathering sources 13:19:17 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-codec:sources:1.9.1:jar 13:19:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-codec/1.9.1/batik-codec-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:19 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:19 [INFO] Copying 3 resources 13:19:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/target/org.apache.batik.codec-1.9.1-SNAPSHOT-sources.jar 13:19:19 [INFO] Assembling p2 repository 13:19:19 [INFO] 13:19:19 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.codec --- 13:19:19 [INFO] 13:19:19 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.codec --- 13:19:19 [INFO] Discovering license information from existing ip_log.xml 13:19:19 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-codec:1.9.1. 13:19:19 [INFO] Gathering sources archives 13:19:19 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-codec:sources:1.9.1:jar 13:19:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-codec/1.9.1/batik-codec-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/target/sources-for-eclipse-ipzilla/batik-codec-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:19 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-codec:sources:1.9.1:jar 13:19:19 [INFO] Copying batik-codec-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/target/sources-for-eclipse-ipzilla/batik-codec-1.9.1-sources.jar 13:19:19 [INFO] Refreshing about files and about.html 13:19:19 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_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). 13:19:19 [INFO] Refreshing ip_log.xml 13:19:19 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:19:19 [INFO] 13:19:19 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.codec --- 13:19:19 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/target/org.apache.batik.codec-1.9.1-SNAPSHOT.jar 13:19:20 [INFO] 13:19:20 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.codec --- 13:19:20 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/target/org.apache.batik.codec-1.9.1-SNAPSHOT.jar 13:19:21 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/target/org.apache.batik.codec-1.9.1-SNAPSHOT-sources.jar 13:19:23 [INFO] 13:19:23 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.codec --- 13:19:23 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/target/org.apache.batik.codec-1.9.1-SNAPSHOT.jar 13:19:23 [INFO] 13:19:23 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.codec --- 13:19:23 [INFO] 13:19:23 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.codec --- 13:19:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/target/org.apache.batik.codec-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.9.1-SNAPSHOT/org.apache.batik.codec-1.9.1-SNAPSHOT.jar 13:19:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.9.1-SNAPSHOT/org.apache.batik.codec-1.9.1-SNAPSHOT.pom 13:19:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/target/org.apache.batik.codec-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.9.1-SNAPSHOT/org.apache.batik.codec-1.9.1-SNAPSHOT-sources.jar 13:19:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.9.1-SNAPSHOT/org.apache.batik.codec-1.9.1-SNAPSHOT-p2metadata.xml 13:19:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.9.1-SNAPSHOT/org.apache.batik.codec-1.9.1-SNAPSHOT-p2artifacts.xml 13:19:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.9.1-SNAPSHOT/org.apache.batik.codec-1.9.1-SNAPSHOT-ip_log.xml 13:19:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/target/org.apache.batik.codec-1.9.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.9.1-SNAPSHOT/org.apache.batik.codec-1.9.1-SNAPSHOT-pack200.jar.pack.gz 13:19:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.9.1-SNAPSHOT/org.apache.batik.codec-1.9.1-SNAPSHOT-p2metadata.xml 13:19:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.9.1-SNAPSHOT/org.apache.batik.codec-1.9.1-SNAPSHOT-p2artifacts.xml 13:19:23 [INFO] 13:19:23 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.codec --- 13:19:23 [INFO] 13:19:23 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.batik.codec >---------- 13:19:23 [INFO] Building org.apache.xmlgraphics:batik-codec 1.14.0-SNAPSHOT [54/376] 13:19:23 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:19:24 [INFO] 13:19:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.codec --- 13:19:24 [INFO] 13:19:24 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.codec --- 13:19:24 [INFO] The project's OSGi version is 1.14.0.v20210324-0332 13:19:24 [INFO] 13:19:24 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.codec --- 13:19:24 [INFO] 13:19:24 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.codec --- 13:19:24 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:24 [INFO] Copying 3 resources 13:19:24 [INFO] 13:19:24 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.codec --- 13:19:24 [INFO] No sources to compile 13:19:24 [INFO] 13:19:24 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.codec --- 13:19:24 [INFO] Gathering dependencies 13:19:24 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-codec:1.14:jar 13:19:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-codec/1.14/batik-codec-1.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:24 [INFO] Merging collected dependencies 13:19:24 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:24 [INFO] Copying 51 resources 13:19:24 [INFO] Generating OSGi MANIFEST.MF 13:19:24 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.codec:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:19:24 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.codec:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.14.0,2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/target/org.apache.batik.codec-1.14.0-SNAPSHOT.jar 13:19:24 [INFO] Gathering sources 13:19:24 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-codec:sources:1.14:jar 13:19:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-codec/1.14/batik-codec-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:24 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:24 [INFO] Copying 3 resources 13:19:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/target/org.apache.batik.codec-1.14.0-SNAPSHOT-sources.jar 13:19:24 [INFO] Assembling p2 repository 13:19:24 [INFO] 13:19:24 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.codec --- 13:19:24 [INFO] 13:19:24 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.codec --- 13:19:24 [INFO] Discovering license information from existing ip_log.xml 13:19:24 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-codec:1.14. 13:19:24 [INFO] Gathering sources archives 13:19:24 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-codec:sources:1.14:jar 13:19:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-codec/1.14/batik-codec-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/target/sources-for-eclipse-ipzilla/batik-codec-1.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:24 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-codec:sources:1.14:jar 13:19:24 [INFO] Copying batik-codec-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/target/sources-for-eclipse-ipzilla/batik-codec-1.14-sources.jar 13:19:24 [INFO] Refreshing about files and about.html 13:19:24 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.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). 13:19:24 [INFO] Refreshing ip_log.xml 13:19:24 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:19:24 [INFO] 13:19:24 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.codec --- 13:19:24 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/target/org.apache.batik.codec-1.14.0-SNAPSHOT.jar 13:19:24 [INFO] 13:19:24 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.codec --- 13:19:24 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/target/org.apache.batik.codec-1.14.0-SNAPSHOT.jar 13:19:26 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/target/org.apache.batik.codec-1.14.0-SNAPSHOT-sources.jar 13:19:27 [INFO] 13:19:27 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.codec --- 13:19:27 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/target/org.apache.batik.codec-1.14.0-SNAPSHOT.jar 13:19:27 [INFO] 13:19:27 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.codec --- 13:19:27 [INFO] 13:19:27 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.codec --- 13:19:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/target/org.apache.batik.codec-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.14.0-SNAPSHOT/org.apache.batik.codec-1.14.0-SNAPSHOT.jar 13:19:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.14.0-SNAPSHOT/org.apache.batik.codec-1.14.0-SNAPSHOT.pom 13:19:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/target/org.apache.batik.codec-1.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.14.0-SNAPSHOT/org.apache.batik.codec-1.14.0-SNAPSHOT-sources.jar 13:19:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.14.0-SNAPSHOT/org.apache.batik.codec-1.14.0-SNAPSHOT-p2metadata.xml 13:19:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.14.0-SNAPSHOT/org.apache.batik.codec-1.14.0-SNAPSHOT-p2artifacts.xml 13:19:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.14.0-SNAPSHOT/org.apache.batik.codec-1.14.0-SNAPSHOT-ip_log.xml 13:19:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/target/org.apache.batik.codec-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.14.0-SNAPSHOT/org.apache.batik.codec-1.14.0-SNAPSHOT-pack200.jar.pack.gz 13:19:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.14.0-SNAPSHOT/org.apache.batik.codec-1.14.0-SNAPSHOT-p2metadata.xml 13:19:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.codec_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.14.0-SNAPSHOT/org.apache.batik.codec-1.14.0-SNAPSHOT-p2artifacts.xml 13:19:27 [INFO] 13:19:27 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.codec --- 13:19:27 [INFO] 13:19:27 [INFO] --------< org.eclipse.orbit.bundles:org.apache.batik.constants >-------- 13:19:27 [INFO] Building Batik constants library 1.9.1-SNAPSHOT [55/376] 13:19:27 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:19:27 [INFO] 13:19:27 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.constants --- 13:19:27 [INFO] 13:19:27 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.constants --- 13:19:27 [INFO] The project's OSGi version is 1.9.1.v20180227-1645 13:19:27 [INFO] 13:19:27 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.constants --- 13:19:27 [INFO] 13:19:27 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.constants --- 13:19:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:27 [INFO] Copying 3 resources 13:19:27 [INFO] 13:19:27 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.constants --- 13:19:27 [INFO] No sources to compile 13:19:27 [INFO] 13:19:27 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.constants --- 13:19:27 [INFO] Gathering dependencies 13:19:27 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-constants:1.9.1:jar 13:19:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-constants/1.9.1/batik-constants-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:27 [INFO] Merging collected dependencies 13:19:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:27 [INFO] Copying 4 resources 13:19:27 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/target/org.apache.batik.constants-1.9.1-SNAPSHOT.jar 13:19:27 [INFO] Gathering sources 13:19:27 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-constants:sources:1.9.1:jar 13:19:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-constants/1.9.1/batik-constants-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:27 [INFO] Copying 3 resources 13:19:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/target/org.apache.batik.constants-1.9.1-SNAPSHOT-sources.jar 13:19:27 [INFO] Assembling p2 repository 13:19:28 [INFO] 13:19:28 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.constants --- 13:19:28 [INFO] 13:19:28 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.constants --- 13:19:28 [INFO] Discovering license information from existing ip_log.xml 13:19:28 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-constants:1.9.1. 13:19:28 [INFO] Gathering sources archives 13:19:28 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-constants:sources:1.9.1:jar 13:19:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-constants/1.9.1/batik-constants-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/target/sources-for-eclipse-ipzilla/batik-constants-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:28 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-constants:sources:1.9.1:jar 13:19:28 [INFO] Copying batik-constants-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/target/sources-for-eclipse-ipzilla/batik-constants-1.9.1-sources.jar 13:19:28 [INFO] Refreshing about files and about.html 13:19:28 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_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). 13:19:28 [INFO] Refreshing ip_log.xml 13:19:28 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:19:28 [INFO] 13:19:28 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.constants --- 13:19:28 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/target/org.apache.batik.constants-1.9.1-SNAPSHOT.jar 13:19:28 [INFO] 13:19:28 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.constants --- 13:19:28 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/target/org.apache.batik.constants-1.9.1-SNAPSHOT.jar 13:19:29 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/target/org.apache.batik.constants-1.9.1-SNAPSHOT-sources.jar 13:19:31 [INFO] 13:19:31 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.constants --- 13:19:31 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/target/org.apache.batik.constants-1.9.1-SNAPSHOT.jar 13:19:31 [INFO] 13:19:31 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.constants --- 13:19:31 [INFO] 13:19:31 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.constants --- 13:19:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/target/org.apache.batik.constants-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.9.1-SNAPSHOT/org.apache.batik.constants-1.9.1-SNAPSHOT.jar 13:19:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.9.1-SNAPSHOT/org.apache.batik.constants-1.9.1-SNAPSHOT.pom 13:19:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/target/org.apache.batik.constants-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.9.1-SNAPSHOT/org.apache.batik.constants-1.9.1-SNAPSHOT-sources.jar 13:19:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.9.1-SNAPSHOT/org.apache.batik.constants-1.9.1-SNAPSHOT-p2metadata.xml 13:19:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.9.1-SNAPSHOT/org.apache.batik.constants-1.9.1-SNAPSHOT-p2artifacts.xml 13:19:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.9.1-SNAPSHOT/org.apache.batik.constants-1.9.1-SNAPSHOT-ip_log.xml 13:19:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/target/org.apache.batik.constants-1.9.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.9.1-SNAPSHOT/org.apache.batik.constants-1.9.1-SNAPSHOT-pack200.jar.pack.gz 13:19:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.9.1-SNAPSHOT/org.apache.batik.constants-1.9.1-SNAPSHOT-p2metadata.xml 13:19:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.9.1-SNAPSHOT/org.apache.batik.constants-1.9.1-SNAPSHOT-p2artifacts.xml 13:19:31 [INFO] 13:19:31 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.constants --- 13:19:31 [INFO] 13:19:31 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.batik.css >----------- 13:19:31 [INFO] Building Batik CSS engine 1.9.1-SNAPSHOT [56/376] 13:19:31 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:19:31 [INFO] 13:19:31 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.css --- 13:19:31 [INFO] 13:19:31 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.css --- 13:19:31 [INFO] The project's OSGi version is 1.9.1.v20181015-1528 13:19:31 [INFO] 13:19:31 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.css --- 13:19:31 [INFO] 13:19:31 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.css --- 13:19:31 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:31 [INFO] Copying 3 resources 13:19:31 [INFO] 13:19:31 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.css --- 13:19:31 [INFO] No sources to compile 13:19:31 [INFO] 13:19:31 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.css --- 13:19:31 [INFO] Gathering dependencies 13:19:31 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-css:1.9.1:jar 13:19:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-css/1.9.1/batik-css-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:31 [INFO] Merging collected dependencies 13:19:31 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:31 [INFO] Copying 243 resources 13:19:31 [INFO] Generating OSGi MANIFEST.MF 13:19:31 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.css:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:19:31 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.css:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath 13:19:31 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.css:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.constants=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/target/org.apache.batik.css-1.9.1-SNAPSHOT.jar 13:19:31 [INFO] Gathering sources 13:19:31 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-css:sources:1.9.1:jar 13:19:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-css/1.9.1/batik-css-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:31 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:31 [INFO] Copying 3 resources 13:19:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/target/org.apache.batik.css-1.9.1-SNAPSHOT-sources.jar 13:19:31 [INFO] Assembling p2 repository 13:19:32 [INFO] 13:19:32 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.css --- 13:19:32 [INFO] 13:19:32 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.css --- 13:19:32 [INFO] Discovering license information from existing ip_log.xml 13:19:32 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-css:1.9.1. 13:19:32 [INFO] Gathering sources archives 13:19:32 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-css:sources:1.9.1:jar 13:19:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-css/1.9.1/batik-css-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/target/sources-for-eclipse-ipzilla/batik-css-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:32 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-css:sources:1.9.1:jar 13:19:32 [INFO] Copying batik-css-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/target/sources-for-eclipse-ipzilla/batik-css-1.9.1-sources.jar 13:19:32 [INFO] Refreshing about files and about.html 13:19:32 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_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). 13:19:32 [INFO] Refreshing ip_log.xml 13:19:32 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:19:32 [INFO] 13:19:32 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.css --- 13:19:32 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/target/org.apache.batik.css-1.9.1-SNAPSHOT.jar 13:19:32 [INFO] 13:19:32 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.css --- 13:19:32 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/target/org.apache.batik.css-1.9.1-SNAPSHOT.jar 13:19:33 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/target/org.apache.batik.css-1.9.1-SNAPSHOT-sources.jar 13:19:35 [INFO] 13:19:35 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.css --- 13:19:35 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/target/org.apache.batik.css-1.9.1-SNAPSHOT.jar 13:19:35 [INFO] 13:19:35 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.css --- 13:19:35 [INFO] 13:19:35 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.css --- 13:19:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/target/org.apache.batik.css-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.9.1-SNAPSHOT/org.apache.batik.css-1.9.1-SNAPSHOT.jar 13:19:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.9.1-SNAPSHOT/org.apache.batik.css-1.9.1-SNAPSHOT.pom 13:19:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/target/org.apache.batik.css-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.9.1-SNAPSHOT/org.apache.batik.css-1.9.1-SNAPSHOT-sources.jar 13:19:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.9.1-SNAPSHOT/org.apache.batik.css-1.9.1-SNAPSHOT-p2metadata.xml 13:19:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.9.1-SNAPSHOT/org.apache.batik.css-1.9.1-SNAPSHOT-p2artifacts.xml 13:19:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.9.1-SNAPSHOT/org.apache.batik.css-1.9.1-SNAPSHOT-ip_log.xml 13:19:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/target/org.apache.batik.css-1.9.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.9.1-SNAPSHOT/org.apache.batik.css-1.9.1-SNAPSHOT-pack200.jar.pack.gz 13:19:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.9.1-SNAPSHOT/org.apache.batik.css-1.9.1-SNAPSHOT-p2metadata.xml 13:19:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.9.1-SNAPSHOT/org.apache.batik.css-1.9.1-SNAPSHOT-p2artifacts.xml 13:19:35 [INFO] 13:19:35 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.css --- 13:19:35 [INFO] 13:19:35 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.dom.svg >--------- 13:19:35 [INFO] Building Batik SVG DOM implementation 1.9.1-SNAPSHOT [57/376] 13:19:35 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:19:35 [INFO] 13:19:35 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.dom.svg --- 13:19:35 [INFO] 13:19:35 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.dom.svg --- 13:19:35 [INFO] The project's OSGi version is 1.9.1.v20190730-1743 13:19:35 [INFO] 13:19:35 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.dom.svg --- 13:19:35 [INFO] 13:19:35 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.dom.svg --- 13:19:35 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:35 [INFO] Copying 3 resources 13:19:35 [INFO] 13:19:35 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.dom.svg --- 13:19:35 [INFO] No sources to compile 13:19:35 [INFO] 13:19:35 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.dom.svg --- 13:19:35 [INFO] Gathering dependencies 13:19:35 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svg-dom:1.9.1:jar 13:19:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-svg-dom/1.9.1/batik-svg-dom-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:35 [INFO] Merging collected dependencies 13:19:35 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:35 [INFO] Copying 122 resources 13:19:35 [INFO] Generating OSGi MANIFEST.MF 13:19:35 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom.svg:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:19:35 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom.svg:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/target/org.apache.batik.dom.svg-1.9.1-SNAPSHOT.jar 13:19:35 [INFO] Gathering sources 13:19:35 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svg-dom:sources:1.9.1:jar 13:19:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-svg-dom/1.9.1/batik-svg-dom-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:35 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:35 [INFO] Copying 3 resources 13:19:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/target/org.apache.batik.dom.svg-1.9.1-SNAPSHOT-sources.jar 13:19:35 [INFO] Assembling p2 repository 13:19:36 [INFO] 13:19:36 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.dom.svg --- 13:19:36 [INFO] 13:19:36 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.dom.svg --- 13:19:36 [INFO] Discovering license information from existing ip_log.xml 13:19:36 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-svg-dom:1.9.1. 13:19:36 [INFO] Gathering sources archives 13:19:36 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svg-dom:sources:1.9.1:jar 13:19:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-svg-dom/1.9.1/batik-svg-dom-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/target/sources-for-eclipse-ipzilla/batik-svg-dom-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:36 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svg-dom:sources:1.9.1:jar 13:19:36 [INFO] Copying batik-svg-dom-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/target/sources-for-eclipse-ipzilla/batik-svg-dom-1.9.1-sources.jar 13:19:36 [INFO] Refreshing about files and about.html 13:19:36 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_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). 13:19:36 [INFO] Refreshing ip_log.xml 13:19:36 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:19:36 [INFO] 13:19:36 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.dom.svg --- 13:19:36 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/target/org.apache.batik.dom.svg-1.9.1-SNAPSHOT.jar 13:19:36 [INFO] 13:19:36 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.dom.svg --- 13:19:36 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/target/org.apache.batik.dom.svg-1.9.1-SNAPSHOT.jar 13:19:38 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/target/org.apache.batik.dom.svg-1.9.1-SNAPSHOT-sources.jar 13:19:40 [INFO] 13:19:40 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.dom.svg --- 13:19:40 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/target/org.apache.batik.dom.svg-1.9.1-SNAPSHOT.jar 13:19:40 [INFO] 13:19:40 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.dom.svg --- 13:19:40 [INFO] 13:19:40 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.dom.svg --- 13:19:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/target/org.apache.batik.dom.svg-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.9.1-SNAPSHOT/org.apache.batik.dom.svg-1.9.1-SNAPSHOT.jar 13:19:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.9.1-SNAPSHOT/org.apache.batik.dom.svg-1.9.1-SNAPSHOT.pom 13:19:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/target/org.apache.batik.dom.svg-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.9.1-SNAPSHOT/org.apache.batik.dom.svg-1.9.1-SNAPSHOT-sources.jar 13:19:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.9.1-SNAPSHOT/org.apache.batik.dom.svg-1.9.1-SNAPSHOT-p2metadata.xml 13:19:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.9.1-SNAPSHOT/org.apache.batik.dom.svg-1.9.1-SNAPSHOT-p2artifacts.xml 13:19:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.9.1-SNAPSHOT/org.apache.batik.dom.svg-1.9.1-SNAPSHOT-ip_log.xml 13:19:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/target/org.apache.batik.dom.svg-1.9.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.9.1-SNAPSHOT/org.apache.batik.dom.svg-1.9.1-SNAPSHOT-pack200.jar.pack.gz 13:19:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.9.1-SNAPSHOT/org.apache.batik.dom.svg-1.9.1-SNAPSHOT-p2metadata.xml 13:19:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.9.1-SNAPSHOT/org.apache.batik.dom.svg-1.9.1-SNAPSHOT-p2artifacts.xml 13:19:40 [INFO] 13:19:40 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.dom.svg --- 13:19:40 [INFO] 13:19:40 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.batik.dom >----------- 13:19:40 [INFO] Building Batik DOM implementation 1.9.1-SNAPSHOT [58/376] 13:19:40 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:19:40 [INFO] 13:19:40 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.dom --- 13:19:40 [INFO] 13:19:40 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.dom --- 13:19:40 [INFO] The project's OSGi version is 1.9.1.v20190730-1743 13:19:40 [INFO] 13:19:40 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.dom --- 13:19:40 [INFO] 13:19:40 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.dom --- 13:19:40 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:40 [INFO] Copying 3 resources 13:19:40 [INFO] 13:19:40 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.dom --- 13:19:40 [INFO] Changes detected - recompiling the module! 13:19:40 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/target/classes 13:19:40 [INFO] 13:19:40 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.dom --- 13:19:40 [INFO] Gathering dependencies 13:19:40 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-dom:1.9.1:jar 13:19:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-dom/1.9.1/batik-dom-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:40 [INFO] Merging collected dependencies 13:19:40 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:40 [INFO] Copying 121 resources 13:19:40 [INFO] Generating OSGi MANIFEST.MF 13:19:40 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:19:40 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath 13:19:40 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.constants=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath 13:19:40 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Export org.apache.batik.dom, has 1, private references [org.w3c.dom] 13:19:40 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Export org.apache.batik.dom.events, has 1, private references [org.w3c.dom] 13:19:40 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Export org.apache.batik.dom.traversal, has 1, private references [org.w3c.dom] 13:19:40 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Export org.apache.batik.dom.util, has 1, private references [org.w3c.dom] 13:19:40 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Export org.apache.batik.dom.xbl, has 1, private references [org.w3c.dom] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/target/org.apache.batik.dom-1.9.1-SNAPSHOT.jar 13:19:40 [INFO] Gathering sources 13:19:40 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-dom:sources:1.9.1:jar 13:19:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-dom/1.9.1/batik-dom-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:40 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:40 [INFO] Copying 3 resources 13:19:40 [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/target/org.apache.batik.dom-1.9.1-SNAPSHOT-sources.jar 13:19:40 [INFO] Assembling p2 repository 13:19:41 [INFO] 13:19:41 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.dom --- 13:19:41 [INFO] 13:19:41 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.dom --- 13:19:41 [INFO] Discovering license information from existing ip_log.xml 13:19:41 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-dom:1.9.1. 13:19:41 [INFO] Gathering sources archives 13:19:41 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-dom:sources:1.9.1:jar 13:19:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-dom/1.9.1/batik-dom-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/target/sources-for-eclipse-ipzilla/batik-dom-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:41 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-dom:sources:1.9.1:jar 13:19:41 [INFO] Copying batik-dom-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/target/sources-for-eclipse-ipzilla/batik-dom-1.9.1-sources.jar 13:19:41 [INFO] Refreshing about files and about.html 13:19:41 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_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). 13:19:41 [INFO] Refreshing ip_log.xml 13:19:41 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:19:41 [INFO] 13:19:41 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.dom --- 13:19:41 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/target/org.apache.batik.dom-1.9.1-SNAPSHOT.jar 13:19:41 [INFO] 13:19:41 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.dom --- 13:19:41 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/target/org.apache.batik.dom-1.9.1-SNAPSHOT.jar 13:19:42 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/target/org.apache.batik.dom-1.9.1-SNAPSHOT-sources.jar 13:19:44 [INFO] 13:19:44 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.dom --- 13:19:44 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/target/org.apache.batik.dom-1.9.1-SNAPSHOT.jar 13:19:44 [INFO] 13:19:44 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.dom --- 13:19:44 [INFO] 13:19:44 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.dom --- 13:19:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/target/org.apache.batik.dom-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.9.1-SNAPSHOT/org.apache.batik.dom-1.9.1-SNAPSHOT.jar 13:19:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.9.1-SNAPSHOT/org.apache.batik.dom-1.9.1-SNAPSHOT.pom 13:19:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/target/org.apache.batik.dom-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.9.1-SNAPSHOT/org.apache.batik.dom-1.9.1-SNAPSHOT-sources.jar 13:19:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.9.1-SNAPSHOT/org.apache.batik.dom-1.9.1-SNAPSHOT-p2metadata.xml 13:19:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.9.1-SNAPSHOT/org.apache.batik.dom-1.9.1-SNAPSHOT-p2artifacts.xml 13:19:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.9.1-SNAPSHOT/org.apache.batik.dom-1.9.1-SNAPSHOT-ip_log.xml 13:19:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/target/org.apache.batik.dom-1.9.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.9.1-SNAPSHOT/org.apache.batik.dom-1.9.1-SNAPSHOT-pack200.jar.pack.gz 13:19:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.9.1-SNAPSHOT/org.apache.batik.dom-1.9.1-SNAPSHOT-p2metadata.xml 13:19:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.9.1-SNAPSHOT/org.apache.batik.dom-1.9.1-SNAPSHOT-p2artifacts.xml 13:19:44 [INFO] 13:19:44 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.dom --- 13:19:44 [INFO] 13:19:44 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.ext.awt >--------- 13:19:44 [INFO] Building Batik AWT utilities 1.9.1-SNAPSHOT [59/376] 13:19:44 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:19:44 [INFO] 13:19:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.ext.awt --- 13:19:44 [INFO] 13:19:44 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.ext.awt --- 13:19:44 [INFO] The project's OSGi version is 1.9.1.v20190730-1743 13:19:44 [INFO] 13:19:44 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.ext.awt --- 13:19:44 [INFO] 13:19:44 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.ext.awt --- 13:19:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:44 [INFO] Copying 3 resources 13:19:44 [INFO] 13:19:44 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.ext.awt --- 13:19:44 [INFO] No sources to compile 13:19:44 [INFO] 13:19:44 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.ext.awt --- 13:19:44 [INFO] Gathering dependencies 13:19:44 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-awt-util:1.9.1:jar 13:19:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-awt-util/1.9.1/batik-awt-util-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:44 [INFO] Merging collected dependencies 13:19:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:44 [INFO] Copying 227 resources 13:19:44 [INFO] Generating OSGi MANIFEST.MF 13:19:44 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.ext.awt:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:19:44 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.ext.awt:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/target/org.apache.batik.ext.awt-1.9.1-SNAPSHOT.jar 13:19:44 [INFO] Gathering sources 13:19:44 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-awt-util:sources:1.9.1:jar 13:19:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-awt-util/1.9.1/batik-awt-util-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:44 [INFO] Copying 3 resources 13:19:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/target/org.apache.batik.ext.awt-1.9.1-SNAPSHOT-sources.jar 13:19:44 [INFO] Assembling p2 repository 13:19:45 [INFO] 13:19:45 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.ext.awt --- 13:19:45 [INFO] 13:19:45 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.ext.awt --- 13:19:45 [INFO] Discovering license information from existing ip_log.xml 13:19:45 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-awt-util:1.9.1. 13:19:45 [INFO] Gathering sources archives 13:19:45 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-awt-util:sources:1.9.1:jar 13:19:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-awt-util/1.9.1/batik-awt-util-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/target/sources-for-eclipse-ipzilla/batik-awt-util-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:45 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-awt-util:sources:1.9.1:jar 13:19:45 [INFO] Copying batik-awt-util-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/target/sources-for-eclipse-ipzilla/batik-awt-util-1.9.1-sources.jar 13:19:45 [INFO] Refreshing about files and about.html 13:19:45 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_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). 13:19:45 [INFO] Refreshing ip_log.xml 13:19:45 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:19:45 [INFO] 13:19:45 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.ext.awt --- 13:19:45 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/target/org.apache.batik.ext.awt-1.9.1-SNAPSHOT.jar 13:19:45 [INFO] 13:19:45 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.ext.awt --- 13:19:45 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/target/org.apache.batik.ext.awt-1.9.1-SNAPSHOT.jar 13:19:48 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/target/org.apache.batik.ext.awt-1.9.1-SNAPSHOT-sources.jar 13:19:50 [INFO] 13:19:50 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.ext.awt --- 13:19:50 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/target/org.apache.batik.ext.awt-1.9.1-SNAPSHOT.jar 13:19:50 [INFO] 13:19:50 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.ext.awt --- 13:19:50 [INFO] 13:19:50 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.ext.awt --- 13:19:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/target/org.apache.batik.ext.awt-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext.awt/1.9.1-SNAPSHOT/org.apache.batik.ext.awt-1.9.1-SNAPSHOT.jar 13:19:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext.awt/1.9.1-SNAPSHOT/org.apache.batik.ext.awt-1.9.1-SNAPSHOT.pom 13:19:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/target/org.apache.batik.ext.awt-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext.awt/1.9.1-SNAPSHOT/org.apache.batik.ext.awt-1.9.1-SNAPSHOT-sources.jar 13:19:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext.awt/1.9.1-SNAPSHOT/org.apache.batik.ext.awt-1.9.1-SNAPSHOT-p2metadata.xml 13:19:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext.awt/1.9.1-SNAPSHOT/org.apache.batik.ext.awt-1.9.1-SNAPSHOT-p2artifacts.xml 13:19:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext.awt/1.9.1-SNAPSHOT/org.apache.batik.ext.awt-1.9.1-SNAPSHOT-ip_log.xml 13:19:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/target/org.apache.batik.ext.awt-1.9.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext.awt/1.9.1-SNAPSHOT/org.apache.batik.ext.awt-1.9.1-SNAPSHOT-pack200.jar.pack.gz 13:19:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext.awt/1.9.1-SNAPSHOT/org.apache.batik.ext.awt-1.9.1-SNAPSHOT-p2metadata.xml 13:19:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext.awt_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext.awt/1.9.1-SNAPSHOT/org.apache.batik.ext.awt-1.9.1-SNAPSHOT-p2artifacts.xml 13:19:51 [INFO] 13:19:51 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.ext.awt --- 13:19:51 [INFO] 13:19:51 [INFO] --------< org.eclipse.orbit.bundles:org.apache.batik.extension >-------- 13:19:51 [INFO] Building Batik Extension Support 1.9.1-SNAPSHOT [60/376] 13:19:51 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:19:51 [INFO] 13:19:51 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.extension --- 13:19:51 [INFO] 13:19:51 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.extension --- 13:19:51 [INFO] The project's OSGi version is 1.9.1.v20190730-1743 13:19:51 [INFO] 13:19:51 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.extension --- 13:19:51 [INFO] 13:19:51 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.extension --- 13:19:51 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:51 [INFO] Copying 3 resources 13:19:51 [INFO] 13:19:51 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.extension --- 13:19:51 [INFO] No sources to compile 13:19:51 [INFO] 13:19:51 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.extension --- 13:19:51 [INFO] Gathering dependencies 13:19:51 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-extension:1.9.1:jar 13:19:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-extension/1.9.1/batik-extension-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:51 [INFO] Merging collected dependencies 13:19:51 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:51 [INFO] Copying 53 resources 13:19:51 [INFO] Generating OSGi MANIFEST.MF 13:19:51 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.extension:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:19:51 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.extension:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath 13:19:51 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.extension:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.constants=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/target/org.apache.batik.extension-1.9.1-SNAPSHOT.jar 13:19:51 [INFO] Gathering sources 13:19:51 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-extension:sources:1.9.1:jar 13:19:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-extension/1.9.1/batik-extension-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:53 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:53 [INFO] Copying 3 resources 13:19:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/target/org.apache.batik.extension-1.9.1-SNAPSHOT-sources.jar 13:19:53 [INFO] Assembling p2 repository 13:19:53 [INFO] 13:19:53 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.extension --- 13:19:53 [INFO] 13:19:53 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.extension --- 13:19:53 [INFO] Discovering license information from existing ip_log.xml 13:19:53 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-extension:1.9.1. 13:19:53 [INFO] Gathering sources archives 13:19:53 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-extension:sources:1.9.1:jar 13:19:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-extension/1.9.1/batik-extension-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/target/sources-for-eclipse-ipzilla/batik-extension-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:53 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-extension:sources:1.9.1:jar 13:19:53 [INFO] Copying batik-extension-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/target/sources-for-eclipse-ipzilla/batik-extension-1.9.1-sources.jar 13:19:53 [INFO] Refreshing about files and about.html 13:19:53 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_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). 13:19:53 [INFO] Refreshing ip_log.xml 13:19:53 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:19:53 [INFO] 13:19:53 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.extension --- 13:19:53 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/target/org.apache.batik.extension-1.9.1-SNAPSHOT.jar 13:19:53 [INFO] 13:19:53 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.extension --- 13:19:54 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/target/org.apache.batik.extension-1.9.1-SNAPSHOT.jar 13:19:56 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/target/org.apache.batik.extension-1.9.1-SNAPSHOT-sources.jar 13:19:57 [INFO] 13:19:57 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.extension --- 13:19:57 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/target/org.apache.batik.extension-1.9.1-SNAPSHOT.jar 13:19:57 [INFO] 13:19:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.extension --- 13:19:57 [INFO] 13:19:57 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.extension --- 13:19:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/target/org.apache.batik.extension-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.extension/1.9.1-SNAPSHOT/org.apache.batik.extension-1.9.1-SNAPSHOT.jar 13:19:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.extension/1.9.1-SNAPSHOT/org.apache.batik.extension-1.9.1-SNAPSHOT.pom 13:19:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/target/org.apache.batik.extension-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.extension/1.9.1-SNAPSHOT/org.apache.batik.extension-1.9.1-SNAPSHOT-sources.jar 13:19:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.extension/1.9.1-SNAPSHOT/org.apache.batik.extension-1.9.1-SNAPSHOT-p2metadata.xml 13:19:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.extension/1.9.1-SNAPSHOT/org.apache.batik.extension-1.9.1-SNAPSHOT-p2artifacts.xml 13:19:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.extension/1.9.1-SNAPSHOT/org.apache.batik.extension-1.9.1-SNAPSHOT-ip_log.xml 13:19:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/target/org.apache.batik.extension-1.9.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.extension/1.9.1-SNAPSHOT/org.apache.batik.extension-1.9.1-SNAPSHOT-pack200.jar.pack.gz 13:19:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.extension/1.9.1-SNAPSHOT/org.apache.batik.extension-1.9.1-SNAPSHOT-p2metadata.xml 13:19:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.extension_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.extension/1.9.1-SNAPSHOT/org.apache.batik.extension-1.9.1-SNAPSHOT-p2artifacts.xml 13:19:57 [INFO] 13:19:57 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.extension --- 13:19:57 [INFO] 13:19:57 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.batik.gvt >----------- 13:19:57 [INFO] Building Batik Graphics Vector Tree (GVT) 1.9.1-SNAPSHOT [61/376] 13:19:57 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:19:57 [INFO] 13:19:57 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.gvt --- 13:19:57 [INFO] 13:19:57 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.gvt --- 13:19:57 [INFO] The project's OSGi version is 1.9.1.v20190730-1743 13:19:57 [INFO] 13:19:57 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.gvt --- 13:19:57 [INFO] 13:19:57 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.gvt --- 13:19:57 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:57 [INFO] Copying 3 resources 13:19:57 [INFO] 13:19:57 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.gvt --- 13:19:57 [INFO] No sources to compile 13:19:57 [INFO] 13:19:57 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.gvt --- 13:19:57 [INFO] Gathering dependencies 13:19:57 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-gvt:1.9.1:jar 13:19:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-gvt/1.9.1/batik-gvt-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:57 [INFO] Merging collected dependencies 13:19:57 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:57 [INFO] Copying 106 resources 13:19:57 [INFO] Generating OSGi MANIFEST.MF 13:19:57 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.gvt:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:19:57 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.gvt:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/target/org.apache.batik.gvt-1.9.1-SNAPSHOT.jar 13:19:57 [INFO] Gathering sources 13:19:57 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-gvt:sources:1.9.1:jar 13:19:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-gvt/1.9.1/batik-gvt-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:57 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:19:57 [INFO] Copying 3 resources 13:19:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/target/org.apache.batik.gvt-1.9.1-SNAPSHOT-sources.jar 13:19:57 [INFO] Assembling p2 repository 13:19:58 [INFO] 13:19:58 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.gvt --- 13:19:58 [INFO] 13:19:58 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.gvt --- 13:19:58 [INFO] Discovering license information from existing ip_log.xml 13:19:58 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-gvt:1.9.1. 13:19:58 [INFO] Gathering sources archives 13:19:58 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-gvt:sources:1.9.1:jar 13:19:58 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-gvt/1.9.1/batik-gvt-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/target/sources-for-eclipse-ipzilla/batik-gvt-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:19:58 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-gvt:sources:1.9.1:jar 13:19:58 [INFO] Copying batik-gvt-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/target/sources-for-eclipse-ipzilla/batik-gvt-1.9.1-sources.jar 13:19:58 [INFO] Refreshing about files and about.html 13:19:58 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_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). 13:19:58 [INFO] Refreshing ip_log.xml 13:19:58 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:19:58 [INFO] 13:19:58 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.gvt --- 13:19:58 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/target/org.apache.batik.gvt-1.9.1-SNAPSHOT.jar 13:19:58 [INFO] 13:19:58 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.gvt --- 13:19:58 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/target/org.apache.batik.gvt-1.9.1-SNAPSHOT.jar 13:19:59 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/target/org.apache.batik.gvt-1.9.1-SNAPSHOT-sources.jar 13:20:00 [INFO] 13:20:00 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.gvt --- 13:20:00 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/target/org.apache.batik.gvt-1.9.1-SNAPSHOT.jar 13:20:00 [INFO] 13:20:00 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.gvt --- 13:20:00 [INFO] 13:20:00 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.gvt --- 13:20:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/target/org.apache.batik.gvt-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.9.1-SNAPSHOT/org.apache.batik.gvt-1.9.1-SNAPSHOT.jar 13:20:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.9.1-SNAPSHOT/org.apache.batik.gvt-1.9.1-SNAPSHOT.pom 13:20:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/target/org.apache.batik.gvt-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.9.1-SNAPSHOT/org.apache.batik.gvt-1.9.1-SNAPSHOT-sources.jar 13:20:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.9.1-SNAPSHOT/org.apache.batik.gvt-1.9.1-SNAPSHOT-p2metadata.xml 13:20:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.9.1-SNAPSHOT/org.apache.batik.gvt-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.9.1-SNAPSHOT/org.apache.batik.gvt-1.9.1-SNAPSHOT-ip_log.xml 13:20:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/target/org.apache.batik.gvt-1.9.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.9.1-SNAPSHOT/org.apache.batik.gvt-1.9.1-SNAPSHOT-pack200.jar.pack.gz 13:20:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.9.1-SNAPSHOT/org.apache.batik.gvt-1.9.1-SNAPSHOT-p2metadata.xml 13:20:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.9.1-SNAPSHOT/org.apache.batik.gvt-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:00 [INFO] 13:20:00 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.gvt --- 13:20:00 [INFO] 13:20:00 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.batik.i18n >----------- 13:20:00 [INFO] Building Batik i18n library 1.9.1-SNAPSHOT [62/376] 13:20:00 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:20:00 [INFO] 13:20:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.i18n --- 13:20:00 [INFO] 13:20:00 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.i18n --- 13:20:01 [INFO] The project's OSGi version is 1.9.1.v20180227-1645 13:20:01 [INFO] 13:20:01 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.i18n --- 13:20:01 [INFO] 13:20:01 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.i18n --- 13:20:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:01 [INFO] Copying 3 resources 13:20:01 [INFO] 13:20:01 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.i18n --- 13:20:01 [INFO] No sources to compile 13:20:01 [INFO] 13:20:01 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.i18n --- 13:20:01 [INFO] Gathering dependencies 13:20:01 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-i18n:1.9.1:jar 13:20:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-i18n/1.9.1/batik-i18n-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:01 [INFO] Merging collected dependencies 13:20:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:01 [INFO] Copying 7 resources 13:20:01 [INFO] Generating OSGi MANIFEST.MF 13:20:01 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.i18n:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/target/org.apache.batik.i18n-1.9.1-SNAPSHOT.jar 13:20:01 [INFO] Gathering sources 13:20:01 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-i18n:sources:1.9.1:jar 13:20:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-i18n/1.9.1/batik-i18n-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:01 [INFO] Copying 3 resources 13:20:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/target/org.apache.batik.i18n-1.9.1-SNAPSHOT-sources.jar 13:20:01 [INFO] Assembling p2 repository 13:20:01 [INFO] 13:20:01 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.i18n --- 13:20:01 [INFO] 13:20:01 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.i18n --- 13:20:01 [INFO] Discovering license information from existing ip_log.xml 13:20:01 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-i18n:1.9.1. 13:20:01 [INFO] Gathering sources archives 13:20:01 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-i18n:sources:1.9.1:jar 13:20:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-i18n/1.9.1/batik-i18n-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/target/sources-for-eclipse-ipzilla/batik-i18n-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:01 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-i18n:sources:1.9.1:jar 13:20:01 [INFO] Copying batik-i18n-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/target/sources-for-eclipse-ipzilla/batik-i18n-1.9.1-sources.jar 13:20:01 [INFO] Refreshing about files and about.html 13:20:01 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_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). 13:20:01 [INFO] Refreshing ip_log.xml 13:20:01 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:20:01 [INFO] 13:20:01 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.i18n --- 13:20:01 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/target/org.apache.batik.i18n-1.9.1-SNAPSHOT.jar 13:20:01 [INFO] 13:20:01 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.i18n --- 13:20:01 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/target/org.apache.batik.i18n-1.9.1-SNAPSHOT.jar 13:20:03 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/target/org.apache.batik.i18n-1.9.1-SNAPSHOT-sources.jar 13:20:04 [INFO] 13:20:04 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.i18n --- 13:20:04 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/target/org.apache.batik.i18n-1.9.1-SNAPSHOT.jar 13:20:04 [INFO] 13:20:04 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.i18n --- 13:20:04 [INFO] 13:20:04 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.i18n --- 13:20:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/target/org.apache.batik.i18n-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.9.1-SNAPSHOT/org.apache.batik.i18n-1.9.1-SNAPSHOT.jar 13:20:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.9.1-SNAPSHOT/org.apache.batik.i18n-1.9.1-SNAPSHOT.pom 13:20:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/target/org.apache.batik.i18n-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.9.1-SNAPSHOT/org.apache.batik.i18n-1.9.1-SNAPSHOT-sources.jar 13:20:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.9.1-SNAPSHOT/org.apache.batik.i18n-1.9.1-SNAPSHOT-p2metadata.xml 13:20:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.9.1-SNAPSHOT/org.apache.batik.i18n-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.9.1-SNAPSHOT/org.apache.batik.i18n-1.9.1-SNAPSHOT-ip_log.xml 13:20:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/target/org.apache.batik.i18n-1.9.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.9.1-SNAPSHOT/org.apache.batik.i18n-1.9.1-SNAPSHOT-pack200.jar.pack.gz 13:20:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.9.1-SNAPSHOT/org.apache.batik.i18n-1.9.1-SNAPSHOT-p2metadata.xml 13:20:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.9.1-SNAPSHOT/org.apache.batik.i18n-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:04 [INFO] 13:20:04 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.i18n --- 13:20:04 [INFO] 13:20:04 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.parser >---------- 13:20:04 [INFO] Building Batik SVG microsyntax parser 1.9.1-SNAPSHOT [63/376] 13:20:04 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:20:04 [INFO] 13:20:04 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.parser --- 13:20:04 [INFO] 13:20:04 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.parser --- 13:20:04 [INFO] The project's OSGi version is 1.9.1.v20190730-1743 13:20:04 [INFO] 13:20:04 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.parser --- 13:20:04 [INFO] 13:20:04 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.parser --- 13:20:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:04 [INFO] Copying 3 resources 13:20:04 [INFO] 13:20:04 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.parser --- 13:20:04 [INFO] No sources to compile 13:20:04 [INFO] 13:20:04 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.parser --- 13:20:04 [INFO] Gathering dependencies 13:20:04 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-parser:1.9.1:jar 13:20:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-parser/1.9.1/batik-parser-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:04 [INFO] Merging collected dependencies 13:20:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:04 [INFO] Copying 60 resources 13:20:04 [INFO] Generating OSGi MANIFEST.MF 13:20:04 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.parser:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:20:04 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.parser:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/target/org.apache.batik.parser-1.9.1-SNAPSHOT.jar 13:20:04 [INFO] Gathering sources 13:20:04 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-parser:sources:1.9.1:jar 13:20:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-parser/1.9.1/batik-parser-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:04 [INFO] Copying 3 resources 13:20:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/target/org.apache.batik.parser-1.9.1-SNAPSHOT-sources.jar 13:20:05 [INFO] Assembling p2 repository 13:20:05 [INFO] 13:20:05 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.parser --- 13:20:05 [INFO] 13:20:05 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.parser --- 13:20:05 [INFO] Discovering license information from existing ip_log.xml 13:20:05 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-parser:1.9.1. 13:20:05 [INFO] Gathering sources archives 13:20:05 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-parser:sources:1.9.1:jar 13:20:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-parser/1.9.1/batik-parser-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/target/sources-for-eclipse-ipzilla/batik-parser-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:05 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-parser:sources:1.9.1:jar 13:20:05 [INFO] Copying batik-parser-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/target/sources-for-eclipse-ipzilla/batik-parser-1.9.1-sources.jar 13:20:05 [INFO] Refreshing about files and about.html 13:20:05 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_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). 13:20:05 [INFO] Refreshing ip_log.xml 13:20:05 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:20:05 [INFO] 13:20:05 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.parser --- 13:20:05 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/target/org.apache.batik.parser-1.9.1-SNAPSHOT.jar 13:20:05 [INFO] 13:20:05 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.parser --- 13:20:05 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/target/org.apache.batik.parser-1.9.1-SNAPSHOT.jar 13:20:07 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/target/org.apache.batik.parser-1.9.1-SNAPSHOT-sources.jar 13:20:08 [INFO] 13:20:08 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.parser --- 13:20:08 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/target/org.apache.batik.parser-1.9.1-SNAPSHOT.jar 13:20:08 [INFO] 13:20:08 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.parser --- 13:20:08 [INFO] 13:20:08 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.parser --- 13:20:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/target/org.apache.batik.parser-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.9.1-SNAPSHOT/org.apache.batik.parser-1.9.1-SNAPSHOT.jar 13:20:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.9.1-SNAPSHOT/org.apache.batik.parser-1.9.1-SNAPSHOT.pom 13:20:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/target/org.apache.batik.parser-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.9.1-SNAPSHOT/org.apache.batik.parser-1.9.1-SNAPSHOT-sources.jar 13:20:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.9.1-SNAPSHOT/org.apache.batik.parser-1.9.1-SNAPSHOT-p2metadata.xml 13:20:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.9.1-SNAPSHOT/org.apache.batik.parser-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.9.1-SNAPSHOT/org.apache.batik.parser-1.9.1-SNAPSHOT-ip_log.xml 13:20:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/target/org.apache.batik.parser-1.9.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.9.1-SNAPSHOT/org.apache.batik.parser-1.9.1-SNAPSHOT-pack200.jar.pack.gz 13:20:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.9.1-SNAPSHOT/org.apache.batik.parser-1.9.1-SNAPSHOT-p2metadata.xml 13:20:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.9.1-SNAPSHOT/org.apache.batik.parser-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:08 [INFO] 13:20:08 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.parser --- 13:20:08 [INFO] 13:20:08 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.batik.pdf >----------- 13:20:08 [INFO] Building Batik PDF support 1.9.1-SNAPSHOT [64/376] 13:20:08 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:20:08 [INFO] 13:20:08 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.pdf --- 13:20:08 [INFO] 13:20:08 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.pdf --- 13:20:08 [INFO] The project's OSGi version is 1.9.1.v20190730-1743 13:20:08 [INFO] 13:20:08 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.pdf --- 13:20:08 [INFO] 13:20:08 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.pdf --- 13:20:08 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:08 [INFO] Copying 3 resources 13:20:08 [INFO] 13:20:08 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.pdf --- 13:20:08 [INFO] No sources to compile 13:20:08 [INFO] 13:20:08 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.pdf --- 13:20:08 [INFO] Gathering dependencies 13:20:08 [INFO] Configured Artifact: org.eclipse.orbit.batik:batik-pdf:1.9.1:jar 13:20:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/batik/batik-pdf/1.9.1/batik-pdf-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.pdf_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:08 [INFO] Merging collected dependencies 13:20:08 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:08 [INFO] Copying 941 resources 13:20:08 [INFO] Generating OSGi MANIFEST.MF 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.accessibility is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.apps is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.apps.io is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.complexscripts.bidi is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.complexscripts.fonts is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.complexscripts.util is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.events is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.fo is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.fonts is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.fonts.apps is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.fonts.autodetect is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.fonts.base14 is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.fonts.cff is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.fonts.substitute is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.fonts.truetype is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.fonts.type1 is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.image.loader.batik is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.pdf is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.pdf.xref is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.render is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.render.gradient is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.render.intermediate is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.render.pdf is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.render.pdf.extensions is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.render.ps is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.render.ps.extensions is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.render.ps.fonts is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.render.ps.svg is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.svg is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.svg.font is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.svg.text is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.traits is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Version for package org.apache.fop.util is set to different values in the source (1.9.1) and in the manifest (1.9.1.v20180118-1500). 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 13:20:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.pdf:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.pdf_1.9.1/target/org.apache.batik.pdf-1.9.1-SNAPSHOT.jar 13:20:08 [INFO] Gathering sources 13:20:08 [INFO] Configured Artifact: org.eclipse.orbit.batik:batik-pdf:sources:1.9.1:jar 13:20:08 [WARNING] Unable to resolve source jar; skipping source bundle 13:20:08 [INFO] Assembling p2 repository 13:20:09 [INFO] 13:20:09 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.pdf --- 13:20:09 [INFO] 13:20:09 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.pdf --- 13:20:09 [INFO] Discovering license information from existing ip_log.xml 13:20:09 [INFO] Discovered license 'Apache License, 2.0' for artifact org.eclipse.orbit.batik:batik-pdf:1.9.1. 13:20:09 [INFO] Gathering sources archives 13:20:09 [INFO] Configured Artifact: org.eclipse.orbit.batik:batik-pdf:sources:1.9.1:jar 13:20:09 [WARNING] Unable to resolve source jar; skipping Eclipse IP information 13:20:09 [INFO] Refreshing about files and about.html 13:20:09 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.pdf_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). 13:20:09 [INFO] Refreshing ip_log.xml 13:20:09 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.pdf_1.9.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:20:09 [INFO] 13:20:09 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.pdf --- 13:20:09 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.pdf_1.9.1/target/org.apache.batik.pdf-1.9.1-SNAPSHOT.jar 13:20:10 [INFO] 13:20:10 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.pdf --- 13:20:11 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.pdf_1.9.1/target/org.apache.batik.pdf-1.9.1-SNAPSHOT.jar 13:20:16 [INFO] 13:20:16 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.pdf --- 13:20:16 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.pdf_1.9.1/target/org.apache.batik.pdf-1.9.1-SNAPSHOT.jar 13:20:17 [INFO] 13:20:17 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.pdf --- 13:20:17 [INFO] 13:20:17 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.pdf --- 13:20:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.pdf_1.9.1/target/org.apache.batik.pdf-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.pdf/1.9.1-SNAPSHOT/org.apache.batik.pdf-1.9.1-SNAPSHOT.jar 13:20:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.pdf_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.pdf/1.9.1-SNAPSHOT/org.apache.batik.pdf-1.9.1-SNAPSHOT.pom 13:20:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.pdf_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.pdf/1.9.1-SNAPSHOT/org.apache.batik.pdf-1.9.1-SNAPSHOT-p2metadata.xml 13:20:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.pdf_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.pdf/1.9.1-SNAPSHOT/org.apache.batik.pdf-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.pdf_1.9.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.pdf/1.9.1-SNAPSHOT/org.apache.batik.pdf-1.9.1-SNAPSHOT-ip_log.xml 13:20:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.pdf_1.9.1/target/org.apache.batik.pdf-1.9.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.pdf/1.9.1-SNAPSHOT/org.apache.batik.pdf-1.9.1-SNAPSHOT-pack200.jar.pack.gz 13:20:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.pdf_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.pdf/1.9.1-SNAPSHOT/org.apache.batik.pdf-1.9.1-SNAPSHOT-p2metadata.xml 13:20:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.pdf_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.pdf/1.9.1-SNAPSHOT/org.apache.batik.pdf-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:17 [INFO] 13:20:17 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.pdf --- 13:20:17 [INFO] 13:20:17 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.script >---------- 13:20:17 [INFO] Building Batik script language support 1.9.1-SNAPSHOT [65/376] 13:20:17 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:20:17 [INFO] 13:20:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.script --- 13:20:17 [INFO] 13:20:17 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.script --- 13:20:17 [INFO] The project's OSGi version is 1.9.1.v20190730-1743 13:20:17 [INFO] 13:20:17 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.script --- 13:20:17 [INFO] 13:20:17 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.script --- 13:20:17 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:17 [INFO] Copying 3 resources 13:20:17 [INFO] 13:20:17 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.script --- 13:20:17 [INFO] No sources to compile 13:20:17 [INFO] 13:20:17 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.script --- 13:20:17 [INFO] Gathering dependencies 13:20:17 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-script:1.9.1:jar 13:20:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-script/1.9.1/batik-script-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:17 [INFO] Merging collected dependencies 13:20:17 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:17 [INFO] Copying 19 resources 13:20:17 [INFO] Generating OSGi MANIFEST.MF 13:20:17 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.script:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:20:17 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.script:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/target/org.apache.batik.script-1.9.1-SNAPSHOT.jar 13:20:17 [INFO] Gathering sources 13:20:17 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-script:sources:1.9.1:jar 13:20:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-script/1.9.1/batik-script-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:17 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:17 [INFO] Copying 3 resources 13:20:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/target/org.apache.batik.script-1.9.1-SNAPSHOT-sources.jar 13:20:17 [INFO] Assembling p2 repository 13:20:18 [INFO] 13:20:18 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.script --- 13:20:18 [INFO] 13:20:18 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.script --- 13:20:18 [INFO] Discovering license information from existing ip_log.xml 13:20:18 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-script:1.9.1. 13:20:18 [INFO] Gathering sources archives 13:20:18 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-script:sources:1.9.1:jar 13:20:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-script/1.9.1/batik-script-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/target/sources-for-eclipse-ipzilla/batik-script-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:18 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-script:sources:1.9.1:jar 13:20:18 [INFO] Copying batik-script-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/target/sources-for-eclipse-ipzilla/batik-script-1.9.1-sources.jar 13:20:18 [INFO] Refreshing about files and about.html 13:20:18 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_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). 13:20:18 [INFO] Refreshing ip_log.xml 13:20:18 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:20:18 [INFO] 13:20:18 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.script --- 13:20:18 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/target/org.apache.batik.script-1.9.1-SNAPSHOT.jar 13:20:18 [INFO] 13:20:18 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.script --- 13:20:18 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/target/org.apache.batik.script-1.9.1-SNAPSHOT.jar 13:20:19 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/target/org.apache.batik.script-1.9.1-SNAPSHOT-sources.jar 13:20:21 [INFO] 13:20:21 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.script --- 13:20:21 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/target/org.apache.batik.script-1.9.1-SNAPSHOT.jar 13:20:21 [INFO] 13:20:21 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.script --- 13:20:21 [INFO] 13:20:21 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.script --- 13:20:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/target/org.apache.batik.script-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.9.1-SNAPSHOT/org.apache.batik.script-1.9.1-SNAPSHOT.jar 13:20:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.9.1-SNAPSHOT/org.apache.batik.script-1.9.1-SNAPSHOT.pom 13:20:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/target/org.apache.batik.script-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.9.1-SNAPSHOT/org.apache.batik.script-1.9.1-SNAPSHOT-sources.jar 13:20:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.9.1-SNAPSHOT/org.apache.batik.script-1.9.1-SNAPSHOT-p2metadata.xml 13:20:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.9.1-SNAPSHOT/org.apache.batik.script-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.9.1-SNAPSHOT/org.apache.batik.script-1.9.1-SNAPSHOT-ip_log.xml 13:20:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/target/org.apache.batik.script-1.9.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.9.1-SNAPSHOT/org.apache.batik.script-1.9.1-SNAPSHOT-pack200.jar.pack.gz 13:20:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.9.1-SNAPSHOT/org.apache.batik.script-1.9.1-SNAPSHOT-p2metadata.xml 13:20:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.9.1-SNAPSHOT/org.apache.batik.script-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:21 [INFO] 13:20:21 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.script --- 13:20:21 [INFO] 13:20:21 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.svggen >---------- 13:20:21 [INFO] Building Batik Java2D SVG generator 1.9.1-SNAPSHOT [66/376] 13:20:21 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:20:21 [INFO] 13:20:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.svggen --- 13:20:21 [INFO] 13:20:21 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.svggen --- 13:20:21 [INFO] The project's OSGi version is 1.9.1.v20190730-1743 13:20:21 [INFO] 13:20:21 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.svggen --- 13:20:21 [INFO] 13:20:21 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.svggen --- 13:20:21 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:21 [INFO] Copying 3 resources 13:20:21 [INFO] 13:20:21 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.svggen --- 13:20:21 [INFO] No sources to compile 13:20:21 [INFO] 13:20:21 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.svggen --- 13:20:21 [INFO] Gathering dependencies 13:20:21 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svggen:1.9.1:jar 13:20:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-svggen/1.9.1/batik-svggen-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:21 [INFO] Merging collected dependencies 13:20:21 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:21 [INFO] Copying 161 resources 13:20:21 [INFO] Generating OSGi MANIFEST.MF 13:20:22 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.svggen:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:20:22 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.svggen:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath 13:20:22 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.svggen:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.constants=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/target/org.apache.batik.svggen-1.9.1-SNAPSHOT.jar 13:20:22 [INFO] Gathering sources 13:20:22 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svggen:sources:1.9.1:jar 13:20:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-svggen/1.9.1/batik-svggen-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:23 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:23 [INFO] Copying 3 resources 13:20:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/target/org.apache.batik.svggen-1.9.1-SNAPSHOT-sources.jar 13:20:23 [INFO] Assembling p2 repository 13:20:24 [INFO] 13:20:24 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.svggen --- 13:20:24 [INFO] 13:20:24 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.svggen --- 13:20:24 [INFO] Discovering license information from existing ip_log.xml 13:20:24 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-svggen:1.9.1. 13:20:24 [INFO] Gathering sources archives 13:20:24 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svggen:sources:1.9.1:jar 13:20:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-svggen/1.9.1/batik-svggen-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/target/sources-for-eclipse-ipzilla/batik-svggen-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:24 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svggen:sources:1.9.1:jar 13:20:24 [INFO] Copying batik-svggen-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/target/sources-for-eclipse-ipzilla/batik-svggen-1.9.1-sources.jar 13:20:24 [INFO] Refreshing about files and about.html 13:20:24 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_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). 13:20:24 [INFO] Refreshing ip_log.xml 13:20:24 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:20:24 [INFO] 13:20:24 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.svggen --- 13:20:24 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/target/org.apache.batik.svggen-1.9.1-SNAPSHOT.jar 13:20:25 [INFO] 13:20:25 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.svggen --- 13:20:25 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/target/org.apache.batik.svggen-1.9.1-SNAPSHOT.jar 13:20:26 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/target/org.apache.batik.svggen-1.9.1-SNAPSHOT-sources.jar 13:20:28 [INFO] 13:20:28 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.svggen --- 13:20:28 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/target/org.apache.batik.svggen-1.9.1-SNAPSHOT.jar 13:20:28 [INFO] 13:20:28 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.svggen --- 13:20:28 [INFO] 13:20:28 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.svggen --- 13:20:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/target/org.apache.batik.svggen-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.9.1-SNAPSHOT/org.apache.batik.svggen-1.9.1-SNAPSHOT.jar 13:20:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.9.1-SNAPSHOT/org.apache.batik.svggen-1.9.1-SNAPSHOT.pom 13:20:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/target/org.apache.batik.svggen-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.9.1-SNAPSHOT/org.apache.batik.svggen-1.9.1-SNAPSHOT-sources.jar 13:20:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.9.1-SNAPSHOT/org.apache.batik.svggen-1.9.1-SNAPSHOT-p2metadata.xml 13:20:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.9.1-SNAPSHOT/org.apache.batik.svggen-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.9.1-SNAPSHOT/org.apache.batik.svggen-1.9.1-SNAPSHOT-ip_log.xml 13:20:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/target/org.apache.batik.svggen-1.9.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.9.1-SNAPSHOT/org.apache.batik.svggen-1.9.1-SNAPSHOT-pack200.jar.pack.gz 13:20:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.9.1-SNAPSHOT/org.apache.batik.svggen-1.9.1-SNAPSHOT-p2metadata.xml 13:20:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.9.1-SNAPSHOT/org.apache.batik.svggen-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:28 [INFO] 13:20:28 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.svggen --- 13:20:28 [INFO] 13:20:28 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.batik.swing >---------- 13:20:28 [INFO] Building Batik SVG Swing components 1.9.1-SNAPSHOT [67/376] 13:20:28 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:20:28 [INFO] 13:20:28 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.swing --- 13:20:28 [INFO] 13:20:28 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.swing --- 13:20:28 [INFO] The project's OSGi version is 1.9.1.v20190730-1743 13:20:28 [INFO] 13:20:28 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.swing --- 13:20:28 [INFO] 13:20:28 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.swing --- 13:20:28 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:28 [INFO] Copying 3 resources 13:20:28 [INFO] 13:20:28 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.swing --- 13:20:28 [INFO] No sources to compile 13:20:28 [INFO] 13:20:28 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.swing --- 13:20:28 [INFO] Gathering dependencies 13:20:28 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-swing:1.9.1:jar 13:20:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-swing/1.9.1/batik-swing-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:28 [INFO] Merging collected dependencies 13:20:28 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:28 [INFO] Copying 171 resources 13:20:28 [INFO] Generating OSGi MANIFEST.MF 13:20:28 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.swing:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:20:28 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.swing:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath 13:20:28 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.swing:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.constants=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/target/org.apache.batik.swing-1.9.1-SNAPSHOT.jar 13:20:28 [INFO] Gathering sources 13:20:28 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-swing:sources:1.9.1:jar 13:20:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-swing/1.9.1/batik-swing-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:28 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:28 [INFO] Copying 3 resources 13:20:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/target/org.apache.batik.swing-1.9.1-SNAPSHOT-sources.jar 13:20:28 [INFO] Assembling p2 repository 13:20:29 [INFO] 13:20:29 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.swing --- 13:20:29 [INFO] 13:20:29 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.swing --- 13:20:29 [INFO] Discovering license information from existing ip_log.xml 13:20:29 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-swing:1.9.1. 13:20:29 [INFO] Gathering sources archives 13:20:29 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-swing:sources:1.9.1:jar 13:20:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-swing/1.9.1/batik-swing-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/target/sources-for-eclipse-ipzilla/batik-swing-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:29 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-swing:sources:1.9.1:jar 13:20:29 [INFO] Copying batik-swing-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/target/sources-for-eclipse-ipzilla/batik-swing-1.9.1-sources.jar 13:20:29 [INFO] Refreshing about files and about.html 13:20:29 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_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). 13:20:29 [INFO] Refreshing ip_log.xml 13:20:29 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:20:29 [INFO] 13:20:29 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.swing --- 13:20:29 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/target/org.apache.batik.swing-1.9.1-SNAPSHOT.jar 13:20:29 [INFO] 13:20:29 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.swing --- 13:20:29 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/target/org.apache.batik.swing-1.9.1-SNAPSHOT.jar 13:20:30 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/target/org.apache.batik.swing-1.9.1-SNAPSHOT-sources.jar 13:20:32 [INFO] 13:20:32 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.swing --- 13:20:32 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/target/org.apache.batik.swing-1.9.1-SNAPSHOT.jar 13:20:32 [INFO] 13:20:32 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.swing --- 13:20:32 [INFO] 13:20:32 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.swing --- 13:20:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/target/org.apache.batik.swing-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.swing/1.9.1-SNAPSHOT/org.apache.batik.swing-1.9.1-SNAPSHOT.jar 13:20:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.swing/1.9.1-SNAPSHOT/org.apache.batik.swing-1.9.1-SNAPSHOT.pom 13:20:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/target/org.apache.batik.swing-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.swing/1.9.1-SNAPSHOT/org.apache.batik.swing-1.9.1-SNAPSHOT-sources.jar 13:20:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.swing/1.9.1-SNAPSHOT/org.apache.batik.swing-1.9.1-SNAPSHOT-p2metadata.xml 13:20:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.swing/1.9.1-SNAPSHOT/org.apache.batik.swing-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.swing/1.9.1-SNAPSHOT/org.apache.batik.swing-1.9.1-SNAPSHOT-ip_log.xml 13:20:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/target/org.apache.batik.swing-1.9.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.swing/1.9.1-SNAPSHOT/org.apache.batik.swing-1.9.1-SNAPSHOT-pack200.jar.pack.gz 13:20:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.swing/1.9.1-SNAPSHOT/org.apache.batik.swing-1.9.1-SNAPSHOT-p2metadata.xml 13:20:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.swing_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.swing/1.9.1-SNAPSHOT/org.apache.batik.swing-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:32 [INFO] 13:20:32 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.swing --- 13:20:32 [INFO] 13:20:32 [INFO] -------< org.eclipse.orbit.bundles:org.apache.batik.transcoder >-------- 13:20:32 [INFO] Building Batik SVG transcoder 1.9.1-SNAPSHOT [68/376] 13:20:32 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:20:32 [INFO] 13:20:32 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.transcoder --- 13:20:32 [INFO] 13:20:32 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.transcoder --- 13:20:32 [INFO] The project's OSGi version is 1.9.1.v20190730-1743 13:20:32 [INFO] 13:20:32 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.transcoder --- 13:20:32 [INFO] 13:20:32 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.transcoder --- 13:20:32 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:32 [INFO] Copying 3 resources 13:20:32 [INFO] 13:20:32 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.transcoder --- 13:20:32 [INFO] No sources to compile 13:20:32 [INFO] 13:20:32 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.transcoder --- 13:20:32 [INFO] Gathering dependencies 13:20:32 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-transcoder:1.9.1:jar 13:20:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-transcoder/1.9.1/batik-transcoder-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:32 [INFO] Merging collected dependencies 13:20:32 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:32 [INFO] Copying 64 resources 13:20:32 [INFO] Generating OSGi MANIFEST.MF 13:20:32 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.transcoder:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:20:32 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.transcoder:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath 13:20:32 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.transcoder:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.codec=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/target/org.apache.batik.transcoder-1.9.1-SNAPSHOT.jar 13:20:32 [INFO] Gathering sources 13:20:32 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-transcoder:sources:1.9.1:jar 13:20:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-transcoder/1.9.1/batik-transcoder-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:32 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:32 [INFO] Copying 3 resources 13:20:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/target/org.apache.batik.transcoder-1.9.1-SNAPSHOT-sources.jar 13:20:32 [INFO] Assembling p2 repository 13:20:33 [INFO] 13:20:33 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.transcoder --- 13:20:33 [INFO] 13:20:33 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.transcoder --- 13:20:33 [INFO] Discovering license information from existing ip_log.xml 13:20:33 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-transcoder:1.9.1. 13:20:33 [INFO] Gathering sources archives 13:20:33 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-transcoder:sources:1.9.1:jar 13:20:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-transcoder/1.9.1/batik-transcoder-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/target/sources-for-eclipse-ipzilla/batik-transcoder-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:33 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-transcoder:sources:1.9.1:jar 13:20:33 [INFO] Copying batik-transcoder-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/target/sources-for-eclipse-ipzilla/batik-transcoder-1.9.1-sources.jar 13:20:33 [INFO] Refreshing about files and about.html 13:20:33 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_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). 13:20:33 [INFO] Refreshing ip_log.xml 13:20:33 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:20:33 [INFO] 13:20:33 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.transcoder --- 13:20:33 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/target/org.apache.batik.transcoder-1.9.1-SNAPSHOT.jar 13:20:33 [INFO] 13:20:33 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.transcoder --- 13:20:33 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/target/org.apache.batik.transcoder-1.9.1-SNAPSHOT.jar 13:20:34 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/target/org.apache.batik.transcoder-1.9.1-SNAPSHOT-sources.jar 13:20:35 [INFO] 13:20:35 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.transcoder --- 13:20:35 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/target/org.apache.batik.transcoder-1.9.1-SNAPSHOT.jar 13:20:36 [INFO] 13:20:36 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.transcoder --- 13:20:36 [INFO] 13:20:36 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.transcoder --- 13:20:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/target/org.apache.batik.transcoder-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.9.1-SNAPSHOT/org.apache.batik.transcoder-1.9.1-SNAPSHOT.jar 13:20:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.9.1-SNAPSHOT/org.apache.batik.transcoder-1.9.1-SNAPSHOT.pom 13:20:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/target/org.apache.batik.transcoder-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.9.1-SNAPSHOT/org.apache.batik.transcoder-1.9.1-SNAPSHOT-sources.jar 13:20:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.9.1-SNAPSHOT/org.apache.batik.transcoder-1.9.1-SNAPSHOT-p2metadata.xml 13:20:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.9.1-SNAPSHOT/org.apache.batik.transcoder-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.9.1-SNAPSHOT/org.apache.batik.transcoder-1.9.1-SNAPSHOT-ip_log.xml 13:20:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/target/org.apache.batik.transcoder-1.9.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.9.1-SNAPSHOT/org.apache.batik.transcoder-1.9.1-SNAPSHOT-pack200.jar.pack.gz 13:20:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.9.1-SNAPSHOT/org.apache.batik.transcoder-1.9.1-SNAPSHOT-p2metadata.xml 13:20:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.9.1-SNAPSHOT/org.apache.batik.transcoder-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:36 [INFO] 13:20:36 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.transcoder --- 13:20:36 [INFO] 13:20:36 [INFO] --------< org.eclipse.orbit.bundles:org.apache.batik.util.gui >--------- 13:20:36 [INFO] Building Batik GUI utilities 1.9.1-SNAPSHOT [69/376] 13:20:36 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:20:36 [INFO] 13:20:36 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.util.gui --- 13:20:36 [INFO] 13:20:36 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.util.gui --- 13:20:36 [INFO] The project's OSGi version is 1.9.1.v20190730-1743 13:20:36 [INFO] 13:20:36 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.util.gui --- 13:20:36 [INFO] 13:20:36 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.util.gui --- 13:20:36 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:36 [INFO] Copying 3 resources 13:20:36 [INFO] 13:20:36 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.util.gui --- 13:20:36 [INFO] No sources to compile 13:20:36 [INFO] 13:20:36 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.util.gui --- 13:20:36 [INFO] Gathering dependencies 13:20:36 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-gui-util:1.9.1:jar 13:20:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-gui-util/1.9.1/batik-gui-util-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:36 [INFO] Merging collected dependencies 13:20:36 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:36 [INFO] Copying 211 resources 13:20:36 [INFO] Generating OSGi MANIFEST.MF 13:20:36 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.util.gui:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:20:36 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.util.gui:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/target/org.apache.batik.util.gui-1.9.1-SNAPSHOT.jar 13:20:36 [INFO] Gathering sources 13:20:36 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-gui-util:sources:1.9.1:jar 13:20:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-gui-util/1.9.1/batik-gui-util-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:36 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:36 [INFO] Copying 3 resources 13:20:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/target/org.apache.batik.util.gui-1.9.1-SNAPSHOT-sources.jar 13:20:36 [INFO] Assembling p2 repository 13:20:36 [INFO] 13:20:36 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.util.gui --- 13:20:36 [INFO] 13:20:36 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.util.gui --- 13:20:36 [INFO] Discovering license information from existing ip_log.xml 13:20:36 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-gui-util:1.9.1. 13:20:36 [INFO] Gathering sources archives 13:20:36 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-gui-util:sources:1.9.1:jar 13:20:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-gui-util/1.9.1/batik-gui-util-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/target/sources-for-eclipse-ipzilla/batik-gui-util-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:37 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-gui-util:sources:1.9.1:jar 13:20:37 [INFO] Copying batik-gui-util-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/target/sources-for-eclipse-ipzilla/batik-gui-util-1.9.1-sources.jar 13:20:37 [INFO] Refreshing about files and about.html 13:20:37 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_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). 13:20:37 [INFO] Refreshing ip_log.xml 13:20:37 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:20:37 [INFO] 13:20:37 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.util.gui --- 13:20:37 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/target/org.apache.batik.util.gui-1.9.1-SNAPSHOT.jar 13:20:37 [INFO] 13:20:37 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.util.gui --- 13:20:37 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/target/org.apache.batik.util.gui-1.9.1-SNAPSHOT.jar 13:20:38 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/target/org.apache.batik.util.gui-1.9.1-SNAPSHOT-sources.jar 13:20:39 [INFO] 13:20:39 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.util.gui --- 13:20:39 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/target/org.apache.batik.util.gui-1.9.1-SNAPSHOT.jar 13:20:40 [INFO] 13:20:40 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.util.gui --- 13:20:40 [INFO] 13:20:40 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.util.gui --- 13:20:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/target/org.apache.batik.util.gui-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util.gui/1.9.1-SNAPSHOT/org.apache.batik.util.gui-1.9.1-SNAPSHOT.jar 13:20:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util.gui/1.9.1-SNAPSHOT/org.apache.batik.util.gui-1.9.1-SNAPSHOT.pom 13:20:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/target/org.apache.batik.util.gui-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util.gui/1.9.1-SNAPSHOT/org.apache.batik.util.gui-1.9.1-SNAPSHOT-sources.jar 13:20:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util.gui/1.9.1-SNAPSHOT/org.apache.batik.util.gui-1.9.1-SNAPSHOT-p2metadata.xml 13:20:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util.gui/1.9.1-SNAPSHOT/org.apache.batik.util.gui-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util.gui/1.9.1-SNAPSHOT/org.apache.batik.util.gui-1.9.1-SNAPSHOT-ip_log.xml 13:20:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/target/org.apache.batik.util.gui-1.9.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util.gui/1.9.1-SNAPSHOT/org.apache.batik.util.gui-1.9.1-SNAPSHOT-pack200.jar.pack.gz 13:20:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util.gui/1.9.1-SNAPSHOT/org.apache.batik.util.gui-1.9.1-SNAPSHOT-p2metadata.xml 13:20:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util.gui_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util.gui/1.9.1-SNAPSHOT/org.apache.batik.util.gui-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:40 [INFO] 13:20:40 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.util.gui --- 13:20:40 [INFO] 13:20:40 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.batik.util >----------- 13:20:40 [INFO] Building Batik utility library 1.9.1-SNAPSHOT [70/376] 13:20:40 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:20:40 [INFO] 13:20:40 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.util --- 13:20:40 [INFO] 13:20:40 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.util --- 13:20:40 [INFO] The project's OSGi version is 1.9.1.v20180703-1553 13:20:40 [INFO] 13:20:40 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.util --- 13:20:40 [INFO] 13:20:40 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.util --- 13:20:40 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:40 [INFO] Copying 3 resources 13:20:40 [INFO] 13:20:40 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.util --- 13:20:40 [INFO] No sources to compile 13:20:40 [INFO] 13:20:40 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.util --- 13:20:40 [INFO] Gathering dependencies 13:20:40 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-util:1.9.1:jar 13:20:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-util/1.9.1/batik-util-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:40 [INFO] Merging collected dependencies 13:20:40 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:40 [INFO] Copying 86 resources 13:20:40 [INFO] Generating OSGi MANIFEST.MF 13:20:40 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.util:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:20:40 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.util:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.constants=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/target/org.apache.batik.util-1.9.1-SNAPSHOT.jar 13:20:40 [INFO] Gathering sources 13:20:40 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-util:sources:1.9.1:jar 13:20:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-util/1.9.1/batik-util-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:40 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:40 [INFO] Copying 3 resources 13:20:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/target/org.apache.batik.util-1.9.1-SNAPSHOT-sources.jar 13:20:40 [INFO] Assembling p2 repository 13:20:40 [INFO] 13:20:40 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.util --- 13:20:40 [INFO] 13:20:40 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.util --- 13:20:40 [INFO] Discovering license information from existing ip_log.xml 13:20:40 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-util:1.9.1. 13:20:40 [INFO] Gathering sources archives 13:20:40 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-util:sources:1.9.1:jar 13:20:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-util/1.9.1/batik-util-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/target/sources-for-eclipse-ipzilla/batik-util-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:40 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-util:sources:1.9.1:jar 13:20:40 [INFO] Copying batik-util-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/target/sources-for-eclipse-ipzilla/batik-util-1.9.1-sources.jar 13:20:40 [INFO] Refreshing about files and about.html 13:20:40 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_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). 13:20:40 [INFO] Refreshing ip_log.xml 13:20:40 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:20:40 [INFO] 13:20:40 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.util --- 13:20:40 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/target/org.apache.batik.util-1.9.1-SNAPSHOT.jar 13:20:40 [INFO] 13:20:40 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.util --- 13:20:41 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/target/org.apache.batik.util-1.9.1-SNAPSHOT.jar 13:20:42 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/target/org.apache.batik.util-1.9.1-SNAPSHOT-sources.jar 13:20:43 [INFO] 13:20:43 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.util --- 13:20:43 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/target/org.apache.batik.util-1.9.1-SNAPSHOT.jar 13:20:43 [INFO] 13:20:43 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.util --- 13:20:43 [INFO] 13:20:43 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.util --- 13:20:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/target/org.apache.batik.util-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.9.1-SNAPSHOT/org.apache.batik.util-1.9.1-SNAPSHOT.jar 13:20:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.9.1-SNAPSHOT/org.apache.batik.util-1.9.1-SNAPSHOT.pom 13:20:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/target/org.apache.batik.util-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.9.1-SNAPSHOT/org.apache.batik.util-1.9.1-SNAPSHOT-sources.jar 13:20:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.9.1-SNAPSHOT/org.apache.batik.util-1.9.1-SNAPSHOT-p2metadata.xml 13:20:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.9.1-SNAPSHOT/org.apache.batik.util-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.9.1-SNAPSHOT/org.apache.batik.util-1.9.1-SNAPSHOT-ip_log.xml 13:20:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/target/org.apache.batik.util-1.9.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.9.1-SNAPSHOT/org.apache.batik.util-1.9.1-SNAPSHOT-pack200.jar.pack.gz 13:20:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.9.1-SNAPSHOT/org.apache.batik.util-1.9.1-SNAPSHOT-p2metadata.xml 13:20:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.9.1-SNAPSHOT/org.apache.batik.util-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:43 [INFO] 13:20:43 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.util --- 13:20:43 [INFO] 13:20:43 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.batik.xml >----------- 13:20:43 [INFO] Building Batik XML utilities 1.9.1-SNAPSHOT [71/376] 13:20:43 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:20:43 [INFO] 13:20:43 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.xml --- 13:20:43 [INFO] 13:20:43 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.xml --- 13:20:43 [INFO] The project's OSGi version is 1.9.1.v20190730-1743 13:20:43 [INFO] 13:20:43 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.xml --- 13:20:43 [INFO] 13:20:43 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.xml --- 13:20:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:43 [INFO] Copying 3 resources 13:20:43 [INFO] 13:20:43 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.xml --- 13:20:43 [INFO] No sources to compile 13:20:43 [INFO] 13:20:43 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.xml --- 13:20:43 [INFO] Gathering dependencies 13:20:43 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-xml:1.9.1:jar 13:20:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-xml/1.9.1/batik-xml-1.9.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:43 [INFO] Merging collected dependencies 13:20:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:43 [INFO] Copying 10 resources 13:20:43 [INFO] Generating OSGi MANIFEST.MF 13:20:43 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.xml:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:20:43 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.xml:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.constants=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath 13:20:43 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.xml:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.9.1,1.9.2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/target/org.apache.batik.xml-1.9.1-SNAPSHOT.jar 13:20:43 [INFO] Gathering sources 13:20:43 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-xml:sources:1.9.1:jar 13:20:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-xml/1.9.1/batik-xml-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:44 [INFO] Copying 3 resources 13:20:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/target/org.apache.batik.xml-1.9.1-SNAPSHOT-sources.jar 13:20:44 [INFO] Assembling p2 repository 13:20:44 [INFO] 13:20:44 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.xml --- 13:20:44 [INFO] 13:20:44 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.xml --- 13:20:44 [INFO] Discovering license information from existing ip_log.xml 13:20:44 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-xml:1.9.1. 13:20:44 [INFO] Gathering sources archives 13:20:44 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-xml:sources:1.9.1:jar 13:20:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-xml/1.9.1/batik-xml-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/target/sources-for-eclipse-ipzilla/batik-xml-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:44 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-xml:sources:1.9.1:jar 13:20:44 [INFO] Copying batik-xml-1.9.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/target/sources-for-eclipse-ipzilla/batik-xml-1.9.1-sources.jar 13:20:44 [INFO] Refreshing about files and about.html 13:20:44 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_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). 13:20:44 [INFO] Refreshing ip_log.xml 13:20:44 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:20:44 [INFO] 13:20:44 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.xml --- 13:20:44 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/target/org.apache.batik.xml-1.9.1-SNAPSHOT.jar 13:20:44 [INFO] 13:20:44 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.xml --- 13:20:44 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/target/org.apache.batik.xml-1.9.1-SNAPSHOT.jar 13:20:46 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/target/org.apache.batik.xml-1.9.1-SNAPSHOT-sources.jar 13:20:47 [INFO] 13:20:47 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.xml --- 13:20:47 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/target/org.apache.batik.xml-1.9.1-SNAPSHOT.jar 13:20:47 [INFO] 13:20:47 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.xml --- 13:20:47 [INFO] 13:20:47 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.xml --- 13:20:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/target/org.apache.batik.xml-1.9.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.9.1-SNAPSHOT/org.apache.batik.xml-1.9.1-SNAPSHOT.jar 13:20:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.9.1-SNAPSHOT/org.apache.batik.xml-1.9.1-SNAPSHOT.pom 13:20:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/target/org.apache.batik.xml-1.9.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.9.1-SNAPSHOT/org.apache.batik.xml-1.9.1-SNAPSHOT-sources.jar 13:20:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.9.1-SNAPSHOT/org.apache.batik.xml-1.9.1-SNAPSHOT-p2metadata.xml 13:20:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.9.1-SNAPSHOT/org.apache.batik.xml-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.9.1-SNAPSHOT/org.apache.batik.xml-1.9.1-SNAPSHOT-ip_log.xml 13:20:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/target/org.apache.batik.xml-1.9.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.9.1-SNAPSHOT/org.apache.batik.xml-1.9.1-SNAPSHOT-pack200.jar.pack.gz 13:20:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.9.1-SNAPSHOT/org.apache.batik.xml-1.9.1-SNAPSHOT-p2metadata.xml 13:20:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.9.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.9.1-SNAPSHOT/org.apache.batik.xml-1.9.1-SNAPSHOT-p2artifacts.xml 13:20:47 [INFO] 13:20:47 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.xml --- 13:20:47 [INFO] 13:20:47 [INFO] ----< org.eclipse.orbit.bundles:org.apache.batik.shared.resources >----- 13:20:47 [INFO] Building Batik Shared Resources 1.14.0-SNAPSHOT [72/376] 13:20:47 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:20:47 [INFO] 13:20:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.shared.resources --- 13:20:47 [INFO] 13:20:47 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.shared.resources --- 13:20:47 [INFO] The project's OSGi version is 1.14.0.v20210324-0332 13:20:47 [INFO] 13:20:47 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.shared.resources --- 13:20:47 [INFO] 13:20:47 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.shared.resources --- 13:20:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:47 [INFO] Copying 3 resources 13:20:47 [INFO] 13:20:47 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.shared.resources --- 13:20:47 [INFO] No sources to compile 13:20:47 [INFO] 13:20:47 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.shared.resources --- 13:20:47 [INFO] Gathering dependencies 13:20:47 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-shared-resources:1.14:jar 13:20:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-shared-resources/1.14/batik-shared-resources-1.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:47 [INFO] Merging collected dependencies 13:20:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:47 [INFO] Copying 3 resources 13:20:47 [INFO] Generating OSGi MANIFEST.MF 13:20:47 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.shared.resources:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/target/org.apache.batik.shared.resources-1.14.0-SNAPSHOT.jar 13:20:47 [INFO] Gathering sources 13:20:47 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-shared-resources:sources:1.14:jar 13:20:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-shared-resources/1.14/batik-shared-resources-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:47 [INFO] Copying 3 resources 13:20:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/target/org.apache.batik.shared.resources-1.14.0-SNAPSHOT-sources.jar 13:20:47 [INFO] Assembling p2 repository 13:20:47 [INFO] 13:20:47 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.shared.resources --- 13:20:47 [INFO] 13:20:47 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.shared.resources --- 13:20:47 [INFO] Discovering license information from existing ip_log.xml 13:20:47 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-shared-resources:1.14. 13:20:47 [INFO] Gathering sources archives 13:20:47 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-shared-resources:sources:1.14:jar 13:20:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-shared-resources/1.14/batik-shared-resources-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/target/sources-for-eclipse-ipzilla/batik-shared-resources-1.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:47 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-shared-resources:sources:1.14:jar 13:20:47 [INFO] Copying batik-shared-resources-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/target/sources-for-eclipse-ipzilla/batik-shared-resources-1.14-sources.jar 13:20:47 [INFO] Refreshing about files and about.html 13:20:47 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_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). 13:20:47 [INFO] Refreshing ip_log.xml 13:20:47 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:20:47 [INFO] 13:20:47 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.shared.resources --- 13:20:47 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/target/org.apache.batik.shared.resources-1.14.0-SNAPSHOT.jar 13:20:47 [INFO] 13:20:47 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.shared.resources --- 13:20:48 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/target/org.apache.batik.shared.resources-1.14.0-SNAPSHOT.jar 13:20:49 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/target/org.apache.batik.shared.resources-1.14.0-SNAPSHOT-sources.jar 13:20:50 [INFO] 13:20:50 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.shared.resources --- 13:20:50 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/target/org.apache.batik.shared.resources-1.14.0-SNAPSHOT.jar 13:20:50 [INFO] 13:20:50 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.shared.resources --- 13:20:51 [INFO] 13:20:51 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.shared.resources --- 13:20:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/target/org.apache.batik.shared.resources-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.14.0-SNAPSHOT/org.apache.batik.shared.resources-1.14.0-SNAPSHOT.jar 13:20:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.14.0-SNAPSHOT/org.apache.batik.shared.resources-1.14.0-SNAPSHOT.pom 13:20:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/target/org.apache.batik.shared.resources-1.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.14.0-SNAPSHOT/org.apache.batik.shared.resources-1.14.0-SNAPSHOT-sources.jar 13:20:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.14.0-SNAPSHOT/org.apache.batik.shared.resources-1.14.0-SNAPSHOT-p2metadata.xml 13:20:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.14.0-SNAPSHOT/org.apache.batik.shared.resources-1.14.0-SNAPSHOT-p2artifacts.xml 13:20:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.14.0-SNAPSHOT/org.apache.batik.shared.resources-1.14.0-SNAPSHOT-ip_log.xml 13:20:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/target/org.apache.batik.shared.resources-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.14.0-SNAPSHOT/org.apache.batik.shared.resources-1.14.0-SNAPSHOT-pack200.jar.pack.gz 13:20:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.14.0-SNAPSHOT/org.apache.batik.shared.resources-1.14.0-SNAPSHOT-p2metadata.xml 13:20:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.shared.resources_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.14.0-SNAPSHOT/org.apache.batik.shared.resources-1.14.0-SNAPSHOT-p2artifacts.xml 13:20:51 [INFO] 13:20:51 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.shared.resources --- 13:20:51 [INFO] 13:20:51 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.batik.xml >----------- 13:20:51 [INFO] Building org.apache.xmlgraphics:batik-xml 1.14.0-SNAPSHOT [73/376] 13:20:51 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:20:51 [INFO] 13:20:51 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.xml --- 13:20:51 [INFO] 13:20:51 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.xml --- 13:20:51 [INFO] The project's OSGi version is 1.14.0.v20210324-0332 13:20:51 [INFO] 13:20:51 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.xml --- 13:20:51 [INFO] 13:20:51 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.xml --- 13:20:51 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:51 [INFO] Copying 3 resources 13:20:51 [INFO] 13:20:51 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.xml --- 13:20:51 [INFO] No sources to compile 13:20:51 [INFO] 13:20:51 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.xml --- 13:20:51 [INFO] Gathering dependencies 13:20:51 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-xml:1.14:jar 13:20:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-xml/1.14/batik-xml-1.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:51 [INFO] Merging collected dependencies 13:20:51 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:51 [INFO] Copying 10 resources 13:20:51 [INFO] Generating OSGi MANIFEST.MF 13:20:51 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.xml:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:20:51 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.xml:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.14.0,2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/target/org.apache.batik.xml-1.14.0-SNAPSHOT.jar 13:20:51 [INFO] Gathering sources 13:20:51 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-xml:sources:1.14:jar 13:20:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-xml/1.14/batik-xml-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:53 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:53 [INFO] Copying 3 resources 13:20:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/target/org.apache.batik.xml-1.14.0-SNAPSHOT-sources.jar 13:20:53 [INFO] Assembling p2 repository 13:20:53 [INFO] 13:20:53 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.xml --- 13:20:53 [INFO] 13:20:53 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.xml --- 13:20:53 [INFO] Discovering license information from existing ip_log.xml 13:20:53 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-xml:1.14. 13:20:53 [INFO] Gathering sources archives 13:20:53 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-xml:sources:1.14:jar 13:20:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-xml/1.14/batik-xml-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/target/sources-for-eclipse-ipzilla/batik-xml-1.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:53 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-xml:sources:1.14:jar 13:20:53 [INFO] Copying batik-xml-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/target/sources-for-eclipse-ipzilla/batik-xml-1.14-sources.jar 13:20:53 [INFO] Refreshing about files and about.html 13:20:53 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_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). 13:20:53 [INFO] Refreshing ip_log.xml 13:20:53 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:20:53 [INFO] 13:20:53 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.xml --- 13:20:53 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/target/org.apache.batik.xml-1.14.0-SNAPSHOT.jar 13:20:54 [INFO] 13:20:54 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.xml --- 13:20:54 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/target/org.apache.batik.xml-1.14.0-SNAPSHOT.jar 13:20:55 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/target/org.apache.batik.xml-1.14.0-SNAPSHOT-sources.jar 13:20:56 [INFO] 13:20:56 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.xml --- 13:20:56 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/target/org.apache.batik.xml-1.14.0-SNAPSHOT.jar 13:20:56 [INFO] 13:20:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.xml --- 13:20:56 [INFO] 13:20:56 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.xml --- 13:20:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/target/org.apache.batik.xml-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.14.0-SNAPSHOT/org.apache.batik.xml-1.14.0-SNAPSHOT.jar 13:20:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.14.0-SNAPSHOT/org.apache.batik.xml-1.14.0-SNAPSHOT.pom 13:20:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/target/org.apache.batik.xml-1.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.14.0-SNAPSHOT/org.apache.batik.xml-1.14.0-SNAPSHOT-sources.jar 13:20:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.14.0-SNAPSHOT/org.apache.batik.xml-1.14.0-SNAPSHOT-p2metadata.xml 13:20:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.14.0-SNAPSHOT/org.apache.batik.xml-1.14.0-SNAPSHOT-p2artifacts.xml 13:20:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.14.0-SNAPSHOT/org.apache.batik.xml-1.14.0-SNAPSHOT-ip_log.xml 13:20:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/target/org.apache.batik.xml-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.14.0-SNAPSHOT/org.apache.batik.xml-1.14.0-SNAPSHOT-pack200.jar.pack.gz 13:20:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.14.0-SNAPSHOT/org.apache.batik.xml-1.14.0-SNAPSHOT-p2metadata.xml 13:20:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.xml_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.14.0-SNAPSHOT/org.apache.batik.xml-1.14.0-SNAPSHOT-p2artifacts.xml 13:20:56 [INFO] 13:20:56 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.xml --- 13:20:56 [INFO] 13:20:56 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.batik.ext >----------- 13:20:56 [INFO] Building org.apache.xmlgraphics:batik-ext 1.14.0-SNAPSHOT [74/376] 13:20:56 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:20:56 [INFO] 13:20:56 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.ext --- 13:20:56 [INFO] 13:20:56 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.ext --- 13:20:56 [INFO] The project's OSGi version is 1.14.0.v20210324-0332 13:20:56 [INFO] 13:20:56 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.ext --- 13:20:56 [INFO] 13:20:56 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.ext --- 13:20:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:56 [INFO] Copying 3 resources 13:20:56 [INFO] 13:20:56 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.ext --- 13:20:56 [INFO] No sources to compile 13:20:56 [INFO] 13:20:56 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.ext --- 13:20:56 [INFO] Gathering dependencies 13:20:56 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-ext:1.14:jar 13:20:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-ext/1.14/batik-ext-1.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:56 [INFO] Merging collected dependencies 13:20:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:56 [INFO] Copying 10 resources 13:20:56 [INFO] Generating OSGi MANIFEST.MF 13:20:56 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.ext:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/target/org.apache.batik.ext-1.14.0-SNAPSHOT.jar 13:20:56 [INFO] Gathering sources 13:20:56 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-ext:sources:1.14:jar 13:20:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-ext/1.14/batik-ext-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:20:56 [INFO] Copying 3 resources 13:20:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/target/org.apache.batik.ext-1.14.0-SNAPSHOT-sources.jar 13:20:56 [INFO] Assembling p2 repository 13:20:57 [INFO] 13:20:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.ext --- 13:20:57 [INFO] 13:20:57 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.ext --- 13:20:57 [INFO] Discovering license information from existing ip_log.xml 13:20:57 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-ext:1.14. 13:20:57 [INFO] Gathering sources archives 13:20:57 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-ext:sources:1.14:jar 13:20:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-ext/1.14/batik-ext-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/target/sources-for-eclipse-ipzilla/batik-ext-1.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:20:57 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-ext:sources:1.14:jar 13:20:57 [INFO] Copying batik-ext-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/target/sources-for-eclipse-ipzilla/batik-ext-1.14-sources.jar 13:20:57 [INFO] Refreshing about files and about.html 13:20:57 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_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). 13:20:57 [INFO] Refreshing ip_log.xml 13:20:57 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:20:57 [INFO] 13:20:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.ext --- 13:20:57 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/target/org.apache.batik.ext-1.14.0-SNAPSHOT.jar 13:20:57 [INFO] 13:20:57 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.ext --- 13:20:57 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/target/org.apache.batik.ext-1.14.0-SNAPSHOT.jar 13:20:58 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/target/org.apache.batik.ext-1.14.0-SNAPSHOT-sources.jar 13:21:00 [INFO] 13:21:00 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.ext --- 13:21:00 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/target/org.apache.batik.ext-1.14.0-SNAPSHOT.jar 13:21:00 [INFO] 13:21:00 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.ext --- 13:21:00 [INFO] 13:21:00 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.ext --- 13:21:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/target/org.apache.batik.ext-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.14.0-SNAPSHOT/org.apache.batik.ext-1.14.0-SNAPSHOT.jar 13:21:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.14.0-SNAPSHOT/org.apache.batik.ext-1.14.0-SNAPSHOT.pom 13:21:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/target/org.apache.batik.ext-1.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.14.0-SNAPSHOT/org.apache.batik.ext-1.14.0-SNAPSHOT-sources.jar 13:21:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.14.0-SNAPSHOT/org.apache.batik.ext-1.14.0-SNAPSHOT-p2metadata.xml 13:21:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.14.0-SNAPSHOT/org.apache.batik.ext-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.14.0-SNAPSHOT/org.apache.batik.ext-1.14.0-SNAPSHOT-ip_log.xml 13:21:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/target/org.apache.batik.ext-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.14.0-SNAPSHOT/org.apache.batik.ext-1.14.0-SNAPSHOT-pack200.jar.pack.gz 13:21:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.14.0-SNAPSHOT/org.apache.batik.ext-1.14.0-SNAPSHOT-p2metadata.xml 13:21:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.ext_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.14.0-SNAPSHOT/org.apache.batik.ext-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:00 [INFO] 13:21:00 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.ext --- 13:21:00 [INFO] 13:21:00 [INFO] --------< org.eclipse.orbit.bundles:org.apache.batik.awt.util >--------- 13:21:00 [INFO] Building org.apache.xmlgraphics:batik-awt-util 1.14.0-SNAPSHOT [75/376] 13:21:00 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:21:00 [INFO] 13:21:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.awt.util --- 13:21:00 [INFO] 13:21:00 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.awt.util --- 13:21:00 [INFO] The project's OSGi version is 1.14.0.v20210324-0332 13:21:00 [INFO] 13:21:00 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.awt.util --- 13:21:00 [INFO] 13:21:00 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.awt.util --- 13:21:00 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:00 [INFO] Copying 3 resources 13:21:00 [INFO] 13:21:00 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.awt.util --- 13:21:00 [INFO] No sources to compile 13:21:00 [INFO] 13:21:00 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.awt.util --- 13:21:00 [INFO] Gathering dependencies 13:21:00 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-awt-util:1.14:jar 13:21:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-awt-util/1.14/batik-awt-util-1.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:00 [INFO] Merging collected dependencies 13:21:00 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:00 [INFO] Copying 227 resources 13:21:00 [INFO] Generating OSGi MANIFEST.MF 13:21:00 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.awt.util:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:21:00 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.awt.util:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.14.0,2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/target/org.apache.batik.awt.util-1.14.0-SNAPSHOT.jar 13:21:00 [INFO] Gathering sources 13:21:00 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-awt-util:sources:1.14:jar 13:21:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-awt-util/1.14/batik-awt-util-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:00 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:00 [INFO] Copying 3 resources 13:21:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/target/org.apache.batik.awt.util-1.14.0-SNAPSHOT-sources.jar 13:21:00 [INFO] Assembling p2 repository 13:21:01 [INFO] 13:21:01 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.awt.util --- 13:21:01 [INFO] 13:21:01 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.awt.util --- 13:21:01 [INFO] Discovering license information from existing ip_log.xml 13:21:01 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-awt-util:1.14. 13:21:01 [INFO] Gathering sources archives 13:21:01 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-awt-util:sources:1.14:jar 13:21:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-awt-util/1.14/batik-awt-util-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/target/sources-for-eclipse-ipzilla/batik-awt-util-1.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:01 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-awt-util:sources:1.14:jar 13:21:01 [INFO] Copying batik-awt-util-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/target/sources-for-eclipse-ipzilla/batik-awt-util-1.14-sources.jar 13:21:01 [INFO] Refreshing about files and about.html 13:21:01 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_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). 13:21:01 [INFO] Refreshing ip_log.xml 13:21:01 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:21:01 [INFO] 13:21:01 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.awt.util --- 13:21:01 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/target/org.apache.batik.awt.util-1.14.0-SNAPSHOT.jar 13:21:01 [INFO] 13:21:01 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.awt.util --- 13:21:01 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/target/org.apache.batik.awt.util-1.14.0-SNAPSHOT.jar 13:21:03 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/target/org.apache.batik.awt.util-1.14.0-SNAPSHOT-sources.jar 13:21:04 [INFO] 13:21:04 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.awt.util --- 13:21:04 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/target/org.apache.batik.awt.util-1.14.0-SNAPSHOT.jar 13:21:04 [INFO] 13:21:04 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.awt.util --- 13:21:04 [INFO] 13:21:04 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.awt.util --- 13:21:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/target/org.apache.batik.awt.util-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.14.0-SNAPSHOT/org.apache.batik.awt.util-1.14.0-SNAPSHOT.jar 13:21:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.14.0-SNAPSHOT/org.apache.batik.awt.util-1.14.0-SNAPSHOT.pom 13:21:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/target/org.apache.batik.awt.util-1.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.14.0-SNAPSHOT/org.apache.batik.awt.util-1.14.0-SNAPSHOT-sources.jar 13:21:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.14.0-SNAPSHOT/org.apache.batik.awt.util-1.14.0-SNAPSHOT-p2metadata.xml 13:21:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.14.0-SNAPSHOT/org.apache.batik.awt.util-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.14.0-SNAPSHOT/org.apache.batik.awt.util-1.14.0-SNAPSHOT-ip_log.xml 13:21:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/target/org.apache.batik.awt.util-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.14.0-SNAPSHOT/org.apache.batik.awt.util-1.14.0-SNAPSHOT-pack200.jar.pack.gz 13:21:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.14.0-SNAPSHOT/org.apache.batik.awt.util-1.14.0-SNAPSHOT-p2metadata.xml 13:21:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.awt.util_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.14.0-SNAPSHOT/org.apache.batik.awt.util-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:04 [INFO] 13:21:04 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.awt.util --- 13:21:04 [INFO] 13:21:04 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.parser >---------- 13:21:04 [INFO] Building org.apache.xmlgraphics:batik-parser 1.14.0-SNAPSHOT [76/376] 13:21:04 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:21:04 [INFO] 13:21:04 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.parser --- 13:21:04 [INFO] 13:21:04 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.parser --- 13:21:04 [INFO] The project's OSGi version is 1.14.0.v20210324-0332 13:21:04 [INFO] 13:21:04 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.parser --- 13:21:04 [INFO] 13:21:04 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.parser --- 13:21:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:04 [INFO] Copying 3 resources 13:21:04 [INFO] 13:21:04 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.parser --- 13:21:04 [INFO] No sources to compile 13:21:04 [INFO] 13:21:04 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.parser --- 13:21:04 [INFO] Gathering dependencies 13:21:04 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-parser:1.14:jar 13:21:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-parser/1.14/batik-parser-1.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:04 [INFO] Merging collected dependencies 13:21:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:04 [INFO] Copying 60 resources 13:21:04 [INFO] Generating OSGi MANIFEST.MF 13:21:04 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.parser:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:21:04 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.parser:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.14.0,2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/target/org.apache.batik.parser-1.14.0-SNAPSHOT.jar 13:21:04 [INFO] Gathering sources 13:21:04 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-parser:sources:1.14:jar 13:21:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-parser/1.14/batik-parser-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:04 [INFO] Copying 3 resources 13:21:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/target/org.apache.batik.parser-1.14.0-SNAPSHOT-sources.jar 13:21:04 [INFO] Assembling p2 repository 13:21:05 [INFO] 13:21:05 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.parser --- 13:21:05 [INFO] 13:21:05 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.parser --- 13:21:05 [INFO] Discovering license information from existing ip_log.xml 13:21:05 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-parser:1.14. 13:21:05 [INFO] Gathering sources archives 13:21:05 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-parser:sources:1.14:jar 13:21:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-parser/1.14/batik-parser-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/target/sources-for-eclipse-ipzilla/batik-parser-1.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:05 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-parser:sources:1.14:jar 13:21:05 [INFO] Copying batik-parser-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/target/sources-for-eclipse-ipzilla/batik-parser-1.14-sources.jar 13:21:05 [INFO] Refreshing about files and about.html 13:21:05 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_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). 13:21:05 [INFO] Refreshing ip_log.xml 13:21:05 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:21:05 [INFO] 13:21:05 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.parser --- 13:21:05 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/target/org.apache.batik.parser-1.14.0-SNAPSHOT.jar 13:21:05 [INFO] 13:21:05 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.parser --- 13:21:05 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/target/org.apache.batik.parser-1.14.0-SNAPSHOT.jar 13:21:06 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/target/org.apache.batik.parser-1.14.0-SNAPSHOT-sources.jar 13:21:09 [INFO] 13:21:09 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.parser --- 13:21:09 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/target/org.apache.batik.parser-1.14.0-SNAPSHOT.jar 13:21:09 [INFO] 13:21:09 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.parser --- 13:21:09 [INFO] 13:21:09 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.parser --- 13:21:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/target/org.apache.batik.parser-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.14.0-SNAPSHOT/org.apache.batik.parser-1.14.0-SNAPSHOT.jar 13:21:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.14.0-SNAPSHOT/org.apache.batik.parser-1.14.0-SNAPSHOT.pom 13:21:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/target/org.apache.batik.parser-1.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.14.0-SNAPSHOT/org.apache.batik.parser-1.14.0-SNAPSHOT-sources.jar 13:21:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.14.0-SNAPSHOT/org.apache.batik.parser-1.14.0-SNAPSHOT-p2metadata.xml 13:21:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.14.0-SNAPSHOT/org.apache.batik.parser-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.14.0-SNAPSHOT/org.apache.batik.parser-1.14.0-SNAPSHOT-ip_log.xml 13:21:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/target/org.apache.batik.parser-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.14.0-SNAPSHOT/org.apache.batik.parser-1.14.0-SNAPSHOT-pack200.jar.pack.gz 13:21:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.14.0-SNAPSHOT/org.apache.batik.parser-1.14.0-SNAPSHOT-p2metadata.xml 13:21:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.parser_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.14.0-SNAPSHOT/org.apache.batik.parser-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:09 [INFO] 13:21:09 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.parser --- 13:21:09 [INFO] 13:21:09 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.batik.dom >----------- 13:21:09 [INFO] Building org.apache.xmlgraphics:batik-dom 1.14.0-SNAPSHOT [77/376] 13:21:09 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:21:09 [INFO] 13:21:09 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.dom --- 13:21:09 [INFO] 13:21:09 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.dom --- 13:21:09 [INFO] The project's OSGi version is 1.14.0.v20210324-0332 13:21:09 [INFO] 13:21:09 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.dom --- 13:21:09 [INFO] 13:21:09 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.dom --- 13:21:09 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:09 [INFO] Copying 3 resources 13:21:09 [INFO] 13:21:09 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.dom --- 13:21:09 [INFO] No sources to compile 13:21:09 [INFO] 13:21:09 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.dom --- 13:21:09 [INFO] Gathering dependencies 13:21:09 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-dom:1.14:jar 13:21:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-dom/1.14/batik-dom-1.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:09 [INFO] Merging collected dependencies 13:21:09 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:09 [INFO] Copying 119 resources 13:21:09 [INFO] Generating OSGi MANIFEST.MF 13:21:09 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:21:09 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.14.0,2)" for this fragment/require bundle cannot be found on the classpath 13:21:09 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Host org.apache.batik.constants=bundle-version="[1.14.0,1.14.1)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/target/org.apache.batik.dom-1.14.0-SNAPSHOT.jar 13:21:09 [INFO] Gathering sources 13:21:09 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-dom:sources:1.14:jar 13:21:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-dom/1.14/batik-dom-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:09 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:09 [INFO] Copying 3 resources 13:21:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/target/org.apache.batik.dom-1.14.0-SNAPSHOT-sources.jar 13:21:09 [INFO] Assembling p2 repository 13:21:10 [INFO] 13:21:10 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.dom --- 13:21:10 [INFO] 13:21:10 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.dom --- 13:21:10 [INFO] Discovering license information from existing ip_log.xml 13:21:10 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-dom:1.14. 13:21:10 [INFO] Gathering sources archives 13:21:10 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-dom:sources:1.14:jar 13:21:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-dom/1.14/batik-dom-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/target/sources-for-eclipse-ipzilla/batik-dom-1.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:10 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-dom:sources:1.14:jar 13:21:10 [INFO] Copying batik-dom-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/target/sources-for-eclipse-ipzilla/batik-dom-1.14-sources.jar 13:21:10 [INFO] Refreshing about files and about.html 13:21:10 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_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). 13:21:10 [INFO] Refreshing ip_log.xml 13:21:10 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:21:10 [INFO] 13:21:10 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.dom --- 13:21:10 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/target/org.apache.batik.dom-1.14.0-SNAPSHOT.jar 13:21:10 [INFO] 13:21:10 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.dom --- 13:21:10 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/target/org.apache.batik.dom-1.14.0-SNAPSHOT.jar 13:21:12 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/target/org.apache.batik.dom-1.14.0-SNAPSHOT-sources.jar 13:21:13 [INFO] 13:21:13 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.dom --- 13:21:13 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/target/org.apache.batik.dom-1.14.0-SNAPSHOT.jar 13:21:13 [INFO] 13:21:13 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.dom --- 13:21:13 [INFO] 13:21:13 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.dom --- 13:21:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/target/org.apache.batik.dom-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.14.0-SNAPSHOT/org.apache.batik.dom-1.14.0-SNAPSHOT.jar 13:21:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.14.0-SNAPSHOT/org.apache.batik.dom-1.14.0-SNAPSHOT.pom 13:21:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/target/org.apache.batik.dom-1.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.14.0-SNAPSHOT/org.apache.batik.dom-1.14.0-SNAPSHOT-sources.jar 13:21:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.14.0-SNAPSHOT/org.apache.batik.dom-1.14.0-SNAPSHOT-p2metadata.xml 13:21:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.14.0-SNAPSHOT/org.apache.batik.dom-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.14.0-SNAPSHOT/org.apache.batik.dom-1.14.0-SNAPSHOT-ip_log.xml 13:21:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/target/org.apache.batik.dom-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.14.0-SNAPSHOT/org.apache.batik.dom-1.14.0-SNAPSHOT-pack200.jar.pack.gz 13:21:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.14.0-SNAPSHOT/org.apache.batik.dom-1.14.0-SNAPSHOT-p2metadata.xml 13:21:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.14.0-SNAPSHOT/org.apache.batik.dom-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:13 [INFO] 13:21:13 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.dom --- 13:21:13 [INFO] 13:21:13 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.batik.gvt >----------- 13:21:13 [INFO] Building org.apache.xmlgraphics:batik-gvt 1.14.0-SNAPSHOT [78/376] 13:21:13 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:21:13 [INFO] 13:21:13 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.gvt --- 13:21:13 [INFO] 13:21:13 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.gvt --- 13:21:13 [INFO] The project's OSGi version is 1.14.0.v20210324-0332 13:21:13 [INFO] 13:21:13 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.gvt --- 13:21:13 [INFO] 13:21:13 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.gvt --- 13:21:13 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:13 [INFO] Copying 3 resources 13:21:13 [INFO] 13:21:13 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.gvt --- 13:21:13 [INFO] No sources to compile 13:21:13 [INFO] 13:21:13 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.gvt --- 13:21:13 [INFO] Gathering dependencies 13:21:13 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-gvt:1.14:jar 13:21:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-gvt/1.14/batik-gvt-1.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:13 [INFO] Merging collected dependencies 13:21:13 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:13 [INFO] Copying 106 resources 13:21:13 [INFO] Generating OSGi MANIFEST.MF 13:21:13 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.gvt:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:21:13 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.gvt:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.14.0,2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/target/org.apache.batik.gvt-1.14.0-SNAPSHOT.jar 13:21:13 [INFO] Gathering sources 13:21:13 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-gvt:sources:1.14:jar 13:21:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-gvt/1.14/batik-gvt-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:13 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:13 [INFO] Copying 3 resources 13:21:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/target/org.apache.batik.gvt-1.14.0-SNAPSHOT-sources.jar 13:21:13 [INFO] Assembling p2 repository 13:21:14 [INFO] 13:21:14 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.gvt --- 13:21:14 [INFO] 13:21:14 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.gvt --- 13:21:14 [INFO] Discovering license information from existing ip_log.xml 13:21:14 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-gvt:1.14. 13:21:14 [INFO] Gathering sources archives 13:21:14 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-gvt:sources:1.14:jar 13:21:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-gvt/1.14/batik-gvt-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/target/sources-for-eclipse-ipzilla/batik-gvt-1.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:14 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-gvt:sources:1.14:jar 13:21:14 [INFO] Copying batik-gvt-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/target/sources-for-eclipse-ipzilla/batik-gvt-1.14-sources.jar 13:21:14 [INFO] Refreshing about files and about.html 13:21:14 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_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). 13:21:14 [INFO] Refreshing ip_log.xml 13:21:14 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:21:14 [INFO] 13:21:14 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.gvt --- 13:21:14 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/target/org.apache.batik.gvt-1.14.0-SNAPSHOT.jar 13:21:14 [INFO] 13:21:14 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.gvt --- 13:21:14 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/target/org.apache.batik.gvt-1.14.0-SNAPSHOT.jar 13:21:16 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/target/org.apache.batik.gvt-1.14.0-SNAPSHOT-sources.jar 13:21:17 [INFO] 13:21:17 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.gvt --- 13:21:17 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/target/org.apache.batik.gvt-1.14.0-SNAPSHOT.jar 13:21:17 [INFO] 13:21:17 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.gvt --- 13:21:17 [INFO] 13:21:17 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.gvt --- 13:21:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/target/org.apache.batik.gvt-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.14.0-SNAPSHOT/org.apache.batik.gvt-1.14.0-SNAPSHOT.jar 13:21:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.14.0-SNAPSHOT/org.apache.batik.gvt-1.14.0-SNAPSHOT.pom 13:21:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/target/org.apache.batik.gvt-1.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.14.0-SNAPSHOT/org.apache.batik.gvt-1.14.0-SNAPSHOT-sources.jar 13:21:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.14.0-SNAPSHOT/org.apache.batik.gvt-1.14.0-SNAPSHOT-p2metadata.xml 13:21:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.14.0-SNAPSHOT/org.apache.batik.gvt-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.14.0-SNAPSHOT/org.apache.batik.gvt-1.14.0-SNAPSHOT-ip_log.xml 13:21:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/target/org.apache.batik.gvt-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.14.0-SNAPSHOT/org.apache.batik.gvt-1.14.0-SNAPSHOT-pack200.jar.pack.gz 13:21:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.14.0-SNAPSHOT/org.apache.batik.gvt-1.14.0-SNAPSHOT-p2metadata.xml 13:21:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.gvt_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.14.0-SNAPSHOT/org.apache.batik.gvt-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:17 [INFO] 13:21:17 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.gvt --- 13:21:17 [INFO] 13:21:17 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.svggen >---------- 13:21:17 [INFO] Building org.apache.xmlgraphics:batik-svggen 1.14.0-SNAPSHOT [79/376] 13:21:17 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:21:17 [INFO] 13:21:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.svggen --- 13:21:17 [INFO] 13:21:17 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.svggen --- 13:21:17 [INFO] The project's OSGi version is 1.14.0.v20210324-0332 13:21:17 [INFO] 13:21:17 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.svggen --- 13:21:17 [INFO] 13:21:17 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.svggen --- 13:21:17 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:17 [INFO] Copying 3 resources 13:21:17 [INFO] 13:21:17 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.svggen --- 13:21:17 [INFO] No sources to compile 13:21:17 [INFO] 13:21:17 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.svggen --- 13:21:17 [INFO] Gathering dependencies 13:21:17 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svggen:1.14:jar 13:21:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-svggen/1.14/batik-svggen-1.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:17 [INFO] Merging collected dependencies 13:21:17 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:17 [INFO] Copying 161 resources 13:21:17 [INFO] Generating OSGi MANIFEST.MF 13:21:17 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.svggen:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:21:17 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.svggen:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.14.0,2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/target/org.apache.batik.svggen-1.14.0-SNAPSHOT.jar 13:21:17 [INFO] Gathering sources 13:21:17 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svggen:sources:1.14:jar 13:21:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-svggen/1.14/batik-svggen-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:17 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:17 [INFO] Copying 3 resources 13:21:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/target/org.apache.batik.svggen-1.14.0-SNAPSHOT-sources.jar 13:21:17 [INFO] Assembling p2 repository 13:21:18 [INFO] 13:21:18 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.svggen --- 13:21:18 [INFO] 13:21:18 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.svggen --- 13:21:18 [INFO] Discovering license information from existing ip_log.xml 13:21:18 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-svggen:1.14. 13:21:18 [INFO] Gathering sources archives 13:21:18 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svggen:sources:1.14:jar 13:21:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-svggen/1.14/batik-svggen-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/target/sources-for-eclipse-ipzilla/batik-svggen-1.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:18 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svggen:sources:1.14:jar 13:21:18 [INFO] Copying batik-svggen-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/target/sources-for-eclipse-ipzilla/batik-svggen-1.14-sources.jar 13:21:18 [INFO] Refreshing about files and about.html 13:21:18 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_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). 13:21:18 [INFO] Refreshing ip_log.xml 13:21:18 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:21:18 [INFO] 13:21:18 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.svggen --- 13:21:18 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/target/org.apache.batik.svggen-1.14.0-SNAPSHOT.jar 13:21:18 [INFO] 13:21:18 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.svggen --- 13:21:18 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/target/org.apache.batik.svggen-1.14.0-SNAPSHOT.jar 13:21:20 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/target/org.apache.batik.svggen-1.14.0-SNAPSHOT-sources.jar 13:21:21 [INFO] 13:21:21 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.svggen --- 13:21:21 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/target/org.apache.batik.svggen-1.14.0-SNAPSHOT.jar 13:21:21 [INFO] 13:21:21 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.svggen --- 13:21:21 [INFO] 13:21:21 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.svggen --- 13:21:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/target/org.apache.batik.svggen-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.14.0-SNAPSHOT/org.apache.batik.svggen-1.14.0-SNAPSHOT.jar 13:21:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.14.0-SNAPSHOT/org.apache.batik.svggen-1.14.0-SNAPSHOT.pom 13:21:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/target/org.apache.batik.svggen-1.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.14.0-SNAPSHOT/org.apache.batik.svggen-1.14.0-SNAPSHOT-sources.jar 13:21:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.14.0-SNAPSHOT/org.apache.batik.svggen-1.14.0-SNAPSHOT-p2metadata.xml 13:21:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.14.0-SNAPSHOT/org.apache.batik.svggen-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.14.0-SNAPSHOT/org.apache.batik.svggen-1.14.0-SNAPSHOT-ip_log.xml 13:21:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/target/org.apache.batik.svggen-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.14.0-SNAPSHOT/org.apache.batik.svggen-1.14.0-SNAPSHOT-pack200.jar.pack.gz 13:21:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.14.0-SNAPSHOT/org.apache.batik.svggen-1.14.0-SNAPSHOT-p2metadata.xml 13:21:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.svggen_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.14.0-SNAPSHOT/org.apache.batik.svggen-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:23 [INFO] 13:21:23 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.svggen --- 13:21:23 [INFO] 13:21:23 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.dom.svg >--------- 13:21:23 [INFO] Building org.apache.xmlgraphics:batik-svg-dom 1.14.0-SNAPSHOT [80/376] 13:21:23 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:21:23 [INFO] 13:21:23 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.dom.svg --- 13:21:23 [INFO] 13:21:23 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.dom.svg --- 13:21:23 [INFO] The project's OSGi version is 1.14.0.v20210324-0332 13:21:23 [INFO] 13:21:23 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.dom.svg --- 13:21:23 [INFO] 13:21:23 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.dom.svg --- 13:21:23 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:23 [INFO] Copying 3 resources 13:21:23 [INFO] 13:21:23 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.dom.svg --- 13:21:23 [INFO] No sources to compile 13:21:23 [INFO] 13:21:23 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.dom.svg --- 13:21:23 [INFO] Gathering dependencies 13:21:23 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svg-dom:1.14:jar 13:21:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-svg-dom/1.14/batik-svg-dom-1.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:23 [INFO] Merging collected dependencies 13:21:23 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:23 [INFO] Copying 122 resources 13:21:23 [INFO] Generating OSGi MANIFEST.MF 13:21:23 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom.svg:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:21:23 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom.svg:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.14.0,2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/target/org.apache.batik.dom.svg-1.14.0-SNAPSHOT.jar 13:21:23 [INFO] Gathering sources 13:21:23 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svg-dom:sources:1.14:jar 13:21:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-svg-dom/1.14/batik-svg-dom-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:24 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:24 [INFO] Copying 3 resources 13:21:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/target/org.apache.batik.dom.svg-1.14.0-SNAPSHOT-sources.jar 13:21:24 [INFO] Assembling p2 repository 13:21:25 [INFO] 13:21:25 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.dom.svg --- 13:21:25 [INFO] 13:21:25 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.dom.svg --- 13:21:25 [INFO] Discovering license information from existing ip_log.xml 13:21:25 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-svg-dom:1.14. 13:21:25 [INFO] Gathering sources archives 13:21:25 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svg-dom:sources:1.14:jar 13:21:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-svg-dom/1.14/batik-svg-dom-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/target/sources-for-eclipse-ipzilla/batik-svg-dom-1.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:25 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svg-dom:sources:1.14:jar 13:21:25 [INFO] Copying batik-svg-dom-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/target/sources-for-eclipse-ipzilla/batik-svg-dom-1.14-sources.jar 13:21:25 [INFO] Refreshing about files and about.html 13:21:25 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_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). 13:21:25 [INFO] Refreshing ip_log.xml 13:21:25 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:21:25 [INFO] 13:21:25 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.dom.svg --- 13:21:25 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/target/org.apache.batik.dom.svg-1.14.0-SNAPSHOT.jar 13:21:25 [INFO] 13:21:25 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.dom.svg --- 13:21:25 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/target/org.apache.batik.dom.svg-1.14.0-SNAPSHOT.jar 13:21:27 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/target/org.apache.batik.dom.svg-1.14.0-SNAPSHOT-sources.jar 13:21:28 [INFO] 13:21:28 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.dom.svg --- 13:21:28 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/target/org.apache.batik.dom.svg-1.14.0-SNAPSHOT.jar 13:21:28 [INFO] 13:21:28 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.dom.svg --- 13:21:28 [INFO] 13:21:28 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.dom.svg --- 13:21:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/target/org.apache.batik.dom.svg-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.14.0-SNAPSHOT/org.apache.batik.dom.svg-1.14.0-SNAPSHOT.jar 13:21:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.14.0-SNAPSHOT/org.apache.batik.dom.svg-1.14.0-SNAPSHOT.pom 13:21:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/target/org.apache.batik.dom.svg-1.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.14.0-SNAPSHOT/org.apache.batik.dom.svg-1.14.0-SNAPSHOT-sources.jar 13:21:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.14.0-SNAPSHOT/org.apache.batik.dom.svg-1.14.0-SNAPSHOT-p2metadata.xml 13:21:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.14.0-SNAPSHOT/org.apache.batik.dom.svg-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.14.0-SNAPSHOT/org.apache.batik.dom.svg-1.14.0-SNAPSHOT-ip_log.xml 13:21:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/target/org.apache.batik.dom.svg-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.14.0-SNAPSHOT/org.apache.batik.dom.svg-1.14.0-SNAPSHOT-pack200.jar.pack.gz 13:21:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.14.0-SNAPSHOT/org.apache.batik.dom.svg-1.14.0-SNAPSHOT-p2metadata.xml 13:21:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.dom.svg_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.14.0-SNAPSHOT/org.apache.batik.dom.svg-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:28 [INFO] 13:21:28 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.dom.svg --- 13:21:28 [INFO] 13:21:28 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.batik.anim >----------- 13:21:28 [INFO] Building org.apache.xmlgraphics:batik-anim 1.14.0-SNAPSHOT [81/376] 13:21:28 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:21:28 [INFO] 13:21:28 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.anim --- 13:21:28 [INFO] 13:21:28 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.anim --- 13:21:28 [INFO] The project's OSGi version is 1.14.0.v20210324-0332 13:21:28 [INFO] 13:21:28 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.anim --- 13:21:28 [INFO] 13:21:28 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.anim --- 13:21:28 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:28 [INFO] Copying 3 resources 13:21:28 [INFO] 13:21:28 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.anim --- 13:21:28 [INFO] No sources to compile 13:21:28 [INFO] 13:21:28 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.anim --- 13:21:28 [INFO] Gathering dependencies 13:21:28 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-anim:1.14:jar 13:21:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-anim/1.14/batik-anim-1.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:28 [INFO] Merging collected dependencies 13:21:28 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:28 [INFO] Copying 402 resources 13:21:28 [INFO] Generating OSGi MANIFEST.MF 13:21:29 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.anim:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:21:29 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.anim:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.14.0,2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/target/org.apache.batik.anim-1.14.0-SNAPSHOT.jar 13:21:29 [INFO] Gathering sources 13:21:29 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-anim:sources:1.14:jar 13:21:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-anim/1.14/batik-anim-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:29 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:29 [INFO] Copying 3 resources 13:21:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/target/org.apache.batik.anim-1.14.0-SNAPSHOT-sources.jar 13:21:29 [INFO] Assembling p2 repository 13:21:29 [INFO] 13:21:29 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.anim --- 13:21:29 [INFO] 13:21:29 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.anim --- 13:21:29 [INFO] Discovering license information from existing ip_log.xml 13:21:29 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-anim:1.14. 13:21:29 [INFO] Gathering sources archives 13:21:29 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-anim:sources:1.14:jar 13:21:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-anim/1.14/batik-anim-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/target/sources-for-eclipse-ipzilla/batik-anim-1.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:30 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-anim:sources:1.14:jar 13:21:30 [INFO] Copying batik-anim-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/target/sources-for-eclipse-ipzilla/batik-anim-1.14-sources.jar 13:21:30 [INFO] Refreshing about files and about.html 13:21:30 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_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). 13:21:30 [INFO] Refreshing ip_log.xml 13:21:30 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:21:30 [INFO] 13:21:30 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.anim --- 13:21:30 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/target/org.apache.batik.anim-1.14.0-SNAPSHOT.jar 13:21:30 [INFO] 13:21:30 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.anim --- 13:21:30 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/target/org.apache.batik.anim-1.14.0-SNAPSHOT.jar 13:21:31 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/target/org.apache.batik.anim-1.14.0-SNAPSHOT-sources.jar 13:21:33 [INFO] 13:21:33 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.anim --- 13:21:33 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/target/org.apache.batik.anim-1.14.0-SNAPSHOT.jar 13:21:33 [INFO] 13:21:33 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.anim --- 13:21:33 [INFO] 13:21:33 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.anim --- 13:21:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/target/org.apache.batik.anim-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.14.0-SNAPSHOT/org.apache.batik.anim-1.14.0-SNAPSHOT.jar 13:21:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.14.0-SNAPSHOT/org.apache.batik.anim-1.14.0-SNAPSHOT.pom 13:21:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/target/org.apache.batik.anim-1.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.14.0-SNAPSHOT/org.apache.batik.anim-1.14.0-SNAPSHOT-sources.jar 13:21:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.14.0-SNAPSHOT/org.apache.batik.anim-1.14.0-SNAPSHOT-p2metadata.xml 13:21:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.14.0-SNAPSHOT/org.apache.batik.anim-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.14.0-SNAPSHOT/org.apache.batik.anim-1.14.0-SNAPSHOT-ip_log.xml 13:21:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/target/org.apache.batik.anim-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.14.0-SNAPSHOT/org.apache.batik.anim-1.14.0-SNAPSHOT-pack200.jar.pack.gz 13:21:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.14.0-SNAPSHOT/org.apache.batik.anim-1.14.0-SNAPSHOT-p2metadata.xml 13:21:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.anim_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.14.0-SNAPSHOT/org.apache.batik.anim-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:33 [INFO] 13:21:33 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.anim --- 13:21:33 [INFO] 13:21:33 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.script >---------- 13:21:33 [INFO] Building org.apache.xmlgraphics:batik-script 1.14.0-SNAPSHOT [82/376] 13:21:33 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:21:33 [INFO] 13:21:33 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.script --- 13:21:33 [INFO] 13:21:33 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.script --- 13:21:33 [INFO] The project's OSGi version is 1.14.0.v20210324-0332 13:21:33 [INFO] 13:21:33 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.script --- 13:21:33 [INFO] 13:21:33 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.script --- 13:21:33 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:33 [INFO] Copying 3 resources 13:21:33 [INFO] 13:21:33 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.script --- 13:21:33 [INFO] No sources to compile 13:21:33 [INFO] 13:21:33 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.script --- 13:21:33 [INFO] Gathering dependencies 13:21:33 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-script:1.14:jar 13:21:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-script/1.14/batik-script-1.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:33 [INFO] Merging collected dependencies 13:21:33 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:33 [INFO] Copying 19 resources 13:21:33 [INFO] Generating OSGi MANIFEST.MF 13:21:33 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.script:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:21:33 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.script:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.14.0,2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/target/org.apache.batik.script-1.14.0-SNAPSHOT.jar 13:21:33 [INFO] Gathering sources 13:21:33 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-script:sources:1.14:jar 13:21:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-script/1.14/batik-script-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:33 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:33 [INFO] Copying 3 resources 13:21:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/target/org.apache.batik.script-1.14.0-SNAPSHOT-sources.jar 13:21:33 [INFO] Assembling p2 repository 13:21:34 [INFO] 13:21:34 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.script --- 13:21:34 [INFO] 13:21:34 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.script --- 13:21:34 [INFO] Discovering license information from existing ip_log.xml 13:21:34 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-script:1.14. 13:21:34 [INFO] Gathering sources archives 13:21:34 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-script:sources:1.14:jar 13:21:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-script/1.14/batik-script-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/target/sources-for-eclipse-ipzilla/batik-script-1.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:34 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-script:sources:1.14:jar 13:21:34 [INFO] Copying batik-script-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/target/sources-for-eclipse-ipzilla/batik-script-1.14-sources.jar 13:21:34 [INFO] Refreshing about files and about.html 13:21:34 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_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). 13:21:34 [INFO] Refreshing ip_log.xml 13:21:34 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:21:34 [INFO] 13:21:34 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.script --- 13:21:34 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/target/org.apache.batik.script-1.14.0-SNAPSHOT.jar 13:21:34 [INFO] 13:21:34 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.script --- 13:21:34 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/target/org.apache.batik.script-1.14.0-SNAPSHOT.jar 13:21:36 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/target/org.apache.batik.script-1.14.0-SNAPSHOT-sources.jar 13:21:37 [INFO] 13:21:37 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.script --- 13:21:37 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/target/org.apache.batik.script-1.14.0-SNAPSHOT.jar 13:21:37 [INFO] 13:21:37 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.script --- 13:21:37 [INFO] 13:21:37 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.script --- 13:21:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/target/org.apache.batik.script-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.14.0-SNAPSHOT/org.apache.batik.script-1.14.0-SNAPSHOT.jar 13:21:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.14.0-SNAPSHOT/org.apache.batik.script-1.14.0-SNAPSHOT.pom 13:21:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/target/org.apache.batik.script-1.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.14.0-SNAPSHOT/org.apache.batik.script-1.14.0-SNAPSHOT-sources.jar 13:21:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.14.0-SNAPSHOT/org.apache.batik.script-1.14.0-SNAPSHOT-p2metadata.xml 13:21:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.14.0-SNAPSHOT/org.apache.batik.script-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.14.0-SNAPSHOT/org.apache.batik.script-1.14.0-SNAPSHOT-ip_log.xml 13:21:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/target/org.apache.batik.script-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.14.0-SNAPSHOT/org.apache.batik.script-1.14.0-SNAPSHOT-pack200.jar.pack.gz 13:21:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.14.0-SNAPSHOT/org.apache.batik.script-1.14.0-SNAPSHOT-p2metadata.xml 13:21:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.script_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.14.0-SNAPSHOT/org.apache.batik.script-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:37 [INFO] 13:21:37 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.script --- 13:21:37 [INFO] 13:21:37 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.bridge >---------- 13:21:37 [INFO] Building org.apache.xmlgraphics:batik-bridge 1.14.0-SNAPSHOT [83/376] 13:21:37 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:21:37 [INFO] 13:21:37 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.bridge --- 13:21:37 [INFO] 13:21:37 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.bridge --- 13:21:37 [INFO] The project's OSGi version is 1.14.0.v20210324-0332 13:21:37 [INFO] 13:21:37 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.bridge --- 13:21:37 [INFO] 13:21:37 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.bridge --- 13:21:37 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:37 [INFO] Copying 3 resources 13:21:37 [INFO] 13:21:37 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.bridge --- 13:21:37 [INFO] No sources to compile 13:21:37 [INFO] 13:21:37 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.bridge --- 13:21:37 [INFO] Gathering dependencies 13:21:37 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-bridge:1.14:jar 13:21:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-bridge/1.14/batik-bridge-1.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:37 [INFO] Merging collected dependencies 13:21:37 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:37 [INFO] Copying 405 resources 13:21:37 [INFO] Generating OSGi MANIFEST.MF 13:21:37 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.bridge:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:21:37 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.bridge:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.14.0,2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/target/org.apache.batik.bridge-1.14.0-SNAPSHOT.jar 13:21:37 [INFO] Gathering sources 13:21:37 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-bridge:sources:1.14:jar 13:21:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-bridge/1.14/batik-bridge-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:37 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:37 [INFO] Copying 3 resources 13:21:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/target/org.apache.batik.bridge-1.14.0-SNAPSHOT-sources.jar 13:21:37 [INFO] Assembling p2 repository 13:21:38 [INFO] 13:21:38 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.bridge --- 13:21:38 [INFO] 13:21:38 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.bridge --- 13:21:38 [INFO] Discovering license information from existing ip_log.xml 13:21:38 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-bridge:1.14. 13:21:38 [INFO] Gathering sources archives 13:21:38 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-bridge:sources:1.14:jar 13:21:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-bridge/1.14/batik-bridge-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/target/sources-for-eclipse-ipzilla/batik-bridge-1.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:38 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-bridge:sources:1.14:jar 13:21:38 [INFO] Copying batik-bridge-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/target/sources-for-eclipse-ipzilla/batik-bridge-1.14-sources.jar 13:21:38 [INFO] Refreshing about files and about.html 13:21:38 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_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). 13:21:38 [INFO] Refreshing ip_log.xml 13:21:38 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:21:38 [INFO] 13:21:38 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.bridge --- 13:21:38 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/target/org.apache.batik.bridge-1.14.0-SNAPSHOT.jar 13:21:38 [INFO] 13:21:38 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.bridge --- 13:21:39 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/target/org.apache.batik.bridge-1.14.0-SNAPSHOT.jar 13:21:40 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/target/org.apache.batik.bridge-1.14.0-SNAPSHOT-sources.jar 13:21:42 [INFO] 13:21:42 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.bridge --- 13:21:42 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/target/org.apache.batik.bridge-1.14.0-SNAPSHOT.jar 13:21:43 [INFO] 13:21:43 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.bridge --- 13:21:43 [INFO] 13:21:43 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.bridge --- 13:21:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/target/org.apache.batik.bridge-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.14.0-SNAPSHOT/org.apache.batik.bridge-1.14.0-SNAPSHOT.jar 13:21:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.14.0-SNAPSHOT/org.apache.batik.bridge-1.14.0-SNAPSHOT.pom 13:21:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/target/org.apache.batik.bridge-1.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.14.0-SNAPSHOT/org.apache.batik.bridge-1.14.0-SNAPSHOT-sources.jar 13:21:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.14.0-SNAPSHOT/org.apache.batik.bridge-1.14.0-SNAPSHOT-p2metadata.xml 13:21:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.14.0-SNAPSHOT/org.apache.batik.bridge-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.14.0-SNAPSHOT/org.apache.batik.bridge-1.14.0-SNAPSHOT-ip_log.xml 13:21:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/target/org.apache.batik.bridge-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.14.0-SNAPSHOT/org.apache.batik.bridge-1.14.0-SNAPSHOT-pack200.jar.pack.gz 13:21:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.14.0-SNAPSHOT/org.apache.batik.bridge-1.14.0-SNAPSHOT-p2metadata.xml 13:21:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.bridge_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.14.0-SNAPSHOT/org.apache.batik.bridge-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:43 [INFO] 13:21:43 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.bridge --- 13:21:43 [INFO] 13:21:43 [INFO] -------< org.eclipse.orbit.bundles:org.apache.batik.transcoder >-------- 13:21:43 [INFO] Building org.apache.xmlgraphics:batik-transcoder 1.14.0-SNAPSHOT [84/376] 13:21:43 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:21:43 [INFO] 13:21:43 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.transcoder --- 13:21:43 [INFO] 13:21:43 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.transcoder --- 13:21:43 [INFO] The project's OSGi version is 1.14.0.v20210324-0332 13:21:43 [INFO] 13:21:43 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.transcoder --- 13:21:43 [INFO] 13:21:43 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.transcoder --- 13:21:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:43 [INFO] Copying 3 resources 13:21:43 [INFO] 13:21:43 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.transcoder --- 13:21:43 [INFO] No sources to compile 13:21:43 [INFO] 13:21:43 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.transcoder --- 13:21:43 [INFO] Gathering dependencies 13:21:43 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-transcoder:1.14:jar 13:21:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-transcoder/1.14/batik-transcoder-1.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:43 [INFO] Merging collected dependencies 13:21:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:43 [INFO] Copying 64 resources 13:21:43 [INFO] Generating OSGi MANIFEST.MF 13:21:43 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.transcoder:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:21:43 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.transcoder:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.14.0,2)" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/target/org.apache.batik.transcoder-1.14.0-SNAPSHOT.jar 13:21:43 [INFO] Gathering sources 13:21:43 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-transcoder:sources:1.14:jar 13:21:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-transcoder/1.14/batik-transcoder-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:43 [INFO] Copying 3 resources 13:21:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/target/org.apache.batik.transcoder-1.14.0-SNAPSHOT-sources.jar 13:21:43 [INFO] Assembling p2 repository 13:21:44 [INFO] 13:21:44 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.transcoder --- 13:21:44 [INFO] 13:21:44 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.transcoder --- 13:21:44 [INFO] Discovering license information from existing ip_log.xml 13:21:44 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-transcoder:1.14. 13:21:44 [INFO] Gathering sources archives 13:21:44 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-transcoder:sources:1.14:jar 13:21:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-transcoder/1.14/batik-transcoder-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/target/sources-for-eclipse-ipzilla/batik-transcoder-1.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:44 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-transcoder:sources:1.14:jar 13:21:44 [INFO] Copying batik-transcoder-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/target/sources-for-eclipse-ipzilla/batik-transcoder-1.14-sources.jar 13:21:44 [INFO] Refreshing about files and about.html 13:21:44 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_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). 13:21:44 [INFO] Refreshing ip_log.xml 13:21:44 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:21:44 [INFO] 13:21:44 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.transcoder --- 13:21:44 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/target/org.apache.batik.transcoder-1.14.0-SNAPSHOT.jar 13:21:44 [INFO] 13:21:44 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.transcoder --- 13:21:44 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/target/org.apache.batik.transcoder-1.14.0-SNAPSHOT.jar 13:21:45 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/target/org.apache.batik.transcoder-1.14.0-SNAPSHOT-sources.jar 13:21:46 [INFO] 13:21:46 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.transcoder --- 13:21:46 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/target/org.apache.batik.transcoder-1.14.0-SNAPSHOT.jar 13:21:47 [INFO] 13:21:47 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.transcoder --- 13:21:47 [INFO] 13:21:47 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.transcoder --- 13:21:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/target/org.apache.batik.transcoder-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.14.0-SNAPSHOT/org.apache.batik.transcoder-1.14.0-SNAPSHOT.jar 13:21:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.14.0-SNAPSHOT/org.apache.batik.transcoder-1.14.0-SNAPSHOT.pom 13:21:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/target/org.apache.batik.transcoder-1.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.14.0-SNAPSHOT/org.apache.batik.transcoder-1.14.0-SNAPSHOT-sources.jar 13:21:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.14.0-SNAPSHOT/org.apache.batik.transcoder-1.14.0-SNAPSHOT-p2metadata.xml 13:21:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.14.0-SNAPSHOT/org.apache.batik.transcoder-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.14.0-SNAPSHOT/org.apache.batik.transcoder-1.14.0-SNAPSHOT-ip_log.xml 13:21:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/target/org.apache.batik.transcoder-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.14.0-SNAPSHOT/org.apache.batik.transcoder-1.14.0-SNAPSHOT-pack200.jar.pack.gz 13:21:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.14.0-SNAPSHOT/org.apache.batik.transcoder-1.14.0-SNAPSHOT-p2metadata.xml 13:21:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.transcoder_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.14.0-SNAPSHOT/org.apache.batik.transcoder-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:47 [INFO] 13:21:47 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.transcoder --- 13:21:47 [INFO] 13:21:47 [INFO] --------< org.eclipse.orbit.bundles:org.apache.batik.constants >-------- 13:21:47 [INFO] Building Batik constants library 1.14.0-SNAPSHOT [85/376] 13:21:47 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:21:47 [INFO] 13:21:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.constants --- 13:21:47 [INFO] 13:21:47 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.constants --- 13:21:47 [INFO] The project's OSGi version is 1.14.0.v20210324-0332 13:21:47 [INFO] 13:21:47 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.constants --- 13:21:47 [INFO] 13:21:47 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.constants --- 13:21:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:47 [INFO] Copying 3 resources 13:21:47 [INFO] 13:21:47 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.constants --- 13:21:47 [INFO] No sources to compile 13:21:47 [INFO] 13:21:47 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.constants --- 13:21:47 [INFO] Gathering dependencies 13:21:47 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-constants:1.14:jar 13:21:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-constants/1.14/batik-constants-1.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:47 [INFO] Merging collected dependencies 13:21:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:47 [INFO] Copying 4 resources 13:21:47 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/target/org.apache.batik.constants-1.14.0-SNAPSHOT.jar 13:21:47 [INFO] Gathering sources 13:21:47 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-constants:sources:1.14:jar 13:21:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-constants/1.14/batik-constants-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:47 [INFO] Copying 3 resources 13:21:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/target/org.apache.batik.constants-1.14.0-SNAPSHOT-sources.jar 13:21:47 [INFO] Assembling p2 repository 13:21:47 [INFO] 13:21:47 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.constants --- 13:21:47 [INFO] 13:21:47 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.constants --- 13:21:47 [INFO] Discovering license information from existing ip_log.xml 13:21:47 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-constants:1.14. 13:21:47 [INFO] Gathering sources archives 13:21:47 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-constants:sources:1.14:jar 13:21:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-constants/1.14/batik-constants-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/target/sources-for-eclipse-ipzilla/batik-constants-1.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:47 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-constants:sources:1.14:jar 13:21:47 [INFO] Copying batik-constants-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/target/sources-for-eclipse-ipzilla/batik-constants-1.14-sources.jar 13:21:47 [INFO] Refreshing about files and about.html 13:21:47 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_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). 13:21:47 [INFO] Refreshing ip_log.xml 13:21:47 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:21:47 [INFO] 13:21:47 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.constants --- 13:21:47 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/target/org.apache.batik.constants-1.14.0-SNAPSHOT.jar 13:21:47 [INFO] 13:21:47 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.constants --- 13:21:47 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/target/org.apache.batik.constants-1.14.0-SNAPSHOT.jar 13:21:49 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/target/org.apache.batik.constants-1.14.0-SNAPSHOT-sources.jar 13:21:51 [INFO] 13:21:51 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.constants --- 13:21:51 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/target/org.apache.batik.constants-1.14.0-SNAPSHOT.jar 13:21:51 [INFO] 13:21:51 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.constants --- 13:21:51 [INFO] 13:21:51 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.constants --- 13:21:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/target/org.apache.batik.constants-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.14.0-SNAPSHOT/org.apache.batik.constants-1.14.0-SNAPSHOT.jar 13:21:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.14.0-SNAPSHOT/org.apache.batik.constants-1.14.0-SNAPSHOT.pom 13:21:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/target/org.apache.batik.constants-1.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.14.0-SNAPSHOT/org.apache.batik.constants-1.14.0-SNAPSHOT-sources.jar 13:21:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.14.0-SNAPSHOT/org.apache.batik.constants-1.14.0-SNAPSHOT-p2metadata.xml 13:21:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.14.0-SNAPSHOT/org.apache.batik.constants-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.14.0-SNAPSHOT/org.apache.batik.constants-1.14.0-SNAPSHOT-ip_log.xml 13:21:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/target/org.apache.batik.constants-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.14.0-SNAPSHOT/org.apache.batik.constants-1.14.0-SNAPSHOT-pack200.jar.pack.gz 13:21:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.14.0-SNAPSHOT/org.apache.batik.constants-1.14.0-SNAPSHOT-p2metadata.xml 13:21:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.constants_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.14.0-SNAPSHOT/org.apache.batik.constants-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:51 [INFO] 13:21:51 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.constants --- 13:21:51 [INFO] 13:21:51 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.batik.css >----------- 13:21:51 [INFO] Building Batik CSS engine 1.14.0-SNAPSHOT [86/376] 13:21:51 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:21:51 [INFO] 13:21:51 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.css --- 13:21:51 [INFO] 13:21:51 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.css --- 13:21:51 [INFO] The project's OSGi version is 1.14.0.v20210324-0332 13:21:51 [INFO] 13:21:51 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.css --- 13:21:51 [INFO] 13:21:51 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.css --- 13:21:51 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:51 [INFO] Copying 3 resources 13:21:51 [INFO] 13:21:51 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.css --- 13:21:51 [INFO] No sources to compile 13:21:51 [INFO] 13:21:51 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.css --- 13:21:51 [INFO] Gathering dependencies 13:21:51 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-css:1.14:jar 13:21:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-css/1.14/batik-css-1.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:51 [INFO] Merging collected dependencies 13:21:51 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:51 [INFO] Copying 243 resources 13:21:51 [INFO] Generating OSGi MANIFEST.MF 13:21:51 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.css:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:21:51 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.css:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="1.14.0" for this fragment/require bundle cannot be found on the classpath 13:21:51 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.css:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Host org.apache.batik.constants=bundle-version="1.14.0" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/target/org.apache.batik.css-1.14.0-SNAPSHOT.jar 13:21:51 [INFO] Gathering sources 13:21:51 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-css:sources:1.14:jar 13:21:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-css/1.14/batik-css-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:53 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:53 [INFO] Copying 3 resources 13:21:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/target/org.apache.batik.css-1.14.0-SNAPSHOT-sources.jar 13:21:53 [INFO] Assembling p2 repository 13:21:54 [INFO] 13:21:54 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.css --- 13:21:54 [INFO] 13:21:54 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.css --- 13:21:54 [INFO] Discovering license information from existing ip_log.xml 13:21:54 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-css:1.14. 13:21:54 [INFO] Gathering sources archives 13:21:54 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-css:sources:1.14:jar 13:21:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-css/1.14/batik-css-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/target/sources-for-eclipse-ipzilla/batik-css-1.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:54 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-css:sources:1.14:jar 13:21:54 [INFO] Copying batik-css-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/target/sources-for-eclipse-ipzilla/batik-css-1.14-sources.jar 13:21:54 [INFO] Refreshing about files and about.html 13:21:54 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_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). 13:21:54 [INFO] Refreshing ip_log.xml 13:21:54 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:21:54 [INFO] 13:21:54 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.css --- 13:21:54 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/target/org.apache.batik.css-1.14.0-SNAPSHOT.jar 13:21:54 [INFO] 13:21:54 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.css --- 13:21:54 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/target/org.apache.batik.css-1.14.0-SNAPSHOT.jar 13:21:57 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/target/org.apache.batik.css-1.14.0-SNAPSHOT-sources.jar 13:21:58 [INFO] 13:21:58 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.css --- 13:21:58 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/target/org.apache.batik.css-1.14.0-SNAPSHOT.jar 13:21:58 [INFO] 13:21:58 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.css --- 13:21:58 [INFO] 13:21:58 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.css --- 13:21:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/target/org.apache.batik.css-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.14.0-SNAPSHOT/org.apache.batik.css-1.14.0-SNAPSHOT.jar 13:21:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.14.0-SNAPSHOT/org.apache.batik.css-1.14.0-SNAPSHOT.pom 13:21:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/target/org.apache.batik.css-1.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.14.0-SNAPSHOT/org.apache.batik.css-1.14.0-SNAPSHOT-sources.jar 13:21:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.14.0-SNAPSHOT/org.apache.batik.css-1.14.0-SNAPSHOT-p2metadata.xml 13:21:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.14.0-SNAPSHOT/org.apache.batik.css-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.14.0-SNAPSHOT/org.apache.batik.css-1.14.0-SNAPSHOT-ip_log.xml 13:21:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/target/org.apache.batik.css-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.14.0-SNAPSHOT/org.apache.batik.css-1.14.0-SNAPSHOT-pack200.jar.pack.gz 13:21:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.14.0-SNAPSHOT/org.apache.batik.css-1.14.0-SNAPSHOT-p2metadata.xml 13:21:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.css_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.14.0-SNAPSHOT/org.apache.batik.css-1.14.0-SNAPSHOT-p2artifacts.xml 13:21:58 [INFO] 13:21:58 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.css --- 13:21:58 [INFO] 13:21:58 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.batik.i18n >----------- 13:21:58 [INFO] Building Batik i18n library 1.14.0-SNAPSHOT [87/376] 13:21:58 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:21:58 [INFO] 13:21:58 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.i18n --- 13:21:58 [INFO] 13:21:58 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.i18n --- 13:21:58 [INFO] The project's OSGi version is 1.14.0.v20210324-0332 13:21:58 [INFO] 13:21:58 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.i18n --- 13:21:58 [INFO] 13:21:58 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.i18n --- 13:21:58 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:58 [INFO] Copying 3 resources 13:21:58 [INFO] 13:21:58 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.i18n --- 13:21:58 [INFO] No sources to compile 13:21:58 [INFO] 13:21:58 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.i18n --- 13:21:58 [INFO] Gathering dependencies 13:21:58 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-i18n:1.14:jar 13:21:58 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-i18n/1.14/batik-i18n-1.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:58 [INFO] Merging collected dependencies 13:21:58 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:58 [INFO] Copying 7 resources 13:21:58 [INFO] Generating OSGi MANIFEST.MF 13:21:58 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.i18n:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/target/org.apache.batik.i18n-1.14.0-SNAPSHOT.jar 13:21:58 [INFO] Gathering sources 13:21:58 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-i18n:sources:1.14:jar 13:21:58 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-i18n/1.14/batik-i18n-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:58 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:21:58 [INFO] Copying 3 resources 13:21:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/target/org.apache.batik.i18n-1.14.0-SNAPSHOT-sources.jar 13:21:58 [INFO] Assembling p2 repository 13:21:59 [INFO] 13:21:59 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.i18n --- 13:21:59 [INFO] 13:21:59 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.i18n --- 13:21:59 [INFO] Discovering license information from existing ip_log.xml 13:21:59 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-i18n:1.14. 13:21:59 [INFO] Gathering sources archives 13:21:59 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-i18n:sources:1.14:jar 13:21:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-i18n/1.14/batik-i18n-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/target/sources-for-eclipse-ipzilla/batik-i18n-1.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:21:59 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-i18n:sources:1.14:jar 13:21:59 [INFO] Copying batik-i18n-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/target/sources-for-eclipse-ipzilla/batik-i18n-1.14-sources.jar 13:21:59 [INFO] Refreshing about files and about.html 13:21:59 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_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). 13:21:59 [INFO] Refreshing ip_log.xml 13:21:59 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:21:59 [INFO] 13:21:59 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.i18n --- 13:21:59 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/target/org.apache.batik.i18n-1.14.0-SNAPSHOT.jar 13:21:59 [INFO] 13:21:59 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.i18n --- 13:21:59 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/target/org.apache.batik.i18n-1.14.0-SNAPSHOT.jar 13:22:00 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/target/org.apache.batik.i18n-1.14.0-SNAPSHOT-sources.jar 13:22:01 [INFO] 13:22:01 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.i18n --- 13:22:01 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/target/org.apache.batik.i18n-1.14.0-SNAPSHOT.jar 13:22:01 [INFO] 13:22:01 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.i18n --- 13:22:01 [INFO] 13:22:01 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.i18n --- 13:22:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/target/org.apache.batik.i18n-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.14.0-SNAPSHOT/org.apache.batik.i18n-1.14.0-SNAPSHOT.jar 13:22:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.14.0-SNAPSHOT/org.apache.batik.i18n-1.14.0-SNAPSHOT.pom 13:22:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/target/org.apache.batik.i18n-1.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.14.0-SNAPSHOT/org.apache.batik.i18n-1.14.0-SNAPSHOT-sources.jar 13:22:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.14.0-SNAPSHOT/org.apache.batik.i18n-1.14.0-SNAPSHOT-p2metadata.xml 13:22:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.14.0-SNAPSHOT/org.apache.batik.i18n-1.14.0-SNAPSHOT-p2artifacts.xml 13:22:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.14.0-SNAPSHOT/org.apache.batik.i18n-1.14.0-SNAPSHOT-ip_log.xml 13:22:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/target/org.apache.batik.i18n-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.14.0-SNAPSHOT/org.apache.batik.i18n-1.14.0-SNAPSHOT-pack200.jar.pack.gz 13:22:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.14.0-SNAPSHOT/org.apache.batik.i18n-1.14.0-SNAPSHOT-p2metadata.xml 13:22:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.i18n_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.14.0-SNAPSHOT/org.apache.batik.i18n-1.14.0-SNAPSHOT-p2artifacts.xml 13:22:01 [INFO] 13:22:01 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.i18n --- 13:22:01 [INFO] 13:22:01 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.batik.util >----------- 13:22:01 [INFO] Building Batik utility library 1.14.0-SNAPSHOT [88/376] 13:22:01 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:22:01 [INFO] 13:22:01 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.util --- 13:22:01 [INFO] 13:22:01 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.batik.util --- 13:22:01 [INFO] The project's OSGi version is 1.14.0.v20210324-0332 13:22:01 [INFO] 13:22:01 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.batik.util --- 13:22:01 [INFO] 13:22:01 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.batik.util --- 13:22:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:01 [INFO] Copying 3 resources 13:22:01 [INFO] 13:22:01 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.batik.util --- 13:22:01 [INFO] No sources to compile 13:22:01 [INFO] 13:22:01 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.util --- 13:22:01 [INFO] Gathering dependencies 13:22:01 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-util:1.14:jar 13:22:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-util/1.14/batik-util-1.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:01 [INFO] Merging collected dependencies 13:22:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:01 [INFO] Copying 86 resources 13:22:01 [INFO] Generating OSGi MANIFEST.MF 13:22:01 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.util:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:22:01 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.util:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Host org.apache.batik.constants=bundle-version="1.14.0" for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/target/org.apache.batik.util-1.14.0-SNAPSHOT.jar 13:22:02 [INFO] Gathering sources 13:22:02 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-util:sources:1.14:jar 13:22:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-util/1.14/batik-util-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:02 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:02 [INFO] Copying 3 resources 13:22:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/target/org.apache.batik.util-1.14.0-SNAPSHOT-sources.jar 13:22:02 [INFO] Assembling p2 repository 13:22:02 [INFO] 13:22:02 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.util --- 13:22:02 [INFO] 13:22:02 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.util --- 13:22:02 [INFO] Discovering license information from existing ip_log.xml 13:22:02 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:batik-util:1.14. 13:22:02 [INFO] Gathering sources archives 13:22:02 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-util:sources:1.14:jar 13:22:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/batik-util/1.14/batik-util-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/target/sources-for-eclipse-ipzilla/batik-util-1.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:02 [INFO] Configured Artifact: org.apache.xmlgraphics:batik-util:sources:1.14:jar 13:22:02 [INFO] Copying batik-util-1.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/target/sources-for-eclipse-ipzilla/batik-util-1.14-sources.jar 13:22:02 [INFO] Refreshing about files and about.html 13:22:02 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_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). 13:22:02 [INFO] Refreshing ip_log.xml 13:22:02 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:22:02 [INFO] 13:22:02 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.batik.util --- 13:22:02 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/target/org.apache.batik.util-1.14.0-SNAPSHOT.jar 13:22:02 [INFO] 13:22:02 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.batik.util --- 13:22:02 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/target/org.apache.batik.util-1.14.0-SNAPSHOT.jar 13:22:04 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/target/org.apache.batik.util-1.14.0-SNAPSHOT-sources.jar 13:22:06 [INFO] 13:22:06 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.batik.util --- 13:22:06 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/target/org.apache.batik.util-1.14.0-SNAPSHOT.jar 13:22:06 [INFO] 13:22:06 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.batik.util --- 13:22:06 [INFO] 13:22:06 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.batik.util --- 13:22:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/target/org.apache.batik.util-1.14.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.14.0-SNAPSHOT/org.apache.batik.util-1.14.0-SNAPSHOT.jar 13:22:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.14.0-SNAPSHOT/org.apache.batik.util-1.14.0-SNAPSHOT.pom 13:22:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/target/org.apache.batik.util-1.14.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.14.0-SNAPSHOT/org.apache.batik.util-1.14.0-SNAPSHOT-sources.jar 13:22:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.14.0-SNAPSHOT/org.apache.batik.util-1.14.0-SNAPSHOT-p2metadata.xml 13:22:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.14.0-SNAPSHOT/org.apache.batik.util-1.14.0-SNAPSHOT-p2artifacts.xml 13:22:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.14.0-SNAPSHOT/org.apache.batik.util-1.14.0-SNAPSHOT-ip_log.xml 13:22:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/target/org.apache.batik.util-1.14.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.14.0-SNAPSHOT/org.apache.batik.util-1.14.0-SNAPSHOT-pack200.jar.pack.gz 13:22:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.14.0-SNAPSHOT/org.apache.batik.util-1.14.0-SNAPSHOT-p2metadata.xml 13:22:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.batik.util_1.14.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.14.0-SNAPSHOT/org.apache.batik.util-1.14.0-SNAPSHOT-p2artifacts.xml 13:22:06 [INFO] 13:22:06 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.batik.util --- 13:22:06 [INFO] 13:22:06 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.xmlgraphics >---------- 13:22:06 [INFO] Building Apache XML Graphics Commons 2.6.0-SNAPSHOT [89/376] 13:22:06 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:22:06 [INFO] 13:22:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xmlgraphics --- 13:22:06 [INFO] 13:22:06 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.xmlgraphics --- 13:22:06 [INFO] The project's OSGi version is 2.6.0.v20210409-0748 13:22:06 [INFO] 13:22:06 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.xmlgraphics --- 13:22:06 [INFO] 13:22:06 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.xmlgraphics --- 13:22:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:06 [INFO] Copying 3 resources 13:22:06 [INFO] 13:22:06 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.xmlgraphics --- 13:22:06 [INFO] No sources to compile 13:22:06 [INFO] 13:22:06 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xmlgraphics --- 13:22:06 [INFO] Gathering dependencies 13:22:06 [INFO] Configured Artifact: org.apache.xmlgraphics:xmlgraphics-commons:2.6:jar 13:22:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/xmlgraphics-commons/2.6/xmlgraphics-commons-2.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:06 [INFO] Merging collected dependencies 13:22:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:06 [INFO] Copying 387 resources 13:22:06 [INFO] Generating OSGi MANIFEST.MF 13:22:06 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xmlgraphics:eclipse-bundle-recipe:2.6.0-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/target/org.apache.xmlgraphics-2.6.0-SNAPSHOT.jar 13:22:06 [INFO] Gathering sources 13:22:06 [INFO] Configured Artifact: org.apache.xmlgraphics:xmlgraphics-commons:sources:2.6:jar 13:22:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/xmlgraphics-commons/2.6/xmlgraphics-commons-2.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:06 [INFO] Copying 3 resources 13:22:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/target/org.apache.xmlgraphics-2.6.0-SNAPSHOT-sources.jar 13:22:06 [INFO] Assembling p2 repository 13:22:07 [INFO] 13:22:07 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xmlgraphics --- 13:22:07 [INFO] 13:22:07 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xmlgraphics --- 13:22:07 [INFO] Discovering license information from existing ip_log.xml 13:22:07 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlgraphics:xmlgraphics-commons:2.6. 13:22:07 [INFO] Gathering sources archives 13:22:07 [INFO] Configured Artifact: org.apache.xmlgraphics:xmlgraphics-commons:sources:2.6:jar 13:22:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlgraphics/xmlgraphics-commons/2.6/xmlgraphics-commons-2.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/target/sources-for-eclipse-ipzilla/xmlgraphics-commons-2.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:07 [INFO] Configured Artifact: org.apache.xmlgraphics:xmlgraphics-commons:sources:2.6:jar 13:22:07 [INFO] Copying xmlgraphics-commons-2.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/target/sources-for-eclipse-ipzilla/xmlgraphics-commons-2.6-sources.jar 13:22:07 [INFO] Refreshing about files and about.html 13:22:07 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_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). 13:22:07 [INFO] Refreshing ip_log.xml 13:22:07 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:22:07 [INFO] 13:22:07 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.xmlgraphics --- 13:22:07 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/target/org.apache.xmlgraphics-2.6.0-SNAPSHOT.jar 13:22:07 [INFO] 13:22:07 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.xmlgraphics --- 13:22:07 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/target/org.apache.xmlgraphics-2.6.0-SNAPSHOT.jar 13:22:09 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/target/org.apache.xmlgraphics-2.6.0-SNAPSHOT-sources.jar 13:22:12 [INFO] 13:22:12 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.xmlgraphics --- 13:22:12 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/target/org.apache.xmlgraphics-2.6.0-SNAPSHOT.jar 13:22:13 [INFO] 13:22:13 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.xmlgraphics --- 13:22:13 [INFO] 13:22:13 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.xmlgraphics --- 13:22:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/target/org.apache.xmlgraphics-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.6.0-SNAPSHOT/org.apache.xmlgraphics-2.6.0-SNAPSHOT.jar 13:22:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.6.0-SNAPSHOT/org.apache.xmlgraphics-2.6.0-SNAPSHOT.pom 13:22:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/target/org.apache.xmlgraphics-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.6.0-SNAPSHOT/org.apache.xmlgraphics-2.6.0-SNAPSHOT-sources.jar 13:22:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.6.0-SNAPSHOT/org.apache.xmlgraphics-2.6.0-SNAPSHOT-p2metadata.xml 13:22:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.6.0-SNAPSHOT/org.apache.xmlgraphics-2.6.0-SNAPSHOT-p2artifacts.xml 13:22:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.6.0-SNAPSHOT/org.apache.xmlgraphics-2.6.0-SNAPSHOT-ip_log.xml 13:22:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/target/org.apache.xmlgraphics-2.6.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.6.0-SNAPSHOT/org.apache.xmlgraphics-2.6.0-SNAPSHOT-pack200.jar.pack.gz 13:22:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.6.0-SNAPSHOT/org.apache.xmlgraphics-2.6.0-SNAPSHOT-p2metadata.xml 13:22:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/batik/org.apache.xmlgraphics_2.6.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.6.0-SNAPSHOT/org.apache.xmlgraphics-2.6.0-SNAPSHOT-p2artifacts.xml 13:22:13 [INFO] 13:22:13 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.xmlgraphics --- 13:22:13 [INFO] 13:22:13 [INFO] ------------------< org.eclipse.orbit.bundles:felix >------------------- 13:22:13 [INFO] Building Eclipse Orbit :: Apache Felix Recipes 1.0.0-SNAPSHOT [90/376] 13:22:13 [INFO] --------------------------------[ pom ]--------------------------------- 13:22:13 [INFO] 13:22:13 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ felix --- 13:22:13 [INFO] 13:22:13 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ felix --- 13:22:13 [INFO] 13:22:13 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ felix --- 13:22:13 [INFO] 13:22:13 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ felix --- 13:22:13 [INFO] 13:22:13 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ felix --- 13:22:13 [INFO] 13:22:13 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ felix --- 13:22:13 [INFO] 13:22:13 [INFO] --- maven-install-plugin:2.4:install (default-install) @ felix --- 13:22:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/felix/1.0.0-SNAPSHOT/felix-1.0.0-SNAPSHOT.pom 13:22:13 [INFO] 13:22:13 [INFO] ------< org.eclipse.orbit.bundles:org.apache.felix.gogo.command >------- 13:22:13 [INFO] Building Apache Felix Gogo Command 1.1.2 1.1.2-SNAPSHOT [91/376] 13:22:13 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:22:13 [INFO] 13:22:13 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.felix.gogo.command --- 13:22:13 [INFO] 13:22:13 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.felix.gogo.command --- 13:22:13 [INFO] The project's OSGi version is 1.1.2.v20210111-1007 13:22:13 [INFO] 13:22:13 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.felix.gogo.command --- 13:22:13 [INFO] 13:22:13 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.felix.gogo.command --- 13:22:13 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:13 [INFO] Copying 3 resources 13:22:13 [INFO] 13:22:13 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.felix.gogo.command --- 13:22:13 [INFO] No sources to compile 13:22:13 [INFO] 13:22:13 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.felix.gogo.command --- 13:22:13 [INFO] Gathering dependencies 13:22:13 [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.command:1.1.2:jar 13:22:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/target/dependency-bin with includes "**/*" and excludes "org/osgi/service/**" 13:22:13 [INFO] Merging collected dependencies 13:22:13 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:13 [INFO] Copying 14 resources 13:22:13 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/target/org.apache.felix.gogo.command-1.1.2-SNAPSHOT.jar 13:22:13 [INFO] Gathering sources 13:22:13 [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.command:sources:1.1.2:jar 13:22:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/target/dependency-src with includes "**/*" and excludes "org/osgi/service/**" 13:22:13 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:13 [INFO] Copying 3 resources 13:22:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/target/org.apache.felix.gogo.command-1.1.2-SNAPSHOT-sources.jar 13:22:13 [INFO] Assembling p2 repository 13:22:14 [INFO] 13:22:14 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.felix.gogo.command --- 13:22:14 [INFO] 13:22:14 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.felix.gogo.command --- 13:22:14 [INFO] Discovering license information from existing ip_log.xml 13:22:14 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.felix:org.apache.felix.gogo.command:1.1.2. 13:22:14 [INFO] Gathering sources archives 13:22:14 [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.command:sources:1.1.2:jar 13:22:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/target/sources-for-eclipse-ipzilla/org.apache.felix.gogo.command-1.1.2-sources-filtered with includes "**/*" and excludes "org/osgi/service/**" 13:22:14 [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.command:sources:1.1.2:jar 13:22:14 [INFO] Copying org.apache.felix.gogo.command-1.1.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/target/sources-for-eclipse-ipzilla/org.apache.felix.gogo.command-1.1.2-sources.jar 13:22:14 [INFO] Refreshing about files and about.html 13:22:14 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_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). 13:22:14 [INFO] Refreshing ip_log.xml 13:22:14 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:22:14 [INFO] 13:22:14 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.felix.gogo.command --- 13:22:14 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/target/org.apache.felix.gogo.command-1.1.2-SNAPSHOT.jar 13:22:14 [INFO] 13:22:14 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.felix.gogo.command --- 13:22:14 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/target/org.apache.felix.gogo.command-1.1.2-SNAPSHOT.jar 13:22:15 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/target/org.apache.felix.gogo.command-1.1.2-SNAPSHOT-sources.jar 13:22:16 [INFO] 13:22:16 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.felix.gogo.command --- 13:22:16 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/target/org.apache.felix.gogo.command-1.1.2-SNAPSHOT.jar 13:22:16 [INFO] 13:22:16 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.felix.gogo.command --- 13:22:16 [INFO] 13:22:16 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.felix.gogo.command --- 13:22:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/target/org.apache.felix.gogo.command-1.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.command/1.1.2-SNAPSHOT/org.apache.felix.gogo.command-1.1.2-SNAPSHOT.jar 13:22:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.command/1.1.2-SNAPSHOT/org.apache.felix.gogo.command-1.1.2-SNAPSHOT.pom 13:22:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/target/org.apache.felix.gogo.command-1.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.command/1.1.2-SNAPSHOT/org.apache.felix.gogo.command-1.1.2-SNAPSHOT-sources.jar 13:22:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.command/1.1.2-SNAPSHOT/org.apache.felix.gogo.command-1.1.2-SNAPSHOT-p2metadata.xml 13:22:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.command/1.1.2-SNAPSHOT/org.apache.felix.gogo.command-1.1.2-SNAPSHOT-p2artifacts.xml 13:22:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.command/1.1.2-SNAPSHOT/org.apache.felix.gogo.command-1.1.2-SNAPSHOT-ip_log.xml 13:22:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/target/org.apache.felix.gogo.command-1.1.2-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.command/1.1.2-SNAPSHOT/org.apache.felix.gogo.command-1.1.2-SNAPSHOT-pack200.jar.pack.gz 13:22:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.command/1.1.2-SNAPSHOT/org.apache.felix.gogo.command-1.1.2-SNAPSHOT-p2metadata.xml 13:22:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.command_1.1.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.command/1.1.2-SNAPSHOT/org.apache.felix.gogo.command-1.1.2-SNAPSHOT-p2artifacts.xml 13:22:16 [INFO] 13:22:16 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.felix.gogo.command --- 13:22:16 [INFO] 13:22:16 [INFO] ------< org.eclipse.orbit.bundles:org.apache.felix.gogo.runtime >------- 13:22:16 [INFO] Building Apache Felix Gogo Runtime 1.1.4 1.1.4-SNAPSHOT [92/376] 13:22:16 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:22:16 [INFO] 13:22:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.felix.gogo.runtime --- 13:22:16 [INFO] 13:22:16 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.felix.gogo.runtime --- 13:22:16 [INFO] The project's OSGi version is 1.1.4.v20210111-1007 13:22:16 [INFO] 13:22:16 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.felix.gogo.runtime --- 13:22:16 [INFO] 13:22:16 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.felix.gogo.runtime --- 13:22:16 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:16 [INFO] Copying 3 resources 13:22:16 [INFO] 13:22:16 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.felix.gogo.runtime --- 13:22:16 [INFO] No sources to compile 13:22:16 [INFO] 13:22:16 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.felix.gogo.runtime --- 13:22:16 [INFO] Gathering dependencies 13:22:16 [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.runtime:1.1.4:jar 13:22:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:16 [INFO] Merging collected dependencies 13:22:16 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:16 [INFO] Copying 149 resources 13:22:16 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/target/org.apache.felix.gogo.runtime-1.1.4-SNAPSHOT.jar 13:22:17 [INFO] Gathering sources 13:22:17 [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.runtime:sources:1.1.4:jar 13:22:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:17 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:17 [INFO] Copying 3 resources 13:22:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/target/org.apache.felix.gogo.runtime-1.1.4-SNAPSHOT-sources.jar 13:22:17 [INFO] Assembling p2 repository 13:22:17 [INFO] 13:22:17 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.felix.gogo.runtime --- 13:22:17 [INFO] 13:22:17 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.felix.gogo.runtime --- 13:22:17 [INFO] Discovering license information from existing ip_log.xml 13:22:17 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.felix:org.apache.felix.gogo.runtime:1.1.4. 13:22:17 [INFO] Gathering sources archives 13:22:17 [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.runtime:sources:1.1.4:jar 13:22:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/target/sources-for-eclipse-ipzilla/org.apache.felix.gogo.runtime-1.1.4-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:17 [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.runtime:sources:1.1.4:jar 13:22:17 [INFO] Copying org.apache.felix.gogo.runtime-1.1.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/target/sources-for-eclipse-ipzilla/org.apache.felix.gogo.runtime-1.1.4-sources.jar 13:22:17 [INFO] Refreshing about files and about.html 13:22:17 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.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). 13:22:17 [INFO] Refreshing ip_log.xml 13:22:17 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:22:17 [INFO] 13:22:17 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.felix.gogo.runtime --- 13:22:17 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/target/org.apache.felix.gogo.runtime-1.1.4-SNAPSHOT.jar 13:22:17 [INFO] 13:22:17 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.felix.gogo.runtime --- 13:22:17 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/target/org.apache.felix.gogo.runtime-1.1.4-SNAPSHOT.jar 13:22:19 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/target/org.apache.felix.gogo.runtime-1.1.4-SNAPSHOT-sources.jar 13:22:21 [INFO] 13:22:21 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.felix.gogo.runtime --- 13:22:21 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/target/org.apache.felix.gogo.runtime-1.1.4-SNAPSHOT.jar 13:22:21 [INFO] 13:22:21 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.felix.gogo.runtime --- 13:22:21 [INFO] 13:22:21 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.felix.gogo.runtime --- 13:22:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/target/org.apache.felix.gogo.runtime-1.1.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.runtime/1.1.4-SNAPSHOT/org.apache.felix.gogo.runtime-1.1.4-SNAPSHOT.jar 13:22:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.runtime/1.1.4-SNAPSHOT/org.apache.felix.gogo.runtime-1.1.4-SNAPSHOT.pom 13:22:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/target/org.apache.felix.gogo.runtime-1.1.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.runtime/1.1.4-SNAPSHOT/org.apache.felix.gogo.runtime-1.1.4-SNAPSHOT-sources.jar 13:22:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.runtime/1.1.4-SNAPSHOT/org.apache.felix.gogo.runtime-1.1.4-SNAPSHOT-p2metadata.xml 13:22:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.runtime/1.1.4-SNAPSHOT/org.apache.felix.gogo.runtime-1.1.4-SNAPSHOT-p2artifacts.xml 13:22:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.runtime/1.1.4-SNAPSHOT/org.apache.felix.gogo.runtime-1.1.4-SNAPSHOT-ip_log.xml 13:22:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/target/org.apache.felix.gogo.runtime-1.1.4-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.runtime/1.1.4-SNAPSHOT/org.apache.felix.gogo.runtime-1.1.4-SNAPSHOT-pack200.jar.pack.gz 13:22:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.runtime/1.1.4-SNAPSHOT/org.apache.felix.gogo.runtime-1.1.4-SNAPSHOT-p2metadata.xml 13:22:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.runtime_1.1.4/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.runtime/1.1.4-SNAPSHOT/org.apache.felix.gogo.runtime-1.1.4-SNAPSHOT-p2artifacts.xml 13:22:22 [INFO] 13:22:22 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.felix.gogo.runtime --- 13:22:22 [INFO] 13:22:22 [INFO] -------< org.eclipse.orbit.bundles:org.apache.felix.gogo.shell >-------- 13:22:22 [INFO] Building Apache Felix Gogo Shell 1.1.4 1.1.4-SNAPSHOT [93/376] 13:22:22 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:22:24 [INFO] 13:22:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.felix.gogo.shell --- 13:22:24 [INFO] 13:22:24 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.felix.gogo.shell --- 13:22:24 [INFO] The project's OSGi version is 1.1.4.v20210111-1007 13:22:24 [INFO] 13:22:24 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.felix.gogo.shell --- 13:22:24 [INFO] 13:22:24 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.felix.gogo.shell --- 13:22:24 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:24 [INFO] Copying 4 resources 13:22:24 [INFO] 13:22:24 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.felix.gogo.shell --- 13:22:24 [INFO] No sources to compile 13:22:24 [INFO] 13:22:24 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.felix.gogo.shell --- 13:22:24 [INFO] Gathering dependencies 13:22:24 [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.shell:1.1.4:jar 13:22:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:24 [INFO] Merging collected dependencies 13:22:24 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:24 [INFO] Copying 23 resources 13:22:24 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/target/org.apache.felix.gogo.shell-1.1.4-SNAPSHOT.jar 13:22:24 [INFO] Gathering sources 13:22:24 [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.shell:sources:1.1.4:jar 13:22:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:24 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:24 [INFO] Copying 4 resources 13:22:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/target/org.apache.felix.gogo.shell-1.1.4-SNAPSHOT-sources.jar 13:22:24 [INFO] Assembling p2 repository 13:22:26 [INFO] 13:22:26 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.felix.gogo.shell --- 13:22:26 [INFO] 13:22:26 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.felix.gogo.shell --- 13:22:26 [INFO] Discovering license information from existing ip_log.xml 13:22:26 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.felix:org.apache.felix.gogo.shell:1.1.4. 13:22:26 [INFO] Gathering sources archives 13:22:26 [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.shell:sources:1.1.4:jar 13:22:26 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/target/sources-for-eclipse-ipzilla/org.apache.felix.gogo.shell-1.1.4-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:26 [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.shell:sources:1.1.4:jar 13:22:26 [INFO] Copying org.apache.felix.gogo.shell-1.1.4-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/target/sources-for-eclipse-ipzilla/org.apache.felix.gogo.shell-1.1.4-sources.jar 13:22:26 [INFO] Refreshing about files and about.html 13:22:26 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.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). 13:22:26 [INFO] Refreshing ip_log.xml 13:22:26 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:22:26 [INFO] 13:22:26 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.felix.gogo.shell --- 13:22:26 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/target/org.apache.felix.gogo.shell-1.1.4-SNAPSHOT.jar 13:22:26 [INFO] 13:22:26 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.felix.gogo.shell --- 13:22:26 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/target/org.apache.felix.gogo.shell-1.1.4-SNAPSHOT.jar 13:22:28 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/target/org.apache.felix.gogo.shell-1.1.4-SNAPSHOT-sources.jar 13:22:29 [INFO] 13:22:29 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.felix.gogo.shell --- 13:22:29 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/target/org.apache.felix.gogo.shell-1.1.4-SNAPSHOT.jar 13:22:29 [INFO] 13:22:29 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.felix.gogo.shell --- 13:22:29 [INFO] 13:22:29 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.felix.gogo.shell --- 13:22:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/target/org.apache.felix.gogo.shell-1.1.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.shell/1.1.4-SNAPSHOT/org.apache.felix.gogo.shell-1.1.4-SNAPSHOT.jar 13:22:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.shell/1.1.4-SNAPSHOT/org.apache.felix.gogo.shell-1.1.4-SNAPSHOT.pom 13:22:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/target/org.apache.felix.gogo.shell-1.1.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.shell/1.1.4-SNAPSHOT/org.apache.felix.gogo.shell-1.1.4-SNAPSHOT-sources.jar 13:22:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.shell/1.1.4-SNAPSHOT/org.apache.felix.gogo.shell-1.1.4-SNAPSHOT-p2metadata.xml 13:22:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.shell/1.1.4-SNAPSHOT/org.apache.felix.gogo.shell-1.1.4-SNAPSHOT-p2artifacts.xml 13:22:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.shell/1.1.4-SNAPSHOT/org.apache.felix.gogo.shell-1.1.4-SNAPSHOT-ip_log.xml 13:22:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/target/org.apache.felix.gogo.shell-1.1.4-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.shell/1.1.4-SNAPSHOT/org.apache.felix.gogo.shell-1.1.4-SNAPSHOT-pack200.jar.pack.gz 13:22:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.shell/1.1.4-SNAPSHOT/org.apache.felix.gogo.shell-1.1.4-SNAPSHOT-p2metadata.xml 13:22:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.gogo.shell_1.1.4/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.gogo.shell/1.1.4-SNAPSHOT/org.apache.felix.gogo.shell-1.1.4-SNAPSHOT-p2artifacts.xml 13:22:29 [INFO] 13:22:29 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.felix.gogo.shell --- 13:22:29 [INFO] 13:22:29 [INFO] -----------< org.eclipse.orbit.bundles:org.apache.felix.scr >----------- 13:22:29 [INFO] Building Apache Felix Declarative Services 2.1.24-SNAPSHOT [94/376] 13:22:29 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:22:29 [INFO] 13:22:29 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.felix.scr --- 13:22:29 [INFO] 13:22:29 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.felix.scr --- 13:22:29 [INFO] The project's OSGi version is 2.1.24.v20200924-1939 13:22:29 [INFO] 13:22:29 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.felix.scr --- 13:22:29 [INFO] 13:22:29 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.felix.scr --- 13:22:29 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:29 [INFO] Copying 3 resources 13:22:29 [INFO] 13:22:29 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.felix.scr --- 13:22:29 [INFO] No sources to compile 13:22:29 [INFO] 13:22:29 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.felix.scr --- 13:22:29 [INFO] Gathering dependencies 13:22:29 [INFO] Configured Artifact: org.apache.felix:org.apache.felix.scr:2.1.24:jar 13:22:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/felix/org.apache.felix.scr/2.1.24/org.apache.felix.scr-2.1.24.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/target/dependency-bin with includes "**/*" and excludes "org/osgi/**" 13:22:29 [INFO] Merging collected dependencies 13:22:29 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:29 [INFO] Copying 192 resources 13:22:29 [INFO] Generating OSGi MANIFEST.MF 13:22:29 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.felix.scr:eclipse-bundle-recipe:2.1.24-SNAPSHOT : Expected a delimeter, like comma or semicolon, after a quoted string but found 'o': <> [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/target/org.apache.felix.scr-2.1.24-SNAPSHOT.jar 13:22:30 [INFO] Gathering sources 13:22:30 [INFO] Configured Artifact: org.apache.felix:org.apache.felix.scr:sources:2.1.24:jar 13:22:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/felix/org.apache.felix.scr/2.1.24/org.apache.felix.scr-2.1.24-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/target/dependency-src with includes "**/*" and excludes "org/osgi/**" 13:22:30 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:30 [INFO] Copying 3 resources 13:22:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/target/org.apache.felix.scr-2.1.24-SNAPSHOT-sources.jar 13:22:30 [INFO] Assembling p2 repository 13:22:30 [INFO] 13:22:30 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.felix.scr --- 13:22:30 [INFO] 13:22:30 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.felix.scr --- 13:22:30 [INFO] Discovering license information from existing ip_log.xml 13:22:30 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.felix:org.apache.felix.scr:2.1.24. 13:22:30 [INFO] Gathering sources archives 13:22:30 [INFO] Configured Artifact: org.apache.felix:org.apache.felix.scr:sources:2.1.24:jar 13:22:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/felix/org.apache.felix.scr/2.1.24/org.apache.felix.scr-2.1.24-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/target/sources-for-eclipse-ipzilla/org.apache.felix.scr-2.1.24-sources-filtered with includes "**/*" and excludes "org/osgi/**" 13:22:30 [INFO] Configured Artifact: org.apache.felix:org.apache.felix.scr:sources:2.1.24:jar 13:22:30 [INFO] Copying org.apache.felix.scr-2.1.24-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/target/sources-for-eclipse-ipzilla/org.apache.felix.scr-2.1.24-sources.jar 13:22:30 [INFO] Refreshing about files and about.html 13:22:30 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.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). 13:22:30 [INFO] Refreshing ip_log.xml 13:22:30 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:22:30 [INFO] 13:22:30 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.felix.scr --- 13:22:30 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/target/org.apache.felix.scr-2.1.24-SNAPSHOT.jar 13:22:30 [INFO] 13:22:30 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.felix.scr --- 13:22:31 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/target/org.apache.felix.scr-2.1.24-SNAPSHOT.jar 13:22:32 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/target/org.apache.felix.scr-2.1.24-SNAPSHOT-sources.jar 13:22:34 [INFO] 13:22:34 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.felix.scr --- 13:22:34 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/target/org.apache.felix.scr-2.1.24-SNAPSHOT.jar 13:22:34 [INFO] 13:22:34 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.felix.scr --- 13:22:34 [INFO] 13:22:34 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.felix.scr --- 13:22:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/target/org.apache.felix.scr-2.1.24-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.scr/2.1.24-SNAPSHOT/org.apache.felix.scr-2.1.24-SNAPSHOT.jar 13:22:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.scr/2.1.24-SNAPSHOT/org.apache.felix.scr-2.1.24-SNAPSHOT.pom 13:22:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/target/org.apache.felix.scr-2.1.24-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.scr/2.1.24-SNAPSHOT/org.apache.felix.scr-2.1.24-SNAPSHOT-sources.jar 13:22:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.scr/2.1.24-SNAPSHOT/org.apache.felix.scr-2.1.24-SNAPSHOT-p2metadata.xml 13:22:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.scr/2.1.24-SNAPSHOT/org.apache.felix.scr-2.1.24-SNAPSHOT-p2artifacts.xml 13:22:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.scr/2.1.24-SNAPSHOT/org.apache.felix.scr-2.1.24-SNAPSHOT-ip_log.xml 13:22:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/target/org.apache.felix.scr-2.1.24-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.scr/2.1.24-SNAPSHOT/org.apache.felix.scr-2.1.24-SNAPSHOT-pack200.jar.pack.gz 13:22:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.scr/2.1.24-SNAPSHOT/org.apache.felix.scr-2.1.24-SNAPSHOT-p2metadata.xml 13:22:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/felix/org.apache.felix.scr_2.1.24/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.felix.scr/2.1.24-SNAPSHOT/org.apache.felix.scr-2.1.24-SNAPSHOT-p2artifacts.xml 13:22:34 [INFO] 13:22:34 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.felix.scr --- 13:22:34 [INFO] 13:22:34 [INFO] --------------< org.eclipse.orbit.bundles:httpcomponents >-------------- 13:22:34 [INFO] Building Eclipse Orbit :: Apache HTTPComponents Recipes 1.0.0-SNAPSHOT [95/376] 13:22:34 [INFO] --------------------------------[ pom ]--------------------------------- 13:22:34 [INFO] 13:22:34 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ httpcomponents --- 13:22:34 [INFO] 13:22:34 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ httpcomponents --- 13:22:34 [INFO] 13:22:34 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ httpcomponents --- 13:22:34 [INFO] 13:22:34 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ httpcomponents --- 13:22:34 [INFO] 13:22:34 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ httpcomponents --- 13:22:34 [INFO] 13:22:34 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ httpcomponents --- 13:22:34 [INFO] 13:22:34 [INFO] --- maven-install-plugin:2.4:install (default-install) @ httpcomponents --- 13:22:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/httpcomponents/1.0.0-SNAPSHOT/httpcomponents-1.0.0-SNAPSHOT.pom 13:22:34 [INFO] 13:22:34 [INFO] --< org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore-nio >-- 13:22:34 [INFO] Building Apache HttpCore NIO 4.4.5-SNAPSHOT [96/376] 13:22:34 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:22:34 [INFO] 13:22:34 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.httpcore-nio --- 13:22:34 [INFO] 13:22:34 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.httpcore-nio --- 13:22:34 [INFO] The project's OSGi version is 4.4.5.v20210128-2225 13:22:34 [INFO] 13:22:34 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.httpcomponents.httpcore-nio --- 13:22:34 [INFO] 13:22:34 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.httpcomponents.httpcore-nio --- 13:22:34 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:34 [INFO] Copying 3 resources 13:22:34 [INFO] 13:22:34 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.httpcomponents.httpcore-nio --- 13:22:34 [INFO] No sources to compile 13:22:34 [INFO] 13:22:34 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.httpcore-nio --- 13:22:34 [INFO] Gathering dependencies 13:22:34 [INFO] Configured Artifact: org.apache.httpcomponents:httpcore-nio:4.4.5:jar 13:22:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpcore-nio/4.4.5/httpcore-nio-4.4.5.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:34 [INFO] Merging collected dependencies 13:22:34 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:35 [INFO] Copying 244 resources 13:22:35 [INFO] Generating OSGi MANIFEST.MF 13:22:35 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore-nio:eclipse-bundle-recipe:4.4.5-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/target/org.apache.httpcomponents.httpcore-nio-4.4.5-SNAPSHOT.jar 13:22:35 [INFO] Gathering sources 13:22:35 [INFO] Configured Artifact: org.apache.httpcomponents:httpcore-nio:sources:4.4.5:jar 13:22:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpcore-nio/4.4.5/httpcore-nio-4.4.5-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:35 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:35 [INFO] Copying 3 resources 13:22:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/target/org.apache.httpcomponents.httpcore-nio-4.4.5-SNAPSHOT-sources.jar 13:22:35 [INFO] Assembling p2 repository 13:22:35 [INFO] 13:22:35 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.httpcore-nio --- 13:22:35 [INFO] 13:22:35 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.httpcore-nio --- 13:22:35 [INFO] Discovering license information from existing ip_log.xml 13:22:35 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.httpcomponents:httpcore-nio:4.4.5. 13:22:35 [INFO] Gathering sources archives 13:22:35 [INFO] Configured Artifact: org.apache.httpcomponents:httpcore-nio:sources:4.4.5:jar 13:22:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpcore-nio/4.4.5/httpcore-nio-4.4.5-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/target/sources-for-eclipse-ipzilla/httpcore-nio-4.4.5-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:35 [INFO] Configured Artifact: org.apache.httpcomponents:httpcore-nio:sources:4.4.5:jar 13:22:35 [INFO] Copying httpcore-nio-4.4.5-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/target/sources-for-eclipse-ipzilla/httpcore-nio-4.4.5-sources.jar 13:22:35 [INFO] Refreshing about files and about.html 13:22:35 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.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). 13:22:35 [INFO] Refreshing ip_log.xml 13:22:35 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:22:35 [INFO] 13:22:35 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.httpcomponents.httpcore-nio --- 13:22:35 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/target/org.apache.httpcomponents.httpcore-nio-4.4.5-SNAPSHOT.jar 13:22:36 [INFO] 13:22:36 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.httpcomponents.httpcore-nio --- 13:22:36 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/target/org.apache.httpcomponents.httpcore-nio-4.4.5-SNAPSHOT.jar 13:22:37 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/target/org.apache.httpcomponents.httpcore-nio-4.4.5-SNAPSHOT-sources.jar 13:22:39 [INFO] 13:22:39 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.httpcomponents.httpcore-nio --- 13:22:39 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/target/org.apache.httpcomponents.httpcore-nio-4.4.5-SNAPSHOT.jar 13:22:39 [INFO] 13:22:39 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.httpcore-nio --- 13:22:39 [INFO] 13:22:39 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.httpcomponents.httpcore-nio --- 13:22:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/target/org.apache.httpcomponents.httpcore-nio-4.4.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.5-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.5-SNAPSHOT.jar 13:22:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.5-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.5-SNAPSHOT.pom 13:22:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/target/org.apache.httpcomponents.httpcore-nio-4.4.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.5-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.5-SNAPSHOT-sources.jar 13:22:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.5-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.5-SNAPSHOT-p2metadata.xml 13:22:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.5-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.5-SNAPSHOT-p2artifacts.xml 13:22:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.5-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.5-SNAPSHOT-ip_log.xml 13:22:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/target/org.apache.httpcomponents.httpcore-nio-4.4.5-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.5-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.5-SNAPSHOT-pack200.jar.pack.gz 13:22:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.5-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.5-SNAPSHOT-p2metadata.xml 13:22:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.5/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.5-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.5-SNAPSHOT-p2artifacts.xml 13:22:39 [INFO] 13:22:39 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.httpcore-nio --- 13:22:39 [INFO] 13:22:39 [INFO] --< org.eclipse.orbit.bundles:org.apache.httpcomponents.httpasyncclient >-- 13:22:39 [INFO] Building Apache HttpAsyncClient 4.1.3-SNAPSHOT [97/376] 13:22:39 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:22:39 [INFO] 13:22:39 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.httpasyncclient --- 13:22:39 [INFO] 13:22:39 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.httpasyncclient --- 13:22:39 [INFO] The project's OSGi version is 4.1.3.v20210128-2225 13:22:39 [INFO] 13:22:39 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.httpcomponents.httpasyncclient --- 13:22:39 [INFO] 13:22:39 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.httpcomponents.httpasyncclient --- 13:22:39 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:39 [INFO] Copying 2 resources 13:22:39 [INFO] 13:22:39 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.httpcomponents.httpasyncclient --- 13:22:39 [INFO] No sources to compile 13:22:39 [INFO] 13:22:39 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.httpasyncclient --- 13:22:39 [INFO] Gathering dependencies 13:22:39 [INFO] Configured Artifact: org.apache.httpcomponents:httpasyncclient:4.1.3:jar 13:22:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:39 [INFO] Merging collected dependencies 13:22:39 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:39 [INFO] Copying 91 resources 13:22:39 [INFO] Generating OSGi MANIFEST.MF 13:22:39 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.httpasyncclient:eclipse-bundle-recipe:4.1.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT.jar 13:22:40 [INFO] Gathering sources 13:22:40 [INFO] Configured Artifact: org.apache.httpcomponents:httpasyncclient:sources:4.1.3:jar 13:22:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:40 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:40 [INFO] Copying 2 resources 13:22:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-sources.jar 13:22:40 [INFO] Assembling p2 repository 13:22:40 [INFO] 13:22:40 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.httpasyncclient --- 13:22:40 [INFO] 13:22:40 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.httpasyncclient --- 13:22:40 [INFO] Discovering license information from existing ip_log.xml 13:22:40 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.httpcomponents:httpasyncclient:4.1.3. 13:22:40 [INFO] Gathering sources archives 13:22:40 [INFO] Configured Artifact: org.apache.httpcomponents:httpasyncclient:sources:4.1.3:jar 13:22:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:22:40 [INFO] Configured Artifact: org.apache.httpcomponents:httpasyncclient:sources:4.1.3:jar 13:22:40 [INFO] Copying httpasyncclient-4.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/sources-for-eclipse-ipzilla/httpasyncclient-4.1.3-sources.jar 13:22:40 [INFO] Refreshing about files and about.html 13:22:40 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:22:40 [INFO] Refreshing ip_log.xml 13:22:40 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:22:40 [INFO] 13:22:40 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.httpcomponents.httpasyncclient --- 13:22:40 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT.jar 13:22:40 [INFO] 13:22:40 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.httpcomponents.httpasyncclient --- 13:22:40 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT.jar 13:22:42 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-sources.jar 13:22:44 [INFO] 13:22:44 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.httpcomponents.httpasyncclient --- 13:22:44 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT.jar 13:22:44 [INFO] 13:22:44 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.httpasyncclient --- 13:22:44 [INFO] 13:22:44 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.httpcomponents.httpasyncclient --- 13:22:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT.jar 13:22:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT.pom 13:22:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-sources.jar 13:22:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-p2metadata.xml 13:22:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-p2artifacts.xml 13:22:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-ip_log.xml 13:22:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-pack200.jar.pack.gz 13:22:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-p2metadata.xml 13:22:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-p2artifacts.xml 13:22:44 [INFO] 13:22:44 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.httpasyncclient --- 13:22:44 [INFO] 13:22:44 [INFO] ----< org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore >---- 13:22:44 [INFO] Building Apache HttpCore 4.4.14-SNAPSHOT [98/376] 13:22:44 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:22:44 [INFO] 13:22:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.httpcore --- 13:22:44 [INFO] 13:22:44 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.httpcore --- 13:22:44 [INFO] The project's OSGi version is 4.4.14.v20210128-2225 13:22:44 [INFO] 13:22:44 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.httpcomponents.httpcore --- 13:22:44 [INFO] 13:22:44 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.httpcomponents.httpcore --- 13:22:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:44 [INFO] Copying 3 resources 13:22:44 [INFO] 13:22:44 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.httpcomponents.httpcore --- 13:22:44 [INFO] No sources to compile 13:22:44 [INFO] 13:22:44 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.httpcore --- 13:22:44 [INFO] Gathering dependencies 13:22:44 [INFO] Configured Artifact: org.apache.httpcomponents:httpcore:4.4.14:jar 13:22:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:44 [INFO] Merging collected dependencies 13:22:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:44 [INFO] Copying 258 resources 13:22:44 [INFO] Generating OSGi MANIFEST.MF 13:22:44 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore:eclipse-bundle-recipe:4.4.14-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] 13:22:44 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore:eclipse-bundle-recipe:4.4.14-SNAPSHOT : No translation found for macro: scmBranch 13:22:44 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore:eclipse-bundle-recipe:4.4.14-SNAPSHOT : No translation found for macro: buildNumber [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/target/org.apache.httpcomponents.httpcore-4.4.14-SNAPSHOT.jar 13:22:44 [INFO] Gathering sources 13:22:44 [INFO] Configured Artifact: org.apache.httpcomponents:httpcore:sources:4.4.14:jar 13:22:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:44 [INFO] Copying 3 resources 13:22:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/target/org.apache.httpcomponents.httpcore-4.4.14-SNAPSHOT-sources.jar 13:22:44 [INFO] Assembling p2 repository 13:22:45 [INFO] 13:22:45 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.httpcore --- 13:22:45 [INFO] 13:22:45 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.httpcore --- 13:22:45 [INFO] Discovering license information from existing ip_log.xml 13:22:45 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.httpcomponents:httpcore:4.4.14. 13:22:45 [INFO] Gathering sources archives 13:22:45 [INFO] Configured Artifact: org.apache.httpcomponents:httpcore:sources:4.4.14:jar 13:22:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/target/sources-for-eclipse-ipzilla/httpcore-4.4.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:45 [INFO] Configured Artifact: org.apache.httpcomponents:httpcore:sources:4.4.14:jar 13:22:45 [INFO] Copying httpcore-4.4.14-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/target/sources-for-eclipse-ipzilla/httpcore-4.4.14-sources.jar 13:22:45 [INFO] Refreshing about files and about.html 13:22:45 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.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). 13:22:45 [INFO] Refreshing ip_log.xml 13:22:45 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:22:45 [INFO] 13:22:45 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.httpcomponents.httpcore --- 13:22:45 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/target/org.apache.httpcomponents.httpcore-4.4.14-SNAPSHOT.jar 13:22:45 [INFO] 13:22:45 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.httpcomponents.httpcore --- 13:22:45 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/target/org.apache.httpcomponents.httpcore-4.4.14-SNAPSHOT.jar 13:22:47 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/target/org.apache.httpcomponents.httpcore-4.4.14-SNAPSHOT-sources.jar 13:22:48 [INFO] 13:22:48 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.httpcomponents.httpcore --- 13:22:48 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/target/org.apache.httpcomponents.httpcore-4.4.14-SNAPSHOT.jar 13:22:48 [INFO] 13:22:48 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.httpcore --- 13:22:48 [INFO] 13:22:48 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.httpcomponents.httpcore --- 13:22:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/target/org.apache.httpcomponents.httpcore-4.4.14-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.14-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.14-SNAPSHOT.jar 13:22:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.14-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.14-SNAPSHOT.pom 13:22:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/target/org.apache.httpcomponents.httpcore-4.4.14-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.14-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.14-SNAPSHOT-sources.jar 13:22:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.14-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.14-SNAPSHOT-p2metadata.xml 13:22:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.14-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.14-SNAPSHOT-p2artifacts.xml 13:22:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.14-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.14-SNAPSHOT-ip_log.xml 13:22:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/target/org.apache.httpcomponents.httpcore-4.4.14-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.14-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.14-SNAPSHOT-pack200.jar.pack.gz 13:22:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.14-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.14-SNAPSHOT-p2metadata.xml 13:22:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.14/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.14-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.14-SNAPSHOT-p2artifacts.xml 13:22:48 [INFO] 13:22:48 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.httpcore --- 13:22:48 [INFO] 13:22:48 [INFO] ---< org.eclipse.orbit.bundles:org.apache.httpcomponents.httpclient >--- 13:22:48 [INFO] Building Apache HttpClient 4.5.13-SNAPSHOT [99/376] 13:22:48 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:22:48 [INFO] 13:22:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.httpclient --- 13:22:48 [INFO] 13:22:48 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.httpclient --- 13:22:48 [INFO] The project's OSGi version is 4.5.13.v20210128-2225 13:22:48 [INFO] 13:22:48 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.httpcomponents.httpclient --- 13:22:48 [INFO] 13:22:48 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.httpcomponents.httpclient --- 13:22:48 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:48 [INFO] Copying 3 resources 13:22:48 [INFO] 13:22:48 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.httpcomponents.httpclient --- 13:22:48 [INFO] No sources to compile 13:22:48 [INFO] 13:22:48 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.httpclient --- 13:22:48 [INFO] Gathering dependencies 13:22:48 [INFO] Configured Artifact: org.apache.httpcomponents:httpclient:4.5.13:jar 13:22:48 [INFO] Configured Artifact: org.apache.httpcomponents:httpclient-cache:4.5.13:jar 13:22:48 [INFO] Configured Artifact: org.apache.httpcomponents:httpmime:4.5.13:jar 13:22:48 [INFO] Configured Artifact: org.apache.httpcomponents:fluent-hc:4.5.13:jar 13:22:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpclient-cache/4.5.13/httpclient-cache-4.5.13.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/fluent-hc/4.5.13/fluent-hc-4.5.13.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:48 [INFO] Merging collected dependencies 13:22:48 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:48 [INFO] Copying 597 resources 13:22:48 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/org.apache.httpcomponents.httpclient-4.5.13-SNAPSHOT.jar 13:22:49 [INFO] Gathering sources 13:22:49 [INFO] Configured Artifact: org.apache.httpcomponents:httpclient:sources:4.5.13:jar 13:22:50 [INFO] Configured Artifact: org.apache.httpcomponents:httpclient-cache:sources:4.5.13:jar 13:22:50 [INFO] Configured Artifact: org.apache.httpcomponents:httpmime:sources:4.5.13:jar 13:22:50 [INFO] Configured Artifact: org.apache.httpcomponents:fluent-hc:sources:4.5.13:jar 13:22:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpclient-cache/4.5.13/httpclient-cache-4.5.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/fluent-hc/4.5.13/fluent-hc-4.5.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:50 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:50 [INFO] Copying 3 resources 13:22:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/org.apache.httpcomponents.httpclient-4.5.13-SNAPSHOT-sources.jar 13:22:50 [INFO] Assembling p2 repository 13:22:52 [INFO] 13:22:52 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.httpclient --- 13:22:52 [INFO] 13:22:52 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.httpclient --- 13:22:52 [INFO] Discovering license information from existing ip_log.xml 13:22:52 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.httpcomponents:httpclient:4.5.13. 13:22:52 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.httpcomponents:httpclient-cache:4.5.13. 13:22:52 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.httpcomponents:httpmime:4.5.13. 13:22:52 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.httpcomponents:fluent-hc:4.5.13. 13:22:52 [INFO] Gathering sources archives 13:22:52 [INFO] Configured Artifact: org.apache.httpcomponents:httpclient:sources:4.5.13:jar 13:22:52 [INFO] Configured Artifact: org.apache.httpcomponents:httpclient-cache:sources:4.5.13:jar 13:22:52 [INFO] Configured Artifact: org.apache.httpcomponents:httpmime:sources:4.5.13:jar 13:22:52 [INFO] Configured Artifact: org.apache.httpcomponents:fluent-hc:sources:4.5.13:jar 13:22:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/sources-for-eclipse-ipzilla/httpclient-4.5.13-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpclient-cache/4.5.13/httpclient-cache-4.5.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/sources-for-eclipse-ipzilla/httpclient-cache-4.5.13-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/sources-for-eclipse-ipzilla/httpmime-4.5.13-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/fluent-hc/4.5.13/fluent-hc-4.5.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/sources-for-eclipse-ipzilla/fluent-hc-4.5.13-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:52 [INFO] Configured Artifact: org.apache.httpcomponents:httpclient:sources:4.5.13:jar 13:22:52 [INFO] Configured Artifact: org.apache.httpcomponents:httpclient-cache:sources:4.5.13:jar 13:22:52 [INFO] Configured Artifact: org.apache.httpcomponents:httpmime:sources:4.5.13:jar 13:22:52 [INFO] Configured Artifact: org.apache.httpcomponents:fluent-hc:sources:4.5.13:jar 13:22:52 [INFO] Copying httpclient-4.5.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/sources-for-eclipse-ipzilla/httpclient-4.5.13-sources.jar 13:22:52 [INFO] Copying httpclient-cache-4.5.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/sources-for-eclipse-ipzilla/httpclient-cache-4.5.13-sources.jar 13:22:52 [INFO] Copying httpmime-4.5.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/sources-for-eclipse-ipzilla/httpmime-4.5.13-sources.jar 13:22:52 [INFO] Copying fluent-hc-4.5.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/sources-for-eclipse-ipzilla/fluent-hc-4.5.13-sources.jar 13:22:52 [INFO] Refreshing about files and about.html 13:22:52 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.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). 13:22:52 [INFO] Refreshing ip_log.xml 13:22:52 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:22:52 [INFO] 13:22:52 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.httpcomponents.httpclient --- 13:22:52 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/org.apache.httpcomponents.httpclient-4.5.13-SNAPSHOT.jar 13:22:52 [INFO] 13:22:52 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.httpcomponents.httpclient --- 13:22:53 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/org.apache.httpcomponents.httpclient-4.5.13-SNAPSHOT.jar 13:22:55 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/org.apache.httpcomponents.httpclient-4.5.13-SNAPSHOT-sources.jar 13:22:56 [INFO] 13:22:56 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.httpcomponents.httpclient --- 13:22:56 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/org.apache.httpcomponents.httpclient-4.5.13-SNAPSHOT.jar 13:22:57 [INFO] 13:22:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.httpclient --- 13:22:57 [INFO] 13:22:57 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.httpcomponents.httpclient --- 13:22:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/org.apache.httpcomponents.httpclient-4.5.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.13-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.13-SNAPSHOT.jar 13:22:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.13-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.13-SNAPSHOT.pom 13:22:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/org.apache.httpcomponents.httpclient-4.5.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.13-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.13-SNAPSHOT-sources.jar 13:22:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.13-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.13-SNAPSHOT-p2metadata.xml 13:22:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.13-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.13-SNAPSHOT-p2artifacts.xml 13:22:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.13-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.13-SNAPSHOT-ip_log.xml 13:22:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/org.apache.httpcomponents.httpclient-4.5.13-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.13-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.13-SNAPSHOT-pack200.jar.pack.gz 13:22:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.13-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.13-SNAPSHOT-p2metadata.xml 13:22:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.13/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.13-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.13-SNAPSHOT-p2artifacts.xml 13:22:57 [INFO] 13:22:57 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.httpclient --- 13:22:57 [INFO] 13:22:57 [INFO] --< org.eclipse.orbit.bundles:org.apache.httpcomponents.httpclient.win >-- 13:22:57 [INFO] Building Apache HttpClient Windows features 4.5.13-SNAPSHOT [100/376] 13:22:57 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:22:57 [INFO] 13:22:57 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.httpclient.win --- 13:22:57 [INFO] 13:22:57 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.httpclient.win --- 13:22:57 [INFO] The project's OSGi version is 4.5.13.v20210128-2225 13:22:57 [INFO] 13:22:57 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.httpcomponents.httpclient.win --- 13:22:57 [INFO] 13:22:57 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.httpcomponents.httpclient.win --- 13:22:57 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:57 [INFO] Copying 3 resources 13:22:57 [INFO] 13:22:57 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.httpcomponents.httpclient.win --- 13:22:57 [INFO] No sources to compile 13:22:57 [INFO] 13:22:57 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.httpclient.win --- 13:22:57 [INFO] Gathering dependencies 13:22:57 [INFO] Configured Artifact: org.apache.httpcomponents:httpclient-win:4.5.13:jar 13:22:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpclient-win/4.5.13/httpclient-win-4.5.13.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:57 [INFO] Merging collected dependencies 13:22:57 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:57 [INFO] Copying 10 resources 13:22:57 [INFO] Generating OSGi MANIFEST.MF 13:22:57 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.httpclient.win:eclipse-bundle-recipe:4.5.13-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*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/target/org.apache.httpcomponents.httpclient.win-4.5.13-SNAPSHOT.jar 13:22:57 [INFO] Gathering sources 13:22:57 [INFO] Configured Artifact: org.apache.httpcomponents:httpclient-win:sources:4.5.13:jar 13:22:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpclient-win/4.5.13/httpclient-win-4.5.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:57 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:22:57 [INFO] Copying 3 resources 13:22:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/target/org.apache.httpcomponents.httpclient.win-4.5.13-SNAPSHOT-sources.jar 13:22:57 [INFO] Assembling p2 repository 13:22:58 [INFO] 13:22:58 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.httpclient.win --- 13:22:58 [INFO] 13:22:58 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.httpclient.win --- 13:22:58 [INFO] Discovering license information from existing ip_log.xml 13:22:58 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.httpcomponents:httpclient-win:4.5.13. 13:22:58 [INFO] Gathering sources archives 13:22:58 [INFO] Configured Artifact: org.apache.httpcomponents:httpclient-win:sources:4.5.13:jar 13:22:58 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/httpclient-win/4.5.13/httpclient-win-4.5.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/target/sources-for-eclipse-ipzilla/httpclient-win-4.5.13-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:22:58 [INFO] Configured Artifact: org.apache.httpcomponents:httpclient-win:sources:4.5.13:jar 13:22:58 [INFO] Copying httpclient-win-4.5.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/target/sources-for-eclipse-ipzilla/httpclient-win-4.5.13-sources.jar 13:22:58 [INFO] Refreshing about files and about.html 13:22:58 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.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). 13:22:58 [INFO] Refreshing ip_log.xml 13:22:58 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:22:58 [INFO] 13:22:58 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.httpcomponents.httpclient.win --- 13:22:58 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/target/org.apache.httpcomponents.httpclient.win-4.5.13-SNAPSHOT.jar 13:22:58 [INFO] 13:22:58 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.httpcomponents.httpclient.win --- 13:22:58 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/target/org.apache.httpcomponents.httpclient.win-4.5.13-SNAPSHOT.jar 13:23:00 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/target/org.apache.httpcomponents.httpclient.win-4.5.13-SNAPSHOT-sources.jar 13:23:01 [INFO] 13:23:01 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.httpcomponents.httpclient.win --- 13:23:01 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/target/org.apache.httpcomponents.httpclient.win-4.5.13-SNAPSHOT.jar 13:23:01 [INFO] 13:23:01 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.httpclient.win --- 13:23:01 [INFO] 13:23:01 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.httpcomponents.httpclient.win --- 13:23:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/target/org.apache.httpcomponents.httpclient.win-4.5.13-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.13-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.13-SNAPSHOT.jar 13:23:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.13-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.13-SNAPSHOT.pom 13:23:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/target/org.apache.httpcomponents.httpclient.win-4.5.13-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.13-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.13-SNAPSHOT-sources.jar 13:23:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.13-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.13-SNAPSHOT-p2metadata.xml 13:23:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.13-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.13-SNAPSHOT-p2artifacts.xml 13:23:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.13-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.13-SNAPSHOT-ip_log.xml 13:23:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/target/org.apache.httpcomponents.httpclient.win-4.5.13-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.13-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.13-SNAPSHOT-pack200.jar.pack.gz 13:23:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.13-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.13-SNAPSHOT-p2metadata.xml 13:23:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.13/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.13-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.13-SNAPSHOT-p2artifacts.xml 13:23:01 [INFO] 13:23:01 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.httpclient.win --- 13:23:01 [INFO] 13:23:01 [INFO] --< org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5 >-- 13:23:01 [INFO] Building Apache HttpComponents Core HTTP/1.1 5.0.2-SNAPSHOT [101/376] 13:23:01 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:23:01 [INFO] 13:23:01 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.core5.httpcore5 --- 13:23:01 [INFO] 13:23:01 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.core5.httpcore5 --- 13:23:01 [INFO] The project's OSGi version is 5.0.2.v20201015-2258 13:23:01 [INFO] 13:23:01 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.httpcomponents.core5.httpcore5 --- 13:23:01 [INFO] 13:23:01 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.httpcomponents.core5.httpcore5 --- 13:23:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:01 [INFO] Copying 3 resources 13:23:01 [INFO] 13:23:01 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.httpcomponents.core5.httpcore5 --- 13:23:01 [INFO] No sources to compile 13:23:01 [INFO] 13:23:01 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.core5.httpcore5 --- 13:23:01 [INFO] Gathering dependencies 13:23:01 [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5:5.0.2:jar 13:23:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/core5/httpcore5/5.0.2/httpcore5-5.0.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:01 [INFO] Merging collected dependencies 13:23:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:01 [INFO] Copying 609 resources 13:23:02 [INFO] Generating OSGi MANIFEST.MF 13:23:02 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5:eclipse-bundle-recipe:5.0.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/target/org.apache.httpcomponents.core5.httpcore5-5.0.2-SNAPSHOT.jar 13:23:02 [INFO] Gathering sources 13:23:02 [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5:sources:5.0.2:jar 13:23:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/core5/httpcore5/5.0.2/httpcore5-5.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:02 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:02 [INFO] Copying 3 resources 13:23:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/target/org.apache.httpcomponents.core5.httpcore5-5.0.2-SNAPSHOT-sources.jar 13:23:02 [INFO] Assembling p2 repository 13:23:03 [INFO] 13:23:03 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.core5.httpcore5 --- 13:23:03 [INFO] 13:23:03 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.core5.httpcore5 --- 13:23:03 [INFO] Discovering license information from existing ip_log.xml 13:23:03 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.httpcomponents.core5:httpcore5:5.0.2. 13:23:03 [INFO] Gathering sources archives 13:23:03 [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5:sources:5.0.2:jar 13:23:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/core5/httpcore5/5.0.2/httpcore5-5.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/target/sources-for-eclipse-ipzilla/httpcore5-5.0.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:03 [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5:sources:5.0.2:jar 13:23:03 [INFO] Copying httpcore5-5.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/target/sources-for-eclipse-ipzilla/httpcore5-5.0.2-sources.jar 13:23:03 [INFO] Refreshing about files and about.html 13:23:03 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.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). 13:23:03 [INFO] Refreshing ip_log.xml 13:23:03 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:23:03 [INFO] 13:23:03 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.httpcomponents.core5.httpcore5 --- 13:23:03 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/target/org.apache.httpcomponents.core5.httpcore5-5.0.2-SNAPSHOT.jar 13:23:03 [INFO] 13:23:03 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.httpcomponents.core5.httpcore5 --- 13:23:03 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/target/org.apache.httpcomponents.core5.httpcore5-5.0.2-SNAPSHOT.jar 13:23:05 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/target/org.apache.httpcomponents.core5.httpcore5-5.0.2-SNAPSHOT-sources.jar 13:23:08 [INFO] 13:23:08 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.httpcomponents.core5.httpcore5 --- 13:23:08 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/target/org.apache.httpcomponents.core5.httpcore5-5.0.2-SNAPSHOT.jar 13:23:08 [INFO] 13:23:08 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.core5.httpcore5 --- 13:23:08 [INFO] 13:23:08 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.httpcomponents.core5.httpcore5 --- 13:23:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/target/org.apache.httpcomponents.core5.httpcore5-5.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.0.2-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.0.2-SNAPSHOT.jar 13:23:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.0.2-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.0.2-SNAPSHOT.pom 13:23:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/target/org.apache.httpcomponents.core5.httpcore5-5.0.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.0.2-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.0.2-SNAPSHOT-sources.jar 13:23:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.0.2-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.0.2-SNAPSHOT-p2metadata.xml 13:23:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.0.2-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.0.2-SNAPSHOT-p2artifacts.xml 13:23:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.0.2-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.0.2-SNAPSHOT-ip_log.xml 13:23:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/target/org.apache.httpcomponents.core5.httpcore5-5.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.0.2-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.0.2-SNAPSHOT-pack200.jar.pack.gz 13:23:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.0.2-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.0.2-SNAPSHOT-p2metadata.xml 13:23:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.0.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.0.2-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.0.2-SNAPSHOT-p2artifacts.xml 13:23:09 [INFO] 13:23:09 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.core5.httpcore5 --- 13:23:09 [INFO] 13:23:09 [INFO] --< org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5-h2 >-- 13:23:09 [INFO] Building Apache HttpComponents Core HTTP/2 5.0.2-SNAPSHOT [102/376] 13:23:09 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:23:10 [INFO] 13:23:10 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.core5.httpcore5-h2 --- 13:23:10 [INFO] 13:23:10 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.core5.httpcore5-h2 --- 13:23:10 [INFO] The project's OSGi version is 5.0.2.v20210429-1809 13:23:10 [INFO] 13:23:10 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.httpcomponents.core5.httpcore5-h2 --- 13:23:10 [INFO] 13:23:10 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.httpcomponents.core5.httpcore5-h2 --- 13:23:10 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:10 [INFO] Copying 3 resources 13:23:10 [INFO] 13:23:10 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.httpcomponents.core5.httpcore5-h2 --- 13:23:10 [INFO] No sources to compile 13:23:10 [INFO] 13:23:10 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.core5.httpcore5-h2 --- 13:23:10 [INFO] Gathering dependencies 13:23:10 [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5-h2:5.0.2:jar 13:23:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/core5/httpcore5-h2/5.0.2/httpcore5-h2-5.0.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:10 [INFO] Merging collected dependencies 13:23:10 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:10 [INFO] Copying 141 resources 13:23:10 [INFO] Generating OSGi MANIFEST.MF 13:23:10 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5-h2:eclipse-bundle-recipe:5.0.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] 13:23:10 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5-h2:eclipse-bundle-recipe:5.0.2-SNAPSHOT : Unused Import-Package instructions: [java.org.conscrypt.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/target/org.apache.httpcomponents.core5.httpcore5-h2-5.0.2-SNAPSHOT.jar 13:23:10 [INFO] Gathering sources 13:23:10 [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5-h2:sources:5.0.2:jar 13:23:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/core5/httpcore5-h2/5.0.2/httpcore5-h2-5.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:10 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:10 [INFO] Copying 3 resources 13:23:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/target/org.apache.httpcomponents.core5.httpcore5-h2-5.0.2-SNAPSHOT-sources.jar 13:23:10 [INFO] Assembling p2 repository 13:23:10 [INFO] 13:23:10 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.core5.httpcore5-h2 --- 13:23:10 [INFO] 13:23:10 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.core5.httpcore5-h2 --- 13:23:10 [INFO] Discovering license information from existing ip_log.xml 13:23:10 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.httpcomponents.core5:httpcore5-h2:5.0.2. 13:23:10 [INFO] Gathering sources archives 13:23:10 [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5-h2:sources:5.0.2:jar 13:23:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/core5/httpcore5-h2/5.0.2/httpcore5-h2-5.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/target/sources-for-eclipse-ipzilla/httpcore5-h2-5.0.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:10 [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5-h2:sources:5.0.2:jar 13:23:10 [INFO] Copying httpcore5-h2-5.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/target/sources-for-eclipse-ipzilla/httpcore5-h2-5.0.2-sources.jar 13:23:10 [INFO] Refreshing about files and about.html 13:23:10 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.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). 13:23:10 [INFO] Refreshing ip_log.xml 13:23:10 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:23:10 [INFO] 13:23:10 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.httpcomponents.core5.httpcore5-h2 --- 13:23:10 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/target/org.apache.httpcomponents.core5.httpcore5-h2-5.0.2-SNAPSHOT.jar 13:23:11 [INFO] 13:23:11 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.httpcomponents.core5.httpcore5-h2 --- 13:23:11 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/target/org.apache.httpcomponents.core5.httpcore5-h2-5.0.2-SNAPSHOT.jar 13:23:12 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/target/org.apache.httpcomponents.core5.httpcore5-h2-5.0.2-SNAPSHOT-sources.jar 13:23:13 [INFO] 13:23:13 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.httpcomponents.core5.httpcore5-h2 --- 13:23:13 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/target/org.apache.httpcomponents.core5.httpcore5-h2-5.0.2-SNAPSHOT.jar 13:23:13 [INFO] 13:23:13 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.core5.httpcore5-h2 --- 13:23:14 [INFO] 13:23:14 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.httpcomponents.core5.httpcore5-h2 --- 13:23:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/target/org.apache.httpcomponents.core5.httpcore5-h2-5.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.0.2-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.0.2-SNAPSHOT.jar 13:23:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.0.2-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.0.2-SNAPSHOT.pom 13:23:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/target/org.apache.httpcomponents.core5.httpcore5-h2-5.0.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.0.2-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.0.2-SNAPSHOT-sources.jar 13:23:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.0.2-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.0.2-SNAPSHOT-p2metadata.xml 13:23:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.0.2-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.0.2-SNAPSHOT-p2artifacts.xml 13:23:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.0.2-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.0.2-SNAPSHOT-ip_log.xml 13:23:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/target/org.apache.httpcomponents.core5.httpcore5-h2-5.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.0.2-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.0.2-SNAPSHOT-pack200.jar.pack.gz 13:23:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.0.2-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.0.2-SNAPSHOT-p2metadata.xml 13:23:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.0.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.0.2-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.0.2-SNAPSHOT-p2artifacts.xml 13:23:14 [INFO] 13:23:14 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.core5.httpcore5-h2 --- 13:23:14 [INFO] 13:23:14 [INFO] --< org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5 >-- 13:23:14 [INFO] Building Apache HttpClient 5.0.2-SNAPSHOT [103/376] 13:23:14 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:23:14 [INFO] 13:23:14 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.client5.httpclient5 --- 13:23:14 [INFO] 13:23:14 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.client5.httpclient5 --- 13:23:14 [INFO] The project's OSGi version is 5.0.2.v20201015-2258 13:23:14 [INFO] 13:23:14 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.httpcomponents.client5.httpclient5 --- 13:23:14 [INFO] 13:23:14 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.httpcomponents.client5.httpclient5 --- 13:23:14 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:14 [INFO] Copying 3 resources 13:23:14 [INFO] 13:23:14 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.httpcomponents.client5.httpclient5 --- 13:23:14 [INFO] No sources to compile 13:23:14 [INFO] 13:23:14 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.client5.httpclient5 --- 13:23:14 [INFO] Gathering dependencies 13:23:14 [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5:5.0.2:jar 13:23:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/client5/httpclient5/5.0.2/httpclient5-5.0.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:14 [INFO] Merging collected dependencies 13:23:14 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:14 [INFO] Copying 474 resources 13:23:14 [INFO] Generating OSGi MANIFEST.MF 13:23:14 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5:eclipse-bundle-recipe:5.0.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] 13:23:14 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5:eclipse-bundle-recipe:5.0.2-SNAPSHOT : Unused Import-Package instructions: [org.apache.hc.core5.http2.*, java.org.conscrypt.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/target/org.apache.httpcomponents.client5.httpclient5-5.0.2-SNAPSHOT.jar 13:23:14 [INFO] Gathering sources 13:23:14 [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5:sources:5.0.2:jar 13:23:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/client5/httpclient5/5.0.2/httpclient5-5.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:15 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:15 [INFO] Copying 3 resources 13:23:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/target/org.apache.httpcomponents.client5.httpclient5-5.0.2-SNAPSHOT-sources.jar 13:23:15 [INFO] Assembling p2 repository 13:23:15 [INFO] 13:23:15 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.client5.httpclient5 --- 13:23:15 [INFO] 13:23:15 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.client5.httpclient5 --- 13:23:15 [INFO] Discovering license information from existing ip_log.xml 13:23:15 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.httpcomponents.client5:httpclient5:5.0.2. 13:23:15 [INFO] Gathering sources archives 13:23:15 [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5:sources:5.0.2:jar 13:23:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/httpcomponents/client5/httpclient5/5.0.2/httpclient5-5.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/target/sources-for-eclipse-ipzilla/httpclient5-5.0.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:15 [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5:sources:5.0.2:jar 13:23:15 [INFO] Copying httpclient5-5.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/target/sources-for-eclipse-ipzilla/httpclient5-5.0.2-sources.jar 13:23:15 [INFO] Refreshing about files and about.html 13:23:15 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.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). 13:23:15 [INFO] Refreshing ip_log.xml 13:23:15 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:23:15 [INFO] 13:23:15 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.httpcomponents.client5.httpclient5 --- 13:23:15 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/target/org.apache.httpcomponents.client5.httpclient5-5.0.2-SNAPSHOT.jar 13:23:16 [INFO] 13:23:16 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.httpcomponents.client5.httpclient5 --- 13:23:16 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/target/org.apache.httpcomponents.client5.httpclient5-5.0.2-SNAPSHOT.jar 13:23:18 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/target/org.apache.httpcomponents.client5.httpclient5-5.0.2-SNAPSHOT-sources.jar 13:23:22 [INFO] 13:23:22 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.httpcomponents.client5.httpclient5 --- 13:23:22 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/target/org.apache.httpcomponents.client5.httpclient5-5.0.2-SNAPSHOT.jar 13:23:22 [INFO] 13:23:22 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.client5.httpclient5 --- 13:23:22 [INFO] 13:23:22 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.httpcomponents.client5.httpclient5 --- 13:23:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/target/org.apache.httpcomponents.client5.httpclient5-5.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.0.2-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.0.2-SNAPSHOT.jar 13:23:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.0.2-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.0.2-SNAPSHOT.pom 13:23:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/target/org.apache.httpcomponents.client5.httpclient5-5.0.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.0.2-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.0.2-SNAPSHOT-sources.jar 13:23:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.0.2-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.0.2-SNAPSHOT-p2metadata.xml 13:23:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.0.2-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.0.2-SNAPSHOT-p2artifacts.xml 13:23:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.0.2-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.0.2-SNAPSHOT-ip_log.xml 13:23:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/target/org.apache.httpcomponents.client5.httpclient5-5.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.0.2-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.0.2-SNAPSHOT-pack200.jar.pack.gz 13:23:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.0.2-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.0.2-SNAPSHOT-p2metadata.xml 13:23:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.0.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.0.2-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.0.2-SNAPSHOT-p2artifacts.xml 13:23:23 [INFO] 13:23:23 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.client5.httpclient5 --- 13:23:23 [INFO] 13:23:23 [INFO] -----------------< org.eclipse.orbit.bundles:jclouds >------------------ 13:23:23 [INFO] Building Eclipse Orbit :: JClouds Recipes 1.0.0-SNAPSHOT [104/376] 13:23:23 [INFO] --------------------------------[ pom ]--------------------------------- 13:23:23 [INFO] 13:23:23 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jclouds --- 13:23:23 [INFO] 13:23:23 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ jclouds --- 13:23:23 [INFO] 13:23:23 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ jclouds --- 13:23:23 [INFO] 13:23:23 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ jclouds --- 13:23:23 [INFO] 13:23:23 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ jclouds --- 13:23:23 [INFO] 13:23:23 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ jclouds --- 13:23:23 [INFO] 13:23:23 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jclouds --- 13:23:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jclouds/1.0.0-SNAPSHOT/jclouds-1.0.0-SNAPSHOT.pom 13:23:23 [INFO] 13:23:23 [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.common.openstack-common >-- 13:23:23 [INFO] Building Apache Jclouds OpenStack Components Core 1.8.0-SNAPSHOT [105/376] 13:23:23 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:23:27 [INFO] 13:23:27 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.common.openstack-common --- 13:23:27 [INFO] 13:23:27 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.common.openstack-common --- 13:23:27 [INFO] The project's OSGi version is 1.8.0.v20160301-1110 13:23:27 [INFO] 13:23:27 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.jclouds.common.openstack-common --- 13:23:27 [INFO] 13:23:27 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.jclouds.common.openstack-common --- 13:23:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:27 [INFO] Copying 3 resources 13:23:27 [INFO] 13:23:27 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.jclouds.common.openstack-common --- 13:23:27 [INFO] No sources to compile 13:23:27 [INFO] 13:23:27 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.common.openstack-common --- 13:23:27 [INFO] Gathering dependencies 13:23:27 [INFO] Configured Artifact: org.apache.jclouds.common:openstack-common:1.8.0:jar 13:23:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/common/openstack-common/1.8.0/openstack-common-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:27 [INFO] Merging collected dependencies 13:23:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:27 [INFO] Copying 60 resources 13:23:27 [INFO] Generating OSGi MANIFEST.MF 13:23:27 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.common.openstack-common:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT.jar 13:23:27 [INFO] Gathering sources 13:23:27 [INFO] Configured Artifact: org.apache.jclouds.common:openstack-common:sources:1.8.0:jar 13:23:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:27 [INFO] Copying 3 resources 13:23:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT-sources.jar 13:23:27 [INFO] Assembling p2 repository 13:23:27 [INFO] 13:23:27 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.common.openstack-common --- 13:23:27 [INFO] 13:23:27 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.common.openstack-common --- 13:23:27 [INFO] Discovering license information from existing ip_log.xml 13:23:27 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.jclouds.common:openstack-common:1.8.0. 13:23:27 [INFO] Gathering sources archives 13:23:27 [INFO] Configured Artifact: org.apache.jclouds.common:openstack-common:sources:1.8.0:jar 13:23:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:23:27 [INFO] Configured Artifact: org.apache.jclouds.common:openstack-common:sources:1.8.0:jar 13:23:27 [INFO] Copying openstack-common-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/sources-for-eclipse-ipzilla/openstack-common-1.8.0-sources.jar 13:23:27 [INFO] Refreshing about files and about.html 13:23:27 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:23:27 [INFO] Refreshing ip_log.xml 13:23:27 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:23:27 [INFO] 13:23:27 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.jclouds.common.openstack-common --- 13:23:27 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT.jar 13:23:28 [INFO] 13:23:28 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.jclouds.common.openstack-common --- 13:23:28 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT.jar 13:23:29 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT-sources.jar 13:23:30 [INFO] 13:23:30 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.jclouds.common.openstack-common --- 13:23:30 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT.jar 13:23:30 [INFO] 13:23:30 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.jclouds.common.openstack-common --- 13:23:30 [INFO] 13:23:30 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.jclouds.common.openstack-common --- 13:23:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:23:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:23:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:23:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:23:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:30 [INFO] 13:23:30 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.jclouds.common.openstack-common --- 13:23:30 [INFO] 13:23:30 [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-cinder >-- 13:23:30 [INFO] Building Apache Jclouds OpenStack Cinder API 1.8.0-SNAPSHOT [106/376] 13:23:30 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:23:30 [INFO] 13:23:30 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.openstack-cinder --- 13:23:30 [INFO] 13:23:30 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.openstack-cinder --- 13:23:30 [INFO] The project's OSGi version is 1.8.0.v20160301-1110 13:23:30 [INFO] 13:23:30 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.jclouds.api.openstack-cinder --- 13:23:30 [INFO] 13:23:30 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.jclouds.api.openstack-cinder --- 13:23:30 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:30 [INFO] Copying 3 resources 13:23:30 [INFO] 13:23:30 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.jclouds.api.openstack-cinder --- 13:23:30 [INFO] No sources to compile 13:23:30 [INFO] 13:23:30 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.openstack-cinder --- 13:23:30 [INFO] Gathering dependencies 13:23:30 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-cinder:1.8.0:jar 13:23:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/api/openstack-cinder/1.8.0/openstack-cinder-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:31 [INFO] Merging collected dependencies 13:23:31 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:31 [INFO] Copying 46 resources 13:23:31 [INFO] Generating OSGi MANIFEST.MF 13:23:31 [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*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT.jar 13:23:31 [INFO] Gathering sources 13:23:31 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-cinder:sources:1.8.0:jar 13:23:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:31 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:31 [INFO] Copying 3 resources 13:23:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT-sources.jar 13:23:31 [INFO] Assembling p2 repository 13:23:32 [INFO] 13:23:32 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.openstack-cinder --- 13:23:32 [INFO] 13:23:32 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.openstack-cinder --- 13:23:32 [INFO] Discovering license information from existing ip_log.xml 13:23:32 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.jclouds.api:openstack-cinder:1.8.0. 13:23:32 [INFO] Gathering sources archives 13:23:32 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-cinder:sources:1.8.0:jar 13:23:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:23:32 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-cinder:sources:1.8.0:jar 13:23:32 [INFO] Copying openstack-cinder-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/sources-for-eclipse-ipzilla/openstack-cinder-1.8.0-sources.jar 13:23:32 [INFO] Refreshing about files and about.html 13:23:32 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:23:32 [INFO] Refreshing ip_log.xml 13:23:32 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:23:32 [INFO] 13:23:32 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.jclouds.api.openstack-cinder --- 13:23:32 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT.jar 13:23:32 [INFO] 13:23:32 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.jclouds.api.openstack-cinder --- 13:23:32 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT.jar 13:23:33 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT-sources.jar 13:23:35 [INFO] 13:23:35 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.jclouds.api.openstack-cinder --- 13:23:35 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT.jar 13:23:35 [INFO] 13:23:35 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.openstack-cinder --- 13:23:35 [INFO] 13:23:35 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.jclouds.api.openstack-cinder --- 13:23:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:23:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:23:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:23:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:23:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:35 [INFO] 13:23:35 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.openstack-cinder --- 13:23:35 [INFO] 13:23:35 [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-keystone >-- 13:23:35 [INFO] Building Apache Jclouds OpenStack Keystone API 1.8.0-SNAPSHOT [107/376] 13:23:35 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:23:35 [INFO] 13:23:35 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.openstack-keystone --- 13:23:35 [INFO] 13:23:35 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.openstack-keystone --- 13:23:35 [INFO] The project's OSGi version is 1.8.0.v20160301-1110 13:23:35 [INFO] 13:23:35 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.jclouds.api.openstack-keystone --- 13:23:35 [INFO] 13:23:35 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.jclouds.api.openstack-keystone --- 13:23:35 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:35 [INFO] Copying 3 resources 13:23:35 [INFO] 13:23:35 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.jclouds.api.openstack-keystone --- 13:23:35 [INFO] No sources to compile 13:23:35 [INFO] 13:23:35 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.openstack-keystone --- 13:23:35 [INFO] Gathering dependencies 13:23:35 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-keystone:1.8.0:jar 13:23:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/api/openstack-keystone/1.8.0/openstack-keystone-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:35 [INFO] Merging collected dependencies 13:23:35 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:35 [INFO] Copying 188 resources 13:23:35 [INFO] Generating OSGi MANIFEST.MF 13:23:35 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-keystone:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT.jar 13:23:35 [INFO] Gathering sources 13:23:35 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-keystone:sources:1.8.0:jar 13:23:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:35 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:35 [INFO] Copying 3 resources 13:23:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT-sources.jar 13:23:35 [INFO] Assembling p2 repository 13:23:36 [INFO] 13:23:36 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.openstack-keystone --- 13:23:36 [INFO] 13:23:36 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.openstack-keystone --- 13:23:36 [INFO] Discovering license information from existing ip_log.xml 13:23:36 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.jclouds.api:openstack-keystone:1.8.0. 13:23:36 [INFO] Gathering sources archives 13:23:36 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-keystone:sources:1.8.0:jar 13:23:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:23:36 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-keystone:sources:1.8.0:jar 13:23:36 [INFO] Copying openstack-keystone-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/sources-for-eclipse-ipzilla/openstack-keystone-1.8.0-sources.jar 13:23:36 [INFO] Refreshing about files and about.html 13:23:36 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:23:36 [INFO] Refreshing ip_log.xml 13:23:36 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:23:36 [INFO] 13:23:36 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.jclouds.api.openstack-keystone --- 13:23:36 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT.jar 13:23:36 [INFO] 13:23:36 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.jclouds.api.openstack-keystone --- 13:23:36 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT.jar 13:23:37 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT-sources.jar 13:23:39 [INFO] 13:23:39 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.jclouds.api.openstack-keystone --- 13:23:39 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT.jar 13:23:39 [INFO] 13:23:39 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.openstack-keystone --- 13:23:39 [INFO] 13:23:39 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.jclouds.api.openstack-keystone --- 13:23:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:23:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:23:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:23:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:23:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:39 [INFO] 13:23:39 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.openstack-keystone --- 13:23:39 [INFO] 13:23:39 [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-nova >--- 13:23:39 [INFO] Building Apache Jclouds OpenStack Nova API 1.8.0-SNAPSHOT [108/376] 13:23:39 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:23:39 [INFO] 13:23:39 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.openstack-nova --- 13:23:39 [INFO] 13:23:39 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.openstack-nova --- 13:23:39 [INFO] The project's OSGi version is 1.8.0.v20160301-1110 13:23:39 [INFO] 13:23:39 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.jclouds.api.openstack-nova --- 13:23:39 [INFO] 13:23:39 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.jclouds.api.openstack-nova --- 13:23:39 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:39 [INFO] Copying 3 resources 13:23:39 [INFO] 13:23:39 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.jclouds.api.openstack-nova --- 13:23:39 [INFO] No sources to compile 13:23:39 [INFO] 13:23:39 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.openstack-nova --- 13:23:39 [INFO] Gathering dependencies 13:23:39 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-nova:1.8.0:jar 13:23:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/api/openstack-nova/1.8.0/openstack-nova-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:39 [INFO] Merging collected dependencies 13:23:39 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:39 [INFO] Copying 308 resources 13:23:39 [INFO] Generating OSGi MANIFEST.MF 13:23:39 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-nova:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT.jar 13:23:39 [INFO] Gathering sources 13:23:39 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-nova:sources:1.8.0:jar 13:23:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:40 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:40 [INFO] Copying 3 resources 13:23:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT-sources.jar 13:23:40 [INFO] Assembling p2 repository 13:23:40 [INFO] 13:23:40 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.openstack-nova --- 13:23:40 [INFO] 13:23:40 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.openstack-nova --- 13:23:40 [INFO] Discovering license information from existing ip_log.xml 13:23:40 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.jclouds.api:openstack-nova:1.8.0. 13:23:40 [INFO] Gathering sources archives 13:23:40 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-nova:sources:1.8.0:jar 13:23:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:23:40 [INFO] Configured Artifact: org.apache.jclouds.api:openstack-nova:sources:1.8.0:jar 13:23:40 [INFO] Copying openstack-nova-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/sources-for-eclipse-ipzilla/openstack-nova-1.8.0-sources.jar 13:23:40 [INFO] Refreshing about files and about.html 13:23:40 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:23:40 [INFO] Refreshing ip_log.xml 13:23:40 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:23:40 [INFO] 13:23:40 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.jclouds.api.openstack-nova --- 13:23:40 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT.jar 13:23:40 [INFO] 13:23:40 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.jclouds.api.openstack-nova --- 13:23:40 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT.jar 13:23:42 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT-sources.jar 13:23:44 [INFO] 13:23:44 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.jclouds.api.openstack-nova --- 13:23:44 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT.jar 13:23:44 [INFO] 13:23:44 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.openstack-nova --- 13:23:44 [INFO] 13:23:44 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.jclouds.api.openstack-nova --- 13:23:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:23:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:23:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:23:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:23:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:44 [INFO] 13:23:44 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.openstack-nova --- 13:23:44 [INFO] 13:23:44 [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.labs.openstack-neutron >-- 13:23:44 [INFO] Building Apache Jclouds OpenStack Neutron API 1.8.0-SNAPSHOT [109/376] 13:23:44 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:23:44 [INFO] 13:23:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.labs.openstack-neutron --- 13:23:44 [INFO] 13:23:44 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.labs.openstack-neutron --- 13:23:44 [INFO] The project's OSGi version is 1.8.0.v20160301-1110 13:23:44 [INFO] 13:23:44 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.jclouds.labs.openstack-neutron --- 13:23:44 [INFO] 13:23:44 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.jclouds.labs.openstack-neutron --- 13:23:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:44 [INFO] Copying 3 resources 13:23:44 [INFO] 13:23:44 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.jclouds.labs.openstack-neutron --- 13:23:44 [INFO] No sources to compile 13:23:44 [INFO] 13:23:44 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.labs.openstack-neutron --- 13:23:44 [INFO] Gathering dependencies 13:23:44 [INFO] Configured Artifact: org.apache.jclouds.labs:openstack-neutron:1.8.0:jar 13:23:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/labs/openstack-neutron/1.8.0/openstack-neutron-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:44 [INFO] Merging collected dependencies 13:23:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:44 [INFO] Copying 245 resources 13:23:44 [INFO] Generating OSGi MANIFEST.MF 13:23:44 [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*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT.jar 13:23:44 [INFO] Gathering sources 13:23:44 [INFO] Configured Artifact: org.apache.jclouds.labs:openstack-neutron:sources:1.8.0:jar 13:23:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:44 [INFO] Copying 3 resources 13:23:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT-sources.jar 13:23:44 [INFO] Assembling p2 repository 13:23:45 [INFO] 13:23:45 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.labs.openstack-neutron --- 13:23:45 [INFO] 13:23:45 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.labs.openstack-neutron --- 13:23:45 [INFO] Discovering license information from existing ip_log.xml 13:23:45 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.jclouds.labs:openstack-neutron:1.8.0. 13:23:45 [INFO] Gathering sources archives 13:23:45 [INFO] Configured Artifact: org.apache.jclouds.labs:openstack-neutron:sources:1.8.0:jar 13:23:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:23:45 [INFO] Configured Artifact: org.apache.jclouds.labs:openstack-neutron:sources:1.8.0:jar 13:23:45 [INFO] Copying openstack-neutron-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/sources-for-eclipse-ipzilla/openstack-neutron-1.8.0-sources.jar 13:23:45 [INFO] Refreshing about files and about.html 13:23:45 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:23:45 [INFO] Refreshing ip_log.xml 13:23:45 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:23:45 [INFO] 13:23:45 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.jclouds.labs.openstack-neutron --- 13:23:45 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT.jar 13:23:45 [INFO] 13:23:45 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.jclouds.labs.openstack-neutron --- 13:23:45 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT.jar 13:23:47 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT-sources.jar 13:23:48 [INFO] 13:23:48 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.jclouds.labs.openstack-neutron --- 13:23:48 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT.jar 13:23:48 [INFO] 13:23:48 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.jclouds.labs.openstack-neutron --- 13:23:48 [INFO] 13:23:48 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.jclouds.labs.openstack-neutron --- 13:23:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:23:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:23:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:23:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:23:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:48 [INFO] 13:23:48 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.jclouds.labs.openstack-neutron --- 13:23:48 [INFO] 13:23:48 [INFO] -------< org.eclipse.orbit.bundles:org.apache.jclouds.api.swift >------- 13:23:48 [INFO] Building Apache Jclouds Swift API 1.8.0-SNAPSHOT [110/376] 13:23:48 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:23:49 [INFO] 13:23:49 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.swift --- 13:23:49 [INFO] 13:23:49 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.swift --- 13:23:49 [INFO] The project's OSGi version is 1.8.0.v20160301-1110 13:23:49 [INFO] 13:23:49 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.jclouds.api.swift --- 13:23:49 [INFO] 13:23:49 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.jclouds.api.swift --- 13:23:49 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:49 [INFO] Copying 3 resources 13:23:49 [INFO] 13:23:49 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.jclouds.api.swift --- 13:23:49 [INFO] No sources to compile 13:23:49 [INFO] 13:23:49 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.swift --- 13:23:49 [INFO] Gathering dependencies 13:23:49 [INFO] Configured Artifact: org.apache.jclouds.api:swift:1.8.0:jar 13:23:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/api/swift/1.8.0/swift-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:49 [INFO] Merging collected dependencies 13:23:49 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:49 [INFO] Copying 108 resources 13:23:49 [INFO] Generating OSGi MANIFEST.MF 13:23:49 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.api.swift:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT.jar 13:23:49 [INFO] Gathering sources 13:23:49 [INFO] Configured Artifact: org.apache.jclouds.api:swift:sources:1.8.0:jar 13:23:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/api/swift/1.8.0/swift-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:49 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:49 [INFO] Copying 3 resources 13:23:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT-sources.jar 13:23:50 [INFO] Assembling p2 repository 13:23:50 [INFO] 13:23:50 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.swift --- 13:23:50 [INFO] 13:23:50 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.swift --- 13:23:50 [INFO] Discovering license information from existing ip_log.xml 13:23:50 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.jclouds.api:swift:1.8.0. 13:23:50 [INFO] Gathering sources archives 13:23:50 [INFO] Configured Artifact: org.apache.jclouds.api:swift:sources:1.8.0:jar 13:23:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/api/swift/1.8.0/swift-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:23:50 [INFO] Configured Artifact: org.apache.jclouds.api:swift:sources:1.8.0:jar 13:23:50 [INFO] Copying swift-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/sources-for-eclipse-ipzilla/swift-1.8.0-sources.jar 13:23:50 [INFO] Refreshing about files and about.html 13:23:50 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:23:50 [INFO] Refreshing ip_log.xml 13:23:50 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:23:50 [INFO] 13:23:50 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.jclouds.api.swift --- 13:23:50 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT.jar 13:23:50 [INFO] 13:23:50 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.jclouds.api.swift --- 13:23:50 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT.jar 13:23:52 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT-sources.jar 13:23:54 [INFO] 13:23:54 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.jclouds.api.swift --- 13:23:54 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT.jar 13:23:54 [INFO] 13:23:54 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.swift --- 13:23:54 [INFO] 13:23:54 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.jclouds.api.swift --- 13:23:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.swift/1.8.0-SNAPSHOT/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT.jar 13:23:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.swift/1.8.0-SNAPSHOT/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT.pom 13:23:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:23:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.swift/1.8.0-SNAPSHOT/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT-ip_log.xml 13:23:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.swift/1.8.0-SNAPSHOT/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT-pack200.jar.pack.gz 13:23:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:23:54 [INFO] 13:23:54 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.swift --- 13:23:54 [INFO] 13:23:54 [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.driver.jclouds-slf4j >-- 13:23:54 [INFO] Building Apache Jclouds SLF4J Logging Module 1.8.0-SNAPSHOT [111/376] 13:23:54 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:23:55 [INFO] 13:23:55 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.driver.jclouds-slf4j --- 13:23:55 [INFO] 13:23:55 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.driver.jclouds-slf4j --- 13:23:55 [INFO] The project's OSGi version is 1.8.0.v20160301-1110 13:23:55 [INFO] 13:23:55 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.jclouds.driver.jclouds-slf4j --- 13:23:55 [INFO] 13:23:55 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.jclouds.driver.jclouds-slf4j --- 13:23:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:55 [INFO] Copying 3 resources 13:23:55 [INFO] 13:23:55 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.jclouds.driver.jclouds-slf4j --- 13:23:55 [INFO] No sources to compile 13:23:55 [INFO] 13:23:55 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.driver.jclouds-slf4j --- 13:23:55 [INFO] Gathering dependencies 13:23:55 [INFO] Configured Artifact: org.apache.jclouds.driver:jclouds-slf4j:1.8.0:jar 13:23:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/driver/jclouds-slf4j/1.8.0/jclouds-slf4j-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:55 [INFO] Merging collected dependencies 13:23:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:55 [INFO] Copying 8 resources 13:23:55 [INFO] Generating OSGi MANIFEST.MF 13:23:55 [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*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT.jar 13:23:55 [INFO] Gathering sources 13:23:55 [INFO] Configured Artifact: org.apache.jclouds.driver:jclouds-slf4j:sources:1.8.0:jar 13:23:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:23:57 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:23:57 [INFO] Copying 3 resources 13:23:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT-sources.jar 13:23:57 [INFO] Assembling p2 repository 13:23:58 [INFO] 13:23:58 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.driver.jclouds-slf4j --- 13:23:58 [INFO] 13:23:58 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.driver.jclouds-slf4j --- 13:23:58 [INFO] Discovering license information from existing ip_log.xml 13:23:58 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.jclouds.driver:jclouds-slf4j:1.8.0. 13:23:58 [INFO] Gathering sources archives 13:23:58 [INFO] Configured Artifact: org.apache.jclouds.driver:jclouds-slf4j:sources:1.8.0:jar 13:23:58 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:23:58 [INFO] Configured Artifact: org.apache.jclouds.driver:jclouds-slf4j:sources:1.8.0:jar 13:23:58 [INFO] Copying jclouds-slf4j-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-slf4j-1.8.0-sources.jar 13:23:58 [INFO] Refreshing about files and about.html 13:23:58 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:23:58 [INFO] Refreshing ip_log.xml 13:23:58 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:23:58 [INFO] 13:23:58 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.jclouds.driver.jclouds-slf4j --- 13:23:58 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT.jar 13:23:58 [INFO] 13:23:58 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.jclouds.driver.jclouds-slf4j --- 13:23:58 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT.jar 13:24:00 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT-sources.jar 13:24:01 [INFO] 13:24:01 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.jclouds.driver.jclouds-slf4j --- 13:24:01 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT.jar 13:24:01 [INFO] 13:24:01 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.jclouds.driver.jclouds-slf4j --- 13:24:01 [INFO] 13:24:01 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.jclouds.driver.jclouds-slf4j --- 13:24:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:24:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:24:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:24:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:24:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:01 [INFO] 13:24:01 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.jclouds.driver.jclouds-slf4j --- 13:24:01 [INFO] 13:24:01 [INFO] ------< org.eclipse.orbit.bundles:org.apache.jclouds.labs.docker >------ 13:24:01 [INFO] Building Apache Jclouds Docker API 1.8.0-SNAPSHOT [112/376] 13:24:01 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:24:02 [INFO] 13:24:02 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.labs.docker --- 13:24:02 [INFO] 13:24:02 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.labs.docker --- 13:24:02 [INFO] The project's OSGi version is 1.8.0.v20160301-1110 13:24:02 [INFO] 13:24:02 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.jclouds.labs.docker --- 13:24:02 [INFO] 13:24:02 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.jclouds.labs.docker --- 13:24:02 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:02 [INFO] Copying 3 resources 13:24:02 [INFO] 13:24:02 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.jclouds.labs.docker --- 13:24:02 [INFO] No sources to compile 13:24:02 [INFO] 13:24:02 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.labs.docker --- 13:24:02 [INFO] Gathering dependencies 13:24:02 [INFO] Configured Artifact: org.apache.jclouds.labs:docker:1.8.0:jar 13:24:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/labs/docker/1.8.0/docker-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:24:02 [INFO] Merging collected dependencies 13:24:02 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:02 [INFO] Copying 62 resources 13:24:02 [INFO] Generating OSGi MANIFEST.MF 13:24:02 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.labs.docker:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT.jar 13:24:02 [INFO] Gathering sources 13:24:02 [INFO] Configured Artifact: org.apache.jclouds.labs:docker:sources:1.8.0:jar 13:24:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/labs/docker/1.8.0/docker-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:24:02 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:02 [INFO] Copying 3 resources 13:24:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT-sources.jar 13:24:02 [INFO] Assembling p2 repository 13:24:03 [INFO] 13:24:03 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.labs.docker --- 13:24:03 [INFO] 13:24:03 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.labs.docker --- 13:24:03 [INFO] Discovering license information from existing ip_log.xml 13:24:03 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.jclouds.labs:docker:1.8.0. 13:24:03 [INFO] Gathering sources archives 13:24:03 [INFO] Configured Artifact: org.apache.jclouds.labs:docker:sources:1.8.0:jar 13:24:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/labs/docker/1.8.0/docker-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:24:03 [INFO] Configured Artifact: org.apache.jclouds.labs:docker:sources:1.8.0:jar 13:24:03 [INFO] Copying docker-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/sources-for-eclipse-ipzilla/docker-1.8.0-sources.jar 13:24:03 [INFO] Refreshing about files and about.html 13:24:03 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:24:03 [INFO] Refreshing ip_log.xml 13:24:03 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:24:03 [INFO] 13:24:03 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.jclouds.labs.docker --- 13:24:03 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT.jar 13:24:03 [INFO] 13:24:03 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.jclouds.labs.docker --- 13:24:03 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT.jar 13:24:04 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT-sources.jar 13:24:06 [INFO] 13:24:06 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.jclouds.labs.docker --- 13:24:06 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT.jar 13:24:06 [INFO] 13:24:06 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.jclouds.labs.docker --- 13:24:06 [INFO] 13:24:06 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.jclouds.labs.docker --- 13:24:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.docker/1.8.0-SNAPSHOT/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT.jar 13:24:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.docker/1.8.0-SNAPSHOT/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT.pom 13:24:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:24:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.docker/1.8.0-SNAPSHOT/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT-ip_log.xml 13:24:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.docker/1.8.0-SNAPSHOT/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT-pack200.jar.pack.gz 13:24:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:06 [INFO] 13:24:06 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.jclouds.labs.docker --- 13:24:06 [INFO] 13:24:06 [INFO] --------< org.eclipse.orbit.bundles:org.apache.jclouds.api.ec2 >-------- 13:24:06 [INFO] Building Apache Jclouds AWS EC2 API 1.8.0-SNAPSHOT [113/376] 13:24:06 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:24:06 [INFO] 13:24:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.ec2 --- 13:24:06 [INFO] 13:24:06 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.ec2 --- 13:24:06 [INFO] The project's OSGi version is 1.8.0.v20160301-1110 13:24:06 [INFO] 13:24:06 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.jclouds.api.ec2 --- 13:24:06 [INFO] 13:24:06 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.jclouds.api.ec2 --- 13:24:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:06 [INFO] Copying 3 resources 13:24:06 [INFO] 13:24:06 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.jclouds.api.ec2 --- 13:24:06 [INFO] No sources to compile 13:24:06 [INFO] 13:24:06 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.ec2 --- 13:24:06 [INFO] Gathering dependencies 13:24:06 [INFO] Configured Artifact: org.apache.jclouds.api:ec2:1.8.0:jar 13:24:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/api/ec2/1.8.0/ec2-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:24:06 [INFO] Merging collected dependencies 13:24:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:06 [INFO] Copying 287 resources 13:24:06 [INFO] Generating OSGi MANIFEST.MF 13:24:06 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.api.ec2:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT.jar 13:24:06 [INFO] Gathering sources 13:24:06 [INFO] Configured Artifact: org.apache.jclouds.api:ec2:sources:1.8.0:jar 13:24:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/api/ec2/1.8.0/ec2-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:24:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:06 [INFO] Copying 3 resources 13:24:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT-sources.jar 13:24:06 [INFO] Assembling p2 repository 13:24:07 [INFO] 13:24:07 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.ec2 --- 13:24:07 [INFO] 13:24:07 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.ec2 --- 13:24:07 [INFO] Discovering license information from existing ip_log.xml 13:24:07 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.jclouds.api:ec2:1.8.0. 13:24:07 [INFO] Gathering sources archives 13:24:07 [INFO] Configured Artifact: org.apache.jclouds.api:ec2:sources:1.8.0:jar 13:24:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/api/ec2/1.8.0/ec2-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:24:07 [INFO] Configured Artifact: org.apache.jclouds.api:ec2:sources:1.8.0:jar 13:24:07 [INFO] Copying ec2-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/sources-for-eclipse-ipzilla/ec2-1.8.0-sources.jar 13:24:07 [INFO] Refreshing about files and about.html 13:24:07 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:24:07 [INFO] Refreshing ip_log.xml 13:24:07 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:24:07 [INFO] 13:24:07 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.jclouds.api.ec2 --- 13:24:07 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT.jar 13:24:07 [INFO] 13:24:07 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.jclouds.api.ec2 --- 13:24:07 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT.jar 13:24:09 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT-sources.jar 13:24:11 [INFO] 13:24:11 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.jclouds.api.ec2 --- 13:24:11 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT.jar 13:24:11 [INFO] 13:24:11 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.ec2 --- 13:24:11 [INFO] 13:24:11 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.jclouds.api.ec2 --- 13:24:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.ec2/1.8.0-SNAPSHOT/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT.jar 13:24:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.ec2/1.8.0-SNAPSHOT/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT.pom 13:24:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:24:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.ec2/1.8.0-SNAPSHOT/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT-ip_log.xml 13:24:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.ec2/1.8.0-SNAPSHOT/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT-pack200.jar.pack.gz 13:24:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:11 [INFO] 13:24:11 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.ec2 --- 13:24:11 [INFO] 13:24:11 [INFO] ----< org.eclipse.orbit.bundles:org.apache.jclouds.api.cloudwatch >----- 13:24:11 [INFO] Building Apache Jclouds Cloudwatch API 1.8.0-SNAPSHOT [114/376] 13:24:11 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:24:12 [INFO] 13:24:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.cloudwatch --- 13:24:12 [INFO] 13:24:12 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.cloudwatch --- 13:24:12 [INFO] The project's OSGi version is 1.8.0.v20160301-1110 13:24:12 [INFO] 13:24:12 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.jclouds.api.cloudwatch --- 13:24:12 [INFO] 13:24:12 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.jclouds.api.cloudwatch --- 13:24:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:12 [INFO] Copying 3 resources 13:24:12 [INFO] 13:24:12 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.jclouds.api.cloudwatch --- 13:24:12 [INFO] No sources to compile 13:24:12 [INFO] 13:24:12 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.cloudwatch --- 13:24:12 [INFO] Gathering dependencies 13:24:12 [INFO] Configured Artifact: org.apache.jclouds.api:cloudwatch:1.8.0:jar 13:24:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/api/cloudwatch/1.8.0/cloudwatch-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:24:12 [INFO] Merging collected dependencies 13:24:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:12 [INFO] Copying 94 resources 13:24:12 [INFO] Generating OSGi MANIFEST.MF 13:24:12 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.api.cloudwatch:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT.jar 13:24:12 [INFO] Gathering sources 13:24:12 [INFO] Configured Artifact: org.apache.jclouds.api:cloudwatch:sources:1.8.0:jar 13:24:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/api/cloudwatch/1.8.0/cloudwatch-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:24:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:12 [INFO] Copying 3 resources 13:24:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT-sources.jar 13:24:12 [INFO] Assembling p2 repository 13:24:12 [INFO] 13:24:12 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.cloudwatch --- 13:24:12 [INFO] 13:24:12 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.cloudwatch --- 13:24:12 [INFO] Discovering license information from existing ip_log.xml 13:24:12 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.jclouds.api:cloudwatch:1.8.0. 13:24:12 [INFO] Gathering sources archives 13:24:12 [INFO] Configured Artifact: org.apache.jclouds.api:cloudwatch:sources:1.8.0:jar 13:24:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/api/cloudwatch/1.8.0/cloudwatch-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:24:12 [INFO] Configured Artifact: org.apache.jclouds.api:cloudwatch:sources:1.8.0:jar 13:24:12 [INFO] Copying cloudwatch-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/sources-for-eclipse-ipzilla/cloudwatch-1.8.0-sources.jar 13:24:12 [INFO] Refreshing about files and about.html 13:24:12 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:24:12 [INFO] Refreshing ip_log.xml 13:24:12 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:24:12 [INFO] 13:24:12 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.jclouds.api.cloudwatch --- 13:24:12 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT.jar 13:24:13 [INFO] 13:24:13 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.jclouds.api.cloudwatch --- 13:24:13 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT.jar 13:24:14 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT-sources.jar 13:24:15 [INFO] 13:24:15 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.jclouds.api.cloudwatch --- 13:24:15 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT.jar 13:24:15 [INFO] 13:24:15 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.cloudwatch --- 13:24:15 [INFO] 13:24:15 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.jclouds.api.cloudwatch --- 13:24:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.cloudwatch/1.8.0-SNAPSHOT/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT.jar 13:24:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.cloudwatch/1.8.0-SNAPSHOT/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT.pom 13:24:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:24:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.cloudwatch/1.8.0-SNAPSHOT/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT-ip_log.xml 13:24:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.cloudwatch/1.8.0-SNAPSHOT/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT-pack200.jar.pack.gz 13:24:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:15 [INFO] 13:24:15 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.cloudwatch --- 13:24:15 [INFO] 13:24:15 [INFO] -----< org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-core >------ 13:24:15 [INFO] Building Jclouds Components Core 1.8.0-SNAPSHOT [115/376] 13:24:15 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:24:15 [INFO] 13:24:15 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.jclouds-core --- 13:24:15 [INFO] 13:24:15 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.jclouds-core --- 13:24:15 [INFO] The project's OSGi version is 1.8.0.v20181004-1955 13:24:15 [INFO] 13:24:15 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.jclouds.jclouds-core --- 13:24:15 [INFO] 13:24:15 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.jclouds.jclouds-core --- 13:24:15 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:15 [INFO] Copying 3 resources 13:24:15 [INFO] 13:24:15 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.jclouds.jclouds-core --- 13:24:15 [INFO] No sources to compile 13:24:15 [INFO] 13:24:15 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.jclouds-core --- 13:24:15 [INFO] Gathering dependencies 13:24:15 [INFO] Configured Artifact: org.apache.jclouds:jclouds-core:1.8.0:jar 13:24:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/jclouds-core/1.8.0/jclouds-core-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:24:15 [INFO] Merging collected dependencies 13:24:15 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:15 [INFO] Copying 685 resources 13:24:15 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT.jar 13:24:16 [INFO] Gathering sources 13:24:16 [INFO] Configured Artifact: org.apache.jclouds:jclouds-core:sources:1.8.0:jar 13:24:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/jclouds-core/1.8.0/jclouds-core-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:24:16 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:16 [INFO] Copying 3 resources 13:24:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT-sources.jar 13:24:16 [INFO] Assembling p2 repository 13:24:17 [INFO] 13:24:17 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.jclouds-core --- 13:24:17 [INFO] 13:24:17 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.jclouds-core --- 13:24:17 [INFO] Discovering license information from existing ip_log.xml 13:24:17 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.jclouds:jclouds-core:1.8.0. 13:24:17 [INFO] Gathering sources archives 13:24:17 [INFO] Configured Artifact: org.apache.jclouds:jclouds-core:sources:1.8.0:jar 13:24:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/jclouds-core/1.8.0/jclouds-core-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:24:17 [INFO] Configured Artifact: org.apache.jclouds:jclouds-core:sources:1.8.0:jar 13:24:17 [INFO] Copying jclouds-core-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-core-1.8.0-sources.jar 13:24:17 [INFO] Refreshing about files and about.html 13:24:17 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:24:17 [INFO] Refreshing ip_log.xml 13:24:17 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:24:17 [INFO] 13:24:17 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.jclouds.jclouds-core --- 13:24:17 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT.jar 13:24:17 [INFO] 13:24:17 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.jclouds.jclouds-core --- 13:24:17 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT.jar 13:24:19 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT-sources.jar 13:24:21 [INFO] 13:24:21 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.jclouds.jclouds-core --- 13:24:21 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT.jar 13:24:21 [INFO] 13:24:21 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.jclouds.jclouds-core --- 13:24:21 [INFO] 13:24:21 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.jclouds.jclouds-core --- 13:24:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-core/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT.jar 13:24:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-core/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT.pom 13:24:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:24:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-core/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT-ip_log.xml 13:24:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-core/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT-pack200.jar.pack.gz 13:24:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:21 [INFO] 13:24:21 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.jclouds.jclouds-core --- 13:24:21 [INFO] 13:24:21 [INFO] ---< org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-blobstore >--- 13:24:21 [INFO] Building Jclouds Blobstore Core 1.8.0-SNAPSHOT [116/376] 13:24:21 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:24:21 [INFO] 13:24:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.jclouds-blobstore --- 13:24:21 [INFO] 13:24:21 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.jclouds-blobstore --- 13:24:21 [INFO] The project's OSGi version is 1.8.0.v20160301-1110 13:24:21 [INFO] 13:24:21 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.jclouds.jclouds-blobstore --- 13:24:21 [INFO] 13:24:21 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.jclouds.jclouds-blobstore --- 13:24:21 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:21 [INFO] Copying 3 resources 13:24:21 [INFO] 13:24:21 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.jclouds.jclouds-blobstore --- 13:24:21 [INFO] No sources to compile 13:24:21 [INFO] 13:24:21 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.jclouds-blobstore --- 13:24:21 [INFO] Gathering dependencies 13:24:21 [INFO] Configured Artifact: org.apache.jclouds:jclouds-blobstore:1.8.0:jar 13:24:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/jclouds-blobstore/1.8.0/jclouds-blobstore-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:24:21 [INFO] Merging collected dependencies 13:24:21 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:21 [INFO] Copying 149 resources 13:24:21 [INFO] Generating OSGi MANIFEST.MF 13:24:22 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-blobstore:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT.jar 13:24:22 [INFO] Gathering sources 13:24:22 [INFO] Configured Artifact: org.apache.jclouds:jclouds-blobstore:sources:1.8.0:jar 13:24:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/jclouds-blobstore/1.8.0/jclouds-blobstore-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:24:22 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:22 [INFO] Copying 3 resources 13:24:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT-sources.jar 13:24:22 [INFO] Assembling p2 repository 13:24:23 [INFO] 13:24:23 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.jclouds-blobstore --- 13:24:23 [INFO] 13:24:23 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.jclouds-blobstore --- 13:24:23 [INFO] Discovering license information from existing ip_log.xml 13:24:23 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.jclouds:jclouds-blobstore:1.8.0. 13:24:23 [INFO] Gathering sources archives 13:24:23 [INFO] Configured Artifact: org.apache.jclouds:jclouds-blobstore:sources:1.8.0:jar 13:24:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/jclouds-blobstore/1.8.0/jclouds-blobstore-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:24:23 [INFO] Configured Artifact: org.apache.jclouds:jclouds-blobstore:sources:1.8.0:jar 13:24:23 [INFO] Copying jclouds-blobstore-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-blobstore-1.8.0-sources.jar 13:24:23 [INFO] Refreshing about files and about.html 13:24:23 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:24:23 [INFO] Refreshing ip_log.xml 13:24:23 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:24:23 [INFO] 13:24:23 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.jclouds.jclouds-blobstore --- 13:24:23 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT.jar 13:24:23 [INFO] 13:24:23 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.jclouds.jclouds-blobstore --- 13:24:24 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT.jar 13:24:25 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT-sources.jar 13:24:26 [INFO] 13:24:26 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.jclouds.jclouds-blobstore --- 13:24:26 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT.jar 13:24:27 [INFO] 13:24:27 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.jclouds.jclouds-blobstore --- 13:24:27 [INFO] 13:24:27 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.jclouds.jclouds-blobstore --- 13:24:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-blobstore/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT.jar 13:24:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-blobstore/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT.pom 13:24:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:24:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-blobstore/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT-ip_log.xml 13:24:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-blobstore/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT-pack200.jar.pack.gz 13:24:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:28 [INFO] 13:24:28 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.jclouds.jclouds-blobstore --- 13:24:28 [INFO] 13:24:28 [INFO] ----< org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-compute >---- 13:24:28 [INFO] Building Jclouds Compute Core 1.8.0-SNAPSHOT [117/376] 13:24:28 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:24:28 [INFO] 13:24:28 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.jclouds-compute --- 13:24:28 [INFO] 13:24:28 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.jclouds-compute --- 13:24:28 [INFO] The project's OSGi version is 1.8.0.v20160301-1110 13:24:28 [INFO] 13:24:28 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.jclouds.jclouds-compute --- 13:24:28 [INFO] 13:24:28 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.jclouds.jclouds-compute --- 13:24:28 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:28 [INFO] Copying 3 resources 13:24:28 [INFO] 13:24:28 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.jclouds.jclouds-compute --- 13:24:28 [INFO] No sources to compile 13:24:28 [INFO] 13:24:28 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.jclouds-compute --- 13:24:28 [INFO] Gathering dependencies 13:24:28 [INFO] Configured Artifact: org.apache.jclouds:jclouds-compute:1.8.0:jar 13:24:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/jclouds-compute/1.8.0/jclouds-compute-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:24:28 [INFO] Merging collected dependencies 13:24:28 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:28 [INFO] Copying 401 resources 13:24:28 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT.jar 13:24:28 [INFO] Gathering sources 13:24:28 [INFO] Configured Artifact: org.apache.jclouds:jclouds-compute:sources:1.8.0:jar 13:24:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/jclouds-compute/1.8.0/jclouds-compute-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:24:29 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:29 [INFO] Copying 3 resources 13:24:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT-sources.jar 13:24:29 [INFO] Assembling p2 repository 13:24:29 [INFO] 13:24:29 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.jclouds-compute --- 13:24:29 [INFO] 13:24:29 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.jclouds-compute --- 13:24:29 [INFO] Discovering license information from existing ip_log.xml 13:24:29 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.jclouds:jclouds-compute:1.8.0. 13:24:29 [INFO] Gathering sources archives 13:24:29 [INFO] Configured Artifact: org.apache.jclouds:jclouds-compute:sources:1.8.0:jar 13:24:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/jclouds-compute/1.8.0/jclouds-compute-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:24:29 [INFO] Configured Artifact: org.apache.jclouds:jclouds-compute:sources:1.8.0:jar 13:24:29 [INFO] Copying jclouds-compute-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-compute-1.8.0-sources.jar 13:24:29 [INFO] Refreshing about files and about.html 13:24:29 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:24:29 [INFO] Refreshing ip_log.xml 13:24:29 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:24:29 [INFO] 13:24:29 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.jclouds.jclouds-compute --- 13:24:29 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT.jar 13:24:29 [INFO] 13:24:29 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.jclouds.jclouds-compute --- 13:24:30 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT.jar 13:24:31 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT-sources.jar 13:24:33 [INFO] 13:24:33 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.jclouds.jclouds-compute --- 13:24:33 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT.jar 13:24:33 [INFO] 13:24:33 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.jclouds.jclouds-compute --- 13:24:33 [INFO] 13:24:33 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.jclouds.jclouds-compute --- 13:24:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-compute/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT.jar 13:24:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-compute/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT.pom 13:24:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:24:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-compute/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT-ip_log.xml 13:24:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-compute/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT-pack200.jar.pack.gz 13:24:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:33 [INFO] 13:24:33 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.jclouds.jclouds-compute --- 13:24:33 [INFO] 13:24:33 [INFO] --------< org.eclipse.orbit.bundles:org.apache.jclouds.api.sts >-------- 13:24:33 [INFO] Building Jclouds Sts Api 1.8.0-SNAPSHOT [118/376] 13:24:33 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:24:33 [INFO] 13:24:33 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.sts --- 13:24:33 [INFO] 13:24:33 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.sts --- 13:24:33 [INFO] The project's OSGi version is 1.8.0.v20160301-1110 13:24:33 [INFO] 13:24:33 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.jclouds.api.sts --- 13:24:33 [INFO] 13:24:33 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.jclouds.api.sts --- 13:24:33 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:33 [INFO] Copying 3 resources 13:24:33 [INFO] 13:24:33 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.jclouds.api.sts --- 13:24:33 [INFO] No sources to compile 13:24:33 [INFO] 13:24:33 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.sts --- 13:24:33 [INFO] Gathering dependencies 13:24:33 [INFO] Configured Artifact: org.apache.jclouds.api:sts:1.8.0:jar 13:24:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/api/sts/1.8.0/sts-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:24:33 [INFO] Merging collected dependencies 13:24:33 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:33 [INFO] Copying 45 resources 13:24:33 [INFO] Generating OSGi MANIFEST.MF 13:24:33 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.api.sts:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT.jar 13:24:33 [INFO] Gathering sources 13:24:33 [INFO] Configured Artifact: org.apache.jclouds.api:sts:sources:1.8.0:jar 13:24:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/api/sts/1.8.0/sts-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:24:33 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:33 [INFO] Copying 3 resources 13:24:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT-sources.jar 13:24:33 [INFO] Assembling p2 repository 13:24:34 [INFO] 13:24:34 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.sts --- 13:24:34 [INFO] 13:24:34 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.sts --- 13:24:34 [INFO] Discovering license information from existing ip_log.xml 13:24:34 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.jclouds.api:sts:1.8.0. 13:24:34 [INFO] Gathering sources archives 13:24:34 [INFO] Configured Artifact: org.apache.jclouds.api:sts:sources:1.8.0:jar 13:24:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/api/sts/1.8.0/sts-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:24:34 [INFO] Configured Artifact: org.apache.jclouds.api:sts:sources:1.8.0:jar 13:24:34 [INFO] Copying sts-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/sources-for-eclipse-ipzilla/sts-1.8.0-sources.jar 13:24:34 [INFO] Refreshing about files and about.html 13:24:34 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:24:34 [INFO] Refreshing ip_log.xml 13:24:34 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:24:34 [INFO] 13:24:34 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.jclouds.api.sts --- 13:24:34 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT.jar 13:24:34 [INFO] 13:24:34 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.jclouds.api.sts --- 13:24:34 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT.jar 13:24:35 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT-sources.jar 13:24:37 [INFO] 13:24:37 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.jclouds.api.sts --- 13:24:37 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT.jar 13:24:37 [INFO] 13:24:37 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.sts --- 13:24:37 [INFO] 13:24:37 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.jclouds.api.sts --- 13:24:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.sts/1.8.0-SNAPSHOT/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT.jar 13:24:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.sts/1.8.0-SNAPSHOT/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT.pom 13:24:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:24:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.sts/1.8.0-SNAPSHOT/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT-ip_log.xml 13:24:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.sts/1.8.0-SNAPSHOT/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT-pack200.jar.pack.gz 13:24:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:37 [INFO] 13:24:37 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.sts --- 13:24:37 [INFO] 13:24:37 [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-scriptbuilder >-- 13:24:37 [INFO] Building Jclouds Script Builder 1.8.0-SNAPSHOT [119/376] 13:24:37 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:24:37 [INFO] 13:24:37 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.jclouds-scriptbuilder --- 13:24:37 [INFO] 13:24:37 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.jclouds-scriptbuilder --- 13:24:37 [INFO] The project's OSGi version is 1.8.0.v20160301-1110 13:24:37 [INFO] 13:24:37 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.jclouds.jclouds-scriptbuilder --- 13:24:37 [INFO] 13:24:37 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.jclouds.jclouds-scriptbuilder --- 13:24:37 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:37 [INFO] Copying 3 resources 13:24:37 [INFO] 13:24:37 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.jclouds.jclouds-scriptbuilder --- 13:24:37 [INFO] No sources to compile 13:24:37 [INFO] 13:24:37 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.jclouds-scriptbuilder --- 13:24:37 [INFO] Gathering dependencies 13:24:37 [INFO] Configured Artifact: org.apache.jclouds:jclouds-scriptbuilder:1.8.0:jar 13:24:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/jclouds-scriptbuilder/1.8.0/jclouds-scriptbuilder-1.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:24:37 [INFO] Merging collected dependencies 13:24:37 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:37 [INFO] Copying 134 resources 13:24:37 [INFO] Generating OSGi MANIFEST.MF 13:24:37 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-scriptbuilder:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT.jar 13:24:37 [INFO] Gathering sources 13:24:37 [INFO] Configured Artifact: org.apache.jclouds:jclouds-scriptbuilder:sources:1.8.0:jar 13:24:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/jclouds-scriptbuilder/1.8.0/jclouds-scriptbuilder-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:24:37 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:37 [INFO] Copying 3 resources 13:24:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT-sources.jar 13:24:37 [INFO] Assembling p2 repository 13:24:37 [INFO] 13:24:37 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.jclouds-scriptbuilder --- 13:24:37 [INFO] 13:24:37 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.jclouds-scriptbuilder --- 13:24:37 [INFO] Discovering license information from existing ip_log.xml 13:24:37 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.jclouds:jclouds-scriptbuilder:1.8.0. 13:24:37 [INFO] Gathering sources archives 13:24:37 [INFO] Configured Artifact: org.apache.jclouds:jclouds-scriptbuilder:sources:1.8.0:jar 13:24:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/jclouds/jclouds-scriptbuilder/1.8.0/jclouds-scriptbuilder-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:24:37 [INFO] Configured Artifact: org.apache.jclouds:jclouds-scriptbuilder:sources:1.8.0:jar 13:24:37 [INFO] Copying jclouds-scriptbuilder-1.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-scriptbuilder-1.8.0-sources.jar 13:24:37 [INFO] Refreshing about files and about.html 13:24:37 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:24:37 [INFO] Refreshing ip_log.xml 13:24:37 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:24:37 [INFO] 13:24:37 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.jclouds.jclouds-scriptbuilder --- 13:24:37 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT.jar 13:24:37 [INFO] 13:24:37 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.jclouds.jclouds-scriptbuilder --- 13:24:37 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT.jar 13:24:39 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT-sources.jar 13:24:41 [INFO] 13:24:41 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.jclouds.jclouds-scriptbuilder --- 13:24:41 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT.jar 13:24:41 [INFO] 13:24:41 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.jclouds.jclouds-scriptbuilder --- 13:24:41 [INFO] 13:24:41 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.jclouds.jclouds-scriptbuilder --- 13:24:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-scriptbuilder/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT.jar 13:24:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-scriptbuilder/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT.pom 13:24:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:24:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-scriptbuilder/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT-ip_log.xml 13:24:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-scriptbuilder/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT-pack200.jar.pack.gz 13:24:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:24:41 [INFO] 13:24:41 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.jclouds.jclouds-scriptbuilder --- 13:24:41 [INFO] 13:24:41 [INFO] ------------------< org.eclipse.orbit.bundles:lucene >------------------ 13:24:41 [INFO] Building Eclipse Orbit :: Apache Lucene Recipes 1.0.0-SNAPSHOT [120/376] 13:24:41 [INFO] --------------------------------[ pom ]--------------------------------- 13:24:41 [INFO] 13:24:41 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lucene --- 13:24:41 [INFO] 13:24:41 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ lucene --- 13:24:41 [INFO] 13:24:41 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ lucene --- 13:24:41 [INFO] 13:24:41 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ lucene --- 13:24:41 [INFO] 13:24:41 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ lucene --- 13:24:41 [INFO] 13:24:41 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ lucene --- 13:24:41 [INFO] 13:24:41 [INFO] --- maven-install-plugin:2.4:install (default-install) @ lucene --- 13:24:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/lucene/1.0.0-SNAPSHOT/lucene-1.0.0-SNAPSHOT.pom 13:24:41 [INFO] 13:24:41 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.lucene.core >---------- 13:24:41 [INFO] Building Lucene Core 7.5.0 7.5.0-SNAPSHOT [121/376] 13:24:41 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:24:41 [INFO] 13:24:41 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.core --- 13:24:41 [INFO] 13:24:41 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.core --- 13:24:41 [INFO] The project's OSGi version is 7.5.0.v20181003-1532 13:24:41 [INFO] 13:24:41 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.lucene.core --- 13:24:41 [INFO] 13:24:41 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.lucene.core --- 13:24:41 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:41 [INFO] Copying 3 resources 13:24:41 [INFO] 13:24:41 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.lucene.core --- 13:24:41 [INFO] No sources to compile 13:24:41 [INFO] 13:24:41 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.core --- 13:24:41 [INFO] Gathering dependencies 13:24:41 [INFO] Configured Artifact: org.apache.lucene:lucene-core:7.5.0:jar 13:24:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_7.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:24:42 [INFO] Merging collected dependencies 13:24:42 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:42 [INFO] Copying 1929 resources 13:24:42 [INFO] Generating OSGi MANIFEST.MF 13:24:42 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.core:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:24:42 [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} [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_7.5.0/target/org.apache.lucene.core-7.5.0-SNAPSHOT.jar 13:24:42 [INFO] Gathering sources 13:24:42 [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:7.5.0:jar 13:24:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_7.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:24:45 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:45 [INFO] Copying 3 resources 13:24:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_7.5.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_7.5.0/target/org.apache.lucene.core-7.5.0-SNAPSHOT-sources.jar 13:24:45 [INFO] Assembling p2 repository 13:24:46 [INFO] 13:24:46 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.core --- 13:24:46 [INFO] 13:24:46 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.core --- 13:24:46 [INFO] Discovering license information from existing ip_log.xml 13:24:46 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.lucene:lucene-core:7.5.0. 13:24:46 [INFO] Gathering sources archives 13:24:46 [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:7.5.0:jar 13:24:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:24:46 [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:7.5.0:jar 13:24:46 [INFO] Copying lucene-core-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_7.5.0/target/sources-for-eclipse-ipzilla/lucene-core-7.5.0-sources.jar 13:24:46 [INFO] Refreshing about files and about.html 13:24:46 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:24:46 [INFO] Refreshing ip_log.xml 13:24:46 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_7.5.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:24:46 [INFO] 13:24:46 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.lucene.core --- 13:24:46 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_7.5.0/target/org.apache.lucene.core-7.5.0-SNAPSHOT.jar 13:24:48 [INFO] 13:24:48 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.lucene.core --- 13:24:49 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_7.5.0/target/org.apache.lucene.core-7.5.0-SNAPSHOT.jar 13:24:52 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_7.5.0/target/org.apache.lucene.core-7.5.0-SNAPSHOT-sources.jar 13:24:55 [INFO] 13:24:55 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.lucene.core --- 13:24:55 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_7.5.0/target/org.apache.lucene.core-7.5.0-SNAPSHOT.jar 13:24:56 [INFO] 13:24:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.lucene.core --- 13:24:56 [INFO] 13:24:56 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.lucene.core --- 13:24:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT.jar 13:24:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_7.5.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT.pom 13:24:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-sources.jar 13:24:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_7.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-p2metadata.xml 13:24:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_7.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-p2artifacts.xml 13:24:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_7.5.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-ip_log.xml 13:24:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_7.5.0/target/org.apache.lucene.core-7.5.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-pack200.jar.pack.gz 13:24:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_7.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-p2metadata.xml 13:24:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_7.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-p2artifacts.xml 13:24:56 [INFO] 13:24:56 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.lucene.core --- 13:24:56 [INFO] 13:24:56 [INFO] ----< org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common >---- 13:24:56 [INFO] Building Lucene Common Analyzers 7.5.0 7.5.0-SNAPSHOT [122/376] 13:24:56 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:24:57 [INFO] 13:24:57 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.analyzers-common --- 13:24:57 [INFO] 13:24:57 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.analyzers-common --- 13:24:57 [INFO] The project's OSGi version is 7.5.0.v20181003-1532 13:24:57 [INFO] 13:24:57 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.lucene.analyzers-common --- 13:24:57 [INFO] 13:24:57 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.lucene.analyzers-common --- 13:24:57 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:57 [INFO] Copying 3 resources 13:24:57 [INFO] 13:24:57 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.lucene.analyzers-common --- 13:24:57 [INFO] No sources to compile 13:24:57 [INFO] 13:24:57 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.analyzers-common --- 13:24:57 [INFO] Gathering dependencies 13:24:57 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:7.5.0:jar 13:24:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:24:58 [INFO] Merging collected dependencies 13:24:58 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:58 [INFO] Copying 621 resources 13:24:58 [INFO] Generating OSGi MANIFEST.MF 13:24:58 [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.*] 13:24:58 [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 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.jar 13:24:58 [INFO] Gathering sources 13:24:58 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:sources:7.5.0:jar 13:24:58 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:24:58 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:24:58 [INFO] Copying 3 resources 13:24:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-sources.jar 13:24:58 [INFO] Assembling p2 repository 13:24:59 [INFO] 13:24:59 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.analyzers-common --- 13:24:59 [INFO] 13:24:59 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.analyzers-common --- 13:24:59 [INFO] Discovering license information from existing ip_log.xml 13:24:59 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.lucene:lucene-analyzers-common:7.5.0. 13:24:59 [INFO] Gathering sources archives 13:24:59 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:sources:7.5.0:jar 13:24:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:24:59 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:sources:7.5.0:jar 13:24:59 [INFO] Copying lucene-analyzers-common-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/sources-for-eclipse-ipzilla/lucene-analyzers-common-7.5.0-sources.jar 13:24:59 [INFO] Refreshing about files and about.html 13:24:59 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:24:59 [INFO] Refreshing ip_log.xml 13:24:59 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:24:59 [INFO] 13:24:59 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.lucene.analyzers-common --- 13:24:59 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.jar 13:25:03 [INFO] 13:25:03 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.lucene.analyzers-common --- 13:25:03 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.jar 13:25:06 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-sources.jar 13:25:09 [INFO] 13:25:09 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.lucene.analyzers-common --- 13:25:09 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.jar 13:25:12 [INFO] 13:25:12 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.lucene.analyzers-common --- 13:25:12 [INFO] 13:25:12 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.lucene.analyzers-common --- 13:25:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.jar 13:25:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.pom 13:25:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:25:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:25:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:25:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-ip_log.xml 13:25:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-pack200.jar.pack.gz 13:25:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:25:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:25:12 [INFO] 13:25:12 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.lucene.analyzers-common --- 13:25:12 [INFO] 13:25:12 [INFO] ---< org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn >---- 13:25:12 [INFO] Building Lucene Smart Chinese Analyzer 7.5.0 7.5.0-SNAPSHOT [123/376] 13:25:12 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:25:13 [INFO] 13:25:13 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.analyzers-smartcn --- 13:25:13 [INFO] 13:25:13 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.analyzers-smartcn --- 13:25:13 [INFO] The project's OSGi version is 7.5.0.v20181003-1532 13:25:13 [INFO] 13:25:13 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.lucene.analyzers-smartcn --- 13:25:13 [INFO] 13:25:13 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.lucene.analyzers-smartcn --- 13:25:13 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:25:13 [INFO] Copying 3 resources 13:25:13 [INFO] 13:25:13 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.lucene.analyzers-smartcn --- 13:25:13 [INFO] No sources to compile 13:25:13 [INFO] 13:25:13 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.analyzers-smartcn --- 13:25:13 [INFO] Gathering dependencies 13:25:13 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:7.5.0:jar 13:25:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:25:13 [INFO] Merging collected dependencies 13:25:13 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:25:13 [INFO] Copying 28 resources 13:25:13 [INFO] Generating OSGi MANIFEST.MF 13:25:13 [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.*] 13:25:13 [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 13:25:13 [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 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT.jar 13:25:13 [INFO] Gathering sources 13:25:13 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:sources:7.5.0:jar 13:25:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:25:14 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:25:14 [INFO] Copying 3 resources 13:25:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT-sources.jar 13:25:14 [INFO] Assembling p2 repository 13:25:14 [INFO] 13:25:14 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.analyzers-smartcn --- 13:25:14 [INFO] 13:25:14 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.analyzers-smartcn --- 13:25:14 [INFO] Discovering license information from existing ip_log.xml 13:25:14 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.lucene:lucene-analyzers-smartcn:7.5.0. 13:25:14 [INFO] Gathering sources archives 13:25:14 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:sources:7.5.0:jar 13:25:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:25:14 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:sources:7.5.0:jar 13:25:14 [INFO] Copying lucene-analyzers-smartcn-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/sources-for-eclipse-ipzilla/lucene-analyzers-smartcn-7.5.0-sources.jar 13:25:14 [INFO] Refreshing about files and about.html 13:25:14 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:25:14 [INFO] Refreshing ip_log.xml 13:25:14 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:25:14 [INFO] 13:25:14 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.lucene.analyzers-smartcn --- 13:25:14 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT.jar 13:25:15 [INFO] 13:25:15 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.lucene.analyzers-smartcn --- 13:25:16 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT.jar 13:25:18 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT-sources.jar 13:25:21 [INFO] 13:25:21 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.lucene.analyzers-smartcn --- 13:25:21 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT.jar 13:25:21 [INFO] 13:25:21 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.lucene.analyzers-smartcn --- 13:25:21 [INFO] 13:25:21 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.lucene.analyzers-smartcn --- 13:25:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT.jar 13:25:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT.pom 13:25:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:25:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:25:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:25:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT-ip_log.xml 13:25:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT-pack200.jar.pack.gz 13:25:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:25:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:25:21 [INFO] 13:25:21 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.lucene.analyzers-smartcn --- 13:25:21 [INFO] 13:25:21 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.lucene.misc >---------- 13:25:21 [INFO] Building Lucene Miscellaneous 7.5.0 7.5.0-SNAPSHOT [124/376] 13:25:21 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:25:21 [INFO] 13:25:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.misc --- 13:25:21 [INFO] 13:25:21 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.misc --- 13:25:21 [INFO] The project's OSGi version is 7.5.0.v20181003-1532 13:25:21 [INFO] 13:25:21 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.lucene.misc --- 13:25:21 [INFO] 13:25:21 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.lucene.misc --- 13:25:21 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:25:21 [INFO] Copying 3 resources 13:25:21 [INFO] 13:25:21 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.lucene.misc --- 13:25:21 [INFO] No sources to compile 13:25:21 [INFO] 13:25:21 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.misc --- 13:25:21 [INFO] Gathering dependencies 13:25:21 [INFO] Configured Artifact: org.apache.lucene:lucene-misc:7.5.0:jar 13:25:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/lucene/lucene-misc/7.5.0/lucene-misc-7.5.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.misc_7.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:25:21 [INFO] Merging collected dependencies 13:25:21 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:25:21 [INFO] Copying 58 resources 13:25:21 [INFO] Generating OSGi MANIFEST.MF 13:25:21 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.misc:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:25:21 [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 13:25:21 [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} [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.misc_7.5.0/target/org.apache.lucene.misc-7.5.0-SNAPSHOT.jar 13:25:21 [INFO] Gathering sources 13:25:21 [INFO] Configured Artifact: org.apache.lucene:lucene-misc:sources:7.5.0:jar 13:25:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/lucene/lucene-misc/7.5.0/lucene-misc-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.misc_7.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:25:21 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:25:21 [INFO] Copying 3 resources 13:25:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.misc_7.5.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.misc_7.5.0/target/org.apache.lucene.misc-7.5.0-SNAPSHOT-sources.jar 13:25:21 [INFO] Assembling p2 repository 13:25:22 [INFO] 13:25:22 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.misc --- 13:25:22 [INFO] 13:25:22 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.misc --- 13:25:22 [INFO] Discovering license information from existing ip_log.xml 13:25:22 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.lucene:lucene-misc:7.5.0. 13:25:22 [INFO] Gathering sources archives 13:25:22 [INFO] Configured Artifact: org.apache.lucene:lucene-misc:sources:7.5.0:jar 13:25:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/lucene/lucene-misc/7.5.0/lucene-misc-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:25:22 [INFO] Configured Artifact: org.apache.lucene:lucene-misc:sources:7.5.0:jar 13:25:22 [INFO] Copying lucene-misc-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.misc_7.5.0/target/sources-for-eclipse-ipzilla/lucene-misc-7.5.0-sources.jar 13:25:22 [INFO] Refreshing about files and about.html 13:25:22 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:25:22 [INFO] Refreshing ip_log.xml 13:25:22 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.misc_7.5.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:25:22 [INFO] 13:25:22 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.lucene.misc --- 13:25:22 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.misc_7.5.0/target/org.apache.lucene.misc-7.5.0-SNAPSHOT.jar 13:25:22 [INFO] 13:25:22 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.lucene.misc --- 13:25:22 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.misc_7.5.0/target/org.apache.lucene.misc-7.5.0-SNAPSHOT.jar 13:25:24 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.misc_7.5.0/target/org.apache.lucene.misc-7.5.0-SNAPSHOT-sources.jar 13:25:26 [INFO] 13:25:26 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.lucene.misc --- 13:25:26 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.misc_7.5.0/target/org.apache.lucene.misc-7.5.0-SNAPSHOT.jar 13:25:26 [INFO] 13:25:26 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.lucene.misc --- 13:25:27 [INFO] 13:25:27 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.lucene.misc --- 13:25:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT.jar 13:25:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.misc_7.5.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT.pom 13:25:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT-sources.jar 13:25:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.misc_7.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT-p2metadata.xml 13:25:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.misc_7.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT-p2artifacts.xml 13:25:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.misc_7.5.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT-ip_log.xml 13:25:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.misc_7.5.0/target/org.apache.lucene.misc-7.5.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT-pack200.jar.pack.gz 13:25:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.misc_7.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT-p2metadata.xml 13:25:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.misc_7.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT-p2artifacts.xml 13:25:27 [INFO] 13:25:27 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.lucene.misc --- 13:25:27 [INFO] 13:25:27 [INFO] ------< org.eclipse.orbit.bundles:org.apache.lucene.queryparser >------- 13:25:27 [INFO] Building Lucene QueryParsers 7.5.0 7.5.0-SNAPSHOT [125/376] 13:25:27 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:25:28 [INFO] 13:25:28 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.queryparser --- 13:25:28 [INFO] 13:25:28 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.queryparser --- 13:25:28 [INFO] The project's OSGi version is 7.5.0.v20181003-1532 13:25:28 [INFO] 13:25:28 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.lucene.queryparser --- 13:25:28 [INFO] 13:25:28 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.lucene.queryparser --- 13:25:28 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:25:28 [INFO] Copying 3 resources 13:25:28 [INFO] 13:25:28 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.lucene.queryparser --- 13:25:28 [INFO] No sources to compile 13:25:28 [INFO] 13:25:28 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.queryparser --- 13:25:28 [INFO] Gathering dependencies 13:25:28 [INFO] Configured Artifact: org.apache.lucene:lucene-queryparser:7.5.0:jar 13:25:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:25:28 [INFO] Merging collected dependencies 13:25:28 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:25:28 [INFO] Copying 260 resources 13:25:28 [INFO] Generating OSGi MANIFEST.MF 13:25:28 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.queryparser:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:25:28 [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 13:25:28 [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 13:25:28 [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 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.jar 13:25:28 [INFO] Gathering sources 13:25:28 [INFO] Configured Artifact: org.apache.lucene:lucene-queryparser:sources:7.5.0:jar 13:25:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:25:29 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:25:29 [INFO] Copying 3 resources 13:25:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.queryparser_7.5.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-sources.jar 13:25:29 [INFO] Assembling p2 repository 13:25:30 [INFO] 13:25:30 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.queryparser --- 13:25:30 [INFO] 13:25:30 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.queryparser --- 13:25:30 [INFO] Discovering license information from existing ip_log.xml 13:25:30 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.lucene:lucene-queryparser:7.5.0. 13:25:30 [INFO] Gathering sources archives 13:25:30 [INFO] Configured Artifact: org.apache.lucene:lucene-queryparser:sources:7.5.0:jar 13:25:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:25:30 [INFO] Configured Artifact: org.apache.lucene:lucene-queryparser:sources:7.5.0:jar 13:25:30 [INFO] Copying lucene-queryparser-7.5.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/sources-for-eclipse-ipzilla/lucene-queryparser-7.5.0-sources.jar 13:25:30 [INFO] Refreshing about files and about.html 13:25:30 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:25:30 [INFO] Refreshing ip_log.xml 13:25:30 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.queryparser_7.5.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:25:30 [INFO] 13:25:30 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.lucene.queryparser --- 13:25:30 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.jar 13:25:30 [INFO] 13:25:30 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.lucene.queryparser --- 13:25:30 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.jar 13:25:32 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-sources.jar 13:25:34 [INFO] 13:25:34 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.lucene.queryparser --- 13:25:34 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.jar 13:25:34 [INFO] 13:25:34 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.lucene.queryparser --- 13:25:34 [INFO] 13:25:34 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.lucene.queryparser --- 13:25:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.jar 13:25:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.queryparser_7.5.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.pom 13:25:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-sources.jar 13:25:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-p2metadata.xml 13:25:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-p2artifacts.xml 13:25:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.queryparser_7.5.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-ip_log.xml 13:25:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-pack200.jar.pack.gz 13:25:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-p2metadata.xml 13:25:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-p2artifacts.xml 13:25:34 [INFO] 13:25:34 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.lucene.queryparser --- 13:25:34 [INFO] 13:25:34 [INFO] ----------< org.eclipse.orbit.bundles:org.apache.lucene.core >---------- 13:25:34 [INFO] Building Lucene Core 8.4.1 8.4.1-SNAPSHOT [126/376] 13:25:34 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:25:35 [INFO] 13:25:35 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.core --- 13:25:35 [INFO] 13:25:35 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.core --- 13:25:35 [INFO] The project's OSGi version is 8.4.1.v20200122-1459 13:25:35 [INFO] 13:25:35 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.lucene.core --- 13:25:35 [INFO] 13:25:35 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.lucene.core --- 13:25:35 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:25:35 [INFO] Copying 3 resources 13:25:35 [INFO] 13:25:35 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.lucene.core --- 13:25:35 [INFO] No sources to compile 13:25:35 [INFO] 13:25:35 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.core --- 13:25:35 [INFO] Gathering dependencies 13:25:35 [INFO] Configured Artifact: org.apache.lucene:lucene-core:8.4.1:jar 13:25:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_8.4.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:25:35 [INFO] Merging collected dependencies 13:25:35 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:25:35 [INFO] Copying 2028 resources 13:25:35 [INFO] Generating OSGi MANIFEST.MF 13:25:36 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.core:eclipse-bundle-recipe:8.4.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:25:36 [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} [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_8.4.1/target/org.apache.lucene.core-8.4.1-SNAPSHOT.jar 13:25:36 [INFO] Gathering sources 13:25:36 [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:8.4.1:jar 13:25:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_8.4.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:25:36 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:25:36 [INFO] Copying 3 resources 13:25:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_8.4.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_8.4.1/target/org.apache.lucene.core-8.4.1-SNAPSHOT-sources.jar 13:25:37 [INFO] Assembling p2 repository 13:25:37 [INFO] 13:25:37 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.core --- 13:25:37 [INFO] 13:25:37 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.core --- 13:25:37 [INFO] Discovering license information from existing ip_log.xml 13:25:37 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.lucene:lucene-core:8.4.1. 13:25:37 [INFO] Gathering sources archives 13:25:37 [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:8.4.1:jar 13:25:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:25:37 [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:8.4.1:jar 13:25:37 [INFO] Copying lucene-core-8.4.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_8.4.1/target/sources-for-eclipse-ipzilla/lucene-core-8.4.1-sources.jar 13:25:37 [INFO] Refreshing about files and about.html 13:25:37 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:25:37 [INFO] Refreshing ip_log.xml 13:25:37 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_8.4.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:25:37 [INFO] 13:25:37 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.lucene.core --- 13:25:37 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_8.4.1/target/org.apache.lucene.core-8.4.1-SNAPSHOT.jar 13:25:39 [INFO] 13:25:39 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.lucene.core --- 13:25:40 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_8.4.1/target/org.apache.lucene.core-8.4.1-SNAPSHOT.jar 13:25:43 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_8.4.1/target/org.apache.lucene.core-8.4.1-SNAPSHOT-sources.jar 13:25:45 [INFO] 13:25:45 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.lucene.core --- 13:25:45 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_8.4.1/target/org.apache.lucene.core-8.4.1-SNAPSHOT.jar 13:25:47 [INFO] 13:25:47 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.lucene.core --- 13:25:47 [INFO] 13:25:47 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.lucene.core --- 13:25:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT.jar 13:25:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_8.4.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT.pom 13:25:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT-sources.jar 13:25:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_8.4.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT-p2metadata.xml 13:25:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_8.4.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT-p2artifacts.xml 13:25:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_8.4.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT-ip_log.xml 13:25:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_8.4.1/target/org.apache.lucene.core-8.4.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT-pack200.jar.pack.gz 13:25:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_8.4.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT-p2metadata.xml 13:25:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.core_8.4.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT-p2artifacts.xml 13:25:47 [INFO] 13:25:47 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.lucene.core --- 13:25:47 [INFO] 13:25:47 [INFO] ----< org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common >---- 13:25:47 [INFO] Building Lucene Common Analyzers 8.4.1 8.4.1-SNAPSHOT [127/376] 13:25:47 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:25:47 [INFO] 13:25:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.analyzers-common --- 13:25:47 [INFO] 13:25:47 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.analyzers-common --- 13:25:47 [INFO] The project's OSGi version is 8.4.1.v20200122-1459 13:25:47 [INFO] 13:25:47 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.lucene.analyzers-common --- 13:25:47 [INFO] 13:25:47 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.lucene.analyzers-common --- 13:25:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:25:47 [INFO] Copying 3 resources 13:25:47 [INFO] 13:25:47 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.lucene.analyzers-common --- 13:25:47 [INFO] No sources to compile 13:25:47 [INFO] 13:25:47 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.analyzers-common --- 13:25:47 [INFO] Gathering dependencies 13:25:47 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:8.4.1:jar 13:25:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:25:47 [INFO] Merging collected dependencies 13:25:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:25:47 [INFO] Copying 623 resources 13:25:48 [INFO] Generating OSGi MANIFEST.MF 13:25:48 [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.*] 13:25:48 [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 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT.jar 13:25:48 [INFO] Gathering sources 13:25:48 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:sources:8.4.1:jar 13:25:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:25:48 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:25:48 [INFO] Copying 3 resources 13:25:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT-sources.jar 13:25:48 [INFO] Assembling p2 repository 13:25:49 [INFO] 13:25:49 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.analyzers-common --- 13:25:49 [INFO] 13:25:49 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.analyzers-common --- 13:25:49 [INFO] Discovering license information from existing ip_log.xml 13:25:49 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.lucene:lucene-analyzers-common:8.4.1. 13:25:49 [INFO] Gathering sources archives 13:25:49 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:sources:8.4.1:jar 13:25:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:25:49 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:sources:8.4.1:jar 13:25:49 [INFO] Copying lucene-analyzers-common-8.4.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/sources-for-eclipse-ipzilla/lucene-analyzers-common-8.4.1-sources.jar 13:25:49 [INFO] Refreshing about files and about.html 13:25:49 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:25:49 [INFO] Refreshing ip_log.xml 13:25:49 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:25:49 [INFO] 13:25:49 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.lucene.analyzers-common --- 13:25:49 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT.jar 13:25:53 [INFO] 13:25:53 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.lucene.analyzers-common --- 13:25:53 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT.jar 13:25:56 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT-sources.jar 13:25:58 [INFO] 13:25:58 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.lucene.analyzers-common --- 13:25:58 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT.jar 13:26:02 [INFO] 13:26:02 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.lucene.analyzers-common --- 13:26:02 [INFO] 13:26:02 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.lucene.analyzers-common --- 13:26:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT.jar 13:26:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT.pom 13:26:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:26:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT-ip_log.xml 13:26:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT-pack200.jar.pack.gz 13:26:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:02 [INFO] 13:26:02 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.lucene.analyzers-common --- 13:26:02 [INFO] 13:26:02 [INFO] ---< org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn >---- 13:26:02 [INFO] Building Lucene Smart Chinese Analyzer 8.4.1 8.4.1-SNAPSHOT [128/376] 13:26:02 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:26:02 [INFO] 13:26:02 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.analyzers-smartcn --- 13:26:02 [INFO] 13:26:02 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.analyzers-smartcn --- 13:26:02 [INFO] The project's OSGi version is 8.4.1.v20200122-1459 13:26:02 [INFO] 13:26:02 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.lucene.analyzers-smartcn --- 13:26:02 [INFO] 13:26:02 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.lucene.analyzers-smartcn --- 13:26:02 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:02 [INFO] Copying 3 resources 13:26:02 [INFO] 13:26:02 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.lucene.analyzers-smartcn --- 13:26:02 [INFO] No sources to compile 13:26:02 [INFO] 13:26:02 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.analyzers-smartcn --- 13:26:02 [INFO] Gathering dependencies 13:26:02 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:8.4.1:jar 13:26:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:02 [INFO] Merging collected dependencies 13:26:02 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:02 [INFO] Copying 28 resources 13:26:02 [INFO] Generating OSGi MANIFEST.MF 13:26:03 [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.*] 13:26:03 [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 13:26:03 [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 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT.jar 13:26:03 [INFO] Gathering sources 13:26:03 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:sources:8.4.1:jar 13:26:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:03 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:03 [INFO] Copying 3 resources 13:26:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT-sources.jar 13:26:03 [INFO] Assembling p2 repository 13:26:04 [INFO] 13:26:04 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.analyzers-smartcn --- 13:26:04 [INFO] 13:26:04 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.analyzers-smartcn --- 13:26:04 [INFO] Discovering license information from existing ip_log.xml 13:26:04 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.lucene:lucene-analyzers-smartcn:8.4.1. 13:26:04 [INFO] Gathering sources archives 13:26:04 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:sources:8.4.1:jar 13:26:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:26:04 [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:sources:8.4.1:jar 13:26:04 [INFO] Copying lucene-analyzers-smartcn-8.4.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/sources-for-eclipse-ipzilla/lucene-analyzers-smartcn-8.4.1-sources.jar 13:26:04 [INFO] Refreshing about files and about.html 13:26:04 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:26:04 [INFO] Refreshing ip_log.xml 13:26:04 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:26:04 [INFO] 13:26:04 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.lucene.analyzers-smartcn --- 13:26:04 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT.jar 13:26:05 [INFO] 13:26:05 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.lucene.analyzers-smartcn --- 13:26:05 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT.jar 13:26:08 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT-sources.jar 13:26:10 [INFO] 13:26:10 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.lucene.analyzers-smartcn --- 13:26:10 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT.jar 13:26:11 [INFO] 13:26:11 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.lucene.analyzers-smartcn --- 13:26:11 [INFO] 13:26:11 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.lucene.analyzers-smartcn --- 13:26:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT.jar 13:26:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT.pom 13:26:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:26:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT-ip_log.xml 13:26:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT-pack200.jar.pack.gz 13:26:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:11 [INFO] 13:26:11 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.lucene.analyzers-smartcn --- 13:26:11 [INFO] 13:26:11 [INFO] ------------------< org.eclipse.orbit.bundles:maven >------------------- 13:26:11 [INFO] Building Eclipse Orbit :: Apache Maven Recipes 1.0.0-SNAPSHOT [129/376] 13:26:11 [INFO] --------------------------------[ pom ]--------------------------------- 13:26:11 [INFO] 13:26:11 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven --- 13:26:11 [INFO] 13:26:11 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ maven --- 13:26:11 [INFO] 13:26:11 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ maven --- 13:26:11 [INFO] 13:26:11 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ maven --- 13:26:11 [INFO] 13:26:11 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ maven --- 13:26:11 [INFO] 13:26:11 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ maven --- 13:26:11 [INFO] 13:26:11 [INFO] --- maven-install-plugin:2.4:install (default-install) @ maven --- 13:26:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/maven/1.0.0-SNAPSHOT/maven-1.0.0-SNAPSHOT.pom 13:26:11 [INFO] 13:26:11 [INFO] --------------< org.eclipse.orbit.bundles:maven-resolver >-------------- 13:26:11 [INFO] Building Eclipse Orbit :: Apache Maven Resolver (ex-Eclipse Aether) Recipes 1.0.0-SNAPSHOT [130/376] 13:26:11 [INFO] --------------------------------[ pom ]--------------------------------- 13:26:11 [INFO] 13:26:11 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-resolver --- 13:26:11 [INFO] 13:26:11 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ maven-resolver --- 13:26:11 [INFO] 13:26:11 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ maven-resolver --- 13:26:11 [INFO] 13:26:11 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ maven-resolver --- 13:26:11 [INFO] 13:26:11 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ maven-resolver --- 13:26:11 [INFO] 13:26:11 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ maven-resolver --- 13:26:11 [INFO] 13:26:11 [INFO] --- maven-install-plugin:2.4:install (default-install) @ maven-resolver --- 13:26:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/maven-resolver/1.0.0-SNAPSHOT/maven-resolver-1.0.0-SNAPSHOT.pom 13:26:11 [INFO] 13:26:11 [INFO] ------< org.eclipse.orbit.bundles:org.apache.maven.resolver.api >------- 13:26:11 [INFO] Building Maven Artifact Resolver API 1.0.3-SNAPSHOT [131/376] 13:26:11 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:26:11 [INFO] 13:26:11 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.api --- 13:26:11 [INFO] 13:26:11 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.api --- 13:26:11 [INFO] The project's OSGi version is 1.0.3.v20170405-0725 13:26:11 [INFO] 13:26:11 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.maven.resolver.api --- 13:26:11 [INFO] 13:26:11 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.maven.resolver.api --- 13:26:11 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:11 [INFO] Copying 3 resources 13:26:11 [INFO] 13:26:11 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.maven.resolver.api --- 13:26:11 [INFO] No sources to compile 13:26:11 [INFO] 13:26:11 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.api --- 13:26:11 [INFO] Gathering dependencies 13:26:11 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-api:1.0.3:jar 13:26:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:11 [INFO] Merging collected dependencies 13:26:11 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:11 [INFO] Copying 132 resources 13:26:11 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/org.apache.maven.resolver.api-1.0.3-SNAPSHOT.jar 13:26:11 [INFO] Gathering sources 13:26:11 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-api:sources:1.0.3:jar 13:26:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:11 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:11 [INFO] Copying 3 resources 13:26:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/org.apache.maven.resolver.api-1.0.3-SNAPSHOT-sources.jar 13:26:11 [INFO] Assembling p2 repository 13:26:12 [INFO] 13:26:12 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.api --- 13:26:12 [INFO] 13:26:12 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.api --- 13:26:12 [INFO] Discovering license information from existing ip_log.xml 13:26:12 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.maven.resolver:maven-resolver-api:1.0.3. 13:26:12 [INFO] Gathering sources archives 13:26:12 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-api:sources:1.0.3:jar 13:26:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:26:12 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-api:sources:1.0.3:jar 13:26:12 [INFO] Copying maven-resolver-api-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-api-1.0.3-sources.jar 13:26:12 [INFO] Refreshing about files and about.html 13:26:12 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:26:12 [INFO] Refreshing ip_log.xml 13:26:12 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:26:12 [INFO] 13:26:12 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.maven.resolver.api --- 13:26:12 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/org.apache.maven.resolver.api-1.0.3-SNAPSHOT.jar 13:26:12 [INFO] 13:26:12 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.maven.resolver.api --- 13:26:12 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/org.apache.maven.resolver.api-1.0.3-SNAPSHOT.jar 13:26:14 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/org.apache.maven.resolver.api-1.0.3-SNAPSHOT-sources.jar 13:26:15 [INFO] 13:26:15 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.maven.resolver.api --- 13:26:15 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/org.apache.maven.resolver.api-1.0.3-SNAPSHOT.jar 13:26:15 [INFO] 13:26:15 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.api --- 13:26:15 [INFO] 13:26:15 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.maven.resolver.api --- 13:26:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.api/1.0.3-SNAPSHOT/org.apache.maven.resolver.api-1.0.3-SNAPSHOT.jar 13:26:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.api/1.0.3-SNAPSHOT/org.apache.maven.resolver.api-1.0.3-SNAPSHOT.pom 13:26:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:26:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.api/1.0.3-SNAPSHOT/org.apache.maven.resolver.api-1.0.3-SNAPSHOT-ip_log.xml 13:26:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/org.apache.maven.resolver.api-1.0.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.api/1.0.3-SNAPSHOT/org.apache.maven.resolver.api-1.0.3-SNAPSHOT-pack200.jar.pack.gz 13:26:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:15 [INFO] 13:26:15 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.api --- 13:26:15 [INFO] 13:26:15 [INFO] --< org.eclipse.orbit.bundles:org.apache.maven.resolver.connector.basic >-- 13:26:15 [INFO] Building Maven Artifact Resolver Connector Basic 1.0.3-SNAPSHOT [132/376] 13:26:15 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:26:16 [INFO] 13:26:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.connector.basic --- 13:26:16 [INFO] 13:26:16 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.connector.basic --- 13:26:16 [INFO] The project's OSGi version is 1.0.3.v20170405-0725 13:26:16 [INFO] 13:26:16 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.maven.resolver.connector.basic --- 13:26:16 [INFO] 13:26:16 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.maven.resolver.connector.basic --- 13:26:16 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:16 [INFO] Copying 3 resources 13:26:16 [INFO] 13:26:16 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.maven.resolver.connector.basic --- 13:26:16 [INFO] No sources to compile 13:26:16 [INFO] 13:26:16 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.connector.basic --- 13:26:16 [INFO] Gathering dependencies 13:26:16 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-connector-basic:1.0.3:jar 13:26:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:16 [INFO] Merging collected dependencies 13:26:16 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:16 [INFO] Copying 24 resources 13:26:16 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT.jar 13:26:16 [INFO] Gathering sources 13:26:16 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-connector-basic:sources:1.0.3:jar 13:26:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:16 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:16 [INFO] Copying 3 resources 13:26:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/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 13:26:16 [INFO] Assembling p2 repository 13:26:17 [INFO] 13:26:17 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.connector.basic --- 13:26:17 [INFO] 13:26:17 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.connector.basic --- 13:26:17 [INFO] Discovering license information from existing ip_log.xml 13:26:17 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.maven.resolver:maven-resolver-connector-basic:1.0.3. 13:26:17 [INFO] Gathering sources archives 13:26:17 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-connector-basic:sources:1.0.3:jar 13:26:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:26:17 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-connector-basic:sources:1.0.3:jar 13:26:17 [INFO] Copying maven-resolver-connector-basic-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:26:17 [INFO] Refreshing about files and about.html 13:26:17 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:26:17 [INFO] Refreshing ip_log.xml 13:26:17 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:26:17 [INFO] 13:26:17 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.maven.resolver.connector.basic --- 13:26:17 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT.jar 13:26:17 [INFO] 13:26:17 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.maven.resolver.connector.basic --- 13:26:17 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT.jar 13:26:18 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:26:19 [INFO] 13:26:19 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.maven.resolver.connector.basic --- 13:26:19 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT.jar 13:26:19 [INFO] 13:26:19 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.connector.basic --- 13:26:19 [INFO] 13:26:19 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.maven.resolver.connector.basic --- 13:26:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:26:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:26:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:26:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:26:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:19 [INFO] 13:26:19 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.connector.basic --- 13:26:19 [INFO] 13:26:19 [INFO] ------< org.eclipse.orbit.bundles:org.apache.maven.resolver.impl >------ 13:26:19 [INFO] Building Maven Artifact Resolver Implementation 1.0.3-SNAPSHOT [133/376] 13:26:19 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:26:19 [INFO] 13:26:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.impl --- 13:26:19 [INFO] 13:26:19 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.impl --- 13:26:19 [INFO] The project's OSGi version is 1.0.3.v20170405-0725 13:26:19 [INFO] 13:26:19 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.maven.resolver.impl --- 13:26:19 [INFO] 13:26:19 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.maven.resolver.impl --- 13:26:19 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:19 [INFO] Copying 3 resources 13:26:19 [INFO] 13:26:19 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.maven.resolver.impl --- 13:26:19 [INFO] No sources to compile 13:26:19 [INFO] 13:26:19 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.impl --- 13:26:19 [INFO] Gathering dependencies 13:26:19 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-impl:1.0.3:jar 13:26:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:19 [INFO] Merging collected dependencies 13:26:19 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:19 [INFO] Copying 101 resources 13:26:19 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT.jar 13:26:19 [INFO] Gathering sources 13:26:19 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-impl:sources:1.0.3:jar 13:26:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:20 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:20 [INFO] Copying 3 resources 13:26:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT-sources.jar 13:26:20 [INFO] Assembling p2 repository 13:26:20 [INFO] 13:26:20 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.impl --- 13:26:20 [INFO] 13:26:20 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.impl --- 13:26:20 [INFO] Discovering license information from existing ip_log.xml 13:26:20 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.maven.resolver:maven-resolver-impl:1.0.3. 13:26:20 [INFO] Gathering sources archives 13:26:20 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-impl:sources:1.0.3:jar 13:26:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:26:20 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-impl:sources:1.0.3:jar 13:26:20 [INFO] Copying maven-resolver-impl-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-impl-1.0.3-sources.jar 13:26:20 [INFO] Refreshing about files and about.html 13:26:20 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:26:20 [INFO] Refreshing ip_log.xml 13:26:20 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:26:20 [INFO] 13:26:20 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.maven.resolver.impl --- 13:26:20 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT.jar 13:26:20 [INFO] 13:26:20 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.maven.resolver.impl --- 13:26:20 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT.jar 13:26:22 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT-sources.jar 13:26:24 [INFO] 13:26:24 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.maven.resolver.impl --- 13:26:24 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT.jar 13:26:24 [INFO] 13:26:24 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.impl --- 13:26:24 [INFO] 13:26:24 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.maven.resolver.impl --- 13:26:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.impl/1.0.3-SNAPSHOT/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT.jar 13:26:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.impl/1.0.3-SNAPSHOT/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT.pom 13:26:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:26:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.impl/1.0.3-SNAPSHOT/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT-ip_log.xml 13:26:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.impl/1.0.3-SNAPSHOT/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT-pack200.jar.pack.gz 13:26:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:25 [INFO] 13:26:25 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.impl --- 13:26:25 [INFO] 13:26:25 [INFO] ------< org.eclipse.orbit.bundles:org.apache.maven.resolver.spi >------- 13:26:25 [INFO] Building Maven Artifact Resolver SPI 1.0.3-SNAPSHOT [134/376] 13:26:25 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:26:25 [INFO] 13:26:25 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.spi --- 13:26:25 [INFO] 13:26:25 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.spi --- 13:26:25 [INFO] The project's OSGi version is 1.0.3.v20170405-0725 13:26:25 [INFO] 13:26:25 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.maven.resolver.spi --- 13:26:25 [INFO] 13:26:25 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.maven.resolver.spi --- 13:26:25 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:25 [INFO] Copying 3 resources 13:26:25 [INFO] 13:26:25 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.maven.resolver.spi --- 13:26:25 [INFO] No sources to compile 13:26:25 [INFO] 13:26:25 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.spi --- 13:26:25 [INFO] Gathering dependencies 13:26:25 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-spi:1.0.3:jar 13:26:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:25 [INFO] Merging collected dependencies 13:26:25 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:25 [INFO] Copying 38 resources 13:26:25 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT.jar 13:26:25 [INFO] Gathering sources 13:26:25 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-spi:sources:1.0.3:jar 13:26:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:25 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:25 [INFO] Copying 3 resources 13:26:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT-sources.jar 13:26:25 [INFO] Assembling p2 repository 13:26:27 [INFO] 13:26:27 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.spi --- 13:26:27 [INFO] 13:26:27 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.spi --- 13:26:27 [INFO] Discovering license information from existing ip_log.xml 13:26:27 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.maven.resolver:maven-resolver-spi:1.0.3. 13:26:27 [INFO] Gathering sources archives 13:26:27 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-spi:sources:1.0.3:jar 13:26:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:26:27 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-spi:sources:1.0.3:jar 13:26:27 [INFO] Copying maven-resolver-spi-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-spi-1.0.3-sources.jar 13:26:27 [INFO] Refreshing about files and about.html 13:26:27 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:26:27 [INFO] Refreshing ip_log.xml 13:26:27 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:26:27 [INFO] 13:26:27 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.maven.resolver.spi --- 13:26:27 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT.jar 13:26:27 [INFO] 13:26:27 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.maven.resolver.spi --- 13:26:27 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT.jar 13:26:28 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT-sources.jar 13:26:30 [INFO] 13:26:30 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.maven.resolver.spi --- 13:26:30 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT.jar 13:26:30 [INFO] 13:26:30 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.spi --- 13:26:30 [INFO] 13:26:30 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.maven.resolver.spi --- 13:26:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.spi/1.0.3-SNAPSHOT/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT.jar 13:26:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.spi/1.0.3-SNAPSHOT/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT.pom 13:26:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:26:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.spi/1.0.3-SNAPSHOT/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT-ip_log.xml 13:26:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.spi/1.0.3-SNAPSHOT/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT-pack200.jar.pack.gz 13:26:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:30 [INFO] 13:26:30 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.spi --- 13:26:30 [INFO] 13:26:30 [INFO] --< org.eclipse.orbit.bundles:org.apache.maven.resolver.transport.file >-- 13:26:30 [INFO] Building Maven Artifact Resolver Transport File 1.0.3-SNAPSHOT [135/376] 13:26:30 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:26:30 [INFO] 13:26:30 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.transport.file --- 13:26:30 [INFO] 13:26:30 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.transport.file --- 13:26:30 [INFO] The project's OSGi version is 1.0.3.v20170405-0725 13:26:30 [INFO] 13:26:30 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.maven.resolver.transport.file --- 13:26:30 [INFO] 13:26:30 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.maven.resolver.transport.file --- 13:26:30 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:30 [INFO] Copying 3 resources 13:26:30 [INFO] 13:26:30 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.maven.resolver.transport.file --- 13:26:30 [INFO] No sources to compile 13:26:30 [INFO] 13:26:30 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.transport.file --- 13:26:30 [INFO] Gathering dependencies 13:26:30 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-file:1.0.3:jar 13:26:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:30 [INFO] Merging collected dependencies 13:26:30 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:30 [INFO] Copying 9 resources 13:26:30 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT.jar 13:26:30 [INFO] Gathering sources 13:26:30 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-file:sources:1.0.3:jar 13:26:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:30 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:30 [INFO] Copying 3 resources 13:26:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/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 13:26:30 [INFO] Assembling p2 repository 13:26:31 [INFO] 13:26:31 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.transport.file --- 13:26:31 [INFO] 13:26:31 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.transport.file --- 13:26:31 [INFO] Discovering license information from existing ip_log.xml 13:26:31 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.maven.resolver:maven-resolver-transport-file:1.0.3. 13:26:31 [INFO] Gathering sources archives 13:26:31 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-file:sources:1.0.3:jar 13:26:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:26:31 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-file:sources:1.0.3:jar 13:26:31 [INFO] Copying maven-resolver-transport-file-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:26:31 [INFO] Refreshing about files and about.html 13:26:31 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:26:31 [INFO] Refreshing ip_log.xml 13:26:31 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:26:31 [INFO] 13:26:31 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.maven.resolver.transport.file --- 13:26:31 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT.jar 13:26:31 [INFO] 13:26:31 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.maven.resolver.transport.file --- 13:26:31 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT.jar 13:26:32 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:26:34 [INFO] 13:26:34 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.maven.resolver.transport.file --- 13:26:34 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT.jar 13:26:34 [INFO] 13:26:34 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.transport.file --- 13:26:34 [INFO] 13:26:34 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.maven.resolver.transport.file --- 13:26:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:26:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:26:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:26:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:26:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:34 [INFO] 13:26:34 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.transport.file --- 13:26:34 [INFO] 13:26:34 [INFO] --< org.eclipse.orbit.bundles:org.apache.maven.resolver.transport.http >-- 13:26:34 [INFO] Building Maven Artifact Resolver Transport HTTP 1.0.3-SNAPSHOT [136/376] 13:26:34 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:26:35 [INFO] 13:26:35 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.transport.http --- 13:26:35 [INFO] 13:26:35 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.transport.http --- 13:26:35 [INFO] The project's OSGi version is 1.0.3.v20170405-0725 13:26:35 [INFO] 13:26:35 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.maven.resolver.transport.http --- 13:26:35 [INFO] 13:26:35 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.maven.resolver.transport.http --- 13:26:35 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:35 [INFO] Copying 3 resources 13:26:35 [INFO] 13:26:35 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.maven.resolver.transport.http --- 13:26:35 [INFO] No sources to compile 13:26:35 [INFO] 13:26:35 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.transport.http --- 13:26:35 [INFO] Gathering dependencies 13:26:35 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-http:1.0.3:jar 13:26:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:35 [INFO] Merging collected dependencies 13:26:35 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:35 [INFO] Copying 25 resources 13:26:35 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT.jar 13:26:35 [INFO] Gathering sources 13:26:35 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-http:sources:1.0.3:jar 13:26:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:35 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:35 [INFO] Copying 3 resources 13:26:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/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 13:26:35 [INFO] Assembling p2 repository 13:26:35 [INFO] 13:26:35 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.transport.http --- 13:26:35 [INFO] 13:26:35 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.transport.http --- 13:26:35 [INFO] Discovering license information from existing ip_log.xml 13:26:35 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.maven.resolver:maven-resolver-transport-http:1.0.3. 13:26:35 [INFO] Gathering sources archives 13:26:35 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-http:sources:1.0.3:jar 13:26:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:26:35 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-http:sources:1.0.3:jar 13:26:35 [INFO] Copying maven-resolver-transport-http-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:26:35 [INFO] Refreshing about files and about.html 13:26:35 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:26:35 [INFO] Refreshing ip_log.xml 13:26:35 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:26:35 [INFO] 13:26:35 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.maven.resolver.transport.http --- 13:26:35 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT.jar 13:26:35 [INFO] 13:26:35 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.maven.resolver.transport.http --- 13:26:35 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT.jar 13:26:37 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:26:39 [INFO] 13:26:39 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.maven.resolver.transport.http --- 13:26:39 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT.jar 13:26:39 [INFO] 13:26:39 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.transport.http --- 13:26:39 [INFO] 13:26:39 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.maven.resolver.transport.http --- 13:26:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:26:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:26:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:26:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:26:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:39 [INFO] 13:26:39 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.transport.http --- 13:26:39 [INFO] 13:26:39 [INFO] ------< org.eclipse.orbit.bundles:org.apache.maven.resolver.util >------ 13:26:39 [INFO] Building Maven Artifact Resolver Utilities 1.0.3-SNAPSHOT [137/376] 13:26:39 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:26:39 [INFO] 13:26:39 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.util --- 13:26:39 [INFO] 13:26:39 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.util --- 13:26:39 [INFO] The project's OSGi version is 1.0.3.v20170405-0725 13:26:39 [INFO] 13:26:39 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.maven.resolver.util --- 13:26:39 [INFO] 13:26:39 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.maven.resolver.util --- 13:26:39 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:39 [INFO] Copying 3 resources 13:26:39 [INFO] 13:26:39 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.maven.resolver.util --- 13:26:39 [INFO] No sources to compile 13:26:39 [INFO] 13:26:39 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.util --- 13:26:39 [INFO] Gathering dependencies 13:26:39 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-util:1.0.3:jar 13:26:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:39 [INFO] Merging collected dependencies 13:26:39 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:39 [INFO] Copying 105 resources 13:26:39 [INFO] Generating OSGi MANIFEST.MF 13:26:39 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.maven.resolver.util:eclipse-bundle-recipe:1.0.3-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/org.apache.maven.resolver.util-1.0.3-SNAPSHOT.jar 13:26:39 [INFO] Gathering sources 13:26:39 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-util:sources:1.0.3:jar 13:26:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:39 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:39 [INFO] Copying 3 resources 13:26:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/org.apache.maven.resolver.util-1.0.3-SNAPSHOT-sources.jar 13:26:39 [INFO] Assembling p2 repository 13:26:39 [INFO] 13:26:39 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.util --- 13:26:39 [INFO] 13:26:39 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.util --- 13:26:39 [INFO] Discovering license information from existing ip_log.xml 13:26:39 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.maven.resolver:maven-resolver-util:1.0.3. 13:26:39 [INFO] Gathering sources archives 13:26:39 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-util:sources:1.0.3:jar 13:26:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:26:39 [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-util:sources:1.0.3:jar 13:26:39 [INFO] Copying maven-resolver-util-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-util-1.0.3-sources.jar 13:26:39 [INFO] Refreshing about files and about.html 13:26:39 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:26:39 [INFO] Refreshing ip_log.xml 13:26:39 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:26:39 [INFO] 13:26:39 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.maven.resolver.util --- 13:26:39 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/org.apache.maven.resolver.util-1.0.3-SNAPSHOT.jar 13:26:39 [INFO] 13:26:39 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.maven.resolver.util --- 13:26:40 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/org.apache.maven.resolver.util-1.0.3-SNAPSHOT.jar 13:26:41 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/org.apache.maven.resolver.util-1.0.3-SNAPSHOT-sources.jar 13:26:42 [INFO] 13:26:42 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.maven.resolver.util --- 13:26:42 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/org.apache.maven.resolver.util-1.0.3-SNAPSHOT.jar 13:26:42 [INFO] 13:26:42 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.util --- 13:26:42 [INFO] 13:26:42 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.maven.resolver.util --- 13:26:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.util/1.0.3-SNAPSHOT/org.apache.maven.resolver.util-1.0.3-SNAPSHOT.jar 13:26:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.util/1.0.3-SNAPSHOT/org.apache.maven.resolver.util-1.0.3-SNAPSHOT.pom 13:26:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:26:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.util/1.0.3-SNAPSHOT/org.apache.maven.resolver.util-1.0.3-SNAPSHOT-ip_log.xml 13:26:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/org.apache.maven.resolver.util-1.0.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.util/1.0.3-SNAPSHOT/org.apache.maven.resolver.util-1.0.3-SNAPSHOT-pack200.jar.pack.gz 13:26:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:26:42 [INFO] 13:26:42 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.util --- 13:26:42 [INFO] 13:26:42 [INFO] ------------------< org.eclipse.orbit.bundles:xmlrpc >------------------ 13:26:42 [INFO] Building Eclipse Orbit :: XML-RPC Recipes 3.1.3-SNAPSHOT [138/376] 13:26:42 [INFO] --------------------------------[ pom ]--------------------------------- 13:26:42 [INFO] 13:26:42 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xmlrpc --- 13:26:42 [INFO] 13:26:42 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ xmlrpc --- 13:26:42 [INFO] 13:26:42 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ xmlrpc --- 13:26:42 [INFO] 13:26:42 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ xmlrpc --- 13:26:42 [INFO] 13:26:42 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ xmlrpc --- 13:26:42 [INFO] 13:26:42 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ xmlrpc --- 13:26:42 [INFO] 13:26:42 [INFO] --- maven-install-plugin:2.4:install (default-install) @ xmlrpc --- 13:26:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/xmlrpc/3.1.3-SNAPSHOT/xmlrpc-3.1.3-SNAPSHOT.pom 13:26:42 [INFO] 13:26:42 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.xmlrpc.client >--------- 13:26:42 [INFO] Building Apache XML-RPC Client Library 3.1.3-SNAPSHOT [139/376] 13:26:42 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:26:42 [INFO] 13:26:42 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xmlrpc.client --- 13:26:42 [INFO] 13:26:42 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.xmlrpc.client --- 13:26:42 [INFO] The project's OSGi version is 3.1.3.v20160817-1930 13:26:42 [INFO] 13:26:42 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.xmlrpc.client --- 13:26:42 [INFO] 13:26:42 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.xmlrpc.client --- 13:26:42 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:42 [INFO] Copying 3 resources 13:26:42 [INFO] 13:26:42 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.xmlrpc.client --- 13:26:42 [INFO] No sources to compile 13:26:42 [INFO] 13:26:42 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xmlrpc.client --- 13:26:42 [INFO] Gathering dependencies 13:26:42 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-client:3.1.3:jar 13:26:42 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:42 [INFO] Merging collected dependencies 13:26:42 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:42 [INFO] Copying 53 resources 13:26:42 [INFO] Generating OSGi MANIFEST.MF 13:26:42 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xmlrpc.client:eclipse-bundle-recipe:3.1.3-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/org.apache.xmlrpc.client-3.1.3-SNAPSHOT.jar 13:26:42 [INFO] Gathering sources 13:26:42 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-client:sources:3.1.3:jar 13:26:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:43 [INFO] Copying 3 resources 13:26:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-sources.jar 13:26:43 [INFO] Assembling p2 repository 13:26:43 [INFO] 13:26:43 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xmlrpc.client --- 13:26:43 [INFO] 13:26:43 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xmlrpc.client --- 13:26:43 [INFO] Discovering license information from existing ip_log.xml 13:26:43 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlrpc:xmlrpc-client:3.1.3. 13:26:43 [INFO] Gathering sources archives 13:26:43 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-client:sources:3.1.3:jar 13:26:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:26:43 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-client:sources:3.1.3:jar 13:26:43 [INFO] Copying xmlrpc-client-3.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/sources-for-eclipse-ipzilla/xmlrpc-client-3.1.3-sources.jar 13:26:43 [INFO] Refreshing about files and about.html 13:26:43 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:26:43 [INFO] Refreshing ip_log.xml 13:26:43 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:26:43 [INFO] 13:26:43 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.xmlrpc.client --- 13:26:43 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/org.apache.xmlrpc.client-3.1.3-SNAPSHOT.jar 13:26:43 [INFO] 13:26:43 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.xmlrpc.client --- 13:26:43 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/org.apache.xmlrpc.client-3.1.3-SNAPSHOT.jar 13:26:45 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-sources.jar 13:26:46 [INFO] 13:26:46 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.xmlrpc.client --- 13:26:46 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/org.apache.xmlrpc.client-3.1.3-SNAPSHOT.jar 13:26:46 [INFO] 13:26:46 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.xmlrpc.client --- 13:26:46 [INFO] 13:26:46 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.xmlrpc.client --- 13:26:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT.jar 13:26:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT.pom 13:26:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-sources.jar 13:26:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-p2metadata.xml 13:26:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-p2artifacts.xml 13:26:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-ip_log.xml 13:26:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/org.apache.xmlrpc.client-3.1.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-pack200.jar.pack.gz 13:26:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-p2metadata.xml 13:26:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-p2artifacts.xml 13:26:46 [INFO] 13:26:46 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.xmlrpc.client --- 13:26:46 [INFO] 13:26:46 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.xmlrpc.common >--------- 13:26:46 [INFO] Building Apache XML-RPC Common Library 3.1.3-SNAPSHOT [140/376] 13:26:46 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:26:46 [INFO] 13:26:46 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xmlrpc.common --- 13:26:46 [INFO] 13:26:46 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.xmlrpc.common --- 13:26:46 [INFO] The project's OSGi version is 3.1.3.v20181004-1955 13:26:46 [INFO] 13:26:46 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.xmlrpc.common --- 13:26:46 [INFO] 13:26:46 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.xmlrpc.common --- 13:26:46 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:46 [INFO] Copying 3 resources 13:26:46 [INFO] 13:26:46 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.xmlrpc.common --- 13:26:46 [INFO] No sources to compile 13:26:46 [INFO] 13:26:46 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xmlrpc.common --- 13:26:46 [INFO] Gathering dependencies 13:26:46 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-common:3.1.3:jar 13:26:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:46 [INFO] Merging collected dependencies 13:26:46 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:46 [INFO] Copying 114 resources 13:26:46 [INFO] Generating OSGi MANIFEST.MF 13:26:46 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xmlrpc.common:eclipse-bundle-recipe:3.1.3-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/org.apache.xmlrpc.common-3.1.3-SNAPSHOT.jar 13:26:46 [INFO] Gathering sources 13:26:46 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-common:sources:3.1.3:jar 13:26:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:46 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:46 [INFO] Copying 3 resources 13:26:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-sources.jar 13:26:46 [INFO] Assembling p2 repository 13:26:47 [INFO] 13:26:47 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xmlrpc.common --- 13:26:47 [INFO] 13:26:47 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xmlrpc.common --- 13:26:47 [INFO] Discovering license information from existing ip_log.xml 13:26:47 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlrpc:xmlrpc-common:3.1.3. 13:26:47 [INFO] Gathering sources archives 13:26:47 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-common:sources:3.1.3:jar 13:26:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:26:47 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-common:sources:3.1.3:jar 13:26:47 [INFO] Copying xmlrpc-common-3.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/sources-for-eclipse-ipzilla/xmlrpc-common-3.1.3-sources.jar 13:26:47 [INFO] Refreshing about files and about.html 13:26:47 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:26:47 [INFO] Refreshing ip_log.xml 13:26:47 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:26:47 [INFO] 13:26:47 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.xmlrpc.common --- 13:26:47 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/org.apache.xmlrpc.common-3.1.3-SNAPSHOT.jar 13:26:47 [INFO] 13:26:47 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.xmlrpc.common --- 13:26:47 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/org.apache.xmlrpc.common-3.1.3-SNAPSHOT.jar 13:26:48 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-sources.jar 13:26:50 [INFO] 13:26:50 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.xmlrpc.common --- 13:26:50 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/org.apache.xmlrpc.common-3.1.3-SNAPSHOT.jar 13:26:50 [INFO] 13:26:50 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.xmlrpc.common --- 13:26:50 [INFO] 13:26:50 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.xmlrpc.common --- 13:26:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT.jar 13:26:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT.pom 13:26:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-sources.jar 13:26:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-p2metadata.xml 13:26:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-p2artifacts.xml 13:26:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-ip_log.xml 13:26:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/org.apache.xmlrpc.common-3.1.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-pack200.jar.pack.gz 13:26:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-p2metadata.xml 13:26:50 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-p2artifacts.xml 13:26:50 [INFO] 13:26:50 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.xmlrpc.common --- 13:26:50 [INFO] 13:26:50 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.xmlrpc.server >--------- 13:26:50 [INFO] Building Apache XML-RPC Server Library 3.1.3-SNAPSHOT [141/376] 13:26:50 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:26:50 [INFO] 13:26:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xmlrpc.server --- 13:26:50 [INFO] 13:26:50 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.xmlrpc.server --- 13:26:50 [INFO] The project's OSGi version is 3.1.3.v20181004-1955 13:26:50 [INFO] 13:26:50 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.xmlrpc.server --- 13:26:50 [INFO] 13:26:50 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.xmlrpc.server --- 13:26:50 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:50 [INFO] Copying 3 resources 13:26:50 [INFO] 13:26:50 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.xmlrpc.server --- 13:26:50 [INFO] No sources to compile 13:26:50 [INFO] 13:26:50 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xmlrpc.server --- 13:26:50 [INFO] Gathering dependencies 13:26:50 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-server:3.1.3:jar 13:26:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlrpc/xmlrpc-server/3.1.3/xmlrpc-server-3.1.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:50 [INFO] Merging collected dependencies 13:26:50 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:50 [INFO] Copying 58 resources 13:26:50 [INFO] Generating OSGi MANIFEST.MF 13:26:50 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xmlrpc.server:eclipse-bundle-recipe:3.1.3-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/org.apache.xmlrpc.server-3.1.3-SNAPSHOT.jar 13:26:50 [INFO] Gathering sources 13:26:50 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-server:sources:3.1.3:jar 13:26:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlrpc/xmlrpc-server/3.1.3/xmlrpc-server-3.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:26:50 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:50 [INFO] Copying 3 resources 13:26:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-sources.jar 13:26:50 [INFO] Assembling p2 repository 13:26:51 [INFO] 13:26:51 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xmlrpc.server --- 13:26:51 [INFO] 13:26:51 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xmlrpc.server --- 13:26:51 [INFO] Discovering license information from existing ip_log.xml 13:26:51 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apache.xmlrpc:xmlrpc-server:3.1.3. 13:26:51 [INFO] Gathering sources archives 13:26:51 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-server:sources:3.1.3:jar 13:26:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/xmlrpc/xmlrpc-server/3.1.3/xmlrpc-server-3.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:26:51 [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-server:sources:3.1.3:jar 13:26:51 [INFO] Copying xmlrpc-server-3.1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/sources-for-eclipse-ipzilla/xmlrpc-server-3.1.3-sources.jar 13:26:51 [INFO] Refreshing about files and about.html 13:26:51 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:26:51 [INFO] Refreshing ip_log.xml 13:26:51 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:26:51 [INFO] 13:26:51 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.xmlrpc.server --- 13:26:51 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/org.apache.xmlrpc.server-3.1.3-SNAPSHOT.jar 13:26:51 [INFO] 13:26:51 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.xmlrpc.server --- 13:26:51 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/org.apache.xmlrpc.server-3.1.3-SNAPSHOT.jar 13:26:52 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-sources.jar 13:26:54 [INFO] 13:26:54 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.xmlrpc.server --- 13:26:54 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/org.apache.xmlrpc.server-3.1.3-SNAPSHOT.jar 13:26:54 [INFO] 13:26:54 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.xmlrpc.server --- 13:26:54 [INFO] 13:26:54 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.xmlrpc.server --- 13:26:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT.jar 13:26:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT.pom 13:26:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-sources.jar 13:26:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-p2metadata.xml 13:26:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-p2artifacts.xml 13:26:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-ip_log.xml 13:26:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/org.apache.xmlrpc.server-3.1.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-pack200.jar.pack.gz 13:26:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-p2metadata.xml 13:26:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-p2artifacts.xml 13:26:54 [INFO] 13:26:54 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.xmlrpc.server --- 13:26:54 [INFO] 13:26:54 [INFO] ---------------< org.eclipse.orbit.bundles:bouncycastle >--------------- 13:26:54 [INFO] Building Eclipse Orbit :: Bouncycastle Recipes 1.0.0-SNAPSHOT [142/376] 13:26:54 [INFO] --------------------------------[ pom ]--------------------------------- 13:26:54 [INFO] 13:26:54 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bouncycastle --- 13:26:54 [INFO] 13:26:54 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ bouncycastle --- 13:26:54 [INFO] 13:26:54 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ bouncycastle --- 13:26:54 [INFO] 13:26:54 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ bouncycastle --- 13:26:54 [INFO] 13:26:54 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ bouncycastle --- 13:26:54 [INFO] 13:26:54 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ bouncycastle --- 13:26:54 [INFO] 13:26:54 [INFO] --- maven-install-plugin:2.4:install (default-install) @ bouncycastle --- 13:26:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/bouncycastle/1.0.0-SNAPSHOT/bouncycastle-1.0.0-SNAPSHOT.pom 13:26:54 [INFO] 13:26:54 [INFO] ----------< org.eclipse.orbit.bundles:org.bouncycastle.bcpg >----------- 13:26:54 [INFO] Building Bouncy Castle OpenPGP API 1.65.0-SNAPSHOT [143/376] 13:26:54 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:26:55 [INFO] 13:26:55 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.bouncycastle.bcpg --- 13:26:55 [INFO] 13:26:55 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.bouncycastle.bcpg --- 13:26:55 [INFO] The project's OSGi version is 1.65.0.v20200527-1955 13:26:55 [INFO] 13:26:55 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.bouncycastle.bcpg --- 13:26:55 [INFO] 13:26:55 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.bouncycastle.bcpg --- 13:26:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:55 [INFO] Copying 4 resources 13:26:55 [INFO] 13:26:55 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.bouncycastle.bcpg --- 13:26:55 [INFO] No sources to compile 13:26:55 [INFO] 13:26:55 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.bouncycastle.bcpg --- 13:26:55 [INFO] Gathering dependencies 13:26:55 [INFO] Configured Artifact: org.bouncycastle:bcpg-jdk15on:1.65:jar 13:26:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/bouncycastle/bcpg-jdk15on/1.65/bcpg-jdk15on-1.65.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA" 13:26:55 [INFO] Merging collected dependencies 13:26:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:55 [INFO] Copying 265 resources 13:26:55 [INFO] Generating OSGi MANIFEST.MF 13:26:55 [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcpg:eclipse-bundle-recipe:1.65.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 13:26:55 [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcpg:eclipse-bundle-recipe:1.65.0-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info} [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/target/org.bouncycastle.bcpg-1.65.0-SNAPSHOT.jar 13:26:55 [INFO] Gathering sources 13:26:55 [INFO] Configured Artifact: org.bouncycastle:bcpg-jdk15on:sources:1.65:jar 13:26:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/bouncycastle/bcpg-jdk15on/1.65/bcpg-jdk15on-1.65-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA" 13:26:57 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:26:57 [INFO] Copying 4 resources 13:26:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/target/org.bouncycastle.bcpg-1.65.0-SNAPSHOT-sources.jar 13:26:57 [INFO] Assembling p2 repository 13:26:59 [INFO] 13:26:59 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.bouncycastle.bcpg --- 13:26:59 [INFO] 13:26:59 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.bouncycastle.bcpg --- 13:26:59 [INFO] Discovering license information from existing ip_log.xml 13:26:59 [INFO] Discovered license 'MIT License' for artifact org.bouncycastle:bcpg-jdk15on:1.65. 13:26:59 [INFO] Gathering sources archives 13:26:59 [INFO] Configured Artifact: org.bouncycastle:bcpg-jdk15on:sources:1.65:jar 13:26:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/bouncycastle/bcpg-jdk15on/1.65/bcpg-jdk15on-1.65-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/target/sources-for-eclipse-ipzilla/bcpg-jdk15on-1.65-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA" 13:26:59 [INFO] Configured Artifact: org.bouncycastle:bcpg-jdk15on:sources:1.65:jar 13:26:59 [INFO] Copying bcpg-jdk15on-1.65-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/target/sources-for-eclipse-ipzilla/bcpg-jdk15on-1.65-sources.jar 13:26:59 [INFO] Refreshing about files and about.html 13:26:59 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.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). 13:26:59 [INFO] Refreshing ip_log.xml 13:26:59 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:26:59 [INFO] 13:26:59 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.bouncycastle.bcpg --- 13:26:59 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/target/org.bouncycastle.bcpg-1.65.0-SNAPSHOT.jar 13:26:59 [INFO] 13:26:59 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.bouncycastle.bcpg --- 13:26:59 [INFO] Jar '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/target/org.bouncycastle.bcpg-1.65.0-SNAPSHOT.jar' is already signed. The signature will be overwritten. 13:26:59 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/target/org.bouncycastle.bcpg-1.65.0-SNAPSHOT.jar 13:27:01 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/target/org.bouncycastle.bcpg-1.65.0-SNAPSHOT-sources.jar 13:27:03 [INFO] 13:27:03 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.bouncycastle.bcpg --- 13:27:03 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/target/org.bouncycastle.bcpg-1.65.0-SNAPSHOT.jar 13:27:03 [INFO] 13:27:03 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.bouncycastle.bcpg --- 13:27:03 [INFO] 13:27:03 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.bouncycastle.bcpg --- 13:27:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/target/org.bouncycastle.bcpg-1.65.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.65.0-SNAPSHOT/org.bouncycastle.bcpg-1.65.0-SNAPSHOT.jar 13:27:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.65.0-SNAPSHOT/org.bouncycastle.bcpg-1.65.0-SNAPSHOT.pom 13:27:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/target/org.bouncycastle.bcpg-1.65.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.65.0-SNAPSHOT/org.bouncycastle.bcpg-1.65.0-SNAPSHOT-sources.jar 13:27:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.65.0-SNAPSHOT/org.bouncycastle.bcpg-1.65.0-SNAPSHOT-p2metadata.xml 13:27:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.65.0-SNAPSHOT/org.bouncycastle.bcpg-1.65.0-SNAPSHOT-p2artifacts.xml 13:27:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.65.0-SNAPSHOT/org.bouncycastle.bcpg-1.65.0-SNAPSHOT-ip_log.xml 13:27:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/target/org.bouncycastle.bcpg-1.65.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.65.0-SNAPSHOT/org.bouncycastle.bcpg-1.65.0-SNAPSHOT-pack200.jar.pack.gz 13:27:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.65.0-SNAPSHOT/org.bouncycastle.bcpg-1.65.0-SNAPSHOT-p2metadata.xml 13:27:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpg_1.65.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.65.0-SNAPSHOT/org.bouncycastle.bcpg-1.65.0-SNAPSHOT-p2artifacts.xml 13:27:03 [INFO] 13:27:03 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.bouncycastle.bcpg --- 13:27:03 [INFO] 13:27:03 [INFO] ---------< org.eclipse.orbit.bundles:org.bouncycastle.bcpkix >---------- 13:27:03 [INFO] Building Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs 1.65.0-SNAPSHOT [144/376] 13:27:03 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:27:03 [INFO] 13:27:03 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.bouncycastle.bcpkix --- 13:27:03 [INFO] 13:27:03 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.bouncycastle.bcpkix --- 13:27:03 [INFO] The project's OSGi version is 1.65.0.v20200527-1955 13:27:03 [INFO] 13:27:03 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.bouncycastle.bcpkix --- 13:27:03 [INFO] 13:27:03 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.bouncycastle.bcpkix --- 13:27:03 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:27:03 [INFO] Copying 3 resources 13:27:03 [INFO] 13:27:03 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.bouncycastle.bcpkix --- 13:27:03 [INFO] No sources to compile 13:27:03 [INFO] 13:27:03 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.bouncycastle.bcpkix --- 13:27:03 [INFO] Gathering dependencies 13:27:03 [INFO] Configured Artifact: org.bouncycastle:bcpkix-jdk15on:1.65:jar 13:27:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/bouncycastle/bcpkix-jdk15on/1.65/bcpkix-jdk15on-1.65.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA" 13:27:03 [INFO] Merging collected dependencies 13:27:03 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:27:03 [INFO] Copying 739 resources 13:27:04 [INFO] Generating OSGi MANIFEST.MF 13:27:04 [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcpkix:eclipse-bundle-recipe:1.65.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 13:27:04 [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcpkix:eclipse-bundle-recipe:1.65.0-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info} [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/target/org.bouncycastle.bcpkix-1.65.0-SNAPSHOT.jar 13:27:04 [INFO] Gathering sources 13:27:04 [INFO] Configured Artifact: org.bouncycastle:bcpkix-jdk15on:sources:1.65:jar 13:27:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/bouncycastle/bcpkix-jdk15on/1.65/bcpkix-jdk15on-1.65-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA" 13:27:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:27:04 [INFO] Copying 3 resources 13:27:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/target/org.bouncycastle.bcpkix-1.65.0-SNAPSHOT-sources.jar 13:27:04 [INFO] Assembling p2 repository 13:27:05 [INFO] 13:27:05 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.bouncycastle.bcpkix --- 13:27:05 [INFO] 13:27:05 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.bouncycastle.bcpkix --- 13:27:05 [INFO] Discovering license information from existing ip_log.xml 13:27:05 [INFO] Discovered license 'MIT License' for artifact org.bouncycastle:bcpkix-jdk15on:1.65. 13:27:05 [INFO] Gathering sources archives 13:27:05 [INFO] Configured Artifact: org.bouncycastle:bcpkix-jdk15on:sources:1.65:jar 13:27:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/bouncycastle/bcpkix-jdk15on/1.65/bcpkix-jdk15on-1.65-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/target/sources-for-eclipse-ipzilla/bcpkix-jdk15on-1.65-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA" 13:27:05 [INFO] Configured Artifact: org.bouncycastle:bcpkix-jdk15on:sources:1.65:jar 13:27:05 [INFO] Copying bcpkix-jdk15on-1.65-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/target/sources-for-eclipse-ipzilla/bcpkix-jdk15on-1.65-sources.jar 13:27:05 [INFO] Refreshing about files and about.html 13:27:05 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.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). 13:27:05 [INFO] Refreshing ip_log.xml 13:27:05 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:27:05 [INFO] 13:27:05 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.bouncycastle.bcpkix --- 13:27:05 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/target/org.bouncycastle.bcpkix-1.65.0-SNAPSHOT.jar 13:27:05 [INFO] 13:27:05 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.bouncycastle.bcpkix --- 13:27:06 [INFO] Jar '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/target/org.bouncycastle.bcpkix-1.65.0-SNAPSHOT.jar' is already signed. The signature will be overwritten. 13:27:06 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/target/org.bouncycastle.bcpkix-1.65.0-SNAPSHOT.jar 13:27:08 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/target/org.bouncycastle.bcpkix-1.65.0-SNAPSHOT-sources.jar 13:27:10 [INFO] 13:27:10 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.bouncycastle.bcpkix --- 13:27:10 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/target/org.bouncycastle.bcpkix-1.65.0-SNAPSHOT.jar 13:27:10 [INFO] 13:27:10 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.bouncycastle.bcpkix --- 13:27:10 [INFO] 13:27:10 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.bouncycastle.bcpkix --- 13:27:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/target/org.bouncycastle.bcpkix-1.65.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.65.0-SNAPSHOT/org.bouncycastle.bcpkix-1.65.0-SNAPSHOT.jar 13:27:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.65.0-SNAPSHOT/org.bouncycastle.bcpkix-1.65.0-SNAPSHOT.pom 13:27:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/target/org.bouncycastle.bcpkix-1.65.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.65.0-SNAPSHOT/org.bouncycastle.bcpkix-1.65.0-SNAPSHOT-sources.jar 13:27:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.65.0-SNAPSHOT/org.bouncycastle.bcpkix-1.65.0-SNAPSHOT-p2metadata.xml 13:27:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.65.0-SNAPSHOT/org.bouncycastle.bcpkix-1.65.0-SNAPSHOT-p2artifacts.xml 13:27:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.65.0-SNAPSHOT/org.bouncycastle.bcpkix-1.65.0-SNAPSHOT-ip_log.xml 13:27:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/target/org.bouncycastle.bcpkix-1.65.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.65.0-SNAPSHOT/org.bouncycastle.bcpkix-1.65.0-SNAPSHOT-pack200.jar.pack.gz 13:27:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.65.0-SNAPSHOT/org.bouncycastle.bcpkix-1.65.0-SNAPSHOT-p2metadata.xml 13:27:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcpkix_1.65.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.65.0-SNAPSHOT/org.bouncycastle.bcpkix-1.65.0-SNAPSHOT-p2artifacts.xml 13:27:10 [INFO] 13:27:10 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.bouncycastle.bcpkix --- 13:27:10 [INFO] 13:27:10 [INFO] ---------< org.eclipse.orbit.bundles:org.bouncycastle.bcprov >---------- 13:27:10 [INFO] Building Bouncy Castle Provider 1.65.01-SNAPSHOT [145/376] 13:27:10 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:27:11 [INFO] 13:27:11 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.bouncycastle.bcprov --- 13:27:11 [INFO] 13:27:11 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.bouncycastle.bcprov --- 13:27:11 [INFO] The project's OSGi version is 1.65.01.v20200529-1514 13:27:11 [INFO] 13:27:11 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.bouncycastle.bcprov --- 13:27:11 [INFO] 13:27:11 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.bouncycastle.bcprov --- 13:27:11 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:27:11 [INFO] Copying 3 resources 13:27:11 [INFO] 13:27:11 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.bouncycastle.bcprov --- 13:27:11 [INFO] No sources to compile 13:27:11 [INFO] 13:27:11 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.bouncycastle.bcprov --- 13:27:11 [INFO] Gathering dependencies 13:27:11 [INFO] Configured Artifact: org.bouncycastle:bcprov-jdk15on:1.65.01:jar 13:27:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/bouncycastle/bcprov-jdk15on/1.65.01/bcprov-jdk15on-1.65.01.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA,org/bouncycastle/asn1/misc/IDEACBCPar*.*,org/bouncycastle/crypto/engines/IDEAEngine*.*,org/bouncycastle/jcajce/provider/symmetric/IDEA*.*,org/bouncycastle/crypto/modes/OCBBlockCipher.*,**/test/**/*.*" 13:27:11 [INFO] Merging collected dependencies 13:27:11 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:27:11 [INFO] Copying 3509 resources 13:27:12 [INFO] Generating OSGi MANIFEST.MF 13:27:12 [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcprov:eclipse-bundle-recipe:1.65.01-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 13:27:12 [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcprov:eclipse-bundle-recipe:1.65.01-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$XDH.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$XDH, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$X25519, 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/KeyPairGeneratorSpi$X25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$X25519, META-INF/versions/9/module-info.class=module-info, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$Ed25519, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$Ed25519, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$XDH.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$XDH, 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/KeyFactorySpi$X448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$X448, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$Ed448, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$Ed448, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$EdDSA.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$EdDSA, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$EdDSA.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$EdDSA, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$X448} [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/org.bouncycastle.bcprov-1.65.01-SNAPSHOT.jar 13:27:18 [INFO] Gathering sources 13:27:18 [INFO] Configured Artifact: org.bouncycastle:bcprov-jdk15on:sources:1.65.01:jar 13:27:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/bouncycastle/bcprov-jdk15on/1.65.01/bcprov-jdk15on-1.65.01-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA,org/bouncycastle/asn1/misc/IDEACBCPar*.*,org/bouncycastle/crypto/engines/IDEAEngine*.*,org/bouncycastle/jcajce/provider/symmetric/IDEA*.*,org/bouncycastle/crypto/modes/OCBBlockCipher.*,**/test/**/*.*" 13:27:19 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:27:19 [INFO] Copying 3 resources 13:27:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/org.bouncycastle.bcprov-1.65.01-SNAPSHOT-sources.jar 13:27:20 [INFO] Assembling p2 repository 13:27:21 [INFO] 13:27:21 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.bouncycastle.bcprov --- 13:27:21 [INFO] 13:27:21 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.bouncycastle.bcprov --- 13:27:21 [INFO] Discovering license information from existing ip_log.xml 13:27:21 [INFO] Discovered license 'MIT License' for artifact org.bouncycastle:bcprov-jdk15on:1.65.01. 13:27:21 [INFO] Gathering sources archives 13:27:21 [INFO] Configured Artifact: org.bouncycastle:bcprov-jdk15on:sources:1.65.01:jar 13:27:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/bouncycastle/bcprov-jdk15on/1.65.01/bcprov-jdk15on-1.65.01-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/sources-for-eclipse-ipzilla/bcprov-jdk15on-1.65.01-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA,org/bouncycastle/asn1/misc/IDEACBCPar*.*,org/bouncycastle/crypto/engines/IDEAEngine*.*,org/bouncycastle/jcajce/provider/symmetric/IDEA*.*,org/bouncycastle/crypto/modes/OCBBlockCipher.*,**/test/**/*.*" 13:27:21 [INFO] Configured Artifact: org.bouncycastle:bcprov-jdk15on:sources:1.65.01:jar 13:27:21 [INFO] Copying bcprov-jdk15on-1.65.01-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/sources-for-eclipse-ipzilla/bcprov-jdk15on-1.65.01-sources.jar 13:27:21 [INFO] Refreshing about files and about.html 13:27:21 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:27:21 [INFO] Refreshing ip_log.xml 13:27:21 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:27:21 [INFO] 13:27:21 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.bouncycastle.bcprov --- 13:27:21 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/org.bouncycastle.bcprov-1.65.01-SNAPSHOT.jar 13:27:23 [INFO] 13:27:23 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.bouncycastle.bcprov --- 13:27:25 [INFO] Jar '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/org.bouncycastle.bcprov-1.65.01-SNAPSHOT.jar' is already signed. The signature will be overwritten. 13:27:28 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/org.bouncycastle.bcprov-1.65.01-SNAPSHOT.jar 13:27:34 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/org.bouncycastle.bcprov-1.65.01-SNAPSHOT-sources.jar 13:27:38 [INFO] 13:27:38 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jce) @ org.bouncycastle.bcprov --- 13:27:39 [INFO] Jar '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/org.bouncycastle.bcprov-1.65.01-SNAPSHOT.jar' is already signed and will be resigned. 13:27:39 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/org.bouncycastle.bcprov-1.65.01-SNAPSHOT.jar 13:27:44 [INFO] Jar '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/org.bouncycastle.bcprov-1.65.01-SNAPSHOT-sources.jar' is already signed and will be resigned. 13:27:44 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/org.bouncycastle.bcprov-1.65.01-SNAPSHOT-sources.jar 13:27:47 [INFO] 13:27:47 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.bouncycastle.bcprov --- 13:27:47 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/org.bouncycastle.bcprov-1.65.01-SNAPSHOT.jar 13:27:49 [INFO] 13:27:49 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.bouncycastle.bcprov --- 13:27:49 [INFO] 13:27:49 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.bouncycastle.bcprov --- 13:27:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/org.bouncycastle.bcprov-1.65.01-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.65.01-SNAPSHOT/org.bouncycastle.bcprov-1.65.01-SNAPSHOT.jar 13:27:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.65.01-SNAPSHOT/org.bouncycastle.bcprov-1.65.01-SNAPSHOT.pom 13:27:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/org.bouncycastle.bcprov-1.65.01-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.65.01-SNAPSHOT/org.bouncycastle.bcprov-1.65.01-SNAPSHOT-sources.jar 13:27:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.65.01-SNAPSHOT/org.bouncycastle.bcprov-1.65.01-SNAPSHOT-p2metadata.xml 13:27:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.65.01-SNAPSHOT/org.bouncycastle.bcprov-1.65.01-SNAPSHOT-p2artifacts.xml 13:27:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.65.01-SNAPSHOT/org.bouncycastle.bcprov-1.65.01-SNAPSHOT-ip_log.xml 13:27:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/org.bouncycastle.bcprov-1.65.01-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.65.01-SNAPSHOT/org.bouncycastle.bcprov-1.65.01-SNAPSHOT-pack200.jar.pack.gz 13:27:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.65.01-SNAPSHOT/org.bouncycastle.bcprov-1.65.01-SNAPSHOT-p2metadata.xml 13:27:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bouncycastle/org.bouncycastle.bcprov_1.65.01/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.65.01-SNAPSHOT/org.bouncycastle.bcprov-1.65.01-SNAPSHOT-p2artifacts.xml 13:27:49 [INFO] 13:27:49 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.bouncycastle.bcprov --- 13:27:49 [INFO] 13:27:49 [INFO] ----------------< org.eclipse.orbit.bundles:bytebuddy >----------------- 13:27:49 [INFO] Building Eclipse Orbit :: Byte Buddy Recipes 1.0.0-SNAPSHOT [146/376] 13:27:49 [INFO] --------------------------------[ pom ]--------------------------------- 13:27:49 [INFO] 13:27:49 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bytebuddy --- 13:27:49 [INFO] 13:27:49 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ bytebuddy --- 13:27:49 [INFO] 13:27:49 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ bytebuddy --- 13:27:49 [INFO] 13:27:49 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ bytebuddy --- 13:27:49 [INFO] 13:27:49 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ bytebuddy --- 13:27:49 [INFO] 13:27:49 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ bytebuddy --- 13:27:49 [INFO] 13:27:49 [INFO] --- maven-install-plugin:2.4:install (default-install) @ bytebuddy --- 13:27:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/bytebuddy/1.0.0-SNAPSHOT/bytebuddy-1.0.0-SNAPSHOT.pom 13:27:49 [INFO] 13:27:49 [INFO] ---------< org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy >--------- 13:27:49 [INFO] Building Byte Buddy (without dependencies) 1.7.9-SNAPSHOT [147/376] 13:27:49 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:27:49 [INFO] 13:27:49 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.bytebuddy.byte-buddy --- 13:27:49 [INFO] 13:27:49 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ net.bytebuddy.byte-buddy --- 13:27:49 [INFO] The project's OSGi version is 1.7.9.v20180420-1519 13:27:49 [INFO] 13:27:49 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ net.bytebuddy.byte-buddy --- 13:27:49 [INFO] 13:27:49 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ net.bytebuddy.byte-buddy --- 13:27:49 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:27:49 [INFO] Copying 3 resources 13:27:49 [INFO] 13:27:49 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ net.bytebuddy.byte-buddy --- 13:27:49 [INFO] No sources to compile 13:27:49 [INFO] 13:27:49 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ net.bytebuddy.byte-buddy --- 13:27:49 [INFO] Gathering dependencies 13:27:49 [INFO] Configured Artifact: net.bytebuddy:byte-buddy:1.7.9:jar 13:27:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:27:49 [INFO] Merging collected dependencies 13:27:49 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:27:49 [INFO] Copying 1951 resources 13:27:50 [INFO] Generating OSGi MANIFEST.MF 13:27:50 [WARNING] Manifest org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:eclipse-bundle-recipe:1.7.9-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT.jar 13:27:50 [INFO] Gathering sources 13:27:50 [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.7.9:jar 13:27:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:27:52 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:27:52 [INFO] Copying 3 resources 13:27:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-sources.jar 13:27:52 [INFO] Assembling p2 repository 13:27:53 [INFO] 13:27:53 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ net.bytebuddy.byte-buddy --- 13:27:53 [INFO] 13:27:53 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ net.bytebuddy.byte-buddy --- 13:27:53 [INFO] Discovering license information from existing ip_log.xml 13:27:53 [INFO] Discovered license 'Apache License, 2.0' for artifact net.bytebuddy:byte-buddy:1.7.9. 13:27:53 [INFO] Gathering sources archives 13:27:53 [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.7.9:jar 13:27:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:27:53 [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.7.9:jar 13:27:53 [INFO] Copying byte-buddy-1.7.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/sources-for-eclipse-ipzilla/byte-buddy-1.7.9-sources.jar 13:27:53 [INFO] Refreshing about files and about.html 13:27:53 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:27:53 [INFO] Refreshing ip_log.xml 13:27:53 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:27:53 [INFO] 13:27:53 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ net.bytebuddy.byte-buddy --- 13:27:53 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT.jar 13:27:55 [INFO] 13:27:55 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ net.bytebuddy.byte-buddy --- 13:27:55 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT.jar 13:27:59 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-sources.jar 13:28:01 [INFO] 13:28:01 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ net.bytebuddy.byte-buddy --- 13:28:01 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT.jar 13:28:03 [INFO] 13:28:03 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ net.bytebuddy.byte-buddy --- 13:28:03 [INFO] 13:28:03 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ net.bytebuddy.byte-buddy --- 13:28:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT.jar 13:28:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT.pom 13:28:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-sources.jar 13:28:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-p2metadata.xml 13:28:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-p2artifacts.xml 13:28:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-ip_log.xml 13:28:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-pack200.jar.pack.gz 13:28:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-p2metadata.xml 13:28:03 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-p2artifacts.xml 13:28:03 [INFO] 13:28:03 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ net.bytebuddy.byte-buddy --- 13:28:03 [INFO] 13:28:03 [INFO] ------< org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent >------ 13:28:03 [INFO] Building Byte Buddy Java agent 1.7.9-SNAPSHOT [148/376] 13:28:03 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:28:03 [INFO] 13:28:03 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.bytebuddy.byte-buddy-agent --- 13:28:03 [INFO] 13:28:03 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ net.bytebuddy.byte-buddy-agent --- 13:28:03 [INFO] The project's OSGi version is 1.7.9.v20180420-1519 13:28:03 [INFO] 13:28:03 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ net.bytebuddy.byte-buddy-agent --- 13:28:03 [INFO] 13:28:03 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ net.bytebuddy.byte-buddy-agent --- 13:28:03 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:03 [INFO] Copying 3 resources 13:28:03 [INFO] 13:28:03 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ net.bytebuddy.byte-buddy-agent --- 13:28:03 [INFO] No sources to compile 13:28:03 [INFO] 13:28:03 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ net.bytebuddy.byte-buddy-agent --- 13:28:03 [INFO] Gathering dependencies 13:28:03 [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:1.7.9:jar 13:28:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:03 [INFO] Merging collected dependencies 13:28:03 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:03 [INFO] Copying 30 resources 13:28:03 [INFO] Generating OSGi MANIFEST.MF 13:28:03 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT.jar 13:28:03 [INFO] Gathering sources 13:28:03 [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.7.9:jar 13:28:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:03 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:03 [INFO] Copying 3 resources 13:28:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT-sources.jar 13:28:03 [INFO] Assembling p2 repository 13:28:04 [INFO] 13:28:04 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ net.bytebuddy.byte-buddy-agent --- 13:28:04 [INFO] 13:28:04 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ net.bytebuddy.byte-buddy-agent --- 13:28:04 [INFO] Discovering license information from existing ip_log.xml 13:28:04 [INFO] Discovered license 'Apache License, 2.0' for artifact net.bytebuddy:byte-buddy-agent:1.7.9. 13:28:04 [INFO] Gathering sources archives 13:28:04 [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.7.9:jar 13:28:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:28:04 [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.7.9:jar 13:28:04 [INFO] Copying byte-buddy-agent-1.7.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/sources-for-eclipse-ipzilla/byte-buddy-agent-1.7.9-sources.jar 13:28:04 [INFO] Refreshing about files and about.html 13:28:04 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:28:04 [INFO] Refreshing ip_log.xml 13:28:04 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:28:04 [INFO] 13:28:04 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ net.bytebuddy.byte-buddy-agent --- 13:28:04 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT.jar 13:28:04 [INFO] 13:28:04 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ net.bytebuddy.byte-buddy-agent --- 13:28:04 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT.jar 13:28:05 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT-sources.jar 13:28:06 [INFO] 13:28:06 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ net.bytebuddy.byte-buddy-agent --- 13:28:06 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT.jar 13:28:06 [INFO] 13:28:06 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ net.bytebuddy.byte-buddy-agent --- 13:28:06 [INFO] 13:28:06 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ net.bytebuddy.byte-buddy-agent --- 13:28:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT.jar 13:28:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT.pom 13:28:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:28:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT-ip_log.xml 13:28:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT-pack200.jar.pack.gz 13:28:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:06 [INFO] 13:28:06 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ net.bytebuddy.byte-buddy-agent --- 13:28:06 [INFO] 13:28:06 [INFO] ---------< org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy >--------- 13:28:06 [INFO] Building Byte Buddy (without dependencies) 1.9.0-SNAPSHOT [149/376] 13:28:06 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:28:07 [INFO] 13:28:07 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.bytebuddy.byte-buddy --- 13:28:07 [INFO] 13:28:07 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ net.bytebuddy.byte-buddy --- 13:28:07 [INFO] The project's OSGi version is 1.9.0.v20181107-1410 13:28:07 [INFO] 13:28:07 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ net.bytebuddy.byte-buddy --- 13:28:07 [INFO] 13:28:07 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ net.bytebuddy.byte-buddy --- 13:28:07 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:07 [INFO] Copying 3 resources 13:28:07 [INFO] 13:28:07 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ net.bytebuddy.byte-buddy --- 13:28:07 [INFO] No sources to compile 13:28:07 [INFO] 13:28:07 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ net.bytebuddy.byte-buddy --- 13:28:07 [INFO] Gathering dependencies 13:28:07 [INFO] Configured Artifact: net.bytebuddy:byte-buddy:1.9.0:jar 13:28:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:07 [INFO] Merging collected dependencies 13:28:07 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:07 [INFO] Copying 2240 resources 13:28:07 [INFO] Generating OSGi MANIFEST.MF 13:28:07 [WARNING] Manifest org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:eclipse-bundle-recipe:1.9.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT.jar 13:28:08 [INFO] Gathering sources 13:28:08 [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.9.0:jar 13:28:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:08 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:08 [INFO] Copying 3 resources 13:28:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-sources.jar 13:28:08 [INFO] Assembling p2 repository 13:28:09 [INFO] 13:28:09 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ net.bytebuddy.byte-buddy --- 13:28:09 [INFO] 13:28:09 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ net.bytebuddy.byte-buddy --- 13:28:09 [INFO] Discovering license information from existing ip_log.xml 13:28:09 [INFO] Discovered license 'Apache License, 2.0' for artifact net.bytebuddy:byte-buddy:1.9.0. 13:28:09 [INFO] Gathering sources archives 13:28:09 [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.9.0:jar 13:28:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:28:09 [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.9.0:jar 13:28:09 [INFO] Copying byte-buddy-1.9.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/sources-for-eclipse-ipzilla/byte-buddy-1.9.0-sources.jar 13:28:09 [INFO] Refreshing about files and about.html 13:28:09 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:28:09 [INFO] Refreshing ip_log.xml 13:28:09 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:28:09 [INFO] 13:28:09 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ net.bytebuddy.byte-buddy --- 13:28:09 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT.jar 13:28:10 [INFO] 13:28:10 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ net.bytebuddy.byte-buddy --- 13:28:11 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT.jar 13:28:15 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-sources.jar 13:28:17 [INFO] 13:28:17 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ net.bytebuddy.byte-buddy --- 13:28:17 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT.jar 13:28:18 [INFO] 13:28:18 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ net.bytebuddy.byte-buddy --- 13:28:18 [INFO] 13:28:18 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ net.bytebuddy.byte-buddy --- 13:28:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT.jar 13:28:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT.pom 13:28:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-sources.jar 13:28:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-p2metadata.xml 13:28:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-p2artifacts.xml 13:28:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-ip_log.xml 13:28:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-pack200.jar.pack.gz 13:28:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-p2metadata.xml 13:28:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-p2artifacts.xml 13:28:18 [INFO] 13:28:18 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ net.bytebuddy.byte-buddy --- 13:28:18 [INFO] 13:28:18 [INFO] ------< org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent >------ 13:28:18 [INFO] Building Byte Buddy Java agent 1.9.0-SNAPSHOT [150/376] 13:28:18 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:28:18 [INFO] 13:28:18 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.bytebuddy.byte-buddy-agent --- 13:28:18 [INFO] 13:28:18 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ net.bytebuddy.byte-buddy-agent --- 13:28:18 [INFO] The project's OSGi version is 1.9.0.v20181106-1534 13:28:18 [INFO] 13:28:18 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ net.bytebuddy.byte-buddy-agent --- 13:28:18 [INFO] 13:28:18 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ net.bytebuddy.byte-buddy-agent --- 13:28:18 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:18 [INFO] Copying 3 resources 13:28:18 [INFO] 13:28:18 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ net.bytebuddy.byte-buddy-agent --- 13:28:18 [INFO] No sources to compile 13:28:18 [INFO] 13:28:18 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ net.bytebuddy.byte-buddy-agent --- 13:28:18 [INFO] Gathering dependencies 13:28:18 [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:1.9.0:jar 13:28:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:18 [INFO] Merging collected dependencies 13:28:18 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:18 [INFO] Copying 32 resources 13:28:18 [INFO] Generating OSGi MANIFEST.MF 13:28:18 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT.jar 13:28:18 [INFO] Gathering sources 13:28:18 [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.9.0:jar 13:28:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:18 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:18 [INFO] Copying 3 resources 13:28:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT-sources.jar 13:28:18 [INFO] Assembling p2 repository 13:28:19 [INFO] 13:28:19 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ net.bytebuddy.byte-buddy-agent --- 13:28:19 [INFO] 13:28:19 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ net.bytebuddy.byte-buddy-agent --- 13:28:19 [INFO] Discovering license information from existing ip_log.xml 13:28:19 [INFO] Discovered license 'Apache License, 2.0' for artifact net.bytebuddy:byte-buddy-agent:1.9.0. 13:28:19 [INFO] Gathering sources archives 13:28:19 [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.9.0:jar 13:28:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:28:19 [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.9.0:jar 13:28:19 [INFO] Copying byte-buddy-agent-1.9.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/sources-for-eclipse-ipzilla/byte-buddy-agent-1.9.0-sources.jar 13:28:19 [INFO] Refreshing about files and about.html 13:28:19 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:28:19 [INFO] Refreshing ip_log.xml 13:28:19 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:28:19 [INFO] 13:28:19 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ net.bytebuddy.byte-buddy-agent --- 13:28:19 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT.jar 13:28:19 [INFO] 13:28:19 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ net.bytebuddy.byte-buddy-agent --- 13:28:19 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT.jar 13:28:20 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT-sources.jar 13:28:22 [INFO] 13:28:22 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ net.bytebuddy.byte-buddy-agent --- 13:28:22 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT.jar 13:28:22 [INFO] 13:28:22 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ net.bytebuddy.byte-buddy-agent --- 13:28:22 [INFO] 13:28:22 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ net.bytebuddy.byte-buddy-agent --- 13:28:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT.jar 13:28:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT.pom 13:28:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:28:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT-ip_log.xml 13:28:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT-pack200.jar.pack.gz 13:28:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:22 [INFO] 13:28:22 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ net.bytebuddy.byte-buddy-agent --- 13:28:22 [INFO] 13:28:22 [INFO] ----------------< org.eclipse.orbit.bundles:commonmark >---------------- 13:28:22 [INFO] Building Eclipse Orbit :: CommonMark Recipes 1.0.0-SNAPSHOT [151/376] 13:28:22 [INFO] --------------------------------[ pom ]--------------------------------- 13:28:22 [INFO] 13:28:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ commonmark --- 13:28:22 [INFO] 13:28:22 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ commonmark --- 13:28:22 [INFO] 13:28:22 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ commonmark --- 13:28:22 [INFO] 13:28:22 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ commonmark --- 13:28:22 [INFO] 13:28:22 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ commonmark --- 13:28:22 [INFO] 13:28:22 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ commonmark --- 13:28:22 [INFO] 13:28:22 [INFO] --- maven-install-plugin:2.4:install (default-install) @ commonmark --- 13:28:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/commonmark/1.0.0-SNAPSHOT/commonmark-1.0.0-SNAPSHOT.pom 13:28:22 [INFO] 13:28:22 [INFO] ---------< org.eclipse.orbit.bundles:com.atlassian.commonmark >--------- 13:28:22 [INFO] Building commonmark-java core 0.15.1-SNAPSHOT [152/376] 13:28:22 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:28:22 [INFO] 13:28:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark --- 13:28:22 [INFO] 13:28:22 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark --- 13:28:22 [INFO] The project's OSGi version is 0.15.1.v20200707-1444 13:28:22 [INFO] 13:28:22 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.atlassian.commonmark --- 13:28:22 [INFO] 13:28:22 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.atlassian.commonmark --- 13:28:22 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:22 [INFO] Copying 3 resources 13:28:22 [INFO] 13:28:22 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.atlassian.commonmark --- 13:28:22 [INFO] No sources to compile 13:28:22 [INFO] 13:28:22 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark --- 13:28:22 [INFO] Gathering dependencies 13:28:22 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark:0.15.1:jar 13:28:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/atlassian/commonmark/commonmark/0.15.1/commonmark-0.15.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:22 [INFO] Merging collected dependencies 13:28:22 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:22 [INFO] Copying 127 resources 13:28:22 [INFO] Generating OSGi MANIFEST.MF 13:28:22 [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark_0.15.1/target/com.atlassian.commonmark-0.15.1-SNAPSHOT.jar 13:28:22 [INFO] Gathering sources 13:28:22 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark:sources:0.15.1:jar 13:28:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/atlassian/commonmark/commonmark/0.15.1/commonmark-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:22 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:22 [INFO] Copying 3 resources 13:28:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark_0.15.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark_0.15.1/target/com.atlassian.commonmark-0.15.1-SNAPSHOT-sources.jar 13:28:22 [INFO] Assembling p2 repository 13:28:23 [INFO] 13:28:23 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark --- 13:28:23 [INFO] 13:28:23 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark --- 13:28:23 [INFO] Discovering license information from existing ip_log.xml 13:28:23 [INFO] Discovered license 'New BSD license' for artifact com.atlassian.commonmark:commonmark:0.15.1. 13:28:23 [INFO] Gathering sources archives 13:28:23 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark:sources:0.15.1:jar 13:28:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/atlassian/commonmark/commonmark/0.15.1/commonmark-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:28:23 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark:sources:0.15.1:jar 13:28:23 [INFO] Copying commonmark-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-0.15.1-sources.jar 13:28:23 [INFO] Refreshing about files and about.html 13:28:23 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:28:23 [INFO] Refreshing ip_log.xml 13:28:23 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark_0.15.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:28:23 [INFO] 13:28:23 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.atlassian.commonmark --- 13:28:23 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark_0.15.1/target/com.atlassian.commonmark-0.15.1-SNAPSHOT.jar 13:28:23 [INFO] 13:28:23 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.atlassian.commonmark --- 13:28:23 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark_0.15.1/target/com.atlassian.commonmark-0.15.1-SNAPSHOT.jar 13:28:25 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark_0.15.1/target/com.atlassian.commonmark-0.15.1-SNAPSHOT-sources.jar 13:28:26 [INFO] 13:28:26 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.atlassian.commonmark --- 13:28:26 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark_0.15.1/target/com.atlassian.commonmark-0.15.1-SNAPSHOT.jar 13:28:26 [INFO] 13:28:26 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark --- 13:28:27 [INFO] 13:28:27 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.atlassian.commonmark --- 13:28:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark_0.15.1/target/com.atlassian.commonmark-0.15.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT.jar 13:28:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark_0.15.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT.pom 13:28:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT-sources.jar 13:28:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT-p2metadata.xml 13:28:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT-p2artifacts.xml 13:28:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark_0.15.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT-ip_log.xml 13:28:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark_0.15.1/target/com.atlassian.commonmark-0.15.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT-pack200.jar.pack.gz 13:28:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT-p2metadata.xml 13:28:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT-p2artifacts.xml 13:28:27 [INFO] 13:28:27 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark --- 13:28:27 [INFO] 13:28:27 [INFO] ------< org.eclipse.orbit.bundles:com.atlassian.commonmark-yaml >------- 13:28:27 [INFO] Building commonmark-java extension for YAML front matter 0.15.1-SNAPSHOT [153/376] 13:28:27 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:28:28 [INFO] 13:28:28 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-yaml --- 13:28:28 [INFO] 13:28:28 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-yaml --- 13:28:28 [INFO] The project's OSGi version is 0.15.1.v20200707-1444 13:28:28 [INFO] 13:28:28 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.atlassian.commonmark-yaml --- 13:28:28 [INFO] 13:28:28 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.atlassian.commonmark-yaml --- 13:28:28 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:28 [INFO] Copying 3 resources 13:28:28 [INFO] 13:28:28 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.atlassian.commonmark-yaml --- 13:28:28 [INFO] No sources to compile 13:28:28 [INFO] 13:28:28 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-yaml --- 13:28:28 [INFO] Gathering dependencies 13:28:28 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-yaml-front-matter:0.15.1:jar 13:28:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:28 [INFO] Merging collected dependencies 13:28:28 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:28 [INFO] Copying 8 resources 13:28:28 [INFO] Generating OSGi MANIFEST.MF 13:28:28 [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark-yaml:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT.jar 13:28:28 [INFO] Gathering sources 13:28:28 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-yaml-front-matter:sources:0.15.1:jar 13:28:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:29 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:29 [INFO] Copying 3 resources 13:28:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-yaml_0.15.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-sources.jar 13:28:29 [INFO] Assembling p2 repository 13:28:30 [INFO] 13:28:30 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-yaml --- 13:28:30 [INFO] 13:28:30 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-yaml --- 13:28:30 [INFO] Discovering license information from existing ip_log.xml 13:28:30 [INFO] Discovered license 'New BSD license' for artifact com.atlassian.commonmark:commonmark-ext-yaml-front-matter:0.15.1. 13:28:30 [INFO] Gathering sources archives 13:28:30 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-yaml-front-matter:sources:0.15.1:jar 13:28:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:28:30 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-yaml-front-matter:sources:0.15.1:jar 13:28:30 [INFO] Copying commonmark-ext-yaml-front-matter-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-yaml-front-matter-0.15.1-sources.jar 13:28:30 [INFO] Refreshing about files and about.html 13:28:30 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:28:30 [INFO] Refreshing ip_log.xml 13:28:30 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-yaml_0.15.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:28:30 [INFO] 13:28:30 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.atlassian.commonmark-yaml --- 13:28:30 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT.jar 13:28:30 [INFO] 13:28:30 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.atlassian.commonmark-yaml --- 13:28:30 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT.jar 13:28:32 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-sources.jar 13:28:34 [INFO] 13:28:34 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.atlassian.commonmark-yaml --- 13:28:34 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT.jar 13:28:34 [INFO] 13:28:34 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-yaml --- 13:28:34 [INFO] 13:28:34 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.atlassian.commonmark-yaml --- 13:28:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT.jar 13:28:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-yaml_0.15.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT.pom 13:28:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-sources.jar 13:28:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-p2metadata.xml 13:28:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-p2artifacts.xml 13:28:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-yaml_0.15.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-ip_log.xml 13:28:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-pack200.jar.pack.gz 13:28:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-p2metadata.xml 13:28:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-p2artifacts.xml 13:28:34 [INFO] 13:28:34 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-yaml --- 13:28:34 [INFO] 13:28:34 [INFO] ---< org.eclipse.orbit.bundles:com.atlassian.commonmark-gfm-tables >---- 13:28:34 [INFO] Building commonmark-java extension for tables 0.15.1-SNAPSHOT [154/376] 13:28:34 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:28:34 [INFO] 13:28:34 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-gfm-tables --- 13:28:34 [INFO] 13:28:34 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-gfm-tables --- 13:28:34 [INFO] The project's OSGi version is 0.15.1.v20200707-1444 13:28:34 [INFO] 13:28:34 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.atlassian.commonmark-gfm-tables --- 13:28:34 [INFO] 13:28:34 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.atlassian.commonmark-gfm-tables --- 13:28:34 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:34 [INFO] Copying 3 resources 13:28:34 [INFO] 13:28:34 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.atlassian.commonmark-gfm-tables --- 13:28:34 [INFO] No sources to compile 13:28:34 [INFO] 13:28:34 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-gfm-tables --- 13:28:34 [INFO] Gathering dependencies 13:28:34 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-tables:0.15.1:jar 13:28:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:34 [INFO] Merging collected dependencies 13:28:34 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:34 [INFO] Copying 18 resources 13:28:34 [INFO] Generating OSGi MANIFEST.MF 13:28:34 [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark-gfm-tables:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT.jar 13:28:34 [INFO] Gathering sources 13:28:34 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-tables:sources:0.15.1:jar 13:28:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:34 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:34 [INFO] Copying 3 resources 13:28:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT-sources.jar 13:28:34 [INFO] Assembling p2 repository 13:28:35 [INFO] 13:28:35 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-gfm-tables --- 13:28:35 [INFO] 13:28:35 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-gfm-tables --- 13:28:35 [INFO] Discovering license information from existing ip_log.xml 13:28:35 [INFO] Discovered license 'New BSD license' for artifact com.atlassian.commonmark:commonmark-ext-gfm-tables:0.15.1. 13:28:35 [INFO] Gathering sources archives 13:28:35 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-tables:sources:0.15.1:jar 13:28:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:28:35 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-tables:sources:0.15.1:jar 13:28:35 [INFO] Copying commonmark-ext-gfm-tables-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-gfm-tables-0.15.1-sources.jar 13:28:35 [INFO] Refreshing about files and about.html 13:28:35 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:28:35 [INFO] Refreshing ip_log.xml 13:28:35 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:28:35 [INFO] 13:28:35 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.atlassian.commonmark-gfm-tables --- 13:28:35 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT.jar 13:28:35 [INFO] 13:28:35 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.atlassian.commonmark-gfm-tables --- 13:28:35 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT.jar 13:28:36 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT-sources.jar 13:28:37 [INFO] 13:28:37 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.atlassian.commonmark-gfm-tables --- 13:28:37 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT.jar 13:28:37 [INFO] 13:28:37 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-gfm-tables --- 13:28:38 [INFO] 13:28:38 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.atlassian.commonmark-gfm-tables --- 13:28:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-tables/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT.jar 13:28:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-tables/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT.pom 13:28:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:28:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-tables/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT-ip_log.xml 13:28:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-tables/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT-pack200.jar.pack.gz 13:28:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:38 [INFO] 13:28:38 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-gfm-tables --- 13:28:38 [INFO] 13:28:38 [INFO] --< org.eclipse.orbit.bundles:com.atlassian.commonmark-gfm-strikethrough >-- 13:28:38 [INFO] Building commonmark-java extension for strikethrough 0.15.1-SNAPSHOT [155/376] 13:28:38 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:28:38 [INFO] 13:28:38 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-gfm-strikethrough --- 13:28:38 [INFO] 13:28:38 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-gfm-strikethrough --- 13:28:38 [INFO] The project's OSGi version is 0.15.1.v20200707-1444 13:28:38 [INFO] 13:28:38 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.atlassian.commonmark-gfm-strikethrough --- 13:28:38 [INFO] 13:28:38 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.atlassian.commonmark-gfm-strikethrough --- 13:28:38 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:38 [INFO] Copying 3 resources 13:28:38 [INFO] 13:28:38 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.atlassian.commonmark-gfm-strikethrough --- 13:28:38 [INFO] No sources to compile 13:28:38 [INFO] 13:28:38 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-gfm-strikethrough --- 13:28:38 [INFO] Gathering dependencies 13:28:38 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:0.15.1:jar 13:28:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:38 [INFO] Merging collected dependencies 13:28:38 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:38 [INFO] Copying 10 resources 13:28:38 [INFO] Generating OSGi MANIFEST.MF 13:28:38 [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark-gfm-strikethrough:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT.jar 13:28:39 [INFO] Gathering sources 13:28:39 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:sources:0.15.1:jar 13:28:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:39 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:39 [INFO] Copying 3 resources 13:28:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT-sources.jar 13:28:39 [INFO] Assembling p2 repository 13:28:39 [INFO] 13:28:39 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-gfm-strikethrough --- 13:28:39 [INFO] 13:28:39 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-gfm-strikethrough --- 13:28:39 [INFO] Discovering license information from existing ip_log.xml 13:28:39 [INFO] Discovered license 'New BSD license' for artifact com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:0.15.1. 13:28:39 [INFO] Gathering sources archives 13:28:39 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:sources:0.15.1:jar 13:28:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:28:39 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:sources:0.15.1:jar 13:28:39 [INFO] Copying commonmark-ext-gfm-strikethrough-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-gfm-strikethrough-0.15.1-sources.jar 13:28:39 [INFO] Refreshing about files and about.html 13:28:39 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:28:39 [INFO] Refreshing ip_log.xml 13:28:39 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:28:39 [INFO] 13:28:39 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.atlassian.commonmark-gfm-strikethrough --- 13:28:39 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT.jar 13:28:39 [INFO] 13:28:39 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.atlassian.commonmark-gfm-strikethrough --- 13:28:39 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT.jar 13:28:40 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT-sources.jar 13:28:42 [INFO] 13:28:42 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.atlassian.commonmark-gfm-strikethrough --- 13:28:42 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT.jar 13:28:42 [INFO] 13:28:42 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-gfm-strikethrough --- 13:28:42 [INFO] 13:28:42 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.atlassian.commonmark-gfm-strikethrough --- 13:28:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-strikethrough/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT.jar 13:28:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-strikethrough/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT.pom 13:28:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:28:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-strikethrough/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT-ip_log.xml 13:28:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-strikethrough/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT-pack200.jar.pack.gz 13:28:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:42 [INFO] 13:28:42 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-gfm-strikethrough --- 13:28:42 [INFO] 13:28:42 [INFO] --< org.eclipse.orbit.bundles:com.atlassian.commonmark-image-attributes >-- 13:28:42 [INFO] Building commonmark-java extension for image attributes 0.15.1-SNAPSHOT [156/376] 13:28:42 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:28:42 [INFO] 13:28:42 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-image-attributes --- 13:28:42 [INFO] 13:28:42 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-image-attributes --- 13:28:42 [INFO] The project's OSGi version is 0.15.1.v20200707-1444 13:28:42 [INFO] 13:28:42 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.atlassian.commonmark-image-attributes --- 13:28:42 [INFO] 13:28:42 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.atlassian.commonmark-image-attributes --- 13:28:42 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:42 [INFO] Copying 3 resources 13:28:42 [INFO] 13:28:42 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.atlassian.commonmark-image-attributes --- 13:28:42 [INFO] No sources to compile 13:28:42 [INFO] 13:28:42 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-image-attributes --- 13:28:42 [INFO] Gathering dependencies 13:28:42 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-image-attributes:0.15.1:jar 13:28:42 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:42 [INFO] Merging collected dependencies 13:28:42 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:42 [INFO] Copying 8 resources 13:28:42 [INFO] Generating OSGi MANIFEST.MF 13:28:42 [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark-image-attributes:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT.jar 13:28:42 [INFO] Gathering sources 13:28:42 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-image-attributes:sources:0.15.1:jar 13:28:42 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:42 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:42 [INFO] Copying 3 resources 13:28:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT-sources.jar 13:28:42 [INFO] Assembling p2 repository 13:28:43 [INFO] 13:28:43 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-image-attributes --- 13:28:43 [INFO] 13:28:43 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-image-attributes --- 13:28:43 [INFO] Discovering license information from existing ip_log.xml 13:28:43 [INFO] Discovered license 'New BSD license' for artifact com.atlassian.commonmark:commonmark-ext-image-attributes:0.15.1. 13:28:43 [INFO] Gathering sources archives 13:28:43 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-image-attributes:sources:0.15.1:jar 13:28:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:28:43 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-image-attributes:sources:0.15.1:jar 13:28:43 [INFO] Copying commonmark-ext-image-attributes-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-image-attributes-0.15.1-sources.jar 13:28:43 [INFO] Refreshing about files and about.html 13:28:43 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:28:43 [INFO] Refreshing ip_log.xml 13:28:43 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:28:43 [INFO] 13:28:43 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.atlassian.commonmark-image-attributes --- 13:28:43 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT.jar 13:28:43 [INFO] 13:28:43 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.atlassian.commonmark-image-attributes --- 13:28:43 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT.jar 13:28:44 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT-sources.jar 13:28:45 [INFO] 13:28:45 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.atlassian.commonmark-image-attributes --- 13:28:45 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT.jar 13:28:45 [INFO] 13:28:45 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-image-attributes --- 13:28:45 [INFO] 13:28:45 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.atlassian.commonmark-image-attributes --- 13:28:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-image-attributes/0.15.1-SNAPSHOT/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT.jar 13:28:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-image-attributes/0.15.1-SNAPSHOT/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT.pom 13:28:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:28:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-image-attributes/0.15.1-SNAPSHOT/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT-ip_log.xml 13:28:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-image-attributes/0.15.1-SNAPSHOT/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT-pack200.jar.pack.gz 13:28:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:46 [INFO] 13:28:46 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-image-attributes --- 13:28:46 [INFO] 13:28:46 [INFO] -------< org.eclipse.orbit.bundles:com.atlassian.commonmark-ins >------- 13:28:46 [INFO] Building commonmark-java extension for (underline) 0.15.1-SNAPSHOT [157/376] 13:28:46 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:28:46 [INFO] 13:28:46 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-ins --- 13:28:46 [INFO] 13:28:46 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-ins --- 13:28:46 [INFO] The project's OSGi version is 0.15.1.v20200707-1444 13:28:46 [INFO] 13:28:46 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.atlassian.commonmark-ins --- 13:28:46 [INFO] 13:28:46 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.atlassian.commonmark-ins --- 13:28:46 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:46 [INFO] Copying 3 resources 13:28:46 [INFO] 13:28:46 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.atlassian.commonmark-ins --- 13:28:46 [INFO] No sources to compile 13:28:46 [INFO] 13:28:46 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-ins --- 13:28:46 [INFO] Gathering dependencies 13:28:46 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-ins:0.15.1:jar 13:28:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/commonmark/com.atlassian.commonmark-ins_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:46 [INFO] Merging collected dependencies 13:28:46 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:46 [INFO] Copying 10 resources 13:28:46 [INFO] Generating OSGi MANIFEST.MF 13:28:46 [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark-ins:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-ins_0.15.1/target/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT.jar 13:28:46 [INFO] Gathering sources 13:28:46 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-ins:sources:0.15.1:jar 13:28:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/commonmark/com.atlassian.commonmark-ins_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:46 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:46 [INFO] Copying 3 resources 13:28:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-ins_0.15.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-ins_0.15.1/target/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-sources.jar 13:28:46 [INFO] Assembling p2 repository 13:28:46 [INFO] 13:28:46 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-ins --- 13:28:46 [INFO] 13:28:46 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-ins --- 13:28:46 [INFO] Discovering license information from existing ip_log.xml 13:28:46 [INFO] Discovered license 'New BSD license' for artifact com.atlassian.commonmark:commonmark-ext-ins:0.15.1. 13:28:46 [INFO] Gathering sources archives 13:28:46 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-ins:sources:0.15.1:jar 13:28:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:28:46 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-ins:sources:0.15.1:jar 13:28:46 [INFO] Copying commonmark-ext-ins-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-ins_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-ins-0.15.1-sources.jar 13:28:46 [INFO] Refreshing about files and about.html 13:28:46 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:28:46 [INFO] Refreshing ip_log.xml 13:28:46 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-ins_0.15.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:28:46 [INFO] 13:28:46 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.atlassian.commonmark-ins --- 13:28:46 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-ins_0.15.1/target/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT.jar 13:28:46 [INFO] 13:28:46 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.atlassian.commonmark-ins --- 13:28:46 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-ins_0.15.1/target/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT.jar 13:28:47 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-ins_0.15.1/target/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-sources.jar 13:28:49 [INFO] 13:28:49 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.atlassian.commonmark-ins --- 13:28:49 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-ins_0.15.1/target/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT.jar 13:28:49 [INFO] 13:28:49 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-ins --- 13:28:49 [INFO] 13:28:49 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.atlassian.commonmark-ins --- 13:28:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT.jar 13:28:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-ins_0.15.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT.pom 13:28:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-sources.jar 13:28:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-ins_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-p2metadata.xml 13:28:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-ins_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-p2artifacts.xml 13:28:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-ins_0.15.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-ip_log.xml 13:28:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-ins_0.15.1/target/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-pack200.jar.pack.gz 13:28:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-ins_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-p2metadata.xml 13:28:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-ins_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-p2artifacts.xml 13:28:49 [INFO] 13:28:49 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-ins --- 13:28:49 [INFO] 13:28:49 [INFO] --< org.eclipse.orbit.bundles:com.atlassian.commonmark-task-list-items >-- 13:28:49 [INFO] Building commonmark-java extension for task list items 0.15.1-SNAPSHOT [158/376] 13:28:49 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:28:49 [INFO] 13:28:49 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-task-list-items --- 13:28:49 [INFO] 13:28:49 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-task-list-items --- 13:28:49 [INFO] The project's OSGi version is 0.15.1.v20200707-1444 13:28:49 [INFO] 13:28:49 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.atlassian.commonmark-task-list-items --- 13:28:49 [INFO] 13:28:49 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.atlassian.commonmark-task-list-items --- 13:28:49 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:49 [INFO] Copying 3 resources 13:28:49 [INFO] 13:28:49 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.atlassian.commonmark-task-list-items --- 13:28:49 [INFO] No sources to compile 13:28:49 [INFO] 13:28:49 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-task-list-items --- 13:28:49 [INFO] Gathering dependencies 13:28:49 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-task-list-items:0.15.1:jar 13:28:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:49 [INFO] Merging collected dependencies 13:28:49 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:49 [INFO] Copying 9 resources 13:28:49 [INFO] Generating OSGi MANIFEST.MF 13:28:49 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT.jar 13:28:49 [INFO] Gathering sources 13:28:49 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-task-list-items:sources:0.15.1:jar 13:28:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:49 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:49 [INFO] Copying 3 resources 13:28:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT-sources.jar 13:28:49 [INFO] Assembling p2 repository 13:28:50 [INFO] 13:28:50 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-task-list-items --- 13:28:50 [INFO] 13:28:50 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-task-list-items --- 13:28:50 [INFO] Discovering license information from existing ip_log.xml 13:28:50 [INFO] Discovered license 'New BSD license' for artifact com.atlassian.commonmark:commonmark-ext-task-list-items:0.15.1. 13:28:50 [INFO] Gathering sources archives 13:28:50 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-task-list-items:sources:0.15.1:jar 13:28:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:28:50 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-task-list-items:sources:0.15.1:jar 13:28:50 [INFO] Copying commonmark-ext-task-list-items-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:28:50 [INFO] Refreshing about files and about.html 13:28:50 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:28:50 [INFO] Refreshing ip_log.xml 13:28:50 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:28:50 [INFO] 13:28:50 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.atlassian.commonmark-task-list-items --- 13:28:50 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT.jar 13:28:50 [INFO] 13:28:50 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.atlassian.commonmark-task-list-items --- 13:28:50 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT.jar 13:28:51 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT-sources.jar 13:28:52 [INFO] 13:28:52 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.atlassian.commonmark-task-list-items --- 13:28:52 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT.jar 13:28:52 [INFO] 13:28:52 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-task-list-items --- 13:28:52 [INFO] 13:28:52 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.atlassian.commonmark-task-list-items --- 13:28:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:28:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:28:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:28:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:28:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:52 [INFO] 13:28:52 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-task-list-items --- 13:28:52 [INFO] 13:28:52 [INFO] --< org.eclipse.orbit.bundles:com.atlassian.commonmark-heading-anchor >-- 13:28:52 [INFO] Building commonmark-java extension for adding id attributes to h tags 0.15.1-SNAPSHOT [159/376] 13:28:52 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:28:52 [INFO] 13:28:52 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-heading-anchor --- 13:28:52 [INFO] 13:28:52 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-heading-anchor --- 13:28:52 [INFO] The project's OSGi version is 0.15.1.v20200707-1444 13:28:52 [INFO] 13:28:52 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.atlassian.commonmark-heading-anchor --- 13:28:52 [INFO] 13:28:52 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.atlassian.commonmark-heading-anchor --- 13:28:52 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:52 [INFO] Copying 3 resources 13:28:52 [INFO] 13:28:52 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.atlassian.commonmark-heading-anchor --- 13:28:52 [INFO] No sources to compile 13:28:52 [INFO] 13:28:52 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-heading-anchor --- 13:28:52 [INFO] Gathering dependencies 13:28:52 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-heading-anchor:0.15.1:jar 13:28:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:52 [INFO] Merging collected dependencies 13:28:52 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:52 [INFO] Copying 10 resources 13:28:52 [INFO] Generating OSGi MANIFEST.MF 13:28:52 [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark-heading-anchor:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT.jar 13:28:52 [INFO] Gathering sources 13:28:52 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-heading-anchor:sources:0.15.1:jar 13:28:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:52 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:52 [INFO] Copying 3 resources 13:28:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT-sources.jar 13:28:52 [INFO] Assembling p2 repository 13:28:53 [INFO] 13:28:53 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-heading-anchor --- 13:28:53 [INFO] 13:28:53 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-heading-anchor --- 13:28:53 [INFO] Discovering license information from existing ip_log.xml 13:28:53 [INFO] Discovered license 'New BSD license' for artifact com.atlassian.commonmark:commonmark-ext-heading-anchor:0.15.1. 13:28:53 [INFO] Gathering sources archives 13:28:53 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-heading-anchor:sources:0.15.1:jar 13:28:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:28:53 [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-heading-anchor:sources:0.15.1:jar 13:28:53 [INFO] Copying commonmark-ext-heading-anchor-0.15.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-heading-anchor-0.15.1-sources.jar 13:28:53 [INFO] Refreshing about files and about.html 13:28:53 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:28:53 [INFO] Refreshing ip_log.xml 13:28:53 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:28:53 [INFO] 13:28:53 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.atlassian.commonmark-heading-anchor --- 13:28:53 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT.jar 13:28:53 [INFO] 13:28:53 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.atlassian.commonmark-heading-anchor --- 13:28:53 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT.jar 13:28:54 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT-sources.jar 13:28:55 [INFO] 13:28:55 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.atlassian.commonmark-heading-anchor --- 13:28:55 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT.jar 13:28:55 [INFO] 13:28:55 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-heading-anchor --- 13:28:55 [INFO] 13:28:55 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.atlassian.commonmark-heading-anchor --- 13:28:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-heading-anchor/0.15.1-SNAPSHOT/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT.jar 13:28:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-heading-anchor/0.15.1-SNAPSHOT/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT.pom 13:28:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:28:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-heading-anchor/0.15.1-SNAPSHOT/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT-ip_log.xml 13:28:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-heading-anchor/0.15.1-SNAPSHOT/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT-pack200.jar.pack.gz 13:28:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:28:55 [INFO] 13:28:55 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-heading-anchor --- 13:28:55 [INFO] 13:28:55 [INFO] ----------------< org.eclipse.orbit.bundles:cup-parent >---------------- 13:28:55 [INFO] Building Eclipse Orbit :: Apache Recipes 1.0.0-SNAPSHOT [160/376] 13:28:55 [INFO] --------------------------------[ pom ]--------------------------------- 13:28:55 [INFO] 13:28:55 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cup-parent --- 13:28:55 [INFO] 13:28:55 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ cup-parent --- 13:28:55 [INFO] 13:28:55 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ cup-parent --- 13:28:55 [INFO] 13:28:55 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ cup-parent --- 13:28:55 [INFO] 13:28:55 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ cup-parent --- 13:28:55 [INFO] 13:28:55 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ cup-parent --- 13:28:55 [INFO] 13:28:55 [INFO] --- maven-install-plugin:2.4:install (default-install) @ cup-parent --- 13:28:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/cup-parent/1.0.0-SNAPSHOT/cup-parent-1.0.0-SNAPSHOT.pom 13:28:55 [INFO] 13:28:55 [INFO] -------------< org.eclipse.orbit.bundles:java_cup-runtime >------------- 13:28:55 [INFO] Building Java Cup Runtime 0.11.20150326 0.11.20150326-SNAPSHOT [161/376] 13:28:55 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:28:55 [INFO] 13:28:55 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ java_cup-runtime --- 13:28:55 [INFO] 13:28:55 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ java_cup-runtime --- 13:28:55 [INFO] The project's OSGi version is 0.11.20150326.v20180425-1030 13:28:55 [INFO] 13:28:55 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ java_cup-runtime --- 13:28:55 [INFO] 13:28:55 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ java_cup-runtime --- 13:28:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:55 [INFO] Copying 3 resources 13:28:55 [INFO] 13:28:55 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ java_cup-runtime --- 13:28:55 [INFO] No sources to compile 13:28:55 [INFO] 13:28:55 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ java_cup-runtime --- 13:28:55 [INFO] Gathering dependencies 13:28:55 [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup-runtime:0.11.20150326:jar 13:28:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/cup/java_cup-runtime_0.11.20150326/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:55 [INFO] Merging collected dependencies 13:28:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:55 [INFO] Copying 15 resources 13:28:55 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup-runtime_0.11.20150326/target/java_cup-runtime-0.11.20150326-SNAPSHOT.jar 13:28:55 [INFO] Gathering sources 13:28:55 [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup-runtime:sources:0.11.20150326:jar 13:28:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/cup/java_cup-runtime_0.11.20150326/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:28:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:28:55 [INFO] Copying 3 resources 13:28:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup-runtime_0.11.20150326/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup-runtime_0.11.20150326/target/java_cup-runtime-0.11.20150326-SNAPSHOT-sources.jar 13:28:55 [INFO] Assembling p2 repository 13:28:56 [INFO] 13:28:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ java_cup-runtime --- 13:28:56 [INFO] 13:28:56 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ java_cup-runtime --- 13:28:56 [INFO] Discovering license information from existing ip_log.xml 13:28:56 [INFO] Discovered license 'Java Cup License (MIT Style)' for artifact org.eclipse.orbit.java-cup:java-cup-runtime:0.11.20150326. 13:28:56 [INFO] Gathering sources archives 13:28:56 [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup-runtime:sources:0.11.20150326:jar 13:28:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:28:56 [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup-runtime:sources:0.11.20150326:jar 13:28:56 [INFO] Copying java-cup-runtime-0.11.20150326-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup-runtime_0.11.20150326/target/sources-for-eclipse-ipzilla/java-cup-runtime-0.11.20150326-sources.jar 13:28:56 [INFO] Refreshing about files and about.html 13:28:56 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:28:56 [INFO] Refreshing ip_log.xml 13:28:56 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup-runtime_0.11.20150326/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:28:56 [INFO] 13:28:56 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ java_cup-runtime --- 13:28:56 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup-runtime_0.11.20150326/target/java_cup-runtime-0.11.20150326-SNAPSHOT.jar 13:28:56 [INFO] 13:28:56 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ java_cup-runtime --- 13:28:56 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup-runtime_0.11.20150326/target/java_cup-runtime-0.11.20150326-SNAPSHOT.jar 13:28:57 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup-runtime_0.11.20150326/target/java_cup-runtime-0.11.20150326-SNAPSHOT-sources.jar 13:28:59 [INFO] 13:28:59 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ java_cup-runtime --- 13:28:59 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup-runtime_0.11.20150326/target/java_cup-runtime-0.11.20150326-SNAPSHOT.jar 13:28:59 [INFO] 13:28:59 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ java_cup-runtime --- 13:28:59 [INFO] 13:28:59 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ java_cup-runtime --- 13:28:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup-runtime_0.11.20150326/target/java_cup-runtime-0.11.20150326-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT.jar 13:28:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup-runtime_0.11.20150326/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT.pom 13:28:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT-sources.jar 13:28:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup-runtime_0.11.20150326/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT-p2metadata.xml 13:28:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup-runtime_0.11.20150326/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT-p2artifacts.xml 13:28:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup-runtime_0.11.20150326/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT-ip_log.xml 13:28:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup-runtime_0.11.20150326/target/java_cup-runtime-0.11.20150326-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT-pack200.jar.pack.gz 13:28:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup-runtime_0.11.20150326/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT-p2metadata.xml 13:28:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup-runtime_0.11.20150326/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT-p2artifacts.xml 13:28:59 [INFO] 13:28:59 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ java_cup-runtime --- 13:28:59 [INFO] 13:28:59 [INFO] -----------------< org.eclipse.orbit.bundles:java_cup >----------------- 13:28:59 [INFO] Building Java CUP 0.11.20150326 0.11.20150326-SNAPSHOT [162/376] 13:28:59 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:29:01 [INFO] 13:29:01 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ java_cup --- 13:29:01 [INFO] 13:29:01 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ java_cup --- 13:29:01 [INFO] The project's OSGi version is 0.11.20150326.v20180425-1030 13:29:01 [INFO] 13:29:01 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ java_cup --- 13:29:01 [INFO] 13:29:01 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ java_cup --- 13:29:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:01 [INFO] Copying 3 resources 13:29:01 [INFO] 13:29:01 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ java_cup --- 13:29:01 [INFO] No sources to compile 13:29:01 [INFO] 13:29:01 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ java_cup --- 13:29:01 [INFO] Gathering dependencies 13:29:01 [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup:0.11.20150326:jar 13:29:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/cup/java_cup_0.11.20150326/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:29:01 [INFO] Merging collected dependencies 13:29:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:01 [INFO] Copying 35 resources 13:29:01 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup_0.11.20150326/target/java_cup-0.11.20150326-SNAPSHOT.jar 13:29:01 [INFO] Gathering sources 13:29:01 [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup:sources:0.11.20150326:jar 13:29:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/cup/java_cup_0.11.20150326/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:29:02 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:02 [INFO] Copying 3 resources 13:29:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup_0.11.20150326/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup_0.11.20150326/target/java_cup-0.11.20150326-SNAPSHOT-sources.jar 13:29:02 [INFO] Assembling p2 repository 13:29:03 [INFO] 13:29:03 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ java_cup --- 13:29:03 [INFO] 13:29:03 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ java_cup --- 13:29:03 [INFO] Discovering license information from existing ip_log.xml 13:29:03 [INFO] Discovered license 'Java Cup License (MIT Style)' for artifact org.eclipse.orbit.java-cup:java-cup:0.11.20150326. 13:29:03 [INFO] Gathering sources archives 13:29:03 [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup:sources:0.11.20150326:jar 13:29:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:29:03 [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup:sources:0.11.20150326:jar 13:29:03 [INFO] Copying java-cup-0.11.20150326-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup_0.11.20150326/target/sources-for-eclipse-ipzilla/java-cup-0.11.20150326-sources.jar 13:29:03 [INFO] Refreshing about files and about.html 13:29:03 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:29:03 [INFO] Refreshing ip_log.xml 13:29:03 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup_0.11.20150326/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:29:03 [INFO] 13:29:03 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ java_cup --- 13:29:03 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup_0.11.20150326/target/java_cup-0.11.20150326-SNAPSHOT.jar 13:29:03 [INFO] 13:29:03 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ java_cup --- 13:29:03 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup_0.11.20150326/target/java_cup-0.11.20150326-SNAPSHOT.jar 13:29:05 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup_0.11.20150326/target/java_cup-0.11.20150326-SNAPSHOT-sources.jar 13:29:06 [INFO] 13:29:06 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ java_cup --- 13:29:06 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup_0.11.20150326/target/java_cup-0.11.20150326-SNAPSHOT.jar 13:29:06 [INFO] 13:29:06 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ java_cup --- 13:29:06 [INFO] 13:29:06 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ java_cup --- 13:29:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup_0.11.20150326/target/java_cup-0.11.20150326-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT.jar 13:29:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup_0.11.20150326/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT.pom 13:29:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup_0.11.20150326/target/java_cup-0.11.20150326-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT-sources.jar 13:29:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup_0.11.20150326/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT-p2metadata.xml 13:29:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup_0.11.20150326/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT-p2artifacts.xml 13:29:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup_0.11.20150326/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT-ip_log.xml 13:29:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup_0.11.20150326/target/java_cup-0.11.20150326-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT-pack200.jar.pack.gz 13:29:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup_0.11.20150326/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT-p2metadata.xml 13:29:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/cup/java_cup_0.11.20150326/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT-p2artifacts.xml 13:29:06 [INFO] 13:29:06 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ java_cup --- 13:29:06 [INFO] 13:29:06 [INFO] ---------------< org.eclipse.orbit.bundles:drmaa-parent >--------------- 13:29:06 [INFO] Building Eclipse Orbit :: DRMAA 1.0.0-SNAPSHOT [163/376] 13:29:06 [INFO] --------------------------------[ pom ]--------------------------------- 13:29:06 [INFO] 13:29:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ drmaa-parent --- 13:29:06 [INFO] 13:29:06 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ drmaa-parent --- 13:29:06 [INFO] 13:29:06 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ drmaa-parent --- 13:29:06 [INFO] 13:29:06 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ drmaa-parent --- 13:29:06 [INFO] 13:29:06 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ drmaa-parent --- 13:29:06 [INFO] 13:29:06 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ drmaa-parent --- 13:29:06 [INFO] 13:29:06 [INFO] --- maven-install-plugin:2.4:install (default-install) @ drmaa-parent --- 13:29:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/drmaa-parent/1.0.0-SNAPSHOT/drmaa-parent-1.0.0-SNAPSHOT.pom 13:29:06 [INFO] 13:29:06 [INFO] --------------< org.eclipse.orbit.bundles:org.ggf.drmaa >--------------- 13:29:06 [INFO] Building org.ggf.drmaa 1.0.0-SNAPSHOT [164/376] 13:29:06 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:29:06 [INFO] 13:29:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ggf.drmaa --- 13:29:06 [INFO] 13:29:06 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.ggf.drmaa --- 13:29:06 [INFO] The project's OSGi version is 1.0.0.v20170818-1553 13:29:06 [INFO] 13:29:06 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.ggf.drmaa --- 13:29:06 [INFO] 13:29:06 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.ggf.drmaa --- 13:29:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:06 [INFO] Copying 3 resources 13:29:06 [INFO] 13:29:06 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.ggf.drmaa --- 13:29:06 [INFO] No sources to compile 13:29:06 [INFO] 13:29:06 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.ggf.drmaa --- 13:29:06 [INFO] Gathering dependencies 13:29:06 [INFO] Configured Artifact: org.eclipse.orbit.drmaa:org.ggf.drmaa:1.0.0:jar 13:29:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/drmaa/org.ggf.drmaa_1.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:29:06 [INFO] Merging collected dependencies 13:29:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:06 [INFO] Copying 38 resources 13:29:06 [INFO] Generating OSGi MANIFEST.MF 13:29:06 [WARNING] Manifest org.eclipse.orbit.bundles:org.ggf.drmaa:eclipse-bundle-recipe:1.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/org.ggf.drmaa_1.0.0/target/org.ggf.drmaa-1.0.0-SNAPSHOT.jar 13:29:06 [INFO] Gathering sources 13:29:06 [INFO] Configured Artifact: org.eclipse.orbit.drmaa:org.ggf.drmaa:sources:1.0.0:jar 13:29:06 [WARNING] Unable to resolve source jar; skipping source bundle 13:29:06 [INFO] Assembling p2 repository 13:29:07 [INFO] 13:29:07 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.ggf.drmaa --- 13:29:07 [INFO] 13:29:07 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.ggf.drmaa --- 13:29:07 [INFO] Discovering license information from existing ip_log.xml 13:29:07 [INFO] Discovered license 'SISSL-1.2' for artifact org.eclipse.orbit.drmaa:org.ggf.drmaa:1.0.0. 13:29:07 [INFO] Gathering sources archives 13:29:07 [INFO] Configured Artifact: org.eclipse.orbit.drmaa:org.ggf.drmaa:sources:1.0.0:jar 13:29:07 [WARNING] Unable to resolve source jar; skipping Eclipse IP information 13:29:07 [INFO] Refreshing about files and about.html 13:29:07 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:29:07 [INFO] Refreshing ip_log.xml 13:29:07 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/org.ggf.drmaa_1.0.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:29:07 [INFO] 13:29:07 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.ggf.drmaa --- 13:29:07 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/org.ggf.drmaa_1.0.0/target/org.ggf.drmaa-1.0.0-SNAPSHOT.jar 13:29:07 [INFO] 13:29:07 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.ggf.drmaa --- 13:29:07 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/org.ggf.drmaa_1.0.0/target/org.ggf.drmaa-1.0.0-SNAPSHOT.jar 13:29:08 [INFO] 13:29:08 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.ggf.drmaa --- 13:29:08 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/org.ggf.drmaa_1.0.0/target/org.ggf.drmaa-1.0.0-SNAPSHOT.jar 13:29:08 [INFO] 13:29:08 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.ggf.drmaa --- 13:29:08 [INFO] 13:29:08 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.ggf.drmaa --- 13:29:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/org.ggf.drmaa_1.0.0/target/org.ggf.drmaa-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ggf.drmaa/1.0.0-SNAPSHOT/org.ggf.drmaa-1.0.0-SNAPSHOT.jar 13:29:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/org.ggf.drmaa_1.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ggf.drmaa/1.0.0-SNAPSHOT/org.ggf.drmaa-1.0.0-SNAPSHOT.pom 13:29:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/org.ggf.drmaa_1.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ggf.drmaa/1.0.0-SNAPSHOT/org.ggf.drmaa-1.0.0-SNAPSHOT-p2metadata.xml 13:29:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/org.ggf.drmaa_1.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ggf.drmaa/1.0.0-SNAPSHOT/org.ggf.drmaa-1.0.0-SNAPSHOT-p2artifacts.xml 13:29:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/org.ggf.drmaa_1.0.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ggf.drmaa/1.0.0-SNAPSHOT/org.ggf.drmaa-1.0.0-SNAPSHOT-ip_log.xml 13:29:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/org.ggf.drmaa_1.0.0/target/org.ggf.drmaa-1.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ggf.drmaa/1.0.0-SNAPSHOT/org.ggf.drmaa-1.0.0-SNAPSHOT-pack200.jar.pack.gz 13:29:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/org.ggf.drmaa_1.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ggf.drmaa/1.0.0-SNAPSHOT/org.ggf.drmaa-1.0.0-SNAPSHOT-p2metadata.xml 13:29:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/org.ggf.drmaa_1.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ggf.drmaa/1.0.0-SNAPSHOT/org.ggf.drmaa-1.0.0-SNAPSHOT-p2artifacts.xml 13:29:08 [INFO] 13:29:08 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.ggf.drmaa --- 13:29:08 [INFO] 13:29:08 [INFO] ------------< org.eclipse.orbit.bundles:com.sun.grid.drmaa >------------ 13:29:08 [INFO] Building com.sun.grid.drmaa 1.0.0-SNAPSHOT [165/376] 13:29:08 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:29:08 [INFO] 13:29:08 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.grid.drmaa --- 13:29:08 [INFO] 13:29:08 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.sun.grid.drmaa --- 13:29:08 [INFO] The project's OSGi version is 1.0.0.v20170818-1553 13:29:08 [INFO] 13:29:08 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.sun.grid.drmaa --- 13:29:08 [INFO] 13:29:08 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.sun.grid.drmaa --- 13:29:08 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:08 [INFO] Copying 3 resources 13:29:08 [INFO] 13:29:08 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.sun.grid.drmaa --- 13:29:08 [INFO] No sources to compile 13:29:08 [INFO] 13:29:08 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.sun.grid.drmaa --- 13:29:08 [INFO] Gathering dependencies 13:29:08 [INFO] Configured Artifact: org.eclipse.orbit.drmaa:com.sun.grid.drmaa:1.0.0:jar 13:29:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/drmaa/com.sun.grid.drmaa_1.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:29:08 [INFO] Merging collected dependencies 13:29:08 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:08 [INFO] Copying 9 resources 13:29:08 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/com.sun.grid.drmaa_1.0.0/target/com.sun.grid.drmaa-1.0.0-SNAPSHOT.jar 13:29:08 [INFO] Gathering sources 13:29:08 [INFO] Configured Artifact: org.eclipse.orbit.drmaa:com.sun.grid.drmaa:sources:1.0.0:jar 13:29:08 [WARNING] Unable to resolve source jar; skipping source bundle 13:29:08 [INFO] Assembling p2 repository 13:29:09 [INFO] 13:29:09 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.grid.drmaa --- 13:29:09 [INFO] 13:29:09 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.grid.drmaa --- 13:29:09 [INFO] Discovering license information from existing ip_log.xml 13:29:09 [INFO] Discovered license 'SISSL-1.2' for artifact org.eclipse.orbit.drmaa:com.sun.grid.drmaa:1.0.0. 13:29:09 [INFO] Gathering sources archives 13:29:09 [INFO] Configured Artifact: org.eclipse.orbit.drmaa:com.sun.grid.drmaa:sources:1.0.0:jar 13:29:09 [WARNING] Unable to resolve source jar; skipping Eclipse IP information 13:29:09 [INFO] Refreshing about files and about.html 13:29:09 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:29:09 [INFO] Refreshing ip_log.xml 13:29:09 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/com.sun.grid.drmaa_1.0.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:29:09 [INFO] 13:29:09 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.sun.grid.drmaa --- 13:29:09 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/com.sun.grid.drmaa_1.0.0/target/com.sun.grid.drmaa-1.0.0-SNAPSHOT.jar 13:29:09 [INFO] 13:29:09 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.sun.grid.drmaa --- 13:29:09 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/com.sun.grid.drmaa_1.0.0/target/com.sun.grid.drmaa-1.0.0-SNAPSHOT.jar 13:29:11 [INFO] 13:29:11 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.sun.grid.drmaa --- 13:29:11 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/com.sun.grid.drmaa_1.0.0/target/com.sun.grid.drmaa-1.0.0-SNAPSHOT.jar 13:29:11 [INFO] 13:29:11 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.sun.grid.drmaa --- 13:29:11 [INFO] 13:29:11 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.sun.grid.drmaa --- 13:29:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.sun.grid.drmaa/1.0.0-SNAPSHOT/com.sun.grid.drmaa-1.0.0-SNAPSHOT.jar 13:29:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/com.sun.grid.drmaa_1.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.grid.drmaa/1.0.0-SNAPSHOT/com.sun.grid.drmaa-1.0.0-SNAPSHOT.pom 13:29:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/com.sun.grid.drmaa_1.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.grid.drmaa/1.0.0-SNAPSHOT/com.sun.grid.drmaa-1.0.0-SNAPSHOT-p2metadata.xml 13:29:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/com.sun.grid.drmaa_1.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.grid.drmaa/1.0.0-SNAPSHOT/com.sun.grid.drmaa-1.0.0-SNAPSHOT-p2artifacts.xml 13:29:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/com.sun.grid.drmaa_1.0.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.grid.drmaa/1.0.0-SNAPSHOT/com.sun.grid.drmaa-1.0.0-SNAPSHOT-ip_log.xml 13:29:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/com.sun.grid.drmaa_1.0.0/target/com.sun.grid.drmaa-1.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.grid.drmaa/1.0.0-SNAPSHOT/com.sun.grid.drmaa-1.0.0-SNAPSHOT-pack200.jar.pack.gz 13:29:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/com.sun.grid.drmaa_1.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.grid.drmaa/1.0.0-SNAPSHOT/com.sun.grid.drmaa-1.0.0-SNAPSHOT-p2metadata.xml 13:29:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/drmaa/com.sun.grid.drmaa_1.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.grid.drmaa/1.0.0-SNAPSHOT/com.sun.grid.drmaa-1.0.0-SNAPSHOT-p2artifacts.xml 13:29:11 [INFO] 13:29:11 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.sun.grid.drmaa --- 13:29:11 [INFO] 13:29:11 [INFO] ----------------< org.eclipse.orbit.bundles:freemarker >---------------- 13:29:11 [INFO] Building Eclipse Orbit :: Freemarker Recipes 1.0.0-SNAPSHOT [166/376] 13:29:11 [INFO] --------------------------------[ pom ]--------------------------------- 13:29:11 [INFO] 13:29:11 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ freemarker --- 13:29:11 [INFO] 13:29:11 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ freemarker --- 13:29:11 [INFO] 13:29:11 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ freemarker --- 13:29:11 [INFO] 13:29:11 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ freemarker --- 13:29:11 [INFO] 13:29:11 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ freemarker --- 13:29:11 [INFO] 13:29:11 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ freemarker --- 13:29:11 [INFO] 13:29:11 [INFO] --- maven-install-plugin:2.4:install (default-install) @ freemarker --- 13:29:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/freemarker/1.0.0-SNAPSHOT/freemarker-1.0.0-SNAPSHOT.pom 13:29:11 [INFO] 13:29:11 [INFO] --------------< org.eclipse.orbit.bundles:org.freemarker >-------------- 13:29:11 [INFO] Building FreeMarker 2.3.22-SNAPSHOT [167/376] 13:29:11 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:29:11 [INFO] 13:29:11 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.freemarker --- 13:29:11 [INFO] 13:29:11 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.freemarker --- 13:29:11 [INFO] The project's OSGi version is 2.3.22.v20160210-1233 13:29:11 [INFO] 13:29:11 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.freemarker --- 13:29:11 [INFO] 13:29:11 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.freemarker --- 13:29:11 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:11 [INFO] Copying 3 resources 13:29:11 [INFO] 13:29:11 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.freemarker --- 13:29:11 [INFO] No sources to compile 13:29:11 [INFO] 13:29:11 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.freemarker --- 13:29:11 [INFO] Gathering dependencies 13:29:11 [INFO] Configured Artifact: org.freemarker:freemarker:2.3.22:jar 13:29:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/freemarker/freemarker/2.3.22/freemarker-2.3.22.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:29:11 [INFO] Merging collected dependencies 13:29:11 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:11 [INFO] Copying 947 resources 13:29:11 [INFO] Generating OSGi MANIFEST.MF 13:29:12 [WARNING] Manifest org.eclipse.orbit.bundles:org.freemarker:eclipse-bundle-recipe:2.3.22-SNAPSHOT : Unused Export-Package instructions: [*.internal*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/target/org.freemarker-2.3.22-SNAPSHOT.jar 13:29:12 [INFO] Gathering sources 13:29:12 [INFO] Configured Artifact: org.freemarker:freemarker:sources:2.3.22:jar 13:29:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/freemarker/freemarker/2.3.22/freemarker-2.3.22-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:29:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:12 [INFO] Copying 3 resources 13:29:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/target/org.freemarker-2.3.22-SNAPSHOT-sources.jar 13:29:12 [INFO] Assembling p2 repository 13:29:12 [INFO] 13:29:12 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.freemarker --- 13:29:12 [INFO] 13:29:12 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.freemarker --- 13:29:12 [INFO] Discovering license information from existing ip_log.xml 13:29:12 [INFO] Discovered license 'Apache License, 2.0' for artifact org.freemarker:freemarker:2.3.22. 13:29:12 [INFO] Gathering sources archives 13:29:12 [INFO] Configured Artifact: org.freemarker:freemarker:sources:2.3.22:jar 13:29:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/freemarker/freemarker/2.3.22/freemarker-2.3.22-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/target/sources-for-eclipse-ipzilla/freemarker-2.3.22-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:29:13 [INFO] Configured Artifact: org.freemarker:freemarker:sources:2.3.22:jar 13:29:13 [INFO] Copying freemarker-2.3.22-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/target/sources-for-eclipse-ipzilla/freemarker-2.3.22-sources.jar 13:29:13 [INFO] Refreshing about files and about.html 13:29:13 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:29:13 [INFO] Refreshing ip_log.xml 13:29:13 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:29:13 [INFO] 13:29:13 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.freemarker --- 13:29:13 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/target/org.freemarker-2.3.22-SNAPSHOT.jar 13:29:13 [INFO] 13:29:13 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.freemarker --- 13:29:13 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/target/org.freemarker-2.3.22-SNAPSHOT.jar 13:29:16 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/target/org.freemarker-2.3.22-SNAPSHOT-sources.jar 13:29:18 [INFO] 13:29:18 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.freemarker --- 13:29:18 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/target/org.freemarker-2.3.22-SNAPSHOT.jar 13:29:18 [INFO] 13:29:18 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.freemarker --- 13:29:18 [INFO] 13:29:18 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.freemarker --- 13:29:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/target/org.freemarker-2.3.22-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT.jar 13:29:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT.pom 13:29:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/target/org.freemarker-2.3.22-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT-sources.jar 13:29:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT-p2metadata.xml 13:29:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT-p2artifacts.xml 13:29:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT-ip_log.xml 13:29:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/target/org.freemarker-2.3.22-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT-pack200.jar.pack.gz 13:29:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT-p2metadata.xml 13:29:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/freemarker/org.freemarker_2.3.22/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT-p2artifacts.xml 13:29:18 [INFO] 13:29:18 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.freemarker --- 13:29:18 [INFO] 13:29:18 [INFO] --------------< org.eclipse.orbit.bundles:github-parent >--------------- 13:29:18 [INFO] Building Eclipse Orbit :: Github Recipes 1.0.0-SNAPSHOT [168/376] 13:29:18 [INFO] --------------------------------[ pom ]--------------------------------- 13:29:18 [INFO] 13:29:18 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ github-parent --- 13:29:18 [INFO] 13:29:18 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ github-parent --- 13:29:18 [INFO] 13:29:18 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ github-parent --- 13:29:18 [INFO] 13:29:18 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ github-parent --- 13:29:18 [INFO] 13:29:18 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ github-parent --- 13:29:18 [INFO] 13:29:18 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ github-parent --- 13:29:18 [INFO] 13:29:18 [INFO] --- maven-install-plugin:2.4:install (default-install) @ github-parent --- 13:29:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/github-parent/1.0.0-SNAPSHOT/github-parent-1.0.0-SNAPSHOT.pom 13:29:18 [INFO] 13:29:18 [INFO] ------------< org.eclipse.orbit.bundles:classgraph-parent >------------- 13:29:18 [INFO] Building Eclipse Orbit :: Classgraph Recipes 1.0.0-SNAPSHOT [169/376] 13:29:18 [INFO] --------------------------------[ pom ]--------------------------------- 13:29:18 [INFO] 13:29:18 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ classgraph-parent --- 13:29:18 [INFO] 13:29:18 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ classgraph-parent --- 13:29:18 [INFO] 13:29:18 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ classgraph-parent --- 13:29:18 [INFO] 13:29:18 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ classgraph-parent --- 13:29:18 [INFO] 13:29:18 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ classgraph-parent --- 13:29:18 [INFO] 13:29:18 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ classgraph-parent --- 13:29:18 [INFO] 13:29:18 [INFO] --- maven-install-plugin:2.4:install (default-install) @ classgraph-parent --- 13:29:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/classgraph-parent/1.0.0-SNAPSHOT/classgraph-parent-1.0.0-SNAPSHOT.pom 13:29:18 [INFO] 13:29:18 [INFO] -----------< org.eclipse.orbit.bundles:io.github.classgraph >----------- 13:29:18 [INFO] Building ClassGraph 4.8.35-SNAPSHOT [170/376] 13:29:18 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:29:19 [INFO] 13:29:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.github.classgraph --- 13:29:19 [INFO] 13:29:19 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ io.github.classgraph --- 13:29:19 [INFO] The project's OSGi version is 4.8.35.v20190528-1517 13:29:19 [INFO] 13:29:19 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ io.github.classgraph --- 13:29:19 [INFO] 13:29:19 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ io.github.classgraph --- 13:29:19 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:19 [INFO] Copying 3 resources 13:29:19 [INFO] 13:29:19 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ io.github.classgraph --- 13:29:19 [INFO] No sources to compile 13:29:19 [INFO] 13:29:19 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ io.github.classgraph --- 13:29:19 [INFO] Gathering dependencies 13:29:19 [INFO] Configured Artifact: io.github.classgraph:classgraph:4.8.35:jar 13:29:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/io/github/classgraph/classgraph/4.8.35/classgraph-4.8.35.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:29:19 [INFO] Merging collected dependencies 13:29:19 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:19 [INFO] Copying 221 resources 13:29:19 [INFO] Generating OSGi MANIFEST.MF 13:29:19 [WARNING] Manifest org.eclipse.orbit.bundles:io.github.classgraph:eclipse-bundle-recipe:4.8.35-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:29:19 [WARNING] Manifest org.eclipse.orbit.bundles:io.github.classgraph:eclipse-bundle-recipe:4.8.35-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info} [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/target/io.github.classgraph-4.8.35-SNAPSHOT.jar 13:29:19 [INFO] Gathering sources 13:29:19 [INFO] Configured Artifact: io.github.classgraph:classgraph:sources:4.8.35:jar 13:29:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/io/github/classgraph/classgraph/4.8.35/classgraph-4.8.35-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:29:19 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:19 [INFO] Copying 3 resources 13:29:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/target/io.github.classgraph-4.8.35-SNAPSHOT-sources.jar 13:29:19 [INFO] Assembling p2 repository 13:29:20 [INFO] 13:29:20 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ io.github.classgraph --- 13:29:20 [INFO] 13:29:20 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ io.github.classgraph --- 13:29:20 [INFO] Discovering license information from existing ip_log.xml 13:29:20 [INFO] Discovered license 'MIT license' for artifact io.github.classgraph:classgraph:4.8.35. 13:29:20 [INFO] Gathering sources archives 13:29:20 [INFO] Configured Artifact: io.github.classgraph:classgraph:sources:4.8.35:jar 13:29:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/io/github/classgraph/classgraph/4.8.35/classgraph-4.8.35-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/target/sources-for-eclipse-ipzilla/classgraph-4.8.35-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:29:20 [INFO] Configured Artifact: io.github.classgraph:classgraph:sources:4.8.35:jar 13:29:20 [INFO] Copying classgraph-4.8.35-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/target/sources-for-eclipse-ipzilla/classgraph-4.8.35-sources.jar 13:29:20 [INFO] Refreshing about files and about.html 13:29:20 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:29:20 [INFO] Refreshing ip_log.xml 13:29:20 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:29:20 [INFO] 13:29:20 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ io.github.classgraph --- 13:29:20 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/target/io.github.classgraph-4.8.35-SNAPSHOT.jar 13:29:20 [INFO] 13:29:20 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ io.github.classgraph --- 13:29:20 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/target/io.github.classgraph-4.8.35-SNAPSHOT.jar 13:29:22 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/target/io.github.classgraph-4.8.35-SNAPSHOT-sources.jar 13:29:24 [INFO] 13:29:24 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ io.github.classgraph --- 13:29:24 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/target/io.github.classgraph-4.8.35-SNAPSHOT.jar 13:29:24 [INFO] 13:29:24 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ io.github.classgraph --- 13:29:24 [INFO] 13:29:24 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ io.github.classgraph --- 13:29:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/target/io.github.classgraph-4.8.35-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.35-SNAPSHOT/io.github.classgraph-4.8.35-SNAPSHOT.jar 13:29:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.35-SNAPSHOT/io.github.classgraph-4.8.35-SNAPSHOT.pom 13:29:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/target/io.github.classgraph-4.8.35-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.35-SNAPSHOT/io.github.classgraph-4.8.35-SNAPSHOT-sources.jar 13:29:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.35-SNAPSHOT/io.github.classgraph-4.8.35-SNAPSHOT-p2metadata.xml 13:29:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.35-SNAPSHOT/io.github.classgraph-4.8.35-SNAPSHOT-p2artifacts.xml 13:29:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.35-SNAPSHOT/io.github.classgraph-4.8.35-SNAPSHOT-ip_log.xml 13:29:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/target/io.github.classgraph-4.8.35-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.35-SNAPSHOT/io.github.classgraph-4.8.35-SNAPSHOT-pack200.jar.pack.gz 13:29:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.35-SNAPSHOT/io.github.classgraph-4.8.35-SNAPSHOT-p2metadata.xml 13:29:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/classgraph/io.github.classgraph_4.8.35/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.35-SNAPSHOT/io.github.classgraph-4.8.35-SNAPSHOT-p2artifacts.xml 13:29:24 [INFO] 13:29:24 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ io.github.classgraph --- 13:29:24 [INFO] 13:29:24 [INFO] -------------< org.eclipse.orbit.bundles:cronutils-parent >------------- 13:29:24 [INFO] Building Eclipse Orbit :: Cronutils Recipes 1.0.0-SNAPSHOT [171/376] 13:29:24 [INFO] --------------------------------[ pom ]--------------------------------- 13:29:24 [INFO] 13:29:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cronutils-parent --- 13:29:24 [INFO] 13:29:24 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ cronutils-parent --- 13:29:24 [INFO] 13:29:24 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ cronutils-parent --- 13:29:24 [INFO] 13:29:24 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ cronutils-parent --- 13:29:24 [INFO] 13:29:24 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ cronutils-parent --- 13:29:24 [INFO] 13:29:24 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ cronutils-parent --- 13:29:24 [INFO] 13:29:24 [INFO] --- maven-install-plugin:2.4:install (default-install) @ cronutils-parent --- 13:29:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/cronutils-parent/1.0.0-SNAPSHOT/cronutils-parent-1.0.0-SNAPSHOT.pom 13:29:24 [INFO] 13:29:24 [INFO] --------------< org.eclipse.orbit.bundles:com.cronutils >--------------- 13:29:24 [INFO] Building cron-utils 5.0.5-SNAPSHOT [172/376] 13:29:24 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:29:24 [INFO] 13:29:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.cronutils --- 13:29:24 [INFO] 13:29:24 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.cronutils --- 13:29:24 [INFO] The project's OSGi version is 5.0.5.v20200204-2150 13:29:24 [INFO] 13:29:24 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.cronutils --- 13:29:24 [INFO] 13:29:24 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.cronutils --- 13:29:24 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:24 [INFO] Copying 3 resources 13:29:24 [INFO] 13:29:24 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.cronutils --- 13:29:24 [INFO] No sources to compile 13:29:24 [INFO] 13:29:24 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.cronutils --- 13:29:24 [INFO] Gathering dependencies 13:29:24 [INFO] Configured Artifact: com.cronutils:cron-utils:5.0.5:jar 13:29:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/cronutils/cron-utils/5.0.5/cron-utils-5.0.5.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/com.cronutils_5.0.5/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:29:24 [INFO] Merging collected dependencies 13:29:24 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:24 [INFO] Copying 86 resources 13:29:24 [INFO] Generating OSGi MANIFEST.MF 13:29:24 [WARNING] Manifest org.eclipse.orbit.bundles:com.cronutils:eclipse-bundle-recipe:5.0.5-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/com.cronutils_5.0.5/target/com.cronutils-5.0.5-SNAPSHOT.jar 13:29:24 [INFO] Gathering sources 13:29:24 [INFO] Configured Artifact: com.cronutils:cron-utils:sources:5.0.5:jar 13:29:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/cronutils/cron-utils/5.0.5/cron-utils-5.0.5-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/com.cronutils_5.0.5/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:29:24 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:24 [INFO] Copying 3 resources 13:29:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/com.cronutils_5.0.5/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/com.cronutils_5.0.5/target/com.cronutils-5.0.5-SNAPSHOT-sources.jar 13:29:24 [INFO] Assembling p2 repository 13:29:25 [INFO] 13:29:25 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.cronutils --- 13:29:25 [INFO] 13:29:25 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.cronutils --- 13:29:25 [INFO] Discovering license information from existing ip_log.xml 13:29:25 [INFO] Discovered license 'Apache License, 2.0' for artifact com.cronutils:cron-utils:5.0.5. 13:29:25 [INFO] Gathering sources archives 13:29:25 [INFO] Configured Artifact: com.cronutils:cron-utils:sources:5.0.5:jar 13:29:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/cronutils/cron-utils/5.0.5/cron-utils-5.0.5-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:29:25 [INFO] Configured Artifact: com.cronutils:cron-utils:sources:5.0.5:jar 13:29:25 [INFO] Copying cron-utils-5.0.5-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/com.cronutils_5.0.5/target/sources-for-eclipse-ipzilla/cron-utils-5.0.5-sources.jar 13:29:25 [INFO] Refreshing about files and about.html 13:29:25 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:29:25 [INFO] Refreshing ip_log.xml 13:29:25 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/com.cronutils_5.0.5/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:29:25 [INFO] 13:29:25 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.cronutils --- 13:29:25 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/com.cronutils_5.0.5/target/com.cronutils-5.0.5-SNAPSHOT.jar 13:29:25 [INFO] 13:29:25 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.cronutils --- 13:29:25 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/com.cronutils_5.0.5/target/com.cronutils-5.0.5-SNAPSHOT.jar 13:29:26 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/com.cronutils_5.0.5/target/com.cronutils-5.0.5-SNAPSHOT-sources.jar 13:29:28 [INFO] 13:29:28 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.cronutils --- 13:29:28 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/com.cronutils_5.0.5/target/com.cronutils-5.0.5-SNAPSHOT.jar 13:29:28 [INFO] 13:29:28 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.cronutils --- 13:29:28 [INFO] 13:29:28 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.cronutils --- 13:29:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/com.cronutils_5.0.5/target/com.cronutils-5.0.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT.jar 13:29:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/com.cronutils_5.0.5/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT.pom 13:29:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/com.cronutils_5.0.5/target/com.cronutils-5.0.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT-sources.jar 13:29:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/com.cronutils_5.0.5/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT-p2metadata.xml 13:29:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/com.cronutils_5.0.5/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT-p2artifacts.xml 13:29:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/com.cronutils_5.0.5/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT-ip_log.xml 13:29:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/com.cronutils_5.0.5/target/com.cronutils-5.0.5-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT-pack200.jar.pack.gz 13:29:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/com.cronutils_5.0.5/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT-p2metadata.xml 13:29:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/cronutils/com.cronutils_5.0.5/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT-p2artifacts.xml 13:29:28 [INFO] 13:29:28 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.cronutils --- 13:29:28 [INFO] 13:29:28 [INFO] ------------------< org.eclipse.orbit.bundles:docker >------------------ 13:29:28 [INFO] Building Eclipse Orbit :: Docker Recipes 1.0.0-SNAPSHOT [173/376] 13:29:28 [INFO] --------------------------------[ pom ]--------------------------------- 13:29:28 [INFO] 13:29:28 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ docker --- 13:29:28 [INFO] 13:29:28 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ docker --- 13:29:28 [INFO] 13:29:28 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ docker --- 13:29:28 [INFO] 13:29:28 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ docker --- 13:29:28 [INFO] 13:29:28 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ docker --- 13:29:28 [INFO] 13:29:28 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ docker --- 13:29:28 [INFO] 13:29:28 [INFO] --- maven-install-plugin:2.4:install (default-install) @ docker --- 13:29:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/docker/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/docker/1.0.0-SNAPSHOT/docker-1.0.0-SNAPSHOT.pom 13:29:29 [INFO] 13:29:29 [INFO] ---------< org.eclipse.orbit.bundles:org.mandas.docker-client >--------- 13:29:29 [INFO] Building docker-client 3.2.1-SNAPSHOT [174/376] 13:29:29 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:29:37 [INFO] 13:29:37 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.mandas.docker-client --- 13:29:37 [INFO] 13:29:37 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.mandas.docker-client --- 13:29:37 [INFO] The project's OSGi version is 3.2.1.v20200519-1937 13:29:37 [INFO] 13:29:37 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.mandas.docker-client --- 13:29:37 [INFO] 13:29:37 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.mandas.docker-client --- 13:29:37 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:37 [INFO] Copying 3 resources 13:29:37 [INFO] 13:29:37 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.mandas.docker-client --- 13:29:37 [INFO] No sources to compile 13:29:37 [INFO] 13:29:37 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.mandas.docker-client --- 13:29:37 [INFO] Gathering dependencies 13:29:37 [INFO] Configured Artifact: org.mandas:docker-client:3.2.1:jar 13:29:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/mandas/docker-client/3.2.1/docker-client-3.2.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/docker/org.mandas.docker-client_3.2.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:29:37 [INFO] Merging collected dependencies 13:29:37 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:37 [INFO] Copying 774 resources 13:29:37 [INFO] Generating OSGi MANIFEST.MF 13:29:37 [WARNING] Manifest org.eclipse.orbit.bundles:org.mandas.docker-client:eclipse-bundle-recipe:3.2.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:29:37 [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*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/docker/org.mandas.docker-client_3.2.1/target/org.mandas.docker-client-3.2.1-SNAPSHOT.jar 13:29:37 [INFO] Gathering sources 13:29:37 [INFO] Configured Artifact: org.mandas:docker-client:sources:3.2.1:jar 13:29:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/mandas/docker-client/3.2.1/docker-client-3.2.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/docker/org.mandas.docker-client_3.2.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:29:37 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:37 [INFO] Copying 3 resources 13:29:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/docker/org.mandas.docker-client_3.2.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/docker/org.mandas.docker-client_3.2.1/target/org.mandas.docker-client-3.2.1-SNAPSHOT-sources.jar 13:29:37 [INFO] Assembling p2 repository 13:29:38 [INFO] 13:29:38 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.mandas.docker-client --- 13:29:38 [INFO] 13:29:38 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.mandas.docker-client --- 13:29:38 [INFO] Discovering license information from existing ip_log.xml 13:29:38 [INFO] Discovered license 'Apache License, 2.0' for artifact org.mandas:docker-client:3.2.1. 13:29:38 [INFO] Gathering sources archives 13:29:38 [INFO] Configured Artifact: org.mandas:docker-client:sources:3.2.1:jar 13:29:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/mandas/docker-client/3.2.1/docker-client-3.2.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:29:38 [INFO] Configured Artifact: org.mandas:docker-client:sources:3.2.1:jar 13:29:38 [INFO] Copying docker-client-3.2.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/docker/org.mandas.docker-client_3.2.1/target/sources-for-eclipse-ipzilla/docker-client-3.2.1-sources.jar 13:29:38 [INFO] Refreshing about files and about.html 13:29:38 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:29:38 [INFO] Refreshing ip_log.xml 13:29:38 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/docker/org.mandas.docker-client_3.2.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:29:38 [INFO] 13:29:38 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.mandas.docker-client --- 13:29:38 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/docker/org.mandas.docker-client_3.2.1/target/org.mandas.docker-client-3.2.1-SNAPSHOT.jar 13:29:39 [INFO] 13:29:39 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.mandas.docker-client --- 13:29:39 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/docker/org.mandas.docker-client_3.2.1/target/org.mandas.docker-client-3.2.1-SNAPSHOT.jar 13:29:41 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/docker/org.mandas.docker-client_3.2.1/target/org.mandas.docker-client-3.2.1-SNAPSHOT-sources.jar 13:29:43 [INFO] 13:29:43 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.mandas.docker-client --- 13:29:43 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/docker/org.mandas.docker-client_3.2.1/target/org.mandas.docker-client-3.2.1-SNAPSHOT.jar 13:29:44 [INFO] 13:29:44 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.mandas.docker-client --- 13:29:44 [INFO] 13:29:44 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.mandas.docker-client --- 13:29:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT.jar 13:29:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/docker/org.mandas.docker-client_3.2.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT.pom 13:29:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT-sources.jar 13:29:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/docker/org.mandas.docker-client_3.2.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT-p2metadata.xml 13:29:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/docker/org.mandas.docker-client_3.2.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT-p2artifacts.xml 13:29:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/docker/org.mandas.docker-client_3.2.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT-ip_log.xml 13:29:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/docker/org.mandas.docker-client_3.2.1/target/org.mandas.docker-client-3.2.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT-pack200.jar.pack.gz 13:29:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/docker/org.mandas.docker-client_3.2.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT-p2metadata.xml 13:29:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/docker/org.mandas.docker-client_3.2.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT-p2artifacts.xml 13:29:44 [INFO] 13:29:44 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.mandas.docker-client --- 13:29:44 [INFO] 13:29:44 [INFO] ------------------< org.eclipse.orbit.bundles:eddsa >------------------- 13:29:44 [INFO] Building Eclipse Orbit :: EdDSA Recipes 1.0.0-SNAPSHOT [175/376] 13:29:44 [INFO] --------------------------------[ pom ]--------------------------------- 13:29:44 [INFO] 13:29:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ eddsa --- 13:29:44 [INFO] 13:29:44 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ eddsa --- 13:29:44 [INFO] 13:29:44 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ eddsa --- 13:29:44 [INFO] 13:29:44 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ eddsa --- 13:29:44 [INFO] 13:29:44 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ eddsa --- 13:29:44 [INFO] 13:29:44 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ eddsa --- 13:29:44 [INFO] 13:29:44 [INFO] --- maven-install-plugin:2.4:install (default-install) @ eddsa --- 13:29:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/eddsa/1.0.0-SNAPSHOT/eddsa-1.0.0-SNAPSHOT.pom 13:29:44 [INFO] 13:29:44 [INFO] -----------< org.eclipse.orbit.bundles:net.i2p.crypto.eddsa >----------- 13:29:44 [INFO] Building EdDSA-Java 0.3.0-SNAPSHOT [176/376] 13:29:44 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:29:44 [INFO] 13:29:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.i2p.crypto.eddsa --- 13:29:44 [INFO] 13:29:44 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ net.i2p.crypto.eddsa --- 13:29:44 [INFO] The project's OSGi version is 0.3.0.v20181102-1323 13:29:44 [INFO] 13:29:44 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ net.i2p.crypto.eddsa --- 13:29:44 [INFO] 13:29:44 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ net.i2p.crypto.eddsa --- 13:29:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:44 [INFO] Copying 3 resources 13:29:44 [INFO] 13:29:44 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ net.i2p.crypto.eddsa --- 13:29:44 [INFO] No sources to compile 13:29:44 [INFO] 13:29:44 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ net.i2p.crypto.eddsa --- 13:29:44 [INFO] Gathering dependencies 13:29:44 [INFO] Configured Artifact: net.i2p.crypto:eddsa:0.3.0:jar 13:29:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:29:44 [INFO] Merging collected dependencies 13:29:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:44 [INFO] Copying 34 resources 13:29:44 [INFO] Generating OSGi MANIFEST.MF 13:29:44 [WARNING] Manifest org.eclipse.orbit.bundles:net.i2p.crypto.eddsa:eclipse-bundle-recipe:0.3.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT.jar 13:29:44 [INFO] Gathering sources 13:29:44 [INFO] Configured Artifact: net.i2p.crypto:eddsa:sources:0.3.0:jar 13:29:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:29:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:44 [INFO] Copying 3 resources 13:29:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-sources.jar 13:29:44 [INFO] Assembling p2 repository 13:29:45 [INFO] 13:29:45 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ net.i2p.crypto.eddsa --- 13:29:45 [INFO] 13:29:45 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ net.i2p.crypto.eddsa --- 13:29:45 [INFO] Discovering license information from existing ip_log.xml 13:29:45 [INFO] Discovered license 'Public Domain' for artifact net.i2p.crypto:eddsa:0.3.0. 13:29:45 [INFO] Gathering sources archives 13:29:45 [INFO] Configured Artifact: net.i2p.crypto:eddsa:sources:0.3.0:jar 13:29:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:29:45 [INFO] Configured Artifact: net.i2p.crypto:eddsa:sources:0.3.0:jar 13:29:45 [INFO] Copying eddsa-0.3.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/sources-for-eclipse-ipzilla/eddsa-0.3.0-sources.jar 13:29:45 [INFO] Refreshing about files and about.html 13:29:45 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:29:45 [INFO] Refreshing ip_log.xml 13:29:45 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:29:45 [INFO] 13:29:45 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ net.i2p.crypto.eddsa --- 13:29:45 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT.jar 13:29:45 [INFO] 13:29:45 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ net.i2p.crypto.eddsa --- 13:29:45 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT.jar 13:29:46 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-sources.jar 13:29:48 [INFO] 13:29:48 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jce) @ net.i2p.crypto.eddsa --- 13:29:48 [INFO] Jar '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT.jar' is already signed and will be resigned. 13:29:48 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT.jar 13:29:49 [INFO] Jar '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. 13:29:49 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-sources.jar 13:29:51 [INFO] 13:29:51 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ net.i2p.crypto.eddsa --- 13:29:51 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT.jar 13:29:51 [INFO] 13:29:51 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ net.i2p.crypto.eddsa --- 13:29:51 [INFO] 13:29:51 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ net.i2p.crypto.eddsa --- 13:29:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT.jar 13:29:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT.pom 13:29:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-sources.jar 13:29:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-p2metadata.xml 13:29:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-p2artifacts.xml 13:29:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-ip_log.xml 13:29:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-pack200.jar.pack.gz 13:29:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-p2metadata.xml 13:29:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-p2artifacts.xml 13:29:51 [INFO] 13:29:51 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ net.i2p.crypto.eddsa --- 13:29:51 [INFO] 13:29:51 [INFO] ---------------< org.eclipse.orbit.bundles:ejml-parent >---------------- 13:29:51 [INFO] Building Eclipse Orbit :: EJML Recipes 1.0.0-SNAPSHOT [177/376] 13:29:51 [INFO] --------------------------------[ pom ]--------------------------------- 13:29:51 [INFO] 13:29:51 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejml-parent --- 13:29:51 [INFO] 13:29:51 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ ejml-parent --- 13:29:51 [INFO] 13:29:51 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ ejml-parent --- 13:29:51 [INFO] 13:29:51 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ ejml-parent --- 13:29:51 [INFO] 13:29:51 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ ejml-parent --- 13:29:51 [INFO] 13:29:51 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ ejml-parent --- 13:29:51 [INFO] 13:29:51 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ejml-parent --- 13:29:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ejml-parent/1.0.0-SNAPSHOT/ejml-parent-1.0.0-SNAPSHOT.pom 13:29:51 [INFO] 13:29:51 [INFO] --------------< org.eclipse.orbit.bundles:org.ejml.core >--------------- 13:29:51 [INFO] Building EJML 0.29.0-SNAPSHOT [178/376] 13:29:51 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:29:51 [INFO] 13:29:51 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.core --- 13:29:51 [INFO] 13:29:51 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.ejml.core --- 13:29:51 [INFO] The project's OSGi version is 0.29.0.v20190617-1333 13:29:51 [INFO] 13:29:51 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.ejml.core --- 13:29:51 [INFO] 13:29:51 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.ejml.core --- 13:29:51 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:51 [INFO] Copying 3 resources 13:29:51 [INFO] 13:29:51 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.ejml.core --- 13:29:51 [INFO] No sources to compile 13:29:51 [INFO] 13:29:51 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.core --- 13:29:51 [INFO] Gathering dependencies 13:29:51 [INFO] Configured Artifact: org.ejml:core:0.29:jar 13:29:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/core/0.29/core-0.29.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.core_0.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:29:51 [INFO] Merging collected dependencies 13:29:51 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:51 [INFO] Copying 55 resources 13:29:51 [INFO] Generating OSGi MANIFEST.MF 13:29:51 [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.core:eclipse-bundle-recipe:0.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.core_0.29.0/target/org.ejml.core-0.29.0-SNAPSHOT.jar 13:29:51 [INFO] Gathering sources 13:29:51 [INFO] Configured Artifact: org.ejml:core:sources:0.29:jar 13:29:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/core/0.29/core-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.core_0.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:29:51 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:51 [INFO] Copying 3 resources 13:29:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.core_0.29.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.core_0.29.0/target/org.ejml.core-0.29.0-SNAPSHOT-sources.jar 13:29:51 [INFO] Assembling p2 repository 13:29:52 [INFO] 13:29:52 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.core --- 13:29:52 [INFO] 13:29:52 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.core --- 13:29:52 [INFO] Discovering license information from existing ip_log.xml 13:29:52 [INFO] Discovered license 'Apache License, 2.0' for artifact org.ejml:core:0.29. 13:29:52 [INFO] Gathering sources archives 13:29:52 [INFO] Configured Artifact: org.ejml:core:sources:0.29:jar 13:29:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/core/0.29/core-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:29:52 [INFO] Configured Artifact: org.ejml:core:sources:0.29:jar 13:29:52 [INFO] Copying core-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.core_0.29.0/target/sources-for-eclipse-ipzilla/core-0.29-sources.jar 13:29:52 [INFO] Refreshing about files and about.html 13:29:52 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:29:52 [INFO] Refreshing ip_log.xml 13:29:52 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.core_0.29.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:29:52 [INFO] 13:29:52 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.ejml.core --- 13:29:52 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.core_0.29.0/target/org.ejml.core-0.29.0-SNAPSHOT.jar 13:29:52 [INFO] 13:29:52 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.ejml.core --- 13:29:52 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.core_0.29.0/target/org.ejml.core-0.29.0-SNAPSHOT.jar 13:29:53 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.core_0.29.0/target/org.ejml.core-0.29.0-SNAPSHOT-sources.jar 13:29:54 [INFO] 13:29:54 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.ejml.core --- 13:29:54 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.core_0.29.0/target/org.ejml.core-0.29.0-SNAPSHOT.jar 13:29:54 [INFO] 13:29:54 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.ejml.core --- 13:29:54 [INFO] 13:29:54 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.ejml.core --- 13:29:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT.jar 13:29:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.core_0.29.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT.pom 13:29:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT-sources.jar 13:29:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.core_0.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT-p2metadata.xml 13:29:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.core_0.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT-p2artifacts.xml 13:29:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.core_0.29.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT-ip_log.xml 13:29:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.core_0.29.0/target/org.ejml.core-0.29.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT-pack200.jar.pack.gz 13:29:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.core_0.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT-p2metadata.xml 13:29:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.core_0.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT-p2artifacts.xml 13:29:54 [INFO] 13:29:54 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.ejml.core --- 13:29:54 [INFO] 13:29:54 [INFO] -------------< org.eclipse.orbit.bundles:org.ejml.dense64 >------------- 13:29:54 [INFO] Building EJML 0.29.0-SNAPSHOT [179/376] 13:29:54 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:29:55 [INFO] 13:29:55 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.dense64 --- 13:29:55 [INFO] 13:29:55 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.ejml.dense64 --- 13:29:55 [INFO] The project's OSGi version is 0.29.0.v20190617-1333 13:29:55 [INFO] 13:29:55 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.ejml.dense64 --- 13:29:55 [INFO] 13:29:55 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.ejml.dense64 --- 13:29:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:55 [INFO] Copying 3 resources 13:29:55 [INFO] 13:29:55 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.ejml.dense64 --- 13:29:55 [INFO] No sources to compile 13:29:55 [INFO] 13:29:55 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.dense64 --- 13:29:55 [INFO] Gathering dependencies 13:29:55 [INFO] Configured Artifact: org.ejml:dense64:0.29:jar 13:29:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/dense64/0.29/dense64-0.29.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.dense64_0.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:29:55 [INFO] Merging collected dependencies 13:29:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:55 [INFO] Copying 113 resources 13:29:55 [INFO] Generating OSGi MANIFEST.MF 13:29:55 [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.dense64:eclipse-bundle-recipe:0.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.dense64_0.29.0/target/org.ejml.dense64-0.29.0-SNAPSHOT.jar 13:29:55 [INFO] Gathering sources 13:29:55 [INFO] Configured Artifact: org.ejml:dense64:sources:0.29:jar 13:29:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/dense64/0.29/dense64-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.dense64_0.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:29:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:29:55 [INFO] Copying 3 resources 13:29:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.dense64_0.29.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.dense64_0.29.0/target/org.ejml.dense64-0.29.0-SNAPSHOT-sources.jar 13:29:55 [INFO] Assembling p2 repository 13:29:56 [INFO] 13:29:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.dense64 --- 13:29:56 [INFO] 13:29:56 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.dense64 --- 13:29:56 [INFO] Discovering license information from existing ip_log.xml 13:29:56 [INFO] Discovered license 'Apache License, 2.0' for artifact org.ejml:dense64:0.29. 13:29:56 [INFO] Gathering sources archives 13:29:56 [INFO] Configured Artifact: org.ejml:dense64:sources:0.29:jar 13:29:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/dense64/0.29/dense64-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:29:56 [INFO] Configured Artifact: org.ejml:dense64:sources:0.29:jar 13:29:56 [INFO] Copying dense64-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.dense64_0.29.0/target/sources-for-eclipse-ipzilla/dense64-0.29-sources.jar 13:29:56 [INFO] Refreshing about files and about.html 13:29:56 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:29:56 [INFO] Refreshing ip_log.xml 13:29:56 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.dense64_0.29.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:29:56 [INFO] 13:29:56 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.ejml.dense64 --- 13:29:56 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.dense64_0.29.0/target/org.ejml.dense64-0.29.0-SNAPSHOT.jar 13:29:56 [INFO] 13:29:56 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.ejml.dense64 --- 13:29:56 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.dense64_0.29.0/target/org.ejml.dense64-0.29.0-SNAPSHOT.jar 13:29:58 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.dense64_0.29.0/target/org.ejml.dense64-0.29.0-SNAPSHOT-sources.jar 13:29:59 [INFO] 13:29:59 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.ejml.dense64 --- 13:29:59 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.dense64_0.29.0/target/org.ejml.dense64-0.29.0-SNAPSHOT.jar 13:29:59 [INFO] 13:29:59 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.ejml.dense64 --- 13:29:59 [INFO] 13:29:59 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.ejml.dense64 --- 13:29:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT.jar 13:29:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.dense64_0.29.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT.pom 13:29:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT-sources.jar 13:29:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.dense64_0.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT-p2metadata.xml 13:29:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.dense64_0.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT-p2artifacts.xml 13:29:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.dense64_0.29.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT-ip_log.xml 13:30:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.dense64_0.29.0/target/org.ejml.dense64-0.29.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT-pack200.jar.pack.gz 13:30:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.dense64_0.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT-p2metadata.xml 13:30:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.dense64_0.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT-p2artifacts.xml 13:30:00 [INFO] 13:30:00 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.ejml.dense64 --- 13:30:00 [INFO] 13:30:00 [INFO] ------------< org.eclipse.orbit.bundles:org.ejml.denseC64 >------------- 13:30:00 [INFO] Building EJML 0.29.0-SNAPSHOT [180/376] 13:30:00 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:30:01 [INFO] 13:30:01 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.denseC64 --- 13:30:01 [INFO] 13:30:01 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.ejml.denseC64 --- 13:30:01 [INFO] The project's OSGi version is 0.29.0.v20190617-1333 13:30:01 [INFO] 13:30:01 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.ejml.denseC64 --- 13:30:01 [INFO] 13:30:01 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.ejml.denseC64 --- 13:30:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:01 [INFO] Copying 3 resources 13:30:01 [INFO] 13:30:01 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.ejml.denseC64 --- 13:30:01 [INFO] No sources to compile 13:30:01 [INFO] 13:30:01 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.denseC64 --- 13:30:01 [INFO] Gathering dependencies 13:30:01 [INFO] Configured Artifact: org.ejml:denseC64:0.29:jar 13:30:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/denseC64/0.29/denseC64-0.29.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.denseC64_0.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:01 [INFO] Merging collected dependencies 13:30:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:01 [INFO] Copying 29 resources 13:30:01 [INFO] Generating OSGi MANIFEST.MF 13:30:01 [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.denseC64:eclipse-bundle-recipe:0.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.denseC64_0.29.0/target/org.ejml.denseC64-0.29.0-SNAPSHOT.jar 13:30:01 [INFO] Gathering sources 13:30:01 [INFO] Configured Artifact: org.ejml:denseC64:sources:0.29:jar 13:30:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/denseC64/0.29/denseC64-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.denseC64_0.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:03 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:03 [INFO] Copying 3 resources 13:30:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.denseC64_0.29.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.denseC64_0.29.0/target/org.ejml.denseC64-0.29.0-SNAPSHOT-sources.jar 13:30:03 [INFO] Assembling p2 repository 13:30:04 [INFO] 13:30:04 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.denseC64 --- 13:30:04 [INFO] 13:30:04 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.denseC64 --- 13:30:04 [INFO] Discovering license information from existing ip_log.xml 13:30:04 [INFO] Discovered license 'Apache License, 2.0' for artifact org.ejml:denseC64:0.29. 13:30:04 [INFO] Gathering sources archives 13:30:04 [INFO] Configured Artifact: org.ejml:denseC64:sources:0.29:jar 13:30:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/denseC64/0.29/denseC64-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:30:04 [INFO] Configured Artifact: org.ejml:denseC64:sources:0.29:jar 13:30:04 [INFO] Copying denseC64-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.denseC64_0.29.0/target/sources-for-eclipse-ipzilla/denseC64-0.29-sources.jar 13:30:04 [INFO] Refreshing about files and about.html 13:30:04 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:30:04 [INFO] Refreshing ip_log.xml 13:30:04 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.denseC64_0.29.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:30:04 [INFO] 13:30:04 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.ejml.denseC64 --- 13:30:04 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.denseC64_0.29.0/target/org.ejml.denseC64-0.29.0-SNAPSHOT.jar 13:30:04 [INFO] 13:30:04 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.ejml.denseC64 --- 13:30:05 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.denseC64_0.29.0/target/org.ejml.denseC64-0.29.0-SNAPSHOT.jar 13:30:06 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.denseC64_0.29.0/target/org.ejml.denseC64-0.29.0-SNAPSHOT-sources.jar 13:30:07 [INFO] 13:30:07 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.ejml.denseC64 --- 13:30:07 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.denseC64_0.29.0/target/org.ejml.denseC64-0.29.0-SNAPSHOT.jar 13:30:07 [INFO] 13:30:07 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.ejml.denseC64 --- 13:30:07 [INFO] 13:30:07 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.ejml.denseC64 --- 13:30:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT.jar 13:30:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.denseC64_0.29.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT.pom 13:30:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT-sources.jar 13:30:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.denseC64_0.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT-p2metadata.xml 13:30:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.denseC64_0.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT-p2artifacts.xml 13:30:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.denseC64_0.29.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT-ip_log.xml 13:30:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.denseC64_0.29.0/target/org.ejml.denseC64-0.29.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT-pack200.jar.pack.gz 13:30:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.denseC64_0.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT-p2metadata.xml 13:30:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.denseC64_0.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT-p2artifacts.xml 13:30:07 [INFO] 13:30:07 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.ejml.denseC64 --- 13:30:07 [INFO] 13:30:07 [INFO] ------------< org.eclipse.orbit.bundles:org.ejml.equation >------------- 13:30:07 [INFO] Building EJML 0.29.0-SNAPSHOT [181/376] 13:30:07 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:30:07 [INFO] 13:30:07 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.equation --- 13:30:07 [INFO] 13:30:07 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.ejml.equation --- 13:30:07 [INFO] The project's OSGi version is 0.29.0.v20190617-1333 13:30:07 [INFO] 13:30:07 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.ejml.equation --- 13:30:07 [INFO] 13:30:07 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.ejml.equation --- 13:30:07 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:07 [INFO] Copying 3 resources 13:30:07 [INFO] 13:30:07 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.ejml.equation --- 13:30:07 [INFO] No sources to compile 13:30:07 [INFO] 13:30:07 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.equation --- 13:30:07 [INFO] Gathering dependencies 13:30:07 [INFO] Configured Artifact: org.ejml:equation:0.29:jar 13:30:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/equation/0.29/equation-0.29.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.equation_0.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:07 [INFO] Merging collected dependencies 13:30:07 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:07 [INFO] Copying 144 resources 13:30:07 [INFO] Generating OSGi MANIFEST.MF 13:30:07 [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.equation:eclipse-bundle-recipe:0.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.equation_0.29.0/target/org.ejml.equation-0.29.0-SNAPSHOT.jar 13:30:07 [INFO] Gathering sources 13:30:07 [INFO] Configured Artifact: org.ejml:equation:sources:0.29:jar 13:30:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/equation/0.29/equation-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.equation_0.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:08 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:08 [INFO] Copying 3 resources 13:30:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.equation_0.29.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.equation_0.29.0/target/org.ejml.equation-0.29.0-SNAPSHOT-sources.jar 13:30:08 [INFO] Assembling p2 repository 13:30:08 [INFO] 13:30:08 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.equation --- 13:30:08 [INFO] 13:30:08 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.equation --- 13:30:08 [INFO] Discovering license information from existing ip_log.xml 13:30:08 [INFO] Discovered license 'Apache License, 2.0' for artifact org.ejml:equation:0.29. 13:30:08 [INFO] Gathering sources archives 13:30:08 [INFO] Configured Artifact: org.ejml:equation:sources:0.29:jar 13:30:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/equation/0.29/equation-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:30:08 [INFO] Configured Artifact: org.ejml:equation:sources:0.29:jar 13:30:08 [INFO] Copying equation-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.equation_0.29.0/target/sources-for-eclipse-ipzilla/equation-0.29-sources.jar 13:30:08 [INFO] Refreshing about files and about.html 13:30:08 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:30:08 [INFO] Refreshing ip_log.xml 13:30:08 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.equation_0.29.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:30:08 [INFO] 13:30:08 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.ejml.equation --- 13:30:08 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.equation_0.29.0/target/org.ejml.equation-0.29.0-SNAPSHOT.jar 13:30:08 [INFO] 13:30:08 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.ejml.equation --- 13:30:08 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.equation_0.29.0/target/org.ejml.equation-0.29.0-SNAPSHOT.jar 13:30:10 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.equation_0.29.0/target/org.ejml.equation-0.29.0-SNAPSHOT-sources.jar 13:30:11 [INFO] 13:30:11 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.ejml.equation --- 13:30:11 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.equation_0.29.0/target/org.ejml.equation-0.29.0-SNAPSHOT.jar 13:30:11 [INFO] 13:30:11 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.ejml.equation --- 13:30:11 [INFO] 13:30:11 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.ejml.equation --- 13:30:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT.jar 13:30:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.equation_0.29.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT.pom 13:30:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT-sources.jar 13:30:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.equation_0.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT-p2metadata.xml 13:30:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.equation_0.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT-p2artifacts.xml 13:30:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.equation_0.29.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT-ip_log.xml 13:30:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.equation_0.29.0/target/org.ejml.equation-0.29.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT-pack200.jar.pack.gz 13:30:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.equation_0.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT-p2metadata.xml 13:30:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.equation_0.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT-p2artifacts.xml 13:30:11 [INFO] 13:30:11 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.ejml.equation --- 13:30:11 [INFO] 13:30:11 [INFO] ----------< org.eclipse.orbit.bundles:org.ejml.experimental >----------- 13:30:11 [INFO] Building EJML 0.29.0-SNAPSHOT [182/376] 13:30:11 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:30:11 [INFO] 13:30:11 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.experimental --- 13:30:11 [INFO] 13:30:11 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.ejml.experimental --- 13:30:11 [INFO] The project's OSGi version is 0.29.0.v20190617-1333 13:30:11 [INFO] 13:30:11 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.ejml.experimental --- 13:30:11 [INFO] 13:30:11 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.ejml.experimental --- 13:30:11 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:11 [INFO] Copying 3 resources 13:30:11 [INFO] 13:30:11 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.ejml.experimental --- 13:30:11 [INFO] No sources to compile 13:30:11 [INFO] 13:30:11 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.experimental --- 13:30:11 [INFO] Gathering dependencies 13:30:11 [INFO] Configured Artifact: org.ejml:experimental:0.29:jar 13:30:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/experimental/0.29/experimental-0.29.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.experimental_0.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:11 [INFO] Merging collected dependencies 13:30:11 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:11 [INFO] Copying 15 resources 13:30:11 [INFO] Generating OSGi MANIFEST.MF 13:30:11 [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.experimental:eclipse-bundle-recipe:0.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.experimental_0.29.0/target/org.ejml.experimental-0.29.0-SNAPSHOT.jar 13:30:11 [INFO] Gathering sources 13:30:11 [INFO] Configured Artifact: org.ejml:experimental:sources:0.29:jar 13:30:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/experimental/0.29/experimental-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.experimental_0.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:11 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:11 [INFO] Copying 3 resources 13:30:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.experimental_0.29.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.experimental_0.29.0/target/org.ejml.experimental-0.29.0-SNAPSHOT-sources.jar 13:30:11 [INFO] Assembling p2 repository 13:30:12 [INFO] 13:30:12 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.experimental --- 13:30:12 [INFO] 13:30:12 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.experimental --- 13:30:12 [INFO] Discovering license information from existing ip_log.xml 13:30:12 [INFO] Discovered license 'Apache License, 2.0' for artifact org.ejml:experimental:0.29. 13:30:12 [INFO] Gathering sources archives 13:30:12 [INFO] Configured Artifact: org.ejml:experimental:sources:0.29:jar 13:30:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/experimental/0.29/experimental-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:30:12 [INFO] Configured Artifact: org.ejml:experimental:sources:0.29:jar 13:30:12 [INFO] Copying experimental-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.experimental_0.29.0/target/sources-for-eclipse-ipzilla/experimental-0.29-sources.jar 13:30:12 [INFO] Refreshing about files and about.html 13:30:12 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:30:12 [INFO] Refreshing ip_log.xml 13:30:12 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.experimental_0.29.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:30:12 [INFO] 13:30:12 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.ejml.experimental --- 13:30:12 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.experimental_0.29.0/target/org.ejml.experimental-0.29.0-SNAPSHOT.jar 13:30:12 [INFO] 13:30:12 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.ejml.experimental --- 13:30:12 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.experimental_0.29.0/target/org.ejml.experimental-0.29.0-SNAPSHOT.jar 13:30:13 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.experimental_0.29.0/target/org.ejml.experimental-0.29.0-SNAPSHOT-sources.jar 13:30:14 [INFO] 13:30:14 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.ejml.experimental --- 13:30:14 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.experimental_0.29.0/target/org.ejml.experimental-0.29.0-SNAPSHOT.jar 13:30:14 [INFO] 13:30:14 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.ejml.experimental --- 13:30:14 [INFO] 13:30:14 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.ejml.experimental --- 13:30:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT.jar 13:30:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.experimental_0.29.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT.pom 13:30:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT-sources.jar 13:30:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.experimental_0.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT-p2metadata.xml 13:30:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.experimental_0.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT-p2artifacts.xml 13:30:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.experimental_0.29.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT-ip_log.xml 13:30:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.experimental_0.29.0/target/org.ejml.experimental-0.29.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT-pack200.jar.pack.gz 13:30:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.experimental_0.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT-p2metadata.xml 13:30:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.experimental_0.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT-p2artifacts.xml 13:30:14 [INFO] 13:30:14 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.ejml.experimental --- 13:30:14 [INFO] 13:30:14 [INFO] -------------< org.eclipse.orbit.bundles:org.ejml.simple >-------------- 13:30:14 [INFO] Building EJML 0.29.0-SNAPSHOT [183/376] 13:30:14 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:30:14 [INFO] 13:30:14 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.simple --- 13:30:14 [INFO] 13:30:14 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.ejml.simple --- 13:30:14 [INFO] The project's OSGi version is 0.29.0.v20190617-1333 13:30:14 [INFO] 13:30:14 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.ejml.simple --- 13:30:14 [INFO] 13:30:14 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.ejml.simple --- 13:30:14 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:14 [INFO] Copying 3 resources 13:30:14 [INFO] 13:30:14 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.ejml.simple --- 13:30:14 [INFO] No sources to compile 13:30:14 [INFO] 13:30:14 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.simple --- 13:30:14 [INFO] Gathering dependencies 13:30:14 [INFO] Configured Artifact: org.ejml:simple:0.29:jar 13:30:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/simple/0.29/simple-0.29.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.simple_0.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:14 [INFO] Merging collected dependencies 13:30:14 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:14 [INFO] Copying 7 resources 13:30:14 [INFO] Generating OSGi MANIFEST.MF 13:30:14 [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.simple:eclipse-bundle-recipe:0.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.simple_0.29.0/target/org.ejml.simple-0.29.0-SNAPSHOT.jar 13:30:14 [INFO] Gathering sources 13:30:14 [INFO] Configured Artifact: org.ejml:simple:sources:0.29:jar 13:30:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/simple/0.29/simple-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.simple_0.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:15 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:15 [INFO] Copying 3 resources 13:30:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.simple_0.29.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.simple_0.29.0/target/org.ejml.simple-0.29.0-SNAPSHOT-sources.jar 13:30:15 [INFO] Assembling p2 repository 13:30:15 [INFO] 13:30:15 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.simple --- 13:30:15 [INFO] 13:30:15 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.simple --- 13:30:15 [INFO] Discovering license information from existing ip_log.xml 13:30:15 [INFO] Discovered license 'Apache License, 2.0' for artifact org.ejml:simple:0.29. 13:30:15 [INFO] Gathering sources archives 13:30:15 [INFO] Configured Artifact: org.ejml:simple:sources:0.29:jar 13:30:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/simple/0.29/simple-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:30:15 [INFO] Configured Artifact: org.ejml:simple:sources:0.29:jar 13:30:15 [INFO] Copying simple-0.29-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.simple_0.29.0/target/sources-for-eclipse-ipzilla/simple-0.29-sources.jar 13:30:15 [INFO] Refreshing about files and about.html 13:30:15 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:30:15 [INFO] Refreshing ip_log.xml 13:30:15 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.simple_0.29.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:30:15 [INFO] 13:30:15 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.ejml.simple --- 13:30:15 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.simple_0.29.0/target/org.ejml.simple-0.29.0-SNAPSHOT.jar 13:30:15 [INFO] 13:30:15 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.ejml.simple --- 13:30:15 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.simple_0.29.0/target/org.ejml.simple-0.29.0-SNAPSHOT.jar 13:30:17 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.simple_0.29.0/target/org.ejml.simple-0.29.0-SNAPSHOT-sources.jar 13:30:18 [INFO] 13:30:18 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.ejml.simple --- 13:30:18 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.simple_0.29.0/target/org.ejml.simple-0.29.0-SNAPSHOT.jar 13:30:18 [INFO] 13:30:18 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.ejml.simple --- 13:30:18 [INFO] 13:30:18 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.ejml.simple --- 13:30:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT.jar 13:30:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.simple_0.29.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT.pom 13:30:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT-sources.jar 13:30:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.simple_0.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT-p2metadata.xml 13:30:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.simple_0.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT-p2artifacts.xml 13:30:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.simple_0.29.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT-ip_log.xml 13:30:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.simple_0.29.0/target/org.ejml.simple-0.29.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT-pack200.jar.pack.gz 13:30:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.simple_0.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT-p2metadata.xml 13:30:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.simple_0.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT-p2artifacts.xml 13:30:18 [INFO] 13:30:18 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.ejml.simple --- 13:30:18 [INFO] 13:30:18 [INFO] ------------< org.eclipse.orbit.bundles:org.ejml.ejml-all >------------- 13:30:18 [INFO] Building EJML 0.38.0-SNAPSHOT [184/376] 13:30:18 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:30:19 [INFO] 13:30:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.ejml-all --- 13:30:19 [INFO] 13:30:19 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.ejml.ejml-all --- 13:30:19 [INFO] The project's OSGi version is 0.38.0.v20200214-2012 13:30:19 [INFO] 13:30:19 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.ejml.ejml-all --- 13:30:19 [INFO] 13:30:19 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.ejml.ejml-all --- 13:30:19 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:19 [INFO] Copying 3 resources 13:30:19 [INFO] 13:30:19 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.ejml.ejml-all --- 13:30:19 [INFO] No sources to compile 13:30:19 [INFO] 13:30:19 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.ejml-all --- 13:30:19 [INFO] Gathering dependencies 13:30:19 [INFO] Configured Artifact: org.ejml:ejml-all:0.38:jar 13:30:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/ejml-all/0.38/ejml-all-0.38.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.ejml-all_0.38.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:19 [INFO] Merging collected dependencies 13:30:19 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:19 [INFO] Copying 2 resources 13:30:19 [INFO] Generating OSGi MANIFEST.MF 13:30:19 [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.ejml-all:eclipse-bundle-recipe:0.38.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.ejml-all_0.38.0/target/org.ejml.ejml-all-0.38.0-SNAPSHOT.jar 13:30:19 [INFO] Gathering sources 13:30:19 [INFO] Configured Artifact: org.ejml:ejml-all:sources:0.38:jar 13:30:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/ejml-all/0.38/ejml-all-0.38-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.ejml-all_0.38.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:20 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:20 [INFO] Copying 3 resources 13:30:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.ejml-all_0.38.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.ejml-all_0.38.0/target/org.ejml.ejml-all-0.38.0-SNAPSHOT-sources.jar 13:30:20 [INFO] Assembling p2 repository 13:30:20 [INFO] 13:30:20 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.ejml-all --- 13:30:20 [INFO] 13:30:20 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.ejml-all --- 13:30:20 [INFO] Discovering license information from existing ip_log.xml 13:30:20 [INFO] Discovered license 'Apache License, 2.0' for artifact org.ejml:ejml-all:0.38. 13:30:20 [INFO] Gathering sources archives 13:30:20 [INFO] Configured Artifact: org.ejml:ejml-all:sources:0.38:jar 13:30:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/ejml/ejml-all/0.38/ejml-all-0.38-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:30:20 [INFO] Configured Artifact: org.ejml:ejml-all:sources:0.38:jar 13:30:20 [INFO] Copying ejml-all-0.38-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.ejml-all_0.38.0/target/sources-for-eclipse-ipzilla/ejml-all-0.38-sources.jar 13:30:20 [INFO] Refreshing about files and about.html 13:30:20 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:30:20 [INFO] Refreshing ip_log.xml 13:30:20 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.ejml-all_0.38.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:30:20 [INFO] 13:30:20 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.ejml.ejml-all --- 13:30:20 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.ejml-all_0.38.0/target/org.ejml.ejml-all-0.38.0-SNAPSHOT.jar 13:30:20 [INFO] 13:30:20 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.ejml.ejml-all --- 13:30:20 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.ejml-all_0.38.0/target/org.ejml.ejml-all-0.38.0-SNAPSHOT.jar 13:30:21 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.ejml-all_0.38.0/target/org.ejml.ejml-all-0.38.0-SNAPSHOT-sources.jar 13:30:22 [INFO] 13:30:22 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.ejml.ejml-all --- 13:30:22 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.ejml-all_0.38.0/target/org.ejml.ejml-all-0.38.0-SNAPSHOT.jar 13:30:22 [INFO] 13:30:22 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.ejml.ejml-all --- 13:30:22 [INFO] 13:30:22 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.ejml.ejml-all --- 13:30:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT.jar 13:30:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.ejml-all_0.38.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT.pom 13:30:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT-sources.jar 13:30:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.ejml-all_0.38.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT-p2metadata.xml 13:30:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.ejml-all_0.38.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT-p2artifacts.xml 13:30:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.ejml-all_0.38.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT-ip_log.xml 13:30:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.ejml-all_0.38.0/target/org.ejml.ejml-all-0.38.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT-pack200.jar.pack.gz 13:30:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.ejml-all_0.38.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT-p2metadata.xml 13:30:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/ejml/org.ejml.ejml-all_0.38.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT-p2artifacts.xml 13:30:23 [INFO] 13:30:23 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.ejml.ejml-all --- 13:30:23 [INFO] 13:30:23 [INFO] ----------< org.eclipse.orbit.bundles:java-diff-utils-parent >---------- 13:30:23 [INFO] Building Eclipse Orbit :: Java Diff Utils Recipes 1.0.0-SNAPSHOT [185/376] 13:30:23 [INFO] --------------------------------[ pom ]--------------------------------- 13:30:23 [INFO] 13:30:23 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ java-diff-utils-parent --- 13:30:23 [INFO] 13:30:23 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ java-diff-utils-parent --- 13:30:23 [INFO] 13:30:23 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ java-diff-utils-parent --- 13:30:23 [INFO] 13:30:23 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ java-diff-utils-parent --- 13:30:23 [INFO] 13:30:23 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ java-diff-utils-parent --- 13:30:23 [INFO] 13:30:23 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ java-diff-utils-parent --- 13:30:23 [INFO] 13:30:23 [INFO] --- maven-install-plugin:2.4:install (default-install) @ java-diff-utils-parent --- 13:30:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/java-diff-utils/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/java-diff-utils-parent/1.0.0-SNAPSHOT/java-diff-utils-parent-1.0.0-SNAPSHOT.pom 13:30:23 [INFO] 13:30:23 [INFO] --------< org.eclipse.orbit.bundles:io.github.java-diff-utils >--------- 13:30:23 [INFO] Building Java Diff Utils 4.8.0-SNAPSHOT [186/376] 13:30:23 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:30:23 [INFO] 13:30:23 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.github.java-diff-utils --- 13:30:23 [INFO] 13:30:23 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ io.github.java-diff-utils --- 13:30:23 [INFO] The project's OSGi version is 4.8.0.v20201027-1614 13:30:23 [INFO] 13:30:23 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ io.github.java-diff-utils --- 13:30:23 [INFO] 13:30:23 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ io.github.java-diff-utils --- 13:30:23 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:23 [INFO] Copying 3 resources 13:30:23 [INFO] 13:30:23 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ io.github.java-diff-utils --- 13:30:23 [INFO] No sources to compile 13:30:23 [INFO] 13:30:23 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ io.github.java-diff-utils --- 13:30:23 [INFO] Gathering dependencies 13:30:23 [INFO] Configured Artifact: io.github.java-diff-utils:java-diff-utils:4.8:jar 13:30:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:23 [INFO] Merging collected dependencies 13:30:23 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:23 [INFO] Copying 32 resources 13:30:23 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/io.github.java-diff-utils-4.8.0-SNAPSHOT.jar 13:30:23 [INFO] Gathering sources 13:30:23 [INFO] Configured Artifact: io.github.java-diff-utils:java-diff-utils:sources:4.8:jar 13:30:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:23 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:23 [INFO] Copying 3 resources 13:30:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/io.github.java-diff-utils-4.8.0-SNAPSHOT-sources.jar 13:30:23 [INFO] Assembling p2 repository 13:30:23 [INFO] 13:30:23 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ io.github.java-diff-utils --- 13:30:23 [INFO] 13:30:23 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ io.github.java-diff-utils --- 13:30:23 [INFO] Discovering license information from existing ip_log.xml 13:30:23 [INFO] Discovered license 'Apache License, 2.0' for artifact io.github.java-diff-utils:java-diff-utils:4.8. 13:30:23 [INFO] Gathering sources archives 13:30:23 [INFO] Configured Artifact: io.github.java-diff-utils:java-diff-utils:sources:4.8:jar 13:30:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:30:23 [INFO] Configured Artifact: io.github.java-diff-utils:java-diff-utils:sources:4.8:jar 13:30:23 [INFO] Copying java-diff-utils-4.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/sources-for-eclipse-ipzilla/java-diff-utils-4.8-sources.jar 13:30:23 [INFO] Refreshing about files and about.html 13:30:23 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:30:23 [INFO] Refreshing ip_log.xml 13:30:23 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/java-diff-utils/io.github.java-diff-utils_4.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:30:23 [INFO] 13:30:23 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ io.github.java-diff-utils --- 13:30:23 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/io.github.java-diff-utils-4.8.0-SNAPSHOT.jar 13:30:23 [INFO] 13:30:23 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ io.github.java-diff-utils --- 13:30:23 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/io.github.java-diff-utils-4.8.0-SNAPSHOT.jar 13:30:25 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/io.github.java-diff-utils-4.8.0-SNAPSHOT-sources.jar 13:30:26 [INFO] 13:30:26 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ io.github.java-diff-utils --- 13:30:26 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/io.github.java-diff-utils-4.8.0-SNAPSHOT.jar 13:30:26 [INFO] 13:30:26 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ io.github.java-diff-utils --- 13:30:26 [INFO] 13:30:26 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ io.github.java-diff-utils --- 13:30:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/io.github.java-diff-utils/4.8.0-SNAPSHOT/io.github.java-diff-utils-4.8.0-SNAPSHOT.jar 13:30:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/java-diff-utils/io.github.java-diff-utils_4.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.github.java-diff-utils/4.8.0-SNAPSHOT/io.github.java-diff-utils-4.8.0-SNAPSHOT.pom 13:30:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:30:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:30:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:30:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/java-diff-utils/io.github.java-diff-utils_4.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.github.java-diff-utils/4.8.0-SNAPSHOT/io.github.java-diff-utils-4.8.0-SNAPSHOT-ip_log.xml 13:30:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/io.github.java-diff-utils-4.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.github.java-diff-utils/4.8.0-SNAPSHOT/io.github.java-diff-utils-4.8.0-SNAPSHOT-pack200.jar.pack.gz 13:30:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:30:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:30:26 [INFO] 13:30:26 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ io.github.java-diff-utils --- 13:30:26 [INFO] 13:30:26 [INFO] -----------------< org.eclipse.orbit.bundles:javaewah >----------------- 13:30:26 [INFO] Building Eclipse Orbit :: JavaEWAH Recipes 1.0.0-SNAPSHOT [187/376] 13:30:26 [INFO] --------------------------------[ pom ]--------------------------------- 13:30:26 [INFO] 13:30:26 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javaewah --- 13:30:26 [INFO] 13:30:26 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ javaewah --- 13:30:26 [INFO] 13:30:26 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ javaewah --- 13:30:26 [INFO] 13:30:26 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ javaewah --- 13:30:26 [INFO] 13:30:26 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ javaewah --- 13:30:26 [INFO] 13:30:26 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ javaewah --- 13:30:26 [INFO] 13:30:26 [INFO] --- maven-install-plugin:2.4:install (default-install) @ javaewah --- 13:30:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javaewah/1.0.0-SNAPSHOT/javaewah-1.0.0-SNAPSHOT.pom 13:30:26 [INFO] 13:30:26 [INFO] -----------------< org.eclipse.orbit.bundles:javaewah >----------------- 13:30:26 [INFO] Building JavaEWAH 1.1.7-SNAPSHOT [188/376] 13:30:26 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:30:26 [INFO] 13:30:26 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javaewah --- 13:30:26 [INFO] 13:30:26 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ javaewah --- 13:30:26 [INFO] The project's OSGi version is 1.1.7.v20200107-0831 13:30:26 [INFO] 13:30:26 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ javaewah --- 13:30:26 [INFO] 13:30:26 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ javaewah --- 13:30:26 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:26 [INFO] Copying 3 resources 13:30:26 [INFO] 13:30:26 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ javaewah --- 13:30:26 [INFO] No sources to compile 13:30:26 [INFO] 13:30:26 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ javaewah --- 13:30:26 [INFO] Gathering dependencies 13:30:26 [INFO] Configured Artifact: com.googlecode.javaewah:JavaEWAH:1.1.7:jar 13:30:26 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:26 [INFO] Merging collected dependencies 13:30:26 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:26 [INFO] Copying 107 resources 13:30:26 [INFO] Generating OSGi MANIFEST.MF 13:30:26 [WARNING] Manifest org.eclipse.orbit.bundles:javaewah:eclipse-bundle-recipe:1.1.7-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/target/javaewah-1.1.7-SNAPSHOT.jar 13:30:26 [INFO] Gathering sources 13:30:26 [INFO] Configured Artifact: com.googlecode.javaewah:JavaEWAH:sources:1.1.7:jar 13:30:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:27 [INFO] Copying 3 resources 13:30:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/target/javaewah-1.1.7-SNAPSHOT-sources.jar 13:30:27 [INFO] Assembling p2 repository 13:30:27 [INFO] 13:30:27 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ javaewah --- 13:30:27 [INFO] 13:30:27 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ javaewah --- 13:30:27 [INFO] Discovering license information from existing ip_log.xml 13:30:27 [INFO] Discovered license 'Apache License, 2.0' for artifact com.googlecode.javaewah:JavaEWAH:1.1.7. 13:30:27 [INFO] Gathering sources archives 13:30:27 [INFO] Configured Artifact: com.googlecode.javaewah:JavaEWAH:sources:1.1.7:jar 13:30:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/target/sources-for-eclipse-ipzilla/JavaEWAH-1.1.7-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:27 [INFO] Configured Artifact: com.googlecode.javaewah:JavaEWAH:sources:1.1.7:jar 13:30:27 [INFO] Copying JavaEWAH-1.1.7-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/target/sources-for-eclipse-ipzilla/JavaEWAH-1.1.7-sources.jar 13:30:27 [INFO] Refreshing about files and about.html 13:30:27 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:30:27 [INFO] Refreshing ip_log.xml 13:30:27 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:30:27 [INFO] 13:30:27 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ javaewah --- 13:30:27 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/target/javaewah-1.1.7-SNAPSHOT.jar 13:30:27 [INFO] 13:30:27 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ javaewah --- 13:30:27 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/target/javaewah-1.1.7-SNAPSHOT.jar 13:30:29 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/target/javaewah-1.1.7-SNAPSHOT-sources.jar 13:30:31 [INFO] 13:30:31 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ javaewah --- 13:30:31 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/target/javaewah-1.1.7-SNAPSHOT.jar 13:30:31 [INFO] 13:30:31 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ javaewah --- 13:30:31 [INFO] 13:30:31 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ javaewah --- 13:30:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/target/javaewah-1.1.7-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javaewah/1.1.7-SNAPSHOT/javaewah-1.1.7-SNAPSHOT.jar 13:30:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javaewah/1.1.7-SNAPSHOT/javaewah-1.1.7-SNAPSHOT.pom 13:30:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/target/javaewah-1.1.7-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javaewah/1.1.7-SNAPSHOT/javaewah-1.1.7-SNAPSHOT-sources.jar 13:30:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javaewah/1.1.7-SNAPSHOT/javaewah-1.1.7-SNAPSHOT-p2metadata.xml 13:30:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javaewah/1.1.7-SNAPSHOT/javaewah-1.1.7-SNAPSHOT-p2artifacts.xml 13:30:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javaewah/1.1.7-SNAPSHOT/javaewah-1.1.7-SNAPSHOT-ip_log.xml 13:30:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/target/javaewah-1.1.7-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javaewah/1.1.7-SNAPSHOT/javaewah-1.1.7-SNAPSHOT-pack200.jar.pack.gz 13:30:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javaewah/1.1.7-SNAPSHOT/javaewah-1.1.7-SNAPSHOT-p2metadata.xml 13:30:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/javaewah/javaewah_1.1.7/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javaewah/1.1.7-SNAPSHOT/javaewah-1.1.7-SNAPSHOT-p2artifacts.xml 13:30:31 [INFO] 13:30:31 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ javaewah --- 13:30:31 [INFO] 13:30:31 [INFO] -------------------< org.eclipse.orbit.bundles:jnr >-------------------- 13:30:31 [INFO] Building Eclipse Orbit :: JNR Recipes 1.0.0-SNAPSHOT [189/376] 13:30:31 [INFO] --------------------------------[ pom ]--------------------------------- 13:30:31 [INFO] 13:30:31 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jnr --- 13:30:31 [INFO] 13:30:31 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ jnr --- 13:30:31 [INFO] 13:30:31 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ jnr --- 13:30:31 [INFO] 13:30:31 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ jnr --- 13:30:31 [INFO] 13:30:31 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ jnr --- 13:30:31 [INFO] 13:30:31 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ jnr --- 13:30:31 [INFO] 13:30:31 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jnr --- 13:30:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jnr/1.0.0-SNAPSHOT/jnr-1.0.0-SNAPSHOT.pom 13:30:31 [INFO] 13:30:31 [INFO] ---------< org.eclipse.orbit.bundles:com.github.jnr.constants >--------- 13:30:31 [INFO] Building jnr-constants 0.9.15-SNAPSHOT [190/376] 13:30:31 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:30:31 [INFO] 13:30:31 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.constants --- 13:30:31 [INFO] 13:30:31 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.github.jnr.constants --- 13:30:31 [INFO] The project's OSGi version is 0.9.15.v20200501-1917 13:30:31 [INFO] 13:30:31 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.github.jnr.constants --- 13:30:31 [INFO] 13:30:31 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.github.jnr.constants --- 13:30:31 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:31 [INFO] Copying 3 resources 13:30:31 [INFO] 13:30:31 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.github.jnr.constants --- 13:30:31 [INFO] No sources to compile 13:30:31 [INFO] 13:30:31 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.constants --- 13:30:31 [INFO] Gathering dependencies 13:30:31 [INFO] Configured Artifact: com.github.jnr:jnr-constants:0.9.15:jar 13:30:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jnr-constants/0.9.15/jnr-constants-0.9.15.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:32 [INFO] Merging collected dependencies 13:30:32 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:32 [INFO] Copying 395 resources 13:30:32 [INFO] Generating OSGi MANIFEST.MF 13:30:32 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.constants:eclipse-bundle-recipe:0.9.15-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/target/com.github.jnr.constants-0.9.15-SNAPSHOT.jar 13:30:32 [INFO] Gathering sources 13:30:32 [INFO] Configured Artifact: com.github.jnr:jnr-constants:sources:0.9.15:jar 13:30:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jnr-constants/0.9.15/jnr-constants-0.9.15-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:34 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:34 [INFO] Copying 3 resources 13:30:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/target/com.github.jnr.constants-0.9.15-SNAPSHOT-sources.jar 13:30:34 [INFO] Assembling p2 repository 13:30:36 [INFO] 13:30:36 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.constants --- 13:30:36 [INFO] 13:30:36 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.constants --- 13:30:36 [INFO] Discovering license information from existing ip_log.xml 13:30:36 [INFO] Discovered license 'Apache License, 2.0' for artifact com.github.jnr:jnr-constants:0.9.15. 13:30:36 [INFO] Gathering sources archives 13:30:36 [INFO] Configured Artifact: com.github.jnr:jnr-constants:sources:0.9.15:jar 13:30:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jnr-constants/0.9.15/jnr-constants-0.9.15-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/target/sources-for-eclipse-ipzilla/jnr-constants-0.9.15-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:36 [INFO] Configured Artifact: com.github.jnr:jnr-constants:sources:0.9.15:jar 13:30:36 [INFO] Copying jnr-constants-0.9.15-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/target/sources-for-eclipse-ipzilla/jnr-constants-0.9.15-sources.jar 13:30:36 [INFO] Refreshing about files and about.html 13:30:36 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.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). 13:30:36 [INFO] Refreshing ip_log.xml 13:30:36 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:30:36 [INFO] 13:30:36 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.github.jnr.constants --- 13:30:36 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/target/com.github.jnr.constants-0.9.15-SNAPSHOT.jar 13:30:36 [INFO] 13:30:36 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.github.jnr.constants --- 13:30:36 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/target/com.github.jnr.constants-0.9.15-SNAPSHOT.jar 13:30:38 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/target/com.github.jnr.constants-0.9.15-SNAPSHOT-sources.jar 13:30:40 [INFO] 13:30:40 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.github.jnr.constants --- 13:30:40 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/target/com.github.jnr.constants-0.9.15-SNAPSHOT.jar 13:30:40 [INFO] 13:30:40 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.github.jnr.constants --- 13:30:40 [INFO] 13:30:40 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.github.jnr.constants --- 13:30:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/target/com.github.jnr.constants-0.9.15-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.9.15-SNAPSHOT/com.github.jnr.constants-0.9.15-SNAPSHOT.jar 13:30:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.9.15-SNAPSHOT/com.github.jnr.constants-0.9.15-SNAPSHOT.pom 13:30:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/target/com.github.jnr.constants-0.9.15-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.9.15-SNAPSHOT/com.github.jnr.constants-0.9.15-SNAPSHOT-sources.jar 13:30:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.9.15-SNAPSHOT/com.github.jnr.constants-0.9.15-SNAPSHOT-p2metadata.xml 13:30:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.9.15-SNAPSHOT/com.github.jnr.constants-0.9.15-SNAPSHOT-p2artifacts.xml 13:30:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.9.15-SNAPSHOT/com.github.jnr.constants-0.9.15-SNAPSHOT-ip_log.xml 13:30:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/target/com.github.jnr.constants-0.9.15-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.9.15-SNAPSHOT/com.github.jnr.constants-0.9.15-SNAPSHOT-pack200.jar.pack.gz 13:30:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.9.15-SNAPSHOT/com.github.jnr.constants-0.9.15-SNAPSHOT-p2metadata.xml 13:30:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.constants_0.9.15/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.9.15-SNAPSHOT/com.github.jnr.constants-0.9.15-SNAPSHOT-p2artifacts.xml 13:30:40 [INFO] 13:30:40 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.github.jnr.constants --- 13:30:40 [INFO] 13:30:40 [INFO] -----------< org.eclipse.orbit.bundles:com.github.jnr.enxio >----------- 13:30:40 [INFO] Building jnr-enxio 0.25.0-SNAPSHOT [191/376] 13:30:40 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:30:40 [INFO] 13:30:40 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.enxio --- 13:30:40 [INFO] 13:30:40 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.github.jnr.enxio --- 13:30:40 [INFO] The project's OSGi version is 0.25.0.v20200501-1917 13:30:40 [INFO] 13:30:40 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.github.jnr.enxio --- 13:30:40 [INFO] 13:30:40 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.github.jnr.enxio --- 13:30:40 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:40 [INFO] Copying 3 resources 13:30:40 [INFO] 13:30:40 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.github.jnr.enxio --- 13:30:40 [INFO] No sources to compile 13:30:40 [INFO] 13:30:40 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.enxio --- 13:30:40 [INFO] Gathering dependencies 13:30:40 [INFO] Configured Artifact: com.github.jnr:jnr-enxio:0.25:jar 13:30:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jnr-enxio/0.25/jnr-enxio-0.25.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:40 [INFO] Merging collected dependencies 13:30:40 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:40 [INFO] Copying 26 resources 13:30:40 [INFO] Generating OSGi MANIFEST.MF 13:30:40 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.enxio:eclipse-bundle-recipe:0.25.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] 13:30:40 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.enxio:eclipse-bundle-recipe:0.25.0-SNAPSHOT : Host com.github.jnr.jffi= for this fragment/require bundle cannot be found on the classpath 13:30:40 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.enxio:eclipse-bundle-recipe:0.25.0-SNAPSHOT : Unused Import-Package instructions: [jnr.ffi*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/target/com.github.jnr.enxio-0.25.0-SNAPSHOT.jar 13:30:40 [INFO] Gathering sources 13:30:40 [INFO] Configured Artifact: com.github.jnr:jnr-enxio:sources:0.25:jar 13:30:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jnr-enxio/0.25/jnr-enxio-0.25-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:40 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:40 [INFO] Copying 3 resources 13:30:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/target/com.github.jnr.enxio-0.25.0-SNAPSHOT-sources.jar 13:30:40 [INFO] Assembling p2 repository 13:30:41 [INFO] 13:30:41 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.enxio --- 13:30:41 [INFO] 13:30:41 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.enxio --- 13:30:41 [INFO] Discovering license information from existing ip_log.xml 13:30:41 [INFO] Discovered license 'Apache License, 2.0' for artifact com.github.jnr:jnr-enxio:0.25. 13:30:41 [INFO] Gathering sources archives 13:30:41 [INFO] Configured Artifact: com.github.jnr:jnr-enxio:sources:0.25:jar 13:30:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jnr-enxio/0.25/jnr-enxio-0.25-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/target/sources-for-eclipse-ipzilla/jnr-enxio-0.25-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:41 [INFO] Configured Artifact: com.github.jnr:jnr-enxio:sources:0.25:jar 13:30:41 [INFO] Copying jnr-enxio-0.25-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/target/sources-for-eclipse-ipzilla/jnr-enxio-0.25-sources.jar 13:30:41 [INFO] Refreshing about files and about.html 13:30:41 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.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). 13:30:41 [INFO] Refreshing ip_log.xml 13:30:41 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:30:41 [INFO] 13:30:41 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.github.jnr.enxio --- 13:30:41 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/target/com.github.jnr.enxio-0.25.0-SNAPSHOT.jar 13:30:41 [INFO] 13:30:41 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.github.jnr.enxio --- 13:30:41 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/target/com.github.jnr.enxio-0.25.0-SNAPSHOT.jar 13:30:42 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/target/com.github.jnr.enxio-0.25.0-SNAPSHOT-sources.jar 13:30:44 [INFO] 13:30:44 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.github.jnr.enxio --- 13:30:44 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/target/com.github.jnr.enxio-0.25.0-SNAPSHOT.jar 13:30:44 [INFO] 13:30:44 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.github.jnr.enxio --- 13:30:44 [INFO] 13:30:44 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.github.jnr.enxio --- 13:30:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/target/com.github.jnr.enxio-0.25.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.25.0-SNAPSHOT/com.github.jnr.enxio-0.25.0-SNAPSHOT.jar 13:30:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.25.0-SNAPSHOT/com.github.jnr.enxio-0.25.0-SNAPSHOT.pom 13:30:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/target/com.github.jnr.enxio-0.25.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.25.0-SNAPSHOT/com.github.jnr.enxio-0.25.0-SNAPSHOT-sources.jar 13:30:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.25.0-SNAPSHOT/com.github.jnr.enxio-0.25.0-SNAPSHOT-p2metadata.xml 13:30:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.25.0-SNAPSHOT/com.github.jnr.enxio-0.25.0-SNAPSHOT-p2artifacts.xml 13:30:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.25.0-SNAPSHOT/com.github.jnr.enxio-0.25.0-SNAPSHOT-ip_log.xml 13:30:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/target/com.github.jnr.enxio-0.25.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.25.0-SNAPSHOT/com.github.jnr.enxio-0.25.0-SNAPSHOT-pack200.jar.pack.gz 13:30:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.25.0-SNAPSHOT/com.github.jnr.enxio-0.25.0-SNAPSHOT-p2metadata.xml 13:30:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.enxio_0.25.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.25.0-SNAPSHOT/com.github.jnr.enxio-0.25.0-SNAPSHOT-p2artifacts.xml 13:30:44 [INFO] 13:30:44 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.github.jnr.enxio --- 13:30:44 [INFO] 13:30:44 [INFO] ------------< org.eclipse.orbit.bundles:com.github.jnr.ffi >------------ 13:30:44 [INFO] Building jnr-ffi 2.1.12-SNAPSHOT [192/376] 13:30:44 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:30:44 [INFO] 13:30:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.ffi --- 13:30:44 [INFO] 13:30:44 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.github.jnr.ffi --- 13:30:44 [INFO] The project's OSGi version is 2.1.12.v20200513-1859 13:30:44 [INFO] 13:30:44 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.github.jnr.ffi --- 13:30:44 [INFO] 13:30:44 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.github.jnr.ffi --- 13:30:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:44 [INFO] Copying 3 resources 13:30:44 [INFO] 13:30:44 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.github.jnr.ffi --- 13:30:44 [INFO] No sources to compile 13:30:44 [INFO] 13:30:44 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.ffi --- 13:30:44 [INFO] Gathering dependencies 13:30:44 [INFO] Configured Artifact: com.github.jnr:jnr-ffi:2.1.12:jar 13:30:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jnr-ffi/2.1.12/jnr-ffi-2.1.12.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:44 [INFO] Merging collected dependencies 13:30:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:44 [INFO] Copying 652 resources 13:30:44 [INFO] Generating OSGi MANIFEST.MF 13:30:44 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.ffi:eclipse-bundle-recipe:2.1.12-SNAPSHOT : Unused Export-Package instructions: [*.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/target/com.github.jnr.ffi-2.1.12-SNAPSHOT.jar 13:30:44 [INFO] Gathering sources 13:30:44 [INFO] Configured Artifact: com.github.jnr:jnr-ffi:sources:2.1.12:jar 13:30:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jnr-ffi/2.1.12/jnr-ffi-2.1.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:44 [INFO] Copying 3 resources 13:30:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/target/com.github.jnr.ffi-2.1.12-SNAPSHOT-sources.jar 13:30:44 [INFO] Assembling p2 repository 13:30:45 [INFO] 13:30:45 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.ffi --- 13:30:45 [INFO] 13:30:45 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.ffi --- 13:30:45 [INFO] Discovering license information from existing ip_log.xml 13:30:45 [INFO] Discovered license 'Apache License, 2.0' for artifact com.github.jnr:jnr-ffi:2.1.12. 13:30:45 [INFO] Gathering sources archives 13:30:45 [INFO] Configured Artifact: com.github.jnr:jnr-ffi:sources:2.1.12:jar 13:30:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jnr-ffi/2.1.12/jnr-ffi-2.1.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/target/sources-for-eclipse-ipzilla/jnr-ffi-2.1.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:45 [INFO] Configured Artifact: com.github.jnr:jnr-ffi:sources:2.1.12:jar 13:30:45 [INFO] Copying jnr-ffi-2.1.12-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/target/sources-for-eclipse-ipzilla/jnr-ffi-2.1.12-sources.jar 13:30:45 [INFO] Refreshing about files and about.html 13:30:45 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.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). 13:30:45 [INFO] Refreshing ip_log.xml 13:30:45 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:30:45 [INFO] 13:30:45 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.github.jnr.ffi --- 13:30:45 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/target/com.github.jnr.ffi-2.1.12-SNAPSHOT.jar 13:30:45 [INFO] 13:30:45 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.github.jnr.ffi --- 13:30:45 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/target/com.github.jnr.ffi-2.1.12-SNAPSHOT.jar 13:30:47 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/target/com.github.jnr.ffi-2.1.12-SNAPSHOT-sources.jar 13:30:49 [INFO] 13:30:49 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.github.jnr.ffi --- 13:30:49 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/target/com.github.jnr.ffi-2.1.12-SNAPSHOT.jar 13:30:49 [INFO] 13:30:49 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.github.jnr.ffi --- 13:30:49 [INFO] 13:30:49 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.github.jnr.ffi --- 13:30:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/target/com.github.jnr.ffi-2.1.12-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.1.12-SNAPSHOT/com.github.jnr.ffi-2.1.12-SNAPSHOT.jar 13:30:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.1.12-SNAPSHOT/com.github.jnr.ffi-2.1.12-SNAPSHOT.pom 13:30:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/target/com.github.jnr.ffi-2.1.12-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.1.12-SNAPSHOT/com.github.jnr.ffi-2.1.12-SNAPSHOT-sources.jar 13:30:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.1.12-SNAPSHOT/com.github.jnr.ffi-2.1.12-SNAPSHOT-p2metadata.xml 13:30:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.1.12-SNAPSHOT/com.github.jnr.ffi-2.1.12-SNAPSHOT-p2artifacts.xml 13:30:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.1.12-SNAPSHOT/com.github.jnr.ffi-2.1.12-SNAPSHOT-ip_log.xml 13:30:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/target/com.github.jnr.ffi-2.1.12-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.1.12-SNAPSHOT/com.github.jnr.ffi-2.1.12-SNAPSHOT-pack200.jar.pack.gz 13:30:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.1.12-SNAPSHOT/com.github.jnr.ffi-2.1.12-SNAPSHOT-p2metadata.xml 13:30:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.ffi_2.1.12/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.1.12-SNAPSHOT/com.github.jnr.ffi-2.1.12-SNAPSHOT-p2artifacts.xml 13:30:49 [INFO] 13:30:49 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.github.jnr.ffi --- 13:30:49 [INFO] 13:30:49 [INFO] -----------< org.eclipse.orbit.bundles:com.github.jnr.jffi >------------ 13:30:49 [INFO] Building jffi 1.2.23-SNAPSHOT [193/376] 13:30:49 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:30:49 [INFO] 13:30:49 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.jffi --- 13:30:49 [INFO] 13:30:49 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.github.jnr.jffi --- 13:30:49 [INFO] The project's OSGi version is 1.2.23.v20200501-1917 13:30:49 [INFO] 13:30:49 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.github.jnr.jffi --- 13:30:49 [INFO] 13:30:49 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.github.jnr.jffi --- 13:30:49 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:49 [INFO] Copying 3 resources 13:30:49 [INFO] 13:30:49 [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-p2-inf) @ com.github.jnr.jffi --- 13:30:49 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:49 [INFO] Copying 1 resource 13:30:49 [INFO] 13:30:49 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.github.jnr.jffi --- 13:30:49 [INFO] No sources to compile 13:30:49 [INFO] 13:30:49 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.jffi --- 13:30:49 [INFO] Gathering dependencies 13:30:49 [INFO] Configured Artifact: com.github.jnr:jffi:1.2.23:jar 13:30:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jffi/1.2.23/jffi-1.2.23.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:49 [INFO] Merging collected dependencies 13:30:49 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:49 [INFO] Copying 128 resources 13:30:49 [INFO] Generating OSGi MANIFEST.MF 13:30:49 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.jffi:eclipse-bundle-recipe:1.2.23-SNAPSHOT : Unused Export-Package instructions: [*.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/target/com.github.jnr.jffi-1.2.23-SNAPSHOT.jar 13:30:49 [INFO] Gathering sources 13:30:49 [INFO] Configured Artifact: com.github.jnr:jffi:sources:1.2.23:jar 13:30:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jffi/1.2.23/jffi-1.2.23-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:49 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:49 [INFO] Copying 3 resources 13:30:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/target/com.github.jnr.jffi-1.2.23-SNAPSHOT-sources.jar 13:30:49 [INFO] Assembling p2 repository 13:30:49 [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from com.github.jnr.jffi 1.2.23.v20200501-1917 to org.eclipse.equinox.p2.iu; com.github.jnr.jffi.native [1.2.23.v20200501-1917,1.2.23.v20200501-1917].] 13:30:49 [WARNING] More information on the preceding warning(s) can be found here: 13:30:49 [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool 13:30:50 [INFO] 13:30:50 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.jffi --- 13:30:50 [INFO] 13:30:50 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.jffi --- 13:30:50 [INFO] Discovering license information from existing ip_log.xml 13:30:50 [INFO] Discovered license 'Apache License, 2.0' for artifact com.github.jnr:jffi:1.2.23. 13:30:50 [INFO] Gathering sources archives 13:30:50 [INFO] Configured Artifact: com.github.jnr:jffi:sources:1.2.23:jar 13:30:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jffi/1.2.23/jffi-1.2.23-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/target/sources-for-eclipse-ipzilla/jffi-1.2.23-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:50 [INFO] Configured Artifact: com.github.jnr:jffi:sources:1.2.23:jar 13:30:50 [INFO] Copying jffi-1.2.23-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/target/sources-for-eclipse-ipzilla/jffi-1.2.23-sources.jar 13:30:50 [INFO] Refreshing about files and about.html 13:30:50 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:30:50 [INFO] Refreshing ip_log.xml 13:30:50 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:30:50 [INFO] 13:30:50 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.github.jnr.jffi --- 13:30:50 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/target/com.github.jnr.jffi-1.2.23-SNAPSHOT.jar 13:30:50 [INFO] 13:30:50 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.github.jnr.jffi --- 13:30:50 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/target/com.github.jnr.jffi-1.2.23-SNAPSHOT.jar 13:30:52 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/target/com.github.jnr.jffi-1.2.23-SNAPSHOT-sources.jar 13:30:53 [INFO] 13:30:53 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.github.jnr.jffi --- 13:30:53 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/target/com.github.jnr.jffi-1.2.23-SNAPSHOT.jar 13:30:53 [INFO] 13:30:53 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.github.jnr.jffi --- 13:30:53 [INFO] 13:30:53 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.github.jnr.jffi --- 13:30:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/target/com.github.jnr.jffi-1.2.23-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.2.23-SNAPSHOT/com.github.jnr.jffi-1.2.23-SNAPSHOT.jar 13:30:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.2.23-SNAPSHOT/com.github.jnr.jffi-1.2.23-SNAPSHOT.pom 13:30:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/target/com.github.jnr.jffi-1.2.23-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.2.23-SNAPSHOT/com.github.jnr.jffi-1.2.23-SNAPSHOT-sources.jar 13:30:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.2.23-SNAPSHOT/com.github.jnr.jffi-1.2.23-SNAPSHOT-p2metadata.xml 13:30:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.2.23-SNAPSHOT/com.github.jnr.jffi-1.2.23-SNAPSHOT-p2artifacts.xml 13:30:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.2.23-SNAPSHOT/com.github.jnr.jffi-1.2.23-SNAPSHOT-ip_log.xml 13:30:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/target/com.github.jnr.jffi-1.2.23-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.2.23-SNAPSHOT/com.github.jnr.jffi-1.2.23-SNAPSHOT-pack200.jar.pack.gz 13:30:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.2.23-SNAPSHOT/com.github.jnr.jffi-1.2.23-SNAPSHOT-p2metadata.xml 13:30:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi_1.2.23/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.2.23-SNAPSHOT/com.github.jnr.jffi-1.2.23-SNAPSHOT-p2artifacts.xml 13:30:54 [INFO] 13:30:54 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.github.jnr.jffi --- 13:30:54 [INFO] 13:30:54 [INFO] --------< org.eclipse.orbit.bundles:com.github.jnr.jffi.native >-------- 13:30:54 [INFO] Building jffi 1.2.23-SNAPSHOT [194/376] 13:30:54 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:30:54 [INFO] 13:30:54 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.jffi.native --- 13:30:54 [INFO] 13:30:54 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.github.jnr.jffi.native --- 13:30:54 [INFO] The project's OSGi version is 1.2.23.v20200501-1917 13:30:54 [INFO] 13:30:54 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.github.jnr.jffi.native --- 13:30:54 [INFO] 13:30:54 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.github.jnr.jffi.native --- 13:30:54 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:54 [INFO] Copying 3 resources 13:30:54 [INFO] 13:30:54 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.github.jnr.jffi.native --- 13:30:54 [INFO] No sources to compile 13:30:54 [INFO] 13:30:54 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.jffi.native --- 13:30:54 [INFO] Gathering dependencies 13:30:54 [INFO] Configured Artifact: com.github.jnr:jffi:native:1.2.23:jar 13:30:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jffi/1.2.23/jffi-1.2.23-native.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:54 [INFO] Merging collected dependencies 13:30:54 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:54 [INFO] Copying 20 resources 13:30:54 [INFO] Generating OSGi MANIFEST.MF 13:30:54 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.jffi.native:eclipse-bundle-recipe:1.2.23-SNAPSHOT : Bundle-ClassPath uses a directory 'jni' as well as '.'. This means bnd does not know if a directory is a package. 13:30:54 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.jffi.native:eclipse-bundle-recipe:1.2.23-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] 13:30:54 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.jffi.native:eclipse-bundle-recipe:1.2.23-SNAPSHOT : Host com.github.jnr.jffi= for this fragment/require bundle cannot be found on the classpath 13:30:54 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.jffi.native:eclipse-bundle-recipe:1.2.23-SNAPSHOT : Host com.github.jnr.jffi= for this fragment cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/target/com.github.jnr.jffi.native-1.2.23-SNAPSHOT.jar 13:30:54 [INFO] Gathering sources 13:30:54 [INFO] Configured Artifact: com.github.jnr:jffi:sources:1.2.23:jar 13:30:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jffi/1.2.23/jffi-1.2.23-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:54 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:54 [INFO] Copying 3 resources 13:30:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/target/com.github.jnr.jffi.native-1.2.23-SNAPSHOT-sources.jar 13:30:54 [INFO] Assembling p2 repository 13:30:55 [INFO] 13:30:55 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.jffi.native --- 13:30:55 [INFO] 13:30:55 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.jffi.native --- 13:30:55 [INFO] Discovering license information from existing ip_log.xml 13:30:55 [INFO] Discovered license 'Apache License, 2.0' for artifact com.github.jnr:jffi:1.2.23. 13:30:55 [INFO] Gathering sources archives 13:30:55 [INFO] Configured Artifact: com.github.jnr:jffi:sources:1.2.23:jar 13:30:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jffi/1.2.23/jffi-1.2.23-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/target/sources-for-eclipse-ipzilla/jffi-1.2.23-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:55 [INFO] Configured Artifact: com.github.jnr:jffi:sources:1.2.23:jar 13:30:55 [INFO] Copying jffi-1.2.23-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/target/sources-for-eclipse-ipzilla/jffi-1.2.23-sources.jar 13:30:55 [INFO] Refreshing about files and about.html 13:30:55 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:30:55 [INFO] Refreshing ip_log.xml 13:30:55 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:30:55 [INFO] 13:30:55 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.github.jnr.jffi.native --- 13:30:55 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/target/com.github.jnr.jffi.native-1.2.23-SNAPSHOT.jar 13:30:56 [INFO] 13:30:56 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.github.jnr.jffi.native --- 13:30:56 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/target/com.github.jnr.jffi.native-1.2.23-SNAPSHOT.jar 13:30:58 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/target/com.github.jnr.jffi.native-1.2.23-SNAPSHOT-sources.jar 13:30:59 [INFO] 13:30:59 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.github.jnr.jffi.native --- 13:30:59 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/target/com.github.jnr.jffi.native-1.2.23-SNAPSHOT.jar 13:30:59 [INFO] 13:30:59 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.github.jnr.jffi.native --- 13:30:59 [INFO] 13:30:59 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.github.jnr.jffi.native --- 13:30:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/target/com.github.jnr.jffi.native-1.2.23-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.2.23-SNAPSHOT/com.github.jnr.jffi.native-1.2.23-SNAPSHOT.jar 13:30:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.2.23-SNAPSHOT/com.github.jnr.jffi.native-1.2.23-SNAPSHOT.pom 13:30:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/target/com.github.jnr.jffi.native-1.2.23-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.2.23-SNAPSHOT/com.github.jnr.jffi.native-1.2.23-SNAPSHOT-sources.jar 13:30:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.2.23-SNAPSHOT/com.github.jnr.jffi.native-1.2.23-SNAPSHOT-p2metadata.xml 13:30:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.2.23-SNAPSHOT/com.github.jnr.jffi.native-1.2.23-SNAPSHOT-p2artifacts.xml 13:30:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.2.23-SNAPSHOT/com.github.jnr.jffi.native-1.2.23-SNAPSHOT-ip_log.xml 13:30:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/target/com.github.jnr.jffi.native-1.2.23-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.2.23-SNAPSHOT/com.github.jnr.jffi.native-1.2.23-SNAPSHOT-pack200.jar.pack.gz 13:30:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.2.23-SNAPSHOT/com.github.jnr.jffi.native-1.2.23-SNAPSHOT-p2metadata.xml 13:30:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.jffi.native_1.2.23/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.2.23-SNAPSHOT/com.github.jnr.jffi.native-1.2.23-SNAPSHOT-p2artifacts.xml 13:30:59 [INFO] 13:30:59 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.github.jnr.jffi.native --- 13:30:59 [INFO] 13:30:59 [INFO] -----------< org.eclipse.orbit.bundles:com.github.jnr.posix >----------- 13:30:59 [INFO] Building jnr-posix 3.0.54-SNAPSHOT [195/376] 13:30:59 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:30:59 [INFO] 13:30:59 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.posix --- 13:30:59 [INFO] 13:30:59 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.github.jnr.posix --- 13:30:59 [INFO] The project's OSGi version is 3.0.54.v20200501-1917 13:30:59 [INFO] 13:30:59 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.github.jnr.posix --- 13:30:59 [INFO] 13:30:59 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.github.jnr.posix --- 13:30:59 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:59 [INFO] Copying 3 resources 13:30:59 [INFO] 13:30:59 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.github.jnr.posix --- 13:30:59 [INFO] No sources to compile 13:30:59 [INFO] 13:30:59 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.posix --- 13:30:59 [INFO] Gathering dependencies 13:30:59 [INFO] Configured Artifact: com.github.jnr:jnr-posix:3.0.54:jar 13:30:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jnr-posix/3.0.54/jnr-posix-3.0.54.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:30:59 [INFO] Merging collected dependencies 13:30:59 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:30:59 [INFO] Copying 224 resources 13:30:59 [INFO] Generating OSGi MANIFEST.MF 13:30:59 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.posix:eclipse-bundle-recipe:3.0.54-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/target/com.github.jnr.posix-3.0.54-SNAPSHOT.jar 13:30:59 [INFO] Gathering sources 13:30:59 [INFO] Configured Artifact: com.github.jnr:jnr-posix:sources:3.0.54:jar 13:31:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jnr-posix/3.0.54/jnr-posix-3.0.54-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:31:00 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:00 [INFO] Copying 3 resources 13:31:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/target/com.github.jnr.posix-3.0.54-SNAPSHOT-sources.jar 13:31:00 [INFO] Assembling p2 repository 13:31:01 [INFO] 13:31:01 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.posix --- 13:31:01 [INFO] 13:31:01 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.posix --- 13:31:01 [INFO] Discovering license information from existing ip_log.xml 13:31:01 [INFO] Discovered license 'Eclipse Public License v2.0' for artifact com.github.jnr:jnr-posix:3.0.54. 13:31:01 [INFO] Gathering sources archives 13:31:01 [INFO] Configured Artifact: com.github.jnr:jnr-posix:sources:3.0.54:jar 13:31:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jnr-posix/3.0.54/jnr-posix-3.0.54-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/target/sources-for-eclipse-ipzilla/jnr-posix-3.0.54-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:31:01 [INFO] Configured Artifact: com.github.jnr:jnr-posix:sources:3.0.54:jar 13:31:01 [INFO] Copying jnr-posix-3.0.54-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/target/sources-for-eclipse-ipzilla/jnr-posix-3.0.54-sources.jar 13:31:01 [INFO] Refreshing about files and about.html 13:31:01 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:31:01 [INFO] Refreshing ip_log.xml 13:31:01 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:31:01 [INFO] 13:31:01 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.github.jnr.posix --- 13:31:01 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/target/com.github.jnr.posix-3.0.54-SNAPSHOT.jar 13:31:01 [INFO] 13:31:01 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.github.jnr.posix --- 13:31:01 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/target/com.github.jnr.posix-3.0.54-SNAPSHOT.jar 13:31:03 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/target/com.github.jnr.posix-3.0.54-SNAPSHOT-sources.jar 13:31:05 [INFO] 13:31:05 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.github.jnr.posix --- 13:31:05 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/target/com.github.jnr.posix-3.0.54-SNAPSHOT.jar 13:31:05 [INFO] 13:31:05 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.github.jnr.posix --- 13:31:05 [INFO] 13:31:05 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.github.jnr.posix --- 13:31:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/target/com.github.jnr.posix-3.0.54-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.0.54-SNAPSHOT/com.github.jnr.posix-3.0.54-SNAPSHOT.jar 13:31:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.0.54-SNAPSHOT/com.github.jnr.posix-3.0.54-SNAPSHOT.pom 13:31:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/target/com.github.jnr.posix-3.0.54-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.0.54-SNAPSHOT/com.github.jnr.posix-3.0.54-SNAPSHOT-sources.jar 13:31:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.0.54-SNAPSHOT/com.github.jnr.posix-3.0.54-SNAPSHOT-p2metadata.xml 13:31:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.0.54-SNAPSHOT/com.github.jnr.posix-3.0.54-SNAPSHOT-p2artifacts.xml 13:31:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.0.54-SNAPSHOT/com.github.jnr.posix-3.0.54-SNAPSHOT-ip_log.xml 13:31:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/target/com.github.jnr.posix-3.0.54-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.0.54-SNAPSHOT/com.github.jnr.posix-3.0.54-SNAPSHOT-pack200.jar.pack.gz 13:31:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.0.54-SNAPSHOT/com.github.jnr.posix-3.0.54-SNAPSHOT-p2metadata.xml 13:31:05 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.posix_3.0.54/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.0.54-SNAPSHOT/com.github.jnr.posix-3.0.54-SNAPSHOT-p2artifacts.xml 13:31:05 [INFO] 13:31:05 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.github.jnr.posix --- 13:31:05 [INFO] 13:31:05 [INFO] --------< org.eclipse.orbit.bundles:com.github.jnr.unixsocket >--------- 13:31:05 [INFO] Building jnr-unixsocket 0.28.0-SNAPSHOT [196/376] 13:31:05 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:31:05 [INFO] 13:31:05 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.unixsocket --- 13:31:05 [INFO] 13:31:05 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.github.jnr.unixsocket --- 13:31:05 [INFO] The project's OSGi version is 0.28.0.v20200501-1917 13:31:05 [INFO] 13:31:05 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.github.jnr.unixsocket --- 13:31:05 [INFO] 13:31:05 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.github.jnr.unixsocket --- 13:31:05 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:05 [INFO] Copying 3 resources 13:31:05 [INFO] 13:31:05 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.github.jnr.unixsocket --- 13:31:05 [INFO] No sources to compile 13:31:05 [INFO] 13:31:05 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.unixsocket --- 13:31:05 [INFO] Gathering dependencies 13:31:05 [INFO] Configured Artifact: com.github.jnr:jnr-unixsocket:0.28:jar 13:31:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jnr-unixsocket/0.28/jnr-unixsocket-0.28.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:31:05 [INFO] Merging collected dependencies 13:31:05 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:05 [INFO] Copying 31 resources 13:31:05 [INFO] Generating OSGi MANIFEST.MF 13:31:05 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.unixsocket:eclipse-bundle-recipe:0.28.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*] 13:31:05 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.unixsocket:eclipse-bundle-recipe:0.28.0-SNAPSHOT : Host com.github.jnr.jffi= for this fragment/require bundle cannot be found on the classpath 13:31:05 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.unixsocket:eclipse-bundle-recipe:0.28.0-SNAPSHOT : Unused Import-Package instructions: [jnr.ffi*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/target/com.github.jnr.unixsocket-0.28.0-SNAPSHOT.jar 13:31:05 [INFO] Gathering sources 13:31:05 [INFO] Configured Artifact: com.github.jnr:jnr-unixsocket:sources:0.28:jar 13:31:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jnr-unixsocket/0.28/jnr-unixsocket-0.28-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:31:05 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:05 [INFO] Copying 3 resources 13:31:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/target/com.github.jnr.unixsocket-0.28.0-SNAPSHOT-sources.jar 13:31:05 [INFO] Assembling p2 repository 13:31:06 [INFO] 13:31:06 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.unixsocket --- 13:31:06 [INFO] 13:31:06 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.unixsocket --- 13:31:06 [INFO] Discovering license information from existing ip_log.xml 13:31:06 [INFO] Discovered license 'Apache License, 2.0' for artifact com.github.jnr:jnr-unixsocket:0.28. 13:31:06 [INFO] Gathering sources archives 13:31:06 [INFO] Configured Artifact: com.github.jnr:jnr-unixsocket:sources:0.28:jar 13:31:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jnr-unixsocket/0.28/jnr-unixsocket-0.28-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/target/sources-for-eclipse-ipzilla/jnr-unixsocket-0.28-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:31:06 [INFO] Configured Artifact: com.github.jnr:jnr-unixsocket:sources:0.28:jar 13:31:06 [INFO] Copying jnr-unixsocket-0.28-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/target/sources-for-eclipse-ipzilla/jnr-unixsocket-0.28-sources.jar 13:31:06 [INFO] Refreshing about files and about.html 13:31:06 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.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). 13:31:06 [INFO] Refreshing ip_log.xml 13:31:06 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:31:06 [INFO] 13:31:06 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.github.jnr.unixsocket --- 13:31:06 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/target/com.github.jnr.unixsocket-0.28.0-SNAPSHOT.jar 13:31:06 [INFO] 13:31:06 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.github.jnr.unixsocket --- 13:31:06 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/target/com.github.jnr.unixsocket-0.28.0-SNAPSHOT.jar 13:31:08 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/target/com.github.jnr.unixsocket-0.28.0-SNAPSHOT-sources.jar 13:31:09 [INFO] 13:31:09 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.github.jnr.unixsocket --- 13:31:09 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/target/com.github.jnr.unixsocket-0.28.0-SNAPSHOT.jar 13:31:09 [INFO] 13:31:09 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.github.jnr.unixsocket --- 13:31:09 [INFO] 13:31:09 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.github.jnr.unixsocket --- 13:31:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/target/com.github.jnr.unixsocket-0.28.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.28.0-SNAPSHOT/com.github.jnr.unixsocket-0.28.0-SNAPSHOT.jar 13:31:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.28.0-SNAPSHOT/com.github.jnr.unixsocket-0.28.0-SNAPSHOT.pom 13:31:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/target/com.github.jnr.unixsocket-0.28.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.28.0-SNAPSHOT/com.github.jnr.unixsocket-0.28.0-SNAPSHOT-sources.jar 13:31:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.28.0-SNAPSHOT/com.github.jnr.unixsocket-0.28.0-SNAPSHOT-p2metadata.xml 13:31:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.28.0-SNAPSHOT/com.github.jnr.unixsocket-0.28.0-SNAPSHOT-p2artifacts.xml 13:31:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.28.0-SNAPSHOT/com.github.jnr.unixsocket-0.28.0-SNAPSHOT-ip_log.xml 13:31:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/target/com.github.jnr.unixsocket-0.28.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.28.0-SNAPSHOT/com.github.jnr.unixsocket-0.28.0-SNAPSHOT-pack200.jar.pack.gz 13:31:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.28.0-SNAPSHOT/com.github.jnr.unixsocket-0.28.0-SNAPSHOT-p2metadata.xml 13:31:09 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.unixsocket_0.28.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.28.0-SNAPSHOT/com.github.jnr.unixsocket-0.28.0-SNAPSHOT-p2artifacts.xml 13:31:09 [INFO] 13:31:09 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.github.jnr.unixsocket --- 13:31:09 [INFO] 13:31:09 [INFO] ----------< org.eclipse.orbit.bundles:com.github.jnr.x86asm >----------- 13:31:09 [INFO] Building jnr-x86asm 1.0.2-SNAPSHOT [197/376] 13:31:09 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:31:09 [INFO] 13:31:09 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.x86asm --- 13:31:09 [INFO] 13:31:09 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.github.jnr.x86asm --- 13:31:09 [INFO] The project's OSGi version is 1.0.2.v20200501-1917 13:31:09 [INFO] 13:31:09 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.github.jnr.x86asm --- 13:31:09 [INFO] 13:31:09 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.github.jnr.x86asm --- 13:31:09 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:09 [INFO] Copying 3 resources 13:31:09 [INFO] 13:31:09 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.github.jnr.x86asm --- 13:31:09 [INFO] No sources to compile 13:31:09 [INFO] 13:31:09 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.x86asm --- 13:31:09 [INFO] Gathering dependencies 13:31:09 [INFO] Configured Artifact: com.github.jnr:jnr-x86asm:1.0.2:jar 13:31:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.x86asm_1.0.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:31:09 [INFO] Merging collected dependencies 13:31:09 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:09 [INFO] Copying 85 resources 13:31:09 [INFO] Generating OSGi MANIFEST.MF 13:31:09 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.x86asm:eclipse-bundle-recipe:1.0.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.x86asm_1.0.2/target/com.github.jnr.x86asm-1.0.2-SNAPSHOT.jar 13:31:09 [INFO] Gathering sources 13:31:09 [INFO] Configured Artifact: com.github.jnr:jnr-x86asm:sources:1.0.2:jar 13:31:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.x86asm_1.0.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:31:09 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:09 [INFO] Copying 3 resources 13:31:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.x86asm_1.0.2/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.x86asm_1.0.2/target/com.github.jnr.x86asm-1.0.2-SNAPSHOT-sources.jar 13:31:10 [INFO] Assembling p2 repository 13:31:10 [INFO] 13:31:10 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.x86asm --- 13:31:10 [INFO] 13:31:10 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.x86asm --- 13:31:10 [INFO] Discovering license information from existing ip_log.xml 13:31:10 [INFO] Discovered license 'MIT License' for artifact com.github.jnr:jnr-x86asm:1.0.2. 13:31:10 [INFO] Gathering sources archives 13:31:10 [INFO] Configured Artifact: com.github.jnr:jnr-x86asm:sources:1.0.2:jar 13:31:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:31:10 [INFO] Configured Artifact: com.github.jnr:jnr-x86asm:sources:1.0.2:jar 13:31:10 [INFO] Copying jnr-x86asm-1.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.x86asm_1.0.2/target/sources-for-eclipse-ipzilla/jnr-x86asm-1.0.2-sources.jar 13:31:10 [INFO] Refreshing about files and about.html 13:31:10 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:31:10 [INFO] Refreshing ip_log.xml 13:31:10 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.x86asm_1.0.2/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:31:10 [INFO] 13:31:10 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.github.jnr.x86asm --- 13:31:10 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.x86asm_1.0.2/target/com.github.jnr.x86asm-1.0.2-SNAPSHOT.jar 13:31:11 [INFO] 13:31:11 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.github.jnr.x86asm --- 13:31:11 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.x86asm_1.0.2/target/com.github.jnr.x86asm-1.0.2-SNAPSHOT.jar 13:31:12 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.x86asm_1.0.2/target/com.github.jnr.x86asm-1.0.2-SNAPSHOT-sources.jar 13:31:13 [INFO] 13:31:13 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.github.jnr.x86asm --- 13:31:13 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.x86asm_1.0.2/target/com.github.jnr.x86asm-1.0.2-SNAPSHOT.jar 13:31:14 [INFO] 13:31:14 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.github.jnr.x86asm --- 13:31:14 [INFO] 13:31:14 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.github.jnr.x86asm --- 13:31:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT.jar 13:31:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.x86asm_1.0.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT.pom 13:31:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT-sources.jar 13:31:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.x86asm_1.0.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT-p2metadata.xml 13:31:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.x86asm_1.0.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT-p2artifacts.xml 13:31:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.x86asm_1.0.2/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT-ip_log.xml 13:31:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.x86asm_1.0.2/target/com.github.jnr.x86asm-1.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT-pack200.jar.pack.gz 13:31:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.x86asm_1.0.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT-p2metadata.xml 13:31:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jnr/com.github.jnr.x86asm_1.0.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT-p2artifacts.xml 13:31:14 [INFO] 13:31:14 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.github.jnr.x86asm --- 13:31:14 [INFO] 13:31:14 [INFO] ---------------< org.eclipse.orbit.bundles:jruby-parent >--------------- 13:31:14 [INFO] Building Eclipse Orbit :: JRuby Recipes 1.0.0-SNAPSHOT [198/376] 13:31:14 [INFO] --------------------------------[ pom ]--------------------------------- 13:31:14 [INFO] 13:31:14 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jruby-parent --- 13:31:14 [INFO] 13:31:14 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ jruby-parent --- 13:31:14 [INFO] 13:31:14 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ jruby-parent --- 13:31:14 [INFO] 13:31:14 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ jruby-parent --- 13:31:14 [INFO] 13:31:14 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ jruby-parent --- 13:31:14 [INFO] 13:31:14 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ jruby-parent --- 13:31:14 [INFO] 13:31:14 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jruby-parent --- 13:31:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jruby-parent/1.0.0-SNAPSHOT/jruby-parent-1.0.0-SNAPSHOT.pom 13:31:14 [INFO] 13:31:14 [INFO] ---------------< org.eclipse.orbit.bundles:org.jcodings >--------------- 13:31:14 [INFO] Building JCodings 1.0.18-SNAPSHOT [199/376] 13:31:14 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:31:14 [INFO] 13:31:14 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jcodings --- 13:31:14 [INFO] 13:31:14 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.jcodings --- 13:31:14 [INFO] The project's OSGi version is 1.0.18.v20170306-1742 13:31:14 [INFO] 13:31:14 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.jcodings --- 13:31:14 [INFO] 13:31:14 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.jcodings --- 13:31:14 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:14 [INFO] Copying 3 resources 13:31:14 [INFO] 13:31:14 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.jcodings --- 13:31:14 [INFO] No sources to compile 13:31:14 [INFO] 13:31:14 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.jcodings --- 13:31:14 [INFO] Gathering dependencies 13:31:14 [INFO] Configured Artifact: org.jruby.jcodings:jcodings:1.0.18:jar 13:31:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jruby/jcodings/jcodings/1.0.18/jcodings-1.0.18.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.jcodings_1.0.18/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:31:14 [INFO] Merging collected dependencies 13:31:14 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:14 [INFO] Copying 714 resources 13:31:14 [INFO] Generating OSGi MANIFEST.MF 13:31:14 [WARNING] Manifest org.eclipse.orbit.bundles:org.jcodings:eclipse-bundle-recipe:1.0.18-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.jcodings_1.0.18/target/org.jcodings-1.0.18-SNAPSHOT.jar 13:31:14 [INFO] Gathering sources 13:31:14 [INFO] Configured Artifact: org.jruby.jcodings:jcodings:sources:1.0.18:jar 13:31:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jruby/jcodings/jcodings/1.0.18/jcodings-1.0.18-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.jcodings_1.0.18/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:31:15 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:15 [INFO] Copying 3 resources 13:31:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.jcodings_1.0.18/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.jcodings_1.0.18/target/org.jcodings-1.0.18-SNAPSHOT-sources.jar 13:31:15 [INFO] Assembling p2 repository 13:31:16 [INFO] 13:31:16 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.jcodings --- 13:31:16 [INFO] 13:31:16 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.jcodings --- 13:31:16 [INFO] Discovering license information from existing ip_log.xml 13:31:16 [INFO] Discovered license 'MIT license' for artifact org.jruby.jcodings:jcodings:1.0.18. 13:31:16 [INFO] Gathering sources archives 13:31:16 [INFO] Configured Artifact: org.jruby.jcodings:jcodings:sources:1.0.18:jar 13:31:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jruby/jcodings/jcodings/1.0.18/jcodings-1.0.18-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:31:16 [INFO] Configured Artifact: org.jruby.jcodings:jcodings:sources:1.0.18:jar 13:31:16 [INFO] Copying jcodings-1.0.18-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.jcodings_1.0.18/target/sources-for-eclipse-ipzilla/jcodings-1.0.18-sources.jar 13:31:16 [INFO] Refreshing about files and about.html 13:31:16 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:31:16 [INFO] Refreshing ip_log.xml 13:31:16 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.jcodings_1.0.18/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:31:16 [INFO] 13:31:16 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.jcodings --- 13:31:16 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.jcodings_1.0.18/target/org.jcodings-1.0.18-SNAPSHOT.jar 13:31:16 [INFO] 13:31:16 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.jcodings --- 13:31:17 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.jcodings_1.0.18/target/org.jcodings-1.0.18-SNAPSHOT.jar 13:31:20 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.jcodings_1.0.18/target/org.jcodings-1.0.18-SNAPSHOT-sources.jar 13:31:22 [INFO] 13:31:22 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.jcodings --- 13:31:22 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.jcodings_1.0.18/target/org.jcodings-1.0.18-SNAPSHOT.jar 13:31:22 [INFO] 13:31:22 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.jcodings --- 13:31:22 [INFO] 13:31:22 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.jcodings --- 13:31:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.jcodings_1.0.18/target/org.jcodings-1.0.18-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT.jar 13:31:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.jcodings_1.0.18/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT.pom 13:31:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.jcodings_1.0.18/target/org.jcodings-1.0.18-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT-sources.jar 13:31:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.jcodings_1.0.18/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT-p2metadata.xml 13:31:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.jcodings_1.0.18/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT-p2artifacts.xml 13:31:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.jcodings_1.0.18/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT-ip_log.xml 13:31:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.jcodings_1.0.18/target/org.jcodings-1.0.18-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT-pack200.jar.pack.gz 13:31:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.jcodings_1.0.18/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT-p2metadata.xml 13:31:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.jcodings_1.0.18/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT-p2artifacts.xml 13:31:22 [INFO] 13:31:22 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.jcodings --- 13:31:22 [INFO] 13:31:22 [INFO] -----------------< org.eclipse.orbit.bundles:org.joni >----------------- 13:31:22 [INFO] Building Joni 2.1.11-SNAPSHOT [200/376] 13:31:22 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:31:22 [INFO] 13:31:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.joni --- 13:31:22 [INFO] 13:31:22 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.joni --- 13:31:22 [INFO] The project's OSGi version is 2.1.11.v20170306-1742 13:31:22 [INFO] 13:31:22 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.joni --- 13:31:22 [INFO] 13:31:22 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.joni --- 13:31:22 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:22 [INFO] Copying 3 resources 13:31:22 [INFO] 13:31:22 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.joni --- 13:31:22 [INFO] No sources to compile 13:31:22 [INFO] 13:31:22 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.joni --- 13:31:22 [INFO] Gathering dependencies 13:31:22 [INFO] Configured Artifact: org.jruby.joni:joni:2.1.11:jar 13:31:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jruby/joni/joni/2.1.11/joni-2.1.11.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.joni_2.1.11/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:31:22 [INFO] Merging collected dependencies 13:31:22 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:22 [INFO] Copying 99 resources 13:31:22 [INFO] Generating OSGi MANIFEST.MF 13:31:22 [WARNING] Manifest org.eclipse.orbit.bundles:org.joni:eclipse-bundle-recipe:2.1.11-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.joni_2.1.11/target/org.joni-2.1.11-SNAPSHOT.jar 13:31:22 [INFO] Gathering sources 13:31:22 [INFO] Configured Artifact: org.jruby.joni:joni:sources:2.1.11:jar 13:31:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jruby/joni/joni/2.1.11/joni-2.1.11-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.joni_2.1.11/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:31:22 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:22 [INFO] Copying 3 resources 13:31:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.joni_2.1.11/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.joni_2.1.11/target/org.joni-2.1.11-SNAPSHOT-sources.jar 13:31:22 [INFO] Assembling p2 repository 13:31:23 [INFO] 13:31:23 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.joni --- 13:31:23 [INFO] 13:31:23 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.joni --- 13:31:23 [INFO] Discovering license information from existing ip_log.xml 13:31:24 [INFO] Discovered license 'MIT license' for artifact org.jruby.joni:joni:2.1.11. 13:31:24 [INFO] Gathering sources archives 13:31:24 [INFO] Configured Artifact: org.jruby.joni:joni:sources:2.1.11:jar 13:31:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jruby/joni/joni/2.1.11/joni-2.1.11-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:31:24 [INFO] Configured Artifact: org.jruby.joni:joni:sources:2.1.11:jar 13:31:24 [INFO] Copying joni-2.1.11-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.joni_2.1.11/target/sources-for-eclipse-ipzilla/joni-2.1.11-sources.jar 13:31:24 [INFO] Refreshing about files and about.html 13:31:24 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:31:24 [INFO] Refreshing ip_log.xml 13:31:24 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.joni_2.1.11/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:31:24 [INFO] 13:31:24 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.joni --- 13:31:24 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.joni_2.1.11/target/org.joni-2.1.11-SNAPSHOT.jar 13:31:24 [INFO] 13:31:24 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.joni --- 13:31:24 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.joni_2.1.11/target/org.joni-2.1.11-SNAPSHOT.jar 13:31:25 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.joni_2.1.11/target/org.joni-2.1.11-SNAPSHOT-sources.jar 13:31:27 [INFO] 13:31:27 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.joni --- 13:31:27 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.joni_2.1.11/target/org.joni-2.1.11-SNAPSHOT.jar 13:31:27 [INFO] 13:31:27 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.joni --- 13:31:27 [INFO] 13:31:27 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.joni --- 13:31:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.joni_2.1.11/target/org.joni-2.1.11-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT.jar 13:31:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.joni_2.1.11/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT.pom 13:31:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.joni_2.1.11/target/org.joni-2.1.11-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT-sources.jar 13:31:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.joni_2.1.11/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT-p2metadata.xml 13:31:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.joni_2.1.11/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT-p2artifacts.xml 13:31:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.joni_2.1.11/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT-ip_log.xml 13:31:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.joni_2.1.11/target/org.joni-2.1.11-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT-pack200.jar.pack.gz 13:31:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.joni_2.1.11/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT-p2metadata.xml 13:31:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jruby/org.joni_2.1.11/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT-p2artifacts.xml 13:31:27 [INFO] 13:31:27 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.joni --- 13:31:27 [INFO] 13:31:27 [INFO] ---------------< org.eclipse.orbit.bundles:jsoup-parent >--------------- 13:31:27 [INFO] Building Eclipse Orbit :: JSoup Recipes 1.0.0-SNAPSHOT [201/376] 13:31:27 [INFO] --------------------------------[ pom ]--------------------------------- 13:31:27 [INFO] 13:31:27 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jsoup-parent --- 13:31:27 [INFO] 13:31:27 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ jsoup-parent --- 13:31:27 [INFO] 13:31:27 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ jsoup-parent --- 13:31:27 [INFO] 13:31:27 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ jsoup-parent --- 13:31:27 [INFO] 13:31:27 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ jsoup-parent --- 13:31:27 [INFO] 13:31:27 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ jsoup-parent --- 13:31:27 [INFO] 13:31:27 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jsoup-parent --- 13:31:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jsoup-parent/1.0.0-SNAPSHOT/jsoup-parent-1.0.0-SNAPSHOT.pom 13:31:27 [INFO] 13:31:27 [INFO] ----------------< org.eclipse.orbit.bundles:org.jsoup >----------------- 13:31:27 [INFO] Building jsoup 1.8.3-SNAPSHOT [202/376] 13:31:27 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:31:27 [INFO] 13:31:27 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jsoup --- 13:31:27 [INFO] 13:31:27 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.jsoup --- 13:31:27 [INFO] The project's OSGi version is 1.8.3.v20181012-1713 13:31:27 [INFO] 13:31:27 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.jsoup --- 13:31:27 [INFO] 13:31:27 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.jsoup --- 13:31:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:27 [INFO] Copying 3 resources 13:31:27 [INFO] 13:31:27 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.jsoup --- 13:31:27 [INFO] No sources to compile 13:31:27 [INFO] 13:31:27 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.jsoup --- 13:31:27 [INFO] Gathering dependencies 13:31:27 [INFO] Configured Artifact: org.jsoup:jsoup:1.8.3:jar 13:31:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:31:27 [INFO] Merging collected dependencies 13:31:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:27 [INFO] Copying 237 resources 13:31:27 [INFO] Generating OSGi MANIFEST.MF 13:31:28 [WARNING] Manifest org.eclipse.orbit.bundles:org.jsoup:eclipse-bundle-recipe:1.8.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/target/org.jsoup-1.8.3-SNAPSHOT.jar 13:31:28 [INFO] Gathering sources 13:31:28 [INFO] Configured Artifact: org.jsoup:jsoup:sources:1.8.3:jar 13:31:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jsoup/jsoup/1.8.3/jsoup-1.8.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:31:29 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:29 [INFO] Copying 3 resources 13:31:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/target/org.jsoup-1.8.3-SNAPSHOT-sources.jar 13:31:29 [INFO] Assembling p2 repository 13:31:29 [INFO] 13:31:29 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.jsoup --- 13:31:29 [INFO] 13:31:29 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.jsoup --- 13:31:29 [INFO] Discovering license information from existing ip_log.xml 13:31:29 [INFO] Discovered license 'MIT license' for artifact org.jsoup:jsoup:1.8.3. 13:31:29 [INFO] Gathering sources archives 13:31:29 [INFO] Configured Artifact: org.jsoup:jsoup:sources:1.8.3:jar 13:31:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jsoup/jsoup/1.8.3/jsoup-1.8.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/target/sources-for-eclipse-ipzilla/jsoup-1.8.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:31:29 [INFO] Configured Artifact: org.jsoup:jsoup:sources:1.8.3:jar 13:31:29 [INFO] Copying jsoup-1.8.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/target/sources-for-eclipse-ipzilla/jsoup-1.8.3-sources.jar 13:31:29 [INFO] Refreshing about files and about.html 13:31:29 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.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). 13:31:29 [INFO] Refreshing ip_log.xml 13:31:29 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:31:29 [INFO] 13:31:29 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.jsoup --- 13:31:29 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/target/org.jsoup-1.8.3-SNAPSHOT.jar 13:31:29 [INFO] 13:31:29 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.jsoup --- 13:31:29 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/target/org.jsoup-1.8.3-SNAPSHOT.jar 13:31:31 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/target/org.jsoup-1.8.3-SNAPSHOT-sources.jar 13:31:33 [INFO] 13:31:33 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.jsoup --- 13:31:33 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/target/org.jsoup-1.8.3-SNAPSHOT.jar 13:31:33 [INFO] 13:31:33 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.jsoup --- 13:31:33 [INFO] 13:31:33 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.jsoup --- 13:31:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/target/org.jsoup-1.8.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jsoup/1.8.3-SNAPSHOT/org.jsoup-1.8.3-SNAPSHOT.jar 13:31:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jsoup/1.8.3-SNAPSHOT/org.jsoup-1.8.3-SNAPSHOT.pom 13:31:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/target/org.jsoup-1.8.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jsoup/1.8.3-SNAPSHOT/org.jsoup-1.8.3-SNAPSHOT-sources.jar 13:31:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jsoup/1.8.3-SNAPSHOT/org.jsoup-1.8.3-SNAPSHOT-p2metadata.xml 13:31:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jsoup/1.8.3-SNAPSHOT/org.jsoup-1.8.3-SNAPSHOT-p2artifacts.xml 13:31:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jsoup/1.8.3-SNAPSHOT/org.jsoup-1.8.3-SNAPSHOT-ip_log.xml 13:31:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/target/org.jsoup-1.8.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jsoup/1.8.3-SNAPSHOT/org.jsoup-1.8.3-SNAPSHOT-pack200.jar.pack.gz 13:31:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jsoup/1.8.3-SNAPSHOT/org.jsoup-1.8.3-SNAPSHOT-p2metadata.xml 13:31:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/jsoup/org.jsoup_1.8.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jsoup/1.8.3-SNAPSHOT/org.jsoup-1.8.3-SNAPSHOT-p2artifacts.xml 13:31:33 [INFO] 13:31:33 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.jsoup --- 13:31:33 [INFO] 13:31:33 [INFO] --------------< org.eclipse.orbit.bundles:mongodb-parent >-------------- 13:31:33 [INFO] Building Eclipse Orbit :: MongoDB Recipes 1.0.0-SNAPSHOT [203/376] 13:31:33 [INFO] --------------------------------[ pom ]--------------------------------- 13:31:33 [INFO] 13:31:33 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mongodb-parent --- 13:31:33 [INFO] 13:31:33 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ mongodb-parent --- 13:31:33 [INFO] 13:31:33 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ mongodb-parent --- 13:31:33 [INFO] 13:31:33 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ mongodb-parent --- 13:31:33 [INFO] 13:31:33 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ mongodb-parent --- 13:31:33 [INFO] 13:31:33 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ mongodb-parent --- 13:31:33 [INFO] 13:31:33 [INFO] --- maven-install-plugin:2.4:install (default-install) @ mongodb-parent --- 13:31:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mongodb/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/mongodb-parent/1.0.0-SNAPSHOT/mongodb-parent-1.0.0-SNAPSHOT.pom 13:31:33 [INFO] 13:31:33 [INFO] --------< org.eclipse.orbit.bundles:org.eclipse.orbit.mongodb >--------- 13:31:33 [INFO] Building MongoDB Java Driver 3.2.2-SNAPSHOT [204/376] 13:31:33 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:31:33 [INFO] 13:31:33 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.orbit.mongodb --- 13:31:33 [INFO] 13:31:33 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.orbit.mongodb --- 13:31:33 [INFO] The project's OSGi version is 3.2.2.v20181004-1955 13:31:33 [INFO] 13:31:33 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.orbit.mongodb --- 13:31:33 [INFO] 13:31:33 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.orbit.mongodb --- 13:31:33 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:33 [INFO] Copying 3 resources 13:31:33 [INFO] 13:31:33 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.orbit.mongodb --- 13:31:33 [INFO] Changes detected - recompiling the module! 13:31:33 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/classes 13:31:33 [INFO] 13:31:33 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.eclipse.orbit.mongodb --- 13:31:33 [INFO] Gathering dependencies 13:31:33 [INFO] Configured Artifact: org.mongodb:mongo-java-driver:3.2.2:jar 13:31:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/mongodb/mongo-java-driver/3.2.2/mongo-java-driver-3.2.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:31:33 [INFO] Merging collected dependencies 13:31:33 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:33 [INFO] Copying 1135 resources 13:31:33 [INFO] Generating OSGi MANIFEST.MF 13:31:34 [WARNING] Manifest org.eclipse.orbit.bundles:org.eclipse.orbit.mongodb:eclipse-bundle-recipe:3.2.2-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT.jar 13:31:34 [INFO] Gathering sources 13:31:34 [INFO] Configured Artifact: org.mongodb:mongo-java-driver:sources:3.2.2:jar 13:31:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:31:34 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:34 [INFO] Copying 3 resources 13:31:34 [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-sources.jar 13:31:34 [INFO] Assembling p2 repository 13:31:35 [INFO] 13:31:35 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.orbit.mongodb --- 13:31:35 [INFO] 13:31:35 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.eclipse.orbit.mongodb --- 13:31:35 [INFO] Discovering license information from existing ip_log.xml 13:31:35 [INFO] Discovered license 'Apache License, 2.0' for artifact org.mongodb:mongo-java-driver:3.2.2. 13:31:35 [INFO] Gathering sources archives 13:31:35 [INFO] Configured Artifact: org.mongodb:mongo-java-driver:sources:3.2.2:jar 13:31:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:31:35 [INFO] Configured Artifact: org.mongodb:mongo-java-driver:sources:3.2.2:jar 13:31:35 [INFO] Copying mongo-java-driver-3.2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/sources-for-eclipse-ipzilla/mongo-java-driver-3.2.2-sources.jar 13:31:35 [INFO] Refreshing about files and about.html 13:31:35 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:31:35 [INFO] Refreshing ip_log.xml 13:31:35 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:31:35 [INFO] 13:31:35 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.orbit.mongodb --- 13:31:35 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT.jar 13:31:36 [INFO] 13:31:36 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.orbit.mongodb --- 13:31:36 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT.jar 13:31:39 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-sources.jar 13:31:42 [INFO] 13:31:42 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.orbit.mongodb --- 13:31:42 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT.jar 13:31:43 [INFO] 13:31:43 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.orbit.mongodb --- 13:31:43 [INFO] 13:31:43 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.eclipse.orbit.mongodb --- 13:31:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT.jar 13:31:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT.pom 13:31:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-sources.jar 13:31:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-p2metadata.xml 13:31:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-p2artifacts.xml 13:31:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-ip_log.xml 13:31:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-pack200.jar.pack.gz 13:31:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-p2metadata.xml 13:31:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-p2artifacts.xml 13:31:43 [INFO] 13:31:43 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.orbit.mongodb --- 13:31:43 [INFO] 13:31:43 [INFO] --------------< org.eclipse.orbit.bundles:mozilla-parent >-------------- 13:31:43 [INFO] Building Eclipse Orbit :: Mozilla Recipes 1.0.0-SNAPSHOT [205/376] 13:31:43 [INFO] --------------------------------[ pom ]--------------------------------- 13:31:43 [INFO] 13:31:43 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mozilla-parent --- 13:31:43 [INFO] 13:31:43 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ mozilla-parent --- 13:31:43 [INFO] 13:31:43 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ mozilla-parent --- 13:31:43 [INFO] 13:31:43 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ mozilla-parent --- 13:31:43 [INFO] 13:31:43 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ mozilla-parent --- 13:31:43 [INFO] 13:31:43 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ mozilla-parent --- 13:31:43 [INFO] 13:31:43 [INFO] --- maven-install-plugin:2.4:install (default-install) @ mozilla-parent --- 13:31:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mozilla/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/mozilla-parent/1.0.0-SNAPSHOT/mozilla-parent-1.0.0-SNAPSHOT.pom 13:31:43 [INFO] 13:31:43 [INFO] ----------< org.eclipse.orbit.bundles:org.mozilla.javascript >---------- 13:31:43 [INFO] Building rhino 1.7.10-SNAPSHOT [206/376] 13:31:43 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:31:44 [INFO] 13:31:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.mozilla.javascript --- 13:31:44 [INFO] 13:31:44 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.mozilla.javascript --- 13:31:44 [INFO] The project's OSGi version is 1.7.10.v20190430-1943 13:31:44 [INFO] 13:31:44 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.mozilla.javascript --- 13:31:44 [INFO] 13:31:44 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.mozilla.javascript --- 13:31:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:44 [INFO] Copying 3 resources 13:31:44 [INFO] 13:31:44 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.mozilla.javascript --- 13:31:44 [INFO] No sources to compile 13:31:44 [INFO] 13:31:44 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.mozilla.javascript --- 13:31:44 [INFO] Gathering dependencies 13:31:44 [INFO] Configured Artifact: org.mozilla:rhino:1.7.10:jar 13:31:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/mozilla/rhino/1.7.10/rhino-1.7.10.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mozilla/org.mozilla.javascript_1.7.10/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:31:44 [INFO] Merging collected dependencies 13:31:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:44 [INFO] Copying 502 resources 13:31:44 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mozilla/org.mozilla.javascript_1.7.10/target/org.mozilla.javascript-1.7.10-SNAPSHOT.jar 13:31:45 [INFO] Gathering sources 13:31:45 [INFO] Configured Artifact: org.mozilla:rhino:sources:1.7.10:jar 13:31:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/mozilla/rhino/1.7.10/rhino-1.7.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mozilla/org.mozilla.javascript_1.7.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:31:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:47 [INFO] Copying 3 resources 13:31:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mozilla/org.mozilla.javascript_1.7.10/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mozilla/org.mozilla.javascript_1.7.10/target/org.mozilla.javascript-1.7.10-SNAPSHOT-sources.jar 13:31:47 [INFO] Assembling p2 repository 13:31:48 [INFO] 13:31:48 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.mozilla.javascript --- 13:31:48 [INFO] 13:31:48 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.mozilla.javascript --- 13:31:48 [INFO] Discovering license information from existing ip_log.xml 13:31:49 [INFO] Discovered license 'Mozilla Public License 2.0 (MPL)' for artifact org.mozilla:rhino:1.7.10. 13:31:49 [INFO] Gathering sources archives 13:31:49 [INFO] Configured Artifact: org.mozilla:rhino:sources:1.7.10:jar 13:31:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/mozilla/rhino/1.7.10/rhino-1.7.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:31:49 [INFO] Configured Artifact: org.mozilla:rhino:sources:1.7.10:jar 13:31:49 [INFO] Copying rhino-1.7.10-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mozilla/org.mozilla.javascript_1.7.10/target/sources-for-eclipse-ipzilla/rhino-1.7.10-sources.jar 13:31:49 [INFO] Refreshing about files and about.html 13:31:49 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:31:49 [INFO] Refreshing ip_log.xml 13:31:49 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mozilla/org.mozilla.javascript_1.7.10/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:31:49 [INFO] 13:31:49 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.mozilla.javascript --- 13:31:49 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mozilla/org.mozilla.javascript_1.7.10/target/org.mozilla.javascript-1.7.10-SNAPSHOT.jar 13:31:50 [INFO] 13:31:50 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.mozilla.javascript --- 13:31:50 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mozilla/org.mozilla.javascript_1.7.10/target/org.mozilla.javascript-1.7.10-SNAPSHOT.jar 13:31:52 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mozilla/org.mozilla.javascript_1.7.10/target/org.mozilla.javascript-1.7.10-SNAPSHOT-sources.jar 13:31:54 [INFO] 13:31:54 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.mozilla.javascript --- 13:31:54 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mozilla/org.mozilla.javascript_1.7.10/target/org.mozilla.javascript-1.7.10-SNAPSHOT.jar 13:31:55 [INFO] 13:31:55 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.mozilla.javascript --- 13:31:55 [INFO] 13:31:55 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.mozilla.javascript --- 13:31:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT.jar 13:31:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mozilla/org.mozilla.javascript_1.7.10/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT.pom 13:31:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT-sources.jar 13:31:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mozilla/org.mozilla.javascript_1.7.10/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT-p2metadata.xml 13:31:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mozilla/org.mozilla.javascript_1.7.10/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT-p2artifacts.xml 13:31:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mozilla/org.mozilla.javascript_1.7.10/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT-ip_log.xml 13:31:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mozilla/org.mozilla.javascript_1.7.10/target/org.mozilla.javascript-1.7.10-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT-pack200.jar.pack.gz 13:31:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mozilla/org.mozilla.javascript_1.7.10/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT-p2metadata.xml 13:31:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/mozilla/org.mozilla.javascript_1.7.10/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT-p2artifacts.xml 13:31:55 [INFO] 13:31:55 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.mozilla.javascript --- 13:31:55 [INFO] 13:31:55 [INFO] ---------------< org.eclipse.orbit.bundles:oshi-parent >---------------- 13:31:55 [INFO] Building Eclipse Orbit :: OSHI Recipes 1.0.0-SNAPSHOT [207/376] 13:31:55 [INFO] --------------------------------[ pom ]--------------------------------- 13:31:55 [INFO] 13:31:55 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oshi-parent --- 13:31:55 [INFO] 13:31:55 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ oshi-parent --- 13:31:55 [INFO] 13:31:55 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ oshi-parent --- 13:31:55 [INFO] 13:31:55 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ oshi-parent --- 13:31:55 [INFO] 13:31:55 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ oshi-parent --- 13:31:55 [INFO] 13:31:55 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ oshi-parent --- 13:31:55 [INFO] 13:31:55 [INFO] --- maven-install-plugin:2.4:install (default-install) @ oshi-parent --- 13:31:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/oshi/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/oshi-parent/1.0.0-SNAPSHOT/oshi-parent-1.0.0-SNAPSHOT.pom 13:31:55 [INFO] 13:31:55 [INFO] --------< org.eclipse.orbit.bundles:com.github.oshi.oshi-core >--------- 13:31:55 [INFO] Building oshi-core 3.8.0-SNAPSHOT [208/376] 13:31:55 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:31:56 [INFO] 13:31:56 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.oshi.oshi-core --- 13:31:56 [INFO] 13:31:56 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.github.oshi.oshi-core --- 13:31:56 [INFO] The project's OSGi version is 3.8.0.v20200204-2150 13:31:56 [INFO] 13:31:56 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.github.oshi.oshi-core --- 13:31:56 [INFO] 13:31:56 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.github.oshi.oshi-core --- 13:31:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:56 [INFO] Copying 3 resources 13:31:56 [INFO] 13:31:56 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.github.oshi.oshi-core --- 13:31:56 [INFO] No sources to compile 13:31:56 [INFO] 13:31:56 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.github.oshi.oshi-core --- 13:31:56 [INFO] Gathering dependencies 13:31:56 [INFO] Configured Artifact: com.github.oshi:oshi-core:3.8.0:jar 13:31:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/oshi/oshi-core/3.8.0/oshi-core-3.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/oshi/com.github.oshi.oshi-core_3.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:31:56 [INFO] Merging collected dependencies 13:31:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:56 [INFO] Copying 290 resources 13:31:56 [INFO] Generating OSGi MANIFEST.MF 13:31:57 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/oshi/com.github.oshi.oshi-core_3.8.0/target/com.github.oshi.oshi-core-3.8.0-SNAPSHOT.jar 13:31:57 [INFO] Gathering sources 13:31:57 [INFO] Configured Artifact: com.github.oshi:oshi-core:sources:3.8.0:jar 13:31:58 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/oshi/oshi-core/3.8.0/oshi-core-3.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/oshi/com.github.oshi.oshi-core_3.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:31:58 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:31:58 [INFO] Copying 3 resources 13:31:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/oshi/com.github.oshi.oshi-core_3.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/oshi/com.github.oshi.oshi-core_3.8.0/target/com.github.oshi.oshi-core-3.8.0-SNAPSHOT-sources.jar 13:31:58 [INFO] Assembling p2 repository 13:31:59 [INFO] 13:31:59 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.github.oshi.oshi-core --- 13:31:59 [INFO] 13:31:59 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.oshi.oshi-core --- 13:31:59 [INFO] Discovering license information from existing ip_log.xml 13:31:59 [INFO] Discovered license 'Eclipse Public License' for artifact com.github.oshi:oshi-core:3.8.0. 13:31:59 [INFO] Gathering sources archives 13:31:59 [INFO] Configured Artifact: com.github.oshi:oshi-core:sources:3.8.0:jar 13:31:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/oshi/oshi-core/3.8.0/oshi-core-3.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:31:59 [INFO] Configured Artifact: com.github.oshi:oshi-core:sources:3.8.0:jar 13:31:59 [INFO] Copying oshi-core-3.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/oshi/com.github.oshi.oshi-core_3.8.0/target/sources-for-eclipse-ipzilla/oshi-core-3.8.0-sources.jar 13:31:59 [INFO] Refreshing about files and about.html 13:31:59 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:31:59 [INFO] Refreshing ip_log.xml 13:31:59 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/oshi/com.github.oshi.oshi-core_3.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:31:59 [INFO] 13:31:59 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.github.oshi.oshi-core --- 13:31:59 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/oshi/com.github.oshi.oshi-core_3.8.0/target/com.github.oshi.oshi-core-3.8.0-SNAPSHOT.jar 13:31:59 [INFO] 13:31:59 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.github.oshi.oshi-core --- 13:31:59 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/oshi/com.github.oshi.oshi-core_3.8.0/target/com.github.oshi.oshi-core-3.8.0-SNAPSHOT.jar 13:32:01 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/oshi/com.github.oshi.oshi-core_3.8.0/target/com.github.oshi.oshi-core-3.8.0-SNAPSHOT-sources.jar 13:32:02 [INFO] 13:32:02 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.github.oshi.oshi-core --- 13:32:02 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/oshi/com.github.oshi.oshi-core_3.8.0/target/com.github.oshi.oshi-core-3.8.0-SNAPSHOT.jar 13:32:02 [INFO] 13:32:02 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.github.oshi.oshi-core --- 13:32:02 [INFO] 13:32:02 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.github.oshi.oshi-core --- 13:32:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.github.oshi.oshi-core/3.8.0-SNAPSHOT/com.github.oshi.oshi-core-3.8.0-SNAPSHOT.jar 13:32:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/oshi/com.github.oshi.oshi-core_3.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.oshi.oshi-core/3.8.0-SNAPSHOT/com.github.oshi.oshi-core-3.8.0-SNAPSHOT.pom 13:32:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:32:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/oshi/com.github.oshi.oshi-core_3.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:32:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/oshi/com.github.oshi.oshi-core_3.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:32:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/oshi/com.github.oshi.oshi-core_3.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.oshi.oshi-core/3.8.0-SNAPSHOT/com.github.oshi.oshi-core-3.8.0-SNAPSHOT-ip_log.xml 13:32:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/oshi/com.github.oshi.oshi-core_3.8.0/target/com.github.oshi.oshi-core-3.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.oshi.oshi-core/3.8.0-SNAPSHOT/com.github.oshi.oshi-core-3.8.0-SNAPSHOT-pack200.jar.pack.gz 13:32:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/oshi/com.github.oshi.oshi-core_3.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:32:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/oshi/com.github.oshi.oshi-core_3.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:32:02 [INFO] 13:32:02 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.github.oshi.oshi-core --- 13:32:02 [INFO] 13:32:02 [INFO] --------------< org.eclipse.orbit.bundles:unirest-parent >-------------- 13:32:02 [INFO] Building Eclipse Orbit :: Unirest-Java Recipes 1.0.0-SNAPSHOT [209/376] 13:32:02 [INFO] --------------------------------[ pom ]--------------------------------- 13:32:02 [INFO] 13:32:02 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ unirest-parent --- 13:32:02 [INFO] 13:32:02 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ unirest-parent --- 13:32:02 [INFO] 13:32:02 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ unirest-parent --- 13:32:02 [INFO] 13:32:02 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ unirest-parent --- 13:32:02 [INFO] 13:32:02 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ unirest-parent --- 13:32:02 [INFO] 13:32:02 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ unirest-parent --- 13:32:02 [INFO] 13:32:02 [INFO] --- maven-install-plugin:2.4:install (default-install) @ unirest-parent --- 13:32:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/unirest/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/unirest-parent/1.0.0-SNAPSHOT/unirest-parent-1.0.0-SNAPSHOT.pom 13:32:02 [INFO] 13:32:02 [INFO] ---------< org.eclipse.orbit.bundles:com.konghq.unirest-java >---------- 13:32:02 [INFO] Building com.konghq.unirest-java 3.4.2-SNAPSHOT [210/376] 13:32:02 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:32:05 [INFO] 13:32:05 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.konghq.unirest-java --- 13:32:05 [INFO] 13:32:05 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.konghq.unirest-java --- 13:32:05 [INFO] The project's OSGi version is 3.4.2.v20200604-1524 13:32:05 [INFO] 13:32:05 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.konghq.unirest-java --- 13:32:05 [INFO] 13:32:05 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.konghq.unirest-java --- 13:32:05 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:05 [INFO] Copying 3 resources 13:32:05 [INFO] 13:32:05 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.konghq.unirest-java --- 13:32:05 [INFO] No sources to compile 13:32:05 [INFO] 13:32:05 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.konghq.unirest-java --- 13:32:05 [INFO] Gathering dependencies 13:32:05 [INFO] Configured Artifact: com.konghq:unirest-java:3.4.02:jar 13:32:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/konghq/unirest-java/3.4.02/unirest-java-3.4.02.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/unirest/com.konghq.unirest-java_3.4.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:05 [INFO] Merging collected dependencies 13:32:05 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:05 [INFO] Copying 117 resources 13:32:05 [INFO] Generating OSGi MANIFEST.MF 13:32:05 [WARNING] Manifest org.eclipse.orbit.bundles:com.konghq.unirest-java:eclipse-bundle-recipe:3.4.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/unirest/com.konghq.unirest-java_3.4.2/target/com.konghq.unirest-java-3.4.2-SNAPSHOT.jar 13:32:05 [INFO] Gathering sources 13:32:05 [INFO] Configured Artifact: com.konghq:unirest-java:sources:3.4.02:jar 13:32:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/konghq/unirest-java/3.4.02/unirest-java-3.4.02-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/unirest/com.konghq.unirest-java_3.4.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:06 [INFO] Copying 3 resources 13:32:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/unirest/com.konghq.unirest-java_3.4.2/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/unirest/com.konghq.unirest-java_3.4.2/target/com.konghq.unirest-java-3.4.2-SNAPSHOT-sources.jar 13:32:06 [INFO] Assembling p2 repository 13:32:06 [INFO] 13:32:06 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.konghq.unirest-java --- 13:32:06 [INFO] 13:32:06 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.konghq.unirest-java --- 13:32:06 [INFO] Discovering license information from existing ip_log.xml 13:32:06 [INFO] Discovered license 'MIT license' for artifact com.konghq:unirest-java:3.4.02. 13:32:06 [INFO] Gathering sources archives 13:32:06 [INFO] Configured Artifact: com.konghq:unirest-java:sources:3.4.02:jar 13:32:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/konghq/unirest-java/3.4.02/unirest-java-3.4.02-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:32:07 [INFO] Configured Artifact: com.konghq:unirest-java:sources:3.4.02:jar 13:32:07 [INFO] Copying unirest-java-3.4.02-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/unirest/com.konghq.unirest-java_3.4.2/target/sources-for-eclipse-ipzilla/unirest-java-3.4.02-sources.jar 13:32:07 [INFO] Refreshing about files and about.html 13:32:07 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:32:07 [INFO] Refreshing ip_log.xml 13:32:07 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/unirest/com.konghq.unirest-java_3.4.2/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:32:07 [INFO] 13:32:07 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.konghq.unirest-java --- 13:32:07 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/unirest/com.konghq.unirest-java_3.4.2/target/com.konghq.unirest-java-3.4.2-SNAPSHOT.jar 13:32:07 [INFO] 13:32:07 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.konghq.unirest-java --- 13:32:07 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/unirest/com.konghq.unirest-java_3.4.2/target/com.konghq.unirest-java-3.4.2-SNAPSHOT.jar 13:32:08 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/unirest/com.konghq.unirest-java_3.4.2/target/com.konghq.unirest-java-3.4.2-SNAPSHOT-sources.jar 13:32:10 [INFO] 13:32:10 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.konghq.unirest-java --- 13:32:10 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/unirest/com.konghq.unirest-java_3.4.2/target/com.konghq.unirest-java-3.4.2-SNAPSHOT.jar 13:32:10 [INFO] 13:32:10 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.konghq.unirest-java --- 13:32:10 [INFO] 13:32:10 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.konghq.unirest-java --- 13:32:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT.jar 13:32:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/unirest/com.konghq.unirest-java_3.4.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT.pom 13:32:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT-sources.jar 13:32:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/unirest/com.konghq.unirest-java_3.4.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT-p2metadata.xml 13:32:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/unirest/com.konghq.unirest-java_3.4.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT-p2artifacts.xml 13:32:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/unirest/com.konghq.unirest-java_3.4.2/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT-ip_log.xml 13:32:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/unirest/com.konghq.unirest-java_3.4.2/target/com.konghq.unirest-java-3.4.2-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT-pack200.jar.pack.gz 13:32:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/unirest/com.konghq.unirest-java_3.4.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT-p2metadata.xml 13:32:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/unirest/com.konghq.unirest-java_3.4.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT-p2artifacts.xml 13:32:10 [INFO] 13:32:10 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.konghq.unirest-java --- 13:32:10 [INFO] 13:32:10 [INFO] -------------< org.eclipse.orbit.bundles:virtuald-parent >-------------- 13:32:10 [INFO] Building Eclipse Orbit :: Virtuald Recipes 1.0.0-SNAPSHOT [211/376] 13:32:10 [INFO] --------------------------------[ pom ]--------------------------------- 13:32:10 [INFO] 13:32:10 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ virtuald-parent --- 13:32:10 [INFO] 13:32:10 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ virtuald-parent --- 13:32:10 [INFO] 13:32:10 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ virtuald-parent --- 13:32:10 [INFO] 13:32:10 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ virtuald-parent --- 13:32:10 [INFO] 13:32:10 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ virtuald-parent --- 13:32:10 [INFO] 13:32:10 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ virtuald-parent --- 13:32:10 [INFO] 13:32:10 [INFO] --- maven-install-plugin:2.4:install (default-install) @ virtuald-parent --- 13:32:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/virtuald/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/virtuald-parent/1.0.0-SNAPSHOT/virtuald-parent-1.0.0-SNAPSHOT.pom 13:32:10 [INFO] 13:32:10 [INFO] ------< org.eclipse.orbit.bundles:com.github.virtuald.curvesapi >------- 13:32:10 [INFO] Building curvesapi 1.6.0-SNAPSHOT [212/376] 13:32:10 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:32:10 [INFO] 13:32:10 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.virtuald.curvesapi --- 13:32:10 [INFO] 13:32:10 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.github.virtuald.curvesapi --- 13:32:10 [INFO] The project's OSGi version is 1.6.0.v20200807-0931 13:32:10 [INFO] 13:32:10 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.github.virtuald.curvesapi --- 13:32:10 [INFO] 13:32:10 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.github.virtuald.curvesapi --- 13:32:10 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:10 [INFO] Copying 3 resources 13:32:10 [INFO] 13:32:10 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.github.virtuald.curvesapi --- 13:32:10 [INFO] No sources to compile 13:32:10 [INFO] 13:32:10 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.github.virtuald.curvesapi --- 13:32:10 [INFO] Gathering dependencies 13:32:10 [INFO] Configured Artifact: com.github.virtuald:curvesapi:1.06:jar 13:32:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/virtuald/curvesapi/1.06/curvesapi-1.06.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:10 [INFO] Merging collected dependencies 13:32:10 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:10 [INFO] Copying 102 resources 13:32:10 [INFO] Generating OSGi MANIFEST.MF 13:32:10 [WARNING] Manifest org.eclipse.orbit.bundles:com.github.virtuald.curvesapi:eclipse-bundle-recipe:1.6.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT.jar 13:32:10 [INFO] Gathering sources 13:32:10 [INFO] Configured Artifact: com.github.virtuald:curvesapi:sources:1.06:jar 13:32:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/virtuald/curvesapi/1.06/curvesapi-1.06-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:10 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:10 [INFO] Copying 3 resources 13:32:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/virtuald/com.github.virtuald.curvesapi_1.6.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-sources.jar 13:32:10 [INFO] Assembling p2 repository 13:32:11 [INFO] 13:32:11 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.github.virtuald.curvesapi --- 13:32:11 [INFO] 13:32:11 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.virtuald.curvesapi --- 13:32:11 [INFO] Discovering license information from existing ip_log.xml 13:32:11 [INFO] Discovered license 'New BSD license' for artifact com.github.virtuald:curvesapi:1.06. 13:32:11 [INFO] Gathering sources archives 13:32:11 [INFO] Configured Artifact: com.github.virtuald:curvesapi:sources:1.06:jar 13:32:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/github/virtuald/curvesapi/1.06/curvesapi-1.06-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:32:11 [INFO] Configured Artifact: com.github.virtuald:curvesapi:sources:1.06:jar 13:32:11 [INFO] Copying curvesapi-1.06-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/sources-for-eclipse-ipzilla/curvesapi-1.06-sources.jar 13:32:11 [INFO] Refreshing about files and about.html 13:32:11 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:32:11 [INFO] Refreshing ip_log.xml 13:32:11 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/virtuald/com.github.virtuald.curvesapi_1.6.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:32:11 [INFO] 13:32:11 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.github.virtuald.curvesapi --- 13:32:11 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT.jar 13:32:11 [INFO] 13:32:11 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.github.virtuald.curvesapi --- 13:32:11 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT.jar 13:32:12 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-sources.jar 13:32:14 [INFO] 13:32:14 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.github.virtuald.curvesapi --- 13:32:14 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT.jar 13:32:14 [INFO] 13:32:14 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.github.virtuald.curvesapi --- 13:32:14 [INFO] 13:32:14 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.github.virtuald.curvesapi --- 13:32:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT.jar 13:32:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/virtuald/com.github.virtuald.curvesapi_1.6.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT.pom 13:32:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-sources.jar 13:32:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-p2metadata.xml 13:32:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-p2artifacts.xml 13:32:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/virtuald/com.github.virtuald.curvesapi_1.6.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-ip_log.xml 13:32:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-pack200.jar.pack.gz 13:32:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-p2metadata.xml 13:32:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-p2artifacts.xml 13:32:14 [INFO] 13:32:14 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.github.virtuald.curvesapi --- 13:32:14 [INFO] 13:32:14 [INFO] -------------< org.eclipse.orbit.bundles:glassfish-parent >------------- 13:32:14 [INFO] Building Eclipse Orbit :: Glassfish Recipes 1.0.0-SNAPSHOT [213/376] 13:32:14 [INFO] --------------------------------[ pom ]--------------------------------- 13:32:14 [INFO] 13:32:14 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ glassfish-parent --- 13:32:14 [INFO] 13:32:14 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ glassfish-parent --- 13:32:14 [INFO] 13:32:14 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ glassfish-parent --- 13:32:14 [INFO] 13:32:14 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ glassfish-parent --- 13:32:14 [INFO] 13:32:14 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ glassfish-parent --- 13:32:14 [INFO] 13:32:14 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ glassfish-parent --- 13:32:14 [INFO] 13:32:14 [INFO] --- maven-install-plugin:2.4:install (default-install) @ glassfish-parent --- 13:32:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/glassfish-parent/1.0.0-SNAPSHOT/glassfish-parent-1.0.0-SNAPSHOT.pom 13:32:14 [INFO] 13:32:14 [INFO] ----------------< org.eclipse.orbit.bundles:hk2-parent >---------------- 13:32:14 [INFO] Building Eclipse Orbit :: Glassfish HK2 Recipes 1.0.0-SNAPSHOT [214/376] 13:32:14 [INFO] --------------------------------[ pom ]--------------------------------- 13:32:14 [INFO] 13:32:14 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hk2-parent --- 13:32:14 [INFO] 13:32:14 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ hk2-parent --- 13:32:14 [INFO] 13:32:14 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ hk2-parent --- 13:32:14 [INFO] 13:32:14 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ hk2-parent --- 13:32:14 [INFO] 13:32:14 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ hk2-parent --- 13:32:14 [INFO] 13:32:14 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ hk2-parent --- 13:32:14 [INFO] 13:32:14 [INFO] --- maven-install-plugin:2.4:install (default-install) @ hk2-parent --- 13:32:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/hk2-parent/1.0.0-SNAPSHOT/hk2-parent-1.0.0-SNAPSHOT.pom 13:32:14 [INFO] 13:32:14 [INFO] ----------< org.eclipse.orbit.bundles:org.glassfish.hk2.api >----------- 13:32:14 [INFO] Building HK2 API module 2.5.0-SNAPSHOT [215/376] 13:32:14 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:32:14 [INFO] 13:32:14 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.api --- 13:32:14 [INFO] 13:32:14 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.api --- 13:32:14 [INFO] The project's OSGi version is 2.5.0.v20161103-0227 13:32:14 [INFO] 13:32:14 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.glassfish.hk2.api --- 13:32:14 [INFO] 13:32:14 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.glassfish.hk2.api --- 13:32:14 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:14 [INFO] Copying 3 resources 13:32:15 [INFO] 13:32:15 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.glassfish.hk2.api --- 13:32:15 [INFO] No sources to compile 13:32:15 [INFO] 13:32:15 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.api --- 13:32:15 [INFO] Gathering dependencies 13:32:15 [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:2.5.0-b03:jar 13:32:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:15 [INFO] Merging collected dependencies 13:32:15 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:15 [INFO] Copying 164 resources 13:32:15 [INFO] Generating OSGi MANIFEST.MF 13:32:15 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 13:32:15 [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 13:32:15 [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 13:32:15 [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 13:32:15 [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 13:32:15 [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 13:32:15 [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 13:32:15 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/org.glassfish.hk2.api-2.5.0-SNAPSHOT.jar 13:32:15 [INFO] Gathering sources 13:32:15 [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:sources:2.5.0-b03:jar 13:32:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:15 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:15 [INFO] Copying 3 resources 13:32:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.5.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/org.glassfish.hk2.api-2.5.0-SNAPSHOT-sources.jar 13:32:15 [INFO] Assembling p2 repository 13:32:16 [INFO] 13:32:16 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.api --- 13:32:16 [INFO] 13:32:16 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.api --- 13:32:16 [INFO] Discovering license information from existing ip_log.xml 13:32:16 [INFO] Discovered license 'Common Development and Distribution License' for artifact org.glassfish.hk2:hk2-api:2.5.0-b03. 13:32:16 [INFO] Gathering sources archives 13:32:16 [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:sources:2.5.0-b03:jar 13:32:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:32:16 [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:sources:2.5.0-b03:jar 13:32:16 [INFO] Copying hk2-api-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/sources-for-eclipse-ipzilla/hk2-api-2.5.0-b03-sources.jar 13:32:16 [INFO] Refreshing about files and about.html 13:32:16 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:32:16 [INFO] Refreshing ip_log.xml 13:32:16 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.5.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:32:16 [INFO] 13:32:16 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.glassfish.hk2.api --- 13:32:16 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/org.glassfish.hk2.api-2.5.0-SNAPSHOT.jar 13:32:16 [INFO] 13:32:16 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.glassfish.hk2.api --- 13:32:16 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/org.glassfish.hk2.api-2.5.0-SNAPSHOT.jar 13:32:18 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/org.glassfish.hk2.api-2.5.0-SNAPSHOT-sources.jar 13:32:19 [INFO] 13:32:19 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.glassfish.hk2.api --- 13:32:19 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/org.glassfish.hk2.api-2.5.0-SNAPSHOT.jar 13:32:19 [INFO] 13:32:19 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.api --- 13:32:19 [INFO] 13:32:19 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.glassfish.hk2.api --- 13:32:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT.jar 13:32:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.5.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT.pom 13:32:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT-sources.jar 13:32:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT-p2metadata.xml 13:32:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT-p2artifacts.xml 13:32:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.5.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT-ip_log.xml 13:32:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/org.glassfish.hk2.api-2.5.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT-pack200.jar.pack.gz 13:32:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT-p2metadata.xml 13:32:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT-p2artifacts.xml 13:32:19 [INFO] 13:32:19 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.api --- 13:32:19 [INFO] 13:32:19 [INFO] ------< org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm >------ 13:32:19 [INFO] Building ASM library repackaged as OSGi bundle 2.5.0-SNAPSHOT [216/376] 13:32:19 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:32:20 [INFO] 13:32:20 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.external.asm --- 13:32:20 [INFO] 13:32:20 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.external.asm --- 13:32:20 [INFO] The project's OSGi version is 2.5.0.v20160210-1508 13:32:20 [INFO] 13:32:20 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.glassfish.hk2.external.asm --- 13:32:20 [INFO] 13:32:20 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.glassfish.hk2.external.asm --- 13:32:20 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:20 [INFO] Copying 3 resources 13:32:20 [INFO] 13:32:20 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.glassfish.hk2.external.asm --- 13:32:20 [INFO] No sources to compile 13:32:20 [INFO] 13:32:20 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.external.asm --- 13:32:20 [INFO] Gathering dependencies 13:32:20 [INFO] Configured Artifact: org.glassfish.hk2.external:asm-all-repackaged:2.5.0-b03:jar 13:32:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:20 [INFO] Merging collected dependencies 13:32:20 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:20 [INFO] Copying 175 resources 13:32:20 [INFO] Generating OSGi MANIFEST.MF 13:32:20 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 13:32:20 [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 13:32:20 [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 13:32:20 [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 13:32:20 [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 13:32:20 [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 13:32:20 [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 13:32:20 [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 13:32:20 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT.jar 13:32:20 [INFO] Gathering sources 13:32:20 [INFO] Configured Artifact: org.glassfish.hk2.external:asm-all-repackaged:sources:2.5.0-b03:jar 13:32:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:20 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:20 [INFO] Copying 3 resources 13:32:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT-sources.jar 13:32:20 [INFO] Assembling p2 repository 13:32:21 [INFO] 13:32:21 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.external.asm --- 13:32:21 [INFO] 13:32:21 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.external.asm --- 13:32:21 [INFO] Discovering license information from existing ip_log.xml 13:32:21 [INFO] Discovered license 'Common Development and Distribution License' for artifact org.glassfish.hk2.external:asm-all-repackaged:2.5.0-b03. 13:32:21 [INFO] Gathering sources archives 13:32:21 [INFO] Configured Artifact: org.glassfish.hk2.external:asm-all-repackaged:sources:2.5.0-b03:jar 13:32:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:32:21 [INFO] Configured Artifact: org.glassfish.hk2.external:asm-all-repackaged:sources:2.5.0-b03:jar 13:32:21 [INFO] Copying asm-all-repackaged-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/sources-for-eclipse-ipzilla/asm-all-repackaged-2.5.0-b03-sources.jar 13:32:21 [INFO] Refreshing about files and about.html 13:32:21 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:32:21 [INFO] Refreshing ip_log.xml 13:32:21 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:32:21 [INFO] 13:32:21 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.glassfish.hk2.external.asm --- 13:32:21 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT.jar 13:32:21 [INFO] 13:32:21 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.glassfish.hk2.external.asm --- 13:32:22 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT.jar 13:32:24 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT-sources.jar 13:32:25 [INFO] 13:32:25 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.glassfish.hk2.external.asm --- 13:32:25 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT.jar 13:32:26 [INFO] 13:32:26 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.external.asm --- 13:32:26 [INFO] 13:32:26 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.glassfish.hk2.external.asm --- 13:32:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.external.asm/2.5.0-SNAPSHOT/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT.jar 13:32:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.external.asm/2.5.0-SNAPSHOT/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT.pom 13:32:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:32:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:32:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:32:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.external.asm/2.5.0-SNAPSHOT/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT-ip_log.xml 13:32:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.external.asm/2.5.0-SNAPSHOT/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT-pack200.jar.pack.gz 13:32:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:32:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:32:26 [INFO] 13:32:26 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.external.asm --- 13:32:26 [INFO] 13:32:26 [INFO] --------< org.eclipse.orbit.bundles:org.glassfish.hk2.locator >--------- 13:32:26 [INFO] Building ServiceLocator Default Implementation 2.5.0-SNAPSHOT [217/376] 13:32:26 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:32:27 [INFO] 13:32:27 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.locator --- 13:32:27 [INFO] 13:32:27 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.locator --- 13:32:27 [INFO] The project's OSGi version is 2.5.0.v20161103-0227 13:32:27 [INFO] 13:32:27 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.glassfish.hk2.locator --- 13:32:27 [INFO] 13:32:27 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.glassfish.hk2.locator --- 13:32:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:27 [INFO] Copying 3 resources 13:32:27 [INFO] 13:32:27 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.glassfish.hk2.locator --- 13:32:27 [INFO] No sources to compile 13:32:27 [INFO] 13:32:27 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.locator --- 13:32:27 [INFO] Gathering dependencies 13:32:27 [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:2.5.0-b03:jar 13:32:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:27 [INFO] Merging collected dependencies 13:32:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:27 [INFO] Copying 99 resources 13:32:27 [INFO] Generating OSGi MANIFEST.MF 13:32:27 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.locator:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 13:32:27 [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 13:32:27 [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 13:32:27 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/org.glassfish.hk2.locator-2.5.0-SNAPSHOT.jar 13:32:27 [INFO] Gathering sources 13:32:27 [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:sources:2.5.0-b03:jar 13:32:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:29 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:29 [INFO] Copying 3 resources 13:32:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-sources.jar 13:32:29 [INFO] Assembling p2 repository 13:32:29 [INFO] 13:32:29 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.locator --- 13:32:29 [INFO] 13:32:29 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.locator --- 13:32:29 [INFO] Discovering license information from existing ip_log.xml 13:32:30 [INFO] Discovered license 'Common Development and Distribution License' for artifact org.glassfish.hk2:hk2-locator:2.5.0-b03. 13:32:30 [INFO] Gathering sources archives 13:32:30 [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:sources:2.5.0-b03:jar 13:32:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:32:30 [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:sources:2.5.0-b03:jar 13:32:30 [INFO] Copying hk2-locator-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/sources-for-eclipse-ipzilla/hk2-locator-2.5.0-b03-sources.jar 13:32:30 [INFO] Refreshing about files and about.html 13:32:30 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:32:30 [INFO] Refreshing ip_log.xml 13:32:30 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:32:30 [INFO] 13:32:30 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.glassfish.hk2.locator --- 13:32:30 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/org.glassfish.hk2.locator-2.5.0-SNAPSHOT.jar 13:32:30 [INFO] 13:32:30 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.glassfish.hk2.locator --- 13:32:30 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/org.glassfish.hk2.locator-2.5.0-SNAPSHOT.jar 13:32:31 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-sources.jar 13:32:33 [INFO] 13:32:33 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.glassfish.hk2.locator --- 13:32:33 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/org.glassfish.hk2.locator-2.5.0-SNAPSHOT.jar 13:32:33 [INFO] 13:32:33 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.locator --- 13:32:33 [INFO] 13:32:33 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.glassfish.hk2.locator --- 13:32:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT.jar 13:32:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT.pom 13:32:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-sources.jar 13:32:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-p2metadata.xml 13:32:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-p2artifacts.xml 13:32:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-ip_log.xml 13:32:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/org.glassfish.hk2.locator-2.5.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-pack200.jar.pack.gz 13:32:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-p2metadata.xml 13:32:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-p2artifacts.xml 13:32:33 [INFO] 13:32:33 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.locator --- 13:32:33 [INFO] 13:32:33 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator >-- 13:32:33 [INFO] Building OSGi resource locator 2.5.0-SNAPSHOT [218/376] 13:32:33 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:32:33 [INFO] 13:32:33 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:33 [INFO] 13:32:33 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:33 [INFO] The project's OSGi version is 2.5.0.v20161103-1916 13:32:33 [INFO] 13:32:33 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:33 [INFO] 13:32:33 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:33 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:33 [INFO] Copying 3 resources 13:32:33 [INFO] 13:32:33 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:33 [INFO] No sources to compile 13:32:33 [INFO] 13:32:33 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:33 [INFO] Gathering dependencies 13:32:33 [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:2.5.0-b03:jar 13:32:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:33 [INFO] Merging collected dependencies 13:32:33 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:33 [INFO] Copying 13 resources 13:32:33 [INFO] Generating OSGi MANIFEST.MF 13:32:33 [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*] 13:32:33 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT.jar 13:32:33 [INFO] Gathering sources 13:32:33 [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:sources:2.5.0-b03:jar 13:32:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:33 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:33 [INFO] Copying 3 resources 13:32:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT-sources.jar 13:32:33 [INFO] Assembling p2 repository 13:32:34 [INFO] 13:32:34 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:34 [INFO] 13:32:34 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:34 [INFO] Discovering license information from existing ip_log.xml 13:32:34 [INFO] Discovered license 'Common Development and Distribution License' for artifact org.glassfish.hk2:osgi-resource-locator:2.5.0-b03. 13:32:34 [INFO] Gathering sources archives 13:32:34 [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:sources:2.5.0-b03:jar 13:32:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:32:34 [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:sources:2.5.0-b03:jar 13:32:34 [INFO] Copying osgi-resource-locator-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:32:34 [INFO] Refreshing about files and about.html 13:32:34 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:32:34 [INFO] Refreshing ip_log.xml 13:32:34 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:32:34 [INFO] 13:32:34 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:34 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT.jar 13:32:34 [INFO] 13:32:34 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:34 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT.jar 13:32:36 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT-sources.jar 13:32:38 [INFO] 13:32:38 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:38 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT.jar 13:32:38 [INFO] 13:32:38 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:38 [INFO] 13:32:38 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:32:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:32:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:32:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:32:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:32:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:32:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:32:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:32:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:32:38 [INFO] 13:32:38 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:38 [INFO] 13:32:38 [INFO] ---------< org.eclipse.orbit.bundles:org.glassfish.hk2.utils >---------- 13:32:38 [INFO] Building HK2 Implementation Utilities 2.5.0-SNAPSHOT [219/376] 13:32:38 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:32:38 [INFO] 13:32:38 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.utils --- 13:32:38 [INFO] 13:32:38 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.utils --- 13:32:38 [INFO] The project's OSGi version is 2.5.0.v20160210-1508 13:32:38 [INFO] 13:32:38 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.glassfish.hk2.utils --- 13:32:38 [INFO] 13:32:38 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.glassfish.hk2.utils --- 13:32:38 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:38 [INFO] Copying 3 resources 13:32:38 [INFO] 13:32:38 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.glassfish.hk2.utils --- 13:32:38 [INFO] No sources to compile 13:32:38 [INFO] 13:32:38 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.utils --- 13:32:38 [INFO] Gathering dependencies 13:32:38 [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:2.5.0-b03:jar 13:32:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:38 [INFO] Merging collected dependencies 13:32:38 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:38 [INFO] Copying 81 resources 13:32:38 [INFO] Generating OSGi MANIFEST.MF 13:32:38 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 13:32:38 [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 13:32:38 [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 13:32:38 [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 13:32:38 [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 13:32:38 [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 13:32:38 [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 13:32:38 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/org.glassfish.hk2.utils-2.5.0-SNAPSHOT.jar 13:32:38 [INFO] Gathering sources 13:32:38 [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:sources:2.5.0-b03:jar 13:32:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:38 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:38 [INFO] Copying 3 resources 13:32:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-sources.jar 13:32:38 [INFO] Assembling p2 repository 13:32:39 [INFO] 13:32:39 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.utils --- 13:32:39 [INFO] 13:32:39 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.utils --- 13:32:39 [INFO] Discovering license information from existing ip_log.xml 13:32:39 [INFO] Discovered license 'Common Development and Distribution License' for artifact org.glassfish.hk2:hk2-utils:2.5.0-b03. 13:32:39 [INFO] Gathering sources archives 13:32:39 [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:sources:2.5.0-b03:jar 13:32:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:32:39 [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:sources:2.5.0-b03:jar 13:32:39 [INFO] Copying hk2-utils-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/sources-for-eclipse-ipzilla/hk2-utils-2.5.0-b03-sources.jar 13:32:39 [INFO] Refreshing about files and about.html 13:32:39 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:32:39 [INFO] Refreshing ip_log.xml 13:32:39 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:32:39 [INFO] 13:32:39 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.glassfish.hk2.utils --- 13:32:39 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/org.glassfish.hk2.utils-2.5.0-SNAPSHOT.jar 13:32:39 [INFO] 13:32:39 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.glassfish.hk2.utils --- 13:32:39 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/org.glassfish.hk2.utils-2.5.0-SNAPSHOT.jar 13:32:40 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-sources.jar 13:32:42 [INFO] 13:32:42 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.glassfish.hk2.utils --- 13:32:42 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/org.glassfish.hk2.utils-2.5.0-SNAPSHOT.jar 13:32:42 [INFO] 13:32:42 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.utils --- 13:32:42 [INFO] 13:32:42 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.glassfish.hk2.utils --- 13:32:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT.jar 13:32:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT.pom 13:32:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-sources.jar 13:32:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-p2metadata.xml 13:32:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-p2artifacts.xml 13:32:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-ip_log.xml 13:32:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/org.glassfish.hk2.utils-2.5.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-pack200.jar.pack.gz 13:32:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-p2metadata.xml 13:32:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-p2artifacts.xml 13:32:42 [INFO] 13:32:42 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.utils --- 13:32:42 [INFO] 13:32:42 [INFO] ----------< org.eclipse.orbit.bundles:org.glassfish.hk2.api >----------- 13:32:42 [INFO] Building HK2 API module 2.6.1-SNAPSHOT [220/376] 13:32:42 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:32:42 [INFO] 13:32:42 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.api --- 13:32:42 [INFO] 13:32:42 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.api --- 13:32:42 [INFO] The project's OSGi version is 2.6.1.v20200513-1859 13:32:42 [INFO] 13:32:42 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.glassfish.hk2.api --- 13:32:42 [INFO] 13:32:42 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.glassfish.hk2.api --- 13:32:42 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:42 [INFO] Copying 4 resources 13:32:42 [INFO] 13:32:42 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.glassfish.hk2.api --- 13:32:42 [INFO] No sources to compile 13:32:42 [INFO] 13:32:42 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.api --- 13:32:42 [INFO] Gathering dependencies 13:32:42 [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:2.6.1:jar 13:32:42 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:42 [INFO] Merging collected dependencies 13:32:42 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:42 [INFO] Copying 179 resources 13:32:42 [INFO] Generating OSGi MANIFEST.MF 13:32:42 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.6.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 13:32:42 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.6.1-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/org.glassfish.hk2.api-2.6.1-SNAPSHOT.jar 13:32:42 [INFO] Gathering sources 13:32:42 [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:sources:2.6.1:jar 13:32:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:43 [INFO] Copying 4 resources 13:32:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.6.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/org.glassfish.hk2.api-2.6.1-SNAPSHOT-sources.jar 13:32:43 [INFO] Assembling p2 repository 13:32:43 [INFO] 13:32:43 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.api --- 13:32:43 [INFO] 13:32:43 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.api --- 13:32:43 [INFO] Discovering license information from existing ip_log.xml 13:32:43 [INFO] Discovered license 'Eclipse Public License' for artifact org.glassfish.hk2:hk2-api:2.6.1. 13:32:43 [INFO] Gathering sources archives 13:32:43 [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:sources:2.6.1:jar 13:32:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:32:44 [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:sources:2.6.1:jar 13:32:44 [INFO] Copying hk2-api-2.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/sources-for-eclipse-ipzilla/hk2-api-2.6.1-sources.jar 13:32:44 [INFO] Refreshing about files and about.html 13:32:44 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:32:44 [INFO] Refreshing ip_log.xml 13:32:44 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.6.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:32:44 [INFO] 13:32:44 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.glassfish.hk2.api --- 13:32:44 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/org.glassfish.hk2.api-2.6.1-SNAPSHOT.jar 13:32:44 [INFO] 13:32:44 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.glassfish.hk2.api --- 13:32:44 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/org.glassfish.hk2.api-2.6.1-SNAPSHOT.jar 13:32:45 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/org.glassfish.hk2.api-2.6.1-SNAPSHOT-sources.jar 13:32:46 [INFO] 13:32:46 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.glassfish.hk2.api --- 13:32:46 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/org.glassfish.hk2.api-2.6.1-SNAPSHOT.jar 13:32:46 [INFO] 13:32:46 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.api --- 13:32:46 [INFO] 13:32:46 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.glassfish.hk2.api --- 13:32:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT.jar 13:32:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.6.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT.pom 13:32:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT-sources.jar 13:32:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT-p2metadata.xml 13:32:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT-p2artifacts.xml 13:32:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.6.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT-ip_log.xml 13:32:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/org.glassfish.hk2.api-2.6.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT-pack200.jar.pack.gz 13:32:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT-p2metadata.xml 13:32:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT-p2artifacts.xml 13:32:46 [INFO] 13:32:46 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.api --- 13:32:46 [INFO] 13:32:46 [INFO] --------< org.eclipse.orbit.bundles:org.glassfish.hk2.locator >--------- 13:32:46 [INFO] Building ServiceLocator Default Implementation 2.6.1-SNAPSHOT [221/376] 13:32:46 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:32:47 [INFO] 13:32:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.locator --- 13:32:47 [INFO] 13:32:47 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.locator --- 13:32:47 [INFO] The project's OSGi version is 2.6.1.v20200513-1859 13:32:47 [INFO] 13:32:47 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.glassfish.hk2.locator --- 13:32:47 [INFO] 13:32:47 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.glassfish.hk2.locator --- 13:32:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:47 [INFO] Copying 4 resources 13:32:47 [INFO] 13:32:47 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.glassfish.hk2.locator --- 13:32:47 [INFO] No sources to compile 13:32:47 [INFO] 13:32:47 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.locator --- 13:32:47 [INFO] Gathering dependencies 13:32:47 [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:2.6.1:jar 13:32:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:47 [INFO] Merging collected dependencies 13:32:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:47 [INFO] Copying 103 resources 13:32:47 [INFO] Generating OSGi MANIFEST.MF 13:32:47 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.locator:eclipse-bundle-recipe:2.6.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 13:32:47 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/org.glassfish.hk2.locator-2.6.1-SNAPSHOT.jar 13:32:47 [INFO] Gathering sources 13:32:47 [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:sources:2.6.1:jar 13:32:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:48 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:48 [INFO] Copying 4 resources 13:32:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-sources.jar 13:32:48 [INFO] Assembling p2 repository 13:32:49 [INFO] 13:32:49 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.locator --- 13:32:49 [INFO] 13:32:49 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.locator --- 13:32:49 [INFO] Discovering license information from existing ip_log.xml 13:32:49 [INFO] Discovered license 'Eclipse Public License' for artifact org.glassfish.hk2:hk2-locator:2.6.1. 13:32:49 [INFO] Gathering sources archives 13:32:49 [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:sources:2.6.1:jar 13:32:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:32:49 [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:sources:2.6.1:jar 13:32:49 [INFO] Copying hk2-locator-2.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/sources-for-eclipse-ipzilla/hk2-locator-2.6.1-sources.jar 13:32:49 [INFO] Refreshing about files and about.html 13:32:49 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:32:49 [INFO] Refreshing ip_log.xml 13:32:49 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:32:49 [INFO] 13:32:49 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.glassfish.hk2.locator --- 13:32:49 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/org.glassfish.hk2.locator-2.6.1-SNAPSHOT.jar 13:32:49 [INFO] 13:32:49 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.glassfish.hk2.locator --- 13:32:49 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/org.glassfish.hk2.locator-2.6.1-SNAPSHOT.jar 13:32:51 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-sources.jar 13:32:52 [INFO] 13:32:52 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.glassfish.hk2.locator --- 13:32:52 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/org.glassfish.hk2.locator-2.6.1-SNAPSHOT.jar 13:32:52 [INFO] 13:32:52 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.locator --- 13:32:52 [INFO] 13:32:52 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.glassfish.hk2.locator --- 13:32:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT.jar 13:32:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT.pom 13:32:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-sources.jar 13:32:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-p2metadata.xml 13:32:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-p2artifacts.xml 13:32:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-ip_log.xml 13:32:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/org.glassfish.hk2.locator-2.6.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-pack200.jar.pack.gz 13:32:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-p2metadata.xml 13:32:52 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-p2artifacts.xml 13:32:52 [INFO] 13:32:52 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.locator --- 13:32:52 [INFO] 13:32:52 [INFO] ---------< org.eclipse.orbit.bundles:org.glassfish.hk2.utils >---------- 13:32:52 [INFO] Building HK2 Implementation Utilities 2.6.1-SNAPSHOT [222/376] 13:32:52 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:32:52 [INFO] 13:32:52 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.utils --- 13:32:52 [INFO] 13:32:52 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.utils --- 13:32:52 [INFO] The project's OSGi version is 2.6.1.v20200513-1859 13:32:52 [INFO] 13:32:52 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.glassfish.hk2.utils --- 13:32:52 [INFO] 13:32:52 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.glassfish.hk2.utils --- 13:32:52 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:52 [INFO] Copying 4 resources 13:32:52 [INFO] 13:32:52 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.glassfish.hk2.utils --- 13:32:52 [INFO] No sources to compile 13:32:52 [INFO] 13:32:52 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.utils --- 13:32:52 [INFO] Gathering dependencies 13:32:52 [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:2.6.1:jar 13:32:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:52 [INFO] Merging collected dependencies 13:32:52 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:52 [INFO] Copying 83 resources 13:32:52 [INFO] Generating OSGi MANIFEST.MF 13:32:53 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.6.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 13:32:53 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/org.glassfish.hk2.utils-2.6.1-SNAPSHOT.jar 13:32:53 [INFO] Gathering sources 13:32:53 [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:sources:2.6.1:jar 13:32:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:53 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:53 [INFO] Copying 4 resources 13:32:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-sources.jar 13:32:53 [INFO] Assembling p2 repository 13:32:53 [INFO] 13:32:53 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.utils --- 13:32:53 [INFO] 13:32:53 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.utils --- 13:32:53 [INFO] Discovering license information from existing ip_log.xml 13:32:53 [INFO] Discovered license 'Eclipse Public License' for artifact org.glassfish.hk2:hk2-utils:2.6.1. 13:32:53 [INFO] Gathering sources archives 13:32:53 [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:sources:2.6.1:jar 13:32:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:32:53 [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:sources:2.6.1:jar 13:32:53 [INFO] Copying hk2-utils-2.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/sources-for-eclipse-ipzilla/hk2-utils-2.6.1-sources.jar 13:32:53 [INFO] Refreshing about files and about.html 13:32:53 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:32:53 [INFO] Refreshing ip_log.xml 13:32:53 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:32:53 [INFO] 13:32:53 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.glassfish.hk2.utils --- 13:32:53 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/org.glassfish.hk2.utils-2.6.1-SNAPSHOT.jar 13:32:53 [INFO] 13:32:53 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.glassfish.hk2.utils --- 13:32:53 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/org.glassfish.hk2.utils-2.6.1-SNAPSHOT.jar 13:32:55 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-sources.jar 13:32:56 [INFO] 13:32:56 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.glassfish.hk2.utils --- 13:32:56 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/org.glassfish.hk2.utils-2.6.1-SNAPSHOT.jar 13:32:56 [INFO] 13:32:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.utils --- 13:32:56 [INFO] 13:32:56 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.glassfish.hk2.utils --- 13:32:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT.jar 13:32:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT.pom 13:32:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-sources.jar 13:32:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-p2metadata.xml 13:32:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-p2artifacts.xml 13:32:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-ip_log.xml 13:32:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/org.glassfish.hk2.utils-2.6.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-pack200.jar.pack.gz 13:32:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-p2metadata.xml 13:32:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-p2artifacts.xml 13:32:56 [INFO] 13:32:56 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.utils --- 13:32:56 [INFO] 13:32:56 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator >-- 13:32:56 [INFO] Building OSGi resource locator 1.0.3-SNAPSHOT [223/376] 13:32:56 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:32:56 [INFO] 13:32:56 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:56 [INFO] 13:32:56 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:56 [INFO] The project's OSGi version is 1.0.3.v20200509-0149 13:32:56 [INFO] 13:32:56 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:56 [INFO] 13:32:56 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:56 [INFO] Copying 4 resources 13:32:56 [INFO] 13:32:56 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:56 [INFO] No sources to compile 13:32:56 [INFO] 13:32:56 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:56 [INFO] Gathering dependencies 13:32:56 [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:1.0.3:jar 13:32:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:56 [INFO] Merging collected dependencies 13:32:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:56 [INFO] Copying 13 resources 13:32:56 [INFO] Generating OSGi MANIFEST.MF 13:32:56 [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.*] 13:32:56 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT.jar 13:32:56 [INFO] Gathering sources 13:32:56 [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:sources:1.0.3:jar 13:32:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:32:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:32:56 [INFO] Copying 4 resources 13:32:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT-sources.jar 13:32:56 [INFO] Assembling p2 repository 13:32:57 [INFO] 13:32:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:57 [INFO] 13:32:57 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:57 [INFO] Discovering license information from existing ip_log.xml 13:32:57 [INFO] Discovered license 'Eclipse Public License' for artifact org.glassfish.hk2:osgi-resource-locator:1.0.3. 13:32:57 [INFO] Gathering sources archives 13:32:57 [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:sources:1.0.3:jar 13:32:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:32:57 [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:sources:1.0.3:jar 13:32:57 [INFO] Copying osgi-resource-locator-1.0.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/sources-for-eclipse-ipzilla/osgi-resource-locator-1.0.3-sources.jar 13:32:57 [INFO] Refreshing about files and about.html 13:32:57 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:32:57 [INFO] Refreshing ip_log.xml 13:32:57 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:32:57 [INFO] 13:32:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:57 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT.jar 13:32:57 [INFO] 13:32:57 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.glassfish.hk2.osgi-resource-locator --- 13:32:57 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT.jar 13:32:59 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT-sources.jar 13:33:00 [INFO] 13:33:00 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.glassfish.hk2.osgi-resource-locator --- 13:33:00 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT.jar 13:33:00 [INFO] 13:33:00 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.osgi-resource-locator --- 13:33:00 [INFO] 13:33:00 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.glassfish.hk2.osgi-resource-locator --- 13:33:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:33:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:33:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:33:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:33:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:00 [INFO] 13:33:00 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.osgi-resource-locator --- 13:33:00 [INFO] 13:33:00 [INFO] --------------< org.eclipse.orbit.bundles:jersey-parent >--------------- 13:33:00 [INFO] Building Eclipse Orbit :: Glassfish Jersey Recipes 1.0.0-SNAPSHOT [224/376] 13:33:00 [INFO] --------------------------------[ pom ]--------------------------------- 13:33:00 [INFO] 13:33:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-parent --- 13:33:00 [INFO] 13:33:00 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ jersey-parent --- 13:33:00 [INFO] 13:33:00 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ jersey-parent --- 13:33:00 [INFO] 13:33:00 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ jersey-parent --- 13:33:00 [INFO] 13:33:00 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ jersey-parent --- 13:33:00 [INFO] 13:33:00 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ jersey-parent --- 13:33:00 [INFO] 13:33:00 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jersey-parent --- 13:33:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jersey-parent/1.0.0-SNAPSHOT/jersey-parent-1.0.0-SNAPSHOT.pom 13:33:00 [INFO] 13:33:00 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.apache.connector >--- 13:33:00 [INFO] Building jersey-connectors-apache 2.30.1-SNAPSHOT [225/376] 13:33:00 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:33:00 [INFO] 13:33:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.apache.connector --- 13:33:00 [INFO] 13:33:00 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.apache.connector --- 13:33:00 [INFO] The project's OSGi version is 2.30.1.v20200513-1859 13:33:00 [INFO] 13:33:00 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.glassfish.jersey.apache.connector --- 13:33:00 [INFO] 13:33:00 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.glassfish.jersey.apache.connector --- 13:33:00 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:00 [INFO] Copying 3 resources 13:33:00 [INFO] 13:33:00 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.glassfish.jersey.apache.connector --- 13:33:00 [INFO] No sources to compile 13:33:00 [INFO] 13:33:00 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.apache.connector --- 13:33:00 [INFO] Gathering dependencies 13:33:00 [INFO] Configured Artifact: org.glassfish.jersey.connectors:jersey-apache-connector:2.30.1:jar 13:33:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:00 [INFO] Merging collected dependencies 13:33:00 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:00 [INFO] Copying 20 resources 13:33:00 [INFO] Generating OSGi MANIFEST.MF 13:33: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*] 13:33: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*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT.jar 13:33:00 [INFO] Gathering sources 13:33:00 [INFO] Configured Artifact: org.glassfish.jersey.connectors:jersey-apache-connector:sources:2.30.1:jar 13:33:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:00 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:00 [INFO] Copying 3 resources 13:33:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT-sources.jar 13:33:00 [INFO] Assembling p2 repository 13:33:01 [INFO] 13:33:01 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.apache.connector --- 13:33:01 [INFO] 13:33:01 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.apache.connector --- 13:33:01 [INFO] Discovering license information from existing ip_log.xml 13:33:01 [INFO] Discovered license 'Eclipse Public License' for artifact org.glassfish.jersey.connectors:jersey-apache-connector:2.30.1. 13:33:01 [INFO] Gathering sources archives 13:33:01 [INFO] Configured Artifact: org.glassfish.jersey.connectors:jersey-apache-connector:sources:2.30.1:jar 13:33:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:33:01 [INFO] Configured Artifact: org.glassfish.jersey.connectors:jersey-apache-connector:sources:2.30.1:jar 13:33:01 [INFO] Copying jersey-apache-connector-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/sources-for-eclipse-ipzilla/jersey-apache-connector-2.30.1-sources.jar 13:33:01 [INFO] Refreshing about files and about.html 13:33:01 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:33:01 [INFO] Refreshing ip_log.xml 13:33:01 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:33:01 [INFO] 13:33:01 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.glassfish.jersey.apache.connector --- 13:33:01 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT.jar 13:33:01 [INFO] 13:33:01 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.glassfish.jersey.apache.connector --- 13:33:01 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT.jar 13:33:03 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT-sources.jar 13:33:04 [INFO] 13:33:04 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.glassfish.jersey.apache.connector --- 13:33:04 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT.jar 13:33:04 [INFO] 13:33:04 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.apache.connector --- 13:33:04 [INFO] 13:33:04 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.glassfish.jersey.apache.connector --- 13:33:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.apache.connector/2.30.1-SNAPSHOT/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT.jar 13:33:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.apache.connector/2.30.1-SNAPSHOT/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT.pom 13:33:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:33:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.apache.connector/2.30.1-SNAPSHOT/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT-ip_log.xml 13:33:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.apache.connector/2.30.1-SNAPSHOT/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT-pack200.jar.pack.gz 13:33:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:04 [INFO] 13:33:04 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.apache.connector --- 13:33:04 [INFO] 13:33:04 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet >-- 13:33:04 [INFO] Building jersey-container-servlet 2.30.1-SNAPSHOT [226/376] 13:33:04 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:33:04 [INFO] 13:33:04 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.containers.servlet --- 13:33:04 [INFO] 13:33:04 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.containers.servlet --- 13:33:04 [INFO] The project's OSGi version is 2.30.1.v20200513-1859 13:33:04 [INFO] 13:33:04 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.glassfish.jersey.containers.servlet --- 13:33:04 [INFO] 13:33:04 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.glassfish.jersey.containers.servlet --- 13:33:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:04 [INFO] Copying 3 resources 13:33:04 [INFO] 13:33:04 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.glassfish.jersey.containers.servlet --- 13:33:04 [INFO] No sources to compile 13:33:04 [INFO] 13:33:04 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.containers.servlet --- 13:33:04 [INFO] Gathering dependencies 13:33:04 [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:2.30.1:jar 13:33:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:04 [INFO] Merging collected dependencies 13:33:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:04 [INFO] Copying 15 resources 13:33:04 [INFO] Generating OSGi MANIFEST.MF 13:33:04 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 13:33:04 [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*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT.jar 13:33:04 [INFO] Gathering sources 13:33:04 [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:sources:2.30.1:jar 13:33:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:04 [INFO] Copying 3 resources 13:33:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT-sources.jar 13:33:04 [INFO] Assembling p2 repository 13:33:05 [INFO] 13:33:05 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.containers.servlet --- 13:33:05 [INFO] 13:33:05 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.containers.servlet --- 13:33:05 [INFO] Discovering license information from existing ip_log.xml 13:33:05 [INFO] Discovered license 'Eclipse Public License' for artifact org.glassfish.jersey.containers:jersey-container-servlet:2.30.1. 13:33:05 [INFO] Gathering sources archives 13:33:05 [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:sources:2.30.1:jar 13:33:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:33:05 [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:sources:2.30.1:jar 13:33:05 [INFO] Copying jersey-container-servlet-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/sources-for-eclipse-ipzilla/jersey-container-servlet-2.30.1-sources.jar 13:33:05 [INFO] Refreshing about files and about.html 13:33:05 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:33:05 [INFO] Refreshing ip_log.xml 13:33:05 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:33:05 [INFO] 13:33:05 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.glassfish.jersey.containers.servlet --- 13:33:05 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT.jar 13:33:05 [INFO] 13:33:05 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.glassfish.jersey.containers.servlet --- 13:33:05 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT.jar 13:33:07 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT-sources.jar 13:33:08 [INFO] 13:33:08 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.glassfish.jersey.containers.servlet --- 13:33:08 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT.jar 13:33:08 [INFO] 13:33:08 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.containers.servlet --- 13:33:08 [INFO] 13:33:08 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.glassfish.jersey.containers.servlet --- 13:33:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT.jar 13:33:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT.pom 13:33:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:33:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT-ip_log.xml 13:33:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT-pack200.jar.pack.gz 13:33:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:08 [INFO] 13:33:08 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.containers.servlet --- 13:33:08 [INFO] 13:33:08 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet.core >-- 13:33:08 [INFO] Building jersey-container-servlet-core 2.30.1-SNAPSHOT [227/376] 13:33:08 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:33:08 [INFO] 13:33:08 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.containers.servlet.core --- 13:33:08 [INFO] 13:33:08 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.containers.servlet.core --- 13:33:08 [INFO] The project's OSGi version is 2.30.1.v20200513-1859 13:33:08 [INFO] 13:33:08 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.glassfish.jersey.containers.servlet.core --- 13:33:08 [INFO] 13:33:08 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.glassfish.jersey.containers.servlet.core --- 13:33:08 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:08 [INFO] Copying 3 resources 13:33:08 [INFO] 13:33:08 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.glassfish.jersey.containers.servlet.core --- 13:33:08 [INFO] No sources to compile 13:33:08 [INFO] 13:33:08 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.containers.servlet.core --- 13:33:08 [INFO] Gathering dependencies 13:33:08 [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:2.30.1:jar 13:33:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:08 [INFO] Merging collected dependencies 13:33:08 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:08 [INFO] Copying 48 resources 13:33:08 [INFO] Generating OSGi MANIFEST.MF 13:33:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet.core:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 13:33:08 [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*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT.jar 13:33:08 [INFO] Gathering sources 13:33:08 [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:sources:2.30.1:jar 13:33:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:08 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:08 [INFO] Copying 3 resources 13:33:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT-sources.jar 13:33:08 [INFO] Assembling p2 repository 13:33:09 [INFO] 13:33:09 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.containers.servlet.core --- 13:33:09 [INFO] 13:33:09 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.containers.servlet.core --- 13:33:09 [INFO] Discovering license information from existing ip_log.xml 13:33:09 [INFO] Discovered license 'Eclipse Public License' for artifact org.glassfish.jersey.containers:jersey-container-servlet-core:2.30.1. 13:33:09 [INFO] Gathering sources archives 13:33:09 [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:sources:2.30.1:jar 13:33:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:33:09 [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:sources:2.30.1:jar 13:33:09 [INFO] Copying jersey-container-servlet-core-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:33:09 [INFO] Refreshing about files and about.html 13:33:09 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:33:09 [INFO] Refreshing ip_log.xml 13:33:09 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:33:09 [INFO] 13:33:09 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.glassfish.jersey.containers.servlet.core --- 13:33:09 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT.jar 13:33:09 [INFO] 13:33:09 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.glassfish.jersey.containers.servlet.core --- 13:33:09 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT.jar 13:33:10 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT-sources.jar 13:33:11 [INFO] 13:33:11 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.glassfish.jersey.containers.servlet.core --- 13:33:11 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT.jar 13:33:11 [INFO] 13:33:11 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.containers.servlet.core --- 13:33:11 [INFO] 13:33:11 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.glassfish.jersey.containers.servlet.core --- 13:33:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:33:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:33:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:33:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:33:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:11 [INFO] 13:33:11 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.containers.servlet.core --- 13:33:11 [INFO] 13:33:11 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-client >-- 13:33:11 [INFO] Building jersey-core-client 2.30.1-SNAPSHOT [228/376] 13:33:11 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:33:11 [INFO] 13:33:11 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.core.jersey-client --- 13:33:11 [INFO] 13:33:11 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.core.jersey-client --- 13:33:11 [INFO] The project's OSGi version is 2.30.1.v20200513-1859 13:33:11 [INFO] 13:33:11 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.glassfish.jersey.core.jersey-client --- 13:33:11 [INFO] 13:33:11 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.glassfish.jersey.core.jersey-client --- 13:33:11 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:11 [INFO] Copying 3 resources 13:33:11 [INFO] 13:33:11 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.glassfish.jersey.core.jersey-client --- 13:33:11 [INFO] No sources to compile 13:33:11 [INFO] 13:33:11 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.core.jersey-client --- 13:33:11 [INFO] Gathering dependencies 13:33:11 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:2.30.1:jar 13:33:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/glassfish/jersey/core/jersey-client/2.30.1/jersey-client-2.30.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:12 [INFO] Merging collected dependencies 13:33:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:12 [INFO] Copying 158 resources 13:33:12 [INFO] Generating OSGi MANIFEST.MF 13:33:12 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-client:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 13:33:12 [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 13:33:12 [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*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT.jar 13:33:12 [INFO] Gathering sources 13:33:12 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:sources:2.30.1:jar 13:33:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:13 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:13 [INFO] Copying 3 resources 13:33:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT-sources.jar 13:33:13 [INFO] Assembling p2 repository 13:33:14 [INFO] 13:33:14 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.core.jersey-client --- 13:33:14 [INFO] 13:33:14 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.core.jersey-client --- 13:33:14 [INFO] Discovering license information from existing ip_log.xml 13:33:14 [INFO] Discovered license 'Eclipse Public License' for artifact org.glassfish.jersey.core:jersey-client:2.30.1. 13:33:14 [INFO] Gathering sources archives 13:33:14 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:sources:2.30.1:jar 13:33:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:33:14 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:sources:2.30.1:jar 13:33:14 [INFO] Copying jersey-client-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/sources-for-eclipse-ipzilla/jersey-client-2.30.1-sources.jar 13:33:14 [INFO] Refreshing about files and about.html 13:33:14 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:33:14 [INFO] Refreshing ip_log.xml 13:33:14 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:33:14 [INFO] 13:33:14 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.glassfish.jersey.core.jersey-client --- 13:33:14 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT.jar 13:33:14 [INFO] 13:33:14 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.glassfish.jersey.core.jersey-client --- 13:33:14 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT.jar 13:33:16 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT-sources.jar 13:33:18 [INFO] 13:33:18 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.glassfish.jersey.core.jersey-client --- 13:33:18 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT.jar 13:33:18 [INFO] 13:33:18 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.core.jersey-client --- 13:33:18 [INFO] 13:33:18 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.glassfish.jersey.core.jersey-client --- 13:33:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:33:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:33:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:33:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:33:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:18 [INFO] 13:33:18 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.core.jersey-client --- 13:33:18 [INFO] 13:33:18 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-common >-- 13:33:18 [INFO] Building jersey-core-common 2.30.1-SNAPSHOT [229/376] 13:33:18 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:33:18 [INFO] 13:33:18 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.core.jersey-common --- 13:33:18 [INFO] 13:33:18 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.core.jersey-common --- 13:33:18 [INFO] The project's OSGi version is 2.30.1.v20200513-1859 13:33:18 [INFO] 13:33:18 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.glassfish.jersey.core.jersey-common --- 13:33:18 [INFO] 13:33:18 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.glassfish.jersey.core.jersey-common --- 13:33:18 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:18 [INFO] Copying 3 resources 13:33:18 [INFO] 13:33:18 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.glassfish.jersey.core.jersey-common --- 13:33:18 [INFO] No sources to compile 13:33:18 [INFO] 13:33:18 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.core.jersey-common --- 13:33:18 [INFO] Gathering dependencies 13:33:18 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:2.30.1:jar 13:33:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:18 [INFO] Merging collected dependencies 13:33:18 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:18 [INFO] Copying 856 resources 13:33:18 [INFO] Generating OSGi MANIFEST.MF 13:33:18 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-common:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 13:33:18 [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*] 13:33:18 [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} [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT.jar 13:33:19 [INFO] Gathering sources 13:33:19 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:sources:2.30.1:jar 13:33:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:19 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:19 [INFO] Copying 3 resources 13:33:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT-sources.jar 13:33:19 [INFO] Assembling p2 repository 13:33:20 [INFO] 13:33:20 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.core.jersey-common --- 13:33:20 [INFO] 13:33:20 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.core.jersey-common --- 13:33:20 [INFO] Discovering license information from existing ip_log.xml 13:33:20 [INFO] Discovered license 'Eclipse Public License' for artifact org.glassfish.jersey.core:jersey-common:2.30.1. 13:33:20 [INFO] Gathering sources archives 13:33:20 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:sources:2.30.1:jar 13:33:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:33:20 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:sources:2.30.1:jar 13:33:20 [INFO] Copying jersey-common-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/sources-for-eclipse-ipzilla/jersey-common-2.30.1-sources.jar 13:33:20 [INFO] Refreshing about files and about.html 13:33:20 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:33:20 [INFO] Refreshing ip_log.xml 13:33:20 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:33:20 [INFO] 13:33:20 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.glassfish.jersey.core.jersey-common --- 13:33:20 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT.jar 13:33:21 [INFO] 13:33:21 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.glassfish.jersey.core.jersey-common --- 13:33:21 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT.jar 13:33:24 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT-sources.jar 13:33:26 [INFO] 13:33:26 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.glassfish.jersey.core.jersey-common --- 13:33:26 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT.jar 13:33:26 [INFO] 13:33:26 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.core.jersey-common --- 13:33:26 [INFO] 13:33:26 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.glassfish.jersey.core.jersey-common --- 13:33:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:33:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:33:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:33:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:33:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:26 [INFO] 13:33:26 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.core.jersey-common --- 13:33:26 [INFO] 13:33:26 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-server >-- 13:33:26 [INFO] Building jersey-core-server 2.30.1-SNAPSHOT [230/376] 13:33:26 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:33:26 [INFO] 13:33:26 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.core.jersey-server --- 13:33:26 [INFO] 13:33:26 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.core.jersey-server --- 13:33:26 [INFO] The project's OSGi version is 2.30.1.v20200513-1859 13:33:26 [INFO] 13:33:26 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.glassfish.jersey.core.jersey-server --- 13:33:26 [INFO] 13:33:26 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.glassfish.jersey.core.jersey-server --- 13:33:26 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:26 [INFO] Copying 3 resources 13:33:26 [INFO] 13:33:26 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.glassfish.jersey.core.jersey-server --- 13:33:26 [INFO] No sources to compile 13:33:26 [INFO] 13:33:26 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.core.jersey-server --- 13:33:26 [INFO] Gathering dependencies 13:33:26 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:2.30.1:jar 13:33:26 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/glassfish/jersey/core/jersey-server/2.30.1/jersey-server-2.30.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:26 [INFO] Merging collected dependencies 13:33:26 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:26 [INFO] Copying 608 resources 13:33:26 [INFO] Generating OSGi MANIFEST.MF 13:33:27 [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 13:33:27 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-server:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 13:33:27 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT.jar 13:33:27 [INFO] Gathering sources 13:33:27 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:sources:2.30.1:jar 13:33:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:28 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:28 [INFO] Copying 3 resources 13:33:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT-sources.jar 13:33:28 [INFO] Assembling p2 repository 13:33:28 [INFO] 13:33:28 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.core.jersey-server --- 13:33:28 [INFO] 13:33:28 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.core.jersey-server --- 13:33:28 [INFO] Discovering license information from existing ip_log.xml 13:33:29 [INFO] Discovered license 'Eclipse Public License' for artifact org.glassfish.jersey.core:jersey-server:2.30.1. 13:33:29 [INFO] Gathering sources archives 13:33:29 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:sources:2.30.1:jar 13:33:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:33:29 [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:sources:2.30.1:jar 13:33:29 [INFO] Copying jersey-server-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/sources-for-eclipse-ipzilla/jersey-server-2.30.1-sources.jar 13:33:29 [INFO] Refreshing about files and about.html 13:33:29 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:33:29 [INFO] Refreshing ip_log.xml 13:33:29 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:33:29 [INFO] 13:33:29 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.glassfish.jersey.core.jersey-server --- 13:33:29 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT.jar 13:33:29 [INFO] 13:33:29 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.glassfish.jersey.core.jersey-server --- 13:33:30 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT.jar 13:33:33 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT-sources.jar 13:33:34 [INFO] 13:33:34 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.glassfish.jersey.core.jersey-server --- 13:33:34 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT.jar 13:33:35 [INFO] 13:33:35 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.core.jersey-server --- 13:33:35 [INFO] 13:33:35 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.glassfish.jersey.core.jersey-server --- 13:33:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:33:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:33:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:33:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:33:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:35 [INFO] 13:33:35 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.core.jersey-server --- 13:33:35 [INFO] 13:33:35 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.ext.entityfiltering >-- 13:33:35 [INFO] Building jersey-ext-entity-filtering 2.30.1-SNAPSHOT [231/376] 13:33:35 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:33:35 [INFO] 13:33:35 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.ext.entityfiltering --- 13:33:35 [INFO] 13:33:35 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.ext.entityfiltering --- 13:33:35 [INFO] The project's OSGi version is 2.30.1.v20200513-1859 13:33:35 [INFO] 13:33:35 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.glassfish.jersey.ext.entityfiltering --- 13:33:35 [INFO] 13:33:35 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.glassfish.jersey.ext.entityfiltering --- 13:33:35 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:35 [INFO] Copying 3 resources 13:33:35 [INFO] 13:33:35 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.glassfish.jersey.ext.entityfiltering --- 13:33:35 [INFO] No sources to compile 13:33:35 [INFO] 13:33:35 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.ext.entityfiltering --- 13:33:35 [INFO] Gathering dependencies 13:33:35 [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-entity-filtering:2.30.1:jar 13:33:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:35 [INFO] Merging collected dependencies 13:33:35 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:35 [INFO] Copying 63 resources 13:33:35 [INFO] Generating OSGi MANIFEST.MF 13:33:35 [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.ext.entityfiltering:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 13:33:35 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT.jar 13:33:35 [INFO] Gathering sources 13:33:35 [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-entity-filtering:sources:2.30.1:jar 13:33:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:35 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:35 [INFO] Copying 3 resources 13:33:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT-sources.jar 13:33:35 [INFO] Assembling p2 repository 13:33:36 [INFO] 13:33:36 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.ext.entityfiltering --- 13:33:36 [INFO] 13:33:36 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.ext.entityfiltering --- 13:33:36 [INFO] Discovering license information from existing ip_log.xml 13:33:36 [INFO] Discovered license 'Eclipse Public License' for artifact org.glassfish.jersey.ext:jersey-entity-filtering:2.30.1. 13:33:36 [INFO] Gathering sources archives 13:33:36 [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-entity-filtering:sources:2.30.1:jar 13:33:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:33:36 [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-entity-filtering:sources:2.30.1:jar 13:33:36 [INFO] Copying jersey-entity-filtering-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/sources-for-eclipse-ipzilla/jersey-entity-filtering-2.30.1-sources.jar 13:33:36 [INFO] Refreshing about files and about.html 13:33:36 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:33:36 [INFO] Refreshing ip_log.xml 13:33:36 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:33:36 [INFO] 13:33:36 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.glassfish.jersey.ext.entityfiltering --- 13:33:36 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT.jar 13:33:36 [INFO] 13:33:36 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.glassfish.jersey.ext.entityfiltering --- 13:33:36 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT.jar 13:33:37 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT-sources.jar 13:33:38 [INFO] 13:33:38 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.glassfish.jersey.ext.entityfiltering --- 13:33:38 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT.jar 13:33:38 [INFO] 13:33:38 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.ext.entityfiltering --- 13:33:38 [INFO] 13:33:38 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.glassfish.jersey.ext.entityfiltering --- 13:33:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.ext.entityfiltering/2.30.1-SNAPSHOT/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT.jar 13:33:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.ext.entityfiltering/2.30.1-SNAPSHOT/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT.pom 13:33:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:33:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.ext.entityfiltering/2.30.1-SNAPSHOT/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT-ip_log.xml 13:33:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.glassfish.jersey.ext.entityfiltering/2.30.1-SNAPSHOT/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT-pack200.jar.pack.gz 13:33:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:38 [INFO] 13:33:38 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.ext.entityfiltering --- 13:33:38 [INFO] 13:33:38 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.inject.jersey-hk2 >-- 13:33:38 [INFO] Building jersey-inject-hk2 2.30.1-SNAPSHOT [232/376] 13:33:38 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:33:38 [INFO] 13:33:38 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.inject.jersey-hk2 --- 13:33:38 [INFO] 13:33:38 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.inject.jersey-hk2 --- 13:33:38 [INFO] The project's OSGi version is 2.30.1.v20200512-1802 13:33:38 [INFO] 13:33:38 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.glassfish.jersey.inject.jersey-hk2 --- 13:33:38 [INFO] 13:33:38 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.glassfish.jersey.inject.jersey-hk2 --- 13:33:38 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:38 [INFO] Copying 12 resources 13:33:38 [INFO] 13:33:38 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.glassfish.jersey.inject.jersey-hk2 --- 13:33:38 [INFO] No sources to compile 13:33:38 [INFO] 13:33:38 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.inject.jersey-hk2 --- 13:33:38 [INFO] Gathering dependencies 13:33:38 [INFO] Configured Artifact: org.glassfish.jersey.inject:jersey-hk2:2.30.1:jar 13:33:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:38 [INFO] Merging collected dependencies 13:33:38 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:38 [INFO] Copying 51 resources 13:33:38 [INFO] Generating OSGi MANIFEST.MF 13:33:38 [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>> 13:33:38 [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.*] 13:33:38 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT.jar 13:33:38 [INFO] Gathering sources 13:33:38 [INFO] Configured Artifact: org.glassfish.jersey.inject:jersey-hk2:sources:2.30.1:jar 13:33:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:39 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:39 [INFO] Copying 12 resources 13:33:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT-sources.jar 13:33:39 [INFO] Assembling p2 repository 13:33:39 [INFO] 13:33:39 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.inject.jersey-hk2 --- 13:33:39 [INFO] 13:33:39 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.inject.jersey-hk2 --- 13:33:39 [INFO] Discovering license information from existing ip_log.xml 13:33:39 [INFO] Discovered license 'Eclipse Public License' for artifact org.glassfish.jersey.inject:jersey-hk2:2.30.1. 13:33:39 [INFO] Gathering sources archives 13:33:39 [INFO] Configured Artifact: org.glassfish.jersey.inject:jersey-hk2:sources:2.30.1:jar 13:33:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:33:39 [INFO] Configured Artifact: org.glassfish.jersey.inject:jersey-hk2:sources:2.30.1:jar 13:33:39 [INFO] Copying jersey-hk2-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/sources-for-eclipse-ipzilla/jersey-hk2-2.30.1-sources.jar 13:33:39 [INFO] Refreshing about files and about.html 13:33:39 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:33:39 [INFO] Refreshing ip_log.xml 13:33:39 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:33:39 [INFO] 13:33:39 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.glassfish.jersey.inject.jersey-hk2 --- 13:33:39 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT.jar 13:33:39 [INFO] 13:33:39 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.glassfish.jersey.inject.jersey-hk2 --- 13:33:39 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT.jar 13:33:41 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT-sources.jar 13:33:42 [INFO] 13:33:42 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.glassfish.jersey.inject.jersey-hk2 --- 13:33:42 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT.jar 13:33:43 [INFO] 13:33:43 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.inject.jersey-hk2 --- 13:33:43 [INFO] 13:33:43 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.glassfish.jersey.inject.jersey-hk2 --- 13:33:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:33:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:33:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:33:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:33:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:43 [INFO] 13:33:43 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.inject.jersey-hk2 --- 13:33:43 [INFO] 13:33:43 [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.media.jersey-media-json-jackson >-- 13:33:43 [INFO] Building jersey-media-json-jackson 2.30.1-SNAPSHOT [233/376] 13:33:43 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:33:43 [INFO] 13:33:43 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.media.jersey-media-json-jackson --- 13:33:43 [INFO] 13:33:43 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.media.jersey-media-json-jackson --- 13:33:43 [INFO] The project's OSGi version is 2.30.1.v20200513-1859 13:33:43 [INFO] 13:33:43 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.glassfish.jersey.media.jersey-media-json-jackson --- 13:33:43 [INFO] 13:33:43 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.glassfish.jersey.media.jersey-media-json-jackson --- 13:33:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:43 [INFO] Copying 3 resources 13:33:43 [INFO] 13:33:43 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.glassfish.jersey.media.jersey-media-json-jackson --- 13:33:43 [INFO] No sources to compile 13:33:43 [INFO] 13:33:43 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.media.jersey-media-json-jackson --- 13:33:43 [INFO] Gathering dependencies 13:33:43 [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-jackson:2.30.1:jar 13:33:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:43 [INFO] Merging collected dependencies 13:33:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:43 [INFO] Copying 44 resources 13:33:43 [INFO] Generating OSGi MANIFEST.MF 13:33:43 [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*] 13:33:43 [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*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:33:43 [INFO] Gathering sources 13:33:43 [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-jackson:sources:2.30.1:jar 13:33:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:43 [INFO] Copying 3 resources 13:33:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/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 13:33:44 [INFO] Assembling p2 repository 13:33:45 [INFO] 13:33:45 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.media.jersey-media-json-jackson --- 13:33:45 [INFO] 13:33:45 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.media.jersey-media-json-jackson --- 13:33:45 [INFO] Discovering license information from existing ip_log.xml 13:33:45 [INFO] Discovered license 'Eclipse Public License' for artifact org.glassfish.jersey.media:jersey-media-json-jackson:2.30.1. 13:33:45 [INFO] Gathering sources archives 13:33:45 [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-jackson:sources:2.30.1:jar 13:33:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:33:45 [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-jackson:sources:2.30.1:jar 13:33:45 [INFO] Copying jersey-media-json-jackson-2.30.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:33:45 [INFO] Refreshing about files and about.html 13:33:45 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:33:45 [INFO] Refreshing ip_log.xml 13:33:45 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:33:45 [INFO] 13:33:45 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.glassfish.jersey.media.jersey-media-json-jackson --- 13:33:45 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:33:45 [INFO] 13:33:45 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.glassfish.jersey.media.jersey-media-json-jackson --- 13:33:45 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:33:46 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:33:48 [INFO] 13:33:48 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.glassfish.jersey.media.jersey-media-json-jackson --- 13:33:48 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:33:48 [INFO] 13:33:48 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.media.jersey-media-json-jackson --- 13:33:48 [INFO] 13:33:48 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.glassfish.jersey.media.jersey-media-json-jackson --- 13:33:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:33:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:33:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:33:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:33:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:33:48 [INFO] 13:33:48 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.media.jersey-media-json-jackson --- 13:33:48 [INFO] 13:33:48 [INFO] ------------< org.eclipse.orbit.bundles:glazedlists-parent >------------ 13:33:48 [INFO] Building Eclipse Orbit :: GlazedLists Recipes 1.0.0-SNAPSHOT [234/376] 13:33:48 [INFO] --------------------------------[ pom ]--------------------------------- 13:33:48 [INFO] 13:33:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ glazedlists-parent --- 13:33:48 [INFO] 13:33:48 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ glazedlists-parent --- 13:33:48 [INFO] 13:33:48 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ glazedlists-parent --- 13:33:48 [INFO] 13:33:48 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ glazedlists-parent --- 13:33:48 [INFO] 13:33:48 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ glazedlists-parent --- 13:33:48 [INFO] 13:33:48 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ glazedlists-parent --- 13:33:48 [INFO] 13:33:48 [INFO] --- maven-install-plugin:2.4:install (default-install) @ glazedlists-parent --- 13:33:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glazedlists/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/glazedlists-parent/1.0.0-SNAPSHOT/glazedlists-parent-1.0.0-SNAPSHOT.pom 13:33:48 [INFO] 13:33:48 [INFO] -----------< org.eclipse.orbit.bundles:ca.odell.glazedlists >----------- 13:33:48 [INFO] Building GlazedLists 1.11.0-SNAPSHOT [235/376] 13:33:48 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:33:48 [INFO] 13:33:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ca.odell.glazedlists --- 13:33:48 [INFO] 13:33:48 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ ca.odell.glazedlists --- 13:33:48 [INFO] The project's OSGi version is 1.11.0.v20190926-1838 13:33:48 [INFO] 13:33:48 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ ca.odell.glazedlists --- 13:33:48 [INFO] 13:33:48 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ca.odell.glazedlists --- 13:33:48 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:48 [INFO] Copying 2 resources 13:33:48 [INFO] 13:33:48 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ca.odell.glazedlists --- 13:33:48 [INFO] No sources to compile 13:33:48 [INFO] 13:33:48 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ ca.odell.glazedlists --- 13:33:48 [INFO] Gathering dependencies 13:33:48 [INFO] Configured Artifact: com.glazedlists:glazedlists:1.11.0:jar 13:33:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/glazedlists/glazedlists/1.11.0/glazedlists-1.11.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glazedlists/ca.odell.glazedlists_1.11.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:48 [INFO] Merging collected dependencies 13:33:48 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:48 [INFO] Copying 661 resources 13:33:48 [INFO] Generating OSGi MANIFEST.MF 13:33:49 [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] 13:33:49 [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] 13:33:49 [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] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glazedlists/ca.odell.glazedlists_1.11.0/target/ca.odell.glazedlists-1.11.0-SNAPSHOT.jar 13:33:49 [INFO] Gathering sources 13:33:49 [INFO] Configured Artifact: com.glazedlists:glazedlists:sources:1.11.0:jar 13:33:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/glazedlists/glazedlists/1.11.0/glazedlists-1.11.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glazedlists/ca.odell.glazedlists_1.11.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:49 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:49 [INFO] Copying 2 resources 13:33:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glazedlists/ca.odell.glazedlists_1.11.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glazedlists/ca.odell.glazedlists_1.11.0/target/ca.odell.glazedlists-1.11.0-SNAPSHOT-sources.jar 13:33:49 [INFO] Assembling p2 repository 13:33:50 [INFO] 13:33:50 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ ca.odell.glazedlists --- 13:33:50 [INFO] 13:33:50 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ ca.odell.glazedlists --- 13:33:50 [INFO] Discovering license information from existing ip_log.xml 13:33:50 [INFO] Discovered license 'Mozilla Public License 2.0 (MPL)' for artifact com.glazedlists:glazedlists:1.11.0. 13:33:50 [INFO] Gathering sources archives 13:33:50 [INFO] Configured Artifact: com.glazedlists:glazedlists:sources:1.11.0:jar 13:33:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/glazedlists/glazedlists/1.11.0/glazedlists-1.11.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:33:50 [INFO] Configured Artifact: com.glazedlists:glazedlists:sources:1.11.0:jar 13:33:50 [INFO] Copying glazedlists-1.11.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glazedlists/ca.odell.glazedlists_1.11.0/target/sources-for-eclipse-ipzilla/glazedlists-1.11.0-sources.jar 13:33:50 [INFO] Refreshing about files and about.html 13:33:50 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:33:50 [INFO] Refreshing ip_log.xml 13:33:50 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glazedlists/ca.odell.glazedlists_1.11.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:33:50 [INFO] 13:33:50 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ ca.odell.glazedlists --- 13:33:50 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glazedlists/ca.odell.glazedlists_1.11.0/target/ca.odell.glazedlists-1.11.0-SNAPSHOT.jar 13:33:50 [INFO] 13:33:50 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ ca.odell.glazedlists --- 13:33:51 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glazedlists/ca.odell.glazedlists_1.11.0/target/ca.odell.glazedlists-1.11.0-SNAPSHOT.jar 13:33:54 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glazedlists/ca.odell.glazedlists_1.11.0/target/ca.odell.glazedlists-1.11.0-SNAPSHOT-sources.jar 13:33:55 [INFO] 13:33:55 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ ca.odell.glazedlists --- 13:33:55 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glazedlists/ca.odell.glazedlists_1.11.0/target/ca.odell.glazedlists-1.11.0-SNAPSHOT.jar 13:33:56 [INFO] 13:33:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ ca.odell.glazedlists --- 13:33:56 [INFO] 13:33:56 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ca.odell.glazedlists --- 13:33:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glazedlists/ca.odell.glazedlists_1.11.0/target/ca.odell.glazedlists-1.11.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT.jar 13:33:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glazedlists/ca.odell.glazedlists_1.11.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT.pom 13:33:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT-sources.jar 13:33:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glazedlists/ca.odell.glazedlists_1.11.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT-p2metadata.xml 13:33:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glazedlists/ca.odell.glazedlists_1.11.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT-p2artifacts.xml 13:33:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glazedlists/ca.odell.glazedlists_1.11.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT-ip_log.xml 13:33:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glazedlists/ca.odell.glazedlists_1.11.0/target/ca.odell.glazedlists-1.11.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT-pack200.jar.pack.gz 13:33:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glazedlists/ca.odell.glazedlists_1.11.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT-p2metadata.xml 13:33:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/glazedlists/ca.odell.glazedlists_1.11.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT-p2artifacts.xml 13:33:56 [INFO] 13:33:56 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ ca.odell.glazedlists --- 13:33:56 [INFO] 13:33:56 [INFO] ------------------< org.eclipse.orbit.bundles:google >------------------ 13:33:56 [INFO] Building Eclipse Orbit :: Google Recipes 1.0.0-SNAPSHOT [236/376] 13:33:56 [INFO] --------------------------------[ pom ]--------------------------------- 13:33:56 [INFO] 13:33:56 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ google --- 13:33:56 [INFO] 13:33:56 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ google --- 13:33:56 [INFO] 13:33:56 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ google --- 13:33:56 [INFO] 13:33:56 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ google --- 13:33:56 [INFO] 13:33:56 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ google --- 13:33:56 [INFO] 13:33:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ google --- 13:33:56 [INFO] 13:33:56 [INFO] --- maven-install-plugin:2.4:install (default-install) @ google --- 13:33:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/google/1.0.0-SNAPSHOT/google-1.0.0-SNAPSHOT.pom 13:33:56 [INFO] 13:33:56 [INFO] ----------< org.eclipse.orbit.bundles:com.google.javascript >----------- 13:33:56 [INFO] Building Closure Compiler 0.0.20160315-SNAPSHOT [237/376] 13:33:56 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:33:57 [INFO] 13:33:57 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.javascript --- 13:33:57 [INFO] 13:33:57 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.javascript --- 13:33:58 [INFO] The project's OSGi version is 0.0.20160315.v20161124-1903 13:33:58 [INFO] 13:33:58 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.javascript --- 13:33:58 [INFO] 13:33:58 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.javascript --- 13:33:58 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:58 [INFO] Copying 4 resources 13:33:58 [INFO] 13:33:58 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.javascript --- 13:33:58 [INFO] No sources to compile 13:33:58 [INFO] 13:33:58 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.javascript --- 13:33:58 [INFO] Gathering dependencies 13:33:58 [INFO] Configured Artifact: com.google.javascript:closure-compiler-unshaded:v20160315:jar 13:33:58 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/javascript/closure-compiler-unshaded/v20160315/closure-compiler-unshaded-v20160315.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.javascript_0.0.20160315/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:33:58 [INFO] Merging collected dependencies 13:33:58 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:33:58 [INFO] Copying 1859 resources 13:33:58 [INFO] Generating OSGi MANIFEST.MF 13:33:59 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 13:33:59 [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 13:33:59 [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 13:33:59 [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 13:33:59 [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 13:33:59 [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 13:33:59 [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 13:33:59 [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 13:33:59 [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 13:33:59 [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 13:33:59 [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 13:33:59 [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 13:33:59 [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 13:33:59 [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 13:33:59 [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 13:33:59 [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 13:33:59 [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 13:33:59 [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 13:33:59 [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 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.javascript_0.0.20160315/target/com.google.javascript-0.0.20160315-SNAPSHOT.jar 13:34:00 [INFO] Gathering sources 13:34:00 [INFO] Configured Artifact: com.google.javascript:closure-compiler-unshaded:sources:v20160315:jar 13:34:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/javascript/closure-compiler-unshaded/v20160315/closure-compiler-unshaded-v20160315-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.javascript_0.0.20160315/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:34:00 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:34:00 [INFO] Copying 4 resources 13:34:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.javascript_0.0.20160315/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.javascript_0.0.20160315/target/com.google.javascript-0.0.20160315-SNAPSHOT-sources.jar 13:34:00 [INFO] Assembling p2 repository 13:34:02 [INFO] 13:34:02 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.javascript --- 13:34:02 [INFO] 13:34:02 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.javascript --- 13:34:02 [INFO] Discovering license information from existing ip_log.xml 13:34:02 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.javascript:closure-compiler-unshaded:v20160315. 13:34:02 [INFO] Gathering sources archives 13:34:02 [INFO] Configured Artifact: com.google.javascript:closure-compiler-unshaded:sources:v20160315:jar 13:34:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/javascript/closure-compiler-unshaded/v20160315/closure-compiler-unshaded-v20160315-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:34:02 [INFO] Configured Artifact: com.google.javascript:closure-compiler-unshaded:sources:v20160315:jar 13:34:02 [INFO] Copying closure-compiler-unshaded-v20160315-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.javascript_0.0.20160315/target/sources-for-eclipse-ipzilla/closure-compiler-unshaded-v20160315-sources.jar 13:34:02 [INFO] Refreshing about files and about.html 13:34:02 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:34:02 [INFO] Refreshing ip_log.xml 13:34:02 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.javascript_0.0.20160315/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:34:02 [INFO] 13:34:02 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.javascript --- 13:34:02 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.javascript_0.0.20160315/target/com.google.javascript-0.0.20160315-SNAPSHOT.jar 13:34:05 [INFO] 13:34:05 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.javascript --- 13:34:06 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.javascript_0.0.20160315/target/com.google.javascript-0.0.20160315-SNAPSHOT.jar 13:34:09 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.javascript_0.0.20160315/target/com.google.javascript-0.0.20160315-SNAPSHOT-sources.jar 13:34:11 [INFO] 13:34:11 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.javascript --- 13:34:11 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.javascript_0.0.20160315/target/com.google.javascript-0.0.20160315-SNAPSHOT.jar 13:34:13 [INFO] 13:34:13 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.javascript --- 13:34:14 [INFO] 13:34:14 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.javascript --- 13:34:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.javascript_0.0.20160315/target/com.google.javascript-0.0.20160315-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT.jar 13:34:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.javascript_0.0.20160315/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT.pom 13:34:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT-sources.jar 13:34:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.javascript_0.0.20160315/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT-p2metadata.xml 13:34:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.javascript_0.0.20160315/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT-p2artifacts.xml 13:34:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.javascript_0.0.20160315/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT-ip_log.xml 13:34:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.javascript_0.0.20160315/target/com.google.javascript-0.0.20160315-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT-pack200.jar.pack.gz 13:34:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.javascript_0.0.20160315/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT-p2metadata.xml 13:34:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.javascript_0.0.20160315/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT-p2artifacts.xml 13:34:14 [INFO] 13:34:14 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.javascript --- 13:34:14 [INFO] 13:34:14 [INFO] -------------< org.eclipse.orbit.bundles:com.google.guava >------------- 13:34:14 [INFO] Building Guava: Google Core Libraries for Java 27.1.0-SNAPSHOT [238/376] 13:34:14 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:34:14 [INFO] 13:34:14 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.guava --- 13:34:14 [INFO] 13:34:14 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.guava --- 13:34:14 [INFO] The project's OSGi version is 27.1.0.v20190517-1946 13:34:14 [INFO] 13:34:14 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.guava --- 13:34:14 [INFO] 13:34:14 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.guava --- 13:34:14 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:34:14 [INFO] Copying 3 resources 13:34:14 [INFO] 13:34:14 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.guava --- 13:34:14 [INFO] No sources to compile 13:34:14 [INFO] 13:34:14 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.guava --- 13:34:14 [INFO] Gathering dependencies 13:34:14 [INFO] Configured Artifact: com.google.guava:guava:27.1-jre:jar 13:34:14 [INFO] Configured Artifact: com.google.guava:failureaccess:1.0.1:jar 13:34:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:34:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:34:15 [INFO] Merging collected dependencies 13:34:15 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:34:15 [INFO] Copying 1953 resources 13:34:16 [INFO] Generating OSGi MANIFEST.MF 13:34:16 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.guava:eclipse-bundle-recipe:27.1.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 13:34:16 [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 13:34:16 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/target/com.google.guava-27.1.0-SNAPSHOT.jar 13:34:17 [INFO] Gathering sources 13:34:17 [INFO] Configured Artifact: com.google.guava:guava:sources:27.1-jre:jar 13:34:19 [INFO] Configured Artifact: com.google.guava:failureaccess:sources:1.0.1:jar 13:34:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:34:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:34:19 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:34:19 [INFO] Copying 3 resources 13:34:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/target/com.google.guava-27.1.0-SNAPSHOT-sources.jar 13:34:19 [INFO] Assembling p2 repository 13:34:20 [INFO] 13:34:20 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.guava --- 13:34:20 [INFO] 13:34:20 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.guava --- 13:34:20 [INFO] Discovering license information from existing ip_log.xml 13:34:20 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.guava:guava:27.1-jre. 13:34:20 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.guava:failureaccess:1.0.1. 13:34:20 [INFO] Gathering sources archives 13:34:20 [INFO] Configured Artifact: com.google.guava:guava:sources:27.1-jre:jar 13:34:20 [INFO] Configured Artifact: com.google.guava:failureaccess:sources:1.0.1:jar 13:34:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:34:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:34:20 [INFO] Configured Artifact: com.google.guava:guava:sources:27.1-jre:jar 13:34:20 [INFO] Configured Artifact: com.google.guava:failureaccess:sources:1.0.1:jar 13:34:20 [INFO] Copying guava-27.1-jre-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/target/sources-for-eclipse-ipzilla/guava-27.1-jre-sources.jar 13:34:20 [INFO] Copying failureaccess-1.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/target/sources-for-eclipse-ipzilla/failureaccess-1.0.1-sources.jar 13:34:20 [INFO] Refreshing about files and about.html 13:34:20 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:34:20 [INFO] Refreshing ip_log.xml 13:34:20 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:34:20 [INFO] 13:34:20 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.guava --- 13:34:20 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/target/com.google.guava-27.1.0-SNAPSHOT.jar 13:34:22 [INFO] 13:34:22 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.guava --- 13:34:22 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/target/com.google.guava-27.1.0-SNAPSHOT.jar 13:34:26 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/target/com.google.guava-27.1.0-SNAPSHOT-sources.jar 13:34:28 [INFO] 13:34:28 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.guava --- 13:34:28 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/target/com.google.guava-27.1.0-SNAPSHOT.jar 13:34:29 [INFO] 13:34:29 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.guava --- 13:34:30 [INFO] 13:34:30 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.guava --- 13:34:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/target/com.google.guava-27.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT.jar 13:34:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT.pom 13:34:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT-sources.jar 13:34:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT-p2metadata.xml 13:34:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT-p2artifacts.xml 13:34:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT-ip_log.xml 13:34:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/target/com.google.guava-27.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT-pack200.jar.pack.gz 13:34:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT-p2metadata.xml 13:34:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_27.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT-p2artifacts.xml 13:34:30 [INFO] 13:34:30 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.guava --- 13:34:30 [INFO] 13:34:30 [INFO] -------------< org.eclipse.orbit.bundles:com.google.guava >------------- 13:34:30 [INFO] Building Guava: Google Core Libraries for Java 30.1.0-SNAPSHOT [239/376] 13:34:30 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:34:32 [INFO] 13:34:32 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.guava --- 13:34:32 [INFO] 13:34:32 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.guava --- 13:34:32 [INFO] The project's OSGi version is 30.1.0.v20210127-2300 13:34:32 [INFO] 13:34:32 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.guava --- 13:34:32 [INFO] 13:34:32 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.guava --- 13:34:32 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:34:32 [INFO] Copying 3 resources 13:34:32 [INFO] 13:34:32 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.guava --- 13:34:32 [INFO] No sources to compile 13:34:32 [INFO] 13:34:32 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.guava --- 13:34:32 [INFO] Gathering dependencies 13:34:32 [INFO] Configured Artifact: com.google.guava:guava:30.1-jre:jar 13:34:32 [INFO] Configured Artifact: com.google.guava:failureaccess:1.0.1:jar 13:34:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:34:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:34:32 [INFO] Merging collected dependencies 13:34:32 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:34:32 [INFO] Copying 2032 resources 13:34:32 [INFO] Generating OSGi MANIFEST.MF 13:34:33 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.guava:eclipse-bundle-recipe:30.1.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] 13:34:33 [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 13:34:33 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/target/com.google.guava-30.1.0-SNAPSHOT.jar 13:34:34 [INFO] Gathering sources 13:34:34 [INFO] Configured Artifact: com.google.guava:guava:sources:30.1-jre:jar 13:34:35 [INFO] Configured Artifact: com.google.guava:failureaccess:sources:1.0.1:jar 13:34:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/guava/guava/30.1-jre/guava-30.1-jre-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:34:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:34:36 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:34:36 [INFO] Copying 3 resources 13:34:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/target/com.google.guava-30.1.0-SNAPSHOT-sources.jar 13:34:36 [INFO] Assembling p2 repository 13:34:37 [INFO] 13:34:37 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.guava --- 13:34:37 [INFO] 13:34:37 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.guava --- 13:34:37 [INFO] Discovering license information from existing ip_log.xml 13:34:37 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.guava:guava:30.1-jre. 13:34:37 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.guava:failureaccess:1.0.1. 13:34:37 [INFO] Gathering sources archives 13:34:37 [INFO] Configured Artifact: com.google.guava:guava:sources:30.1-jre:jar 13:34:37 [INFO] Configured Artifact: com.google.guava:failureaccess:sources:1.0.1:jar 13:34:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/guava/guava/30.1-jre/guava-30.1-jre-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:34:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:34:37 [INFO] Configured Artifact: com.google.guava:guava:sources:30.1-jre:jar 13:34:37 [INFO] Configured Artifact: com.google.guava:failureaccess:sources:1.0.1:jar 13:34:37 [INFO] Copying guava-30.1-jre-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/target/sources-for-eclipse-ipzilla/guava-30.1-jre-sources.jar 13:34:37 [INFO] Copying failureaccess-1.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/target/sources-for-eclipse-ipzilla/failureaccess-1.0.1-sources.jar 13:34:37 [INFO] Refreshing about files and about.html 13:34:37 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:34:37 [INFO] Refreshing ip_log.xml 13:34:37 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:34:37 [INFO] 13:34:37 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.guava --- 13:34:37 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/target/com.google.guava-30.1.0-SNAPSHOT.jar 13:34:39 [INFO] 13:34:39 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.guava --- 13:34:39 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/target/com.google.guava-30.1.0-SNAPSHOT.jar 13:34:43 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/target/com.google.guava-30.1.0-SNAPSHOT-sources.jar 13:34:46 [INFO] 13:34:46 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.guava --- 13:34:46 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/target/com.google.guava-30.1.0-SNAPSHOT.jar 13:34:48 [INFO] 13:34:48 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.guava --- 13:34:48 [INFO] 13:34:48 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.guava --- 13:34:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/target/com.google.guava-30.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT.jar 13:34:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT.pom 13:34:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT-sources.jar 13:34:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT-p2metadata.xml 13:34:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT-p2artifacts.xml 13:34:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT-ip_log.xml 13:34:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/target/com.google.guava-30.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT-pack200.jar.pack.gz 13:34:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT-p2metadata.xml 13:34:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.guava_30.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT-p2artifacts.xml 13:34:48 [INFO] 13:34:48 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.guava --- 13:34:48 [INFO] 13:34:48 [INFO] -------------< org.eclipse.orbit.bundles:com.google.gson >-------------- 13:34:48 [INFO] Building Gson: Google Json Library for Java 2.7.0-SNAPSHOT [240/376] 13:34:48 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:34:48 [INFO] 13:34:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.gson --- 13:34:48 [INFO] 13:34:48 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.gson --- 13:34:48 [INFO] The project's OSGi version is 2.7.0.v20170129-0911 13:34:48 [INFO] 13:34:48 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.gson --- 13:34:48 [INFO] 13:34:48 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.gson --- 13:34:48 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:34:48 [INFO] Copying 3 resources 13:34:48 [INFO] 13:34:48 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.gson --- 13:34:48 [INFO] No sources to compile 13:34:48 [INFO] 13:34:48 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.gson --- 13:34:48 [INFO] Gathering dependencies 13:34:48 [INFO] Configured Artifact: com.google.code.gson:gson:2.7:jar 13:34:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/code/gson/gson/2.7/gson-2.7.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:34:48 [INFO] Merging collected dependencies 13:34:48 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:34:48 [INFO] Copying 175 resources 13:34:48 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/target/com.google.gson-2.7.0-SNAPSHOT.jar 13:34:48 [INFO] Gathering sources 13:34:48 [INFO] Configured Artifact: com.google.code.gson:gson:sources:2.7:jar 13:34:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/code/gson/gson/2.7/gson-2.7-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:34:48 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:34:48 [INFO] Copying 3 resources 13:34:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/target/com.google.gson-2.7.0-SNAPSHOT-sources.jar 13:34:48 [INFO] Assembling p2 repository 13:34:49 [INFO] 13:34:49 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.gson --- 13:34:49 [INFO] 13:34:49 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.gson --- 13:34:49 [INFO] Discovering license information from existing ip_log.xml 13:34:49 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.code.gson:gson:2.7. 13:34:49 [INFO] Gathering sources archives 13:34:49 [INFO] Configured Artifact: com.google.code.gson:gson:sources:2.7:jar 13:34:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/code/gson/gson/2.7/gson-2.7-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/target/sources-for-eclipse-ipzilla/gson-2.7-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:34:49 [INFO] Configured Artifact: com.google.code.gson:gson:sources:2.7:jar 13:34:49 [INFO] Copying gson-2.7-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/target/sources-for-eclipse-ipzilla/gson-2.7-sources.jar 13:34:49 [INFO] Refreshing about files and about.html 13:34:49 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_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). 13:34:49 [INFO] Refreshing ip_log.xml 13:34:49 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:34:49 [INFO] 13:34:49 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.gson --- 13:34:49 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/target/com.google.gson-2.7.0-SNAPSHOT.jar 13:34:49 [INFO] 13:34:49 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.gson --- 13:34:50 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/target/com.google.gson-2.7.0-SNAPSHOT.jar 13:34:52 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/target/com.google.gson-2.7.0-SNAPSHOT-sources.jar 13:34:53 [INFO] 13:34:53 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.gson --- 13:34:53 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/target/com.google.gson-2.7.0-SNAPSHOT.jar 13:34:54 [INFO] 13:34:54 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.gson --- 13:34:54 [INFO] 13:34:54 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.gson --- 13:34:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/target/com.google.gson-2.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gson/2.7.0-SNAPSHOT/com.google.gson-2.7.0-SNAPSHOT.jar 13:34:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gson/2.7.0-SNAPSHOT/com.google.gson-2.7.0-SNAPSHOT.pom 13:34:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/target/com.google.gson-2.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gson/2.7.0-SNAPSHOT/com.google.gson-2.7.0-SNAPSHOT-sources.jar 13:34:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gson/2.7.0-SNAPSHOT/com.google.gson-2.7.0-SNAPSHOT-p2metadata.xml 13:34:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gson/2.7.0-SNAPSHOT/com.google.gson-2.7.0-SNAPSHOT-p2artifacts.xml 13:34:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gson/2.7.0-SNAPSHOT/com.google.gson-2.7.0-SNAPSHOT-ip_log.xml 13:34:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/target/com.google.gson-2.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gson/2.7.0-SNAPSHOT/com.google.gson-2.7.0-SNAPSHOT-pack200.jar.pack.gz 13:34:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gson/2.7.0-SNAPSHOT/com.google.gson-2.7.0-SNAPSHOT-p2metadata.xml 13:34:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.7.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gson/2.7.0-SNAPSHOT/com.google.gson-2.7.0-SNAPSHOT-p2artifacts.xml 13:34:54 [INFO] 13:34:54 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.gson --- 13:34:54 [INFO] 13:34:54 [INFO] -------------< org.eclipse.orbit.bundles:com.google.gson >-------------- 13:34:54 [INFO] Building Gson: Google Json Library for Java 2.8.6-SNAPSHOT [241/376] 13:34:54 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:34:54 [INFO] 13:34:54 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.gson --- 13:34:54 [INFO] 13:34:54 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.gson --- 13:34:54 [INFO] The project's OSGi version is 2.8.6.v20201231-1626 13:34:54 [INFO] 13:34:54 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.gson --- 13:34:54 [INFO] 13:34:54 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.gson --- 13:34:54 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:34:54 [INFO] Copying 3 resources 13:34:54 [INFO] 13:34:54 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.gson --- 13:34:54 [INFO] No sources to compile 13:34:54 [INFO] 13:34:54 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.gson --- 13:34:54 [INFO] Gathering dependencies 13:34:54 [INFO] Configured Artifact: com.google.code.gson:gson:2.8.6:jar 13:34:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:34:54 [INFO] Merging collected dependencies 13:34:54 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:34:54 [INFO] Copying 182 resources 13:34:54 [INFO] Generating OSGi MANIFEST.MF 13:34:54 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.gson:eclipse-bundle-recipe:2.8.6-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/target/com.google.gson-2.8.6-SNAPSHOT.jar 13:34:54 [INFO] Gathering sources 13:34:54 [INFO] Configured Artifact: com.google.code.gson:gson:sources:2.8.6:jar 13:34:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/code/gson/gson/2.8.6/gson-2.8.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:34:54 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:34:54 [INFO] Copying 3 resources 13:34:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/target/com.google.gson-2.8.6-SNAPSHOT-sources.jar 13:34:54 [INFO] Assembling p2 repository 13:34:55 [INFO] 13:34:55 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.gson --- 13:34:55 [INFO] 13:34:55 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.gson --- 13:34:55 [INFO] Discovering license information from existing ip_log.xml 13:34:55 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.code.gson:gson:2.8.6. 13:34:55 [INFO] Gathering sources archives 13:34:55 [INFO] Configured Artifact: com.google.code.gson:gson:sources:2.8.6:jar 13:34:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/code/gson/gson/2.8.6/gson-2.8.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/target/sources-for-eclipse-ipzilla/gson-2.8.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:34:55 [INFO] Configured Artifact: com.google.code.gson:gson:sources:2.8.6:jar 13:34:55 [INFO] Copying gson-2.8.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/target/sources-for-eclipse-ipzilla/gson-2.8.6-sources.jar 13:34:55 [INFO] Refreshing about files and about.html 13:34:55 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.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). 13:34:55 [INFO] Refreshing ip_log.xml 13:34:55 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:34:55 [INFO] 13:34:55 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.gson --- 13:34:55 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/target/com.google.gson-2.8.6-SNAPSHOT.jar 13:34:55 [INFO] 13:34:55 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.gson --- 13:34:55 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/target/com.google.gson-2.8.6-SNAPSHOT.jar 13:34:56 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/target/com.google.gson-2.8.6-SNAPSHOT-sources.jar 13:34:58 [INFO] 13:34:58 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.gson --- 13:34:58 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/target/com.google.gson-2.8.6-SNAPSHOT.jar 13:34:58 [INFO] 13:34:58 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.gson --- 13:34:58 [INFO] 13:34:58 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.gson --- 13:34:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/target/com.google.gson-2.8.6-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gson/2.8.6-SNAPSHOT/com.google.gson-2.8.6-SNAPSHOT.jar 13:34:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gson/2.8.6-SNAPSHOT/com.google.gson-2.8.6-SNAPSHOT.pom 13:34:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/target/com.google.gson-2.8.6-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gson/2.8.6-SNAPSHOT/com.google.gson-2.8.6-SNAPSHOT-sources.jar 13:34:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gson/2.8.6-SNAPSHOT/com.google.gson-2.8.6-SNAPSHOT-p2metadata.xml 13:34:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gson/2.8.6-SNAPSHOT/com.google.gson-2.8.6-SNAPSHOT-p2artifacts.xml 13:34:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gson/2.8.6-SNAPSHOT/com.google.gson-2.8.6-SNAPSHOT-ip_log.xml 13:34:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/target/com.google.gson-2.8.6-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gson/2.8.6-SNAPSHOT/com.google.gson-2.8.6-SNAPSHOT-pack200.jar.pack.gz 13:34:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gson/2.8.6-SNAPSHOT/com.google.gson-2.8.6-SNAPSHOT-p2metadata.xml 13:34:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gson_2.8.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gson/2.8.6-SNAPSHOT/com.google.gson-2.8.6-SNAPSHOT-p2artifacts.xml 13:34:58 [INFO] 13:34:58 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.gson --- 13:34:58 [INFO] 13:34:58 [INFO] -------------< org.eclipse.orbit.bundles:com.google.gdata >------------- 13:34:58 [INFO] Building Google Data Java Client Library 1.47.1-SNAPSHOT [242/376] 13:34:58 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:35:02 [INFO] 13:35:02 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.gdata --- 13:35:02 [INFO] 13:35:02 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.gdata --- 13:35:02 [INFO] The project's OSGi version is 1.47.1.v20200819-2030 13:35:02 [INFO] 13:35:02 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.gdata --- 13:35:02 [INFO] 13:35:02 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.gdata --- 13:35:02 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:02 [INFO] Copying 3 resources 13:35:02 [INFO] 13:35:02 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.gdata --- 13:35:02 [INFO] No sources to compile 13:35:02 [INFO] 13:35:02 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.gdata --- 13:35:02 [INFO] Gathering dependencies 13:35:02 [INFO] Configured Artifact: com.google.gdata:core:1.47.1:jar 13:35:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/gdata/core/1.47.1/core-1.47.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gdata_1.47.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:02 [INFO] Merging collected dependencies 13:35:02 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:02 [INFO] Copying 1794 resources 13:35:02 [INFO] Generating OSGi MANIFEST.MF 13:35:03 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.gdata:eclipse-bundle-recipe:1.47.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gdata_1.47.1/target/com.google.gdata-1.47.1-SNAPSHOT.jar 13:35:03 [INFO] Gathering sources 13:35:03 [INFO] Configured Artifact: com.google.gdata:core:sources:1.47.1:jar 13:35:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/gdata/core/1.47.1/core-1.47.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gdata_1.47.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:04 [INFO] Copying 3 resources 13:35:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gdata_1.47.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gdata_1.47.1/target/com.google.gdata-1.47.1-SNAPSHOT-sources.jar 13:35:05 [INFO] Assembling p2 repository 13:35:05 [INFO] 13:35:05 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.gdata --- 13:35:05 [INFO] 13:35:05 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.gdata --- 13:35:05 [INFO] Discovering license information from existing ip_log.xml 13:35:05 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.gdata:core:1.47.1. 13:35:05 [INFO] Gathering sources archives 13:35:05 [INFO] Configured Artifact: com.google.gdata:core:sources:1.47.1:jar 13:35:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/gdata/core/1.47.1/core-1.47.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:35:05 [INFO] Configured Artifact: com.google.gdata:core:sources:1.47.1:jar 13:35:05 [INFO] Copying core-1.47.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gdata_1.47.1/target/sources-for-eclipse-ipzilla/core-1.47.1-sources.jar 13:35:05 [INFO] Refreshing about files and about.html 13:35:05 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:35:05 [INFO] Refreshing ip_log.xml 13:35:05 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gdata_1.47.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:35:05 [INFO] 13:35:05 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.gdata --- 13:35:05 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gdata_1.47.1/target/com.google.gdata-1.47.1-SNAPSHOT.jar 13:35:07 [INFO] 13:35:07 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.gdata --- 13:35:07 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gdata_1.47.1/target/com.google.gdata-1.47.1-SNAPSHOT.jar 13:35:10 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gdata_1.47.1/target/com.google.gdata-1.47.1-SNAPSHOT-sources.jar 13:35:12 [INFO] 13:35:12 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.gdata --- 13:35:12 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gdata_1.47.1/target/com.google.gdata-1.47.1-SNAPSHOT.jar 13:35:13 [INFO] 13:35:13 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.gdata --- 13:35:13 [INFO] 13:35:13 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.gdata --- 13:35:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gdata_1.47.1/target/com.google.gdata-1.47.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT.jar 13:35:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gdata_1.47.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT.pom 13:35:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT-sources.jar 13:35:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gdata_1.47.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT-p2metadata.xml 13:35:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gdata_1.47.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT-p2artifacts.xml 13:35:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gdata_1.47.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT-ip_log.xml 13:35:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gdata_1.47.1/target/com.google.gdata-1.47.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT-pack200.jar.pack.gz 13:35:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gdata_1.47.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT-p2metadata.xml 13:35:13 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.gdata_1.47.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT-p2artifacts.xml 13:35:13 [INFO] 13:35:13 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.gdata --- 13:35:14 [INFO] 13:35:14 [INFO] ------------< org.eclipse.orbit.bundles:com.google.inject >------------- 13:35:14 [INFO] Building Google Guice - Core Library 5.0.1-SNAPSHOT [243/376] 13:35:14 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:35:14 [INFO] 13:35:14 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.inject --- 13:35:14 [INFO] 13:35:14 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.inject --- 13:35:14 [INFO] The project's OSGi version is 5.0.1.v20210324-2015 13:35:14 [INFO] 13:35:14 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.inject --- 13:35:14 [INFO] 13:35:14 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.inject --- 13:35:14 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:14 [INFO] Copying 2 resources 13:35:14 [INFO] 13:35:14 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.inject --- 13:35:14 [INFO] No sources to compile 13:35:14 [INFO] 13:35:14 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.inject --- 13:35:14 [INFO] Gathering dependencies 13:35:14 [INFO] Configured Artifact: com.google.inject:guice:5.0.1:jar 13:35:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/inject/guice/5.0.1/guice-5.0.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject_5.0.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:14 [INFO] Merging collected dependencies 13:35:14 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:14 [INFO] Copying 492 resources 13:35:14 [INFO] Generating OSGi MANIFEST.MF 13:35:14 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.inject:eclipse-bundle-recipe:5.0.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] 13:35:14 [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 13:35:14 [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 13:35:14 [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 13:35:14 [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 13:35:14 [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 13:35:14 [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 13:35:14 [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 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject_5.0.1/target/com.google.inject-5.0.1-SNAPSHOT.jar 13:35:15 [INFO] Gathering sources 13:35:15 [INFO] Configured Artifact: com.google.inject:guice:sources:5.0.1:jar 13:35:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/inject/guice/5.0.1/guice-5.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject_5.0.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:15 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:15 [INFO] Copying 2 resources 13:35:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject_5.0.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject_5.0.1/target/com.google.inject-5.0.1-SNAPSHOT-sources.jar 13:35:15 [INFO] Assembling p2 repository 13:35:15 [INFO] 13:35:15 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.inject --- 13:35:15 [INFO] 13:35:15 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.inject --- 13:35:15 [INFO] Discovering license information from existing ip_log.xml 13:35:15 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.inject:guice:5.0.1. 13:35:15 [INFO] Gathering sources archives 13:35:15 [INFO] Configured Artifact: com.google.inject:guice:sources:5.0.1:jar 13:35:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/inject/guice/5.0.1/guice-5.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:35:16 [INFO] Configured Artifact: com.google.inject:guice:sources:5.0.1:jar 13:35:16 [INFO] Copying guice-5.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject_5.0.1/target/sources-for-eclipse-ipzilla/guice-5.0.1-sources.jar 13:35:16 [INFO] Refreshing about files and about.html 13:35:16 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:35:16 [INFO] Refreshing ip_log.xml 13:35:16 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject_5.0.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:35:16 [INFO] 13:35:16 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.inject --- 13:35:16 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject_5.0.1/target/com.google.inject-5.0.1-SNAPSHOT.jar 13:35:16 [INFO] 13:35:16 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.inject --- 13:35:16 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject_5.0.1/target/com.google.inject-5.0.1-SNAPSHOT.jar 13:35:18 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject_5.0.1/target/com.google.inject-5.0.1-SNAPSHOT-sources.jar 13:35:20 [INFO] 13:35:20 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.inject --- 13:35:20 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject_5.0.1/target/com.google.inject-5.0.1-SNAPSHOT.jar 13:35:20 [INFO] 13:35:20 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.inject --- 13:35:20 [INFO] 13:35:20 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.inject --- 13:35:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject_5.0.1/target/com.google.inject-5.0.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT.jar 13:35:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject_5.0.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT.pom 13:35:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT-sources.jar 13:35:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject_5.0.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT-p2metadata.xml 13:35:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject_5.0.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT-p2artifacts.xml 13:35:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject_5.0.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT-ip_log.xml 13:35:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject_5.0.1/target/com.google.inject-5.0.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT-pack200.jar.pack.gz 13:35:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject_5.0.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT-p2metadata.xml 13:35:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject_5.0.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT-p2artifacts.xml 13:35:20 [INFO] 13:35:20 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.inject --- 13:35:20 [INFO] 13:35:20 [INFO] -----< org.eclipse.orbit.bundles:com.google.inject.assistedinject >----- 13:35:20 [INFO] Building Google Guice - Extensions - AssistedInject 5.0.1-SNAPSHOT [244/376] 13:35:20 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:35:20 [INFO] 13:35:20 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.inject.assistedinject --- 13:35:20 [INFO] 13:35:20 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.inject.assistedinject --- 13:35:20 [INFO] The project's OSGi version is 5.0.1.v20210324-2015 13:35:20 [INFO] 13:35:20 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.inject.assistedinject --- 13:35:20 [INFO] 13:35:20 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.inject.assistedinject --- 13:35:20 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:20 [INFO] Copying 2 resources 13:35:20 [INFO] 13:35:20 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.inject.assistedinject --- 13:35:20 [INFO] No sources to compile 13:35:20 [INFO] 13:35:20 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.inject.assistedinject --- 13:35:20 [INFO] Gathering dependencies 13:35:20 [INFO] Configured Artifact: com.google.inject.extensions:guice-assistedinject:5.0.1:jar 13:35:20 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/inject/extensions/guice-assistedinject/5.0.1/guice-assistedinject-5.0.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject.assistedinject_5.0.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:20 [INFO] Merging collected dependencies 13:35:20 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:20 [INFO] Copying 27 resources 13:35:20 [INFO] Generating OSGi MANIFEST.MF 13:35:20 [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 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject.assistedinject_5.0.1/target/com.google.inject.assistedinject-5.0.1-SNAPSHOT.jar 13:35:20 [INFO] Gathering sources 13:35:20 [INFO] Configured Artifact: com.google.inject.extensions:guice-assistedinject:sources:5.0.1:jar 13:35:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.inject.assistedinject_5.0.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:21 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:21 [INFO] Copying 2 resources 13:35:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject.assistedinject_5.0.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject.assistedinject_5.0.1/target/com.google.inject.assistedinject-5.0.1-SNAPSHOT-sources.jar 13:35:21 [INFO] Assembling p2 repository 13:35:21 [INFO] 13:35:21 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.inject.assistedinject --- 13:35:21 [INFO] 13:35:21 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.inject.assistedinject --- 13:35:21 [INFO] Discovering license information from existing ip_log.xml 13:35:21 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.inject.extensions:guice-assistedinject:5.0.1. 13:35:21 [INFO] Gathering sources archives 13:35:21 [INFO] Configured Artifact: com.google.inject.extensions:guice-assistedinject:sources:5.0.1:jar 13:35:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:35:21 [INFO] Configured Artifact: com.google.inject.extensions:guice-assistedinject:sources:5.0.1:jar 13:35:21 [INFO] Copying guice-assistedinject-5.0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject.assistedinject_5.0.1/target/sources-for-eclipse-ipzilla/guice-assistedinject-5.0.1-sources.jar 13:35:21 [INFO] Refreshing about files and about.html 13:35:21 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:35:21 [INFO] Refreshing ip_log.xml 13:35:21 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject.assistedinject_5.0.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:35:21 [INFO] 13:35:21 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.inject.assistedinject --- 13:35:21 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject.assistedinject_5.0.1/target/com.google.inject.assistedinject-5.0.1-SNAPSHOT.jar 13:35:21 [INFO] 13:35:21 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.inject.assistedinject --- 13:35:21 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject.assistedinject_5.0.1/target/com.google.inject.assistedinject-5.0.1-SNAPSHOT.jar 13:35:23 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject.assistedinject_5.0.1/target/com.google.inject.assistedinject-5.0.1-SNAPSHOT-sources.jar 13:35:24 [INFO] 13:35:24 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.inject.assistedinject --- 13:35:24 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject.assistedinject_5.0.1/target/com.google.inject.assistedinject-5.0.1-SNAPSHOT.jar 13:35:24 [INFO] 13:35:24 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.inject.assistedinject --- 13:35:24 [INFO] 13:35:24 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.inject.assistedinject --- 13:35:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT.jar 13:35:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject.assistedinject_5.0.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT.pom 13:35:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT-sources.jar 13:35:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject.assistedinject_5.0.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT-p2metadata.xml 13:35:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject.assistedinject_5.0.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT-p2artifacts.xml 13:35:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject.assistedinject_5.0.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT-ip_log.xml 13:35:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject.assistedinject_5.0.1/target/com.google.inject.assistedinject-5.0.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT-pack200.jar.pack.gz 13:35:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject.assistedinject_5.0.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT-p2metadata.xml 13:35:24 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.inject.assistedinject_5.0.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT-p2artifacts.xml 13:35:24 [INFO] 13:35:24 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.inject.assistedinject --- 13:35:24 [INFO] 13:35:24 [INFO] ------------< org.eclipse.orbit.bundles:com.google.flogger >------------ 13:35:24 [INFO] Building Flogger 0.1.0-SNAPSHOT [245/376] 13:35:24 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:35:25 [INFO] 13:35:25 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.flogger --- 13:35:25 [INFO] 13:35:25 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.flogger --- 13:35:25 [INFO] The project's OSGi version is 0.1.0.v20180506-0038 13:35:25 [INFO] 13:35:25 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.flogger --- 13:35:25 [INFO] 13:35:25 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.flogger --- 13:35:25 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:25 [INFO] Copying 3 resources 13:35:25 [INFO] 13:35:25 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.flogger --- 13:35:25 [INFO] No sources to compile 13:35:25 [INFO] 13:35:25 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.flogger --- 13:35:25 [INFO] Gathering dependencies 13:35:25 [INFO] Configured Artifact: com.google.flogger:flogger:0.1:jar 13:35:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/flogger/flogger/0.1/flogger-0.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger_0.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:25 [INFO] Merging collected dependencies 13:35:25 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:25 [INFO] Copying 79 resources 13:35:25 [INFO] Generating OSGi MANIFEST.MF 13:35:25 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.flogger:eclipse-bundle-recipe:0.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger_0.1.0/target/com.google.flogger-0.1.0-SNAPSHOT.jar 13:35:25 [INFO] Gathering sources 13:35:25 [INFO] Configured Artifact: com.google.flogger:flogger:sources:0.1:jar 13:35:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/flogger/flogger/0.1/flogger-0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger_0.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:25 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:25 [INFO] Copying 3 resources 13:35:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger_0.1.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger_0.1.0/target/com.google.flogger-0.1.0-SNAPSHOT-sources.jar 13:35:25 [INFO] Assembling p2 repository 13:35:25 [INFO] 13:35:25 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.flogger --- 13:35:25 [INFO] 13:35:25 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.flogger --- 13:35:25 [INFO] Discovering license information from existing ip_log.xml 13:35:25 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.flogger:flogger:0.1. 13:35:25 [INFO] Gathering sources archives 13:35:25 [INFO] Configured Artifact: com.google.flogger:flogger:sources:0.1:jar 13:35:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/flogger/flogger/0.1/flogger-0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger_0.1.0/target/sources-for-eclipse-ipzilla/flogger-0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:25 [INFO] Configured Artifact: com.google.flogger:flogger:sources:0.1:jar 13:35:25 [INFO] Copying flogger-0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger_0.1.0/target/sources-for-eclipse-ipzilla/flogger-0.1-sources.jar 13:35:25 [INFO] Refreshing about files and about.html 13:35:25 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:35:25 [INFO] Refreshing ip_log.xml 13:35:25 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger_0.1.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:35:25 [INFO] 13:35:25 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.flogger --- 13:35:25 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger_0.1.0/target/com.google.flogger-0.1.0-SNAPSHOT.jar 13:35:26 [INFO] 13:35:26 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.flogger --- 13:35:26 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger_0.1.0/target/com.google.flogger-0.1.0-SNAPSHOT.jar 13:35:27 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger_0.1.0/target/com.google.flogger-0.1.0-SNAPSHOT-sources.jar 13:35:28 [INFO] 13:35:28 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.flogger --- 13:35:28 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger_0.1.0/target/com.google.flogger-0.1.0-SNAPSHOT.jar 13:35:28 [INFO] 13:35:28 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.flogger --- 13:35:28 [INFO] 13:35:28 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.flogger --- 13:35:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger_0.1.0/target/com.google.flogger-0.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT.jar 13:35:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger_0.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT.pom 13:35:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT-sources.jar 13:35:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger_0.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT-p2metadata.xml 13:35:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger_0.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT-p2artifacts.xml 13:35:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger_0.1.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT-ip_log.xml 13:35:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger_0.1.0/target/com.google.flogger-0.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT-pack200.jar.pack.gz 13:35:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger_0.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT-p2metadata.xml 13:35:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger_0.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT-p2artifacts.xml 13:35:29 [INFO] 13:35:29 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.flogger --- 13:35:29 [INFO] 13:35:29 [INFO] -----< org.eclipse.orbit.bundles:com.google.flogger.systembackend >----- 13:35:29 [INFO] Building Flogger System Backend 0.1.0-SNAPSHOT [246/376] 13:35:29 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:35:30 [INFO] 13:35:30 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.flogger.systembackend --- 13:35:30 [INFO] 13:35:30 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.flogger.systembackend --- 13:35:30 [INFO] The project's OSGi version is 0.1.0.v20180506-0038 13:35:30 [INFO] 13:35:30 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.flogger.systembackend --- 13:35:30 [INFO] 13:35:30 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.flogger.systembackend --- 13:35:30 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:30 [INFO] Copying 3 resources 13:35:30 [INFO] 13:35:30 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.flogger.systembackend --- 13:35:30 [INFO] No sources to compile 13:35:30 [INFO] 13:35:30 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.flogger.systembackend --- 13:35:30 [INFO] Gathering dependencies 13:35:30 [INFO] Configured Artifact: com.google.flogger:flogger-system-backend:0.1:jar 13:35:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/flogger/flogger-system-backend/0.1/flogger-system-backend-0.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.systembackend_0.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:30 [INFO] Merging collected dependencies 13:35:30 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:30 [INFO] Copying 15 resources 13:35:30 [INFO] Generating OSGi MANIFEST.MF 13:35:30 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.flogger.systembackend:eclipse-bundle-recipe:0.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.systembackend_0.1.0/target/com.google.flogger.systembackend-0.1.0-SNAPSHOT.jar 13:35:30 [INFO] Gathering sources 13:35:30 [INFO] Configured Artifact: com.google.flogger:flogger-system-backend:sources:0.1:jar 13:35:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/flogger/flogger-system-backend/0.1/flogger-system-backend-0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.systembackend_0.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:30 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:30 [INFO] Copying 3 resources 13:35:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.systembackend_0.1.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.systembackend_0.1.0/target/com.google.flogger.systembackend-0.1.0-SNAPSHOT-sources.jar 13:35:30 [INFO] Assembling p2 repository 13:35:31 [INFO] 13:35:31 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.flogger.systembackend --- 13:35:31 [INFO] 13:35:31 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.flogger.systembackend --- 13:35:31 [INFO] Discovering license information from existing ip_log.xml 13:35:31 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.flogger:flogger-system-backend:0.1. 13:35:31 [INFO] Gathering sources archives 13:35:31 [INFO] Configured Artifact: com.google.flogger:flogger-system-backend:sources:0.1:jar 13:35:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/flogger/flogger-system-backend/0.1/flogger-system-backend-0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:35:31 [INFO] Configured Artifact: com.google.flogger:flogger-system-backend:sources:0.1:jar 13:35:31 [INFO] Copying flogger-system-backend-0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.systembackend_0.1.0/target/sources-for-eclipse-ipzilla/flogger-system-backend-0.1-sources.jar 13:35:31 [INFO] Refreshing about files and about.html 13:35:31 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:35:31 [INFO] Refreshing ip_log.xml 13:35:31 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.systembackend_0.1.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:35:31 [INFO] 13:35:31 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.flogger.systembackend --- 13:35:31 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.systembackend_0.1.0/target/com.google.flogger.systembackend-0.1.0-SNAPSHOT.jar 13:35:31 [INFO] 13:35:31 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.flogger.systembackend --- 13:35:31 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.systembackend_0.1.0/target/com.google.flogger.systembackend-0.1.0-SNAPSHOT.jar 13:35:32 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.systembackend_0.1.0/target/com.google.flogger.systembackend-0.1.0-SNAPSHOT-sources.jar 13:35:33 [INFO] 13:35:33 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.flogger.systembackend --- 13:35:33 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.systembackend_0.1.0/target/com.google.flogger.systembackend-0.1.0-SNAPSHOT.jar 13:35:33 [INFO] 13:35:33 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.flogger.systembackend --- 13:35:34 [INFO] 13:35:34 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.flogger.systembackend --- 13:35:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT.jar 13:35:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.systembackend_0.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT.pom 13:35:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT-sources.jar 13:35:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.systembackend_0.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT-p2metadata.xml 13:35:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.systembackend_0.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT-p2artifacts.xml 13:35:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.systembackend_0.1.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT-ip_log.xml 13:35:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.systembackend_0.1.0/target/com.google.flogger.systembackend-0.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT-pack200.jar.pack.gz 13:35:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.systembackend_0.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT-p2metadata.xml 13:35:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.systembackend_0.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT-p2artifacts.xml 13:35:34 [INFO] 13:35:34 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.flogger.systembackend --- 13:35:34 [INFO] 13:35:34 [INFO] --------< org.eclipse.orbit.bundles:com.google.flogger.testing >-------- 13:35:34 [INFO] Building Flogger Testing 0.1.0-SNAPSHOT [247/376] 13:35:34 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:35:37 [INFO] 13:35:37 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.flogger.testing --- 13:35:37 [INFO] 13:35:37 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.flogger.testing --- 13:35:37 [INFO] The project's OSGi version is 0.1.0.v20180506-0038 13:35:37 [INFO] 13:35:37 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.flogger.testing --- 13:35:37 [INFO] 13:35:37 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.flogger.testing --- 13:35:37 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:37 [INFO] Copying 3 resources 13:35:37 [INFO] 13:35:37 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.flogger.testing --- 13:35:37 [INFO] No sources to compile 13:35:37 [INFO] 13:35:37 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.flogger.testing --- 13:35:37 [INFO] Gathering dependencies 13:35:37 [INFO] Configured Artifact: com.google.flogger:flogger-testing:0.1:jar 13:35:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/flogger/flogger-testing/0.1/flogger-testing-0.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.testing_0.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:37 [INFO] Merging collected dependencies 13:35:37 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:37 [INFO] Copying 19 resources 13:35:37 [INFO] Generating OSGi MANIFEST.MF 13:35:37 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.flogger.testing:eclipse-bundle-recipe:0.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.testing_0.1.0/target/com.google.flogger.testing-0.1.0-SNAPSHOT.jar 13:35:37 [INFO] Gathering sources 13:35:37 [INFO] Configured Artifact: com.google.flogger:flogger-testing:sources:0.1:jar 13:35:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/flogger/flogger-testing/0.1/flogger-testing-0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.testing_0.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:38 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:38 [INFO] Copying 3 resources 13:35:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.testing_0.1.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.testing_0.1.0/target/com.google.flogger.testing-0.1.0-SNAPSHOT-sources.jar 13:35:38 [INFO] Assembling p2 repository 13:35:38 [INFO] 13:35:38 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.flogger.testing --- 13:35:38 [INFO] 13:35:38 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.flogger.testing --- 13:35:38 [INFO] Discovering license information from existing ip_log.xml 13:35:38 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.flogger:flogger-testing:0.1. 13:35:38 [INFO] Gathering sources archives 13:35:38 [INFO] Configured Artifact: com.google.flogger:flogger-testing:sources:0.1:jar 13:35:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/flogger/flogger-testing/0.1/flogger-testing-0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:35:38 [INFO] Configured Artifact: com.google.flogger:flogger-testing:sources:0.1:jar 13:35:38 [INFO] Copying flogger-testing-0.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.testing_0.1.0/target/sources-for-eclipse-ipzilla/flogger-testing-0.1-sources.jar 13:35:38 [INFO] Refreshing about files and about.html 13:35:38 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:35:38 [INFO] Refreshing ip_log.xml 13:35:38 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.testing_0.1.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:35:38 [INFO] 13:35:38 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.flogger.testing --- 13:35:38 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.testing_0.1.0/target/com.google.flogger.testing-0.1.0-SNAPSHOT.jar 13:35:38 [INFO] 13:35:38 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.flogger.testing --- 13:35:38 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.testing_0.1.0/target/com.google.flogger.testing-0.1.0-SNAPSHOT.jar 13:35:40 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.testing_0.1.0/target/com.google.flogger.testing-0.1.0-SNAPSHOT-sources.jar 13:35:41 [INFO] 13:35:41 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.flogger.testing --- 13:35:41 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.testing_0.1.0/target/com.google.flogger.testing-0.1.0-SNAPSHOT.jar 13:35:41 [INFO] 13:35:41 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.flogger.testing --- 13:35:41 [INFO] 13:35:41 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.flogger.testing --- 13:35:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT.jar 13:35:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.testing_0.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT.pom 13:35:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT-sources.jar 13:35:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.testing_0.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT-p2metadata.xml 13:35:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.testing_0.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT-p2artifacts.xml 13:35:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.testing_0.1.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT-ip_log.xml 13:35:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.testing_0.1.0/target/com.google.flogger.testing-0.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT-pack200.jar.pack.gz 13:35:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.testing_0.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT-p2metadata.xml 13:35:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.flogger.testing_0.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT-p2artifacts.xml 13:35:41 [INFO] 13:35:41 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.flogger.testing --- 13:35:41 [INFO] 13:35:41 [INFO] ---------< org.eclipse.orbit.bundles:com.google.oauth-client >---------- 13:35:41 [INFO] Building Google OAuth Client Library for Java 1.30.6-SNAPSHOT [248/376] 13:35:41 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:35:43 [INFO] 13:35:43 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.oauth-client --- 13:35:43 [INFO] 13:35:43 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.oauth-client --- 13:35:43 [INFO] The project's OSGi version is 1.30.6.v20200819-2030 13:35:43 [INFO] 13:35:43 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.oauth-client --- 13:35:43 [INFO] 13:35:43 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.oauth-client --- 13:35:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:43 [INFO] Copying 3 resources 13:35:43 [INFO] 13:35:43 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.oauth-client --- 13:35:43 [INFO] No sources to compile 13:35:43 [INFO] 13:35:43 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.oauth-client --- 13:35:43 [INFO] Gathering dependencies 13:35:43 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client:1.30.6:jar 13:35:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.oauth-client_1.30.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:43 [INFO] Merging collected dependencies 13:35:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:43 [INFO] Copying 49 resources 13:35:43 [INFO] Generating OSGi MANIFEST.MF 13:35:43 [WARNING] Manifest org.eclipse.orbit.bundles:com.google.oauth-client:eclipse-bundle-recipe:1.30.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client_1.30.6/target/com.google.oauth-client-1.30.6-SNAPSHOT.jar 13:35:43 [INFO] Gathering sources 13:35:43 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client:sources:1.30.6:jar 13:35:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.oauth-client_1.30.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:43 [INFO] Copying 3 resources 13:35:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client_1.30.6/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client_1.30.6/target/com.google.oauth-client-1.30.6-SNAPSHOT-sources.jar 13:35:43 [INFO] Assembling p2 repository 13:35:44 [INFO] 13:35:44 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.oauth-client --- 13:35:44 [INFO] 13:35:44 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.oauth-client --- 13:35:44 [INFO] Discovering license information from existing ip_log.xml 13:35:44 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.oauth-client:google-oauth-client:1.30.6. 13:35:44 [INFO] Gathering sources archives 13:35:44 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client:sources:1.30.6:jar 13:35:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:35:44 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client:sources:1.30.6:jar 13:35:44 [INFO] Copying google-oauth-client-1.30.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client_1.30.6/target/sources-for-eclipse-ipzilla/google-oauth-client-1.30.6-sources.jar 13:35:44 [INFO] Refreshing about files and about.html 13:35:44 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:35:44 [INFO] Refreshing ip_log.xml 13:35:44 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client_1.30.6/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:35:44 [INFO] 13:35:44 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.oauth-client --- 13:35:44 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client_1.30.6/target/com.google.oauth-client-1.30.6-SNAPSHOT.jar 13:35:44 [INFO] 13:35:44 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.oauth-client --- 13:35:44 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client_1.30.6/target/com.google.oauth-client-1.30.6-SNAPSHOT.jar 13:35:45 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client_1.30.6/target/com.google.oauth-client-1.30.6-SNAPSHOT-sources.jar 13:35:46 [INFO] 13:35:46 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.oauth-client --- 13:35:46 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client_1.30.6/target/com.google.oauth-client-1.30.6-SNAPSHOT.jar 13:35:47 [INFO] 13:35:47 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.oauth-client --- 13:35:47 [INFO] 13:35:47 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.oauth-client --- 13:35:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT.jar 13:35:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client_1.30.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT.pom 13:35:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT-sources.jar 13:35:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client_1.30.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT-p2metadata.xml 13:35:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client_1.30.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT-p2artifacts.xml 13:35:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client_1.30.6/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT-ip_log.xml 13:35:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client_1.30.6/target/com.google.oauth-client-1.30.6-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT-pack200.jar.pack.gz 13:35:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client_1.30.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT-p2metadata.xml 13:35:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client_1.30.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT-p2artifacts.xml 13:35:47 [INFO] 13:35:47 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.oauth-client --- 13:35:47 [INFO] 13:35:47 [INFO] ------< org.eclipse.orbit.bundles:com.google.oauth-client-java6 >------- 13:35:47 [INFO] Building Java 6 (and higher) extensions to the Google OAuth Client Library for Java. 1.30.6-SNAPSHOT [249/376] 13:35:47 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:35:47 [INFO] 13:35:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.oauth-client-java6 --- 13:35:47 [INFO] 13:35:47 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.oauth-client-java6 --- 13:35:47 [INFO] The project's OSGi version is 1.30.6.v20200819-2030 13:35:47 [INFO] 13:35:47 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.oauth-client-java6 --- 13:35:47 [INFO] 13:35:47 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.oauth-client-java6 --- 13:35:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:47 [INFO] Copying 3 resources 13:35:47 [INFO] 13:35:47 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.oauth-client-java6 --- 13:35:47 [INFO] No sources to compile 13:35:47 [INFO] 13:35:47 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.oauth-client-java6 --- 13:35:47 [INFO] Gathering dependencies 13:35:47 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-java6:1.30.6:jar 13:35:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.oauth-client-java6_1.30.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:47 [INFO] Merging collected dependencies 13:35:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:47 [INFO] Copying 9 resources 13:35:47 [INFO] Generating OSGi MANIFEST.MF 13:35:47 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-java6_1.30.6/target/com.google.oauth-client-java6-1.30.6-SNAPSHOT.jar 13:35:47 [INFO] Gathering sources 13:35:47 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-java6:sources:1.30.6:jar 13:35:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.oauth-client-java6_1.30.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:47 [INFO] Copying 3 resources 13:35:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-java6_1.30.6/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-java6_1.30.6/target/com.google.oauth-client-java6-1.30.6-SNAPSHOT-sources.jar 13:35:47 [INFO] Assembling p2 repository 13:35:48 [INFO] 13:35:48 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.oauth-client-java6 --- 13:35:48 [INFO] 13:35:48 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.oauth-client-java6 --- 13:35:48 [INFO] Discovering license information from existing ip_log.xml 13:35:48 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.oauth-client:google-oauth-client-java6:1.30.6. 13:35:48 [INFO] Gathering sources archives 13:35:48 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-java6:sources:1.30.6:jar 13:35:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:35:48 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-java6:sources:1.30.6:jar 13:35:48 [INFO] Copying google-oauth-client-java6-1.30.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-java6_1.30.6/target/sources-for-eclipse-ipzilla/google-oauth-client-java6-1.30.6-sources.jar 13:35:48 [INFO] Refreshing about files and about.html 13:35:48 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:35:48 [INFO] Refreshing ip_log.xml 13:35:48 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-java6_1.30.6/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:35:48 [INFO] 13:35:48 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.oauth-client-java6 --- 13:35:48 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-java6_1.30.6/target/com.google.oauth-client-java6-1.30.6-SNAPSHOT.jar 13:35:48 [INFO] 13:35:48 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.oauth-client-java6 --- 13:35:48 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-java6_1.30.6/target/com.google.oauth-client-java6-1.30.6-SNAPSHOT.jar 13:35:49 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-java6_1.30.6/target/com.google.oauth-client-java6-1.30.6-SNAPSHOT-sources.jar 13:35:51 [INFO] 13:35:51 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.oauth-client-java6 --- 13:35:51 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-java6_1.30.6/target/com.google.oauth-client-java6-1.30.6-SNAPSHOT.jar 13:35:51 [INFO] 13:35:51 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.oauth-client-java6 --- 13:35:51 [INFO] 13:35:51 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.oauth-client-java6 --- 13:35:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.oauth-client-java6/1.30.6-SNAPSHOT/com.google.oauth-client-java6-1.30.6-SNAPSHOT.jar 13:35:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-java6_1.30.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.oauth-client-java6/1.30.6-SNAPSHOT/com.google.oauth-client-java6-1.30.6-SNAPSHOT.pom 13:35:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:35:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-java6_1.30.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:35:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-java6_1.30.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:35:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-java6_1.30.6/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.oauth-client-java6/1.30.6-SNAPSHOT/com.google.oauth-client-java6-1.30.6-SNAPSHOT-ip_log.xml 13:35:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-java6_1.30.6/target/com.google.oauth-client-java6-1.30.6-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.oauth-client-java6/1.30.6-SNAPSHOT/com.google.oauth-client-java6-1.30.6-SNAPSHOT-pack200.jar.pack.gz 13:35:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-java6_1.30.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:35:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-java6_1.30.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:35:51 [INFO] 13:35:51 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.oauth-client-java6 --- 13:35:51 [INFO] 13:35:51 [INFO] ------< org.eclipse.orbit.bundles:com.google.oauth-client-jetty >------- 13:35:51 [INFO] Building OAuth 2.0 verification code receiver for Google OAuth Client Library for Java. 1.30.6-SNAPSHOT [250/376] 13:35:51 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:35:52 [INFO] 13:35:52 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.oauth-client-jetty --- 13:35:52 [INFO] 13:35:52 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.oauth-client-jetty --- 13:35:52 [INFO] The project's OSGi version is 1.30.6.v20200819-2030 13:35:52 [INFO] 13:35:52 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.oauth-client-jetty --- 13:35:52 [INFO] 13:35:52 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.oauth-client-jetty --- 13:35:52 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:52 [INFO] Copying 3 resources 13:35:52 [INFO] 13:35:52 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.oauth-client-jetty --- 13:35:52 [INFO] No sources to compile 13:35:52 [INFO] 13:35:52 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.oauth-client-jetty --- 13:35:52 [INFO] Gathering dependencies 13:35:52 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-jetty:1.30.6:jar 13:35:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.oauth-client-jetty_1.30.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:52 [INFO] Merging collected dependencies 13:35:52 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:52 [INFO] Copying 4 resources 13:35:52 [INFO] Generating OSGi MANIFEST.MF 13:35:52 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-jetty_1.30.6/target/com.google.oauth-client-jetty-1.30.6-SNAPSHOT.jar 13:35:52 [INFO] Gathering sources 13:35:52 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-jetty:sources:1.30.6:jar 13:35:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.oauth-client-jetty_1.30.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:52 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:52 [INFO] Copying 3 resources 13:35:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-jetty_1.30.6/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-jetty_1.30.6/target/com.google.oauth-client-jetty-1.30.6-SNAPSHOT-sources.jar 13:35:52 [INFO] Assembling p2 repository 13:35:53 [INFO] 13:35:53 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.oauth-client-jetty --- 13:35:53 [INFO] 13:35:53 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.oauth-client-jetty --- 13:35:53 [INFO] Discovering license information from existing ip_log.xml 13:35:53 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.oauth-client:google-oauth-client-jetty:1.30.6. 13:35:53 [INFO] Gathering sources archives 13:35:53 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-jetty:sources:1.30.6:jar 13:35:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:35:53 [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-jetty:sources:1.30.6:jar 13:35:53 [INFO] Copying google-oauth-client-jetty-1.30.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-jetty_1.30.6/target/sources-for-eclipse-ipzilla/google-oauth-client-jetty-1.30.6-sources.jar 13:35:53 [INFO] Refreshing about files and about.html 13:35:53 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:35:53 [INFO] Refreshing ip_log.xml 13:35:53 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-jetty_1.30.6/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:35:53 [INFO] 13:35:53 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.oauth-client-jetty --- 13:35:53 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-jetty_1.30.6/target/com.google.oauth-client-jetty-1.30.6-SNAPSHOT.jar 13:35:53 [INFO] 13:35:53 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.oauth-client-jetty --- 13:35:53 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-jetty_1.30.6/target/com.google.oauth-client-jetty-1.30.6-SNAPSHOT.jar 13:35:54 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-jetty_1.30.6/target/com.google.oauth-client-jetty-1.30.6-SNAPSHOT-sources.jar 13:35:55 [INFO] 13:35:55 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.oauth-client-jetty --- 13:35:55 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-jetty_1.30.6/target/com.google.oauth-client-jetty-1.30.6-SNAPSHOT.jar 13:35:55 [INFO] 13:35:55 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.oauth-client-jetty --- 13:35:55 [INFO] 13:35:55 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.oauth-client-jetty --- 13:35:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.oauth-client-jetty/1.30.6-SNAPSHOT/com.google.oauth-client-jetty-1.30.6-SNAPSHOT.jar 13:35:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-jetty_1.30.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.oauth-client-jetty/1.30.6-SNAPSHOT/com.google.oauth-client-jetty-1.30.6-SNAPSHOT.pom 13:35:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:35:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-jetty_1.30.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:35:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-jetty_1.30.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:35:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-jetty_1.30.6/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.oauth-client-jetty/1.30.6-SNAPSHOT/com.google.oauth-client-jetty-1.30.6-SNAPSHOT-ip_log.xml 13:35:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-jetty_1.30.6/target/com.google.oauth-client-jetty-1.30.6-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.oauth-client-jetty/1.30.6-SNAPSHOT/com.google.oauth-client-jetty-1.30.6-SNAPSHOT-pack200.jar.pack.gz 13:35:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-jetty_1.30.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:35:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.oauth-client-jetty_1.30.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:35:55 [INFO] 13:35:55 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.oauth-client-jetty --- 13:35:55 [INFO] 13:35:55 [INFO] --------< org.eclipse.orbit.bundles:com.google.api.client-auth >-------- 13:35:55 [INFO] Building com.google.api.client-auth 1.2.3-SNAPSHOT [251/376] 13:35:55 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:35:56 [INFO] 13:35:56 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-auth --- 13:35:56 [INFO] 13:35:56 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.api.client-auth --- 13:35:56 [INFO] The project's OSGi version is 1.2.3.v20200819-2030 13:35:56 [INFO] 13:35:56 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.api.client-auth --- 13:35:56 [INFO] 13:35:56 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.api.client-auth --- 13:35:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:56 [INFO] Copying 3 resources 13:35:56 [INFO] 13:35:56 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.api.client-auth --- 13:35:56 [INFO] No sources to compile 13:35:56 [INFO] 13:35:56 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-auth --- 13:35:56 [INFO] Gathering dependencies 13:35:56 [INFO] Configured Artifact: com.google.api.client:google-api-client-auth:1.2.3-alpha:jar 13:35:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.api.client-auth_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:56 [INFO] Merging collected dependencies 13:35:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:56 [INFO] Copying 3 resources 13:35:56 [INFO] Generating OSGi MANIFEST.MF 13:35:56 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth_1.2.3/target/com.google.api.client-auth-1.2.3-SNAPSHOT.jar 13:35:56 [INFO] Gathering sources 13:35:56 [INFO] Configured Artifact: com.google.api.client:google-api-client-auth:sources:1.2.3-alpha:jar 13:35:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.api.client-auth_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:35:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:35:56 [INFO] Copying 3 resources 13:35:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth_1.2.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth_1.2.3/target/com.google.api.client-auth-1.2.3-SNAPSHOT-sources.jar 13:35:56 [INFO] Assembling p2 repository 13:35:56 [INFO] 13:35:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-auth --- 13:35:56 [INFO] 13:35:56 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-auth --- 13:35:56 [INFO] Discovering license information from existing ip_log.xml 13:35:56 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.api.client:google-api-client-auth:1.2.3-alpha. 13:35:56 [INFO] Gathering sources archives 13:35:56 [INFO] Configured Artifact: com.google.api.client:google-api-client-auth:sources:1.2.3-alpha:jar 13:35:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:35:57 [INFO] Configured Artifact: com.google.api.client:google-api-client-auth:sources:1.2.3-alpha:jar 13:35:57 [INFO] Copying google-api-client-auth-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-auth-1.2.3-alpha-sources.jar 13:35:57 [INFO] Refreshing about files and about.html 13:35:57 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:35:57 [INFO] Refreshing ip_log.xml 13:35:57 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth_1.2.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:35:57 [INFO] 13:35:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.api.client-auth --- 13:35:57 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth_1.2.3/target/com.google.api.client-auth-1.2.3-SNAPSHOT.jar 13:35:57 [INFO] 13:35:57 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.api.client-auth --- 13:35:57 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth_1.2.3/target/com.google.api.client-auth-1.2.3-SNAPSHOT.jar 13:35:58 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth_1.2.3/target/com.google.api.client-auth-1.2.3-SNAPSHOT-sources.jar 13:35:59 [INFO] 13:35:59 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.api.client-auth --- 13:35:59 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth_1.2.3/target/com.google.api.client-auth-1.2.3-SNAPSHOT.jar 13:35:59 [INFO] 13:35:59 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.api.client-auth --- 13:35:59 [INFO] 13:35:59 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.api.client-auth --- 13:35:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.api.client-auth/1.2.3-SNAPSHOT/com.google.api.client-auth-1.2.3-SNAPSHOT.jar 13:35:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth_1.2.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.api.client-auth/1.2.3-SNAPSHOT/com.google.api.client-auth-1.2.3-SNAPSHOT.pom 13:35:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:35:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:35:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:35:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth_1.2.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.api.client-auth/1.2.3-SNAPSHOT/com.google.api.client-auth-1.2.3-SNAPSHOT-ip_log.xml 13:35:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth_1.2.3/target/com.google.api.client-auth-1.2.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.api.client-auth/1.2.3-SNAPSHOT/com.google.api.client-auth-1.2.3-SNAPSHOT-pack200.jar.pack.gz 13:35:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:35:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:35:59 [INFO] 13:35:59 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.api.client-auth --- 13:35:59 [INFO] 13:35:59 [INFO] ----< org.eclipse.orbit.bundles:com.google.api.client-auth-oauth2 >----- 13:35:59 [INFO] Building com.google.api.client-auth-oauth2 1.2.3-SNAPSHOT [252/376] 13:35:59 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:36:00 [INFO] 13:36:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-auth-oauth2 --- 13:36:00 [INFO] 13:36:00 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.api.client-auth-oauth2 --- 13:36:00 [INFO] The project's OSGi version is 1.2.3.v20200819-2030 13:36:00 [INFO] 13:36:00 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.api.client-auth-oauth2 --- 13:36:00 [INFO] 13:36:00 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.api.client-auth-oauth2 --- 13:36:00 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:00 [INFO] Copying 3 resources 13:36:00 [INFO] 13:36:00 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.api.client-auth-oauth2 --- 13:36:00 [INFO] No sources to compile 13:36:00 [INFO] 13:36:00 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-auth-oauth2 --- 13:36:00 [INFO] Gathering dependencies 13:36:00 [INFO] Configured Artifact: com.google.api.client:google-api-client-auth-oauth2:1.2.3-alpha:jar 13:36:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.api.client-auth-oauth2_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:00 [INFO] Merging collected dependencies 13:36:00 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:00 [INFO] Copying 18 resources 13:36:00 [INFO] Generating OSGi MANIFEST.MF 13:36:00 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth-oauth2_1.2.3/target/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT.jar 13:36:00 [INFO] Gathering sources 13:36:00 [INFO] Configured Artifact: com.google.api.client:google-api-client-auth-oauth2:sources:1.2.3-alpha:jar 13:36:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.api.client-auth-oauth2_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:00 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:00 [INFO] Copying 3 resources 13:36:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth-oauth2_1.2.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth-oauth2_1.2.3/target/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT-sources.jar 13:36:00 [INFO] Assembling p2 repository 13:36:01 [INFO] 13:36:01 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-auth-oauth2 --- 13:36:01 [INFO] 13:36:01 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-auth-oauth2 --- 13:36:01 [INFO] Discovering license information from existing ip_log.xml 13:36:01 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.api.client:google-api-client-auth-oauth2:1.2.3-alpha. 13:36:01 [INFO] Gathering sources archives 13:36:01 [INFO] Configured Artifact: com.google.api.client:google-api-client-auth-oauth2:sources:1.2.3-alpha:jar 13:36:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:36:01 [INFO] Configured Artifact: com.google.api.client:google-api-client-auth-oauth2:sources:1.2.3-alpha:jar 13:36:01 [INFO] Copying google-api-client-auth-oauth2-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:36:01 [INFO] Refreshing about files and about.html 13:36:01 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:36:01 [INFO] Refreshing ip_log.xml 13:36:01 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth-oauth2_1.2.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:36:01 [INFO] 13:36:01 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.api.client-auth-oauth2 --- 13:36:01 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth-oauth2_1.2.3/target/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT.jar 13:36:01 [INFO] 13:36:01 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.api.client-auth-oauth2 --- 13:36:01 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth-oauth2_1.2.3/target/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT.jar 13:36:02 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth-oauth2_1.2.3/target/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT-sources.jar 13:36:04 [INFO] 13:36:04 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.api.client-auth-oauth2 --- 13:36:04 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth-oauth2_1.2.3/target/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT.jar 13:36:04 [INFO] 13:36:04 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.api.client-auth-oauth2 --- 13:36:04 [INFO] 13:36:04 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.api.client-auth-oauth2 --- 13:36:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:36:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth-oauth2_1.2.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:36:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth-oauth2_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth-oauth2_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth-oauth2_1.2.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:36:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth-oauth2_1.2.3/target/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:36:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth-oauth2_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-auth-oauth2_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:04 [INFO] 13:36:04 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.api.client-auth-oauth2 --- 13:36:04 [INFO] 13:36:04 [INFO] --------< org.eclipse.orbit.bundles:com.google.api.client-util >-------- 13:36:04 [INFO] Building com.google.api.client-util 1.2.3-SNAPSHOT [253/376] 13:36:04 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:36:04 [INFO] 13:36:04 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-util --- 13:36:04 [INFO] 13:36:04 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.api.client-util --- 13:36:04 [INFO] The project's OSGi version is 1.2.3.v20200819-2030 13:36:04 [INFO] 13:36:04 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.api.client-util --- 13:36:04 [INFO] 13:36:04 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.api.client-util --- 13:36:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:04 [INFO] Copying 3 resources 13:36:04 [INFO] 13:36:04 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.api.client-util --- 13:36:04 [INFO] No sources to compile 13:36:04 [INFO] 13:36:04 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-util --- 13:36:04 [INFO] Gathering dependencies 13:36:04 [INFO] Configured Artifact: com.google.api.client:google-api-client-util:1.2.3-alpha:jar 13:36:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.api.client-util_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:04 [INFO] Merging collected dependencies 13:36:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:04 [INFO] Copying 21 resources 13:36:04 [INFO] Generating OSGi MANIFEST.MF 13:36:05 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-util_1.2.3/target/com.google.api.client-util-1.2.3-SNAPSHOT.jar 13:36:05 [INFO] Gathering sources 13:36:05 [INFO] Configured Artifact: com.google.api.client:google-api-client-util:sources:1.2.3-alpha:jar 13:36:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.api.client-util_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:06 [INFO] Copying 3 resources 13:36:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-util_1.2.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-util_1.2.3/target/com.google.api.client-util-1.2.3-SNAPSHOT-sources.jar 13:36:06 [INFO] Assembling p2 repository 13:36:07 [INFO] 13:36:07 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-util --- 13:36:07 [INFO] 13:36:07 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-util --- 13:36:07 [INFO] Discovering license information from existing ip_log.xml 13:36:07 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.api.client:google-api-client-util:1.2.3-alpha. 13:36:07 [INFO] Gathering sources archives 13:36:07 [INFO] Configured Artifact: com.google.api.client:google-api-client-util:sources:1.2.3-alpha:jar 13:36:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:36:07 [INFO] Configured Artifact: com.google.api.client:google-api-client-util:sources:1.2.3-alpha:jar 13:36:07 [INFO] Copying google-api-client-util-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-util_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-util-1.2.3-alpha-sources.jar 13:36:07 [INFO] Refreshing about files and about.html 13:36:07 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:36:07 [INFO] Refreshing ip_log.xml 13:36:07 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-util_1.2.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:36:07 [INFO] 13:36:07 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.api.client-util --- 13:36:07 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-util_1.2.3/target/com.google.api.client-util-1.2.3-SNAPSHOT.jar 13:36:07 [INFO] 13:36:07 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.api.client-util --- 13:36:07 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-util_1.2.3/target/com.google.api.client-util-1.2.3-SNAPSHOT.jar 13:36:10 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-util_1.2.3/target/com.google.api.client-util-1.2.3-SNAPSHOT-sources.jar 13:36:11 [INFO] 13:36:11 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.api.client-util --- 13:36:11 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-util_1.2.3/target/com.google.api.client-util-1.2.3-SNAPSHOT.jar 13:36:11 [INFO] 13:36:11 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.api.client-util --- 13:36:11 [INFO] 13:36:11 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.api.client-util --- 13:36:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.api.client-util/1.2.3-SNAPSHOT/com.google.api.client-util-1.2.3-SNAPSHOT.jar 13:36:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-util_1.2.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.api.client-util/1.2.3-SNAPSHOT/com.google.api.client-util-1.2.3-SNAPSHOT.pom 13:36:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:36:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-util_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-util_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-util_1.2.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.api.client-util/1.2.3-SNAPSHOT/com.google.api.client-util-1.2.3-SNAPSHOT-ip_log.xml 13:36:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-util_1.2.3/target/com.google.api.client-util-1.2.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.api.client-util/1.2.3-SNAPSHOT/com.google.api.client-util-1.2.3-SNAPSHOT-pack200.jar.pack.gz 13:36:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-util_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-util_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:11 [INFO] 13:36:11 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.api.client-util --- 13:36:11 [INFO] 13:36:11 [INFO] -------< org.eclipse.orbit.bundles:com.google.api.client-escape >------- 13:36:11 [INFO] Building com.google.api.client-escape 1.2.3-SNAPSHOT [254/376] 13:36:11 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:36:11 [INFO] 13:36:11 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-escape --- 13:36:11 [INFO] 13:36:11 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.api.client-escape --- 13:36:11 [INFO] The project's OSGi version is 1.2.3.v20200819-2030 13:36:11 [INFO] 13:36:11 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.api.client-escape --- 13:36:11 [INFO] 13:36:11 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.api.client-escape --- 13:36:11 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:11 [INFO] Copying 3 resources 13:36:11 [INFO] 13:36:11 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.api.client-escape --- 13:36:11 [INFO] No sources to compile 13:36:11 [INFO] 13:36:11 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-escape --- 13:36:11 [INFO] Gathering dependencies 13:36:11 [INFO] Configured Artifact: com.google.api.client:google-api-client-escape:1.2.3-alpha:jar 13:36:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.api.client-escape_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:11 [INFO] Merging collected dependencies 13:36:11 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:11 [INFO] Copying 7 resources 13:36:11 [INFO] Generating OSGi MANIFEST.MF 13:36:11 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-escape_1.2.3/target/com.google.api.client-escape-1.2.3-SNAPSHOT.jar 13:36:11 [INFO] Gathering sources 13:36:11 [INFO] Configured Artifact: com.google.api.client:google-api-client-escape:sources:1.2.3-alpha:jar 13:36:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.api.client-escape_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:11 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:11 [INFO] Copying 3 resources 13:36:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-escape_1.2.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-escape_1.2.3/target/com.google.api.client-escape-1.2.3-SNAPSHOT-sources.jar 13:36:11 [INFO] Assembling p2 repository 13:36:12 [INFO] 13:36:12 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-escape --- 13:36:12 [INFO] 13:36:12 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-escape --- 13:36:12 [INFO] Discovering license information from existing ip_log.xml 13:36:12 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.api.client:google-api-client-escape:1.2.3-alpha. 13:36:12 [INFO] Gathering sources archives 13:36:12 [INFO] Configured Artifact: com.google.api.client:google-api-client-escape:sources:1.2.3-alpha:jar 13:36:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:36:12 [INFO] Configured Artifact: com.google.api.client:google-api-client-escape:sources:1.2.3-alpha:jar 13:36:12 [INFO] Copying google-api-client-escape-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-escape_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-escape-1.2.3-alpha-sources.jar 13:36:12 [INFO] Refreshing about files and about.html 13:36:12 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:36:12 [INFO] Refreshing ip_log.xml 13:36:12 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-escape_1.2.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:36:12 [INFO] 13:36:12 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.api.client-escape --- 13:36:12 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-escape_1.2.3/target/com.google.api.client-escape-1.2.3-SNAPSHOT.jar 13:36:12 [INFO] 13:36:12 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.api.client-escape --- 13:36:12 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-escape_1.2.3/target/com.google.api.client-escape-1.2.3-SNAPSHOT.jar 13:36:13 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-escape_1.2.3/target/com.google.api.client-escape-1.2.3-SNAPSHOT-sources.jar 13:36:14 [INFO] 13:36:14 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.api.client-escape --- 13:36:14 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-escape_1.2.3/target/com.google.api.client-escape-1.2.3-SNAPSHOT.jar 13:36:14 [INFO] 13:36:14 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.api.client-escape --- 13:36:14 [INFO] 13:36:14 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.api.client-escape --- 13:36:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.api.client-escape/1.2.3-SNAPSHOT/com.google.api.client-escape-1.2.3-SNAPSHOT.jar 13:36:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-escape_1.2.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.api.client-escape/1.2.3-SNAPSHOT/com.google.api.client-escape-1.2.3-SNAPSHOT.pom 13:36:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:36:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-escape_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-escape_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-escape_1.2.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.api.client-escape/1.2.3-SNAPSHOT/com.google.api.client-escape-1.2.3-SNAPSHOT-ip_log.xml 13:36:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-escape_1.2.3/target/com.google.api.client-escape-1.2.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.api.client-escape/1.2.3-SNAPSHOT/com.google.api.client-escape-1.2.3-SNAPSHOT-pack200.jar.pack.gz 13:36:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-escape_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-escape_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:14 [INFO] 13:36:14 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.api.client-escape --- 13:36:14 [INFO] 13:36:14 [INFO] --< org.eclipse.orbit.bundles:com.google.api.client-repackaged-com-google-common-base >-- 13:36:14 [INFO] Building com.google.api.client-repackaged-com-google-common-base 1.2.3-SNAPSHOT [255/376] 13:36:14 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:36:14 [INFO] 13:36:14 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-repackaged-com-google-common-base --- 13:36:14 [INFO] 13:36:14 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.api.client-repackaged-com-google-common-base --- 13:36:14 [INFO] The project's OSGi version is 1.2.3.v20200819-2030 13:36:14 [INFO] 13:36:14 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.api.client-repackaged-com-google-common-base --- 13:36:14 [INFO] 13:36:14 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.api.client-repackaged-com-google-common-base --- 13:36:14 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:14 [INFO] Copying 3 resources 13:36:14 [INFO] 13:36:14 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.api.client-repackaged-com-google-common-base --- 13:36:14 [INFO] No sources to compile 13:36:14 [INFO] 13:36:14 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-repackaged-com-google-common-base --- 13:36:14 [INFO] Gathering dependencies 13:36:14 [INFO] Configured Artifact: com.google.api.client:google-api-client-repackaged-com-google-common-base:1.2.3-alpha:jar 13:36:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:14 [INFO] Merging collected dependencies 13:36:14 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:14 [INFO] Copying 3 resources 13:36:14 [INFO] Generating OSGi MANIFEST.MF 13:36:14 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:36:14 [INFO] Gathering sources 13:36:14 [INFO] Configured Artifact: com.google.api.client:google-api-client-repackaged-com-google-common-base:sources:1.2.3-alpha:jar 13:36:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:14 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:14 [INFO] Copying 3 resources 13:36:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/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 13:36:14 [INFO] Assembling p2 repository 13:36:15 [INFO] 13:36:15 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-repackaged-com-google-common-base --- 13:36:15 [INFO] 13:36:15 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-repackaged-com-google-common-base --- 13:36:15 [INFO] Discovering license information from existing ip_log.xml 13:36:15 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.api.client:google-api-client-repackaged-com-google-common-base:1.2.3-alpha. 13:36:15 [INFO] Gathering sources archives 13:36:15 [INFO] Configured Artifact: com.google.api.client:google-api-client-repackaged-com-google-common-base:sources:1.2.3-alpha:jar 13:36:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:36:15 [INFO] Configured Artifact: com.google.api.client:google-api-client-repackaged-com-google-common-base:sources:1.2.3-alpha:jar 13:36:15 [INFO] Copying google-api-client-repackaged-com-google-common-base-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:36:15 [INFO] Refreshing about files and about.html 13:36:15 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:36:15 [INFO] Refreshing ip_log.xml 13:36:15 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:36:15 [INFO] 13:36:15 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.api.client-repackaged-com-google-common-base --- 13:36:15 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:36:15 [INFO] 13:36:15 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.api.client-repackaged-com-google-common-base --- 13:36:15 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:36:17 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:36:18 [INFO] 13:36:18 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.api.client-repackaged-com-google-common-base --- 13:36:18 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:36:18 [INFO] 13:36:18 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.api.client-repackaged-com-google-common-base --- 13:36:18 [INFO] 13:36:18 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.api.client-repackaged-com-google-common-base --- 13:36:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:36:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:36:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:36:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:36:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:18 [INFO] 13:36:18 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.api.client-repackaged-com-google-common-base --- 13:36:18 [INFO] 13:36:18 [INFO] --------< org.eclipse.orbit.bundles:com.google.api.client-json >-------- 13:36:18 [INFO] Building com.google.api.client-json 1.2.3-SNAPSHOT [256/376] 13:36:18 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:36:18 [INFO] 13:36:18 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-json --- 13:36:18 [INFO] 13:36:18 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.api.client-json --- 13:36:18 [INFO] The project's OSGi version is 1.2.3.v20200819-2030 13:36:18 [INFO] 13:36:18 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.api.client-json --- 13:36:18 [INFO] 13:36:18 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.api.client-json --- 13:36:18 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:18 [INFO] Copying 3 resources 13:36:18 [INFO] 13:36:18 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.api.client-json --- 13:36:18 [INFO] No sources to compile 13:36:18 [INFO] 13:36:18 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-json --- 13:36:18 [INFO] Gathering dependencies 13:36:18 [INFO] Configured Artifact: com.google.api.client:google-api-client-json:1.2.3-alpha:jar 13:36:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.api.client-json_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:18 [INFO] Merging collected dependencies 13:36:18 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:18 [INFO] Copying 7 resources 13:36:18 [INFO] Generating OSGi MANIFEST.MF 13:36:18 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-json_1.2.3/target/com.google.api.client-json-1.2.3-SNAPSHOT.jar 13:36:18 [INFO] Gathering sources 13:36:18 [INFO] Configured Artifact: com.google.api.client:google-api-client-json:sources:1.2.3-alpha:jar 13:36:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.api.client-json_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:18 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:18 [INFO] Copying 3 resources 13:36:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-json_1.2.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-json_1.2.3/target/com.google.api.client-json-1.2.3-SNAPSHOT-sources.jar 13:36:18 [INFO] Assembling p2 repository 13:36:19 [INFO] 13:36:19 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-json --- 13:36:19 [INFO] 13:36:19 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-json --- 13:36:19 [INFO] Discovering license information from existing ip_log.xml 13:36:19 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.api.client:google-api-client-json:1.2.3-alpha. 13:36:19 [INFO] Gathering sources archives 13:36:19 [INFO] Configured Artifact: com.google.api.client:google-api-client-json:sources:1.2.3-alpha:jar 13:36:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:36:19 [INFO] Configured Artifact: com.google.api.client:google-api-client-json:sources:1.2.3-alpha:jar 13:36:19 [INFO] Copying google-api-client-json-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-json_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-json-1.2.3-alpha-sources.jar 13:36:19 [INFO] Refreshing about files and about.html 13:36:19 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:36:19 [INFO] Refreshing ip_log.xml 13:36:19 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-json_1.2.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:36:19 [INFO] 13:36:19 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.api.client-json --- 13:36:19 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-json_1.2.3/target/com.google.api.client-json-1.2.3-SNAPSHOT.jar 13:36:19 [INFO] 13:36:19 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.api.client-json --- 13:36:19 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-json_1.2.3/target/com.google.api.client-json-1.2.3-SNAPSHOT.jar 13:36:20 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-json_1.2.3/target/com.google.api.client-json-1.2.3-SNAPSHOT-sources.jar 13:36:21 [INFO] 13:36:21 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.api.client-json --- 13:36:21 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-json_1.2.3/target/com.google.api.client-json-1.2.3-SNAPSHOT.jar 13:36:21 [INFO] 13:36:21 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.api.client-json --- 13:36:21 [INFO] 13:36:21 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.api.client-json --- 13:36:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.api.client-json/1.2.3-SNAPSHOT/com.google.api.client-json-1.2.3-SNAPSHOT.jar 13:36:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-json_1.2.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.api.client-json/1.2.3-SNAPSHOT/com.google.api.client-json-1.2.3-SNAPSHOT.pom 13:36:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:36:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-json_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-json_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-json_1.2.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.api.client-json/1.2.3-SNAPSHOT/com.google.api.client-json-1.2.3-SNAPSHOT-ip_log.xml 13:36:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-json_1.2.3/target/com.google.api.client-json-1.2.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.api.client-json/1.2.3-SNAPSHOT/com.google.api.client-json-1.2.3-SNAPSHOT-pack200.jar.pack.gz 13:36:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-json_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:21 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-json_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:21 [INFO] 13:36:21 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.api.client-json --- 13:36:21 [INFO] 13:36:21 [INFO] --------< org.eclipse.orbit.bundles:com.google.api.client-http >-------- 13:36:21 [INFO] Building com.google.api.client-http 1.2.3-SNAPSHOT [257/376] 13:36:21 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:36:21 [INFO] 13:36:21 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-http --- 13:36:21 [INFO] 13:36:21 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.api.client-http --- 13:36:21 [INFO] The project's OSGi version is 1.2.3.v20200819-2030 13:36:21 [INFO] 13:36:21 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.api.client-http --- 13:36:21 [INFO] 13:36:21 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.api.client-http --- 13:36:21 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:21 [INFO] Copying 3 resources 13:36:21 [INFO] 13:36:21 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.api.client-http --- 13:36:21 [INFO] No sources to compile 13:36:21 [INFO] 13:36:21 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-http --- 13:36:21 [INFO] Gathering dependencies 13:36:21 [INFO] Configured Artifact: com.google.api.client:google-api-client-http:1.2.3-alpha:jar 13:36:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.api.client-http_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:21 [INFO] Merging collected dependencies 13:36:21 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:21 [INFO] Copying 19 resources 13:36:21 [INFO] Generating OSGi MANIFEST.MF 13:36:21 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-http_1.2.3/target/com.google.api.client-http-1.2.3-SNAPSHOT.jar 13:36:21 [INFO] Gathering sources 13:36:21 [INFO] Configured Artifact: com.google.api.client:google-api-client-http:sources:1.2.3-alpha:jar 13:36:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.api.client-http_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:21 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:21 [INFO] Copying 3 resources 13:36:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-http_1.2.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-http_1.2.3/target/com.google.api.client-http-1.2.3-SNAPSHOT-sources.jar 13:36:21 [INFO] Assembling p2 repository 13:36:22 [INFO] 13:36:22 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-http --- 13:36:22 [INFO] 13:36:22 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-http --- 13:36:22 [INFO] Discovering license information from existing ip_log.xml 13:36:22 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.api.client:google-api-client-http:1.2.3-alpha. 13:36:22 [INFO] Gathering sources archives 13:36:22 [INFO] Configured Artifact: com.google.api.client:google-api-client-http:sources:1.2.3-alpha:jar 13:36:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:36:22 [INFO] Configured Artifact: com.google.api.client:google-api-client-http:sources:1.2.3-alpha:jar 13:36:22 [INFO] Copying google-api-client-http-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-http_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-http-1.2.3-alpha-sources.jar 13:36:22 [INFO] Refreshing about files and about.html 13:36:22 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:36:22 [INFO] Refreshing ip_log.xml 13:36:22 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-http_1.2.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:36:22 [INFO] 13:36:22 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.api.client-http --- 13:36:22 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-http_1.2.3/target/com.google.api.client-http-1.2.3-SNAPSHOT.jar 13:36:22 [INFO] 13:36:22 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.api.client-http --- 13:36:22 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-http_1.2.3/target/com.google.api.client-http-1.2.3-SNAPSHOT.jar 13:36:24 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-http_1.2.3/target/com.google.api.client-http-1.2.3-SNAPSHOT-sources.jar 13:36:25 [INFO] 13:36:25 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.api.client-http --- 13:36:25 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-http_1.2.3/target/com.google.api.client-http-1.2.3-SNAPSHOT.jar 13:36:25 [INFO] 13:36:25 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.api.client-http --- 13:36:25 [INFO] 13:36:25 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.api.client-http --- 13:36:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.api.client-http/1.2.3-SNAPSHOT/com.google.api.client-http-1.2.3-SNAPSHOT.jar 13:36:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-http_1.2.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.api.client-http/1.2.3-SNAPSHOT/com.google.api.client-http-1.2.3-SNAPSHOT.pom 13:36:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:36:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-http_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-http_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-http_1.2.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.api.client-http/1.2.3-SNAPSHOT/com.google.api.client-http-1.2.3-SNAPSHOT-ip_log.xml 13:36:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-http_1.2.3/target/com.google.api.client-http-1.2.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.api.client-http/1.2.3-SNAPSHOT/com.google.api.client-http-1.2.3-SNAPSHOT-pack200.jar.pack.gz 13:36:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-http_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.api.client-http_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:25 [INFO] 13:36:25 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.api.client-http --- 13:36:25 [INFO] 13:36:25 [INFO] -------< org.eclipse.orbit.bundles:com.google.auth.oauth2-http >-------- 13:36:25 [INFO] Building Google Auth Library for Java - OAuth2 HTTP 0.20.0-SNAPSHOT [258/376] 13:36:25 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:36:27 [INFO] 13:36:27 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.auth.oauth2-http --- 13:36:27 [INFO] 13:36:27 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.auth.oauth2-http --- 13:36:27 [INFO] The project's OSGi version is 0.20.0.v20200604-1524 13:36:27 [INFO] 13:36:27 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.auth.oauth2-http --- 13:36:27 [INFO] 13:36:27 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.auth.oauth2-http --- 13:36:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:27 [INFO] Copying 3 resources 13:36:27 [INFO] 13:36:27 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.auth.oauth2-http --- 13:36:27 [INFO] No sources to compile 13:36:27 [INFO] 13:36:27 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.auth.oauth2-http --- 13:36:27 [INFO] Gathering dependencies 13:36:27 [INFO] Configured Artifact: com.google.auth:google-auth-library-oauth2-http:0.20.0:jar 13:36:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.auth.oauth2-http_0.20.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:27 [INFO] Merging collected dependencies 13:36:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:27 [INFO] Copying 60 resources 13:36:27 [INFO] Generating OSGi MANIFEST.MF 13:36:27 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.oauth2-http_0.20.0/target/com.google.auth.oauth2-http-0.20.0-SNAPSHOT.jar 13:36:27 [INFO] Gathering sources 13:36:27 [INFO] Configured Artifact: com.google.auth:google-auth-library-oauth2-http:sources:0.20.0:jar 13:36:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.auth.oauth2-http_0.20.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:27 [INFO] Copying 3 resources 13:36:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.oauth2-http_0.20.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.oauth2-http_0.20.0/target/com.google.auth.oauth2-http-0.20.0-SNAPSHOT-sources.jar 13:36:27 [INFO] Assembling p2 repository 13:36:27 [INFO] 13:36:27 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.auth.oauth2-http --- 13:36:27 [INFO] 13:36:27 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.auth.oauth2-http --- 13:36:27 [INFO] Discovering license information from existing ip_log.xml 13:36:27 [INFO] Discovered license 'New BSD license' for artifact com.google.auth:google-auth-library-oauth2-http:0.20.0. 13:36:27 [INFO] Gathering sources archives 13:36:27 [INFO] Configured Artifact: com.google.auth:google-auth-library-oauth2-http:sources:0.20.0:jar 13:36:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:36:28 [INFO] Configured Artifact: com.google.auth:google-auth-library-oauth2-http:sources:0.20.0:jar 13:36:28 [INFO] Copying google-auth-library-oauth2-http-0.20.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.oauth2-http_0.20.0/target/sources-for-eclipse-ipzilla/google-auth-library-oauth2-http-0.20.0-sources.jar 13:36:28 [INFO] Refreshing about files and about.html 13:36:28 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:36:28 [INFO] Refreshing ip_log.xml 13:36:28 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.oauth2-http_0.20.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:36:28 [INFO] 13:36:28 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.auth.oauth2-http --- 13:36:28 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.oauth2-http_0.20.0/target/com.google.auth.oauth2-http-0.20.0-SNAPSHOT.jar 13:36:28 [INFO] 13:36:28 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.auth.oauth2-http --- 13:36:28 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.oauth2-http_0.20.0/target/com.google.auth.oauth2-http-0.20.0-SNAPSHOT.jar 13:36:29 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.oauth2-http_0.20.0/target/com.google.auth.oauth2-http-0.20.0-SNAPSHOT-sources.jar 13:36:31 [INFO] 13:36:31 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.auth.oauth2-http --- 13:36:31 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.oauth2-http_0.20.0/target/com.google.auth.oauth2-http-0.20.0-SNAPSHOT.jar 13:36:31 [INFO] 13:36:31 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.auth.oauth2-http --- 13:36:31 [INFO] 13:36:31 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.auth.oauth2-http --- 13:36:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.auth.oauth2-http/0.20.0-SNAPSHOT/com.google.auth.oauth2-http-0.20.0-SNAPSHOT.jar 13:36:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.oauth2-http_0.20.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.auth.oauth2-http/0.20.0-SNAPSHOT/com.google.auth.oauth2-http-0.20.0-SNAPSHOT.pom 13:36:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:36:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.oauth2-http_0.20.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.oauth2-http_0.20.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.oauth2-http_0.20.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.auth.oauth2-http/0.20.0-SNAPSHOT/com.google.auth.oauth2-http-0.20.0-SNAPSHOT-ip_log.xml 13:36:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.oauth2-http_0.20.0/target/com.google.auth.oauth2-http-0.20.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.auth.oauth2-http/0.20.0-SNAPSHOT/com.google.auth.oauth2-http-0.20.0-SNAPSHOT-pack200.jar.pack.gz 13:36:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.oauth2-http_0.20.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.oauth2-http_0.20.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:31 [INFO] 13:36:31 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.auth.oauth2-http --- 13:36:31 [INFO] 13:36:31 [INFO] --< org.eclipse.orbit.bundles:com.google.auth.google-auth-library-credentials >-- 13:36:31 [INFO] Building Google Auth Library for Java - Credentials 0.20.0-SNAPSHOT [259/376] 13:36:31 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:36:31 [INFO] 13:36:31 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.auth.google-auth-library-credentials --- 13:36:31 [INFO] 13:36:31 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.auth.google-auth-library-credentials --- 13:36:31 [INFO] The project's OSGi version is 0.20.0.v20200515-2048 13:36:31 [INFO] 13:36:31 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.auth.google-auth-library-credentials --- 13:36:31 [INFO] 13:36:31 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.auth.google-auth-library-credentials --- 13:36:31 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:31 [INFO] Copying 3 resources 13:36:31 [INFO] 13:36:31 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.auth.google-auth-library-credentials --- 13:36:31 [INFO] No sources to compile 13:36:31 [INFO] 13:36:31 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.auth.google-auth-library-credentials --- 13:36:31 [INFO] Gathering dependencies 13:36:31 [INFO] Configured Artifact: com.google.auth:google-auth-library-credentials:0.20.0:jar 13:36:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.auth.google-auth-library-credentials_0.20.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:31 [INFO] Merging collected dependencies 13:36:31 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:31 [INFO] Copying 6 resources 13:36:31 [INFO] Generating OSGi MANIFEST.MF 13:36:31 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.google-auth-library-credentials_0.20.0/target/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT.jar 13:36:31 [INFO] Gathering sources 13:36:31 [INFO] Configured Artifact: com.google.auth:google-auth-library-credentials:sources:0.20.0:jar 13:36:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.auth.google-auth-library-credentials_0.20.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:31 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:31 [INFO] Copying 3 resources 13:36:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.google-auth-library-credentials_0.20.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:36:31 [INFO] Assembling p2 repository 13:36:31 [INFO] 13:36:31 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.auth.google-auth-library-credentials --- 13:36:31 [INFO] 13:36:31 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.auth.google-auth-library-credentials --- 13:36:31 [INFO] Discovering license information from existing ip_log.xml 13:36:31 [INFO] Discovered license 'New BSD license' for artifact com.google.auth:google-auth-library-credentials:0.20.0. 13:36:31 [INFO] Gathering sources archives 13:36:31 [INFO] Configured Artifact: com.google.auth:google-auth-library-credentials:sources:0.20.0:jar 13:36:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:36:31 [INFO] Configured Artifact: com.google.auth:google-auth-library-credentials:sources:0.20.0:jar 13:36:31 [INFO] Copying google-auth-library-credentials-0.20.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:36:31 [INFO] Refreshing about files and about.html 13:36:31 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:36:31 [INFO] Refreshing ip_log.xml 13:36:31 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.google-auth-library-credentials_0.20.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:36:31 [INFO] 13:36:31 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.auth.google-auth-library-credentials --- 13:36:31 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.google-auth-library-credentials_0.20.0/target/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT.jar 13:36:31 [INFO] 13:36:31 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.auth.google-auth-library-credentials --- 13:36:31 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.google-auth-library-credentials_0.20.0/target/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT.jar 13:36:33 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:36:34 [INFO] 13:36:34 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.auth.google-auth-library-credentials --- 13:36:34 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.google-auth-library-credentials_0.20.0/target/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT.jar 13:36:34 [INFO] 13:36:34 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.auth.google-auth-library-credentials --- 13:36:34 [INFO] 13:36:34 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.auth.google-auth-library-credentials --- 13:36:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:36:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.google-auth-library-credentials_0.20.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:36:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.google-auth-library-credentials_0.20.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.google-auth-library-credentials_0.20.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.google-auth-library-credentials_0.20.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:36:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.google-auth-library-credentials_0.20.0/target/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:36:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.google-auth-library-credentials_0.20.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auth.google-auth-library-credentials_0.20.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:35 [INFO] 13:36:35 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.auth.google-auth-library-credentials --- 13:36:35 [INFO] 13:36:35 [INFO] --< org.eclipse.orbit.bundles:com.google.auto.value.auto-value-annotations >-- 13:36:35 [INFO] Building AutoValue Annotations 1.7.0-SNAPSHOT [260/376] 13:36:35 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:36:35 [INFO] 13:36:35 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.auto.value.auto-value-annotations --- 13:36:35 [INFO] 13:36:35 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.auto.value.auto-value-annotations --- 13:36:35 [INFO] The project's OSGi version is 1.7.0.v20200515-2048 13:36:35 [INFO] 13:36:35 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.auto.value.auto-value-annotations --- 13:36:35 [INFO] 13:36:35 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.auto.value.auto-value-annotations --- 13:36:35 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:35 [INFO] Copying 3 resources 13:36:35 [INFO] 13:36:35 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.auto.value.auto-value-annotations --- 13:36:35 [INFO] No sources to compile 13:36:35 [INFO] 13:36:35 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.auto.value.auto-value-annotations --- 13:36:35 [INFO] Gathering dependencies 13:36:35 [INFO] Configured Artifact: com.google.auto.value:auto-value-annotations:1.7:jar 13:36:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/auto/value/auto-value-annotations/1.7/auto-value-annotations-1.7.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auto.value.auto-value-annotations_1.7.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:35 [INFO] Merging collected dependencies 13:36:35 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:35 [INFO] Copying 7 resources 13:36:35 [INFO] Generating OSGi MANIFEST.MF 13:36:36 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auto.value.auto-value-annotations_1.7.0/target/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT.jar 13:36:36 [INFO] Gathering sources 13:36:36 [INFO] Configured Artifact: com.google.auto.value:auto-value-annotations:sources:1.7:jar 13:36:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.auto.value.auto-value-annotations_1.7.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:37 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:37 [INFO] Copying 3 resources 13:36:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auto.value.auto-value-annotations_1.7.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:36:37 [INFO] Assembling p2 repository 13:36:38 [INFO] 13:36:38 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.auto.value.auto-value-annotations --- 13:36:38 [INFO] 13:36:38 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.auto.value.auto-value-annotations --- 13:36:38 [INFO] Discovering license information from existing ip_log.xml 13:36:38 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.auto.value:auto-value-annotations:1.7. 13:36:38 [INFO] Gathering sources archives 13:36:38 [INFO] Configured Artifact: com.google.auto.value:auto-value-annotations:sources:1.7:jar 13:36:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:36:38 [INFO] Configured Artifact: com.google.auto.value:auto-value-annotations:sources:1.7:jar 13:36:38 [INFO] Copying auto-value-annotations-1.7-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auto.value.auto-value-annotations_1.7.0/target/sources-for-eclipse-ipzilla/auto-value-annotations-1.7-sources.jar 13:36:38 [INFO] Refreshing about files and about.html 13:36:38 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:36:38 [INFO] Refreshing ip_log.xml 13:36:39 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auto.value.auto-value-annotations_1.7.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:36:39 [INFO] 13:36:39 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.auto.value.auto-value-annotations --- 13:36:39 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auto.value.auto-value-annotations_1.7.0/target/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT.jar 13:36:39 [INFO] 13:36:39 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.auto.value.auto-value-annotations --- 13:36:39 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auto.value.auto-value-annotations_1.7.0/target/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT.jar 13:36:40 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:36:42 [INFO] 13:36:42 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.auto.value.auto-value-annotations --- 13:36:42 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auto.value.auto-value-annotations_1.7.0/target/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT.jar 13:36:42 [INFO] 13:36:42 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.auto.value.auto-value-annotations --- 13:36:42 [INFO] 13:36:42 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.auto.value.auto-value-annotations --- 13:36:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:36:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auto.value.auto-value-annotations_1.7.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:36:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auto.value.auto-value-annotations_1.7.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auto.value.auto-value-annotations_1.7.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auto.value.auto-value-annotations_1.7.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:36:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auto.value.auto-value-annotations_1.7.0/target/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:36:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auto.value.auto-value-annotations_1.7.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.auto.value.auto-value-annotations_1.7.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:42 [INFO] 13:36:42 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.auto.value.auto-value-annotations --- 13:36:42 [INFO] 13:36:42 [INFO] --< org.eclipse.orbit.bundles:com.google.http-client.google-http-client >-- 13:36:42 [INFO] Building Google HTTP Client Library for Java 1.34.2-SNAPSHOT [261/376] 13:36:42 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:36:42 [INFO] 13:36:42 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.http-client.google-http-client --- 13:36:42 [INFO] 13:36:42 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.http-client.google-http-client --- 13:36:42 [INFO] The project's OSGi version is 1.34.2.v20200515-2048 13:36:42 [INFO] 13:36:42 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.http-client.google-http-client --- 13:36:42 [INFO] 13:36:42 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.http-client.google-http-client --- 13:36:42 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:42 [INFO] Copying 3 resources 13:36:42 [INFO] 13:36:42 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.http-client.google-http-client --- 13:36:42 [INFO] No sources to compile 13:36:42 [INFO] 13:36:42 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.http-client.google-http-client --- 13:36:42 [INFO] Gathering dependencies 13:36:42 [INFO] Configured Artifact: com.google.http-client:google-http-client:1.34.2:jar 13:36:42 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.http-client.google-http-client_1.34.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:42 [INFO] Merging collected dependencies 13:36:42 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:42 [INFO] Copying 211 resources 13:36:42 [INFO] Generating OSGi MANIFEST.MF 13:36:42 [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.*] 13:36:42 [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*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client_1.34.2/target/com.google.http-client.google-http-client-1.34.2-SNAPSHOT.jar 13:36:43 [INFO] Gathering sources 13:36:43 [INFO] Configured Artifact: com.google.http-client:google-http-client:sources:1.34.2:jar 13:36:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.http-client.google-http-client_1.34.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:43 [INFO] Copying 3 resources 13:36:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client_1.34.2/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:36:43 [INFO] Assembling p2 repository 13:36:43 [INFO] 13:36:43 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.http-client.google-http-client --- 13:36:43 [INFO] 13:36:43 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.http-client.google-http-client --- 13:36:43 [INFO] Discovering license information from existing ip_log.xml 13:36:43 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.http-client:google-http-client:1.34.2. 13:36:43 [INFO] Gathering sources archives 13:36:43 [INFO] Configured Artifact: com.google.http-client:google-http-client:sources:1.34.2:jar 13:36:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:36:43 [INFO] Configured Artifact: com.google.http-client:google-http-client:sources:1.34.2:jar 13:36:43 [INFO] Copying google-http-client-1.34.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client_1.34.2/target/sources-for-eclipse-ipzilla/google-http-client-1.34.2-sources.jar 13:36:43 [INFO] Refreshing about files and about.html 13:36:43 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:36:43 [INFO] Refreshing ip_log.xml 13:36:43 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client_1.34.2/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:36:43 [INFO] 13:36:43 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.http-client.google-http-client --- 13:36:43 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client_1.34.2/target/com.google.http-client.google-http-client-1.34.2-SNAPSHOT.jar 13:36:44 [INFO] 13:36:44 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.http-client.google-http-client --- 13:36:44 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client_1.34.2/target/com.google.http-client.google-http-client-1.34.2-SNAPSHOT.jar 13:36:47 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:36:49 [INFO] 13:36:49 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.http-client.google-http-client --- 13:36:49 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client_1.34.2/target/com.google.http-client.google-http-client-1.34.2-SNAPSHOT.jar 13:36:49 [INFO] 13:36:49 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.http-client.google-http-client --- 13:36:49 [INFO] 13:36:49 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.http-client.google-http-client --- 13:36:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:36:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client_1.34.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:36:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client_1.34.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client_1.34.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client_1.34.2/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:36:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client_1.34.2/target/com.google.http-client.google-http-client-1.34.2-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:36:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client_1.34.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client_1.34.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:49 [INFO] 13:36:49 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.http-client.google-http-client --- 13:36:49 [INFO] 13:36:49 [INFO] --< org.eclipse.orbit.bundles:com.google.http-client.google-http-client-jackson2 >-- 13:36:49 [INFO] Building Jackson 2 extensions to the Google HTTP Client Library for Java. 1.34.2-SNAPSHOT [262/376] 13:36:49 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:36:50 [INFO] 13:36:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.http-client.google-http-client-jackson2 --- 13:36:50 [INFO] 13:36:50 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.http-client.google-http-client-jackson2 --- 13:36:50 [INFO] The project's OSGi version is 1.34.2.v20200515-2048 13:36:50 [INFO] 13:36:50 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.http-client.google-http-client-jackson2 --- 13:36:50 [INFO] 13:36:50 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.http-client.google-http-client-jackson2 --- 13:36:50 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:50 [INFO] Copying 3 resources 13:36:50 [INFO] 13:36:50 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.http-client.google-http-client-jackson2 --- 13:36:50 [INFO] No sources to compile 13:36:50 [INFO] 13:36:50 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.http-client.google-http-client-jackson2 --- 13:36:50 [INFO] Gathering dependencies 13:36:50 [INFO] Configured Artifact: com.google.http-client:google-http-client-jackson2:1.34.2:jar 13:36:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:50 [INFO] Merging collected dependencies 13:36:50 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:50 [INFO] Copying 6 resources 13:36:50 [INFO] Generating OSGi MANIFEST.MF 13:36:50 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:36:50 [INFO] Gathering sources 13:36:50 [INFO] Configured Artifact: com.google.http-client:google-http-client-jackson2:sources:1.34.2:jar 13:36:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:50 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:50 [INFO] Copying 3 resources 13:36:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/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 13:36:50 [INFO] Assembling p2 repository 13:36:51 [INFO] 13:36:51 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.http-client.google-http-client-jackson2 --- 13:36:51 [INFO] 13:36:51 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.http-client.google-http-client-jackson2 --- 13:36:51 [INFO] Discovering license information from existing ip_log.xml 13:36:51 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.http-client:google-http-client-jackson2:1.34.2. 13:36:51 [INFO] Gathering sources archives 13:36:51 [INFO] Configured Artifact: com.google.http-client:google-http-client-jackson2:sources:1.34.2:jar 13:36:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:36:51 [INFO] Configured Artifact: com.google.http-client:google-http-client-jackson2:sources:1.34.2:jar 13:36:51 [INFO] Copying google-http-client-jackson2-1.34.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:36:51 [INFO] Refreshing about files and about.html 13:36:51 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:36:51 [INFO] Refreshing ip_log.xml 13:36:51 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client-jackson2_1.34.2/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:36:51 [INFO] 13:36:51 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.http-client.google-http-client-jackson2 --- 13:36:51 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:36:51 [INFO] 13:36:51 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.http-client.google-http-client-jackson2 --- 13:36:51 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:36:52 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:36:53 [INFO] 13:36:53 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.http-client.google-http-client-jackson2 --- 13:36:53 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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 13:36:53 [INFO] 13:36:53 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.http-client.google-http-client-jackson2 --- 13:36:53 [INFO] 13:36:53 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.http-client.google-http-client-jackson2 --- 13:36:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:36:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client-jackson2_1.34.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:36:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client-jackson2_1.34.2/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:36:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:36:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:53 [INFO] 13:36:53 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.http-client.google-http-client-jackson2 --- 13:36:53 [INFO] 13:36:53 [INFO] ---< org.eclipse.orbit.bundles:com.google.j2objc.j2objc-annotations >--- 13:36:53 [INFO] Building J2ObjC Annotations 1.3.0-SNAPSHOT [263/376] 13:36:53 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:36:53 [INFO] 13:36:53 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.j2objc.j2objc-annotations --- 13:36:53 [INFO] 13:36:53 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.google.j2objc.j2objc-annotations --- 13:36:53 [INFO] The project's OSGi version is 1.3.0.v20200515-2048 13:36:53 [INFO] 13:36:53 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.google.j2objc.j2objc-annotations --- 13:36:53 [INFO] 13:36:53 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.google.j2objc.j2objc-annotations --- 13:36:53 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:53 [INFO] Copying 3 resources 13:36:53 [INFO] 13:36:53 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.google.j2objc.j2objc-annotations --- 13:36:53 [INFO] No sources to compile 13:36:53 [INFO] 13:36:53 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.google.j2objc.j2objc-annotations --- 13:36:53 [INFO] Gathering dependencies 13:36:53 [INFO] Configured Artifact: com.google.j2objc:j2objc-annotations:1.3:jar 13:36:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.j2objc.j2objc-annotations_1.3.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:53 [INFO] Merging collected dependencies 13:36:53 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:53 [INFO] Copying 13 resources 13:36:53 [INFO] Generating OSGi MANIFEST.MF 13:36:53 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.j2objc.j2objc-annotations_1.3.0/target/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT.jar 13:36:53 [INFO] Gathering sources 13:36:53 [INFO] Configured Artifact: com.google.j2objc:j2objc-annotations:sources:1.3:jar 13:36:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.j2objc.j2objc-annotations_1.3.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:53 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:53 [INFO] Copying 3 resources 13:36:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.j2objc.j2objc-annotations_1.3.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.j2objc.j2objc-annotations_1.3.0/target/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT-sources.jar 13:36:53 [INFO] Assembling p2 repository 13:36:54 [INFO] 13:36:54 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.google.j2objc.j2objc-annotations --- 13:36:54 [INFO] 13:36:54 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.j2objc.j2objc-annotations --- 13:36:54 [INFO] Discovering license information from existing ip_log.xml 13:36:54 [INFO] Discovered license 'Apache License, 2.0' for artifact com.google.j2objc:j2objc-annotations:1.3. 13:36:54 [INFO] Gathering sources archives 13:36:54 [INFO] Configured Artifact: com.google.j2objc:j2objc-annotations:sources:1.3:jar 13:36:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:36:54 [INFO] Configured Artifact: com.google.j2objc:j2objc-annotations:sources:1.3:jar 13:36:54 [INFO] Copying j2objc-annotations-1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.j2objc.j2objc-annotations_1.3.0/target/sources-for-eclipse-ipzilla/j2objc-annotations-1.3-sources.jar 13:36:54 [INFO] Refreshing about files and about.html 13:36:54 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:36:54 [INFO] Refreshing ip_log.xml 13:36:54 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.j2objc.j2objc-annotations_1.3.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:36:54 [INFO] 13:36:54 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.google.j2objc.j2objc-annotations --- 13:36:54 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.j2objc.j2objc-annotations_1.3.0/target/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT.jar 13:36:54 [INFO] 13:36:54 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.google.j2objc.j2objc-annotations --- 13:36:54 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.j2objc.j2objc-annotations_1.3.0/target/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT.jar 13:36:56 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.j2objc.j2objc-annotations_1.3.0/target/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT-sources.jar 13:36:57 [INFO] 13:36:57 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.google.j2objc.j2objc-annotations --- 13:36:57 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.j2objc.j2objc-annotations_1.3.0/target/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT.jar 13:36:57 [INFO] 13:36:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.google.j2objc.j2objc-annotations --- 13:36:57 [INFO] 13:36:57 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.google.j2objc.j2objc-annotations --- 13:36:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.google.j2objc.j2objc-annotations/1.3.0-SNAPSHOT/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT.jar 13:36:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.j2objc.j2objc-annotations_1.3.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.j2objc.j2objc-annotations/1.3.0-SNAPSHOT/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT.pom 13:36:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:36:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.j2objc.j2objc-annotations_1.3.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.j2objc.j2objc-annotations_1.3.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.j2objc.j2objc-annotations_1.3.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.j2objc.j2objc-annotations/1.3.0-SNAPSHOT/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT-ip_log.xml 13:36:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.j2objc.j2objc-annotations_1.3.0/target/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.google.j2objc.j2objc-annotations/1.3.0-SNAPSHOT/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT-pack200.jar.pack.gz 13:36:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.j2objc.j2objc-annotations_1.3.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/com.google.j2objc.j2objc-annotations_1.3.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:36:57 [INFO] 13:36:57 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.google.j2objc.j2objc-annotations --- 13:36:57 [INFO] 13:36:57 [INFO] -----------< org.eclipse.orbit.bundles:io.grpc.grpc-context >----------- 13:36:57 [INFO] Building io.grpc:grpc-context 1.29.0-SNAPSHOT [264/376] 13:36:57 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:36:57 [INFO] 13:36:57 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.grpc.grpc-context --- 13:36:57 [INFO] 13:36:57 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ io.grpc.grpc-context --- 13:36:57 [INFO] The project's OSGi version is 1.29.0.v20200515-2048 13:36:57 [INFO] 13:36:57 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ io.grpc.grpc-context --- 13:36:57 [INFO] 13:36:57 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ io.grpc.grpc-context --- 13:36:57 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:57 [INFO] Copying 3 resources 13:36:57 [INFO] 13:36:57 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ io.grpc.grpc-context --- 13:36:57 [INFO] No sources to compile 13:36:57 [INFO] 13:36:57 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ io.grpc.grpc-context --- 13:36:57 [INFO] Gathering dependencies 13:36:57 [INFO] Configured Artifact: io.grpc:grpc-context:1.29.0:jar 13:36:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/io/grpc/grpc-context/1.29.0/grpc-context-1.29.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.grpc.grpc-context_1.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:57 [INFO] Merging collected dependencies 13:36:57 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:57 [INFO] Copying 27 resources 13:36:57 [INFO] Generating OSGi MANIFEST.MF 13:36:57 [WARNING] Manifest org.eclipse.orbit.bundles:io.grpc.grpc-context:eclipse-bundle-recipe:1.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.grpc.grpc-context_1.29.0/target/io.grpc.grpc-context-1.29.0-SNAPSHOT.jar 13:36:57 [INFO] Gathering sources 13:36:57 [INFO] Configured Artifact: io.grpc:grpc-context:sources:1.29.0:jar 13:36:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/io/grpc/grpc-context/1.29.0/grpc-context-1.29.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.grpc.grpc-context_1.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:36:57 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:36:57 [INFO] Copying 3 resources 13:36:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.grpc.grpc-context_1.29.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.grpc.grpc-context_1.29.0/target/io.grpc.grpc-context-1.29.0-SNAPSHOT-sources.jar 13:36:57 [INFO] Assembling p2 repository 13:36:58 [INFO] 13:36:58 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ io.grpc.grpc-context --- 13:36:58 [INFO] 13:36:58 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ io.grpc.grpc-context --- 13:36:58 [INFO] Discovering license information from existing ip_log.xml 13:36:58 [INFO] Discovered license 'Apache License, 2.0' for artifact io.grpc:grpc-context:1.29.0. 13:36:58 [INFO] Gathering sources archives 13:36:58 [INFO] Configured Artifact: io.grpc:grpc-context:sources:1.29.0:jar 13:36:58 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/io/grpc/grpc-context/1.29.0/grpc-context-1.29.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:36:58 [INFO] Configured Artifact: io.grpc:grpc-context:sources:1.29.0:jar 13:36:58 [INFO] Copying grpc-context-1.29.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.grpc.grpc-context_1.29.0/target/sources-for-eclipse-ipzilla/grpc-context-1.29.0-sources.jar 13:36:58 [INFO] Refreshing about files and about.html 13:36:58 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:36:58 [INFO] Refreshing ip_log.xml 13:36:58 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.grpc.grpc-context_1.29.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:36:58 [INFO] 13:36:58 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ io.grpc.grpc-context --- 13:36:58 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.grpc.grpc-context_1.29.0/target/io.grpc.grpc-context-1.29.0-SNAPSHOT.jar 13:36:58 [INFO] 13:36:58 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ io.grpc.grpc-context --- 13:36:58 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.grpc.grpc-context_1.29.0/target/io.grpc.grpc-context-1.29.0-SNAPSHOT.jar 13:36:59 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.grpc.grpc-context_1.29.0/target/io.grpc.grpc-context-1.29.0-SNAPSHOT-sources.jar 13:37:01 [INFO] 13:37:01 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ io.grpc.grpc-context --- 13:37:01 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.grpc.grpc-context_1.29.0/target/io.grpc.grpc-context-1.29.0-SNAPSHOT.jar 13:37:01 [INFO] 13:37:01 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ io.grpc.grpc-context --- 13:37:01 [INFO] 13:37:01 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ io.grpc.grpc-context --- 13:37:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT.jar 13:37:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.grpc.grpc-context_1.29.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT.pom 13:37:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT-sources.jar 13:37:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.grpc.grpc-context_1.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT-p2metadata.xml 13:37:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.grpc.grpc-context_1.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT-p2artifacts.xml 13:37:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.grpc.grpc-context_1.29.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT-ip_log.xml 13:37:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.grpc.grpc-context_1.29.0/target/io.grpc.grpc-context-1.29.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT-pack200.jar.pack.gz 13:37:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.grpc.grpc-context_1.29.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT-p2metadata.xml 13:37:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.grpc.grpc-context_1.29.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT-p2artifacts.xml 13:37:01 [INFO] 13:37:01 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ io.grpc.grpc-context --- 13:37:01 [INFO] 13:37:01 [INFO] -------< org.eclipse.orbit.bundles:io.opencensus.opencensus-api >------- 13:37:01 [INFO] Building OpenCensus API 0.26.0-SNAPSHOT [265/376] 13:37:01 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:37:01 [INFO] 13:37:01 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.opencensus.opencensus-api --- 13:37:01 [INFO] 13:37:01 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ io.opencensus.opencensus-api --- 13:37:01 [INFO] The project's OSGi version is 0.26.0.v20200515-2048 13:37:01 [INFO] 13:37:01 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ io.opencensus.opencensus-api --- 13:37:01 [INFO] 13:37:01 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ io.opencensus.opencensus-api --- 13:37:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:01 [INFO] Copying 3 resources 13:37:01 [INFO] 13:37:01 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ io.opencensus.opencensus-api --- 13:37:01 [INFO] No sources to compile 13:37:01 [INFO] 13:37:01 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ io.opencensus.opencensus-api --- 13:37:01 [INFO] Gathering dependencies 13:37:01 [INFO] Configured Artifact: io.opencensus:opencensus-api:0.26.0:jar 13:37:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/io/opencensus/opencensus-api/0.26.0/opencensus-api-0.26.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-api_0.26.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:37:01 [INFO] Merging collected dependencies 13:37:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:01 [INFO] Copying 376 resources 13:37:01 [INFO] Generating OSGi MANIFEST.MF 13:37:01 [WARNING] Manifest org.eclipse.orbit.bundles:io.opencensus.opencensus-api:eclipse-bundle-recipe:0.26.0-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-api_0.26.0/target/io.opencensus.opencensus-api-0.26.0-SNAPSHOT.jar 13:37:01 [INFO] Gathering sources 13:37:01 [INFO] Configured Artifact: io.opencensus:opencensus-api:sources:0.26.0:jar 13:37:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/io/opencensus/opencensus-api/0.26.0/opencensus-api-0.26.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-api_0.26.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:37:03 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:03 [INFO] Copying 3 resources 13:37:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-api_0.26.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-api_0.26.0/target/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-sources.jar 13:37:03 [INFO] Assembling p2 repository 13:37:04 [INFO] 13:37:04 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ io.opencensus.opencensus-api --- 13:37:04 [INFO] 13:37:04 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ io.opencensus.opencensus-api --- 13:37:04 [INFO] Discovering license information from existing ip_log.xml 13:37:04 [INFO] Discovered license 'Apache License, 2.0' for artifact io.opencensus:opencensus-api:0.26.0. 13:37:04 [INFO] Gathering sources archives 13:37:04 [INFO] Configured Artifact: io.opencensus:opencensus-api:sources:0.26.0:jar 13:37:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/io/opencensus/opencensus-api/0.26.0/opencensus-api-0.26.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:37:04 [INFO] Configured Artifact: io.opencensus:opencensus-api:sources:0.26.0:jar 13:37:04 [INFO] Copying opencensus-api-0.26.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-api_0.26.0/target/sources-for-eclipse-ipzilla/opencensus-api-0.26.0-sources.jar 13:37:04 [INFO] Refreshing about files and about.html 13:37:04 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:37:04 [INFO] Refreshing ip_log.xml 13:37:04 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-api_0.26.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:37:04 [INFO] 13:37:04 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ io.opencensus.opencensus-api --- 13:37:04 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-api_0.26.0/target/io.opencensus.opencensus-api-0.26.0-SNAPSHOT.jar 13:37:04 [INFO] 13:37:04 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ io.opencensus.opencensus-api --- 13:37:04 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-api_0.26.0/target/io.opencensus.opencensus-api-0.26.0-SNAPSHOT.jar 13:37:05 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-api_0.26.0/target/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-sources.jar 13:37:07 [INFO] 13:37:07 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ io.opencensus.opencensus-api --- 13:37:07 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-api_0.26.0/target/io.opencensus.opencensus-api-0.26.0-SNAPSHOT.jar 13:37:07 [INFO] 13:37:07 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ io.opencensus.opencensus-api --- 13:37:07 [INFO] 13:37:07 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ io.opencensus.opencensus-api --- 13:37:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT.jar 13:37:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-api_0.26.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT.pom 13:37:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-sources.jar 13:37:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-api_0.26.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-p2metadata.xml 13:37:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-api_0.26.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-p2artifacts.xml 13:37:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-api_0.26.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-ip_log.xml 13:37:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-api_0.26.0/target/io.opencensus.opencensus-api-0.26.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-pack200.jar.pack.gz 13:37:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-api_0.26.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-p2metadata.xml 13:37:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-api_0.26.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-p2artifacts.xml 13:37:07 [INFO] 13:37:07 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ io.opencensus.opencensus-api --- 13:37:07 [INFO] 13:37:07 [INFO] --< org.eclipse.orbit.bundles:io.opencensus.opencensus-contrib-http-util >-- 13:37:07 [INFO] Building OpenCensus Contrib HTTP Utils 0.26.0-SNAPSHOT [266/376] 13:37:07 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:37:08 [INFO] 13:37:08 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.opencensus.opencensus-contrib-http-util --- 13:37:08 [INFO] 13:37:08 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ io.opencensus.opencensus-contrib-http-util --- 13:37:08 [INFO] The project's OSGi version is 0.26.0.v20200515-2048 13:37:08 [INFO] 13:37:08 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ io.opencensus.opencensus-contrib-http-util --- 13:37:08 [INFO] 13:37:08 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ io.opencensus.opencensus-contrib-http-util --- 13:37:08 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:08 [INFO] Copying 3 resources 13:37:08 [INFO] 13:37:08 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ io.opencensus.opencensus-contrib-http-util --- 13:37:08 [INFO] No sources to compile 13:37:08 [INFO] 13:37:08 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ io.opencensus.opencensus-contrib-http-util --- 13:37:08 [INFO] Gathering dependencies 13:37:08 [INFO] Configured Artifact: io.opencensus:opencensus-contrib-http-util:0.26.0:jar 13:37:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:37:08 [INFO] Merging collected dependencies 13:37:08 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:08 [INFO] Copying 13 resources 13:37:08 [INFO] Generating OSGi MANIFEST.MF 13:37:08 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT.jar 13:37:08 [INFO] Gathering sources 13:37:08 [INFO] Configured Artifact: io.opencensus:opencensus-contrib-http-util:sources:0.26.0:jar 13:37:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:37:08 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:08 [INFO] Copying 3 resources 13:37:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-contrib-http-util_0.26.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT-sources.jar 13:37:08 [INFO] Assembling p2 repository 13:37:08 [INFO] 13:37:08 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ io.opencensus.opencensus-contrib-http-util --- 13:37:08 [INFO] 13:37:08 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ io.opencensus.opencensus-contrib-http-util --- 13:37:08 [INFO] Discovering license information from existing ip_log.xml 13:37:09 [INFO] Discovered license 'Apache License, 2.0' for artifact io.opencensus:opencensus-contrib-http-util:0.26.0. 13:37:09 [INFO] Gathering sources archives 13:37:09 [INFO] Configured Artifact: io.opencensus:opencensus-contrib-http-util:sources:0.26.0:jar 13:37:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:37:09 [INFO] Configured Artifact: io.opencensus:opencensus-contrib-http-util:sources:0.26.0:jar 13:37:09 [INFO] Copying opencensus-contrib-http-util-0.26.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/sources-for-eclipse-ipzilla/opencensus-contrib-http-util-0.26.0-sources.jar 13:37:09 [INFO] Refreshing about files and about.html 13:37:09 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:37:09 [INFO] Refreshing ip_log.xml 13:37:09 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-contrib-http-util_0.26.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:37:09 [INFO] 13:37:09 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ io.opencensus.opencensus-contrib-http-util --- 13:37:09 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT.jar 13:37:09 [INFO] 13:37:09 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ io.opencensus.opencensus-contrib-http-util --- 13:37:09 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT.jar 13:37:10 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT-sources.jar 13:37:11 [INFO] 13:37:11 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ io.opencensus.opencensus-contrib-http-util --- 13:37:11 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT.jar 13:37:11 [INFO] 13:37:11 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ io.opencensus.opencensus-contrib-http-util --- 13:37:11 [INFO] 13:37:11 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ io.opencensus.opencensus-contrib-http-util --- 13:37:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:37:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-contrib-http-util_0.26.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:37:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:37:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:37:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:37:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-contrib-http-util_0.26.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-ip_log.xml 13:37:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-pack200.jar.pack.gz 13:37:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:37:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:37:11 [INFO] 13:37:11 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ io.opencensus.opencensus-contrib-http-util --- 13:37:11 [INFO] 13:37:11 [INFO] ---< org.eclipse.orbit.bundles:org.conscrypt.conscrypt-openjdk-uber >--- 13:37:11 [INFO] Building org.conscrypt:conscrypt-openjdk-uber 2.5.1-SNAPSHOT [267/376] 13:37:11 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:37:12 [INFO] 13:37:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.conscrypt.conscrypt-openjdk-uber --- 13:37:12 [INFO] 13:37:12 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.conscrypt.conscrypt-openjdk-uber --- 13:37:12 [INFO] The project's OSGi version is 2.5.1.v20210429-1809 13:37:12 [INFO] 13:37:12 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.conscrypt.conscrypt-openjdk-uber --- 13:37:12 [INFO] 13:37:12 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.conscrypt.conscrypt-openjdk-uber --- 13:37:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:12 [INFO] Copying 3 resources 13:37:12 [INFO] 13:37:12 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.conscrypt.conscrypt-openjdk-uber --- 13:37:12 [INFO] No sources to compile 13:37:12 [INFO] 13:37:12 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.conscrypt.conscrypt-openjdk-uber --- 13:37:12 [INFO] Gathering dependencies 13:37:12 [INFO] Configured Artifact: org.conscrypt:conscrypt-openjdk-uber:2.5.1:jar 13:37:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/conscrypt/conscrypt-openjdk-uber/2.5.1/conscrypt-openjdk-uber-2.5.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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" 13:37:12 [INFO] Merging collected dependencies 13:37:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:12 [INFO] Copying 321 resources 13:37:12 [INFO] Generating OSGi MANIFEST.MF 13:37:12 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.jar 13:37:12 [INFO] Gathering sources 13:37:12 [INFO] Configured Artifact: org.conscrypt:conscrypt-openjdk-uber:sources:2.5.1:jar 13:37:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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" 13:37:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:12 [INFO] Copying 3 resources 13:37:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-sources.jar 13:37:12 [INFO] Assembling p2 repository 13:37:13 [INFO] 13:37:13 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.conscrypt.conscrypt-openjdk-uber --- 13:37:13 [INFO] 13:37:13 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.conscrypt.conscrypt-openjdk-uber --- 13:37:13 [INFO] Discovering license information from existing ip_log.xml 13:37:13 [INFO] Discovered license 'Apache License, 2.0' for artifact org.conscrypt:conscrypt-openjdk-uber:2.5.1. 13:37:13 [INFO] Gathering sources archives 13:37:13 [INFO] Configured Artifact: org.conscrypt:conscrypt-openjdk-uber:sources:2.5.1:jar 13:37:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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" 13:37:13 [INFO] Configured Artifact: org.conscrypt:conscrypt-openjdk-uber:sources:2.5.1:jar 13:37:13 [INFO] Copying conscrypt-openjdk-uber-2.5.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/sources-for-eclipse-ipzilla/conscrypt-openjdk-uber-2.5.1-sources.jar 13:37:13 [INFO] Refreshing about files and about.html 13:37:13 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:37:13 [INFO] Refreshing ip_log.xml 13:37:13 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:37:13 [INFO] 13:37:13 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.conscrypt.conscrypt-openjdk-uber --- 13:37:13 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.jar 13:37:14 [INFO] 13:37:14 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.conscrypt.conscrypt-openjdk-uber --- 13:37:15 [INFO] Jar '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.jar' is already signed. The signature will be overwritten. 13:37:15 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.jar 13:37:19 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-sources.jar 13:37:20 [INFO] 13:37:20 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jce) @ org.conscrypt.conscrypt-openjdk-uber --- 13:37:21 [INFO] Jar '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.jar' is already signed and will be resigned. 13:37:21 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.jar 13:37:23 [INFO] Jar '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-sources.jar' is already signed and will be resigned. 13:37:23 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-sources.jar 13:37:24 [INFO] 13:37:24 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.conscrypt.conscrypt-openjdk-uber --- 13:37:24 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.jar 13:37:25 [INFO] 13:37:25 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.conscrypt.conscrypt-openjdk-uber --- 13:37:25 [INFO] 13:37:25 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.conscrypt.conscrypt-openjdk-uber --- 13:37:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.conscrypt.conscrypt-openjdk-uber/2.5.1-SNAPSHOT/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.jar 13:37:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.conscrypt.conscrypt-openjdk-uber/2.5.1-SNAPSHOT/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.pom 13:37:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:37:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:37:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:37:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.conscrypt.conscrypt-openjdk-uber/2.5.1-SNAPSHOT/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-ip_log.xml 13:37:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.conscrypt.conscrypt-openjdk-uber/2.5.1-SNAPSHOT/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-pack200.jar.pack.gz 13:37:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:37:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:37:25 [INFO] 13:37:25 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.conscrypt.conscrypt-openjdk-uber --- 13:37:25 [INFO] 13:37:25 [INFO] --------------< org.eclipse.orbit.bundles:graphql-parent >-------------- 13:37:25 [INFO] Building Eclipse Orbit :: GraphQL Recipes 1.0.0-SNAPSHOT [268/376] 13:37:25 [INFO] --------------------------------[ pom ]--------------------------------- 13:37:25 [INFO] 13:37:25 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ graphql-parent --- 13:37:25 [INFO] 13:37:25 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ graphql-parent --- 13:37:25 [INFO] 13:37:25 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ graphql-parent --- 13:37:25 [INFO] 13:37:25 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ graphql-parent --- 13:37:25 [INFO] 13:37:25 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ graphql-parent --- 13:37:25 [INFO] 13:37:25 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ graphql-parent --- 13:37:25 [INFO] 13:37:25 [INFO] --- maven-install-plugin:2.4:install (default-install) @ graphql-parent --- 13:37:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/graphql-parent/1.0.0-SNAPSHOT/graphql-parent-1.0.0-SNAPSHOT.pom 13:37:25 [INFO] 13:37:25 [INFO] -------< org.eclipse.orbit.bundles:com.graphql.java.dataloader >-------- 13:37:25 [INFO] Building java-dataloader 2.1.1-SNAPSHOT [269/376] 13:37:25 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:37:25 [INFO] 13:37:25 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.graphql.java.dataloader --- 13:37:25 [INFO] 13:37:25 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.graphql.java.dataloader --- 13:37:25 [INFO] The project's OSGi version is 2.1.1.v20181120-0809 13:37:25 [INFO] 13:37:25 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.graphql.java.dataloader --- 13:37:25 [INFO] 13:37:25 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.graphql.java.dataloader --- 13:37:25 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:25 [INFO] Copying 3 resources 13:37:26 [INFO] 13:37:26 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.graphql.java.dataloader --- 13:37:26 [INFO] No sources to compile 13:37:26 [INFO] 13:37:26 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.graphql.java.dataloader --- 13:37:26 [INFO] Gathering dependencies 13:37:26 [INFO] Configured Artifact: com.graphql-java:java-dataloader:2.1.1:jar 13:37:26 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/graphql-java/java-dataloader/2.1.1/java-dataloader-2.1.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java.dataloader_2.1.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:37:26 [INFO] Merging collected dependencies 13:37:26 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:26 [INFO] Copying 31 resources 13:37:26 [INFO] Generating OSGi MANIFEST.MF 13:37:26 [WARNING] Manifest org.eclipse.orbit.bundles:com.graphql.java.dataloader:eclipse-bundle-recipe:2.1.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java.dataloader_2.1.1/target/com.graphql.java.dataloader-2.1.1-SNAPSHOT.jar 13:37:26 [INFO] Gathering sources 13:37:26 [INFO] Configured Artifact: com.graphql-java:java-dataloader:sources:2.1.1:jar 13:37:26 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/graphql-java/java-dataloader/2.1.1/java-dataloader-2.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java.dataloader_2.1.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:37:26 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:26 [INFO] Copying 3 resources 13:37:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java.dataloader_2.1.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java.dataloader_2.1.1/target/com.graphql.java.dataloader-2.1.1-SNAPSHOT-sources.jar 13:37:26 [INFO] Assembling p2 repository 13:37:26 [INFO] 13:37:26 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.graphql.java.dataloader --- 13:37:26 [INFO] 13:37:26 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.graphql.java.dataloader --- 13:37:26 [INFO] Discovering license information from existing ip_log.xml 13:37:27 [INFO] Discovered license 'Apache License, 2.0' for artifact com.graphql-java:java-dataloader:2.1.1. 13:37:27 [INFO] Gathering sources archives 13:37:27 [INFO] Configured Artifact: com.graphql-java:java-dataloader:sources:2.1.1:jar 13:37:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/graphql-java/java-dataloader/2.1.1/java-dataloader-2.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:37:27 [INFO] Configured Artifact: com.graphql-java:java-dataloader:sources:2.1.1:jar 13:37:27 [INFO] Copying java-dataloader-2.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java.dataloader_2.1.1/target/sources-for-eclipse-ipzilla/java-dataloader-2.1.1-sources.jar 13:37:27 [INFO] Refreshing about files and about.html 13:37:27 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:37:27 [INFO] Refreshing ip_log.xml 13:37:27 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java.dataloader_2.1.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:37:27 [INFO] 13:37:27 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.graphql.java.dataloader --- 13:37:27 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java.dataloader_2.1.1/target/com.graphql.java.dataloader-2.1.1-SNAPSHOT.jar 13:37:27 [INFO] 13:37:27 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.graphql.java.dataloader --- 13:37:27 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java.dataloader_2.1.1/target/com.graphql.java.dataloader-2.1.1-SNAPSHOT.jar 13:37:29 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java.dataloader_2.1.1/target/com.graphql.java.dataloader-2.1.1-SNAPSHOT-sources.jar 13:37:30 [INFO] 13:37:30 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.graphql.java.dataloader --- 13:37:30 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java.dataloader_2.1.1/target/com.graphql.java.dataloader-2.1.1-SNAPSHOT.jar 13:37:30 [INFO] 13:37:30 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.graphql.java.dataloader --- 13:37:30 [INFO] 13:37:30 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.graphql.java.dataloader --- 13:37:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT.jar 13:37:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java.dataloader_2.1.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT.pom 13:37:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT-sources.jar 13:37:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java.dataloader_2.1.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT-p2metadata.xml 13:37:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java.dataloader_2.1.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT-p2artifacts.xml 13:37:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java.dataloader_2.1.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT-ip_log.xml 13:37:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java.dataloader_2.1.1/target/com.graphql.java.dataloader-2.1.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT-pack200.jar.pack.gz 13:37:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java.dataloader_2.1.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT-p2metadata.xml 13:37:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java.dataloader_2.1.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT-p2artifacts.xml 13:37:30 [INFO] 13:37:30 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.graphql.java.dataloader --- 13:37:30 [INFO] 13:37:30 [INFO] -------------< org.eclipse.orbit.bundles:com.graphql.java >------------- 13:37:30 [INFO] Building graphql-java 11.0.0-SNAPSHOT [270/376] 13:37:30 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:37:30 [INFO] 13:37:30 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.graphql.java --- 13:37:30 [INFO] 13:37:30 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.graphql.java --- 13:37:30 [INFO] The project's OSGi version is 11.0.0.v20200204-2150 13:37:30 [INFO] 13:37:30 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.graphql.java --- 13:37:30 [INFO] 13:37:30 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.graphql.java --- 13:37:30 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:30 [INFO] Copying 3 resources 13:37:31 [INFO] 13:37:31 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.graphql.java --- 13:37:31 [INFO] No sources to compile 13:37:31 [INFO] 13:37:31 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.graphql.java --- 13:37:31 [INFO] Gathering dependencies 13:37:31 [INFO] Configured Artifact: com.graphql-java:graphql-java:11.0:jar 13:37:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/graphql-java/graphql-java/11.0/graphql-java-11.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java_11.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:37:31 [INFO] Merging collected dependencies 13:37:31 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:31 [INFO] Copying 676 resources 13:37:31 [INFO] Generating OSGi MANIFEST.MF 13:37:31 [WARNING] Manifest org.eclipse.orbit.bundles:com.graphql.java:eclipse-bundle-recipe:11.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java_11.0.0/target/com.graphql.java-11.0.0-SNAPSHOT.jar 13:37:31 [INFO] Gathering sources 13:37:31 [INFO] Configured Artifact: com.graphql-java:graphql-java:sources:11.0:jar 13:37:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/graphql-java/graphql-java/11.0/graphql-java-11.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java_11.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:37:31 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:31 [INFO] Copying 3 resources 13:37:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java_11.0.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java_11.0.0/target/com.graphql.java-11.0.0-SNAPSHOT-sources.jar 13:37:31 [INFO] Assembling p2 repository 13:37:32 [INFO] 13:37:32 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.graphql.java --- 13:37:32 [INFO] 13:37:32 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.graphql.java --- 13:37:32 [INFO] Discovering license information from existing ip_log.xml 13:37:32 [INFO] Discovered license 'MIT License' for artifact com.graphql-java:graphql-java:11.0. 13:37:32 [INFO] Gathering sources archives 13:37:32 [INFO] Configured Artifact: com.graphql-java:graphql-java:sources:11.0:jar 13:37:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/graphql-java/graphql-java/11.0/graphql-java-11.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:37:32 [INFO] Configured Artifact: com.graphql-java:graphql-java:sources:11.0:jar 13:37:32 [INFO] Copying graphql-java-11.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java_11.0.0/target/sources-for-eclipse-ipzilla/graphql-java-11.0-sources.jar 13:37:32 [INFO] Refreshing about files and about.html 13:37:32 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:37:32 [INFO] Refreshing ip_log.xml 13:37:32 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java_11.0.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:37:32 [INFO] 13:37:32 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.graphql.java --- 13:37:32 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java_11.0.0/target/com.graphql.java-11.0.0-SNAPSHOT.jar 13:37:32 [INFO] 13:37:32 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.graphql.java --- 13:37:33 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java_11.0.0/target/com.graphql.java-11.0.0-SNAPSHOT.jar 13:37:35 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java_11.0.0/target/com.graphql.java-11.0.0-SNAPSHOT-sources.jar 13:37:37 [INFO] 13:37:37 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.graphql.java --- 13:37:37 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java_11.0.0/target/com.graphql.java-11.0.0-SNAPSHOT.jar 13:37:37 [INFO] 13:37:37 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.graphql.java --- 13:37:37 [INFO] 13:37:37 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.graphql.java --- 13:37:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java_11.0.0/target/com.graphql.java-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT.jar 13:37:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java_11.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT.pom 13:37:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT-sources.jar 13:37:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java_11.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT-p2metadata.xml 13:37:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java_11.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT-p2artifacts.xml 13:37:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java_11.0.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT-ip_log.xml 13:37:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java_11.0.0/target/com.graphql.java-11.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT-pack200.jar.pack.gz 13:37:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java_11.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT-p2metadata.xml 13:37:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/graphql/com.graphql.java_11.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT-p2artifacts.xml 13:37:39 [INFO] 13:37:39 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.graphql.java --- 13:37:39 [INFO] 13:37:39 [INFO] -----------------< org.eclipse.orbit.bundles:hamcrest >----------------- 13:37:39 [INFO] Building Eclipse Orbit :: Hamcrest Recipes 1.0.0-SNAPSHOT [271/376] 13:37:39 [INFO] --------------------------------[ pom ]--------------------------------- 13:37:39 [INFO] 13:37:39 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hamcrest --- 13:37:39 [INFO] 13:37:39 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ hamcrest --- 13:37:39 [INFO] 13:37:39 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ hamcrest --- 13:37:39 [INFO] 13:37:39 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ hamcrest --- 13:37:39 [INFO] 13:37:39 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ hamcrest --- 13:37:39 [INFO] 13:37:39 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ hamcrest --- 13:37:39 [INFO] 13:37:39 [INFO] --- maven-install-plugin:2.4:install (default-install) @ hamcrest --- 13:37:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/hamcrest/1.0.0-SNAPSHOT/hamcrest-1.0.0-SNAPSHOT.pom 13:37:39 [INFO] 13:37:39 [INFO] ------------< org.eclipse.orbit.bundles:org.hamcrest.core >------------- 13:37:39 [INFO] Building Hamcrest Core 1.3.0-SNAPSHOT [272/376] 13:37:39 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:37:39 [INFO] 13:37:39 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.hamcrest.core --- 13:37:39 [INFO] 13:37:39 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.hamcrest.core --- 13:37:39 [INFO] The project's OSGi version is 1.3.0.v20180420-1519 13:37:39 [INFO] 13:37:39 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.hamcrest.core --- 13:37:39 [INFO] 13:37:39 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.hamcrest.core --- 13:37:39 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:39 [INFO] Copying 3 resources 13:37:39 [INFO] 13:37:39 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.hamcrest.core --- 13:37:39 [INFO] No sources to compile 13:37:39 [INFO] 13:37:39 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.hamcrest.core --- 13:37:39 [INFO] Gathering dependencies 13:37:39 [INFO] Configured Artifact: org.hamcrest:hamcrest-core:1.3:jar 13:37:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.core_1.3.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:37:39 [INFO] Merging collected dependencies 13:37:39 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:39 [INFO] Copying 47 resources 13:37:39 [INFO] Generating OSGi MANIFEST.MF 13:37:39 [WARNING] Manifest org.eclipse.orbit.bundles:org.hamcrest.core:eclipse-bundle-recipe:1.3.0-SNAPSHOT : Unused Import-Package instructions: [Import-Package: !*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.core_1.3.0/target/org.hamcrest.core-1.3.0-SNAPSHOT.jar 13:37:39 [INFO] Gathering sources 13:37:39 [INFO] Configured Artifact: org.hamcrest:hamcrest-core:sources:1.3:jar 13:37:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.core_1.3.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:37:40 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:40 [INFO] Copying 3 resources 13:37:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.core_1.3.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.core_1.3.0/target/org.hamcrest.core-1.3.0-SNAPSHOT-sources.jar 13:37:40 [INFO] Assembling p2 repository 13:37:40 [INFO] 13:37:40 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.hamcrest.core --- 13:37:40 [INFO] 13:37:40 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.hamcrest.core --- 13:37:40 [INFO] Discovering license information from existing ip_log.xml 13:37:40 [INFO] Discovered license 'New BSD license' for artifact org.hamcrest:hamcrest-core:1.3. 13:37:40 [INFO] Gathering sources archives 13:37:40 [INFO] Configured Artifact: org.hamcrest:hamcrest-core:sources:1.3:jar 13:37:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:37:40 [INFO] Configured Artifact: org.hamcrest:hamcrest-core:sources:1.3:jar 13:37:40 [INFO] Copying hamcrest-core-1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.core_1.3.0/target/sources-for-eclipse-ipzilla/hamcrest-core-1.3-sources.jar 13:37:40 [INFO] Refreshing about files and about.html 13:37:40 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:37:40 [INFO] Refreshing ip_log.xml 13:37:40 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.core_1.3.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:37:40 [INFO] 13:37:40 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.hamcrest.core --- 13:37:40 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.core_1.3.0/target/org.hamcrest.core-1.3.0-SNAPSHOT.jar 13:37:40 [INFO] 13:37:40 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.hamcrest.core --- 13:37:40 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.core_1.3.0/target/org.hamcrest.core-1.3.0-SNAPSHOT.jar 13:37:42 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.core_1.3.0/target/org.hamcrest.core-1.3.0-SNAPSHOT-sources.jar 13:37:43 [INFO] 13:37:43 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.hamcrest.core --- 13:37:43 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.core_1.3.0/target/org.hamcrest.core-1.3.0-SNAPSHOT.jar 13:37:43 [INFO] 13:37:43 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.hamcrest.core --- 13:37:43 [INFO] 13:37:43 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.hamcrest.core --- 13:37:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.core_1.3.0/target/org.hamcrest.core-1.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT.jar 13:37:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.core_1.3.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT.pom 13:37:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT-sources.jar 13:37:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.core_1.3.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT-p2metadata.xml 13:37:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.core_1.3.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT-p2artifacts.xml 13:37:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.core_1.3.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT-ip_log.xml 13:37:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.core_1.3.0/target/org.hamcrest.core-1.3.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT-pack200.jar.pack.gz 13:37:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.core_1.3.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT-p2metadata.xml 13:37:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.core_1.3.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT-p2artifacts.xml 13:37:43 [INFO] 13:37:43 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.hamcrest.core --- 13:37:43 [INFO] 13:37:43 [INFO] -----------< org.eclipse.orbit.bundles:org.hamcrest.library >----------- 13:37:43 [INFO] Building Hamcrest library 1.3.0-SNAPSHOT [273/376] 13:37:43 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:37:44 [INFO] 13:37:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.hamcrest.library --- 13:37:44 [INFO] 13:37:44 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.hamcrest.library --- 13:37:44 [INFO] The project's OSGi version is 1.3.0.v20180524-2246 13:37:44 [INFO] 13:37:44 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.hamcrest.library --- 13:37:44 [INFO] 13:37:44 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.hamcrest.library --- 13:37:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:44 [INFO] Copying 3 resources 13:37:44 [INFO] 13:37:44 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.hamcrest.library --- 13:37:44 [INFO] No sources to compile 13:37:44 [INFO] 13:37:44 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.hamcrest.library --- 13:37:44 [INFO] Gathering dependencies 13:37:44 [INFO] Configured Artifact: org.hamcrest:hamcrest-library:1.3:jar 13:37:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.library_1.3.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:37:44 [INFO] Merging collected dependencies 13:37:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:44 [INFO] Copying 37 resources 13:37:44 [INFO] Generating OSGi MANIFEST.MF 13:37:44 [WARNING] Manifest org.eclipse.orbit.bundles:org.hamcrest.library:eclipse-bundle-recipe:1.3.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:37:44 [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 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.library_1.3.0/target/org.hamcrest.library-1.3.0-SNAPSHOT.jar 13:37:44 [INFO] Gathering sources 13:37:44 [INFO] Configured Artifact: org.hamcrest:hamcrest-library:sources:1.3:jar 13:37:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.library_1.3.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:37:45 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:45 [INFO] Copying 3 resources 13:37:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.library_1.3.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.library_1.3.0/target/org.hamcrest.library-1.3.0-SNAPSHOT-sources.jar 13:37:45 [INFO] Assembling p2 repository 13:37:45 [INFO] 13:37:45 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.hamcrest.library --- 13:37:45 [INFO] 13:37:45 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.hamcrest.library --- 13:37:45 [INFO] Discovering license information from existing ip_log.xml 13:37:45 [INFO] Discovered license 'New BSD license' for artifact org.hamcrest:hamcrest-library:1.3. 13:37:45 [INFO] Gathering sources archives 13:37:45 [INFO] Configured Artifact: org.hamcrest:hamcrest-library:sources:1.3:jar 13:37:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:37:45 [INFO] Configured Artifact: org.hamcrest:hamcrest-library:sources:1.3:jar 13:37:45 [INFO] Copying hamcrest-library-1.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.library_1.3.0/target/sources-for-eclipse-ipzilla/hamcrest-library-1.3-sources.jar 13:37:45 [INFO] Refreshing about files and about.html 13:37:45 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:37:45 [INFO] Refreshing ip_log.xml 13:37:45 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.library_1.3.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:37:45 [INFO] 13:37:45 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.hamcrest.library --- 13:37:45 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.library_1.3.0/target/org.hamcrest.library-1.3.0-SNAPSHOT.jar 13:37:46 [INFO] 13:37:46 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.hamcrest.library --- 13:37:46 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.library_1.3.0/target/org.hamcrest.library-1.3.0-SNAPSHOT.jar 13:37:47 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.library_1.3.0/target/org.hamcrest.library-1.3.0-SNAPSHOT-sources.jar 13:37:48 [INFO] 13:37:48 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.hamcrest.library --- 13:37:48 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.library_1.3.0/target/org.hamcrest.library-1.3.0-SNAPSHOT.jar 13:37:48 [INFO] 13:37:48 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.hamcrest.library --- 13:37:48 [INFO] 13:37:48 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.hamcrest.library --- 13:37:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.library_1.3.0/target/org.hamcrest.library-1.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT.jar 13:37:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.library_1.3.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT.pom 13:37:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT-sources.jar 13:37:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.library_1.3.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT-p2metadata.xml 13:37:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.library_1.3.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT-p2artifacts.xml 13:37:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.library_1.3.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT-ip_log.xml 13:37:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.library_1.3.0/target/org.hamcrest.library-1.3.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT-pack200.jar.pack.gz 13:37:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.library_1.3.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT-p2metadata.xml 13:37:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hamcrest/org.hamcrest.library_1.3.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT-p2artifacts.xml 13:37:48 [INFO] 13:37:48 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.hamcrest.library --- 13:37:48 [INFO] 13:37:48 [INFO] --------------< org.eclipse.orbit.bundles:hsqldb-parent >--------------- 13:37:48 [INFO] Building Eclipse Orbit :: Hsqldb Recipes 1.0.0-SNAPSHOT [274/376] 13:37:48 [INFO] --------------------------------[ pom ]--------------------------------- 13:37:48 [INFO] 13:37:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hsqldb-parent --- 13:37:48 [INFO] 13:37:48 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ hsqldb-parent --- 13:37:48 [INFO] 13:37:48 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ hsqldb-parent --- 13:37:48 [INFO] 13:37:48 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ hsqldb-parent --- 13:37:48 [INFO] 13:37:48 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ hsqldb-parent --- 13:37:48 [INFO] 13:37:48 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ hsqldb-parent --- 13:37:48 [INFO] 13:37:48 [INFO] --- maven-install-plugin:2.4:install (default-install) @ hsqldb-parent --- 13:37:48 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/hsqldb-parent/1.0.0-SNAPSHOT/hsqldb-parent-1.0.0-SNAPSHOT.pom 13:37:48 [INFO] 13:37:48 [INFO] ----------------< org.eclipse.orbit.bundles:org.hsqldb >---------------- 13:37:48 [INFO] Building HyperSQL Database 2.2.9-SNAPSHOT [275/376] 13:37:48 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:37:48 [INFO] 13:37:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.hsqldb --- 13:37:48 [INFO] 13:37:48 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.hsqldb --- 13:37:48 [INFO] The project's OSGi version is 2.2.9.v20200115-2036 13:37:48 [INFO] 13:37:48 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.hsqldb --- 13:37:48 [INFO] 13:37:48 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.hsqldb --- 13:37:48 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:48 [INFO] Copying 2 resources 13:37:48 [INFO] 13:37:48 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.hsqldb --- 13:37:48 [INFO] No sources to compile 13:37:48 [INFO] 13:37:48 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.hsqldb --- 13:37:48 [INFO] Gathering dependencies 13:37:48 [INFO] Configured Artifact: org.hsqldb:hsqldb:2.2.9:jar 13:37:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:37:48 [INFO] Merging collected dependencies 13:37:48 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:48 [INFO] Copying 609 resources 13:37:48 [INFO] Generating OSGi MANIFEST.MF 13:37:48 [WARNING] Manifest org.eclipse.orbit.bundles:org.hsqldb:eclipse-bundle-recipe:2.2.9-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/target/org.hsqldb-2.2.9-SNAPSHOT.jar 13:37:49 [INFO] Gathering sources 13:37:49 [INFO] Configured Artifact: org.hsqldb:hsqldb:sources:2.2.9:jar 13:37:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:37:49 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:49 [INFO] Copying 2 resources 13:37:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/target/org.hsqldb-2.2.9-SNAPSHOT-sources.jar 13:37:49 [INFO] Assembling p2 repository 13:37:50 [INFO] 13:37:50 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.hsqldb --- 13:37:50 [INFO] 13:37:50 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.hsqldb --- 13:37:50 [INFO] Discovering license information from existing ip_log.xml 13:37:50 [INFO] Discovered license 'New BSD license' for artifact org.hsqldb:hsqldb:2.2.9. 13:37:50 [INFO] Gathering sources archives 13:37:50 [INFO] Configured Artifact: org.hsqldb:hsqldb:sources:2.2.9:jar 13:37:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/target/sources-for-eclipse-ipzilla/hsqldb-2.2.9-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:37:50 [INFO] Configured Artifact: org.hsqldb:hsqldb:sources:2.2.9:jar 13:37:50 [INFO] Copying hsqldb-2.2.9-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/target/sources-for-eclipse-ipzilla/hsqldb-2.2.9-sources.jar 13:37:50 [INFO] Refreshing about files and about.html 13:37:50 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:37:50 [INFO] Refreshing ip_log.xml 13:37:50 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:37:50 [INFO] 13:37:50 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.hsqldb --- 13:37:50 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/target/org.hsqldb-2.2.9-SNAPSHOT.jar 13:37:51 [INFO] 13:37:51 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.hsqldb --- 13:37:51 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/target/org.hsqldb-2.2.9-SNAPSHOT.jar 13:37:54 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/target/org.hsqldb-2.2.9-SNAPSHOT-sources.jar 13:37:56 [INFO] 13:37:56 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.hsqldb --- 13:37:56 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/target/org.hsqldb-2.2.9-SNAPSHOT.jar 13:37:57 [INFO] 13:37:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.hsqldb --- 13:37:57 [INFO] 13:37:57 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.hsqldb --- 13:37:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/target/org.hsqldb-2.2.9-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT.jar 13:37:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT.pom 13:37:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/target/org.hsqldb-2.2.9-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT-sources.jar 13:37:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT-p2metadata.xml 13:37:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT-p2artifacts.xml 13:37:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT-ip_log.xml 13:37:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/target/org.hsqldb-2.2.9-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT-pack200.jar.pack.gz 13:37:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT-p2metadata.xml 13:37:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/hsqldb/org.hsqldb_2.2.9/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT-p2artifacts.xml 13:37:57 [INFO] 13:37:57 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.hsqldb --- 13:37:57 [INFO] 13:37:57 [INFO] ---------------< org.eclipse.orbit.bundles:icu4j-parent >--------------- 13:37:57 [INFO] Building Eclipse Orbit :: ICU4J Recipes 1.0.0-SNAPSHOT [276/376] 13:37:57 [INFO] --------------------------------[ pom ]--------------------------------- 13:37:57 [INFO] 13:37:57 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ icu4j-parent --- 13:37:57 [INFO] 13:37:57 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ icu4j-parent --- 13:37:57 [INFO] 13:37:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ icu4j-parent --- 13:37:57 [INFO] 13:37:57 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ icu4j-parent --- 13:37:57 [INFO] 13:37:57 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ icu4j-parent --- 13:37:57 [INFO] 13:37:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ icu4j-parent --- 13:37:57 [INFO] 13:37:57 [INFO] --- maven-install-plugin:2.4:install (default-install) @ icu4j-parent --- 13:37:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/icu4j-parent/1.0.0-SNAPSHOT/icu4j-parent-1.0.0-SNAPSHOT.pom 13:37:57 [INFO] 13:37:57 [INFO] ---------------< org.eclipse.orbit.bundles:com.ibm.icu >---------------- 13:37:57 [INFO] Building ICU4J 67.1 67.1.0-SNAPSHOT [277/376] 13:37:57 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:37:59 [INFO] 13:37:59 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.ibm.icu --- 13:37:59 [INFO] 13:37:59 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.ibm.icu --- 13:37:59 [INFO] The project's OSGi version is 67.1.0.v20200706-1749 13:37:59 [INFO] 13:37:59 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.ibm.icu --- 13:37:59 [INFO] 13:37:59 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.ibm.icu --- 13:37:59 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:59 [INFO] Copying 3 resources 13:37:59 [INFO] 13:37:59 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.ibm.icu --- 13:37:59 [INFO] No sources to compile 13:37:59 [INFO] 13:37:59 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.ibm.icu --- 13:37:59 [INFO] Gathering dependencies 13:37:59 [INFO] Configured Artifact: com.ibm.icu:icu4j:67.1:jar 13:37:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/ibm/icu/icu4j/67.1/icu4j-67.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:37:59 [INFO] Merging collected dependencies 13:37:59 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:37:59 [INFO] Copying 5153 resources 13:38:00 [INFO] Generating OSGi MANIFEST.MF 13:38:01 [WARNING] Manifest org.eclipse.orbit.bundles:com.ibm.icu:eclipse-bundle-recipe:67.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/target/com.ibm.icu-67.1.0-SNAPSHOT.jar 13:38:02 [INFO] Gathering sources 13:38:02 [INFO] Configured Artifact: com.ibm.icu:icu4j:sources:67.1:jar 13:38:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/ibm/icu/icu4j/67.1/icu4j-67.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:38:03 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:03 [INFO] Copying 3 resources 13:38:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/target/com.ibm.icu-67.1.0-SNAPSHOT-sources.jar 13:38:03 [INFO] Assembling p2 repository 13:38:04 [INFO] 13:38:04 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.ibm.icu --- 13:38:04 [INFO] 13:38:04 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.ibm.icu --- 13:38:04 [INFO] Discovering license information from existing ip_log.xml 13:38:04 [INFO] Discovered license 'MIT License' for artifact com.ibm.icu:icu4j:67.1. 13:38:04 [INFO] Gathering sources archives 13:38:04 [INFO] Configured Artifact: com.ibm.icu:icu4j:sources:67.1:jar 13:38:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/ibm/icu/icu4j/67.1/icu4j-67.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/target/sources-for-eclipse-ipzilla/icu4j-67.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:38:04 [INFO] Configured Artifact: com.ibm.icu:icu4j:sources:67.1:jar 13:38:04 [INFO] Copying icu4j-67.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/target/sources-for-eclipse-ipzilla/icu4j-67.1-sources.jar 13:38:04 [INFO] Refreshing about files and about.html 13:38:04 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.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). 13:38:04 [INFO] Refreshing ip_log.xml 13:38:04 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:38:04 [INFO] 13:38:04 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.ibm.icu --- 13:38:04 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/target/com.ibm.icu-67.1.0-SNAPSHOT.jar 13:38:08 [INFO] 13:38:08 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.ibm.icu --- 13:38:11 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/target/com.ibm.icu-67.1.0-SNAPSHOT.jar 13:38:18 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/target/com.ibm.icu-67.1.0-SNAPSHOT-sources.jar 13:38:20 [INFO] 13:38:20 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.ibm.icu --- 13:38:20 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/target/com.ibm.icu-67.1.0-SNAPSHOT.jar 13:38:23 [INFO] 13:38:23 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.ibm.icu --- 13:38:23 [INFO] 13:38:23 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.ibm.icu --- 13:38:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/target/com.ibm.icu-67.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.ibm.icu/67.1.0-SNAPSHOT/com.ibm.icu-67.1.0-SNAPSHOT.jar 13:38:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.ibm.icu/67.1.0-SNAPSHOT/com.ibm.icu-67.1.0-SNAPSHOT.pom 13:38:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/target/com.ibm.icu-67.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.ibm.icu/67.1.0-SNAPSHOT/com.ibm.icu-67.1.0-SNAPSHOT-sources.jar 13:38:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.ibm.icu/67.1.0-SNAPSHOT/com.ibm.icu-67.1.0-SNAPSHOT-p2metadata.xml 13:38:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.ibm.icu/67.1.0-SNAPSHOT/com.ibm.icu-67.1.0-SNAPSHOT-p2artifacts.xml 13:38:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.ibm.icu/67.1.0-SNAPSHOT/com.ibm.icu-67.1.0-SNAPSHOT-ip_log.xml 13:38:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/target/com.ibm.icu-67.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.ibm.icu/67.1.0-SNAPSHOT/com.ibm.icu-67.1.0-SNAPSHOT-pack200.jar.pack.gz 13:38:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.ibm.icu/67.1.0-SNAPSHOT/com.ibm.icu-67.1.0-SNAPSHOT-p2metadata.xml 13:38:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/icu4j/com.ibm.icu_67.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.ibm.icu/67.1.0-SNAPSHOT/com.ibm.icu-67.1.0-SNAPSHOT-p2artifacts.xml 13:38:23 [INFO] 13:38:23 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.ibm.icu --- 13:38:23 [INFO] 13:38:23 [INFO] --------------< org.eclipse.orbit.bundles:org.immutables >-------------- 13:38:23 [INFO] Building Eclipse Orbit :: Immutables Recipes 1.0.0-SNAPSHOT [278/376] 13:38:23 [INFO] --------------------------------[ pom ]--------------------------------- 13:38:23 [INFO] 13:38:23 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.immutables --- 13:38:23 [INFO] 13:38:23 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.immutables --- 13:38:23 [INFO] 13:38:23 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.immutables --- 13:38:23 [INFO] 13:38:23 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.immutables --- 13:38:23 [INFO] 13:38:23 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.immutables --- 13:38:23 [INFO] 13:38:23 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.immutables --- 13:38:23 [INFO] 13:38:23 [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.immutables --- 13:38:23 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/immutables/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.immutables/1.0.0-SNAPSHOT/org.immutables-1.0.0-SNAPSHOT.pom 13:38:23 [INFO] 13:38:23 [INFO] -----------< org.eclipse.orbit.bundles:org.immutables.value >----------- 13:38:23 [INFO] Building org.immutables.value 2.8.3-SNAPSHOT [279/376] 13:38:23 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:38:24 [INFO] 13:38:24 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.immutables.value --- 13:38:24 [INFO] 13:38:24 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.immutables.value --- 13:38:24 [INFO] The project's OSGi version is 2.8.3.v20200423-1717 13:38:24 [INFO] 13:38:24 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.immutables.value --- 13:38:24 [INFO] 13:38:24 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.immutables.value --- 13:38:24 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:24 [INFO] Copying 3 resources 13:38:24 [INFO] 13:38:24 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.immutables.value --- 13:38:24 [INFO] No sources to compile 13:38:24 [INFO] 13:38:24 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.immutables.value --- 13:38:24 [INFO] Gathering dependencies 13:38:24 [INFO] Configured Artifact: org.immutables:value:2.8.3:jar 13:38:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/immutables/value/2.8.3/value-2.8.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/immutables/org.immutables.value_2.8.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:38:24 [INFO] Merging collected dependencies 13:38:24 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:24 [INFO] Copying 1869 resources 13:38:24 [INFO] Generating OSGi MANIFEST.MF 13:38:25 [WARNING] Manifest org.eclipse.orbit.bundles:org.immutables.value:eclipse-bundle-recipe:2.8.3-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/immutables/org.immutables.value_2.8.3/target/org.immutables.value-2.8.3-SNAPSHOT.jar 13:38:25 [INFO] Gathering sources 13:38:25 [INFO] Configured Artifact: org.immutables:value:sources:2.8.3:jar 13:38:25 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/immutables/value/2.8.3/value-2.8.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/immutables/org.immutables.value_2.8.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:38:25 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:25 [INFO] Copying 3 resources 13:38:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/immutables/org.immutables.value_2.8.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/immutables/org.immutables.value_2.8.3/target/org.immutables.value-2.8.3-SNAPSHOT-sources.jar 13:38:25 [INFO] Assembling p2 repository 13:38:26 [INFO] 13:38:26 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.immutables.value --- 13:38:26 [INFO] 13:38:26 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.immutables.value --- 13:38:26 [INFO] Discovering license information from existing ip_log.xml 13:38:26 [INFO] Discovered license 'Apache License, 2.0' for artifact org.immutables:value:2.8.3. 13:38:26 [INFO] Gathering sources archives 13:38:26 [INFO] Configured Artifact: org.immutables:value:sources:2.8.3:jar 13:38:26 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/immutables/value/2.8.3/value-2.8.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:38:26 [INFO] Configured Artifact: org.immutables:value:sources:2.8.3:jar 13:38:26 [INFO] Copying value-2.8.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/immutables/org.immutables.value_2.8.3/target/sources-for-eclipse-ipzilla/value-2.8.3-sources.jar 13:38:26 [INFO] Refreshing about files and about.html 13:38:26 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:38:26 [INFO] Refreshing ip_log.xml 13:38:26 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/immutables/org.immutables.value_2.8.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:38:26 [INFO] 13:38:26 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.immutables.value --- 13:38:26 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/immutables/org.immutables.value_2.8.3/target/org.immutables.value-2.8.3-SNAPSHOT.jar 13:38:27 [INFO] 13:38:27 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.immutables.value --- 13:38:29 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/immutables/org.immutables.value_2.8.3/target/org.immutables.value-2.8.3-SNAPSHOT.jar 13:38:32 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/immutables/org.immutables.value_2.8.3/target/org.immutables.value-2.8.3-SNAPSHOT-sources.jar 13:38:34 [INFO] 13:38:34 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.immutables.value --- 13:38:34 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/immutables/org.immutables.value_2.8.3/target/org.immutables.value-2.8.3-SNAPSHOT.jar 13:38:35 [INFO] 13:38:35 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.immutables.value --- 13:38:35 [INFO] 13:38:35 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.immutables.value --- 13:38:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/immutables/org.immutables.value_2.8.3/target/org.immutables.value-2.8.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT.jar 13:38:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/immutables/org.immutables.value_2.8.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT.pom 13:38:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT-sources.jar 13:38:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/immutables/org.immutables.value_2.8.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT-p2metadata.xml 13:38:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/immutables/org.immutables.value_2.8.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT-p2artifacts.xml 13:38:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/immutables/org.immutables.value_2.8.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT-ip_log.xml 13:38:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/immutables/org.immutables.value_2.8.3/target/org.immutables.value-2.8.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT-pack200.jar.pack.gz 13:38:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/immutables/org.immutables.value_2.8.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT-p2metadata.xml 13:38:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/immutables/org.immutables.value_2.8.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT-p2artifacts.xml 13:38:35 [INFO] 13:38:35 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.immutables.value --- 13:38:35 [INFO] 13:38:35 [INFO] -----------------< org.eclipse.orbit.bundles:jackson >------------------ 13:38:35 [INFO] Building Eclipse Orbit :: Jackson Recipes 1.0.0-SNAPSHOT [280/376] 13:38:35 [INFO] --------------------------------[ pom ]--------------------------------- 13:38:35 [INFO] 13:38:35 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jackson --- 13:38:35 [INFO] 13:38:35 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ jackson --- 13:38:35 [INFO] 13:38:35 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ jackson --- 13:38:35 [INFO] 13:38:35 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ jackson --- 13:38:35 [INFO] 13:38:35 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ jackson --- 13:38:35 [INFO] 13:38:35 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ jackson --- 13:38:35 [INFO] 13:38:35 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jackson --- 13:38:35 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jackson/1.0.0-SNAPSHOT/jackson-1.0.0-SNAPSHOT.pom 13:38:35 [INFO] 13:38:35 [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-annotations >-- 13:38:35 [INFO] Building Jackson-annotations 2.12.1-SNAPSHOT [281/376] 13:38:35 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:38:36 [INFO] 13:38:36 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.core.jackson-annotations --- 13:38:36 [INFO] 13:38:36 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.core.jackson-annotations --- 13:38:36 [INFO] The project's OSGi version is 2.12.1.v20210128-1726 13:38:36 [INFO] 13:38:36 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.fasterxml.jackson.core.jackson-annotations --- 13:38:36 [INFO] 13:38:36 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.fasterxml.jackson.core.jackson-annotations --- 13:38:36 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:36 [INFO] Copying 3 resources 13:38:36 [INFO] 13:38:36 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.fasterxml.jackson.core.jackson-annotations --- 13:38:36 [INFO] No sources to compile 13:38:36 [INFO] 13:38:36 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.core.jackson-annotations --- 13:38:36 [INFO] Gathering dependencies 13:38:36 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-annotations:2.12.1:jar 13:38:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:38:36 [INFO] Merging collected dependencies 13:38:36 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:36 [INFO] Copying 74 resources 13:38:36 [INFO] Generating OSGi MANIFEST.MF 13:38:36 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-annotations:eclipse-bundle-recipe:2.12.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/target/com.fasterxml.jackson.core.jackson-annotations-2.12.1-SNAPSHOT.jar 13:38:36 [INFO] Gathering sources 13:38:36 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-annotations:sources:2.12.1:jar 13:38:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:38:36 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:36 [INFO] Copying 3 resources 13:38:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/target/com.fasterxml.jackson.core.jackson-annotations-2.12.1-SNAPSHOT-sources.jar 13:38:36 [INFO] Assembling p2 repository 13:38:36 [INFO] 13:38:36 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.core.jackson-annotations --- 13:38:36 [INFO] 13:38:36 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.core.jackson-annotations --- 13:38:36 [INFO] Discovering license information from existing ip_log.xml 13:38:36 [INFO] Discovered license 'Apache License, 2.0' for artifact com.fasterxml.jackson.core:jackson-annotations:2.12.1. 13:38:36 [INFO] Gathering sources archives 13:38:36 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-annotations:sources:2.12.1:jar 13:38:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/target/sources-for-eclipse-ipzilla/jackson-annotations-2.12.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:38:36 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-annotations:sources:2.12.1:jar 13:38:36 [INFO] Copying jackson-annotations-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/target/sources-for-eclipse-ipzilla/jackson-annotations-2.12.1-sources.jar 13:38:36 [INFO] Refreshing about files and about.html 13:38:36 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.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). 13:38:36 [INFO] Refreshing ip_log.xml 13:38:36 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:38:36 [INFO] 13:38:36 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.fasterxml.jackson.core.jackson-annotations --- 13:38:36 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/target/com.fasterxml.jackson.core.jackson-annotations-2.12.1-SNAPSHOT.jar 13:38:36 [INFO] 13:38:36 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.fasterxml.jackson.core.jackson-annotations --- 13:38:37 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/target/com.fasterxml.jackson.core.jackson-annotations-2.12.1-SNAPSHOT.jar 13:38:39 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/target/com.fasterxml.jackson.core.jackson-annotations-2.12.1-SNAPSHOT-sources.jar 13:38:41 [INFO] 13:38:41 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.fasterxml.jackson.core.jackson-annotations --- 13:38:41 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/target/com.fasterxml.jackson.core.jackson-annotations-2.12.1-SNAPSHOT.jar 13:38:41 [INFO] 13:38:41 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.core.jackson-annotations --- 13:38:41 [INFO] 13:38:41 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.fasterxml.jackson.core.jackson-annotations --- 13:38:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/target/com.fasterxml.jackson.core.jackson-annotations-2.12.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.12.1-SNAPSHOT.jar 13:38:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.12.1-SNAPSHOT.pom 13:38:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/target/com.fasterxml.jackson.core.jackson-annotations-2.12.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.12.1-SNAPSHOT-sources.jar 13:38:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.12.1-SNAPSHOT-p2metadata.xml 13:38:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.12.1-SNAPSHOT-p2artifacts.xml 13:38:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.12.1-SNAPSHOT-ip_log.xml 13:38:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/target/com.fasterxml.jackson.core.jackson-annotations-2.12.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.12.1-SNAPSHOT-pack200.jar.pack.gz 13:38:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.12.1-SNAPSHOT-p2metadata.xml 13:38:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-annotations_2.12.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.12.1-SNAPSHOT-p2artifacts.xml 13:38:41 [INFO] 13:38:41 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.core.jackson-annotations --- 13:38:41 [INFO] 13:38:41 [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-core >-- 13:38:41 [INFO] Building Jackson-core 2.12.1-SNAPSHOT [282/376] 13:38:41 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:38:41 [INFO] 13:38:41 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.core.jackson-core --- 13:38:41 [INFO] 13:38:41 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.core.jackson-core --- 13:38:41 [INFO] The project's OSGi version is 2.12.1.v20210128-1726 13:38:41 [INFO] 13:38:41 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.fasterxml.jackson.core.jackson-core --- 13:38:41 [INFO] 13:38:41 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.fasterxml.jackson.core.jackson-core --- 13:38:41 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:41 [INFO] Copying 3 resources 13:38:41 [INFO] 13:38:41 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.fasterxml.jackson.core.jackson-core --- 13:38:41 [INFO] No sources to compile 13:38:41 [INFO] 13:38:41 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.core.jackson-core --- 13:38:41 [INFO] Gathering dependencies 13:38:41 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-core:2.12.1:jar 13:38:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core-2.12.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:38:41 [INFO] Merging collected dependencies 13:38:41 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:41 [INFO] Copying 129 resources 13:38:41 [INFO] Generating OSGi MANIFEST.MF 13:38:41 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-core:eclipse-bundle-recipe:2.12.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/target/com.fasterxml.jackson.core.jackson-core-2.12.1-SNAPSHOT.jar 13:38:41 [INFO] Gathering sources 13:38:41 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-core:sources:2.12.1:jar 13:38:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:38:41 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:41 [INFO] Copying 3 resources 13:38:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/target/com.fasterxml.jackson.core.jackson-core-2.12.1-SNAPSHOT-sources.jar 13:38:41 [INFO] Assembling p2 repository 13:38:42 [INFO] 13:38:42 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.core.jackson-core --- 13:38:42 [INFO] 13:38:42 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.core.jackson-core --- 13:38:42 [INFO] Discovering license information from existing ip_log.xml 13:38:42 [INFO] Discovered license 'Apache License, 2.0' for artifact com.fasterxml.jackson.core:jackson-core:2.12.1. 13:38:42 [INFO] Gathering sources archives 13:38:42 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-core:sources:2.12.1:jar 13:38:42 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/target/sources-for-eclipse-ipzilla/jackson-core-2.12.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:38:42 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-core:sources:2.12.1:jar 13:38:42 [INFO] Copying jackson-core-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/target/sources-for-eclipse-ipzilla/jackson-core-2.12.1-sources.jar 13:38:42 [INFO] Refreshing about files and about.html 13:38:42 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.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). 13:38:42 [INFO] Refreshing ip_log.xml 13:38:42 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:38:42 [INFO] 13:38:42 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.fasterxml.jackson.core.jackson-core --- 13:38:42 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/target/com.fasterxml.jackson.core.jackson-core-2.12.1-SNAPSHOT.jar 13:38:42 [INFO] 13:38:42 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.fasterxml.jackson.core.jackson-core --- 13:38:42 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/target/com.fasterxml.jackson.core.jackson-core-2.12.1-SNAPSHOT.jar 13:38:44 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/target/com.fasterxml.jackson.core.jackson-core-2.12.1-SNAPSHOT-sources.jar 13:38:45 [INFO] 13:38:45 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.fasterxml.jackson.core.jackson-core --- 13:38:45 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/target/com.fasterxml.jackson.core.jackson-core-2.12.1-SNAPSHOT.jar 13:38:45 [INFO] 13:38:45 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.core.jackson-core --- 13:38:45 [INFO] 13:38:45 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.fasterxml.jackson.core.jackson-core --- 13:38:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/target/com.fasterxml.jackson.core.jackson-core-2.12.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.12.1-SNAPSHOT.jar 13:38:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.12.1-SNAPSHOT.pom 13:38:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/target/com.fasterxml.jackson.core.jackson-core-2.12.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.12.1-SNAPSHOT-sources.jar 13:38:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.12.1-SNAPSHOT-p2metadata.xml 13:38:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.12.1-SNAPSHOT-p2artifacts.xml 13:38:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.12.1-SNAPSHOT-ip_log.xml 13:38:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/target/com.fasterxml.jackson.core.jackson-core-2.12.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.12.1-SNAPSHOT-pack200.jar.pack.gz 13:38:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.12.1-SNAPSHOT-p2metadata.xml 13:38:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-core_2.12.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.12.1-SNAPSHOT-p2artifacts.xml 13:38:45 [INFO] 13:38:45 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.core.jackson-core --- 13:38:45 [INFO] 13:38:45 [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-databind >-- 13:38:45 [INFO] Building jackson-databind 2.12.1-SNAPSHOT [283/376] 13:38:45 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:38:46 [INFO] 13:38:46 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.core.jackson-databind --- 13:38:46 [INFO] 13:38:46 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.core.jackson-databind --- 13:38:46 [INFO] The project's OSGi version is 2.12.1.v20210128-1726 13:38:46 [INFO] 13:38:46 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.fasterxml.jackson.core.jackson-databind --- 13:38:46 [INFO] 13:38:46 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.fasterxml.jackson.core.jackson-databind --- 13:38:46 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:46 [INFO] Copying 3 resources 13:38:46 [INFO] 13:38:46 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.fasterxml.jackson.core.jackson-databind --- 13:38:46 [INFO] No sources to compile 13:38:46 [INFO] 13:38:46 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.core.jackson-databind --- 13:38:46 [INFO] Gathering dependencies 13:38:46 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-databind:2.12.1:jar 13:38:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/core/jackson-databind/2.12.1/jackson-databind-2.12.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:38:46 [INFO] Merging collected dependencies 13:38:46 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:46 [INFO] Copying 705 resources 13:38:46 [INFO] Generating OSGi MANIFEST.MF 13:38:46 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-databind:eclipse-bundle-recipe:2.12.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/target/com.fasterxml.jackson.core.jackson-databind-2.12.1-SNAPSHOT.jar 13:38:46 [INFO] Gathering sources 13:38:46 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-databind:sources:2.12.1:jar 13:38:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/core/jackson-databind/2.12.1/jackson-databind-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:38:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:47 [INFO] Copying 3 resources 13:38:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/target/com.fasterxml.jackson.core.jackson-databind-2.12.1-SNAPSHOT-sources.jar 13:38:47 [INFO] Assembling p2 repository 13:38:48 [INFO] 13:38:48 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.core.jackson-databind --- 13:38:48 [INFO] 13:38:48 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.core.jackson-databind --- 13:38:48 [INFO] Discovering license information from existing ip_log.xml 13:38:48 [INFO] Discovered license 'Apache License, 2.0' for artifact com.fasterxml.jackson.core:jackson-databind:2.12.1. 13:38:48 [INFO] Gathering sources archives 13:38:48 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-databind:sources:2.12.1:jar 13:38:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/core/jackson-databind/2.12.1/jackson-databind-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/target/sources-for-eclipse-ipzilla/jackson-databind-2.12.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:38:48 [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-databind:sources:2.12.1:jar 13:38:48 [INFO] Copying jackson-databind-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/target/sources-for-eclipse-ipzilla/jackson-databind-2.12.1-sources.jar 13:38:48 [INFO] Refreshing about files and about.html 13:38:48 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.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). 13:38:48 [INFO] Refreshing ip_log.xml 13:38:48 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:38:48 [INFO] 13:38:48 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.fasterxml.jackson.core.jackson-databind --- 13:38:48 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/target/com.fasterxml.jackson.core.jackson-databind-2.12.1-SNAPSHOT.jar 13:38:49 [INFO] 13:38:49 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.fasterxml.jackson.core.jackson-databind --- 13:38:49 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/target/com.fasterxml.jackson.core.jackson-databind-2.12.1-SNAPSHOT.jar 13:38:52 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/target/com.fasterxml.jackson.core.jackson-databind-2.12.1-SNAPSHOT-sources.jar 13:38:54 [INFO] 13:38:54 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.fasterxml.jackson.core.jackson-databind --- 13:38:54 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/target/com.fasterxml.jackson.core.jackson-databind-2.12.1-SNAPSHOT.jar 13:38:54 [INFO] 13:38:54 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.core.jackson-databind --- 13:38:54 [INFO] 13:38:54 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.fasterxml.jackson.core.jackson-databind --- 13:38:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/target/com.fasterxml.jackson.core.jackson-databind-2.12.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.12.1-SNAPSHOT.jar 13:38:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.12.1-SNAPSHOT.pom 13:38:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/target/com.fasterxml.jackson.core.jackson-databind-2.12.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.12.1-SNAPSHOT-sources.jar 13:38:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.12.1-SNAPSHOT-p2metadata.xml 13:38:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.12.1-SNAPSHOT-p2artifacts.xml 13:38:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.12.1-SNAPSHOT-ip_log.xml 13:38:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/target/com.fasterxml.jackson.core.jackson-databind-2.12.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.12.1-SNAPSHOT-pack200.jar.pack.gz 13:38:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.12.1-SNAPSHOT-p2metadata.xml 13:38:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.core.jackson-databind_2.12.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.12.1-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.12.1-SNAPSHOT-p2artifacts.xml 13:38:54 [INFO] 13:38:54 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.core.jackson-databind --- 13:38:54 [INFO] 13:38:54 [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.datatype.jackson-datatype-guava >-- 13:38:54 [INFO] Building Jackson datatype: Guava 2.12.1-SNAPSHOT [284/376] 13:38:54 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:38:55 [INFO] 13:38:55 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- 13:38:55 [INFO] 13:38:55 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- 13:38:55 [INFO] The project's OSGi version is 2.12.1.v20210128-1726 13:38:55 [INFO] 13:38:55 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- 13:38:55 [INFO] 13:38:55 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- 13:38:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:55 [INFO] Copying 3 resources 13:38:55 [INFO] 13:38:55 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- 13:38:55 [INFO] No sources to compile 13:38:55 [INFO] 13:38:55 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- 13:38:55 [INFO] Gathering dependencies 13:38:55 [INFO] Configured Artifact: com.fasterxml.jackson.datatype:jackson-datatype-guava:2.12.1:jar 13:38:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.12.1/jackson-datatype-guava-2.12.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:38:55 [INFO] Merging collected dependencies 13:38:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:55 [INFO] Copying 49 resources 13:38:55 [INFO] Generating OSGi MANIFEST.MF 13:38:55 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.datatype.jackson-datatype-guava:eclipse-bundle-recipe:2.12.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/target/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.12.1-SNAPSHOT.jar 13:38:55 [INFO] Gathering sources 13:38:56 [INFO] Configured Artifact: com.fasterxml.jackson.datatype:jackson-datatype-guava:sources:2.12.1:jar 13:38:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.12.1/jackson-datatype-guava-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:38:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:38:56 [INFO] Copying 3 resources 13:38:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/target/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.12.1-SNAPSHOT-sources.jar 13:38:56 [INFO] Assembling p2 repository 13:38:56 [INFO] 13:38:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- 13:38:56 [INFO] 13:38:56 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- 13:38:56 [INFO] Discovering license information from existing ip_log.xml 13:38:56 [INFO] Discovered license 'Apache License, 2.0' for artifact com.fasterxml.jackson.datatype:jackson-datatype-guava:2.12.1. 13:38:56 [INFO] Gathering sources archives 13:38:56 [INFO] Configured Artifact: com.fasterxml.jackson.datatype:jackson-datatype-guava:sources:2.12.1:jar 13:38:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.12.1/jackson-datatype-guava-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/target/sources-for-eclipse-ipzilla/jackson-datatype-guava-2.12.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:38:56 [INFO] Configured Artifact: com.fasterxml.jackson.datatype:jackson-datatype-guava:sources:2.12.1:jar 13:38:56 [INFO] Copying jackson-datatype-guava-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/target/sources-for-eclipse-ipzilla/jackson-datatype-guava-2.12.1-sources.jar 13:38:56 [INFO] Refreshing about files and about.html 13:38:56 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.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). 13:38:56 [INFO] Refreshing ip_log.xml 13:38:56 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:38:56 [INFO] 13:38:56 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- 13:38:56 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/target/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.12.1-SNAPSHOT.jar 13:38:56 [INFO] 13:38:56 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- 13:38:56 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/target/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.12.1-SNAPSHOT.jar 13:38:59 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/target/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.12.1-SNAPSHOT-sources.jar 13:39:00 [INFO] 13:39:00 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- 13:39:00 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/target/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.12.1-SNAPSHOT.jar 13:39:00 [INFO] 13:39:00 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- 13:39:00 [INFO] 13:39:00 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- 13:39:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/target/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.12.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.12.1-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.12.1-SNAPSHOT.jar 13:39:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.12.1-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.12.1-SNAPSHOT.pom 13:39:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/target/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.12.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.12.1-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.12.1-SNAPSHOT-sources.jar 13:39:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.12.1-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.12.1-SNAPSHOT-p2metadata.xml 13:39:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.12.1-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.12.1-SNAPSHOT-p2artifacts.xml 13:39:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.12.1-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.12.1-SNAPSHOT-ip_log.xml 13:39:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/target/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.12.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.12.1-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.12.1-SNAPSHOT-pack200.jar.pack.gz 13:39:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.12.1-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.12.1-SNAPSHOT-p2metadata.xml 13:39:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.12.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.12.1-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.12.1-SNAPSHOT-p2artifacts.xml 13:39:00 [INFO] 13:39:00 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- 13:39:00 [INFO] 13:39:00 [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-base >-- 13:39:00 [INFO] Building Jackson-JAXRS-base 2.12.1-SNAPSHOT [285/376] 13:39:00 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:39:00 [INFO] 13:39:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- 13:39:00 [INFO] 13:39:00 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- 13:39:00 [INFO] The project's OSGi version is 2.12.1.v20210128-1726 13:39:00 [INFO] 13:39:00 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- 13:39:00 [INFO] 13:39:00 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- 13:39:00 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:00 [INFO] Copying 3 resources 13:39:00 [INFO] 13:39:00 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- 13:39:00 [INFO] No sources to compile 13:39:00 [INFO] 13:39:00 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- 13:39:00 [INFO] Gathering dependencies 13:39:00 [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.12.1:jar 13:39:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.12.1/jackson-jaxrs-base-2.12.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:00 [INFO] Merging collected dependencies 13:39:00 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:00 [INFO] Copying 24 resources 13:39:00 [INFO] Generating OSGi MANIFEST.MF 13:39:00 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-base:eclipse-bundle-recipe:2.12.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] 13:39:00 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-base:eclipse-bundle-recipe:2.12.1-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/11/module-info.class=module-info} [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.1-SNAPSHOT.jar 13:39:00 [INFO] Gathering sources 13:39:00 [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:sources:2.12.1:jar 13:39:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.12.1/jackson-jaxrs-base-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:00 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:00 [INFO] Copying 3 resources 13:39:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.1-SNAPSHOT-sources.jar 13:39:00 [INFO] Assembling p2 repository 13:39:01 [INFO] 13:39:01 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- 13:39:01 [INFO] 13:39:01 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- 13:39:01 [INFO] Discovering license information from existing ip_log.xml 13:39:02 [INFO] Discovered license 'Apache License, 2.0' for artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.12.1. 13:39:02 [INFO] Gathering sources archives 13:39:02 [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:sources:2.12.1:jar 13:39:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.12.1/jackson-jaxrs-base-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/target/sources-for-eclipse-ipzilla/jackson-jaxrs-base-2.12.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:02 [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:sources:2.12.1:jar 13:39:02 [INFO] Copying jackson-jaxrs-base-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/target/sources-for-eclipse-ipzilla/jackson-jaxrs-base-2.12.1-sources.jar 13:39:02 [INFO] Refreshing about files and about.html 13:39:02 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.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). 13:39:02 [INFO] Refreshing ip_log.xml 13:39:02 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:39:02 [INFO] 13:39:02 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- 13:39:02 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.1-SNAPSHOT.jar 13:39:02 [INFO] 13:39:02 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- 13:39:03 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.1-SNAPSHOT.jar 13:39:04 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.1-SNAPSHOT-sources.jar 13:39:06 [INFO] 13:39:06 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- 13:39:06 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.1-SNAPSHOT.jar 13:39:06 [INFO] 13:39:06 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- 13:39:06 [INFO] 13:39:06 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- 13:39:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.12.1-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.1-SNAPSHOT.jar 13:39:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.12.1-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.1-SNAPSHOT.pom 13:39:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.12.1-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.1-SNAPSHOT-sources.jar 13:39:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.12.1-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.1-SNAPSHOT-p2metadata.xml 13:39:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.12.1-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.1-SNAPSHOT-p2artifacts.xml 13:39:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.12.1-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.1-SNAPSHOT-ip_log.xml 13:39:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.12.1-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.1-SNAPSHOT-pack200.jar.pack.gz 13:39:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.12.1-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.1-SNAPSHOT-p2metadata.xml 13:39:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.12.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.12.1-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.12.1-SNAPSHOT-p2artifacts.xml 13:39:06 [INFO] 13:39:06 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- 13:39:06 [INFO] 13:39:06 [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider >-- 13:39:06 [INFO] Building Jackson-JAXRS-JSON 2.12.1-SNAPSHOT [286/376] 13:39:06 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:39:06 [INFO] 13:39:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- 13:39:06 [INFO] 13:39:06 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- 13:39:06 [INFO] The project's OSGi version is 2.12.1.v20210128-1726 13:39:06 [INFO] 13:39:06 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- 13:39:06 [INFO] 13:39:06 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- 13:39:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:06 [INFO] Copying 3 resources 13:39:06 [INFO] 13:39:06 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- 13:39:06 [INFO] No sources to compile 13:39:06 [INFO] 13:39:06 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- 13:39:06 [INFO] Gathering dependencies 13:39:06 [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.12.1:jar 13:39:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.12.1/jackson-jaxrs-json-provider-2.12.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:06 [INFO] Merging collected dependencies 13:39:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:06 [INFO] Copying 14 resources 13:39:06 [INFO] Generating OSGi MANIFEST.MF 13:39:06 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider:eclipse-bundle-recipe:2.12.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] 13:39:06 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider:eclipse-bundle-recipe:2.12.1-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/11/module-info.class=module-info} [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.1-SNAPSHOT.jar 13:39:06 [INFO] Gathering sources 13:39:06 [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:sources:2.12.1:jar 13:39:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.12.1/jackson-jaxrs-json-provider-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:06 [INFO] Copying 3 resources 13:39:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.1-SNAPSHOT-sources.jar 13:39:07 [INFO] Assembling p2 repository 13:39:08 [INFO] 13:39:08 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- 13:39:08 [INFO] 13:39:08 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- 13:39:08 [INFO] Discovering license information from existing ip_log.xml 13:39:09 [INFO] Discovered license 'Apache License, 2.0' for artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.12.1. 13:39:09 [INFO] Gathering sources archives 13:39:09 [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:sources:2.12.1:jar 13:39:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.12.1/jackson-jaxrs-json-provider-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/target/sources-for-eclipse-ipzilla/jackson-jaxrs-json-provider-2.12.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:09 [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:sources:2.12.1:jar 13:39:09 [INFO] Copying jackson-jaxrs-json-provider-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/target/sources-for-eclipse-ipzilla/jackson-jaxrs-json-provider-2.12.1-sources.jar 13:39:09 [INFO] Refreshing about files and about.html 13:39:09 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.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). 13:39:09 [INFO] Refreshing ip_log.xml 13:39:09 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:39:09 [INFO] 13:39:09 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- 13:39:09 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.1-SNAPSHOT.jar 13:39:09 [INFO] 13:39:09 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- 13:39:09 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.1-SNAPSHOT.jar 13:39:10 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.1-SNAPSHOT-sources.jar 13:39:12 [INFO] 13:39:12 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- 13:39:12 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.1-SNAPSHOT.jar 13:39:12 [INFO] 13:39:12 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- 13:39:12 [INFO] 13:39:12 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- 13:39:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.12.1-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.1-SNAPSHOT.jar 13:39:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.12.1-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.1-SNAPSHOT.pom 13:39:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.12.1-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.1-SNAPSHOT-sources.jar 13:39:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.12.1-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.1-SNAPSHOT-p2metadata.xml 13:39:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.12.1-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.1-SNAPSHOT-p2artifacts.xml 13:39:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.12.1-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.1-SNAPSHOT-ip_log.xml 13:39:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.12.1-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.1-SNAPSHOT-pack200.jar.pack.gz 13:39:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.12.1-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.1-SNAPSHOT-p2metadata.xml 13:39:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.12.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.12.1-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.12.1-SNAPSHOT-p2artifacts.xml 13:39:12 [INFO] 13:39:12 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- 13:39:12 [INFO] 13:39:12 [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.module.jackson-module-jaxb-annotations >-- 13:39:12 [INFO] Building Jackson module: JAXB Annotations 2.12.1-SNAPSHOT [287/376] 13:39:12 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:39:12 [INFO] 13:39:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- 13:39:12 [INFO] 13:39:12 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- 13:39:12 [INFO] The project's OSGi version is 2.12.1.v20210128-1726 13:39:12 [INFO] 13:39:12 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- 13:39:12 [INFO] 13:39:12 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- 13:39:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:12 [INFO] Copying 3 resources 13:39:12 [INFO] 13:39:12 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- 13:39:12 [INFO] No sources to compile 13:39:12 [INFO] 13:39:12 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- 13:39:12 [INFO] Gathering dependencies 13:39:12 [INFO] Configured Artifact: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.12.1:jar 13:39:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.12.1/jackson-module-jaxb-annotations-2.12.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:12 [INFO] Merging collected dependencies 13:39:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:12 [INFO] Copying 17 resources 13:39:12 [INFO] Generating OSGi MANIFEST.MF 13:39:12 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.module.jackson-module-jaxb-annotations:eclipse-bundle-recipe:2.12.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:39:12 [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.module.jackson-module-jaxb-annotations:eclipse-bundle-recipe:2.12.1-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/11/module-info.class=module-info} [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/target/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.1-SNAPSHOT.jar 13:39:12 [INFO] Gathering sources 13:39:12 [INFO] Configured Artifact: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:sources:2.12.1:jar 13:39:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.12.1/jackson-module-jaxb-annotations-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:12 [INFO] Copying 3 resources 13:39:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/target/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.1-SNAPSHOT-sources.jar 13:39:12 [INFO] Assembling p2 repository 13:39:13 [INFO] 13:39:13 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- 13:39:13 [INFO] 13:39:13 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- 13:39:13 [INFO] Discovering license information from existing ip_log.xml 13:39:13 [INFO] Discovered license 'Apache License, 2.0' for artifact com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.12.1. 13:39:13 [INFO] Gathering sources archives 13:39:13 [INFO] Configured Artifact: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:sources:2.12.1:jar 13:39:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.12.1/jackson-module-jaxb-annotations-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/target/sources-for-eclipse-ipzilla/jackson-module-jaxb-annotations-2.12.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:13 [INFO] Configured Artifact: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:sources:2.12.1:jar 13:39:13 [INFO] Copying jackson-module-jaxb-annotations-2.12.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/target/sources-for-eclipse-ipzilla/jackson-module-jaxb-annotations-2.12.1-sources.jar 13:39:13 [INFO] Refreshing about files and about.html 13:39:13 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.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). 13:39:13 [INFO] Refreshing ip_log.xml 13:39:13 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:39:13 [INFO] 13:39:13 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- 13:39:13 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/target/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.1-SNAPSHOT.jar 13:39:13 [INFO] 13:39:13 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- 13:39:13 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/target/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.1-SNAPSHOT.jar 13:39:14 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/target/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.1-SNAPSHOT-sources.jar 13:39:15 [INFO] 13:39:15 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- 13:39:15 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/target/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.1-SNAPSHOT.jar 13:39:15 [INFO] 13:39:15 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- 13:39:15 [INFO] 13:39:15 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- 13:39:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/target/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.12.1-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.1-SNAPSHOT.jar 13:39:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.12.1-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.1-SNAPSHOT.pom 13:39:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/target/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.12.1-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.1-SNAPSHOT-sources.jar 13:39:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.12.1-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.1-SNAPSHOT-p2metadata.xml 13:39:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.12.1-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.1-SNAPSHOT-p2artifacts.xml 13:39:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.12.1-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.1-SNAPSHOT-ip_log.xml 13:39:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/target/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.12.1-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.1-SNAPSHOT-pack200.jar.pack.gz 13:39:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.12.1-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.1-SNAPSHOT-p2metadata.xml 13:39:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.12.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.12.1-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.12.1-SNAPSHOT-p2artifacts.xml 13:39:15 [INFO] 13:39:15 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- 13:39:15 [INFO] 13:39:15 [INFO] ------------------< org.eclipse.orbit.bundles:jacoco >------------------ 13:39:15 [INFO] Building Eclipse Orbit :: JaCoCo Recipes 1.0.0-SNAPSHOT [288/376] 13:39:15 [INFO] --------------------------------[ pom ]--------------------------------- 13:39:15 [INFO] 13:39:15 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jacoco --- 13:39:15 [INFO] 13:39:15 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ jacoco --- 13:39:15 [INFO] 13:39:15 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ jacoco --- 13:39:15 [INFO] 13:39:15 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ jacoco --- 13:39:15 [INFO] 13:39:15 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ jacoco --- 13:39:15 [INFO] 13:39:15 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ jacoco --- 13:39:15 [INFO] 13:39:15 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jacoco --- 13:39:15 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jacoco/1.0.0-SNAPSHOT/jacoco-1.0.0-SNAPSHOT.pom 13:39:15 [INFO] 13:39:15 [INFO] -------------< org.eclipse.orbit.bundles:org.jacoco.agent >------------- 13:39:15 [INFO] Building JaCoCo Agent 0.8.6-SNAPSHOT [289/376] 13:39:15 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:39:15 [INFO] 13:39:15 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jacoco.agent --- 13:39:15 [INFO] 13:39:15 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.jacoco.agent --- 13:39:15 [INFO] The project's OSGi version is 0.8.6.v20201001-1506 13:39:15 [INFO] 13:39:15 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.jacoco.agent --- 13:39:15 [INFO] 13:39:15 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.jacoco.agent --- 13:39:15 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:15 [INFO] Copying 3 resources 13:39:15 [INFO] 13:39:15 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.jacoco.agent --- 13:39:15 [INFO] No sources to compile 13:39:15 [INFO] 13:39:15 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.jacoco.agent --- 13:39:15 [INFO] Gathering dependencies 13:39:15 [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:0.8.6:jar 13:39:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/target/dependency-bin with includes "**/*" and excludes "META-INF/*" 13:39:15 [INFO] Merging collected dependencies 13:39:15 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:15 [INFO] Copying 5 resources 13:39:15 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/target/org.jacoco.agent-0.8.6-SNAPSHOT.jar 13:39:15 [INFO] Gathering sources 13:39:15 [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:sources:0.8.6:jar 13:39:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/target/dependency-src with includes "**/*" and excludes "META-INF/*" 13:39:15 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:15 [INFO] Copying 3 resources 13:39:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/target/org.jacoco.agent-0.8.6-SNAPSHOT-sources.jar 13:39:15 [INFO] Assembling p2 repository 13:39:16 [INFO] 13:39:16 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.jacoco.agent --- 13:39:16 [INFO] 13:39:16 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.jacoco.agent --- 13:39:16 [INFO] Discovering license information from existing ip_log.xml 13:39:16 [INFO] Discovered license 'Eclipse Public License' for artifact org.jacoco:org.jacoco.agent:0.8.6. 13:39:16 [INFO] Gathering sources archives 13:39:16 [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:sources:0.8.6:jar 13:39:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/target/sources-for-eclipse-ipzilla/org.jacoco.agent-0.8.6-sources-filtered with includes "**/*" and excludes "META-INF/*" 13:39:16 [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:sources:0.8.6:jar 13:39:16 [INFO] Copying org.jacoco.agent-0.8.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/target/sources-for-eclipse-ipzilla/org.jacoco.agent-0.8.6-sources.jar 13:39:16 [INFO] Refreshing about files and about.html 13:39:16 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.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). 13:39:16 [INFO] Refreshing ip_log.xml 13:39:16 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:39:16 [INFO] 13:39:16 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.jacoco.agent --- 13:39:16 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/target/org.jacoco.agent-0.8.6-SNAPSHOT.jar 13:39:16 [INFO] 13:39:16 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.jacoco.agent --- 13:39:16 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/target/org.jacoco.agent-0.8.6-SNAPSHOT.jar_unpacked_10886974925237520326/jacocoagent.jar' is disabled. 13:39:16 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/target/org.jacoco.agent-0.8.6-SNAPSHOT.jar_unpacked_10886974925237520326/jacocoagent.jar 13:39:17 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/target/org.jacoco.agent-0.8.6-SNAPSHOT.jar 13:39:19 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/target/org.jacoco.agent-0.8.6-SNAPSHOT-sources.jar 13:39:20 [INFO] 13:39:20 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.jacoco.agent --- 13:39:20 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/target/org.jacoco.agent-0.8.6-SNAPSHOT.jar 13:39:20 [INFO] 13:39:20 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.jacoco.agent --- 13:39:20 [INFO] 13:39:20 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.jacoco.agent --- 13:39:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/target/org.jacoco.agent-0.8.6-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.agent/0.8.6-SNAPSHOT/org.jacoco.agent-0.8.6-SNAPSHOT.jar 13:39:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.agent/0.8.6-SNAPSHOT/org.jacoco.agent-0.8.6-SNAPSHOT.pom 13:39:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/target/org.jacoco.agent-0.8.6-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.agent/0.8.6-SNAPSHOT/org.jacoco.agent-0.8.6-SNAPSHOT-sources.jar 13:39:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.agent/0.8.6-SNAPSHOT/org.jacoco.agent-0.8.6-SNAPSHOT-p2metadata.xml 13:39:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.agent/0.8.6-SNAPSHOT/org.jacoco.agent-0.8.6-SNAPSHOT-p2artifacts.xml 13:39:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.agent/0.8.6-SNAPSHOT/org.jacoco.agent-0.8.6-SNAPSHOT-ip_log.xml 13:39:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/target/org.jacoco.agent-0.8.6-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.agent/0.8.6-SNAPSHOT/org.jacoco.agent-0.8.6-SNAPSHOT-pack200.jar.pack.gz 13:39:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.agent/0.8.6-SNAPSHOT/org.jacoco.agent-0.8.6-SNAPSHOT-p2metadata.xml 13:39:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.agent_0.8.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.agent/0.8.6-SNAPSHOT/org.jacoco.agent-0.8.6-SNAPSHOT-p2artifacts.xml 13:39:20 [INFO] 13:39:20 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.jacoco.agent --- 13:39:20 [INFO] 13:39:20 [INFO] -------------< org.eclipse.orbit.bundles:org.jacoco.core >-------------- 13:39:20 [INFO] Building JaCoCo Core 0.8.6-SNAPSHOT [290/376] 13:39:20 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:39:20 [INFO] 13:39:20 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jacoco.core --- 13:39:20 [INFO] 13:39:20 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.jacoco.core --- 13:39:20 [INFO] The project's OSGi version is 0.8.6.v20201001-1506 13:39:20 [INFO] 13:39:20 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.jacoco.core --- 13:39:20 [INFO] 13:39:20 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.jacoco.core --- 13:39:20 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:20 [INFO] Copying 3 resources 13:39:21 [INFO] 13:39:21 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.jacoco.core --- 13:39:21 [INFO] No sources to compile 13:39:21 [INFO] 13:39:21 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.jacoco.core --- 13:39:21 [INFO] Gathering dependencies 13:39:21 [INFO] Configured Artifact: org.jacoco:org.jacoco.core:0.8.6:jar 13:39:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jacoco/org.jacoco.core/0.8.6/org.jacoco.core-0.8.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/target/dependency-bin with includes "**/*" and excludes "META-INF/*" 13:39:21 [INFO] Merging collected dependencies 13:39:21 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:21 [INFO] Copying 179 resources 13:39:21 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/target/org.jacoco.core-0.8.6-SNAPSHOT.jar 13:39:21 [INFO] Gathering sources 13:39:21 [INFO] Configured Artifact: org.jacoco:org.jacoco.core:sources:0.8.6:jar 13:39:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jacoco/org.jacoco.core/0.8.6/org.jacoco.core-0.8.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/target/dependency-src with includes "**/*" and excludes "META-INF/*" 13:39:21 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:21 [INFO] Copying 3 resources 13:39:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/target/org.jacoco.core-0.8.6-SNAPSHOT-sources.jar 13:39:21 [INFO] Assembling p2 repository 13:39:21 [INFO] 13:39:21 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.jacoco.core --- 13:39:21 [INFO] 13:39:21 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.jacoco.core --- 13:39:21 [INFO] Discovering license information from existing ip_log.xml 13:39:21 [INFO] Discovered license 'Eclipse Public License' for artifact org.jacoco:org.jacoco.core:0.8.6. 13:39:21 [INFO] Gathering sources archives 13:39:21 [INFO] Configured Artifact: org.jacoco:org.jacoco.core:sources:0.8.6:jar 13:39:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jacoco/org.jacoco.core/0.8.6/org.jacoco.core-0.8.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/target/sources-for-eclipse-ipzilla/org.jacoco.core-0.8.6-sources-filtered with includes "**/*" and excludes "META-INF/*" 13:39:21 [INFO] Configured Artifact: org.jacoco:org.jacoco.core:sources:0.8.6:jar 13:39:21 [INFO] Copying org.jacoco.core-0.8.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/target/sources-for-eclipse-ipzilla/org.jacoco.core-0.8.6-sources.jar 13:39:21 [INFO] Refreshing about files and about.html 13:39:21 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.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). 13:39:21 [INFO] Refreshing ip_log.xml 13:39:21 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:39:21 [INFO] 13:39:21 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.jacoco.core --- 13:39:21 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/target/org.jacoco.core-0.8.6-SNAPSHOT.jar 13:39:22 [INFO] 13:39:22 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.jacoco.core --- 13:39:22 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/target/org.jacoco.core-0.8.6-SNAPSHOT.jar 13:39:23 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/target/org.jacoco.core-0.8.6-SNAPSHOT-sources.jar 13:39:24 [INFO] 13:39:24 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.jacoco.core --- 13:39:24 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/target/org.jacoco.core-0.8.6-SNAPSHOT.jar 13:39:25 [INFO] 13:39:25 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.jacoco.core --- 13:39:25 [INFO] 13:39:25 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.jacoco.core --- 13:39:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/target/org.jacoco.core-0.8.6-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.core/0.8.6-SNAPSHOT/org.jacoco.core-0.8.6-SNAPSHOT.jar 13:39:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.core/0.8.6-SNAPSHOT/org.jacoco.core-0.8.6-SNAPSHOT.pom 13:39:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/target/org.jacoco.core-0.8.6-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.core/0.8.6-SNAPSHOT/org.jacoco.core-0.8.6-SNAPSHOT-sources.jar 13:39:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.core/0.8.6-SNAPSHOT/org.jacoco.core-0.8.6-SNAPSHOT-p2metadata.xml 13:39:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.core/0.8.6-SNAPSHOT/org.jacoco.core-0.8.6-SNAPSHOT-p2artifacts.xml 13:39:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.core/0.8.6-SNAPSHOT/org.jacoco.core-0.8.6-SNAPSHOT-ip_log.xml 13:39:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/target/org.jacoco.core-0.8.6-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.core/0.8.6-SNAPSHOT/org.jacoco.core-0.8.6-SNAPSHOT-pack200.jar.pack.gz 13:39:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.core/0.8.6-SNAPSHOT/org.jacoco.core-0.8.6-SNAPSHOT-p2metadata.xml 13:39:25 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.core_0.8.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.core/0.8.6-SNAPSHOT/org.jacoco.core-0.8.6-SNAPSHOT-p2artifacts.xml 13:39:25 [INFO] 13:39:25 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.jacoco.core --- 13:39:25 [INFO] 13:39:25 [INFO] ------------< org.eclipse.orbit.bundles:org.jacoco.report >------------- 13:39:25 [INFO] Building JaCoCo Report 0.8.6-SNAPSHOT [291/376] 13:39:25 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:39:26 [INFO] 13:39:26 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jacoco.report --- 13:39:26 [INFO] 13:39:26 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.jacoco.report --- 13:39:26 [INFO] The project's OSGi version is 0.8.6.v20201001-1506 13:39:26 [INFO] 13:39:26 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.jacoco.report --- 13:39:26 [INFO] 13:39:26 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.jacoco.report --- 13:39:26 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:26 [INFO] Copying 3 resources 13:39:27 [INFO] 13:39:27 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.jacoco.report --- 13:39:27 [INFO] No sources to compile 13:39:27 [INFO] 13:39:27 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.jacoco.report --- 13:39:27 [INFO] Gathering dependencies 13:39:27 [INFO] Configured Artifact: org.jacoco:org.jacoco.report:0.8.6:jar 13:39:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jacoco/org.jacoco.report/0.8.6/org.jacoco.report-0.8.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/target/dependency-bin with includes "**/*" and excludes "META-INF/*" 13:39:27 [INFO] Merging collected dependencies 13:39:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:27 [INFO] Copying 100 resources 13:39:27 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/target/org.jacoco.report-0.8.6-SNAPSHOT.jar 13:39:27 [INFO] Gathering sources 13:39:27 [INFO] Configured Artifact: org.jacoco:org.jacoco.report:sources:0.8.6:jar 13:39:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jacoco/org.jacoco.report/0.8.6/org.jacoco.report-0.8.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/target/dependency-src with includes "**/*" and excludes "META-INF/*" 13:39:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:27 [INFO] Copying 3 resources 13:39:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/target/org.jacoco.report-0.8.6-SNAPSHOT-sources.jar 13:39:27 [INFO] Assembling p2 repository 13:39:28 [INFO] 13:39:28 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.jacoco.report --- 13:39:28 [INFO] 13:39:28 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.jacoco.report --- 13:39:28 [INFO] Discovering license information from existing ip_log.xml 13:39:29 [INFO] Discovered license 'Eclipse Public License' for artifact org.jacoco:org.jacoco.report:0.8.6. 13:39:29 [INFO] Gathering sources archives 13:39:29 [INFO] Configured Artifact: org.jacoco:org.jacoco.report:sources:0.8.6:jar 13:39:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jacoco/org.jacoco.report/0.8.6/org.jacoco.report-0.8.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/target/sources-for-eclipse-ipzilla/org.jacoco.report-0.8.6-sources-filtered with includes "**/*" and excludes "META-INF/*" 13:39:29 [INFO] Configured Artifact: org.jacoco:org.jacoco.report:sources:0.8.6:jar 13:39:29 [INFO] Copying org.jacoco.report-0.8.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/target/sources-for-eclipse-ipzilla/org.jacoco.report-0.8.6-sources.jar 13:39:29 [INFO] Refreshing about files and about.html 13:39:29 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.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). 13:39:29 [INFO] Refreshing ip_log.xml 13:39:29 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:39:29 [INFO] 13:39:29 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.jacoco.report --- 13:39:29 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/target/org.jacoco.report-0.8.6-SNAPSHOT.jar 13:39:29 [INFO] 13:39:29 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.jacoco.report --- 13:39:29 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/target/org.jacoco.report-0.8.6-SNAPSHOT.jar 13:39:30 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/target/org.jacoco.report-0.8.6-SNAPSHOT-sources.jar 13:39:32 [INFO] 13:39:32 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.jacoco.report --- 13:39:32 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/target/org.jacoco.report-0.8.6-SNAPSHOT.jar 13:39:32 [INFO] 13:39:32 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.jacoco.report --- 13:39:32 [INFO] 13:39:32 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.jacoco.report --- 13:39:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/target/org.jacoco.report-0.8.6-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.report/0.8.6-SNAPSHOT/org.jacoco.report-0.8.6-SNAPSHOT.jar 13:39:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.report/0.8.6-SNAPSHOT/org.jacoco.report-0.8.6-SNAPSHOT.pom 13:39:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/target/org.jacoco.report-0.8.6-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.report/0.8.6-SNAPSHOT/org.jacoco.report-0.8.6-SNAPSHOT-sources.jar 13:39:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.report/0.8.6-SNAPSHOT/org.jacoco.report-0.8.6-SNAPSHOT-p2metadata.xml 13:39:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.report/0.8.6-SNAPSHOT/org.jacoco.report-0.8.6-SNAPSHOT-p2artifacts.xml 13:39:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.report/0.8.6-SNAPSHOT/org.jacoco.report-0.8.6-SNAPSHOT-ip_log.xml 13:39:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/target/org.jacoco.report-0.8.6-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.report/0.8.6-SNAPSHOT/org.jacoco.report-0.8.6-SNAPSHOT-pack200.jar.pack.gz 13:39:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.report/0.8.6-SNAPSHOT/org.jacoco.report-0.8.6-SNAPSHOT-p2metadata.xml 13:39:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jacoco/org.jacoco.report_0.8.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jacoco.report/0.8.6-SNAPSHOT/org.jacoco.report-0.8.6-SNAPSHOT-p2artifacts.xml 13:39:32 [INFO] 13:39:32 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.jacoco.report --- 13:39:32 [INFO] 13:39:32 [INFO] ---------------< org.eclipse.orbit.bundles:javax-parent >--------------- 13:39:32 [INFO] Building Eclipse Orbit :: javax Recipes 1.0.0-SNAPSHOT [292/376] 13:39:32 [INFO] --------------------------------[ pom ]--------------------------------- 13:39:32 [INFO] 13:39:32 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax-parent --- 13:39:32 [INFO] 13:39:32 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ javax-parent --- 13:39:32 [INFO] 13:39:32 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ javax-parent --- 13:39:32 [INFO] 13:39:32 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ javax-parent --- 13:39:32 [INFO] 13:39:32 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ javax-parent --- 13:39:32 [INFO] 13:39:32 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ javax-parent --- 13:39:32 [INFO] 13:39:32 [INFO] --- maven-install-plugin:2.4:install (default-install) @ javax-parent --- 13:39:32 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax-parent/1.0.0-SNAPSHOT/javax-parent-1.0.0-SNAPSHOT.pom 13:39:32 [INFO] 13:39:32 [INFO] -------------< org.eclipse.orbit.bundles:javax.activation >------------- 13:39:32 [INFO] Building Jakarta Activation 1.2.2-SNAPSHOT [293/376] 13:39:32 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:39:32 [INFO] 13:39:32 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.activation --- 13:39:32 [INFO] 13:39:32 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ javax.activation --- 13:39:32 [INFO] The project's OSGi version is 1.2.2.v20201119-1642 13:39:32 [INFO] 13:39:32 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ javax.activation --- 13:39:32 [INFO] 13:39:32 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ javax.activation --- 13:39:32 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:32 [INFO] Copying 3 resources 13:39:32 [INFO] 13:39:32 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ javax.activation --- 13:39:32 [INFO] No sources to compile 13:39:32 [INFO] 13:39:32 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ javax.activation --- 13:39:32 [INFO] Gathering dependencies 13:39:32 [INFO] Configured Artifact: com.sun.activation:jakarta.activation:1.2.2:jar 13:39:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_1.2.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:32 [INFO] Merging collected dependencies 13:39:32 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:32 [INFO] Copying 48 resources 13:39:32 [INFO] Generating OSGi MANIFEST.MF 13:39:32 [WARNING] Manifest org.eclipse.orbit.bundles:javax.activation:eclipse-bundle-recipe:1.2.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:39:32 [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 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_1.2.2/target/javax.activation-1.2.2-SNAPSHOT.jar 13:39:32 [INFO] Gathering sources 13:39:32 [INFO] Configured Artifact: com.sun.activation:jakarta.activation:sources:1.2.2:jar 13:39:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_1.2.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:33 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:33 [INFO] Copying 3 resources 13:39:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_1.2.2/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_1.2.2/target/javax.activation-1.2.2-SNAPSHOT-sources.jar 13:39:33 [INFO] Assembling p2 repository 13:39:34 [INFO] 13:39:34 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ javax.activation --- 13:39:34 [INFO] 13:39:34 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ javax.activation --- 13:39:34 [INFO] Discovering license information from existing ip_log.xml 13:39:34 [INFO] Discovered license 'New BSD license' for artifact com.sun.activation:jakarta.activation:1.2.2. 13:39:34 [INFO] Gathering sources archives 13:39:34 [INFO] Configured Artifact: com.sun.activation:jakarta.activation:sources:1.2.2:jar 13:39:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:39:34 [INFO] Configured Artifact: com.sun.activation:jakarta.activation:sources:1.2.2:jar 13:39:34 [INFO] Copying jakarta.activation-1.2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_1.2.2/target/sources-for-eclipse-ipzilla/jakarta.activation-1.2.2-sources.jar 13:39:34 [INFO] Refreshing about files and about.html 13:39:34 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:39:34 [INFO] Refreshing ip_log.xml 13:39:34 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_1.2.2/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:39:34 [INFO] 13:39:34 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ javax.activation --- 13:39:34 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_1.2.2/target/javax.activation-1.2.2-SNAPSHOT.jar 13:39:34 [INFO] 13:39:34 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ javax.activation --- 13:39:34 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_1.2.2/target/javax.activation-1.2.2-SNAPSHOT.jar 13:39:35 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_1.2.2/target/javax.activation-1.2.2-SNAPSHOT-sources.jar 13:39:37 [INFO] 13:39:37 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ javax.activation --- 13:39:37 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_1.2.2/target/javax.activation-1.2.2-SNAPSHOT.jar 13:39:37 [INFO] 13:39:37 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ javax.activation --- 13:39:37 [INFO] 13:39:37 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ javax.activation --- 13:39:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_1.2.2/target/javax.activation-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT.jar 13:39:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_1.2.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT.pom 13:39:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_1.2.2/target/javax.activation-1.2.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT-sources.jar 13:39:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_1.2.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT-p2metadata.xml 13:39:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_1.2.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT-p2artifacts.xml 13:39:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_1.2.2/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT-ip_log.xml 13:39:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_1.2.2/target/javax.activation-1.2.2-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT-pack200.jar.pack.gz 13:39:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_1.2.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT-p2metadata.xml 13:39:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_1.2.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT-p2artifacts.xml 13:39:37 [INFO] 13:39:37 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ javax.activation --- 13:39:37 [INFO] 13:39:37 [INFO] -------------< org.eclipse.orbit.bundles:javax.activation >------------- 13:39:37 [INFO] Building Jakarta Activation 2.0.0-SNAPSHOT [294/376] 13:39:37 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:39:37 [INFO] 13:39:37 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.activation --- 13:39:37 [INFO] 13:39:37 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ javax.activation --- 13:39:37 [INFO] The project's OSGi version is 2.0.0.v20201118-1818 13:39:37 [INFO] 13:39:37 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ javax.activation --- 13:39:37 [INFO] 13:39:37 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ javax.activation --- 13:39:37 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:37 [INFO] Copying 3 resources 13:39:37 [INFO] 13:39:37 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ javax.activation --- 13:39:37 [INFO] No sources to compile 13:39:37 [INFO] 13:39:37 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ javax.activation --- 13:39:37 [INFO] Gathering dependencies 13:39:37 [INFO] Configured Artifact: com.sun.activation:jakarta.activation:2.0.0:jar 13:39:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_2.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:37 [INFO] Merging collected dependencies 13:39:37 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:37 [INFO] Copying 44 resources 13:39:37 [INFO] Generating OSGi MANIFEST.MF 13:39:37 [WARNING] Manifest org.eclipse.orbit.bundles:javax.activation:eclipse-bundle-recipe:2.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_2.0.0/target/javax.activation-2.0.0-SNAPSHOT.jar 13:39:37 [INFO] Gathering sources 13:39:37 [INFO] Configured Artifact: com.sun.activation:jakarta.activation:sources:2.0.0:jar 13:39:37 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_2.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:37 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:37 [INFO] Copying 3 resources 13:39:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_2.0.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_2.0.0/target/javax.activation-2.0.0-SNAPSHOT-sources.jar 13:39:37 [INFO] Assembling p2 repository 13:39:39 [INFO] 13:39:39 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ javax.activation --- 13:39:39 [INFO] 13:39:39 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ javax.activation --- 13:39:39 [INFO] Discovering license information from existing ip_log.xml 13:39:39 [INFO] Discovered license 'New BSD license' for artifact com.sun.activation:jakarta.activation:2.0.0. 13:39:39 [INFO] Gathering sources archives 13:39:39 [INFO] Configured Artifact: com.sun.activation:jakarta.activation:sources:2.0.0:jar 13:39:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:39:39 [INFO] Configured Artifact: com.sun.activation:jakarta.activation:sources:2.0.0:jar 13:39:39 [INFO] Copying jakarta.activation-2.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_2.0.0/target/sources-for-eclipse-ipzilla/jakarta.activation-2.0.0-sources.jar 13:39:39 [INFO] Refreshing about files and about.html 13:39:39 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:39:39 [INFO] Refreshing ip_log.xml 13:39:39 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_2.0.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:39:39 [INFO] 13:39:39 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ javax.activation --- 13:39:39 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_2.0.0/target/javax.activation-2.0.0-SNAPSHOT.jar 13:39:39 [INFO] 13:39:39 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ javax.activation --- 13:39:39 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_2.0.0/target/javax.activation-2.0.0-SNAPSHOT.jar 13:39:40 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_2.0.0/target/javax.activation-2.0.0-SNAPSHOT-sources.jar 13:39:42 [INFO] 13:39:42 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ javax.activation --- 13:39:42 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_2.0.0/target/javax.activation-2.0.0-SNAPSHOT.jar 13:39:42 [INFO] 13:39:42 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ javax.activation --- 13:39:42 [INFO] 13:39:42 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ javax.activation --- 13:39:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_2.0.0/target/javax.activation-2.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT.jar 13:39:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_2.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT.pom 13:39:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_2.0.0/target/javax.activation-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT-sources.jar 13:39:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_2.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT-p2metadata.xml 13:39:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_2.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT-p2artifacts.xml 13:39:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_2.0.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT-ip_log.xml 13:39:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_2.0.0/target/javax.activation-2.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT-pack200.jar.pack.gz 13:39:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_2.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT-p2metadata.xml 13:39:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.activation_2.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT-p2artifacts.xml 13:39:42 [INFO] 13:39:42 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ javax.activation --- 13:39:42 [INFO] 13:39:42 [INFO] ------------< org.eclipse.orbit.bundles:jakarta.activation >------------ 13:39:42 [INFO] Building Jakarta Activation API jar 1.2.2-SNAPSHOT [295/376] 13:39:42 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:39:42 [INFO] 13:39:42 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.activation --- 13:39:42 [INFO] 13:39:42 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ jakarta.activation --- 13:39:42 [INFO] The project's OSGi version is 1.2.2.v20201119-1642 13:39:42 [INFO] 13:39:42 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ jakarta.activation --- 13:39:42 [INFO] 13:39:42 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jakarta.activation --- 13:39:42 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:42 [INFO] Copying 3 resources 13:39:42 [INFO] 13:39:42 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jakarta.activation --- 13:39:42 [INFO] No sources to compile 13:39:42 [INFO] 13:39:42 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ jakarta.activation --- 13:39:42 [INFO] Gathering dependencies 13:39:42 [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:1.2.2:jar 13:39:42 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_1.2.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:42 [INFO] Merging collected dependencies 13:39:42 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:42 [INFO] Copying 35 resources 13:39:42 [INFO] Generating OSGi MANIFEST.MF 13:39:42 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.activation:eclipse-bundle-recipe:1.2.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:39:42 [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 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_1.2.2/target/jakarta.activation-1.2.2-SNAPSHOT.jar 13:39:42 [INFO] Gathering sources 13:39:42 [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:sources:1.2.2:jar 13:39:42 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/javax/jakarta.activation_1.2.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:42 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:42 [INFO] Copying 3 resources 13:39:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_1.2.2/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_1.2.2/target/jakarta.activation-1.2.2-SNAPSHOT-sources.jar 13:39:42 [INFO] Assembling p2 repository 13:39:42 [INFO] 13:39:42 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.activation --- 13:39:42 [INFO] 13:39:42 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.activation --- 13:39:42 [INFO] Discovering license information from existing ip_log.xml 13:39:43 [INFO] Discovered license 'New BSD license' for artifact jakarta.activation:jakarta.activation-api:1.2.2. 13:39:43 [INFO] Gathering sources archives 13:39:43 [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:sources:1.2.2:jar 13:39:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:39:43 [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:sources:1.2.2:jar 13:39:43 [INFO] Copying jakarta.activation-api-1.2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_1.2.2/target/sources-for-eclipse-ipzilla/jakarta.activation-api-1.2.2-sources.jar 13:39:43 [INFO] Refreshing about files and about.html 13:39:43 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:39:43 [INFO] Refreshing ip_log.xml 13:39:43 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_1.2.2/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:39:43 [INFO] 13:39:43 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ jakarta.activation --- 13:39:43 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_1.2.2/target/jakarta.activation-1.2.2-SNAPSHOT.jar 13:39:43 [INFO] 13:39:43 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ jakarta.activation --- 13:39:43 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_1.2.2/target/jakarta.activation-1.2.2-SNAPSHOT.jar 13:39:44 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_1.2.2/target/jakarta.activation-1.2.2-SNAPSHOT-sources.jar 13:39:45 [INFO] 13:39:45 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ jakarta.activation --- 13:39:45 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_1.2.2/target/jakarta.activation-1.2.2-SNAPSHOT.jar 13:39:45 [INFO] 13:39:45 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ jakarta.activation --- 13:39:45 [INFO] 13:39:45 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jakarta.activation --- 13:39:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_1.2.2/target/jakarta.activation-1.2.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT.jar 13:39:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_1.2.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT.pom 13:39:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_1.2.2/target/jakarta.activation-1.2.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT-sources.jar 13:39:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_1.2.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT-p2metadata.xml 13:39:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_1.2.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT-p2artifacts.xml 13:39:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_1.2.2/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT-ip_log.xml 13:39:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_1.2.2/target/jakarta.activation-1.2.2-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT-pack200.jar.pack.gz 13:39:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_1.2.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT-p2metadata.xml 13:39:45 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_1.2.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT-p2artifacts.xml 13:39:45 [INFO] 13:39:45 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ jakarta.activation --- 13:39:45 [INFO] 13:39:45 [INFO] ------------< org.eclipse.orbit.bundles:jakarta.activation >------------ 13:39:45 [INFO] Building Jakarta Activation API jar 2.0.0-SNAPSHOT [296/376] 13:39:45 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:39:45 [INFO] 13:39:45 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.activation --- 13:39:45 [INFO] 13:39:45 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ jakarta.activation --- 13:39:45 [INFO] The project's OSGi version is 2.0.0.v20201118-1818 13:39:45 [INFO] 13:39:45 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ jakarta.activation --- 13:39:45 [INFO] 13:39:45 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jakarta.activation --- 13:39:45 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:45 [INFO] Copying 3 resources 13:39:45 [INFO] 13:39:45 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jakarta.activation --- 13:39:45 [INFO] No sources to compile 13:39:45 [INFO] 13:39:45 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ jakarta.activation --- 13:39:45 [INFO] Gathering dependencies 13:39:45 [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:2.0.0:jar 13:39:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/jakarta/activation/jakarta.activation-api/2.0.0/jakarta.activation-api-2.0.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_2.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:45 [INFO] Merging collected dependencies 13:39:45 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:45 [INFO] Copying 35 resources 13:39:45 [INFO] Generating OSGi MANIFEST.MF 13:39:45 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.activation:eclipse-bundle-recipe:2.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_2.0.0/target/jakarta.activation-2.0.0-SNAPSHOT.jar 13:39:46 [INFO] Gathering sources 13:39:46 [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:sources:2.0.0:jar 13:39:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/javax/jakarta.activation_2.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:46 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:46 [INFO] Copying 3 resources 13:39:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_2.0.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_2.0.0/target/jakarta.activation-2.0.0-SNAPSHOT-sources.jar 13:39:46 [INFO] Assembling p2 repository 13:39:46 [INFO] 13:39:46 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.activation --- 13:39:46 [INFO] 13:39:46 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.activation --- 13:39:46 [INFO] Discovering license information from existing ip_log.xml 13:39:46 [INFO] Discovered license 'New BSD license' for artifact jakarta.activation:jakarta.activation-api:2.0.0. 13:39:46 [INFO] Gathering sources archives 13:39:46 [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:sources:2.0.0:jar 13:39:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:39:46 [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:sources:2.0.0:jar 13:39:46 [INFO] Copying jakarta.activation-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_2.0.0/target/sources-for-eclipse-ipzilla/jakarta.activation-api-2.0.0-sources.jar 13:39:46 [INFO] Refreshing about files and about.html 13:39:46 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:39:46 [INFO] Refreshing ip_log.xml 13:39:46 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_2.0.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:39:46 [INFO] 13:39:46 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ jakarta.activation --- 13:39:46 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_2.0.0/target/jakarta.activation-2.0.0-SNAPSHOT.jar 13:39:46 [INFO] 13:39:46 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ jakarta.activation --- 13:39:46 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_2.0.0/target/jakarta.activation-2.0.0-SNAPSHOT.jar 13:39:48 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_2.0.0/target/jakarta.activation-2.0.0-SNAPSHOT-sources.jar 13:39:49 [INFO] 13:39:49 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ jakarta.activation --- 13:39:49 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_2.0.0/target/jakarta.activation-2.0.0-SNAPSHOT.jar 13:39:49 [INFO] 13:39:49 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ jakarta.activation --- 13:39:49 [INFO] 13:39:49 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jakarta.activation --- 13:39:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_2.0.0/target/jakarta.activation-2.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT.jar 13:39:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_2.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT.pom 13:39:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_2.0.0/target/jakarta.activation-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT-sources.jar 13:39:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_2.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT-p2metadata.xml 13:39:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_2.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT-p2artifacts.xml 13:39:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_2.0.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT-ip_log.xml 13:39:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_2.0.0/target/jakarta.activation-2.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT-pack200.jar.pack.gz 13:39:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_2.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT-p2metadata.xml 13:39:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.activation_2.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT-p2artifacts.xml 13:39:49 [INFO] 13:39:49 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ jakarta.activation --- 13:39:49 [INFO] 13:39:49 [INFO] ----------------< org.eclipse.orbit.bundles:jakarta.el >---------------- 13:39:49 [INFO] Building Jakarta Expression Language API 4.0.0-SNAPSHOT [297/376] 13:39:49 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:39:50 [INFO] 13:39:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.el --- 13:39:50 [INFO] 13:39:50 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ jakarta.el --- 13:39:50 [INFO] The project's OSGi version is 4.0.0.v20210105-0527 13:39:50 [INFO] 13:39:50 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ jakarta.el --- 13:39:50 [INFO] 13:39:50 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jakarta.el --- 13:39:50 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:50 [INFO] Copying 4 resources 13:39:50 [INFO] 13:39:50 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jakarta.el --- 13:39:50 [INFO] No sources to compile 13:39:50 [INFO] 13:39:50 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ jakarta.el --- 13:39:50 [INFO] Gathering dependencies 13:39:50 [INFO] Configured Artifact: jakarta.el:jakarta.el-api:4.0.0:jar 13:39:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.el_4.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:50 [INFO] Merging collected dependencies 13:39:50 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:50 [INFO] Copying 53 resources 13:39:50 [INFO] Generating OSGi MANIFEST.MF 13:39:50 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.el:eclipse-bundle-recipe:4.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.el_4.0.0/target/jakarta.el-4.0.0-SNAPSHOT.jar 13:39:50 [INFO] Gathering sources 13:39:50 [INFO] Configured Artifact: jakarta.el:jakarta.el-api:sources:4.0.0:jar 13:39:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/javax/jakarta.el_4.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:50 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:50 [INFO] Copying 4 resources 13:39:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.el_4.0.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.el_4.0.0/target/jakarta.el-4.0.0-SNAPSHOT-sources.jar 13:39:50 [INFO] Assembling p2 repository 13:39:51 [INFO] 13:39:51 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.el --- 13:39:51 [INFO] 13:39:51 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.el --- 13:39:51 [INFO] Discovering license information from existing ip_log.xml 13:39:51 [INFO] Discovered license 'Eclipse Public License' for artifact jakarta.el:jakarta.el-api:4.0.0. 13:39:51 [INFO] Gathering sources archives 13:39:51 [INFO] Configured Artifact: jakarta.el:jakarta.el-api:sources:4.0.0:jar 13:39:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:39:51 [INFO] Configured Artifact: jakarta.el:jakarta.el-api:sources:4.0.0:jar 13:39:51 [INFO] Copying jakarta.el-api-4.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.el_4.0.0/target/sources-for-eclipse-ipzilla/jakarta.el-api-4.0.0-sources.jar 13:39:51 [INFO] Refreshing about files and about.html 13:39:51 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:39:51 [INFO] Refreshing ip_log.xml 13:39:51 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.el_4.0.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:39:51 [INFO] 13:39:51 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ jakarta.el --- 13:39:51 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.el_4.0.0/target/jakarta.el-4.0.0-SNAPSHOT.jar 13:39:51 [INFO] 13:39:51 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ jakarta.el --- 13:39:52 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.el_4.0.0/target/jakarta.el-4.0.0-SNAPSHOT.jar 13:39:53 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.el_4.0.0/target/jakarta.el-4.0.0-SNAPSHOT-sources.jar 13:39:54 [INFO] 13:39:54 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ jakarta.el --- 13:39:54 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.el_4.0.0/target/jakarta.el-4.0.0-SNAPSHOT.jar 13:39:54 [INFO] 13:39:54 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ jakarta.el --- 13:39:54 [INFO] 13:39:54 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jakarta.el --- 13:39:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.el_4.0.0/target/jakarta.el-4.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT.jar 13:39:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.el_4.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT.pom 13:39:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.el_4.0.0/target/jakarta.el-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT-sources.jar 13:39:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.el_4.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT-p2metadata.xml 13:39:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.el_4.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT-p2artifacts.xml 13:39:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.el_4.0.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT-ip_log.xml 13:39:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.el_4.0.0/target/jakarta.el-4.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT-pack200.jar.pack.gz 13:39:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.el_4.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT-p2metadata.xml 13:39:54 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.el_4.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT-p2artifacts.xml 13:39:54 [INFO] 13:39:54 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ jakarta.el --- 13:39:54 [INFO] 13:39:54 [INFO] -------------< org.eclipse.orbit.bundles:jakarta.servlet >-------------- 13:39:54 [INFO] Building Jakarta Servlet 5.0.0-SNAPSHOT [298/376] 13:39:54 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:39:55 [INFO] 13:39:55 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.servlet --- 13:39:55 [INFO] 13:39:55 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ jakarta.servlet --- 13:39:55 [INFO] The project's OSGi version is 5.0.0.v20210105-0527 13:39:55 [INFO] 13:39:55 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ jakarta.servlet --- 13:39:55 [INFO] 13:39:55 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jakarta.servlet --- 13:39:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:55 [INFO] Copying 4 resources 13:39:55 [INFO] 13:39:55 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jakarta.servlet --- 13:39:55 [INFO] No sources to compile 13:39:55 [INFO] 13:39:55 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ jakarta.servlet --- 13:39:55 [INFO] Gathering dependencies 13:39:55 [INFO] Configured Artifact: jakarta.servlet:jakarta.servlet-api:5.0.0:jar 13:39:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet_5.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:55 [INFO] Merging collected dependencies 13:39:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:55 [INFO] Copying 139 resources 13:39:55 [INFO] Generating OSGi MANIFEST.MF 13:39:55 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.servlet:eclipse-bundle-recipe:5.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet_5.0.0/target/jakarta.servlet-5.0.0-SNAPSHOT.jar 13:39:55 [INFO] Gathering sources 13:39:55 [INFO] Configured Artifact: jakarta.servlet:jakarta.servlet-api:sources:5.0.0:jar 13:39:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/javax/jakarta.servlet_5.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:39:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:39:55 [INFO] Copying 4 resources 13:39:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet_5.0.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet_5.0.0/target/jakarta.servlet-5.0.0-SNAPSHOT-sources.jar 13:39:55 [INFO] Assembling p2 repository 13:39:56 [INFO] 13:39:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.servlet --- 13:39:56 [INFO] 13:39:56 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.servlet --- 13:39:56 [INFO] Discovering license information from existing ip_log.xml 13:39:56 [INFO] Discovered license 'Eclipse Public License' for artifact jakarta.servlet:jakarta.servlet-api:5.0.0. 13:39:56 [INFO] Gathering sources archives 13:39:56 [INFO] Configured Artifact: jakarta.servlet:jakarta.servlet-api:sources:5.0.0:jar 13:39:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:39:56 [INFO] Configured Artifact: jakarta.servlet:jakarta.servlet-api:sources:5.0.0:jar 13:39:56 [INFO] Copying jakarta.servlet-api-5.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet_5.0.0/target/sources-for-eclipse-ipzilla/jakarta.servlet-api-5.0.0-sources.jar 13:39:56 [INFO] Refreshing about files and about.html 13:39:56 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:39:56 [INFO] Refreshing ip_log.xml 13:39:56 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet_5.0.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:39:56 [INFO] 13:39:56 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ jakarta.servlet --- 13:39:56 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet_5.0.0/target/jakarta.servlet-5.0.0-SNAPSHOT.jar 13:39:56 [INFO] 13:39:56 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ jakarta.servlet --- 13:39:56 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet_5.0.0/target/jakarta.servlet-5.0.0-SNAPSHOT.jar 13:39:57 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet_5.0.0/target/jakarta.servlet-5.0.0-SNAPSHOT-sources.jar 13:39:59 [INFO] 13:39:59 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ jakarta.servlet --- 13:39:59 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet_5.0.0/target/jakarta.servlet-5.0.0-SNAPSHOT.jar 13:39:59 [INFO] 13:39:59 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ jakarta.servlet --- 13:39:59 [INFO] 13:39:59 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jakarta.servlet --- 13:39:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet_5.0.0/target/jakarta.servlet-5.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT.jar 13:39:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet_5.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT.pom 13:39:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet_5.0.0/target/jakarta.servlet-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT-sources.jar 13:39:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet_5.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT-p2metadata.xml 13:39:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet_5.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT-p2artifacts.xml 13:39:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet_5.0.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT-ip_log.xml 13:39:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet_5.0.0/target/jakarta.servlet-5.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT-pack200.jar.pack.gz 13:39:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet_5.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT-p2metadata.xml 13:39:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet_5.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT-p2artifacts.xml 13:39:59 [INFO] 13:39:59 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ jakarta.servlet --- 13:39:59 [INFO] 13:39:59 [INFO] -----------< org.eclipse.orbit.bundles:jakarta.servlet.jsp >------------ 13:39:59 [INFO] Building Jakarta Server Pages API 3.0.0-SNAPSHOT [299/376] 13:39:59 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:40:00 [INFO] 13:40:00 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.servlet.jsp --- 13:40:00 [INFO] 13:40:00 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ jakarta.servlet.jsp --- 13:40:00 [INFO] The project's OSGi version is 3.0.0.v20210105-0527 13:40:00 [INFO] 13:40:00 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ jakarta.servlet.jsp --- 13:40:00 [INFO] 13:40:00 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jakarta.servlet.jsp --- 13:40:00 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:40:00 [INFO] Copying 4 resources 13:40:00 [INFO] 13:40:00 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jakarta.servlet.jsp --- 13:40:00 [INFO] No sources to compile 13:40:00 [INFO] 13:40:00 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ jakarta.servlet.jsp --- 13:40:00 [INFO] Gathering dependencies 13:40:00 [INFO] Configured Artifact: jakarta.servlet.jsp:jakarta.servlet.jsp-api:3.0.0:jar 13:40:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/javax/jakarta.servlet.jsp_3.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:40:00 [INFO] Merging collected dependencies 13:40:00 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:40:00 [INFO] Copying 61 resources 13:40:00 [INFO] Generating OSGi MANIFEST.MF 13:40:00 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.servlet.jsp:eclipse-bundle-recipe:3.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:40:00 [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 13:40:00 [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 13:40:00 [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 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet.jsp_3.0.0/target/jakarta.servlet.jsp-3.0.0-SNAPSHOT.jar 13:40:00 [INFO] Gathering sources 13:40:00 [INFO] Configured Artifact: jakarta.servlet.jsp:jakarta.servlet.jsp-api:sources:3.0.0:jar 13:40:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/javax/jakarta.servlet.jsp_3.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:40:00 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:40:00 [INFO] Copying 4 resources 13:40:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet.jsp_3.0.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet.jsp_3.0.0/target/jakarta.servlet.jsp-3.0.0-SNAPSHOT-sources.jar 13:40:00 [INFO] Assembling p2 repository 13:40:01 [INFO] 13:40:01 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.servlet.jsp --- 13:40:01 [INFO] 13:40:01 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.servlet.jsp --- 13:40:01 [INFO] Discovering license information from existing ip_log.xml 13:40:01 [INFO] Discovered license 'Eclipse Public License' for artifact jakarta.servlet.jsp:jakarta.servlet.jsp-api:3.0.0. 13:40:01 [INFO] Gathering sources archives 13:40:01 [INFO] Configured Artifact: jakarta.servlet.jsp:jakarta.servlet.jsp-api:sources:3.0.0:jar 13:40:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:40:01 [INFO] Configured Artifact: jakarta.servlet.jsp:jakarta.servlet.jsp-api:sources:3.0.0:jar 13:40:01 [INFO] Copying jakarta.servlet.jsp-api-3.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet.jsp_3.0.0/target/sources-for-eclipse-ipzilla/jakarta.servlet.jsp-api-3.0.0-sources.jar 13:40:01 [INFO] Refreshing about files and about.html 13:40:01 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:40:01 [INFO] Refreshing ip_log.xml 13:40:01 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet.jsp_3.0.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:40:01 [INFO] 13:40:01 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ jakarta.servlet.jsp --- 13:40:01 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet.jsp_3.0.0/target/jakarta.servlet.jsp-3.0.0-SNAPSHOT.jar 13:40:01 [INFO] 13:40:01 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ jakarta.servlet.jsp --- 13:40:01 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet.jsp_3.0.0/target/jakarta.servlet.jsp-3.0.0-SNAPSHOT.jar 13:40:03 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet.jsp_3.0.0/target/jakarta.servlet.jsp-3.0.0-SNAPSHOT-sources.jar 13:40:04 [INFO] 13:40:04 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ jakarta.servlet.jsp --- 13:40:04 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet.jsp_3.0.0/target/jakarta.servlet.jsp-3.0.0-SNAPSHOT.jar 13:40:04 [INFO] 13:40:04 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ jakarta.servlet.jsp --- 13:40:04 [INFO] 13:40:04 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jakarta.servlet.jsp --- 13:40:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet.jsp_3.0.0/target/jakarta.servlet.jsp-3.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT.jar 13:40:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet.jsp_3.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT.pom 13:40:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT-sources.jar 13:40:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet.jsp_3.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT-p2metadata.xml 13:40:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet.jsp_3.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT-p2artifacts.xml 13:40:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet.jsp_3.0.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT-ip_log.xml 13:40:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet.jsp_3.0.0/target/jakarta.servlet.jsp-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT-pack200.jar.pack.gz 13:40:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet.jsp_3.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT-p2metadata.xml 13:40:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.servlet.jsp_3.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT-p2artifacts.xml 13:40:04 [INFO] 13:40:04 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ jakarta.servlet.jsp --- 13:40:04 [INFO] 13:40:04 [INFO] -------------< org.eclipse.orbit.bundles:javax.annotation >------------- 13:40:04 [INFO] Building Jakarta Annotations API 1.3.5-SNAPSHOT [300/376] 13:40:04 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:40:04 [INFO] 13:40:04 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.annotation --- 13:40:04 [INFO] 13:40:04 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ javax.annotation --- 13:40:04 [INFO] The project's OSGi version is 1.3.5.v20200909-1856 13:40:04 [INFO] 13:40:04 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ javax.annotation --- 13:40:04 [INFO] 13:40:04 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ javax.annotation --- 13:40:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:40:04 [INFO] Copying 4 resources 13:40:04 [INFO] 13:40:04 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ javax.annotation --- 13:40:04 [INFO] No sources to compile 13:40:04 [INFO] 13:40:04 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ javax.annotation --- 13:40:04 [INFO] Gathering dependencies 13:40:04 [INFO] Configured Artifact: jakarta.annotation:jakarta.annotation-api:1.3.5:jar 13:40:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.annotation_1.3.5/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:40:04 [INFO] Merging collected dependencies 13:40:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:40:04 [INFO] Copying 18 resources 13:40:04 [INFO] Generating OSGi MANIFEST.MF 13:40:04 [WARNING] Manifest org.eclipse.orbit.bundles:javax.annotation:eclipse-bundle-recipe:1.3.5-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:40:04 [WARNING] Manifest org.eclipse.orbit.bundles:javax.annotation:eclipse-bundle-recipe:1.3.5-SNAPSHOT : Host system.bundle= for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.annotation_1.3.5/target/javax.annotation-1.3.5-SNAPSHOT.jar 13:40:04 [INFO] Gathering sources 13:40:04 [INFO] Configured Artifact: jakarta.annotation:jakarta.annotation-api:sources:1.3.5:jar 13:40:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/javax/javax.annotation_1.3.5/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:40:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:40:04 [INFO] Copying 4 resources 13:40:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.annotation_1.3.5/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.annotation_1.3.5/target/javax.annotation-1.3.5-SNAPSHOT-sources.jar 13:40:04 [INFO] Assembling p2 repository 13:40:05 [INFO] 13:40:05 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ javax.annotation --- 13:40:05 [INFO] 13:40:05 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ javax.annotation --- 13:40:05 [INFO] Discovering license information from existing ip_log.xml 13:40:05 [INFO] Discovered license 'Eclipse Public License' for artifact jakarta.annotation:jakarta.annotation-api:1.3.5. 13:40:05 [INFO] Gathering sources archives 13:40:05 [INFO] Configured Artifact: jakarta.annotation:jakarta.annotation-api:sources:1.3.5:jar 13:40:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:40:05 [INFO] Configured Artifact: jakarta.annotation:jakarta.annotation-api:sources:1.3.5:jar 13:40:05 [INFO] Copying jakarta.annotation-api-1.3.5-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.annotation_1.3.5/target/sources-for-eclipse-ipzilla/jakarta.annotation-api-1.3.5-sources.jar 13:40:05 [INFO] Refreshing about files and about.html 13:40:05 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:40:05 [INFO] Refreshing ip_log.xml 13:40:05 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.annotation_1.3.5/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:40:05 [INFO] 13:40:05 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ javax.annotation --- 13:40:05 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.annotation_1.3.5/target/javax.annotation-1.3.5-SNAPSHOT.jar 13:40:05 [INFO] 13:40:05 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ javax.annotation --- 13:40:05 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.annotation_1.3.5/target/javax.annotation-1.3.5-SNAPSHOT.jar 13:40:06 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.annotation_1.3.5/target/javax.annotation-1.3.5-SNAPSHOT-sources.jar 13:41:06 [WARNING] [Mon May 03 13:41:06 UTC 2021] HTTP request failed. HTTP Error 504 (reason: Gateway Time-out)

504 Gateway Time-out

The server didn't respond in time. Server response has been saved to '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.annotation_1.3.5/target/javax.annotation-1.3.5-SNAPSHOT-sources.jar-205539334719789338-RemoteJarSigner.log' 13:41:18 [INFO] 13:41:18 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ javax.annotation --- 13:41:18 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.annotation_1.3.5/target/javax.annotation-1.3.5-SNAPSHOT.jar 13:41:18 [INFO] 13:41:18 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ javax.annotation --- 13:41:18 [INFO] 13:41:18 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ javax.annotation --- 13:41:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.annotation_1.3.5/target/javax.annotation-1.3.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT.jar 13:41:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.annotation_1.3.5/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT.pom 13:41:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.annotation_1.3.5/target/javax.annotation-1.3.5-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT-sources.jar 13:41:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.annotation_1.3.5/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT-p2metadata.xml 13:41:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.annotation_1.3.5/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT-p2artifacts.xml 13:41:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.annotation_1.3.5/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT-ip_log.xml 13:41:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.annotation_1.3.5/target/javax.annotation-1.3.5-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT-pack200.jar.pack.gz 13:41:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.annotation_1.3.5/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT-p2metadata.xml 13:41:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.annotation_1.3.5/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT-p2artifacts.xml 13:41:18 [INFO] 13:41:18 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ javax.annotation --- 13:41:18 [INFO] 13:41:18 [INFO] -------------< org.eclipse.orbit.bundles:javax.validation >------------- 13:41:18 [INFO] Building Bean Validation API 1.1.0-SNAPSHOT [301/376] 13:41:18 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:41:18 [INFO] 13:41:18 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.validation --- 13:41:18 [INFO] 13:41:18 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ javax.validation --- 13:41:18 [INFO] The project's OSGi version is 1.1.0.v20200505-2127 13:41:18 [INFO] 13:41:18 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ javax.validation --- 13:41:18 [INFO] 13:41:18 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ javax.validation --- 13:41:18 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:18 [INFO] Copying 3 resources 13:41:18 [INFO] 13:41:18 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ javax.validation --- 13:41:18 [INFO] No sources to compile 13:41:18 [INFO] 13:41:18 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ javax.validation --- 13:41:18 [INFO] Gathering dependencies 13:41:18 [INFO] Configured Artifact: javax.validation:validation-api:1.1.0.Final:jar 13:41:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.validation_1.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:41:18 [INFO] Merging collected dependencies 13:41:18 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:18 [INFO] Copying 107 resources 13:41:18 [INFO] Generating OSGi MANIFEST.MF 13:41:18 [WARNING] Manifest org.eclipse.orbit.bundles:javax.validation:eclipse-bundle-recipe:1.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:41:18 [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 13:41:18 [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 13:41:18 [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 13:41:18 [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 13:41:18 [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 13:41:18 [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 13:41:18 [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 13:41:18 [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 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.validation_1.1.0/target/javax.validation-1.1.0-SNAPSHOT.jar 13:41:18 [INFO] Gathering sources 13:41:18 [INFO] Configured Artifact: javax.validation:validation-api:sources:1.1.0.Final:jar 13:41:18 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/javax/javax.validation_1.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:41:18 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:18 [INFO] Copying 3 resources 13:41:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.validation_1.1.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.validation_1.1.0/target/javax.validation-1.1.0-SNAPSHOT-sources.jar 13:41:18 [INFO] Assembling p2 repository 13:41:19 [INFO] 13:41:19 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ javax.validation --- 13:41:19 [INFO] 13:41:19 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ javax.validation --- 13:41:19 [INFO] Discovering license information from existing ip_log.xml 13:41:19 [INFO] Discovered license 'Apache License, 2.0' for artifact javax.validation:validation-api:1.1.0.Final. 13:41:19 [INFO] Gathering sources archives 13:41:19 [INFO] Configured Artifact: javax.validation:validation-api:sources:1.1.0.Final:jar 13:41:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:41:19 [INFO] Configured Artifact: javax.validation:validation-api:sources:1.1.0.Final:jar 13:41:19 [INFO] Copying validation-api-1.1.0.Final-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.validation_1.1.0/target/sources-for-eclipse-ipzilla/validation-api-1.1.0.Final-sources.jar 13:41:19 [INFO] Refreshing about files and about.html 13:41:19 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:41:19 [INFO] Refreshing ip_log.xml 13:41:19 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.validation_1.1.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:41:19 [INFO] 13:41:19 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ javax.validation --- 13:41:19 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.validation_1.1.0/target/javax.validation-1.1.0-SNAPSHOT.jar 13:41:19 [INFO] 13:41:19 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ javax.validation --- 13:41:19 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.validation_1.1.0/target/javax.validation-1.1.0-SNAPSHOT.jar 13:41:21 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.validation_1.1.0/target/javax.validation-1.1.0-SNAPSHOT-sources.jar 13:41:22 [INFO] 13:41:22 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ javax.validation --- 13:41:22 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.validation_1.1.0/target/javax.validation-1.1.0-SNAPSHOT.jar 13:41:22 [INFO] 13:41:22 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ javax.validation --- 13:41:22 [INFO] 13:41:22 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ javax.validation --- 13:41:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.validation_1.1.0/target/javax.validation-1.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT.jar 13:41:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.validation_1.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT.pom 13:41:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.validation_1.1.0/target/javax.validation-1.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT-sources.jar 13:41:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.validation_1.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT-p2metadata.xml 13:41:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.validation_1.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT-p2artifacts.xml 13:41:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.validation_1.1.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT-ip_log.xml 13:41:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.validation_1.1.0/target/javax.validation-1.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT-pack200.jar.pack.gz 13:41:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.validation_1.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT-p2metadata.xml 13:41:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.validation_1.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT-p2artifacts.xml 13:41:22 [INFO] 13:41:22 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ javax.validation --- 13:41:22 [INFO] 13:41:22 [INFO] -------------< org.eclipse.orbit.bundles:jakarta.xml.bind >------------- 13:41:22 [INFO] Building Jakarta XML Binding API 2.3.3-SNAPSHOT [302/376] 13:41:22 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:41:22 [INFO] 13:41:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.xml.bind --- 13:41:22 [INFO] 13:41:22 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ jakarta.xml.bind --- 13:41:22 [INFO] The project's OSGi version is 2.3.3.v20201118-1818 13:41:22 [INFO] 13:41:22 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ jakarta.xml.bind --- 13:41:22 [INFO] 13:41:22 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jakarta.xml.bind --- 13:41:22 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:22 [INFO] Copying 3 resources 13:41:22 [INFO] 13:41:22 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jakarta.xml.bind --- 13:41:22 [INFO] No sources to compile 13:41:22 [INFO] 13:41:22 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ jakarta.xml.bind --- 13:41:22 [INFO] Gathering dependencies 13:41:22 [INFO] Configured Artifact: jakarta.xml.bind:jakarta.xml.bind-api:2.3.3:jar 13:41:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/javax/jakarta.xml.bind_2.3.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:41:22 [INFO] Merging collected dependencies 13:41:22 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:22 [INFO] Copying 118 resources 13:41:22 [INFO] Generating OSGi MANIFEST.MF 13:41:22 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.xml.bind:eclipse-bundle-recipe:2.3.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:41:22 [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} [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.xml.bind_2.3.3/target/jakarta.xml.bind-2.3.3-SNAPSHOT.jar 13:41:22 [INFO] Gathering sources 13:41:22 [INFO] Configured Artifact: jakarta.xml.bind:jakarta.xml.bind-api:sources:2.3.3:jar 13:41:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/javax/jakarta.xml.bind_2.3.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:41:23 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:23 [INFO] Copying 3 resources 13:41:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.xml.bind_2.3.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.xml.bind_2.3.3/target/jakarta.xml.bind-2.3.3-SNAPSHOT-sources.jar 13:41:23 [INFO] Assembling p2 repository 13:41:23 [INFO] 13:41:23 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.xml.bind --- 13:41:23 [INFO] 13:41:23 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.xml.bind --- 13:41:23 [INFO] Discovering license information from existing ip_log.xml 13:41:23 [INFO] Discovered license 'Eclipse Public License' for artifact jakarta.xml.bind:jakarta.xml.bind-api:2.3.3. 13:41:23 [INFO] Gathering sources archives 13:41:23 [INFO] Configured Artifact: jakarta.xml.bind:jakarta.xml.bind-api:sources:2.3.3:jar 13:41:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:41:23 [INFO] Configured Artifact: jakarta.xml.bind:jakarta.xml.bind-api:sources:2.3.3:jar 13:41:23 [INFO] Copying jakarta.xml.bind-api-2.3.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.xml.bind_2.3.3/target/sources-for-eclipse-ipzilla/jakarta.xml.bind-api-2.3.3-sources.jar 13:41:23 [INFO] Refreshing about files and about.html 13:41:23 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:41:23 [INFO] Refreshing ip_log.xml 13:41:23 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.xml.bind_2.3.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:41:23 [INFO] 13:41:23 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ jakarta.xml.bind --- 13:41:23 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.xml.bind_2.3.3/target/jakarta.xml.bind-2.3.3-SNAPSHOT.jar 13:41:23 [INFO] 13:41:23 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ jakarta.xml.bind --- 13:41:23 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.xml.bind_2.3.3/target/jakarta.xml.bind-2.3.3-SNAPSHOT.jar 13:41:25 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.xml.bind_2.3.3/target/jakarta.xml.bind-2.3.3-SNAPSHOT-sources.jar 13:41:27 [INFO] 13:41:27 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ jakarta.xml.bind --- 13:41:27 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.xml.bind_2.3.3/target/jakarta.xml.bind-2.3.3-SNAPSHOT.jar 13:41:27 [INFO] 13:41:27 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ jakarta.xml.bind --- 13:41:27 [INFO] 13:41:27 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jakarta.xml.bind --- 13:41:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.xml.bind_2.3.3/target/jakarta.xml.bind-2.3.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT.jar 13:41:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.xml.bind_2.3.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT.pom 13:41:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT-sources.jar 13:41:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.xml.bind_2.3.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT-p2metadata.xml 13:41:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.xml.bind_2.3.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT-p2artifacts.xml 13:41:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.xml.bind_2.3.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT-ip_log.xml 13:41:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.xml.bind_2.3.3/target/jakarta.xml.bind-2.3.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT-pack200.jar.pack.gz 13:41:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.xml.bind_2.3.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT-p2metadata.xml 13:41:27 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.xml.bind_2.3.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT-p2artifacts.xml 13:41:27 [INFO] 13:41:27 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ jakarta.xml.bind --- 13:41:27 [INFO] 13:41:27 [INFO] ------------< org.eclipse.orbit.bundles:jakarta.websocket >------------- 13:41:27 [INFO] Building Jakarta WebSocket - Server API 2.0.0-SNAPSHOT [303/376] 13:41:27 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:41:27 [INFO] 13:41:27 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.websocket --- 13:41:27 [INFO] 13:41:27 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ jakarta.websocket --- 13:41:27 [INFO] The project's OSGi version is 2.0.0.v20210105-1550 13:41:27 [INFO] 13:41:27 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ jakarta.websocket --- 13:41:27 [INFO] 13:41:27 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jakarta.websocket --- 13:41:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:27 [INFO] Copying 4 resources 13:41:27 [INFO] 13:41:27 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jakarta.websocket --- 13:41:27 [INFO] No sources to compile 13:41:27 [INFO] 13:41:27 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ jakarta.websocket --- 13:41:27 [INFO] Gathering dependencies 13:41:27 [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:2.0.0:jar 13:41:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.websocket_2.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:41:27 [INFO] Merging collected dependencies 13:41:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:27 [INFO] Copying 57 resources 13:41:27 [INFO] Generating OSGi MANIFEST.MF 13:41:27 [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.websocket:eclipse-bundle-recipe:2.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:41:27 [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 13:41:27 [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 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.websocket_2.0.0/target/jakarta.websocket-2.0.0-SNAPSHOT.jar 13:41:27 [INFO] Gathering sources 13:41:27 [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:sources:2.0.0:jar 13:41:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/javax/jakarta.websocket_2.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:41:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:27 [INFO] Copying 4 resources 13:41:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.websocket_2.0.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.websocket_2.0.0/target/jakarta.websocket-2.0.0-SNAPSHOT-sources.jar 13:41:27 [INFO] Assembling p2 repository 13:41:28 [INFO] 13:41:28 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.websocket --- 13:41:28 [INFO] 13:41:28 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.websocket --- 13:41:28 [INFO] Discovering license information from existing ip_log.xml 13:41:28 [INFO] Discovered license 'Eclipse Public License' for artifact jakarta.websocket:jakarta.websocket-api:2.0.0. 13:41:28 [INFO] Gathering sources archives 13:41:28 [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:sources:2.0.0:jar 13:41:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:41:28 [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:sources:2.0.0:jar 13:41:28 [INFO] Copying jakarta.websocket-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.websocket_2.0.0/target/sources-for-eclipse-ipzilla/jakarta.websocket-api-2.0.0-sources.jar 13:41:28 [INFO] Refreshing about files and about.html 13:41:28 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:41:28 [INFO] Refreshing ip_log.xml 13:41:28 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.websocket_2.0.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:41:28 [INFO] 13:41:28 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ jakarta.websocket --- 13:41:28 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.websocket_2.0.0/target/jakarta.websocket-2.0.0-SNAPSHOT.jar 13:41:28 [INFO] 13:41:28 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ jakarta.websocket --- 13:41:28 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.websocket_2.0.0/target/jakarta.websocket-2.0.0-SNAPSHOT.jar 13:41:29 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.websocket_2.0.0/target/jakarta.websocket-2.0.0-SNAPSHOT-sources.jar 13:41:31 [INFO] 13:41:31 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ jakarta.websocket --- 13:41:31 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.websocket_2.0.0/target/jakarta.websocket-2.0.0-SNAPSHOT.jar 13:41:31 [INFO] 13:41:31 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ jakarta.websocket --- 13:41:31 [INFO] 13:41:31 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jakarta.websocket --- 13:41:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.websocket_2.0.0/target/jakarta.websocket-2.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT.jar 13:41:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.websocket_2.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT.pom 13:41:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.websocket_2.0.0/target/jakarta.websocket-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT-sources.jar 13:41:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.websocket_2.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT-p2metadata.xml 13:41:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.websocket_2.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT-p2artifacts.xml 13:41:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.websocket_2.0.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT-ip_log.xml 13:41:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.websocket_2.0.0/target/jakarta.websocket-2.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT-pack200.jar.pack.gz 13:41:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.websocket_2.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT-p2metadata.xml 13:41:31 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/jakarta.websocket_2.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT-p2artifacts.xml 13:41:31 [INFO] 13:41:31 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ jakarta.websocket --- 13:41:31 [INFO] 13:41:31 [INFO] ---------------< org.eclipse.orbit.bundles:javax.ws.rs >---------------- 13:41:31 [INFO] Building jakarta.ws.rs-api 2.1.6-SNAPSHOT [304/376] 13:41:31 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:41:31 [INFO] 13:41:31 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.ws.rs --- 13:41:31 [INFO] 13:41:31 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ javax.ws.rs --- 13:41:31 [INFO] The project's OSGi version is 2.1.6.v20200505-2127 13:41:31 [INFO] 13:41:31 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ javax.ws.rs --- 13:41:31 [INFO] 13:41:31 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ javax.ws.rs --- 13:41:31 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:31 [INFO] Copying 4 resources 13:41:31 [INFO] 13:41:31 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ javax.ws.rs --- 13:41:31 [INFO] No sources to compile 13:41:31 [INFO] 13:41:31 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ javax.ws.rs --- 13:41:31 [INFO] Gathering dependencies 13:41:31 [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:2.1.6:jar 13:41:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/javax/javax.ws.rs_2.1.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:41:31 [INFO] Merging collected dependencies 13:41:31 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:31 [INFO] Copying 141 resources 13:41:31 [INFO] Generating OSGi MANIFEST.MF 13:41:31 [WARNING] Manifest org.eclipse.orbit.bundles:javax.ws.rs:eclipse-bundle-recipe:2.1.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:41:31 [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*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.ws.rs_2.1.6/target/javax.ws.rs-2.1.6-SNAPSHOT.jar 13:41:31 [INFO] Gathering sources 13:41:31 [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:sources:2.1.6:jar 13:41:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/javax/javax.ws.rs_2.1.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:41:31 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:31 [INFO] Copying 4 resources 13:41:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.ws.rs_2.1.6/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.ws.rs_2.1.6/target/javax.ws.rs-2.1.6-SNAPSHOT-sources.jar 13:41:31 [INFO] Assembling p2 repository 13:41:33 [INFO] 13:41:33 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ javax.ws.rs --- 13:41:33 [INFO] 13:41:33 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ javax.ws.rs --- 13:41:33 [INFO] Discovering license information from existing ip_log.xml 13:41:33 [INFO] Discovered license 'Eclipse Public License' for artifact jakarta.ws.rs:jakarta.ws.rs-api:2.1.6. 13:41:33 [INFO] Gathering sources archives 13:41:33 [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:sources:2.1.6:jar 13:41:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:41:33 [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:sources:2.1.6:jar 13:41:33 [INFO] Copying jakarta.ws.rs-api-2.1.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.ws.rs_2.1.6/target/sources-for-eclipse-ipzilla/jakarta.ws.rs-api-2.1.6-sources.jar 13:41:33 [INFO] Refreshing about files and about.html 13:41:33 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:41:33 [INFO] Refreshing ip_log.xml 13:41:33 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.ws.rs_2.1.6/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:41:33 [INFO] 13:41:33 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ javax.ws.rs --- 13:41:33 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.ws.rs_2.1.6/target/javax.ws.rs-2.1.6-SNAPSHOT.jar 13:41:33 [INFO] 13:41:33 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ javax.ws.rs --- 13:41:33 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.ws.rs_2.1.6/target/javax.ws.rs-2.1.6-SNAPSHOT.jar 13:41:35 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.ws.rs_2.1.6/target/javax.ws.rs-2.1.6-SNAPSHOT-sources.jar 13:41:36 [INFO] 13:41:36 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ javax.ws.rs --- 13:41:36 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.ws.rs_2.1.6/target/javax.ws.rs-2.1.6-SNAPSHOT.jar 13:41:36 [INFO] 13:41:36 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ javax.ws.rs --- 13:41:36 [INFO] 13:41:36 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ javax.ws.rs --- 13:41:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.ws.rs_2.1.6/target/javax.ws.rs-2.1.6-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT.jar 13:41:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.ws.rs_2.1.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT.pom 13:41:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT-sources.jar 13:41:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.ws.rs_2.1.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT-p2metadata.xml 13:41:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.ws.rs_2.1.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT-p2artifacts.xml 13:41:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.ws.rs_2.1.6/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT-ip_log.xml 13:41:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.ws.rs_2.1.6/target/javax.ws.rs-2.1.6-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT-pack200.jar.pack.gz 13:41:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.ws.rs_2.1.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT-p2metadata.xml 13:41:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/javax/javax.ws.rs_2.1.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT-p2artifacts.xml 13:41:36 [INFO] 13:41:36 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ javax.ws.rs --- 13:41:36 [INFO] 13:41:36 [INFO] ---------------< org.eclipse.orbit.bundles:jaxb-parent >---------------- 13:41:36 [INFO] Building Eclipse Orbit :: jaxb Recipes 1.0.0-SNAPSHOT [305/376] 13:41:36 [INFO] --------------------------------[ pom ]--------------------------------- 13:41:36 [INFO] 13:41:36 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxb-parent --- 13:41:36 [INFO] 13:41:36 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ jaxb-parent --- 13:41:36 [INFO] 13:41:36 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ jaxb-parent --- 13:41:36 [INFO] 13:41:36 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ jaxb-parent --- 13:41:36 [INFO] 13:41:36 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ jaxb-parent --- 13:41:36 [INFO] 13:41:36 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ jaxb-parent --- 13:41:36 [INFO] 13:41:36 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxb-parent --- 13:41:36 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jaxb-parent/1.0.0-SNAPSHOT/jaxb-parent-1.0.0-SNAPSHOT.pom 13:41:36 [INFO] 13:41:36 [INFO] -------------< org.eclipse.orbit.bundles:com.sun.xml.bind >------------- 13:41:36 [INFO] Building com.sun.xml.bind 2.2.0-SNAPSHOT [306/376] 13:41:36 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:41:36 [INFO] 13:41:36 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.xml.bind --- 13:41:36 [INFO] 13:41:36 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.sun.xml.bind --- 13:41:36 [INFO] The project's OSGi version is 2.2.0.v20201118-1845 13:41:36 [INFO] 13:41:36 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.sun.xml.bind --- 13:41:36 [INFO] 13:41:36 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.sun.xml.bind --- 13:41:36 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:36 [INFO] Copying 2 resources 13:41:36 [INFO] 13:41:36 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.sun.xml.bind --- 13:41:36 [INFO] No sources to compile 13:41:36 [INFO] 13:41:36 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.sun.xml.bind --- 13:41:36 [INFO] Gathering dependencies 13:41:36 [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:2.2:jar 13:41:36 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.2.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:41:37 [INFO] Merging collected dependencies 13:41:37 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:37 [INFO] Copying 669 resources 13:41:37 [INFO] Generating OSGi MANIFEST.MF 13:41:37 [WARNING] Manifest org.eclipse.orbit.bundles:com.sun.xml.bind:eclipse-bundle-recipe:2.2.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.2.0/target/com.sun.xml.bind-2.2.0-SNAPSHOT.jar 13:41:37 [INFO] Gathering sources 13:41:37 [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:sources:2.2:jar 13:41:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.2.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:41:38 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:38 [INFO] Copying 2 resources 13:41:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.2.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.2.0/target/com.sun.xml.bind-2.2.0-SNAPSHOT-sources.jar 13:41:38 [INFO] Assembling p2 repository 13:41:39 [INFO] 13:41:39 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.xml.bind --- 13:41:39 [INFO] 13:41:39 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.xml.bind --- 13:41:39 [INFO] Discovering license information from existing ip_log.xml 13:41:39 [INFO] Discovered license 'Common Development and Distribution License' for artifact com.sun.xml.bind:jaxb-impl:2.2. 13:41:39 [INFO] Gathering sources archives 13:41:39 [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:sources:2.2:jar 13:41:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:41:39 [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:sources:2.2:jar 13:41:39 [INFO] Copying jaxb-impl-2.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.2.0/target/sources-for-eclipse-ipzilla/jaxb-impl-2.2-sources.jar 13:41:39 [INFO] Refreshing about files and about.html 13:41:39 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:41:39 [INFO] Refreshing ip_log.xml 13:41:39 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.2.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:41:39 [INFO] 13:41:39 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.sun.xml.bind --- 13:41:39 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.2.0/target/com.sun.xml.bind-2.2.0-SNAPSHOT.jar 13:41:39 [INFO] 13:41:39 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.sun.xml.bind --- 13:41:39 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.2.0/target/com.sun.xml.bind-2.2.0-SNAPSHOT.jar 13:41:42 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.2.0/target/com.sun.xml.bind-2.2.0-SNAPSHOT-sources.jar 13:41:43 [INFO] 13:41:43 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.sun.xml.bind --- 13:41:43 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.2.0/target/com.sun.xml.bind-2.2.0-SNAPSHOT.jar 13:41:44 [INFO] 13:41:44 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.sun.xml.bind --- 13:41:44 [INFO] 13:41:44 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.sun.xml.bind --- 13:41:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT.jar 13:41:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.2.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT.pom 13:41:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT-sources.jar 13:41:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.2.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT-p2metadata.xml 13:41:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.2.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT-p2artifacts.xml 13:41:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.2.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT-ip_log.xml 13:41:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.2.0/target/com.sun.xml.bind-2.2.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT-pack200.jar.pack.gz 13:41:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.2.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT-p2metadata.xml 13:41:44 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.2.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT-p2artifacts.xml 13:41:44 [INFO] 13:41:44 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.sun.xml.bind --- 13:41:44 [INFO] 13:41:44 [INFO] -------------< org.eclipse.orbit.bundles:com.sun.xml.bind >------------- 13:41:44 [INFO] Building Old JAXB Runtime 2.3.3-SNAPSHOT [307/376] 13:41:44 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:41:44 [INFO] 13:41:44 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.xml.bind --- 13:41:44 [INFO] 13:41:44 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.sun.xml.bind --- 13:41:44 [INFO] The project's OSGi version is 2.3.3.v20201118-1818 13:41:44 [INFO] 13:41:44 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.sun.xml.bind --- 13:41:44 [INFO] 13:41:44 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.sun.xml.bind --- 13:41:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:44 [INFO] Copying 3 resources 13:41:44 [INFO] 13:41:44 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.sun.xml.bind --- 13:41:44 [INFO] No sources to compile 13:41:44 [INFO] 13:41:44 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.sun.xml.bind --- 13:41:44 [INFO] Gathering dependencies 13:41:44 [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:2.3.3:jar 13:41:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.3.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:41:44 [INFO] Merging collected dependencies 13:41:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:44 [INFO] Copying 858 resources 13:41:45 [INFO] Generating OSGi MANIFEST.MF 13:41:45 [WARNING] Manifest org.eclipse.orbit.bundles:com.sun.xml.bind:eclipse-bundle-recipe:2.3.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] 13:41:45 [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 13:41:45 [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 13:41:45 [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 13:41:45 [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} [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.3.3/target/com.sun.xml.bind-2.3.3-SNAPSHOT.jar 13:41:45 [INFO] Gathering sources 13:41:45 [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:sources:2.3.3:jar 13:41:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/jaxb/com.sun.xml.bind_2.3.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:41:46 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:46 [INFO] Copying 3 resources 13:41:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.3.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.3.3/target/com.sun.xml.bind-2.3.3-SNAPSHOT-sources.jar 13:41:46 [INFO] Assembling p2 repository 13:41:48 [INFO] 13:41:48 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.xml.bind --- 13:41:48 [INFO] 13:41:48 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.xml.bind --- 13:41:48 [INFO] Discovering license information from existing ip_log.xml 13:41:48 [INFO] Discovered license 'Eclipse Public License' for artifact com.sun.xml.bind:jaxb-impl:2.3.3. 13:41:48 [INFO] Gathering sources archives 13:41:48 [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:sources:2.3.3:jar 13:41:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:41:48 [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:sources:2.3.3:jar 13:41:48 [INFO] Copying jaxb-impl-2.3.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.3.3/target/sources-for-eclipse-ipzilla/jaxb-impl-2.3.3-sources.jar 13:41:48 [INFO] Refreshing about files and about.html 13:41:48 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:41:48 [INFO] Refreshing ip_log.xml 13:41:48 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.3.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:41:48 [INFO] 13:41:48 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.sun.xml.bind --- 13:41:48 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.3.3/target/com.sun.xml.bind-2.3.3-SNAPSHOT.jar 13:41:48 [INFO] 13:41:48 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.sun.xml.bind --- 13:41:49 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.3.3/target/com.sun.xml.bind-2.3.3-SNAPSHOT.jar 13:41:51 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.3.3/target/com.sun.xml.bind-2.3.3-SNAPSHOT-sources.jar 13:41:52 [INFO] 13:41:52 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.sun.xml.bind --- 13:41:52 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.3.3/target/com.sun.xml.bind-2.3.3-SNAPSHOT.jar 13:41:53 [INFO] 13:41:53 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.sun.xml.bind --- 13:41:53 [INFO] 13:41:53 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.sun.xml.bind --- 13:41:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT.jar 13:41:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.3.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT.pom 13:41:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT-sources.jar 13:41:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.3.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT-p2metadata.xml 13:41:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.3.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT-p2artifacts.xml 13:41:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.3.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT-ip_log.xml 13:41:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.3.3/target/com.sun.xml.bind-2.3.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT-pack200.jar.pack.gz 13:41:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.3.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT-p2metadata.xml 13:41:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jaxb/com.sun.xml.bind_2.3.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT-p2artifacts.xml 13:41:53 [INFO] 13:41:53 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.sun.xml.bind --- 13:41:53 [INFO] 13:41:53 [INFO] --------------< org.eclipse.orbit.bundles:jcraft-parent >--------------- 13:41:53 [INFO] Building Eclipse Orbit :: JCraft Recipes 1.0.0-SNAPSHOT [308/376] 13:41:53 [INFO] --------------------------------[ pom ]--------------------------------- 13:41:53 [INFO] 13:41:53 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcraft-parent --- 13:41:53 [INFO] 13:41:53 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ jcraft-parent --- 13:41:53 [INFO] 13:41:53 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ jcraft-parent --- 13:41:53 [INFO] 13:41:53 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ jcraft-parent --- 13:41:53 [INFO] 13:41:53 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ jcraft-parent --- 13:41:53 [INFO] 13:41:53 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ jcraft-parent --- 13:41:53 [INFO] 13:41:53 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jcraft-parent --- 13:41:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jcraft/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jcraft-parent/1.0.0-SNAPSHOT/jcraft-parent-1.0.0-SNAPSHOT.pom 13:41:53 [INFO] 13:41:53 [INFO] -------------< org.eclipse.orbit.bundles:com.jcraft.jsch >-------------- 13:41:53 [INFO] Building JSch 0.1.55-SNAPSHOT [309/376] 13:41:53 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:41:53 [INFO] 13:41:53 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.jcraft.jsch --- 13:41:53 [INFO] 13:41:53 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.jcraft.jsch --- 13:41:53 [INFO] The project's OSGi version is 0.1.55.v20190404-1902 13:41:53 [INFO] 13:41:53 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.jcraft.jsch --- 13:41:53 [INFO] 13:41:53 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.jcraft.jsch --- 13:41:53 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:53 [INFO] Copying 3 resources 13:41:53 [INFO] 13:41:53 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.jcraft.jsch --- 13:41:53 [INFO] No sources to compile 13:41:53 [INFO] 13:41:53 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.jcraft.jsch --- 13:41:53 [INFO] Gathering dependencies 13:41:53 [INFO] Configured Artifact: com.jcraft:jsch:0.1.55:jar 13:41:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jcraft/com.jcraft.jsch_0.1.55/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:41:53 [INFO] Merging collected dependencies 13:41:53 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:53 [INFO] Copying 168 resources 13:41:53 [INFO] Generating OSGi MANIFEST.MF 13:41:53 [WARNING] Manifest org.eclipse.orbit.bundles:com.jcraft.jsch:eclipse-bundle-recipe:0.1.55-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jcraft/com.jcraft.jsch_0.1.55/target/com.jcraft.jsch-0.1.55-SNAPSHOT.jar 13:41:53 [INFO] Gathering sources 13:41:53 [INFO] Configured Artifact: com.jcraft:jsch:sources:0.1.55:jar 13:41:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/jcraft/jsch/0.1.55/jsch-0.1.55-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jcraft/com.jcraft.jsch_0.1.55/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:41:54 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:54 [INFO] Copying 3 resources 13:41:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jcraft/com.jcraft.jsch_0.1.55/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jcraft/com.jcraft.jsch_0.1.55/target/com.jcraft.jsch-0.1.55-SNAPSHOT-sources.jar 13:41:54 [INFO] Assembling p2 repository 13:41:55 [INFO] 13:41:55 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.jcraft.jsch --- 13:41:55 [INFO] 13:41:55 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.jcraft.jsch --- 13:41:55 [INFO] Discovering license information from existing ip_log.xml 13:41:55 [INFO] Discovered license 'New BSD License' for artifact com.jcraft:jsch:0.1.55. 13:41:55 [INFO] Gathering sources archives 13:41:55 [INFO] Configured Artifact: com.jcraft:jsch:sources:0.1.55:jar 13:41:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/com/jcraft/jsch/0.1.55/jsch-0.1.55-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:41:55 [INFO] Configured Artifact: com.jcraft:jsch:sources:0.1.55:jar 13:41:55 [INFO] Copying jsch-0.1.55-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jcraft/com.jcraft.jsch_0.1.55/target/sources-for-eclipse-ipzilla/jsch-0.1.55-sources.jar 13:41:55 [INFO] Refreshing about files and about.html 13:41:55 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:41:55 [INFO] Refreshing ip_log.xml 13:41:55 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jcraft/com.jcraft.jsch_0.1.55/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:41:55 [INFO] 13:41:55 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.jcraft.jsch --- 13:41:55 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jcraft/com.jcraft.jsch_0.1.55/target/com.jcraft.jsch-0.1.55-SNAPSHOT.jar 13:41:56 [INFO] 13:41:56 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.jcraft.jsch --- 13:41:56 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jcraft/com.jcraft.jsch_0.1.55/target/com.jcraft.jsch-0.1.55-SNAPSHOT.jar 13:41:57 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jcraft/com.jcraft.jsch_0.1.55/target/com.jcraft.jsch-0.1.55-SNAPSHOT-sources.jar 13:41:59 [INFO] 13:41:59 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.jcraft.jsch --- 13:41:59 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jcraft/com.jcraft.jsch_0.1.55/target/com.jcraft.jsch-0.1.55-SNAPSHOT.jar 13:41:59 [INFO] 13:41:59 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.jcraft.jsch --- 13:41:59 [INFO] 13:41:59 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.jcraft.jsch --- 13:41:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jcraft/com.jcraft.jsch_0.1.55/target/com.jcraft.jsch-0.1.55-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT.jar 13:41:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jcraft/com.jcraft.jsch_0.1.55/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT.pom 13:41:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT-sources.jar 13:41:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jcraft/com.jcraft.jsch_0.1.55/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT-p2metadata.xml 13:41:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jcraft/com.jcraft.jsch_0.1.55/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT-p2artifacts.xml 13:41:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jcraft/com.jcraft.jsch_0.1.55/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT-ip_log.xml 13:41:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jcraft/com.jcraft.jsch_0.1.55/target/com.jcraft.jsch-0.1.55-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT-pack200.jar.pack.gz 13:41:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jcraft/com.jcraft.jsch_0.1.55/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT-p2metadata.xml 13:41:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jcraft/com.jcraft.jsch_0.1.55/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT-p2artifacts.xml 13:41:59 [INFO] 13:41:59 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.jcraft.jsch --- 13:41:59 [INFO] 13:41:59 [INFO] ---------------< org.eclipse.orbit.bundles:jini-parent >---------------- 13:41:59 [INFO] Building Eclipse Orbit :: Jini Recipes 1.0.0-SNAPSHOT [310/376] 13:41:59 [INFO] --------------------------------[ pom ]--------------------------------- 13:41:59 [INFO] 13:41:59 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jini-parent --- 13:41:59 [INFO] 13:41:59 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ jini-parent --- 13:41:59 [INFO] 13:41:59 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ jini-parent --- 13:41:59 [INFO] 13:41:59 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ jini-parent --- 13:41:59 [INFO] 13:41:59 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ jini-parent --- 13:41:59 [INFO] 13:41:59 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ jini-parent --- 13:41:59 [INFO] 13:41:59 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jini-parent --- 13:41:59 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jini/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jini-parent/1.0.0-SNAPSHOT/jini-parent-1.0.0-SNAPSHOT.pom 13:41:59 [INFO] 13:41:59 [INFO] -----------------< org.eclipse.orbit.bundles:net.jini >----------------- 13:41:59 [INFO] Building Jini Jini Core Jar 2.1.0-SNAPSHOT [311/376] 13:41:59 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:41:59 [INFO] 13:41:59 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.jini --- 13:41:59 [INFO] 13:41:59 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ net.jini --- 13:41:59 [INFO] The project's OSGi version is 2.1.0.v20200313-1807 13:41:59 [INFO] 13:41:59 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ net.jini --- 13:41:59 [INFO] 13:41:59 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ net.jini --- 13:41:59 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:59 [INFO] Copying 2 resources 13:41:59 [INFO] 13:41:59 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ net.jini --- 13:41:59 [INFO] No sources to compile 13:41:59 [INFO] 13:41:59 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ net.jini --- 13:41:59 [INFO] Gathering dependencies 13:41:59 [INFO] Configured Artifact: net.jini:jini-core:2.1:jar 13:41:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/jini/jini-core/2.1/jini-core-2.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jini/net.jini_2.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:41:59 [INFO] Merging collected dependencies 13:41:59 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:41:59 [INFO] Copying 65 resources 13:41:59 [INFO] Generating OSGi MANIFEST.MF 13:41:59 [WARNING] Manifest org.eclipse.orbit.bundles:net.jini:eclipse-bundle-recipe:2.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jini/net.jini_2.1.0/target/net.jini-2.1.0-SNAPSHOT.jar 13:41:59 [INFO] Gathering sources 13:41:59 [INFO] Configured Artifact: net.jini:jini-core:sources:2.1:jar 13:41:59 [WARNING] Unable to resolve source jar; skipping source bundle 13:41:59 [INFO] Assembling p2 repository 13:42:00 [INFO] 13:42:00 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ net.jini --- 13:42:00 [INFO] 13:42:00 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ net.jini --- 13:42:00 [INFO] Discovering license information from existing ip_log.xml 13:42:00 [INFO] Discovered license 'Apache License, 2.0' for artifact net.jini:jini-core:2.1. 13:42:00 [INFO] Gathering sources archives 13:42:00 [INFO] Configured Artifact: net.jini:jini-core:sources:2.1:jar 13:42:00 [WARNING] Unable to resolve source jar; skipping Eclipse IP information 13:42:00 [INFO] Refreshing about files and about.html 13:42:00 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:42:00 [INFO] Refreshing ip_log.xml 13:42:00 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jini/net.jini_2.1.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:42:00 [INFO] 13:42:00 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ net.jini --- 13:42:00 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jini/net.jini_2.1.0/target/net.jini-2.1.0-SNAPSHOT.jar 13:42:00 [INFO] 13:42:00 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ net.jini --- 13:42:00 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jini/net.jini_2.1.0/target/net.jini-2.1.0-SNAPSHOT.jar 13:42:01 [INFO] 13:42:01 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ net.jini --- 13:42:01 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jini/net.jini_2.1.0/target/net.jini-2.1.0-SNAPSHOT.jar 13:42:01 [INFO] 13:42:01 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ net.jini --- 13:42:01 [INFO] 13:42:01 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ net.jini --- 13:42:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jini/net.jini_2.1.0/target/net.jini-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.jini/2.1.0-SNAPSHOT/net.jini-2.1.0-SNAPSHOT.jar 13:42:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jini/net.jini_2.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.jini/2.1.0-SNAPSHOT/net.jini-2.1.0-SNAPSHOT.pom 13:42:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jini/net.jini_2.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.jini/2.1.0-SNAPSHOT/net.jini-2.1.0-SNAPSHOT-p2metadata.xml 13:42:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jini/net.jini_2.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.jini/2.1.0-SNAPSHOT/net.jini-2.1.0-SNAPSHOT-p2artifacts.xml 13:42:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jini/net.jini_2.1.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.jini/2.1.0-SNAPSHOT/net.jini-2.1.0-SNAPSHOT-ip_log.xml 13:42:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jini/net.jini_2.1.0/target/net.jini-2.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.jini/2.1.0-SNAPSHOT/net.jini-2.1.0-SNAPSHOT-pack200.jar.pack.gz 13:42:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jini/net.jini_2.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.jini/2.1.0-SNAPSHOT/net.jini-2.1.0-SNAPSHOT-p2metadata.xml 13:42:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jini/net.jini_2.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.jini/2.1.0-SNAPSHOT/net.jini-2.1.0-SNAPSHOT-p2artifacts.xml 13:42:01 [INFO] 13:42:01 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ net.jini --- 13:42:01 [INFO] 13:42:01 [INFO] ----------------< org.eclipse.orbit.bundles:jna-parent >---------------- 13:42:01 [INFO] Building Eclipse Orbit :: JNA Recipes 1.0.0-SNAPSHOT [312/376] 13:42:01 [INFO] --------------------------------[ pom ]--------------------------------- 13:42:01 [INFO] 13:42:01 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jna-parent --- 13:42:01 [INFO] 13:42:01 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ jna-parent --- 13:42:01 [INFO] 13:42:01 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ jna-parent --- 13:42:01 [INFO] 13:42:01 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ jna-parent --- 13:42:01 [INFO] 13:42:01 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ jna-parent --- 13:42:01 [INFO] 13:42:01 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ jna-parent --- 13:42:01 [INFO] 13:42:01 [INFO] --- maven-install-plugin:2.4:install (default-install) @ jna-parent --- 13:42:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/jna-parent/1.0.0-SNAPSHOT/jna-parent-1.0.0-SNAPSHOT.pom 13:42:01 [INFO] 13:42:01 [INFO] ---------------< org.eclipse.orbit.bundles:com.sun.jna >---------------- 13:42:01 [INFO] Building Java Native Access 4.1.0-SNAPSHOT [313/376] 13:42:01 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:42:02 [INFO] 13:42:02 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna --- 13:42:02 [INFO] 13:42:02 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.sun.jna --- 13:42:02 [INFO] The project's OSGi version is 4.1.0.v20210503-0343 13:42:02 [INFO] 13:42:02 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.sun.jna --- 13:42:02 [INFO] 13:42:02 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.sun.jna --- 13:42:02 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:02 [INFO] Copying 3 resources 13:42:02 [INFO] 13:42:02 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.sun.jna --- 13:42:02 [INFO] No sources to compile 13:42:02 [INFO] 13:42:02 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna --- 13:42:02 [INFO] Gathering dependencies 13:42:02 [INFO] Configured Artifact: net.java.dev.jna:jna:4.1.0:jar 13:42:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:42:02 [INFO] Merging collected dependencies 13:42:02 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:02 [INFO] Copying 120 resources 13:42:02 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar 13:42:02 [INFO] Gathering sources 13:42:02 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:4.1.0:jar 13:42:03 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/java/dev/jna/jna/4.1.0/jna-4.1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:42:03 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:03 [INFO] Copying 3 resources 13:42:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT-sources.jar 13:42:03 [INFO] Assembling p2 repository 13:42:04 [INFO] 13:42:04 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna --- 13:42:04 [INFO] 13:42:04 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna --- 13:42:04 [INFO] Discovering license information from existing ip_log.xml 13:42:04 [INFO] Discovered license 'Apache License, 2.0' for artifact net.java.dev.jna:jna:4.1.0. 13:42:04 [INFO] Gathering sources archives 13:42:04 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:4.1.0:jar 13:42:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/java/dev/jna/jna/4.1.0/jna-4.1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:42:04 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:4.1.0:jar 13:42:04 [INFO] Copying jna-4.1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/target/sources-for-eclipse-ipzilla/jna-4.1.0-sources.jar 13:42:04 [INFO] Refreshing about files and about.html 13:42:04 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:42:04 [INFO] Refreshing ip_log.xml 13:42:04 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:42:04 [INFO] 13:42:04 [INFO] --- maven-antrun-plugin:3.0.0:run (sign-jnilibs) @ com.sun.jna --- 13:42:07 [INFO] Executing tasks 13:42:07 [INFO] [exec] + JAR=/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar 13:42:07 [INFO] [exec] + echo 'Signing jnilibs in /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar' 13:42:07 [INFO] [exec] + mkdir -p sign-jnilibs 13:42:07 [INFO] [exec] Signing jnilibs in /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar 13:42:07 [INFO] [exec] + cd sign-jnilibs 13:42:07 [INFO] [exec] + jar --extract --file=/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar 13:42:08 [INFO] [exec] ++ find about_files about.html com META-INF OSGI-INF -name '*.jnilib' 13:42:08 [INFO] [exec] + for j in `find * -name \*\.jnilib` 13:42:08 [INFO] [exec] + mv com/sun/jna/darwin/libjnidispatch.jnilib com/sun/jna/darwin/libjnidispatch.jnilib-tosign 13:42:08 [INFO] [exec] + curl -o com/sun/jna/darwin/libjnidispatch.jnilib -F file=@com/sun/jna/darwin/libjnidispatch.jnilib-tosign https://cbi.eclipse.org/macos/codesign/sign 13:42:08 [INFO] [exec] % Total % Received % Xferd Average Speed Time Time Time Current 13:42:08 [INFO] [exec] Dload Upload Total Spent Left Speed 13:42:08 [INFO] [exec] 13:42:11 [INFO] [exec] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 265k 0 0 100 265k 0 220k 0:00:01 0:00:01 --:--:-- 220k100 265k 0 0 100 265k 0 120k 0:00:02 0:00:02 --:--:-- 120k100 265k 0 0 100 265k 0 84832 0:00:03 0:00:03 --:--:-- 84832100 586k 100 320k 100 265k 93939 77769 0:00:03 0:00:03 --:--:-- 167k+ rm com/sun/jna/darwin/libjnidispatch.jnilib-tosign 13:42:11 [INFO] [exec] + jar --update --file=/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar com/sun/jna/darwin/libjnidispatch.jnilib 13:42:11 [INFO] Executed tasks 13:42:11 [INFO] 13:42:11 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.sun.jna --- 13:42:11 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar 13:42:12 [INFO] 13:42:12 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.sun.jna --- 13:42:12 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar 13:42:14 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT-sources.jar 13:42:15 [INFO] 13:42:15 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.sun.jna --- 13:42:15 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar 13:42:15 [INFO] 13:42:15 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.sun.jna --- 13:42:16 [INFO] 13:42:16 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.sun.jna --- 13:42:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT.jar 13:42:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT.pom 13:42:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT-sources.jar 13:42:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT-p2metadata.xml 13:42:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT-p2artifacts.xml 13:42:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT-ip_log.xml 13:42:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT-pack200.jar.pack.gz 13:42:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT-p2metadata.xml 13:42:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT-p2artifacts.xml 13:42:16 [INFO] 13:42:16 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.sun.jna --- 13:42:16 [INFO] 13:42:16 [INFO] -----------< org.eclipse.orbit.bundles:com.sun.jna.platform >----------- 13:42:16 [INFO] Building Java Native Access Platform 4.1.0-SNAPSHOT [314/376] 13:42:16 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:42:16 [INFO] 13:42:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna.platform --- 13:42:16 [INFO] 13:42:16 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.sun.jna.platform --- 13:42:16 [INFO] The project's OSGi version is 4.1.0.v20170410-1117 13:42:16 [INFO] 13:42:16 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.sun.jna.platform --- 13:42:16 [INFO] 13:42:16 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.sun.jna.platform --- 13:42:16 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:16 [INFO] Copying 3 resources 13:42:16 [INFO] 13:42:16 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.sun.jna.platform --- 13:42:16 [INFO] No sources to compile 13:42:16 [INFO] 13:42:16 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna.platform --- 13:42:16 [INFO] Gathering dependencies 13:42:16 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:4.1.0:jar 13:42:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:42:16 [INFO] Merging collected dependencies 13:42:16 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:16 [INFO] Copying 658 resources 13:42:16 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.1.0/target/com.sun.jna.platform-4.1.0-SNAPSHOT.jar 13:42:16 [INFO] Gathering sources 13:42:16 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:4.1.0:jar 13:42:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/jna/com.sun.jna.platform_4.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:42:16 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:16 [INFO] Copying 3 resources 13:42:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.1.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.1.0/target/com.sun.jna.platform-4.1.0-SNAPSHOT-sources.jar 13:42:16 [INFO] Assembling p2 repository 13:42:17 [INFO] 13:42:17 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna.platform --- 13:42:17 [INFO] 13:42:17 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna.platform --- 13:42:17 [INFO] Discovering license information from existing ip_log.xml 13:42:17 [INFO] Discovered license 'Apache License, 2.0' for artifact net.java.dev.jna:jna-platform:4.1.0. 13:42:17 [INFO] Gathering sources archives 13:42:17 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:4.1.0:jar 13:42:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:42:17 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:4.1.0:jar 13:42:17 [INFO] Copying jna-platform-4.1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.1.0/target/sources-for-eclipse-ipzilla/jna-platform-4.1.0-sources.jar 13:42:17 [INFO] Refreshing about files and about.html 13:42:17 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:42:17 [INFO] Refreshing ip_log.xml 13:42:17 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.1.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:42:17 [INFO] 13:42:17 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.sun.jna.platform --- 13:42:17 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.1.0/target/com.sun.jna.platform-4.1.0-SNAPSHOT.jar 13:42:17 [INFO] 13:42:17 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.sun.jna.platform --- 13:42:17 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.1.0/target/com.sun.jna.platform-4.1.0-SNAPSHOT.jar 13:42:20 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.1.0/target/com.sun.jna.platform-4.1.0-SNAPSHOT-sources.jar 13:42:21 [INFO] 13:42:21 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.sun.jna.platform --- 13:42:21 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.1.0/target/com.sun.jna.platform-4.1.0-SNAPSHOT.jar 13:42:22 [INFO] 13:42:22 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.sun.jna.platform --- 13:42:22 [INFO] 13:42:22 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.sun.jna.platform --- 13:42:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT.jar 13:42:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT.pom 13:42:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT-sources.jar 13:42:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT-p2metadata.xml 13:42:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT-p2artifacts.xml 13:42:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.1.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT-ip_log.xml 13:42:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.1.0/target/com.sun.jna.platform-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT-pack200.jar.pack.gz 13:42:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT-p2metadata.xml 13:42:22 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT-p2artifacts.xml 13:42:22 [INFO] 13:42:22 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.sun.jna.platform --- 13:42:22 [INFO] 13:42:22 [INFO] ---------------< org.eclipse.orbit.bundles:com.sun.jna >---------------- 13:42:22 [INFO] Building Java Native Access 4.5.1-SNAPSHOT [315/376] 13:42:22 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:42:22 [INFO] 13:42:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna --- 13:42:22 [INFO] 13:42:22 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.sun.jna --- 13:42:22 [INFO] The project's OSGi version is 4.5.1.v20210503-0343 13:42:22 [INFO] 13:42:22 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.sun.jna --- 13:42:22 [INFO] 13:42:22 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.sun.jna --- 13:42:22 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:22 [INFO] Copying 3 resources 13:42:22 [INFO] 13:42:22 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.sun.jna --- 13:42:22 [INFO] No sources to compile 13:42:22 [INFO] 13:42:22 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna --- 13:42:22 [INFO] Gathering dependencies 13:42:22 [INFO] Configured Artifact: net.java.dev.jna:jna:4.5.1:jar 13:42:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/java/dev/jna/jna/4.5.1/jna-4.5.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:42:22 [INFO] Merging collected dependencies 13:42:22 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:22 [INFO] Copying 129 resources 13:42:22 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar 13:42:22 [INFO] Gathering sources 13:42:22 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:4.5.1:jar 13:42:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/java/dev/jna/jna/4.5.1/jna-4.5.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:42:23 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:23 [INFO] Copying 3 resources 13:42:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT-sources.jar 13:42:23 [INFO] Assembling p2 repository 13:42:24 [INFO] 13:42:24 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna --- 13:42:24 [INFO] 13:42:24 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna --- 13:42:24 [INFO] Discovering license information from existing ip_log.xml 13:42:24 [INFO] Gathering sources archives 13:42:24 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:4.5.1:jar 13:42:24 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/java/dev/jna/jna/4.5.1/jna-4.5.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:42:24 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:4.5.1:jar 13:42:24 [INFO] Copying jna-4.5.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/target/sources-for-eclipse-ipzilla/jna-4.5.1-sources.jar 13:42:24 [INFO] Refreshing about files and about.html 13:42:24 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:42:24 [INFO] Refreshing ip_log.xml 13:42:24 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:42:24 [INFO] 13:42:24 [INFO] --- maven-antrun-plugin:3.0.0:run (sign-jnilibs) @ com.sun.jna --- 13:42:24 [INFO] Executing tasks 13:42:25 [INFO] [exec] Signing jnilibs in /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar 13:42:25 [INFO] [exec] + JAR=/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar 13:42:25 [INFO] [exec] + echo 'Signing jnilibs in /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar' 13:42:25 [INFO] [exec] + mkdir -p sign-jnilibs 13:42:25 [INFO] [exec] + cd sign-jnilibs 13:42:25 [INFO] [exec] + jar --extract --file=/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar 13:42:25 [INFO] [exec] ++ find about_files about.html com META-INF OSGI-INF -name '*.jnilib' 13:42:25 [INFO] [exec] + for j in `find * -name \*\.jnilib` 13:42:25 [INFO] [exec] + mv com/sun/jna/darwin/libjnidispatch.jnilib com/sun/jna/darwin/libjnidispatch.jnilib-tosign 13:42:25 [INFO] [exec] + curl -o com/sun/jna/darwin/libjnidispatch.jnilib -F file=@com/sun/jna/darwin/libjnidispatch.jnilib-tosign https://cbi.eclipse.org/macos/codesign/sign 13:42:25 [INFO] [exec] % Total % Received % Xferd Average Speed Time Time Time Current 13:42:25 [INFO] [exec] Dload Upload Total Spent Left Speed 13:42:25 [INFO] [exec] 13:42:25 [INFO] [exec] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 393k 100 216k 100 176k 755k 618k --:--:-- --:--:-- --:--:-- 1374k+ rm com/sun/jna/darwin/libjnidispatch.jnilib-tosign 13:42:25 [INFO] [exec] + jar --update --file=/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar com/sun/jna/darwin/libjnidispatch.jnilib 13:42:26 [INFO] Executed tasks 13:42:26 [INFO] 13:42:26 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.sun.jna --- 13:42:26 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar 13:42:27 [INFO] 13:42:27 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.sun.jna --- 13:42:27 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar 13:42:29 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT-sources.jar 13:42:30 [INFO] 13:42:30 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.sun.jna --- 13:42:30 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar 13:42:30 [INFO] 13:42:30 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.sun.jna --- 13:42:30 [INFO] 13:42:30 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.sun.jna --- 13:42:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT.jar 13:42:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT.pom 13:42:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT-sources.jar 13:42:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT-p2metadata.xml 13:42:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT-p2artifacts.xml 13:42:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT-ip_log.xml 13:42:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT-pack200.jar.pack.gz 13:42:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT-p2metadata.xml 13:42:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_4.5.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT-p2artifacts.xml 13:42:30 [INFO] 13:42:30 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.sun.jna --- 13:42:30 [INFO] 13:42:30 [INFO] -----------< org.eclipse.orbit.bundles:com.sun.jna.platform >----------- 13:42:30 [INFO] Building Java Native Access Platform 4.5.1-SNAPSHOT [316/376] 13:42:30 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:42:31 [INFO] 13:42:31 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna.platform --- 13:42:31 [INFO] 13:42:31 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.sun.jna.platform --- 13:42:31 [INFO] The project's OSGi version is 4.5.1.v20190425-1842 13:42:31 [INFO] 13:42:31 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.sun.jna.platform --- 13:42:31 [INFO] 13:42:31 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.sun.jna.platform --- 13:42:31 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:31 [INFO] Copying 3 resources 13:42:31 [INFO] 13:42:31 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.sun.jna.platform --- 13:42:31 [INFO] No sources to compile 13:42:31 [INFO] 13:42:31 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna.platform --- 13:42:31 [INFO] Gathering dependencies 13:42:31 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:4.5.1:jar 13:42:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/java/dev/jna/jna-platform/4.5.1/jna-platform-4.5.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.5.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:42:31 [INFO] Merging collected dependencies 13:42:31 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:31 [INFO] Copying 999 resources 13:42:31 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.5.1/target/com.sun.jna.platform-4.5.1-SNAPSHOT.jar 13:42:31 [INFO] Gathering sources 13:42:31 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:4.5.1:jar 13:42:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/jna/com.sun.jna.platform_4.5.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:42:32 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:32 [INFO] Copying 3 resources 13:42:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.5.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.5.1/target/com.sun.jna.platform-4.5.1-SNAPSHOT-sources.jar 13:42:32 [INFO] Assembling p2 repository 13:42:32 [INFO] 13:42:32 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna.platform --- 13:42:32 [INFO] 13:42:32 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna.platform --- 13:42:32 [INFO] Discovering license information from existing ip_log.xml 13:42:33 [INFO] Gathering sources archives 13:42:33 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:4.5.1:jar 13:42:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:42:33 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:4.5.1:jar 13:42:33 [INFO] Copying jna-platform-4.5.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.5.1/target/sources-for-eclipse-ipzilla/jna-platform-4.5.1-sources.jar 13:42:33 [INFO] Refreshing about files and about.html 13:42:33 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:42:33 [INFO] Refreshing ip_log.xml 13:42:33 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.5.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:42:33 [INFO] 13:42:33 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.sun.jna.platform --- 13:42:33 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.5.1/target/com.sun.jna.platform-4.5.1-SNAPSHOT.jar 13:42:34 [INFO] 13:42:34 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.sun.jna.platform --- 13:42:34 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.5.1/target/com.sun.jna.platform-4.5.1-SNAPSHOT.jar 13:42:37 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.5.1/target/com.sun.jna.platform-4.5.1-SNAPSHOT-sources.jar 13:42:39 [INFO] 13:42:39 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.sun.jna.platform --- 13:42:39 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.5.1/target/com.sun.jna.platform-4.5.1-SNAPSHOT.jar 13:42:39 [INFO] 13:42:39 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.sun.jna.platform --- 13:42:39 [INFO] 13:42:39 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.sun.jna.platform --- 13:42:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT.jar 13:42:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.5.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT.pom 13:42:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT-sources.jar 13:42:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.5.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT-p2metadata.xml 13:42:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.5.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT-p2artifacts.xml 13:42:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.5.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT-ip_log.xml 13:42:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.5.1/target/com.sun.jna.platform-4.5.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT-pack200.jar.pack.gz 13:42:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.5.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT-p2metadata.xml 13:42:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_4.5.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT-p2artifacts.xml 13:42:39 [INFO] 13:42:39 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.sun.jna.platform --- 13:42:39 [INFO] 13:42:39 [INFO] ---------------< org.eclipse.orbit.bundles:com.sun.jna >---------------- 13:42:39 [INFO] Building Java Native Access 5.6.0-SNAPSHOT [317/376] 13:42:39 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:42:39 [INFO] 13:42:39 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna --- 13:42:39 [INFO] 13:42:39 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.sun.jna --- 13:42:39 [INFO] The project's OSGi version is 5.6.0.v20210503-0343 13:42:39 [INFO] 13:42:39 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.sun.jna --- 13:42:39 [INFO] 13:42:39 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.sun.jna --- 13:42:39 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:39 [INFO] Copying 4 resources 13:42:39 [INFO] 13:42:39 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.sun.jna --- 13:42:39 [INFO] No sources to compile 13:42:39 [INFO] 13:42:39 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna --- 13:42:39 [INFO] Gathering dependencies 13:42:39 [INFO] Configured Artifact: net.java.dev.jna:jna:5.6.0:jar 13:42:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/java/dev/jna/jna/5.6.0/jna-5.6.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:42:39 [INFO] Merging collected dependencies 13:42:39 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:39 [INFO] Copying 141 resources 13:42:39 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar 13:42:40 [INFO] Gathering sources 13:42:40 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.6.0:jar 13:42:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/java/dev/jna/jna/5.6.0/jna-5.6.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:42:40 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:40 [INFO] Copying 4 resources 13:42:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT-sources.jar 13:42:40 [INFO] Assembling p2 repository 13:42:41 [INFO] 13:42:41 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna --- 13:42:41 [INFO] 13:42:41 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna --- 13:42:41 [INFO] Discovering license information from existing ip_log.xml 13:42:41 [INFO] Discovered license 'Apache License, 2.0' for artifact net.java.dev.jna:jna:5.6.0. 13:42:41 [INFO] Gathering sources archives 13:42:41 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.6.0:jar 13:42:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/java/dev/jna/jna/5.6.0/jna-5.6.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:42:41 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.6.0:jar 13:42:41 [INFO] Copying jna-5.6.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/target/sources-for-eclipse-ipzilla/jna-5.6.0-sources.jar 13:42:41 [INFO] Refreshing about files and about.html 13:42:41 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:42:41 [INFO] Refreshing ip_log.xml 13:42:41 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:42:41 [INFO] 13:42:41 [INFO] --- maven-antrun-plugin:3.0.0:run (sign-jnilibs) @ com.sun.jna --- 13:42:41 [INFO] Executing tasks 13:42:41 [INFO] [exec] Signing jnilibs in /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar 13:42:41 [INFO] [exec] + JAR=/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar 13:42:41 [INFO] [exec] + echo 'Signing jnilibs in /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar' 13:42:41 [INFO] [exec] + mkdir -p sign-jnilibs 13:42:41 [INFO] [exec] + cd sign-jnilibs 13:42:41 [INFO] [exec] + jar --extract --file=/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar 13:42:41 [INFO] [exec] ++ find about_files about.html com META-INF OSGI-INF -name '*.jnilib' 13:42:41 [INFO] [exec] + for j in `find * -name \*\.jnilib` 13:42:41 [INFO] [exec] + mv com/sun/jna/darwin/libjnidispatch.jnilib com/sun/jna/darwin/libjnidispatch.jnilib-tosign 13:42:41 [INFO] [exec] + curl -o com/sun/jna/darwin/libjnidispatch.jnilib -F file=@com/sun/jna/darwin/libjnidispatch.jnilib-tosign https://cbi.eclipse.org/macos/codesign/sign 13:42:41 [INFO] [exec] % Total % Received % Xferd Average Speed Time Time Time Current 13:42:41 [INFO] [exec] Dload Upload Total Spent Left Speed 13:42:41 [INFO] [exec] 13:42:42 [INFO] [exec] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 176k 0 0 100 176k 0 880k --:--:-- --:--:-- --:--:-- 875k100 392k 100 216k 100 176k 717k 587k --:--:-- --:--:-- --:--:-- 1301k+ rm com/sun/jna/darwin/libjnidispatch.jnilib-tosign 13:42:42 [INFO] [exec] + jar --update --file=/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar com/sun/jna/darwin/libjnidispatch.jnilib 13:42:42 [INFO] Executed tasks 13:42:42 [INFO] 13:42:42 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.sun.jna --- 13:42:42 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar 13:42:42 [INFO] 13:42:42 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.sun.jna --- 13:42:42 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar 13:42:44 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT-sources.jar 13:42:47 [INFO] 13:42:47 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.sun.jna --- 13:42:47 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar 13:42:47 [INFO] 13:42:47 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.sun.jna --- 13:42:47 [INFO] 13:42:47 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.sun.jna --- 13:42:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT.jar 13:42:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT.pom 13:42:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT-sources.jar 13:42:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT-p2metadata.xml 13:42:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT-p2artifacts.xml 13:42:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT-ip_log.xml 13:42:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT-pack200.jar.pack.gz 13:42:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT-p2metadata.xml 13:42:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.6.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT-p2artifacts.xml 13:42:47 [INFO] 13:42:47 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.sun.jna --- 13:42:47 [INFO] 13:42:47 [INFO] -----------< org.eclipse.orbit.bundles:com.sun.jna.platform >----------- 13:42:47 [INFO] Building Java Native Access Platform 5.6.0-SNAPSHOT [318/376] 13:42:47 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:42:48 [INFO] 13:42:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna.platform --- 13:42:48 [INFO] 13:42:48 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.sun.jna.platform --- 13:42:48 [INFO] The project's OSGi version is 5.6.0.v20200722-0209 13:42:48 [INFO] 13:42:48 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.sun.jna.platform --- 13:42:48 [INFO] 13:42:48 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.sun.jna.platform --- 13:42:48 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:48 [INFO] Copying 4 resources 13:42:48 [INFO] 13:42:48 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.sun.jna.platform --- 13:42:48 [INFO] No sources to compile 13:42:48 [INFO] 13:42:48 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna.platform --- 13:42:48 [INFO] Gathering dependencies 13:42:48 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:5.6.0:jar 13:42:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.6.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:42:48 [INFO] Merging collected dependencies 13:42:48 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:48 [INFO] Copying 1230 resources 13:42:48 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.6.0/target/com.sun.jna.platform-5.6.0-SNAPSHOT.jar 13:42:48 [INFO] Gathering sources 13:42:48 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.6.0:jar 13:42:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/jna/com.sun.jna.platform_5.6.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:42:49 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:49 [INFO] Copying 4 resources 13:42:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.6.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.6.0/target/com.sun.jna.platform-5.6.0-SNAPSHOT-sources.jar 13:42:49 [INFO] Assembling p2 repository 13:42:50 [INFO] 13:42:50 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna.platform --- 13:42:50 [INFO] 13:42:50 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna.platform --- 13:42:50 [INFO] Discovering license information from existing ip_log.xml 13:42:50 [INFO] Discovered license 'Apache License, 2.0' for artifact net.java.dev.jna:jna-platform:5.6.0. 13:42:50 [INFO] Gathering sources archives 13:42:50 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.6.0:jar 13:42:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:42:50 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.6.0:jar 13:42:50 [INFO] Copying jna-platform-5.6.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.6.0/target/sources-for-eclipse-ipzilla/jna-platform-5.6.0-sources.jar 13:42:50 [INFO] Refreshing about files and about.html 13:42:50 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:42:50 [INFO] Refreshing ip_log.xml 13:42:50 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.6.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:42:50 [INFO] 13:42:50 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.sun.jna.platform --- 13:42:50 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.6.0/target/com.sun.jna.platform-5.6.0-SNAPSHOT.jar 13:42:51 [INFO] 13:42:51 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.sun.jna.platform --- 13:42:51 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.6.0/target/com.sun.jna.platform-5.6.0-SNAPSHOT.jar 13:42:54 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.6.0/target/com.sun.jna.platform-5.6.0-SNAPSHOT-sources.jar 13:42:56 [INFO] 13:42:56 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.sun.jna.platform --- 13:42:56 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.6.0/target/com.sun.jna.platform-5.6.0-SNAPSHOT.jar 13:42:56 [INFO] 13:42:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.sun.jna.platform --- 13:42:56 [INFO] 13:42:56 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.sun.jna.platform --- 13:42:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT.jar 13:42:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.6.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT.pom 13:42:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT-sources.jar 13:42:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.6.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT-p2metadata.xml 13:42:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.6.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT-p2artifacts.xml 13:42:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.6.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT-ip_log.xml 13:42:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.6.0/target/com.sun.jna.platform-5.6.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT-pack200.jar.pack.gz 13:42:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.6.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT-p2metadata.xml 13:42:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.6.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT-p2artifacts.xml 13:42:56 [INFO] 13:42:56 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.sun.jna.platform --- 13:42:56 [INFO] 13:42:56 [INFO] ---------------< org.eclipse.orbit.bundles:com.sun.jna >---------------- 13:42:56 [INFO] Building Java Native Access 5.8.0-SNAPSHOT [319/376] 13:42:56 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:42:57 [INFO] 13:42:57 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna --- 13:42:57 [INFO] 13:42:57 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.sun.jna --- 13:42:57 [INFO] The project's OSGi version is 5.8.0.v20210503-0343 13:42:57 [INFO] 13:42:57 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.sun.jna --- 13:42:57 [INFO] 13:42:57 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.sun.jna --- 13:42:57 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:57 [INFO] Copying 3 resources 13:42:57 [INFO] 13:42:57 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.sun.jna --- 13:42:57 [INFO] No sources to compile 13:42:57 [INFO] 13:42:57 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna --- 13:42:57 [INFO] Gathering dependencies 13:42:57 [INFO] Configured Artifact: net.java.dev.jna:jna:5.8.0:jar 13:42:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/java/dev/jna/jna/5.8.0/jna-5.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:42:57 [INFO] Merging collected dependencies 13:42:57 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:57 [INFO] Copying 146 resources 13:42:57 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar 13:42:57 [INFO] Gathering sources 13:42:57 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.8.0:jar 13:42:58 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/java/dev/jna/jna/5.8.0/jna-5.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:42:58 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:42:58 [INFO] Copying 3 resources 13:42:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT-sources.jar 13:42:58 [INFO] Assembling p2 repository 13:42:59 [INFO] 13:42:59 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna --- 13:42:59 [INFO] 13:42:59 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna --- 13:42:59 [INFO] Discovering license information from existing ip_log.xml 13:43:00 [INFO] Discovered license 'Apache License, 2.0' for artifact net.java.dev.jna:jna:5.8.0. 13:43:00 [INFO] Gathering sources archives 13:43:00 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.8.0:jar 13:43:00 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/java/dev/jna/jna/5.8.0/jna-5.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:43:00 [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.8.0:jar 13:43:00 [INFO] Copying jna-5.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/sources-for-eclipse-ipzilla/jna-5.8.0-sources.jar 13:43:00 [INFO] Refreshing about files and about.html 13:43:00 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:43:00 [INFO] Refreshing ip_log.xml 13:43:00 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:43:00 [INFO] 13:43:00 [INFO] --- maven-antrun-plugin:3.0.0:run (sign-jnilibs) @ com.sun.jna --- 13:43:00 [INFO] Executing tasks 13:43:00 [INFO] [exec] Signing jnilibs in /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar 13:43:00 [INFO] [exec] + JAR=/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar 13:43:00 [INFO] [exec] + echo 'Signing jnilibs in /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar' 13:43:00 [INFO] [exec] + mkdir -p sign-jnilibs 13:43:00 [INFO] [exec] + cd sign-jnilibs 13:43:00 [INFO] [exec] + jar --extract --file=/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar 13:43:00 [INFO] [exec] ++ find about_files about.html com META-INF OSGI-INF -name '*.jnilib' 13:43:00 [INFO] [exec] + for j in `find * -name \*\.jnilib` 13:43:00 [INFO] [exec] + mv com/sun/jna/darwin-x86-64/libjnidispatch.jnilib com/sun/jna/darwin-x86-64/libjnidispatch.jnilib-tosign 13:43:00 [INFO] [exec] + curl -o com/sun/jna/darwin-x86-64/libjnidispatch.jnilib -F file=@com/sun/jna/darwin-x86-64/libjnidispatch.jnilib-tosign https://cbi.eclipse.org/macos/codesign/sign 13:43:00 [INFO] [exec] % Total % Received % Xferd Average Speed Time Time Time Current 13:43:00 [INFO] [exec] Dload Upload Total Spent Left Speed 13:43:00 [INFO] [exec] 13:43:01 [INFO] [exec] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 47 261k 2 3671 100 120k 19219 632k 0:00:07 --:--:-- 0:00:07 648k100 261k 100 140k 100 120k 341k 294k --:--:-- --:--:-- --:--:-- 633k+ rm com/sun/jna/darwin-x86-64/libjnidispatch.jnilib-tosign 13:43:01 [INFO] [exec] + jar --update --file=/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar com/sun/jna/darwin-x86-64/libjnidispatch.jnilib 13:43:01 [INFO] [exec] + for j in `find * -name \*\.jnilib` 13:43:01 [INFO] [exec] + mv com/sun/jna/darwin-aarch64/libjnidispatch.jnilib com/sun/jna/darwin-aarch64/libjnidispatch.jnilib-tosign 13:43:01 [INFO] [exec] + curl -o com/sun/jna/darwin-aarch64/libjnidispatch.jnilib -F file=@com/sun/jna/darwin-aarch64/libjnidispatch.jnilib-tosign https://cbi.eclipse.org/macos/codesign/sign 13:43:01 [INFO] [exec] % Total % Received % Xferd Average Speed Time Time Time Current 13:43:01 [INFO] [exec] Dload Upload Total Spent Left Speed 13:43:01 [INFO] [exec] 13:43:05 [INFO] [exec] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 172k 0 0 100 172k 0 143k 0:00:01 0:00:01 --:--:-- 143k100 172k 0 0 100 172k 0 80027 0:00:02 0:00:02 --:--:-- 80027100 172k 0 0 100 172k 0 55032 0:00:03 0:00:03 --:--:-- 55032100 362k 100 189k 100 172k 59027 53529 0:00:03 0:00:03 --:--:-- 109k+ rm com/sun/jna/darwin-aarch64/libjnidispatch.jnilib-tosign 13:43:05 [INFO] [exec] + jar --update --file=/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar com/sun/jna/darwin-aarch64/libjnidispatch.jnilib 13:43:05 [INFO] Executed tasks 13:43:05 [INFO] 13:43:05 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.sun.jna --- 13:43:05 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar 13:43:05 [INFO] 13:43:05 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.sun.jna --- 13:43:06 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar 13:43:08 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT-sources.jar 13:43:09 [INFO] 13:43:09 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.sun.jna --- 13:43:09 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar 13:43:10 [INFO] 13:43:10 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.sun.jna --- 13:43:10 [INFO] 13:43:10 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.sun.jna --- 13:43:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT.jar 13:43:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT.pom 13:43:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT-sources.jar 13:43:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT-p2metadata.xml 13:43:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT-p2artifacts.xml 13:43:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT-ip_log.xml 13:43:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT-pack200.jar.pack.gz 13:43:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT-p2metadata.xml 13:43:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna_5.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT-p2artifacts.xml 13:43:10 [INFO] 13:43:10 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.sun.jna --- 13:43:10 [INFO] 13:43:10 [INFO] -----------< org.eclipse.orbit.bundles:com.sun.jna.platform >----------- 13:43:10 [INFO] Building Java Native Access Platform 5.8.0-SNAPSHOT [320/376] 13:43:10 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:43:10 [INFO] 13:43:10 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna.platform --- 13:43:10 [INFO] 13:43:10 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ com.sun.jna.platform --- 13:43:10 [INFO] The project's OSGi version is 5.8.0.v20210406-1004 13:43:10 [INFO] 13:43:10 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ com.sun.jna.platform --- 13:43:10 [INFO] 13:43:10 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ com.sun.jna.platform --- 13:43:10 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:10 [INFO] Copying 3 resources 13:43:10 [INFO] 13:43:10 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ com.sun.jna.platform --- 13:43:10 [INFO] No sources to compile 13:43:10 [INFO] 13:43:10 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna.platform --- 13:43:10 [INFO] Gathering dependencies 13:43:10 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:5.8.0:jar 13:43:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:10 [INFO] Merging collected dependencies 13:43:10 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:10 [INFO] Copying 1295 resources 13:43:10 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.8.0/target/com.sun.jna.platform-5.8.0-SNAPSHOT.jar 13:43:11 [INFO] Gathering sources 13:43:11 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.8.0:jar 13:43:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/jna/com.sun.jna.platform_5.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:11 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:11 [INFO] Copying 3 resources 13:43:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.8.0/target/com.sun.jna.platform-5.8.0-SNAPSHOT-sources.jar 13:43:11 [INFO] Assembling p2 repository 13:43:12 [INFO] 13:43:12 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna.platform --- 13:43:12 [INFO] 13:43:12 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna.platform --- 13:43:12 [INFO] Discovering license information from existing ip_log.xml 13:43:12 [INFO] Discovered license 'Apache License, 2.0' for artifact net.java.dev.jna:jna-platform:5.8.0. 13:43:12 [INFO] Gathering sources archives 13:43:12 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.8.0:jar 13:43:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:43:12 [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.8.0:jar 13:43:12 [INFO] Copying jna-platform-5.8.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.8.0/target/sources-for-eclipse-ipzilla/jna-platform-5.8.0-sources.jar 13:43:12 [INFO] Refreshing about files and about.html 13:43:12 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:43:12 [INFO] Refreshing ip_log.xml 13:43:12 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:43:12 [INFO] 13:43:12 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ com.sun.jna.platform --- 13:43:12 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.8.0/target/com.sun.jna.platform-5.8.0-SNAPSHOT.jar 13:43:12 [INFO] 13:43:12 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ com.sun.jna.platform --- 13:43:13 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.8.0/target/com.sun.jna.platform-5.8.0-SNAPSHOT.jar 13:43:16 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.8.0/target/com.sun.jna.platform-5.8.0-SNAPSHOT-sources.jar 13:43:18 [INFO] 13:43:18 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ com.sun.jna.platform --- 13:43:18 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.8.0/target/com.sun.jna.platform-5.8.0-SNAPSHOT.jar 13:43:18 [INFO] 13:43:18 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ com.sun.jna.platform --- 13:43:18 [INFO] 13:43:18 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ com.sun.jna.platform --- 13:43:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT.jar 13:43:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT.pom 13:43:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT-sources.jar 13:43:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT-p2metadata.xml 13:43:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT-p2artifacts.xml 13:43:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT-ip_log.xml 13:43:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.8.0/target/com.sun.jna.platform-5.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT-pack200.jar.pack.gz 13:43:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT-p2metadata.xml 13:43:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/jna/com.sun.jna.platform_5.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT-p2artifacts.xml 13:43:18 [INFO] 13:43:18 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ com.sun.jna.platform --- 13:43:18 [INFO] 13:43:18 [INFO] ---------------< org.eclipse.orbit.bundles:junit-parent >--------------- 13:43:18 [INFO] Building Eclipse Orbit :: JUnit Recipes 1.0.0-SNAPSHOT [321/376] 13:43:18 [INFO] --------------------------------[ pom ]--------------------------------- 13:43:18 [INFO] 13:43:18 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ junit-parent --- 13:43:18 [INFO] 13:43:18 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ junit-parent --- 13:43:18 [INFO] 13:43:18 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ junit-parent --- 13:43:18 [INFO] 13:43:18 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ junit-parent --- 13:43:18 [INFO] 13:43:18 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ junit-parent --- 13:43:18 [INFO] 13:43:18 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ junit-parent --- 13:43:18 [INFO] 13:43:18 [INFO] --- maven-install-plugin:2.4:install (default-install) @ junit-parent --- 13:43:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/junit-parent/1.0.0-SNAPSHOT/junit-parent-1.0.0-SNAPSHOT.pom 13:43:18 [INFO] 13:43:18 [INFO] ------------------< org.eclipse.orbit.bundles:junit4 >------------------ 13:43:18 [INFO] Building Eclipse Orbit :: JUnit 4 Recipes 1.0.0-SNAPSHOT [322/376] 13:43:18 [INFO] --------------------------------[ pom ]--------------------------------- 13:43:18 [INFO] 13:43:18 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ junit4 --- 13:43:18 [INFO] 13:43:18 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ junit4 --- 13:43:18 [INFO] 13:43:18 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ junit4 --- 13:43:18 [INFO] 13:43:18 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ junit4 --- 13:43:18 [INFO] 13:43:18 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ junit4 --- 13:43:18 [INFO] 13:43:18 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ junit4 --- 13:43:18 [INFO] 13:43:18 [INFO] --- maven-install-plugin:2.4:install (default-install) @ junit4 --- 13:43:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/junit4/1.0.0-SNAPSHOT/junit4-1.0.0-SNAPSHOT.pom 13:43:18 [INFO] 13:43:18 [INFO] ----------------< org.eclipse.orbit.bundles:org.junit >----------------- 13:43:18 [INFO] Building JUnit 4.13.0-SNAPSHOT [323/376] 13:43:18 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:43:19 [INFO] 13:43:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit --- 13:43:19 [INFO] 13:43:19 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.junit --- 13:43:19 [INFO] The project's OSGi version is 4.13.0.v20200204-1500 13:43:19 [INFO] 13:43:19 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.junit --- 13:43:19 [INFO] 13:43:19 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.junit --- 13:43:19 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:19 [INFO] Copying 3 resources 13:43:19 [INFO] 13:43:19 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.junit --- 13:43:19 [INFO] No sources to compile 13:43:19 [INFO] 13:43:19 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.junit --- 13:43:19 [INFO] Gathering dependencies 13:43:19 [INFO] Configured Artifact: junit:junit:4.13:jar 13:43:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/junit/junit/4.13/junit-4.13.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:19 [INFO] Merging collected dependencies 13:43:19 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:19 [INFO] Copying 352 resources 13:43:19 [INFO] Generating OSGi MANIFEST.MF 13:43:19 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit:eclipse-bundle-recipe:4.13.0-SNAPSHOT : Host org.hamcrest.core=bundle-version="1.3";visibility:=reexport for this fragment/require bundle cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/target/org.junit-4.13.0-SNAPSHOT.jar 13:43:19 [INFO] Gathering sources 13:43:19 [INFO] Configured Artifact: junit:junit:sources:4.13:jar 13:43:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/junit/junit/4.13/junit-4.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:22 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:22 [INFO] Copying 3 resources 13:43:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/target/org.junit-4.13.0-SNAPSHOT-sources.jar 13:43:22 [INFO] Assembling p2 repository 13:43:23 [INFO] 13:43:23 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.junit --- 13:43:23 [INFO] 13:43:23 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit --- 13:43:23 [INFO] Discovering license information from existing ip_log.xml 13:43:23 [INFO] Discovered license 'Eclipse Public License' for artifact junit:junit:4.13. 13:43:23 [INFO] Gathering sources archives 13:43:23 [INFO] Configured Artifact: junit:junit:sources:4.13:jar 13:43:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/junit/junit/4.13/junit-4.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/target/sources-for-eclipse-ipzilla/junit-4.13-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:23 [INFO] Configured Artifact: junit:junit:sources:4.13:jar 13:43:23 [INFO] Copying junit-4.13-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/target/sources-for-eclipse-ipzilla/junit-4.13-sources.jar 13:43:23 [INFO] Refreshing about files and about.html 13:43:23 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.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). 13:43:23 [INFO] Refreshing ip_log.xml 13:43:23 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:43:23 [INFO] 13:43:23 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.junit --- 13:43:23 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/target/org.junit-4.13.0-SNAPSHOT.jar 13:43:23 [INFO] 13:43:23 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.junit --- 13:43:23 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/target/org.junit-4.13.0-SNAPSHOT.jar 13:43:26 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/target/org.junit-4.13.0-SNAPSHOT-sources.jar 13:43:28 [INFO] 13:43:28 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.junit --- 13:43:28 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/target/org.junit-4.13.0-SNAPSHOT.jar 13:43:28 [INFO] 13:43:28 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.junit --- 13:43:28 [INFO] 13:43:28 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.junit --- 13:43:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/target/org.junit-4.13.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit/4.13.0-SNAPSHOT/org.junit-4.13.0-SNAPSHOT.jar 13:43:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit/4.13.0-SNAPSHOT/org.junit-4.13.0-SNAPSHOT.pom 13:43:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/target/org.junit-4.13.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit/4.13.0-SNAPSHOT/org.junit-4.13.0-SNAPSHOT-sources.jar 13:43:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit/4.13.0-SNAPSHOT/org.junit-4.13.0-SNAPSHOT-p2metadata.xml 13:43:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit/4.13.0-SNAPSHOT/org.junit-4.13.0-SNAPSHOT-p2artifacts.xml 13:43:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit/4.13.0-SNAPSHOT/org.junit-4.13.0-SNAPSHOT-ip_log.xml 13:43:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/target/org.junit-4.13.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit/4.13.0-SNAPSHOT/org.junit-4.13.0-SNAPSHOT-pack200.jar.pack.gz 13:43:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit/4.13.0-SNAPSHOT/org.junit-4.13.0-SNAPSHOT-p2metadata.xml 13:43:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit4/org.junit_4.13.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit/4.13.0-SNAPSHOT/org.junit-4.13.0-SNAPSHOT-p2artifacts.xml 13:43:28 [INFO] 13:43:28 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.junit --- 13:43:28 [INFO] 13:43:28 [INFO] ------------------< org.eclipse.orbit.bundles:junit5 >------------------ 13:43:28 [INFO] Building Eclipse Orbit :: JUnit 5.7.1 Recipes 1.0.0-SNAPSHOT [324/376] 13:43:28 [INFO] --------------------------------[ pom ]--------------------------------- 13:43:28 [INFO] 13:43:28 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ junit5 --- 13:43:28 [INFO] 13:43:28 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ junit5 --- 13:43:28 [INFO] 13:43:28 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ junit5 --- 13:43:28 [INFO] 13:43:28 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ junit5 --- 13:43:28 [INFO] 13:43:28 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ junit5 --- 13:43:28 [INFO] 13:43:28 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ junit5 --- 13:43:28 [INFO] 13:43:28 [INFO] --- maven-install-plugin:2.4:install (default-install) @ junit5 --- 13:43:28 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/junit5/1.0.0-SNAPSHOT/junit5-1.0.0-SNAPSHOT.pom 13:43:28 [INFO] 13:43:28 [INFO] ----------< org.eclipse.orbit.bundles:org.junit.jupiter.api >----------- 13:43:28 [INFO] Building JUnit Jupiter API 5.7.1-SNAPSHOT [325/376] 13:43:28 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:43:28 [INFO] 13:43:28 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.jupiter.api --- 13:43:28 [INFO] 13:43:28 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.junit.jupiter.api --- 13:43:29 [INFO] The project's OSGi version is 5.7.1.v20210222-1948 13:43:29 [INFO] 13:43:29 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.junit.jupiter.api --- 13:43:29 [INFO] 13:43:29 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.junit.jupiter.api --- 13:43:29 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:29 [INFO] Copying 3 resources 13:43:29 [INFO] 13:43:29 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.junit.jupiter.api --- 13:43:29 [INFO] No sources to compile 13:43:29 [INFO] 13:43:29 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.junit.jupiter.api --- 13:43:29 [INFO] Gathering dependencies 13:43:29 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-api:5.7.1:jar 13:43:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:29 [INFO] Merging collected dependencies 13:43:29 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:29 [INFO] Copying 157 resources 13:43:29 [INFO] Generating OSGi MANIFEST.MF 13:43:29 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.jupiter.api:eclipse-bundle-recipe:5.7.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/target/org.junit.jupiter.api-5.7.1-SNAPSHOT.jar 13:43:29 [INFO] Gathering sources 13:43:29 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-api:sources:5.7.1:jar 13:43:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:29 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:29 [INFO] Copying 3 resources 13:43:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/target/org.junit.jupiter.api-5.7.1-SNAPSHOT-sources.jar 13:43:29 [INFO] Assembling p2 repository 13:43:30 [INFO] 13:43:30 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.jupiter.api --- 13:43:30 [INFO] 13:43:30 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.jupiter.api --- 13:43:30 [INFO] Discovering license information from existing ip_log.xml 13:43:30 [INFO] Discovered license 'Eclipse Public License' for artifact org.junit.jupiter:junit-jupiter-api:5.7.1. 13:43:30 [INFO] Gathering sources archives 13:43:30 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-api:sources:5.7.1:jar 13:43:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/target/sources-for-eclipse-ipzilla/junit-jupiter-api-5.7.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:30 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-api:sources:5.7.1:jar 13:43:30 [INFO] Copying junit-jupiter-api-5.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/target/sources-for-eclipse-ipzilla/junit-jupiter-api-5.7.1-sources.jar 13:43:30 [INFO] Refreshing about files and about.html 13:43:30 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.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). 13:43:30 [INFO] Refreshing ip_log.xml 13:43:30 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:43:30 [INFO] 13:43:30 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.junit.jupiter.api --- 13:43:30 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/target/org.junit.jupiter.api-5.7.1-SNAPSHOT.jar May 03, 2021 1:43:30 PM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/junit/jupiter/api/AssertionsKt$assertThrows$1.class May 03, 2021 1:43:30 PM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/junit/jupiter/api/AssertionsKt$assertThrows$2.class May 03, 2021 1:43:30 PM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/junit/jupiter/api/AssertionsKt$assertThrows$3.class May 03, 2021 1:43:30 PM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/junit/jupiter/api/AssertionsKt.class 13:43:30 [INFO] 13:43:30 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.junit.jupiter.api --- 13:43:30 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/target/org.junit.jupiter.api-5.7.1-SNAPSHOT.jar 13:43:32 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/target/org.junit.jupiter.api-5.7.1-SNAPSHOT-sources.jar 13:43:33 [INFO] 13:43:33 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.junit.jupiter.api --- 13:43:33 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/target/org.junit.jupiter.api-5.7.1-SNAPSHOT.jar May 03, 2021 1:43:33 PM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/junit/jupiter/api/AssertionsKt$assertThrows$1.class May 03, 2021 1:43:33 PM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/junit/jupiter/api/AssertionsKt$assertThrows$2.class May 03, 2021 1:43:33 PM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/junit/jupiter/api/AssertionsKt$assertThrows$3.class May 03, 2021 1:43:33 PM com.sun.java.util.jar.pack.Utils$Pack200Logger warning WARNING: Passing class file uncompressed due to unrecognized attribute: org/junit/jupiter/api/AssertionsKt.class 13:43:33 [INFO] 13:43:33 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.junit.jupiter.api --- 13:43:33 [INFO] 13:43:33 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.junit.jupiter.api --- 13:43:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/target/org.junit.jupiter.api-5.7.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.7.1-SNAPSHOT/org.junit.jupiter.api-5.7.1-SNAPSHOT.jar 13:43:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.7.1-SNAPSHOT/org.junit.jupiter.api-5.7.1-SNAPSHOT.pom 13:43:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/target/org.junit.jupiter.api-5.7.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.7.1-SNAPSHOT/org.junit.jupiter.api-5.7.1-SNAPSHOT-sources.jar 13:43:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.7.1-SNAPSHOT/org.junit.jupiter.api-5.7.1-SNAPSHOT-p2metadata.xml 13:43:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.7.1-SNAPSHOT/org.junit.jupiter.api-5.7.1-SNAPSHOT-p2artifacts.xml 13:43:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.7.1-SNAPSHOT/org.junit.jupiter.api-5.7.1-SNAPSHOT-ip_log.xml 13:43:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/target/org.junit.jupiter.api-5.7.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.7.1-SNAPSHOT/org.junit.jupiter.api-5.7.1-SNAPSHOT-pack200.jar.pack.gz 13:43:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.7.1-SNAPSHOT/org.junit.jupiter.api-5.7.1-SNAPSHOT-p2metadata.xml 13:43:33 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.api_5.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.7.1-SNAPSHOT/org.junit.jupiter.api-5.7.1-SNAPSHOT-p2artifacts.xml 13:43:33 [INFO] 13:43:33 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.junit.jupiter.api --- 13:43:33 [INFO] 13:43:33 [INFO] ---------< org.eclipse.orbit.bundles:org.junit.jupiter.engine >--------- 13:43:33 [INFO] Building JUnit Jupiter Engine 5.7.1-SNAPSHOT [326/376] 13:43:33 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:43:33 [INFO] 13:43:33 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.jupiter.engine --- 13:43:33 [INFO] 13:43:33 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.junit.jupiter.engine --- 13:43:33 [INFO] The project's OSGi version is 5.7.1.v20210222-1948 13:43:33 [INFO] 13:43:33 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.junit.jupiter.engine --- 13:43:33 [INFO] 13:43:33 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.junit.jupiter.engine --- 13:43:33 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:33 [INFO] Copying 3 resources 13:43:33 [INFO] 13:43:33 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.junit.jupiter.engine --- 13:43:33 [INFO] No sources to compile 13:43:33 [INFO] 13:43:33 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.junit.jupiter.engine --- 13:43:33 [INFO] Gathering dependencies 13:43:33 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.7.1:jar 13:43:33 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:33 [INFO] Merging collected dependencies 13:43:33 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:33 [INFO] Copying 118 resources 13:43:33 [INFO] Generating OSGi MANIFEST.MF 13:43:33 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.jupiter.engine:eclipse-bundle-recipe:5.7.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/target/org.junit.jupiter.engine-5.7.1-SNAPSHOT.jar 13:43:34 [INFO] Gathering sources 13:43:34 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:sources:5.7.1:jar 13:43:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:34 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:34 [INFO] Copying 3 resources 13:43:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/target/org.junit.jupiter.engine-5.7.1-SNAPSHOT-sources.jar 13:43:34 [INFO] Assembling p2 repository 13:43:35 [INFO] 13:43:35 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.jupiter.engine --- 13:43:35 [INFO] 13:43:35 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.jupiter.engine --- 13:43:35 [INFO] Discovering license information from existing ip_log.xml 13:43:35 [INFO] Discovered license 'Eclipse Public License' for artifact org.junit.jupiter:junit-jupiter-engine:5.7.1. 13:43:35 [INFO] Gathering sources archives 13:43:35 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:sources:5.7.1:jar 13:43:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/target/sources-for-eclipse-ipzilla/junit-jupiter-engine-5.7.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:35 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:sources:5.7.1:jar 13:43:35 [INFO] Copying junit-jupiter-engine-5.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/target/sources-for-eclipse-ipzilla/junit-jupiter-engine-5.7.1-sources.jar 13:43:35 [INFO] Refreshing about files and about.html 13:43:35 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.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). 13:43:35 [INFO] Refreshing ip_log.xml 13:43:35 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:43:35 [INFO] 13:43:35 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.junit.jupiter.engine --- 13:43:35 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/target/org.junit.jupiter.engine-5.7.1-SNAPSHOT.jar 13:43:36 [INFO] 13:43:36 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.junit.jupiter.engine --- 13:43:36 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/target/org.junit.jupiter.engine-5.7.1-SNAPSHOT.jar 13:43:37 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/target/org.junit.jupiter.engine-5.7.1-SNAPSHOT-sources.jar 13:43:39 [INFO] 13:43:39 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.junit.jupiter.engine --- 13:43:39 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/target/org.junit.jupiter.engine-5.7.1-SNAPSHOT.jar 13:43:39 [INFO] 13:43:39 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.junit.jupiter.engine --- 13:43:39 [INFO] 13:43:39 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.junit.jupiter.engine --- 13:43:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/target/org.junit.jupiter.engine-5.7.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.7.1-SNAPSHOT/org.junit.jupiter.engine-5.7.1-SNAPSHOT.jar 13:43:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.7.1-SNAPSHOT/org.junit.jupiter.engine-5.7.1-SNAPSHOT.pom 13:43:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/target/org.junit.jupiter.engine-5.7.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.7.1-SNAPSHOT/org.junit.jupiter.engine-5.7.1-SNAPSHOT-sources.jar 13:43:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.7.1-SNAPSHOT/org.junit.jupiter.engine-5.7.1-SNAPSHOT-p2metadata.xml 13:43:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.7.1-SNAPSHOT/org.junit.jupiter.engine-5.7.1-SNAPSHOT-p2artifacts.xml 13:43:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.7.1-SNAPSHOT/org.junit.jupiter.engine-5.7.1-SNAPSHOT-ip_log.xml 13:43:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/target/org.junit.jupiter.engine-5.7.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.7.1-SNAPSHOT/org.junit.jupiter.engine-5.7.1-SNAPSHOT-pack200.jar.pack.gz 13:43:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.7.1-SNAPSHOT/org.junit.jupiter.engine-5.7.1-SNAPSHOT-p2metadata.xml 13:43:39 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.engine_5.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.7.1-SNAPSHOT/org.junit.jupiter.engine-5.7.1-SNAPSHOT-p2artifacts.xml 13:43:39 [INFO] 13:43:39 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.junit.jupiter.engine --- 13:43:39 [INFO] 13:43:39 [INFO] ----< org.eclipse.orbit.bundles:org.junit.jupiter.migrationsupport >---- 13:43:39 [INFO] Building JUnit Jupiter Migration Support 5.7.1-SNAPSHOT [327/376] 13:43:39 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:43:39 [INFO] 13:43:39 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.jupiter.migrationsupport --- 13:43:39 [INFO] 13:43:39 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.junit.jupiter.migrationsupport --- 13:43:39 [INFO] The project's OSGi version is 5.7.1.v20210222-1948 13:43:39 [INFO] 13:43:39 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.junit.jupiter.migrationsupport --- 13:43:39 [INFO] 13:43:39 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.junit.jupiter.migrationsupport --- 13:43:39 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:39 [INFO] Copying 3 resources 13:43:39 [INFO] 13:43:39 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.junit.jupiter.migrationsupport --- 13:43:39 [INFO] No sources to compile 13:43:39 [INFO] 13:43:39 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.junit.jupiter.migrationsupport --- 13:43:39 [INFO] Gathering dependencies 13:43:39 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-migrationsupport:5.7.1:jar 13:43:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/jupiter/junit-jupiter-migrationsupport/5.7.1/junit-jupiter-migrationsupport-5.7.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:39 [INFO] Merging collected dependencies 13:43:39 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:39 [INFO] Copying 20 resources 13:43:39 [INFO] Generating OSGi MANIFEST.MF 13:43:39 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.jupiter.migrationsupport:eclipse-bundle-recipe:5.7.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/target/org.junit.jupiter.migrationsupport-5.7.1-SNAPSHOT.jar 13:43:39 [INFO] Gathering sources 13:43:39 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-migrationsupport:sources:5.7.1:jar 13:43:39 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/jupiter/junit-jupiter-migrationsupport/5.7.1/junit-jupiter-migrationsupport-5.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:39 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:39 [INFO] Copying 3 resources 13:43:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/target/org.junit.jupiter.migrationsupport-5.7.1-SNAPSHOT-sources.jar 13:43:39 [INFO] Assembling p2 repository 13:43:40 [INFO] 13:43:40 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.jupiter.migrationsupport --- 13:43:40 [INFO] 13:43:40 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.jupiter.migrationsupport --- 13:43:40 [INFO] Discovering license information from existing ip_log.xml 13:43:40 [INFO] Discovered license 'Eclipse Public License' for artifact org.junit.jupiter:junit-jupiter-migrationsupport:5.7.1. 13:43:40 [INFO] Gathering sources archives 13:43:40 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-migrationsupport:sources:5.7.1:jar 13:43:40 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/jupiter/junit-jupiter-migrationsupport/5.7.1/junit-jupiter-migrationsupport-5.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/target/sources-for-eclipse-ipzilla/junit-jupiter-migrationsupport-5.7.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:40 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-migrationsupport:sources:5.7.1:jar 13:43:40 [INFO] Copying junit-jupiter-migrationsupport-5.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/target/sources-for-eclipse-ipzilla/junit-jupiter-migrationsupport-5.7.1-sources.jar 13:43:40 [INFO] Refreshing about files and about.html 13:43:40 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.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). 13:43:40 [INFO] Refreshing ip_log.xml 13:43:40 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:43:40 [INFO] 13:43:40 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.junit.jupiter.migrationsupport --- 13:43:40 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/target/org.junit.jupiter.migrationsupport-5.7.1-SNAPSHOT.jar 13:43:40 [INFO] 13:43:40 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.junit.jupiter.migrationsupport --- 13:43:40 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/target/org.junit.jupiter.migrationsupport-5.7.1-SNAPSHOT.jar 13:43:41 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/target/org.junit.jupiter.migrationsupport-5.7.1-SNAPSHOT-sources.jar 13:43:42 [INFO] 13:43:42 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.junit.jupiter.migrationsupport --- 13:43:42 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/target/org.junit.jupiter.migrationsupport-5.7.1-SNAPSHOT.jar 13:43:42 [INFO] 13:43:42 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.junit.jupiter.migrationsupport --- 13:43:42 [INFO] 13:43:42 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.junit.jupiter.migrationsupport --- 13:43:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/target/org.junit.jupiter.migrationsupport-5.7.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.7.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.7.1-SNAPSHOT.jar 13:43:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.7.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.7.1-SNAPSHOT.pom 13:43:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/target/org.junit.jupiter.migrationsupport-5.7.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.7.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.7.1-SNAPSHOT-sources.jar 13:43:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.7.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.7.1-SNAPSHOT-p2metadata.xml 13:43:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.7.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.7.1-SNAPSHOT-p2artifacts.xml 13:43:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.7.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.7.1-SNAPSHOT-ip_log.xml 13:43:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/target/org.junit.jupiter.migrationsupport-5.7.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.7.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.7.1-SNAPSHOT-pack200.jar.pack.gz 13:43:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.7.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.7.1-SNAPSHOT-p2metadata.xml 13:43:42 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.migrationsupport_5.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.7.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.7.1-SNAPSHOT-p2artifacts.xml 13:43:42 [INFO] 13:43:42 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.junit.jupiter.migrationsupport --- 13:43:42 [INFO] 13:43:42 [INFO] ---------< org.eclipse.orbit.bundles:org.junit.jupiter.params >--------- 13:43:42 [INFO] Building JUnit Jupiter Params 5.7.1-SNAPSHOT [328/376] 13:43:42 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:43:43 [INFO] 13:43:43 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.jupiter.params --- 13:43:43 [INFO] 13:43:43 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.junit.jupiter.params --- 13:43:43 [INFO] The project's OSGi version is 5.7.1.v20210222-1948 13:43:43 [INFO] 13:43:43 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.junit.jupiter.params --- 13:43:43 [INFO] 13:43:43 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.junit.jupiter.params --- 13:43:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:43 [INFO] Copying 3 resources 13:43:43 [INFO] 13:43:43 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.junit.jupiter.params --- 13:43:43 [INFO] No sources to compile 13:43:43 [INFO] 13:43:43 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.junit.jupiter.params --- 13:43:43 [INFO] Gathering dependencies 13:43:43 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-params:5.7.1:jar 13:43:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:43 [INFO] Merging collected dependencies 13:43:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:43 [INFO] Copying 345 resources 13:43:43 [INFO] Generating OSGi MANIFEST.MF 13:43:43 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.jupiter.params:eclipse-bundle-recipe:5.7.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/target/org.junit.jupiter.params-5.7.1-SNAPSHOT.jar 13:43:43 [INFO] Gathering sources 13:43:43 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-params:sources:5.7.1:jar 13:43:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:43 [INFO] Copying 3 resources 13:43:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/target/org.junit.jupiter.params-5.7.1-SNAPSHOT-sources.jar 13:43:43 [INFO] Assembling p2 repository 13:43:44 [INFO] 13:43:44 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.jupiter.params --- 13:43:44 [INFO] 13:43:44 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.jupiter.params --- 13:43:44 [INFO] Discovering license information from existing ip_log.xml 13:43:44 [INFO] Discovered license 'Eclipse Public License' for artifact org.junit.jupiter:junit-jupiter-params:5.7.1. 13:43:44 [INFO] Gathering sources archives 13:43:44 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-params:sources:5.7.1:jar 13:43:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/target/sources-for-eclipse-ipzilla/junit-jupiter-params-5.7.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:44 [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-params:sources:5.7.1:jar 13:43:44 [INFO] Copying junit-jupiter-params-5.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/target/sources-for-eclipse-ipzilla/junit-jupiter-params-5.7.1-sources.jar 13:43:44 [INFO] Refreshing about files and about.html 13:43:44 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.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). 13:43:44 [INFO] Refreshing ip_log.xml 13:43:44 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:43:44 [INFO] 13:43:44 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.junit.jupiter.params --- 13:43:44 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/target/org.junit.jupiter.params-5.7.1-SNAPSHOT.jar 13:43:44 [INFO] 13:43:44 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.junit.jupiter.params --- 13:43:44 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/target/org.junit.jupiter.params-5.7.1-SNAPSHOT.jar 13:43:46 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/target/org.junit.jupiter.params-5.7.1-SNAPSHOT-sources.jar 13:43:47 [INFO] 13:43:47 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.junit.jupiter.params --- 13:43:47 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/target/org.junit.jupiter.params-5.7.1-SNAPSHOT.jar 13:43:47 [INFO] 13:43:47 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.junit.jupiter.params --- 13:43:47 [INFO] 13:43:47 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.junit.jupiter.params --- 13:43:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/target/org.junit.jupiter.params-5.7.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.7.1-SNAPSHOT/org.junit.jupiter.params-5.7.1-SNAPSHOT.jar 13:43:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.7.1-SNAPSHOT/org.junit.jupiter.params-5.7.1-SNAPSHOT.pom 13:43:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/target/org.junit.jupiter.params-5.7.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.7.1-SNAPSHOT/org.junit.jupiter.params-5.7.1-SNAPSHOT-sources.jar 13:43:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.7.1-SNAPSHOT/org.junit.jupiter.params-5.7.1-SNAPSHOT-p2metadata.xml 13:43:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.7.1-SNAPSHOT/org.junit.jupiter.params-5.7.1-SNAPSHOT-p2artifacts.xml 13:43:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.7.1-SNAPSHOT/org.junit.jupiter.params-5.7.1-SNAPSHOT-ip_log.xml 13:43:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/target/org.junit.jupiter.params-5.7.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.7.1-SNAPSHOT/org.junit.jupiter.params-5.7.1-SNAPSHOT-pack200.jar.pack.gz 13:43:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.7.1-SNAPSHOT/org.junit.jupiter.params-5.7.1-SNAPSHOT-p2metadata.xml 13:43:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.jupiter.params_5.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.7.1-SNAPSHOT/org.junit.jupiter.params-5.7.1-SNAPSHOT-p2artifacts.xml 13:43:47 [INFO] 13:43:47 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.junit.jupiter.params --- 13:43:47 [INFO] 13:43:47 [INFO] --------< org.eclipse.orbit.bundles:org.junit.platform.commons >-------- 13:43:47 [INFO] Building JUnit Platform Commons 1.7.1-SNAPSHOT [329/376] 13:43:47 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:43:47 [INFO] 13:43:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.platform.commons --- 13:43:47 [INFO] 13:43:47 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.junit.platform.commons --- 13:43:47 [INFO] The project's OSGi version is 1.7.1.v20210222-1948 13:43:47 [INFO] 13:43:47 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.junit.platform.commons --- 13:43:47 [INFO] 13:43:47 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.junit.platform.commons --- 13:43:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:47 [INFO] Copying 3 resources 13:43:47 [INFO] 13:43:47 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.junit.platform.commons --- 13:43:47 [INFO] No sources to compile 13:43:47 [INFO] 13:43:47 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.junit.platform.commons --- 13:43:47 [INFO] Gathering dependencies 13:43:47 [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.7.1:jar 13:43:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/platform/junit-platform-commons/1.7.1/junit-platform-commons-1.7.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:48 [INFO] Merging collected dependencies 13:43:48 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:48 [INFO] Copying 47 resources 13:43:48 [INFO] Generating OSGi MANIFEST.MF 13:43:48 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.commons:eclipse-bundle-recipe:1.7.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:43:48 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.commons:eclipse-bundle-recipe:1.7.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} [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/target/org.junit.platform.commons-1.7.1-SNAPSHOT.jar 13:43:48 [INFO] Gathering sources 13:43:48 [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:sources:1.7.1:jar 13:43:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/platform/junit-platform-commons/1.7.1/junit-platform-commons-1.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:48 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:48 [INFO] Copying 3 resources 13:43:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/target/org.junit.platform.commons-1.7.1-SNAPSHOT-sources.jar 13:43:48 [INFO] Assembling p2 repository 13:43:48 [INFO] 13:43:48 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.platform.commons --- 13:43:48 [INFO] 13:43:48 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.platform.commons --- 13:43:48 [INFO] Discovering license information from existing ip_log.xml 13:43:49 [INFO] Discovered license 'Eclipse Public License' for artifact org.junit.platform:junit-platform-commons:1.7.1. 13:43:49 [INFO] Gathering sources archives 13:43:49 [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:sources:1.7.1:jar 13:43:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/platform/junit-platform-commons/1.7.1/junit-platform-commons-1.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/target/sources-for-eclipse-ipzilla/junit-platform-commons-1.7.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:49 [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:sources:1.7.1:jar 13:43:49 [INFO] Copying junit-platform-commons-1.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/target/sources-for-eclipse-ipzilla/junit-platform-commons-1.7.1-sources.jar 13:43:49 [INFO] Refreshing about files and about.html 13:43:49 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.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). 13:43:49 [INFO] Refreshing ip_log.xml 13:43:49 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:43:49 [INFO] 13:43:49 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.junit.platform.commons --- 13:43:49 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/target/org.junit.platform.commons-1.7.1-SNAPSHOT.jar 13:43:49 [INFO] 13:43:49 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.junit.platform.commons --- 13:43:49 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/target/org.junit.platform.commons-1.7.1-SNAPSHOT.jar 13:43:50 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/target/org.junit.platform.commons-1.7.1-SNAPSHOT-sources.jar 13:43:51 [INFO] 13:43:51 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.junit.platform.commons --- 13:43:51 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/target/org.junit.platform.commons-1.7.1-SNAPSHOT.jar 13:43:51 [INFO] 13:43:51 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.junit.platform.commons --- 13:43:51 [INFO] 13:43:51 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.junit.platform.commons --- 13:43:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/target/org.junit.platform.commons-1.7.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.7.1-SNAPSHOT/org.junit.platform.commons-1.7.1-SNAPSHOT.jar 13:43:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.7.1-SNAPSHOT/org.junit.platform.commons-1.7.1-SNAPSHOT.pom 13:43:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/target/org.junit.platform.commons-1.7.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.7.1-SNAPSHOT/org.junit.platform.commons-1.7.1-SNAPSHOT-sources.jar 13:43:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.7.1-SNAPSHOT/org.junit.platform.commons-1.7.1-SNAPSHOT-p2metadata.xml 13:43:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.7.1-SNAPSHOT/org.junit.platform.commons-1.7.1-SNAPSHOT-p2artifacts.xml 13:43:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.7.1-SNAPSHOT/org.junit.platform.commons-1.7.1-SNAPSHOT-ip_log.xml 13:43:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/target/org.junit.platform.commons-1.7.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.7.1-SNAPSHOT/org.junit.platform.commons-1.7.1-SNAPSHOT-pack200.jar.pack.gz 13:43:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.7.1-SNAPSHOT/org.junit.platform.commons-1.7.1-SNAPSHOT-p2metadata.xml 13:43:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.commons_1.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.7.1-SNAPSHOT/org.junit.platform.commons-1.7.1-SNAPSHOT-p2artifacts.xml 13:43:51 [INFO] 13:43:51 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.junit.platform.commons --- 13:43:51 [INFO] 13:43:51 [INFO] --------< org.eclipse.orbit.bundles:org.junit.platform.engine >--------- 13:43:51 [INFO] Building JUnit Platform Engine API 1.7.1-SNAPSHOT [330/376] 13:43:51 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:43:51 [INFO] 13:43:51 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.platform.engine --- 13:43:51 [INFO] 13:43:51 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.junit.platform.engine --- 13:43:51 [INFO] The project's OSGi version is 1.7.1.v20210222-1948 13:43:51 [INFO] 13:43:51 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.junit.platform.engine --- 13:43:51 [INFO] 13:43:51 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.junit.platform.engine --- 13:43:51 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:51 [INFO] Copying 3 resources 13:43:51 [INFO] 13:43:51 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.junit.platform.engine --- 13:43:51 [INFO] No sources to compile 13:43:51 [INFO] 13:43:51 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.junit.platform.engine --- 13:43:51 [INFO] Gathering dependencies 13:43:51 [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.7.1:jar 13:43:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/platform/junit-platform-engine/1.7.1/junit-platform-engine-1.7.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:51 [INFO] Merging collected dependencies 13:43:51 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:51 [INFO] Copying 128 resources 13:43:51 [INFO] Generating OSGi MANIFEST.MF 13:43:51 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.engine:eclipse-bundle-recipe:1.7.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/target/org.junit.platform.engine-1.7.1-SNAPSHOT.jar 13:43:51 [INFO] Gathering sources 13:43:51 [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:sources:1.7.1:jar 13:43:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/platform/junit-platform-engine/1.7.1/junit-platform-engine-1.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:52 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:52 [INFO] Copying 3 resources 13:43:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/target/org.junit.platform.engine-1.7.1-SNAPSHOT-sources.jar 13:43:52 [INFO] Assembling p2 repository 13:43:52 [INFO] 13:43:52 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.platform.engine --- 13:43:52 [INFO] 13:43:52 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.platform.engine --- 13:43:52 [INFO] Discovering license information from existing ip_log.xml 13:43:52 [INFO] Discovered license 'Eclipse Public License' for artifact org.junit.platform:junit-platform-engine:1.7.1. 13:43:52 [INFO] Gathering sources archives 13:43:52 [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:sources:1.7.1:jar 13:43:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/platform/junit-platform-engine/1.7.1/junit-platform-engine-1.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/target/sources-for-eclipse-ipzilla/junit-platform-engine-1.7.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:52 [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:sources:1.7.1:jar 13:43:52 [INFO] Copying junit-platform-engine-1.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/target/sources-for-eclipse-ipzilla/junit-platform-engine-1.7.1-sources.jar 13:43:52 [INFO] Refreshing about files and about.html 13:43:52 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.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). 13:43:52 [INFO] Refreshing ip_log.xml 13:43:52 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:43:52 [INFO] 13:43:52 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.junit.platform.engine --- 13:43:52 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/target/org.junit.platform.engine-1.7.1-SNAPSHOT.jar 13:43:53 [INFO] 13:43:53 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.junit.platform.engine --- 13:43:53 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/target/org.junit.platform.engine-1.7.1-SNAPSHOT.jar 13:43:54 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/target/org.junit.platform.engine-1.7.1-SNAPSHOT-sources.jar 13:43:55 [INFO] 13:43:55 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.junit.platform.engine --- 13:43:55 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/target/org.junit.platform.engine-1.7.1-SNAPSHOT.jar 13:43:56 [INFO] 13:43:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.junit.platform.engine --- 13:43:56 [INFO] 13:43:56 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.junit.platform.engine --- 13:43:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/target/org.junit.platform.engine-1.7.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.7.1-SNAPSHOT/org.junit.platform.engine-1.7.1-SNAPSHOT.jar 13:43:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.7.1-SNAPSHOT/org.junit.platform.engine-1.7.1-SNAPSHOT.pom 13:43:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/target/org.junit.platform.engine-1.7.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.7.1-SNAPSHOT/org.junit.platform.engine-1.7.1-SNAPSHOT-sources.jar 13:43:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.7.1-SNAPSHOT/org.junit.platform.engine-1.7.1-SNAPSHOT-p2metadata.xml 13:43:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.7.1-SNAPSHOT/org.junit.platform.engine-1.7.1-SNAPSHOT-p2artifacts.xml 13:43:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.7.1-SNAPSHOT/org.junit.platform.engine-1.7.1-SNAPSHOT-ip_log.xml 13:43:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/target/org.junit.platform.engine-1.7.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.7.1-SNAPSHOT/org.junit.platform.engine-1.7.1-SNAPSHOT-pack200.jar.pack.gz 13:43:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.7.1-SNAPSHOT/org.junit.platform.engine-1.7.1-SNAPSHOT-p2metadata.xml 13:43:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.engine_1.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.7.1-SNAPSHOT/org.junit.platform.engine-1.7.1-SNAPSHOT-p2artifacts.xml 13:43:56 [INFO] 13:43:56 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.junit.platform.engine --- 13:43:56 [INFO] 13:43:56 [INFO] -------< org.eclipse.orbit.bundles:org.junit.platform.launcher >-------- 13:43:56 [INFO] Building JUnit Platform Launcher 1.7.1-SNAPSHOT [331/376] 13:43:56 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:43:56 [INFO] 13:43:56 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.platform.launcher --- 13:43:56 [INFO] 13:43:56 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.junit.platform.launcher --- 13:43:56 [INFO] The project's OSGi version is 1.7.1.v20210222-1948 13:43:56 [INFO] 13:43:56 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.junit.platform.launcher --- 13:43:56 [INFO] 13:43:56 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.junit.platform.launcher --- 13:43:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:56 [INFO] Copying 3 resources 13:43:56 [INFO] 13:43:56 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.junit.platform.launcher --- 13:43:56 [INFO] No sources to compile 13:43:56 [INFO] 13:43:56 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.junit.platform.launcher --- 13:43:56 [INFO] Gathering dependencies 13:43:56 [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.7.1:jar 13:43:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/platform/junit-platform-launcher/1.7.1/junit-platform-launcher-1.7.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:56 [INFO] Merging collected dependencies 13:43:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:56 [INFO] Copying 92 resources 13:43:56 [INFO] Generating OSGi MANIFEST.MF 13:43:56 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.launcher:eclipse-bundle-recipe:1.7.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/target/org.junit.platform.launcher-1.7.1-SNAPSHOT.jar 13:43:56 [INFO] Gathering sources 13:43:56 [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:sources:1.7.1:jar 13:43:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/platform/junit-platform-launcher/1.7.1/junit-platform-launcher-1.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:43:56 [INFO] Copying 3 resources 13:43:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/target/org.junit.platform.launcher-1.7.1-SNAPSHOT-sources.jar 13:43:56 [INFO] Assembling p2 repository 13:43:57 [INFO] 13:43:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.platform.launcher --- 13:43:57 [INFO] 13:43:57 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.platform.launcher --- 13:43:57 [INFO] Discovering license information from existing ip_log.xml 13:43:57 [INFO] Discovered license 'Eclipse Public License' for artifact org.junit.platform:junit-platform-launcher:1.7.1. 13:43:57 [INFO] Gathering sources archives 13:43:57 [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:sources:1.7.1:jar 13:43:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/platform/junit-platform-launcher/1.7.1/junit-platform-launcher-1.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/target/sources-for-eclipse-ipzilla/junit-platform-launcher-1.7.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:43:57 [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:sources:1.7.1:jar 13:43:57 [INFO] Copying junit-platform-launcher-1.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/target/sources-for-eclipse-ipzilla/junit-platform-launcher-1.7.1-sources.jar 13:43:57 [INFO] Refreshing about files and about.html 13:43:57 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.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). 13:43:57 [INFO] Refreshing ip_log.xml 13:43:57 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:43:57 [INFO] 13:43:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.junit.platform.launcher --- 13:43:57 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/target/org.junit.platform.launcher-1.7.1-SNAPSHOT.jar 13:43:57 [INFO] 13:43:57 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.junit.platform.launcher --- 13:43:57 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/target/org.junit.platform.launcher-1.7.1-SNAPSHOT.jar 13:43:59 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/target/org.junit.platform.launcher-1.7.1-SNAPSHOT-sources.jar 13:44:00 [INFO] 13:44:00 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.junit.platform.launcher --- 13:44:00 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/target/org.junit.platform.launcher-1.7.1-SNAPSHOT.jar 13:44:00 [INFO] 13:44:00 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.junit.platform.launcher --- 13:44:00 [INFO] 13:44:00 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.junit.platform.launcher --- 13:44:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/target/org.junit.platform.launcher-1.7.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.7.1-SNAPSHOT/org.junit.platform.launcher-1.7.1-SNAPSHOT.jar 13:44:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.7.1-SNAPSHOT/org.junit.platform.launcher-1.7.1-SNAPSHOT.pom 13:44:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/target/org.junit.platform.launcher-1.7.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.7.1-SNAPSHOT/org.junit.platform.launcher-1.7.1-SNAPSHOT-sources.jar 13:44:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.7.1-SNAPSHOT/org.junit.platform.launcher-1.7.1-SNAPSHOT-p2metadata.xml 13:44:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.7.1-SNAPSHOT/org.junit.platform.launcher-1.7.1-SNAPSHOT-p2artifacts.xml 13:44:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.7.1-SNAPSHOT/org.junit.platform.launcher-1.7.1-SNAPSHOT-ip_log.xml 13:44:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/target/org.junit.platform.launcher-1.7.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.7.1-SNAPSHOT/org.junit.platform.launcher-1.7.1-SNAPSHOT-pack200.jar.pack.gz 13:44:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.7.1-SNAPSHOT/org.junit.platform.launcher-1.7.1-SNAPSHOT-p2metadata.xml 13:44:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.launcher_1.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.7.1-SNAPSHOT/org.junit.platform.launcher-1.7.1-SNAPSHOT-p2artifacts.xml 13:44:00 [INFO] 13:44:00 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.junit.platform.launcher --- 13:44:00 [INFO] 13:44:00 [INFO] --------< org.eclipse.orbit.bundles:org.junit.platform.runner >--------- 13:44:00 [INFO] Building JUnit Platform Runner 1.7.1-SNAPSHOT [332/376] 13:44:00 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:44:01 [INFO] 13:44:01 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.platform.runner --- 13:44:01 [INFO] 13:44:01 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.junit.platform.runner --- 13:44:01 [INFO] The project's OSGi version is 1.7.1.v20210222-1948 13:44:01 [INFO] 13:44:01 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.junit.platform.runner --- 13:44:01 [INFO] 13:44:01 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.junit.platform.runner --- 13:44:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:01 [INFO] Copying 3 resources 13:44:01 [INFO] 13:44:01 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.junit.platform.runner --- 13:44:01 [INFO] No sources to compile 13:44:01 [INFO] 13:44:01 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.junit.platform.runner --- 13:44:01 [INFO] Gathering dependencies 13:44:01 [INFO] Configured Artifact: org.junit.platform:junit-platform-runner:1.7.1:jar 13:44:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/platform/junit-platform-runner/1.7.1/junit-platform-runner-1.7.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:01 [INFO] Merging collected dependencies 13:44:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:01 [INFO] Copying 7 resources 13:44:01 [INFO] Generating OSGi MANIFEST.MF 13:44:01 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.runner:eclipse-bundle-recipe:1.7.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/target/org.junit.platform.runner-1.7.1-SNAPSHOT.jar 13:44:01 [INFO] Gathering sources 13:44:01 [INFO] Configured Artifact: org.junit.platform:junit-platform-runner:sources:1.7.1:jar 13:44:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/platform/junit-platform-runner/1.7.1/junit-platform-runner-1.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:01 [INFO] Copying 3 resources 13:44:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/target/org.junit.platform.runner-1.7.1-SNAPSHOT-sources.jar 13:44:01 [INFO] Assembling p2 repository 13:44:01 [INFO] 13:44:01 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.platform.runner --- 13:44:01 [INFO] 13:44:01 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.platform.runner --- 13:44:01 [INFO] Discovering license information from existing ip_log.xml 13:44:01 [INFO] Discovered license 'Eclipse Public License' for artifact org.junit.platform:junit-platform-runner:1.7.1. 13:44:01 [INFO] Gathering sources archives 13:44:01 [INFO] Configured Artifact: org.junit.platform:junit-platform-runner:sources:1.7.1:jar 13:44:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/platform/junit-platform-runner/1.7.1/junit-platform-runner-1.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/target/sources-for-eclipse-ipzilla/junit-platform-runner-1.7.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:01 [INFO] Configured Artifact: org.junit.platform:junit-platform-runner:sources:1.7.1:jar 13:44:01 [INFO] Copying junit-platform-runner-1.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/target/sources-for-eclipse-ipzilla/junit-platform-runner-1.7.1-sources.jar 13:44:01 [INFO] Refreshing about files and about.html 13:44:01 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.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). 13:44:01 [INFO] Refreshing ip_log.xml 13:44:01 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:44:01 [INFO] 13:44:01 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.junit.platform.runner --- 13:44:01 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/target/org.junit.platform.runner-1.7.1-SNAPSHOT.jar 13:44:01 [INFO] 13:44:01 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.junit.platform.runner --- 13:44:01 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/target/org.junit.platform.runner-1.7.1-SNAPSHOT.jar 13:44:03 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/target/org.junit.platform.runner-1.7.1-SNAPSHOT-sources.jar 13:44:04 [INFO] 13:44:04 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.junit.platform.runner --- 13:44:04 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/target/org.junit.platform.runner-1.7.1-SNAPSHOT.jar 13:44:04 [INFO] 13:44:04 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.junit.platform.runner --- 13:44:04 [INFO] 13:44:04 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.junit.platform.runner --- 13:44:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/target/org.junit.platform.runner-1.7.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.7.1-SNAPSHOT/org.junit.platform.runner-1.7.1-SNAPSHOT.jar 13:44:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.7.1-SNAPSHOT/org.junit.platform.runner-1.7.1-SNAPSHOT.pom 13:44:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/target/org.junit.platform.runner-1.7.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.7.1-SNAPSHOT/org.junit.platform.runner-1.7.1-SNAPSHOT-sources.jar 13:44:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.7.1-SNAPSHOT/org.junit.platform.runner-1.7.1-SNAPSHOT-p2metadata.xml 13:44:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.7.1-SNAPSHOT/org.junit.platform.runner-1.7.1-SNAPSHOT-p2artifacts.xml 13:44:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.7.1-SNAPSHOT/org.junit.platform.runner-1.7.1-SNAPSHOT-ip_log.xml 13:44:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/target/org.junit.platform.runner-1.7.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.7.1-SNAPSHOT/org.junit.platform.runner-1.7.1-SNAPSHOT-pack200.jar.pack.gz 13:44:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.7.1-SNAPSHOT/org.junit.platform.runner-1.7.1-SNAPSHOT-p2metadata.xml 13:44:04 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.runner_1.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.7.1-SNAPSHOT/org.junit.platform.runner-1.7.1-SNAPSHOT-p2artifacts.xml 13:44:04 [INFO] 13:44:04 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.junit.platform.runner --- 13:44:04 [INFO] 13:44:04 [INFO] -------< org.eclipse.orbit.bundles:org.junit.platform.suite.api >------- 13:44:04 [INFO] Building JUnit Platform Suite API 1.7.1-SNAPSHOT [333/376] 13:44:04 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:44:04 [INFO] 13:44:04 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.platform.suite.api --- 13:44:04 [INFO] 13:44:04 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.junit.platform.suite.api --- 13:44:04 [INFO] The project's OSGi version is 1.7.1.v20210222-1948 13:44:04 [INFO] 13:44:04 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.junit.platform.suite.api --- 13:44:04 [INFO] 13:44:04 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.junit.platform.suite.api --- 13:44:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:04 [INFO] Copying 3 resources 13:44:04 [INFO] 13:44:04 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.junit.platform.suite.api --- 13:44:04 [INFO] No sources to compile 13:44:04 [INFO] 13:44:04 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.junit.platform.suite.api --- 13:44:04 [INFO] Gathering dependencies 13:44:04 [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-api:1.7.1:jar 13:44:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/platform/junit-platform-suite-api/1.7.1/junit-platform-suite-api-1.7.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:04 [INFO] Merging collected dependencies 13:44:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:04 [INFO] Copying 16 resources 13:44:04 [INFO] Generating OSGi MANIFEST.MF 13:44:04 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.suite.api:eclipse-bundle-recipe:1.7.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/target/org.junit.platform.suite.api-1.7.1-SNAPSHOT.jar 13:44:04 [INFO] Gathering sources 13:44:04 [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-api:sources:1.7.1:jar 13:44:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/platform/junit-platform-suite-api/1.7.1/junit-platform-suite-api-1.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:04 [INFO] Copying 3 resources 13:44:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/target/org.junit.platform.suite.api-1.7.1-SNAPSHOT-sources.jar 13:44:04 [INFO] Assembling p2 repository 13:44:05 [INFO] 13:44:05 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.platform.suite.api --- 13:44:05 [INFO] 13:44:05 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.platform.suite.api --- 13:44:05 [INFO] Discovering license information from existing ip_log.xml 13:44:05 [INFO] Discovered license 'Eclipse Public License' for artifact org.junit.platform:junit-platform-suite-api:1.7.1. 13:44:05 [INFO] Gathering sources archives 13:44:05 [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-api:sources:1.7.1:jar 13:44:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/platform/junit-platform-suite-api/1.7.1/junit-platform-suite-api-1.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/target/sources-for-eclipse-ipzilla/junit-platform-suite-api-1.7.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:05 [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-api:sources:1.7.1:jar 13:44:05 [INFO] Copying junit-platform-suite-api-1.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/target/sources-for-eclipse-ipzilla/junit-platform-suite-api-1.7.1-sources.jar 13:44:05 [INFO] Refreshing about files and about.html 13:44:05 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.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). 13:44:05 [INFO] Refreshing ip_log.xml 13:44:05 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:44:05 [INFO] 13:44:05 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.junit.platform.suite.api --- 13:44:05 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/target/org.junit.platform.suite.api-1.7.1-SNAPSHOT.jar 13:44:05 [INFO] 13:44:05 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.junit.platform.suite.api --- 13:44:05 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/target/org.junit.platform.suite.api-1.7.1-SNAPSHOT.jar 13:44:07 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/target/org.junit.platform.suite.api-1.7.1-SNAPSHOT-sources.jar 13:44:08 [INFO] 13:44:08 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.junit.platform.suite.api --- 13:44:08 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/target/org.junit.platform.suite.api-1.7.1-SNAPSHOT.jar 13:44:08 [INFO] 13:44:08 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.junit.platform.suite.api --- 13:44:08 [INFO] 13:44:08 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.junit.platform.suite.api --- 13:44:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/target/org.junit.platform.suite.api-1.7.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.7.1-SNAPSHOT/org.junit.platform.suite.api-1.7.1-SNAPSHOT.jar 13:44:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.7.1-SNAPSHOT/org.junit.platform.suite.api-1.7.1-SNAPSHOT.pom 13:44:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/target/org.junit.platform.suite.api-1.7.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.7.1-SNAPSHOT/org.junit.platform.suite.api-1.7.1-SNAPSHOT-sources.jar 13:44:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.7.1-SNAPSHOT/org.junit.platform.suite.api-1.7.1-SNAPSHOT-p2metadata.xml 13:44:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.7.1-SNAPSHOT/org.junit.platform.suite.api-1.7.1-SNAPSHOT-p2artifacts.xml 13:44:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.7.1-SNAPSHOT/org.junit.platform.suite.api-1.7.1-SNAPSHOT-ip_log.xml 13:44:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/target/org.junit.platform.suite.api-1.7.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.7.1-SNAPSHOT/org.junit.platform.suite.api-1.7.1-SNAPSHOT-pack200.jar.pack.gz 13:44:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.7.1-SNAPSHOT/org.junit.platform.suite.api-1.7.1-SNAPSHOT-p2metadata.xml 13:44:08 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.platform.suite.api_1.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.7.1-SNAPSHOT/org.junit.platform.suite.api-1.7.1-SNAPSHOT-p2artifacts.xml 13:44:08 [INFO] 13:44:08 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.junit.platform.suite.api --- 13:44:08 [INFO] 13:44:08 [INFO] ---------< org.eclipse.orbit.bundles:org.junit.vintage.engine >--------- 13:44:08 [INFO] Building JUnit Vintage Engine 5.7.1-SNAPSHOT [334/376] 13:44:08 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:44:08 [INFO] 13:44:08 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.vintage.engine --- 13:44:08 [INFO] 13:44:08 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.junit.vintage.engine --- 13:44:08 [INFO] The project's OSGi version is 5.7.1.v20210222-1948 13:44:08 [INFO] 13:44:08 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.junit.vintage.engine --- 13:44:08 [INFO] 13:44:08 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.junit.vintage.engine --- 13:44:08 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:08 [INFO] Copying 3 resources 13:44:08 [INFO] 13:44:08 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.junit.vintage.engine --- 13:44:08 [INFO] No sources to compile 13:44:08 [INFO] 13:44:08 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.junit.vintage.engine --- 13:44:08 [INFO] Gathering dependencies 13:44:08 [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.7.1:jar 13:44:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/vintage/junit-vintage-engine/5.7.1/junit-vintage-engine-5.7.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:08 [INFO] Merging collected dependencies 13:44:08 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:08 [INFO] Copying 37 resources 13:44:08 [INFO] Generating OSGi MANIFEST.MF 13:44:08 [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.vintage.engine:eclipse-bundle-recipe:5.7.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/target/org.junit.vintage.engine-5.7.1-SNAPSHOT.jar 13:44:08 [INFO] Gathering sources 13:44:08 [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:sources:5.7.1:jar 13:44:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/vintage/junit-vintage-engine/5.7.1/junit-vintage-engine-5.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:08 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:08 [INFO] Copying 3 resources 13:44:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/target/org.junit.vintage.engine-5.7.1-SNAPSHOT-sources.jar 13:44:08 [INFO] Assembling p2 repository 13:44:09 [INFO] 13:44:09 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.vintage.engine --- 13:44:09 [INFO] 13:44:09 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.vintage.engine --- 13:44:09 [INFO] Discovering license information from existing ip_log.xml 13:44:09 [INFO] Discovered license 'Eclipse Public License' for artifact org.junit.vintage:junit-vintage-engine:5.7.1. 13:44:09 [INFO] Gathering sources archives 13:44:09 [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:sources:5.7.1:jar 13:44:09 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/junit/vintage/junit-vintage-engine/5.7.1/junit-vintage-engine-5.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/target/sources-for-eclipse-ipzilla/junit-vintage-engine-5.7.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:09 [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:sources:5.7.1:jar 13:44:09 [INFO] Copying junit-vintage-engine-5.7.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/target/sources-for-eclipse-ipzilla/junit-vintage-engine-5.7.1-sources.jar 13:44:09 [INFO] Refreshing about files and about.html 13:44:09 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.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). 13:44:09 [INFO] Refreshing ip_log.xml 13:44:09 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:44:09 [INFO] 13:44:09 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.junit.vintage.engine --- 13:44:09 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/target/org.junit.vintage.engine-5.7.1-SNAPSHOT.jar 13:44:09 [INFO] 13:44:09 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.junit.vintage.engine --- 13:44:09 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/target/org.junit.vintage.engine-5.7.1-SNAPSHOT.jar 13:44:11 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/target/org.junit.vintage.engine-5.7.1-SNAPSHOT-sources.jar 13:44:12 [INFO] 13:44:12 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.junit.vintage.engine --- 13:44:12 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/target/org.junit.vintage.engine-5.7.1-SNAPSHOT.jar 13:44:12 [INFO] 13:44:12 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.junit.vintage.engine --- 13:44:12 [INFO] 13:44:12 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.junit.vintage.engine --- 13:44:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/target/org.junit.vintage.engine-5.7.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.7.1-SNAPSHOT/org.junit.vintage.engine-5.7.1-SNAPSHOT.jar 13:44:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.7.1-SNAPSHOT/org.junit.vintage.engine-5.7.1-SNAPSHOT.pom 13:44:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/target/org.junit.vintage.engine-5.7.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.7.1-SNAPSHOT/org.junit.vintage.engine-5.7.1-SNAPSHOT-sources.jar 13:44:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.7.1-SNAPSHOT/org.junit.vintage.engine-5.7.1-SNAPSHOT-p2metadata.xml 13:44:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.7.1-SNAPSHOT/org.junit.vintage.engine-5.7.1-SNAPSHOT-p2artifacts.xml 13:44:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.7.1-SNAPSHOT/org.junit.vintage.engine-5.7.1-SNAPSHOT-ip_log.xml 13:44:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/target/org.junit.vintage.engine-5.7.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.7.1-SNAPSHOT/org.junit.vintage.engine-5.7.1-SNAPSHOT-pack200.jar.pack.gz 13:44:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.7.1-SNAPSHOT/org.junit.vintage.engine-5.7.1-SNAPSHOT-p2metadata.xml 13:44:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.junit.vintage.engine_5.7.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.7.1-SNAPSHOT/org.junit.vintage.engine-5.7.1-SNAPSHOT-p2artifacts.xml 13:44:12 [INFO] 13:44:12 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.junit.vintage.engine --- 13:44:12 [INFO] 13:44:12 [INFO] --------------< org.eclipse.orbit.bundles:org.opentest4j >-------------- 13:44:12 [INFO] Building org.opentest4j:opentest4j 1.2.0-SNAPSHOT [335/376] 13:44:12 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:44:12 [INFO] 13:44:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.opentest4j --- 13:44:12 [INFO] 13:44:12 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.opentest4j --- 13:44:12 [INFO] The project's OSGi version is 1.2.0.v20190826-0900 13:44:12 [INFO] 13:44:12 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.opentest4j --- 13:44:12 [INFO] 13:44:12 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.opentest4j --- 13:44:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:12 [INFO] Copying 3 resources 13:44:12 [INFO] 13:44:12 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.opentest4j --- 13:44:12 [INFO] No sources to compile 13:44:12 [INFO] 13:44:12 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.opentest4j --- 13:44:12 [INFO] Gathering dependencies 13:44:12 [INFO] Configured Artifact: org.opentest4j:opentest4j:1.2.0:jar 13:44:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.opentest4j_1.2.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:12 [INFO] Merging collected dependencies 13:44:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:12 [INFO] Copying 8 resources 13:44:12 [INFO] Generating OSGi MANIFEST.MF 13:44:12 [WARNING] Manifest org.eclipse.orbit.bundles:org.opentest4j:eclipse-bundle-recipe:1.2.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.opentest4j_1.2.0/target/org.opentest4j-1.2.0-SNAPSHOT.jar 13:44:12 [INFO] Gathering sources 13:44:12 [INFO] Configured Artifact: org.opentest4j:opentest4j:sources:1.2.0:jar 13:44:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.opentest4j_1.2.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:12 [INFO] Copying 3 resources 13:44:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.opentest4j_1.2.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.opentest4j_1.2.0/target/org.opentest4j-1.2.0-SNAPSHOT-sources.jar 13:44:12 [INFO] Assembling p2 repository 13:44:13 [INFO] 13:44:13 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.opentest4j --- 13:44:13 [INFO] 13:44:13 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.opentest4j --- 13:44:13 [INFO] Discovering license information from existing ip_log.xml 13:44:13 [INFO] Discovered license 'Apache License, 2.0' for artifact org.opentest4j:opentest4j:1.2.0. 13:44:13 [INFO] Gathering sources archives 13:44:13 [INFO] Configured Artifact: org.opentest4j:opentest4j:sources:1.2.0:jar 13:44:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:44:13 [INFO] Configured Artifact: org.opentest4j:opentest4j:sources:1.2.0:jar 13:44:13 [INFO] Copying opentest4j-1.2.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.opentest4j_1.2.0/target/sources-for-eclipse-ipzilla/opentest4j-1.2.0-sources.jar 13:44:13 [INFO] Refreshing about files and about.html 13:44:13 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:44:13 [INFO] Refreshing ip_log.xml 13:44:13 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.opentest4j_1.2.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:44:13 [INFO] 13:44:13 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.opentest4j --- 13:44:13 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.opentest4j_1.2.0/target/org.opentest4j-1.2.0-SNAPSHOT.jar 13:44:13 [INFO] 13:44:13 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.opentest4j --- 13:44:13 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.opentest4j_1.2.0/target/org.opentest4j-1.2.0-SNAPSHOT.jar 13:44:15 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.opentest4j_1.2.0/target/org.opentest4j-1.2.0-SNAPSHOT-sources.jar 13:44:16 [INFO] 13:44:16 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.opentest4j --- 13:44:16 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.opentest4j_1.2.0/target/org.opentest4j-1.2.0-SNAPSHOT.jar 13:44:16 [INFO] 13:44:16 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.opentest4j --- 13:44:16 [INFO] 13:44:16 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.opentest4j --- 13:44:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.opentest4j_1.2.0/target/org.opentest4j-1.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT.jar 13:44:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.opentest4j_1.2.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT.pom 13:44:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.opentest4j_1.2.0/target/org.opentest4j-1.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT-sources.jar 13:44:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.opentest4j_1.2.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT-p2metadata.xml 13:44:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.opentest4j_1.2.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT-p2artifacts.xml 13:44:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.opentest4j_1.2.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT-ip_log.xml 13:44:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.opentest4j_1.2.0/target/org.opentest4j-1.2.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT-pack200.jar.pack.gz 13:44:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.opentest4j_1.2.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT-p2metadata.xml 13:44:16 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.opentest4j_1.2.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT-p2artifacts.xml 13:44:16 [INFO] 13:44:16 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.opentest4j --- 13:44:16 [INFO] 13:44:16 [INFO] -------------< org.eclipse.orbit.bundles:org.apiguardian >-------------- 13:44:16 [INFO] Building org.apiguardian:apiguardian-api 1.1.0-SNAPSHOT [336/376] 13:44:16 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:44:16 [INFO] 13:44:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apiguardian --- 13:44:16 [INFO] 13:44:16 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apiguardian --- 13:44:16 [INFO] The project's OSGi version is 1.1.0.v20190826-0900 13:44:16 [INFO] 13:44:16 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apiguardian --- 13:44:16 [INFO] 13:44:16 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apiguardian --- 13:44:16 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:16 [INFO] Copying 3 resources 13:44:16 [INFO] 13:44:16 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apiguardian --- 13:44:16 [INFO] No sources to compile 13:44:16 [INFO] 13:44:16 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apiguardian --- 13:44:16 [INFO] Gathering dependencies 13:44:16 [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.0:jar 13:44:16 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:16 [INFO] Merging collected dependencies 13:44:16 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:16 [INFO] Copying 4 resources 13:44:16 [INFO] Generating OSGi MANIFEST.MF 13:44:16 [WARNING] Manifest org.eclipse.orbit.bundles:org.apiguardian:eclipse-bundle-recipe:1.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/target/org.apiguardian-1.1.0-SNAPSHOT.jar 13:44:16 [INFO] Gathering sources 13:44:16 [INFO] Configured Artifact: org.apiguardian:apiguardian-api:sources:1.1.0:jar 13:44:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:17 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:17 [INFO] Copying 3 resources 13:44:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/target/org.apiguardian-1.1.0-SNAPSHOT-sources.jar 13:44:17 [INFO] Assembling p2 repository 13:44:17 [INFO] 13:44:17 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apiguardian --- 13:44:17 [INFO] 13:44:17 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apiguardian --- 13:44:17 [INFO] Discovering license information from existing ip_log.xml 13:44:17 [INFO] Discovered license 'Apache License, 2.0' for artifact org.apiguardian:apiguardian-api:1.1.0. 13:44:17 [INFO] Gathering sources archives 13:44:17 [INFO] Configured Artifact: org.apiguardian:apiguardian-api:sources:1.1.0:jar 13:44:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/target/sources-for-eclipse-ipzilla/apiguardian-api-1.1.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:17 [INFO] Configured Artifact: org.apiguardian:apiguardian-api:sources:1.1.0:jar 13:44:17 [INFO] Copying apiguardian-api-1.1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/target/sources-for-eclipse-ipzilla/apiguardian-api-1.1.0-sources.jar 13:44:17 [INFO] Refreshing about files and about.html 13:44:17 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_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). 13:44:17 [INFO] Refreshing ip_log.xml 13:44:17 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:44:17 [INFO] 13:44:17 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apiguardian --- 13:44:17 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/target/org.apiguardian-1.1.0-SNAPSHOT.jar 13:44:17 [INFO] 13:44:17 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apiguardian --- 13:44:17 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/target/org.apiguardian-1.1.0-SNAPSHOT.jar 13:44:18 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/target/org.apiguardian-1.1.0-SNAPSHOT-sources.jar 13:44:20 [INFO] 13:44:20 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apiguardian --- 13:44:20 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/target/org.apiguardian-1.1.0-SNAPSHOT.jar 13:44:20 [INFO] 13:44:20 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apiguardian --- 13:44:20 [INFO] 13:44:20 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apiguardian --- 13:44:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/target/org.apiguardian-1.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.0-SNAPSHOT/org.apiguardian-1.1.0-SNAPSHOT.jar 13:44:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.0-SNAPSHOT/org.apiguardian-1.1.0-SNAPSHOT.pom 13:44:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/target/org.apiguardian-1.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.0-SNAPSHOT/org.apiguardian-1.1.0-SNAPSHOT-sources.jar 13:44:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.0-SNAPSHOT/org.apiguardian-1.1.0-SNAPSHOT-p2metadata.xml 13:44:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.0-SNAPSHOT/org.apiguardian-1.1.0-SNAPSHOT-p2artifacts.xml 13:44:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.0-SNAPSHOT/org.apiguardian-1.1.0-SNAPSHOT-ip_log.xml 13:44:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/target/org.apiguardian-1.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.0-SNAPSHOT/org.apiguardian-1.1.0-SNAPSHOT-pack200.jar.pack.gz 13:44:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.0-SNAPSHOT/org.apiguardian-1.1.0-SNAPSHOT-p2metadata.xml 13:44:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/junit/junit5/org.apiguardian_1.1.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.0-SNAPSHOT/org.apiguardian-1.1.0-SNAPSHOT-p2artifacts.xml 13:44:20 [INFO] 13:44:20 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apiguardian --- 13:44:20 [INFO] 13:44:20 [INFO] ---------------< org.eclipse.orbit.bundles:knowm-parent >--------------- 13:44:20 [INFO] Building Eclipse Orbit :: Knowm Recipes 1.0.0-SNAPSHOT [337/376] 13:44:20 [INFO] --------------------------------[ pom ]--------------------------------- 13:44:20 [INFO] 13:44:20 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ knowm-parent --- 13:44:20 [INFO] 13:44:20 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ knowm-parent --- 13:44:20 [INFO] 13:44:20 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ knowm-parent --- 13:44:20 [INFO] 13:44:20 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ knowm-parent --- 13:44:20 [INFO] 13:44:20 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ knowm-parent --- 13:44:20 [INFO] 13:44:20 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ knowm-parent --- 13:44:20 [INFO] 13:44:20 [INFO] --- maven-install-plugin:2.4:install (default-install) @ knowm-parent --- 13:44:20 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/knowm/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/knowm-parent/1.0.0-SNAPSHOT/knowm-parent-1.0.0-SNAPSHOT.pom 13:44:20 [INFO] 13:44:20 [INFO] -------------< org.eclipse.orbit.bundles:org.knowm.xchart >------------- 13:44:20 [INFO] Building XChart 3.6.5-SNAPSHOT [338/376] 13:44:20 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:44:22 [INFO] 13:44:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.knowm.xchart --- 13:44:22 [INFO] 13:44:22 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.knowm.xchart --- 13:44:22 [INFO] The project's OSGi version is 3.6.5.v20201023-2252 13:44:22 [INFO] 13:44:22 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.knowm.xchart --- 13:44:22 [INFO] 13:44:22 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.knowm.xchart --- 13:44:22 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:22 [INFO] Copying 3 resources 13:44:22 [INFO] 13:44:22 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.knowm.xchart --- 13:44:22 [INFO] No sources to compile 13:44:22 [INFO] 13:44:22 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.knowm.xchart --- 13:44:22 [INFO] Gathering dependencies 13:44:22 [INFO] Configured Artifact: org.knowm.xchart:xchart:3.6.5:jar 13:44:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/knowm/xchart/xchart/3.6.5/xchart-3.6.5.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/knowm/org.knowm.xchart_3.6.5/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:22 [INFO] Merging collected dependencies 13:44:22 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:22 [INFO] Copying 206 resources 13:44:22 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/knowm/org.knowm.xchart_3.6.5/target/org.knowm.xchart-3.6.5-SNAPSHOT.jar 13:44:22 [INFO] Gathering sources 13:44:22 [INFO] Configured Artifact: org.knowm.xchart:xchart:sources:3.6.5:jar 13:44:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/knowm/xchart/xchart/3.6.5/xchart-3.6.5-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/knowm/org.knowm.xchart_3.6.5/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:22 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:22 [INFO] Copying 3 resources 13:44:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/knowm/org.knowm.xchart_3.6.5/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/knowm/org.knowm.xchart_3.6.5/target/org.knowm.xchart-3.6.5-SNAPSHOT-sources.jar 13:44:22 [INFO] Assembling p2 repository 13:44:23 [INFO] 13:44:23 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.knowm.xchart --- 13:44:23 [INFO] 13:44:23 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.knowm.xchart --- 13:44:23 [INFO] Discovering license information from existing ip_log.xml 13:44:23 [INFO] Discovered license 'Apache License, 2.0' for artifact org.knowm.xchart:xchart:3.6.5. 13:44:23 [INFO] Gathering sources archives 13:44:23 [INFO] Configured Artifact: org.knowm.xchart:xchart:sources:3.6.5:jar 13:44:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/knowm/xchart/xchart/3.6.5/xchart-3.6.5-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:44:23 [INFO] Configured Artifact: org.knowm.xchart:xchart:sources:3.6.5:jar 13:44:23 [INFO] Copying xchart-3.6.5-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/knowm/org.knowm.xchart_3.6.5/target/sources-for-eclipse-ipzilla/xchart-3.6.5-sources.jar 13:44:23 [INFO] Refreshing about files and about.html 13:44:23 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:44:23 [INFO] Refreshing ip_log.xml 13:44:23 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/knowm/org.knowm.xchart_3.6.5/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:44:23 [INFO] 13:44:23 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.knowm.xchart --- 13:44:23 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/knowm/org.knowm.xchart_3.6.5/target/org.knowm.xchart-3.6.5-SNAPSHOT.jar 13:44:23 [INFO] 13:44:23 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.knowm.xchart --- 13:44:23 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/knowm/org.knowm.xchart_3.6.5/target/org.knowm.xchart-3.6.5-SNAPSHOT.jar 13:44:25 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/knowm/org.knowm.xchart_3.6.5/target/org.knowm.xchart-3.6.5-SNAPSHOT-sources.jar 13:44:26 [INFO] 13:44:26 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.knowm.xchart --- 13:44:26 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/knowm/org.knowm.xchart_3.6.5/target/org.knowm.xchart-3.6.5-SNAPSHOT.jar 13:44:26 [INFO] 13:44:26 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.knowm.xchart --- 13:44:26 [INFO] 13:44:26 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.knowm.xchart --- 13:44:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/knowm/org.knowm.xchart_3.6.5/target/org.knowm.xchart-3.6.5-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT.jar 13:44:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/knowm/org.knowm.xchart_3.6.5/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT.pom 13:44:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT-sources.jar 13:44:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/knowm/org.knowm.xchart_3.6.5/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT-p2metadata.xml 13:44:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/knowm/org.knowm.xchart_3.6.5/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT-p2artifacts.xml 13:44:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/knowm/org.knowm.xchart_3.6.5/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT-ip_log.xml 13:44:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/knowm/org.knowm.xchart_3.6.5/target/org.knowm.xchart-3.6.5-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT-pack200.jar.pack.gz 13:44:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/knowm/org.knowm.xchart_3.6.5/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT-p2metadata.xml 13:44:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/knowm/org.knowm.xchart_3.6.5/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT-p2artifacts.xml 13:44:26 [INFO] 13:44:26 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.knowm.xchart --- 13:44:26 [INFO] 13:44:26 [INFO] -----------------< org.eclipse.orbit.bundles:logging >------------------ 13:44:26 [INFO] Building Eclipse Orbit :: Logging Recipes 1.0.0-SNAPSHOT [339/376] 13:44:26 [INFO] --------------------------------[ pom ]--------------------------------- 13:44:26 [INFO] 13:44:26 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ logging --- 13:44:26 [INFO] 13:44:26 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ logging --- 13:44:26 [INFO] 13:44:26 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ logging --- 13:44:26 [INFO] 13:44:26 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ logging --- 13:44:26 [INFO] 13:44:26 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ logging --- 13:44:26 [INFO] 13:44:26 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ logging --- 13:44:26 [INFO] 13:44:26 [INFO] --- maven-install-plugin:2.4:install (default-install) @ logging --- 13:44:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/logging/1.0.0-SNAPSHOT/logging-1.0.0-SNAPSHOT.pom 13:44:26 [INFO] 13:44:26 [INFO] --------------< org.eclipse.orbit.bundles:org.slf4j.api >--------------- 13:44:26 [INFO] Building SLF4J API Module 1.7.30-SNAPSHOT [340/376] 13:44:26 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:44:26 [INFO] 13:44:26 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.api --- 13:44:26 [INFO] 13:44:26 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.slf4j.api --- 13:44:26 [INFO] The project's OSGi version is 1.7.30.v20200204-2150 13:44:26 [INFO] 13:44:26 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.slf4j.api --- 13:44:26 [INFO] 13:44:26 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.slf4j.api --- 13:44:26 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:26 [INFO] Copying 3 resources 13:44:26 [INFO] 13:44:26 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.slf4j.api --- 13:44:26 [INFO] No sources to compile 13:44:26 [INFO] 13:44:26 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.api --- 13:44:26 [INFO] Gathering dependencies 13:44:26 [INFO] Configured Artifact: org.slf4j:slf4j-api:1.7.30:jar 13:44:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.api_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:27 [INFO] Merging collected dependencies 13:44:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:27 [INFO] Copying 35 resources 13:44:27 [INFO] Generating OSGi MANIFEST.MF 13:44:27 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.api:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.api_1.7.30/target/org.slf4j.api-1.7.30-SNAPSHOT.jar 13:44:27 [INFO] Gathering sources 13:44:27 [INFO] Configured Artifact: org.slf4j:slf4j-api:sources:1.7.30:jar 13:44:27 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.api_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:27 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:27 [INFO] Copying 3 resources 13:44:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.api_1.7.30/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.api_1.7.30/target/org.slf4j.api-1.7.30-SNAPSHOT-sources.jar 13:44:27 [INFO] Assembling p2 repository 13:44:28 [INFO] 13:44:28 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.api --- 13:44:28 [INFO] 13:44:28 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.api --- 13:44:28 [INFO] Discovering license information from existing ip_log.xml 13:44:28 [INFO] Discovered license 'MIT license' for artifact org.slf4j:slf4j-api:1.7.30. 13:44:28 [INFO] Gathering sources archives 13:44:28 [INFO] Configured Artifact: org.slf4j:slf4j-api:sources:1.7.30:jar 13:44:28 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:44:28 [INFO] Configured Artifact: org.slf4j:slf4j-api:sources:1.7.30:jar 13:44:28 [INFO] Copying slf4j-api-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.api_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-api-1.7.30-sources.jar 13:44:28 [INFO] Refreshing about files and about.html 13:44:28 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:44:28 [INFO] Refreshing ip_log.xml 13:44:28 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.api_1.7.30/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:44:28 [INFO] 13:44:28 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.slf4j.api --- 13:44:28 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.api_1.7.30/target/org.slf4j.api-1.7.30-SNAPSHOT.jar 13:44:28 [INFO] 13:44:28 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.slf4j.api --- 13:44:28 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.api_1.7.30/target/org.slf4j.api-1.7.30-SNAPSHOT.jar 13:44:29 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.api_1.7.30/target/org.slf4j.api-1.7.30-SNAPSHOT-sources.jar 13:44:30 [INFO] 13:44:30 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.slf4j.api --- 13:44:30 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.api_1.7.30/target/org.slf4j.api-1.7.30-SNAPSHOT.jar 13:44:30 [INFO] 13:44:30 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.slf4j.api --- 13:44:30 [INFO] 13:44:30 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.slf4j.api --- 13:44:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.api_1.7.30/target/org.slf4j.api-1.7.30-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT.jar 13:44:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.api_1.7.30/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT.pom 13:44:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT-sources.jar 13:44:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.api_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT-p2metadata.xml 13:44:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.api_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT-p2artifacts.xml 13:44:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.api_1.7.30/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT-ip_log.xml 13:44:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.api_1.7.30/target/org.slf4j.api-1.7.30-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT-pack200.jar.pack.gz 13:44:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.api_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT-p2metadata.xml 13:44:30 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.api_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT-p2artifacts.xml 13:44:30 [INFO] 13:44:30 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.slf4j.api --- 13:44:30 [INFO] 13:44:30 [INFO] ------------< org.eclipse.orbit.bundles:org.slf4j.apis.jcl >------------ 13:44:30 [INFO] Building JCL 1.2 implemented over SLF4J 1.7.30-SNAPSHOT [341/376] 13:44:30 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:44:30 [INFO] 13:44:30 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.apis.jcl --- 13:44:30 [INFO] 13:44:30 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.slf4j.apis.jcl --- 13:44:30 [INFO] The project's OSGi version is 1.7.30.v20200204-2150 13:44:30 [INFO] 13:44:30 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.slf4j.apis.jcl --- 13:44:30 [INFO] 13:44:30 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.slf4j.apis.jcl --- 13:44:30 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:30 [INFO] Copying 4 resources 13:44:30 [INFO] 13:44:30 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.slf4j.apis.jcl --- 13:44:30 [INFO] No sources to compile 13:44:30 [INFO] 13:44:30 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.apis.jcl --- 13:44:30 [INFO] Gathering dependencies 13:44:30 [INFO] Configured Artifact: org.slf4j:jcl-over-slf4j:1.7.30:jar 13:44:30 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.jcl_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:30 [INFO] Merging collected dependencies 13:44:30 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:30 [INFO] Copying 11 resources 13:44:30 [INFO] Generating OSGi MANIFEST.MF 13:44:30 [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: <> 13:44:30 [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 '$': <> 13:44:30 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.jcl:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 13:44:30 [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 13:44:30 [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 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.jcl_1.7.30/target/org.slf4j.apis.jcl-1.7.30-SNAPSHOT.jar 13:44:30 [INFO] Gathering sources 13:44:30 [INFO] Configured Artifact: org.slf4j:jcl-over-slf4j:sources:1.7.30:jar 13:44:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/logging/org.slf4j.apis.jcl_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:31 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:31 [INFO] Copying 4 resources 13:44:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.jcl_1.7.30/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.jcl_1.7.30/target/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-sources.jar 13:44:31 [INFO] Assembling p2 repository 13:44:31 [INFO] 13:44:31 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.apis.jcl --- 13:44:31 [INFO] 13:44:31 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.apis.jcl --- 13:44:31 [INFO] Discovering license information from existing ip_log.xml 13:44:31 [INFO] Discovered license 'Apache License, 2.0' for artifact org.slf4j:jcl-over-slf4j:1.7.30. 13:44:31 [INFO] Gathering sources archives 13:44:31 [INFO] Configured Artifact: org.slf4j:jcl-over-slf4j:sources:1.7.30:jar 13:44:31 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:44:31 [INFO] Configured Artifact: org.slf4j:jcl-over-slf4j:sources:1.7.30:jar 13:44:31 [INFO] Copying jcl-over-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.jcl_1.7.30/target/sources-for-eclipse-ipzilla/jcl-over-slf4j-1.7.30-sources.jar 13:44:31 [INFO] Refreshing about files and about.html 13:44:31 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:44:31 [INFO] Refreshing ip_log.xml 13:44:31 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.jcl_1.7.30/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:44:31 [INFO] 13:44:31 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.slf4j.apis.jcl --- 13:44:31 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.jcl_1.7.30/target/org.slf4j.apis.jcl-1.7.30-SNAPSHOT.jar 13:44:31 [INFO] 13:44:31 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.slf4j.apis.jcl --- 13:44:31 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.jcl_1.7.30/target/org.slf4j.apis.jcl-1.7.30-SNAPSHOT.jar 13:44:33 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.jcl_1.7.30/target/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-sources.jar 13:44:34 [INFO] 13:44:34 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.slf4j.apis.jcl --- 13:44:34 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.jcl_1.7.30/target/org.slf4j.apis.jcl-1.7.30-SNAPSHOT.jar 13:44:34 [INFO] 13:44:34 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.slf4j.apis.jcl --- 13:44:34 [INFO] 13:44:34 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.slf4j.apis.jcl --- 13:44:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT.jar 13:44:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.jcl_1.7.30/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT.pom 13:44:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-sources.jar 13:44:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.jcl_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-p2metadata.xml 13:44:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.jcl_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-p2artifacts.xml 13:44:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.jcl_1.7.30/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-ip_log.xml 13:44:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.jcl_1.7.30/target/org.slf4j.apis.jcl-1.7.30-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-pack200.jar.pack.gz 13:44:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.jcl_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-p2metadata.xml 13:44:34 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.jcl_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-p2artifacts.xml 13:44:34 [INFO] 13:44:34 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.slf4j.apis.jcl --- 13:44:34 [INFO] 13:44:34 [INFO] -----------< org.eclipse.orbit.bundles:org.slf4j.apis.log4j >----------- 13:44:34 [INFO] Building Log4j Implemented Over SLF4J 1.7.30-SNAPSHOT [342/376] 13:44:34 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:44:34 [INFO] 13:44:34 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.apis.log4j --- 13:44:34 [INFO] 13:44:34 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.slf4j.apis.log4j --- 13:44:34 [INFO] The project's OSGi version is 1.7.30.v20200204-2150 13:44:34 [INFO] 13:44:34 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.slf4j.apis.log4j --- 13:44:34 [INFO] 13:44:34 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.slf4j.apis.log4j --- 13:44:34 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:34 [INFO] Copying 4 resources 13:44:34 [INFO] 13:44:34 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.slf4j.apis.log4j --- 13:44:34 [INFO] No sources to compile 13:44:34 [INFO] 13:44:34 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.apis.log4j --- 13:44:34 [INFO] Gathering dependencies 13:44:34 [INFO] Configured Artifact: org.slf4j:log4j-over-slf4j:1.7.30:jar 13:44:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/slf4j/log4j-over-slf4j/1.7.30/log4j-over-slf4j-1.7.30.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.log4j_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:34 [INFO] Merging collected dependencies 13:44:34 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:34 [INFO] Copying 31 resources 13:44:34 [INFO] Generating OSGi MANIFEST.MF 13:44:34 [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: <> 13:44:34 [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 '$': <> 13:44:34 [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 '$': <> 13:44:34 [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 '$': <> 13:44:34 [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 13:44:34 [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 13:44:34 [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 13:44:34 [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 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.log4j_1.7.30/target/org.slf4j.apis.log4j-1.7.30-SNAPSHOT.jar 13:44:34 [INFO] Gathering sources 13:44:34 [INFO] Configured Artifact: org.slf4j:log4j-over-slf4j:sources:1.7.30:jar 13:44:34 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/logging/org.slf4j.apis.log4j_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:34 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:34 [INFO] Copying 4 resources 13:44:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.log4j_1.7.30/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.log4j_1.7.30/target/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-sources.jar 13:44:34 [INFO] Assembling p2 repository 13:44:35 [INFO] 13:44:35 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.apis.log4j --- 13:44:35 [INFO] 13:44:35 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.apis.log4j --- 13:44:35 [INFO] Discovering license information from existing ip_log.xml 13:44:35 [INFO] Discovered license 'Apache License, 2.0' for artifact org.slf4j:log4j-over-slf4j:1.7.30. 13:44:35 [INFO] Gathering sources archives 13:44:35 [INFO] Configured Artifact: org.slf4j:log4j-over-slf4j:sources:1.7.30:jar 13:44:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:44:35 [INFO] Configured Artifact: org.slf4j:log4j-over-slf4j:sources:1.7.30:jar 13:44:35 [INFO] Copying log4j-over-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.log4j_1.7.30/target/sources-for-eclipse-ipzilla/log4j-over-slf4j-1.7.30-sources.jar 13:44:35 [INFO] Refreshing about files and about.html 13:44:35 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:44:35 [INFO] Refreshing ip_log.xml 13:44:35 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.log4j_1.7.30/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:44:35 [INFO] 13:44:35 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.slf4j.apis.log4j --- 13:44:35 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.log4j_1.7.30/target/org.slf4j.apis.log4j-1.7.30-SNAPSHOT.jar 13:44:35 [INFO] 13:44:35 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.slf4j.apis.log4j --- 13:44:35 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.log4j_1.7.30/target/org.slf4j.apis.log4j-1.7.30-SNAPSHOT.jar 13:44:36 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.log4j_1.7.30/target/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-sources.jar 13:44:37 [INFO] 13:44:37 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.slf4j.apis.log4j --- 13:44:37 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.log4j_1.7.30/target/org.slf4j.apis.log4j-1.7.30-SNAPSHOT.jar 13:44:37 [INFO] 13:44:37 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.slf4j.apis.log4j --- 13:44:37 [INFO] 13:44:37 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.slf4j.apis.log4j --- 13:44:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT.jar 13:44:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.log4j_1.7.30/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT.pom 13:44:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-sources.jar 13:44:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.log4j_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-p2metadata.xml 13:44:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.log4j_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-p2artifacts.xml 13:44:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.log4j_1.7.30/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-ip_log.xml 13:44:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.log4j_1.7.30/target/org.slf4j.apis.log4j-1.7.30-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-pack200.jar.pack.gz 13:44:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.log4j_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-p2metadata.xml 13:44:37 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.apis.log4j_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-p2artifacts.xml 13:44:37 [INFO] 13:44:37 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.slf4j.apis.log4j --- 13:44:37 [INFO] 13:44:37 [INFO] --------< org.eclipse.orbit.bundles:org.slf4j.binding.log4j12 >--------- 13:44:37 [INFO] Building SLF4J LOG4J-12 Binding 1.7.30-SNAPSHOT [343/376] 13:44:37 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:44:38 [INFO] 13:44:38 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.binding.log4j12 --- 13:44:38 [INFO] 13:44:38 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.slf4j.binding.log4j12 --- 13:44:38 [INFO] The project's OSGi version is 1.7.30.v20201108-2042 13:44:38 [INFO] 13:44:38 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.slf4j.binding.log4j12 --- 13:44:38 [INFO] 13:44:38 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.slf4j.binding.log4j12 --- 13:44:38 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:38 [INFO] Copying 3 resources 13:44:38 [INFO] 13:44:38 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.slf4j.binding.log4j12 --- 13:44:38 [INFO] No sources to compile 13:44:38 [INFO] 13:44:38 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.binding.log4j12 --- 13:44:38 [INFO] Gathering dependencies 13:44:38 [INFO] Configured Artifact: org.slf4j:slf4j-log4j12:1.7.30:jar 13:44:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.log4j12_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:38 [INFO] Merging collected dependencies 13:44:38 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:38 [INFO] Copying 9 resources 13:44:38 [INFO] Generating OSGi MANIFEST.MF 13:44:38 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.binding.log4j12:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*] 13:44:38 [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 13:44:38 [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 cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.log4j12_1.7.30/target/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT.jar 13:44:38 [INFO] Gathering sources 13:44:38 [INFO] Configured Artifact: org.slf4j:slf4j-log4j12:sources:1.7.30:jar 13:44:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.log4j12_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:38 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:38 [INFO] Copying 3 resources 13:44:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.log4j12_1.7.30/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.log4j12_1.7.30/target/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-sources.jar 13:44:38 [INFO] Assembling p2 repository 13:44:38 [INFO] 13:44:38 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.binding.log4j12 --- 13:44:38 [INFO] 13:44:38 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.binding.log4j12 --- 13:44:38 [INFO] Discovering license information from existing ip_log.xml 13:44:38 [INFO] Discovered license 'MIT license' for artifact org.slf4j:slf4j-log4j12:1.7.30. 13:44:38 [INFO] Gathering sources archives 13:44:38 [INFO] Configured Artifact: org.slf4j:slf4j-log4j12:sources:1.7.30:jar 13:44:38 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:44:38 [INFO] Configured Artifact: org.slf4j:slf4j-log4j12:sources:1.7.30:jar 13:44:38 [INFO] Copying slf4j-log4j12-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.log4j12_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-log4j12-1.7.30-sources.jar 13:44:38 [INFO] Refreshing about files and about.html 13:44:38 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:44:38 [INFO] Refreshing ip_log.xml 13:44:38 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.log4j12_1.7.30/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:44:38 [INFO] 13:44:38 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.slf4j.binding.log4j12 --- 13:44:38 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.log4j12_1.7.30/target/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT.jar 13:44:38 [INFO] 13:44:38 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.slf4j.binding.log4j12 --- 13:44:38 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.log4j12_1.7.30/target/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT.jar 13:44:39 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.log4j12_1.7.30/target/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-sources.jar 13:44:41 [INFO] 13:44:41 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.slf4j.binding.log4j12 --- 13:44:41 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.log4j12_1.7.30/target/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT.jar 13:44:41 [INFO] 13:44:41 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.slf4j.binding.log4j12 --- 13:44:41 [INFO] 13:44:41 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.slf4j.binding.log4j12 --- 13:44:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT.jar 13:44:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.log4j12_1.7.30/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT.pom 13:44:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-sources.jar 13:44:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.log4j12_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-p2metadata.xml 13:44:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.log4j12_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-p2artifacts.xml 13:44:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.log4j12_1.7.30/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-ip_log.xml 13:44:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.log4j12_1.7.30/target/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-pack200.jar.pack.gz 13:44:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.log4j12_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-p2metadata.xml 13:44:41 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.log4j12_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-p2artifacts.xml 13:44:42 [INFO] 13:44:42 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.slf4j.binding.log4j12 --- 13:44:42 [INFO] 13:44:42 [INFO] ----------< org.eclipse.orbit.bundles:org.slf4j.binding.nop >----------- 13:44:42 [INFO] Building SLF4J NOP Binding 1.7.30-SNAPSHOT [344/376] 13:44:42 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:44:42 [INFO] 13:44:42 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.binding.nop --- 13:44:42 [INFO] 13:44:42 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.slf4j.binding.nop --- 13:44:42 [INFO] The project's OSGi version is 1.7.30.v20200204-2150 13:44:42 [INFO] 13:44:42 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.slf4j.binding.nop --- 13:44:42 [INFO] 13:44:42 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.slf4j.binding.nop --- 13:44:42 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:42 [INFO] Copying 3 resources 13:44:42 [INFO] 13:44:42 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.slf4j.binding.nop --- 13:44:42 [INFO] No sources to compile 13:44:42 [INFO] 13:44:42 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.binding.nop --- 13:44:42 [INFO] Gathering dependencies 13:44:42 [INFO] Configured Artifact: org.slf4j:slf4j-nop:1.7.30:jar 13:44:42 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/slf4j/slf4j-nop/1.7.30/slf4j-nop-1.7.30.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.nop_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:42 [INFO] Merging collected dependencies 13:44:42 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:42 [INFO] Copying 4 resources 13:44:42 [INFO] Generating OSGi MANIFEST.MF 13:44:42 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.binding.nop:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*] 13:44:42 [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 13:44:42 [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 cannot be found on the classpath [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.nop_1.7.30/target/org.slf4j.binding.nop-1.7.30-SNAPSHOT.jar 13:44:42 [INFO] Gathering sources 13:44:42 [INFO] Configured Artifact: org.slf4j:slf4j-nop:sources:1.7.30:jar 13:44:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/slf4j/slf4j-nop/1.7.30/slf4j-nop-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.nop_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:43 [INFO] Copying 3 resources 13:44:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.nop_1.7.30/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.nop_1.7.30/target/org.slf4j.binding.nop-1.7.30-SNAPSHOT-sources.jar 13:44:43 [INFO] Assembling p2 repository 13:44:43 [INFO] 13:44:43 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.binding.nop --- 13:44:43 [INFO] 13:44:43 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.binding.nop --- 13:44:43 [INFO] Discovering license information from existing ip_log.xml 13:44:43 [INFO] Discovered license 'MIT license' for artifact org.slf4j:slf4j-nop:1.7.30. 13:44:43 [INFO] Gathering sources archives 13:44:43 [INFO] Configured Artifact: org.slf4j:slf4j-nop:sources:1.7.30:jar 13:44:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/slf4j/slf4j-nop/1.7.30/slf4j-nop-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:44:43 [INFO] Configured Artifact: org.slf4j:slf4j-nop:sources:1.7.30:jar 13:44:43 [INFO] Copying slf4j-nop-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.nop_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-nop-1.7.30-sources.jar 13:44:43 [INFO] Refreshing about files and about.html 13:44:43 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:44:43 [INFO] Refreshing ip_log.xml 13:44:43 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.nop_1.7.30/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:44:43 [INFO] 13:44:43 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.slf4j.binding.nop --- 13:44:43 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.nop_1.7.30/target/org.slf4j.binding.nop-1.7.30-SNAPSHOT.jar 13:44:43 [INFO] 13:44:43 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.slf4j.binding.nop --- 13:44:43 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.nop_1.7.30/target/org.slf4j.binding.nop-1.7.30-SNAPSHOT.jar 13:44:45 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.nop_1.7.30/target/org.slf4j.binding.nop-1.7.30-SNAPSHOT-sources.jar 13:44:46 [INFO] 13:44:46 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.slf4j.binding.nop --- 13:44:46 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.nop_1.7.30/target/org.slf4j.binding.nop-1.7.30-SNAPSHOT.jar 13:44:46 [INFO] 13:44:46 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.slf4j.binding.nop --- 13:44:46 [INFO] 13:44:46 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.slf4j.binding.nop --- 13:44:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT.jar 13:44:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.nop_1.7.30/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT.pom 13:44:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT-sources.jar 13:44:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.nop_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT-p2metadata.xml 13:44:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.nop_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT-p2artifacts.xml 13:44:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.nop_1.7.30/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT-ip_log.xml 13:44:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.nop_1.7.30/target/org.slf4j.binding.nop-1.7.30-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT-pack200.jar.pack.gz 13:44:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.nop_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT-p2metadata.xml 13:44:46 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.nop_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT-p2artifacts.xml 13:44:46 [INFO] 13:44:46 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.slf4j.binding.nop --- 13:44:46 [INFO] 13:44:46 [INFO] ---------< org.eclipse.orbit.bundles:org.slf4j.binding.simple >--------- 13:44:46 [INFO] Building SLF4J Simple Binding 1.7.30-SNAPSHOT [345/376] 13:44:46 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:44:46 [INFO] 13:44:46 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.binding.simple --- 13:44:46 [INFO] 13:44:46 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.slf4j.binding.simple --- 13:44:46 [INFO] The project's OSGi version is 1.7.30.v20200204-2150 13:44:46 [INFO] 13:44:46 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.slf4j.binding.simple --- 13:44:46 [INFO] 13:44:46 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.slf4j.binding.simple --- 13:44:46 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:46 [INFO] Copying 3 resources 13:44:46 [INFO] 13:44:46 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.slf4j.binding.simple --- 13:44:46 [INFO] No sources to compile 13:44:46 [INFO] 13:44:46 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.binding.simple --- 13:44:46 [INFO] Gathering dependencies 13:44:46 [INFO] Configured Artifact: org.slf4j:slf4j-simple:1.7.30:jar 13:44:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.simple_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:46 [INFO] Merging collected dependencies 13:44:46 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:46 [INFO] Copying 11 resources 13:44:46 [INFO] Generating OSGi MANIFEST.MF 13:44:46 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.binding.simple:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*] 13:44:46 [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 13:44:46 [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 cannot be found on the classpath 13:44:46 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.binding.simple:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Import-Package instructions: [org.slf4j.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.simple_1.7.30/target/org.slf4j.binding.simple-1.7.30-SNAPSHOT.jar 13:44:46 [INFO] Gathering sources 13:44:46 [INFO] Configured Artifact: org.slf4j:slf4j-simple:sources:1.7.30:jar 13:44:46 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.simple_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:46 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:46 [INFO] Copying 3 resources 13:44:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.simple_1.7.30/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.simple_1.7.30/target/org.slf4j.binding.simple-1.7.30-SNAPSHOT-sources.jar 13:44:46 [INFO] Assembling p2 repository 13:44:47 [INFO] 13:44:47 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.binding.simple --- 13:44:47 [INFO] 13:44:47 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.binding.simple --- 13:44:47 [INFO] Discovering license information from existing ip_log.xml 13:44:47 [INFO] Discovered license 'MIT license' for artifact org.slf4j:slf4j-simple:1.7.30. 13:44:47 [INFO] Gathering sources archives 13:44:47 [INFO] Configured Artifact: org.slf4j:slf4j-simple:sources:1.7.30:jar 13:44:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:44:47 [INFO] Configured Artifact: org.slf4j:slf4j-simple:sources:1.7.30:jar 13:44:47 [INFO] Copying slf4j-simple-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.simple_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-simple-1.7.30-sources.jar 13:44:47 [INFO] Refreshing about files and about.html 13:44:47 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:44:47 [INFO] Refreshing ip_log.xml 13:44:47 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.simple_1.7.30/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:44:47 [INFO] 13:44:47 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.slf4j.binding.simple --- 13:44:47 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.simple_1.7.30/target/org.slf4j.binding.simple-1.7.30-SNAPSHOT.jar 13:44:47 [INFO] 13:44:47 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.slf4j.binding.simple --- 13:44:47 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.simple_1.7.30/target/org.slf4j.binding.simple-1.7.30-SNAPSHOT.jar 13:44:48 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.simple_1.7.30/target/org.slf4j.binding.simple-1.7.30-SNAPSHOT-sources.jar 13:44:49 [INFO] 13:44:49 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.slf4j.binding.simple --- 13:44:49 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.simple_1.7.30/target/org.slf4j.binding.simple-1.7.30-SNAPSHOT.jar 13:44:49 [INFO] 13:44:49 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.slf4j.binding.simple --- 13:44:49 [INFO] 13:44:49 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.slf4j.binding.simple --- 13:44:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT.jar 13:44:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.simple_1.7.30/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT.pom 13:44:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT-sources.jar 13:44:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.simple_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT-p2metadata.xml 13:44:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.simple_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT-p2artifacts.xml 13:44:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.simple_1.7.30/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT-ip_log.xml 13:44:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.simple_1.7.30/target/org.slf4j.binding.simple-1.7.30-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT-pack200.jar.pack.gz 13:44:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.simple_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT-p2metadata.xml 13:44:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.binding.simple_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT-p2artifacts.xml 13:44:49 [INFO] 13:44:49 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.slf4j.binding.simple --- 13:44:49 [INFO] 13:44:49 [INFO] -----------< org.eclipse.orbit.bundles:org.slf4j.bridge.jul >----------- 13:44:49 [INFO] Building JUL to SLF4J bridge 1.7.30-SNAPSHOT [346/376] 13:44:49 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:44:50 [INFO] 13:44:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.bridge.jul --- 13:44:50 [INFO] 13:44:50 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.slf4j.bridge.jul --- 13:44:50 [INFO] The project's OSGi version is 1.7.30.v20200204-2150 13:44:50 [INFO] 13:44:50 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.slf4j.bridge.jul --- 13:44:50 [INFO] 13:44:50 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.slf4j.bridge.jul --- 13:44:50 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:50 [INFO] Copying 3 resources 13:44:50 [INFO] 13:44:50 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.slf4j.bridge.jul --- 13:44:50 [INFO] No sources to compile 13:44:50 [INFO] 13:44:50 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.bridge.jul --- 13:44:50 [INFO] Gathering dependencies 13:44:50 [INFO] Configured Artifact: org.slf4j:jul-to-slf4j:1.7.30:jar 13:44:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.bridge.jul_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:50 [INFO] Merging collected dependencies 13:44:50 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:50 [INFO] Copying 2 resources 13:44:50 [INFO] Generating OSGi MANIFEST.MF 13:44:50 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.bridge.jul:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.bridge.jul_1.7.30/target/org.slf4j.bridge.jul-1.7.30-SNAPSHOT.jar 13:44:50 [INFO] Gathering sources 13:44:50 [INFO] Configured Artifact: org.slf4j:jul-to-slf4j:sources:1.7.30:jar 13:44:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/logging/org.slf4j.bridge.jul_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:50 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:50 [INFO] Copying 3 resources 13:44:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.bridge.jul_1.7.30/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.bridge.jul_1.7.30/target/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-sources.jar 13:44:50 [INFO] Assembling p2 repository 13:44:50 [INFO] 13:44:50 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.bridge.jul --- 13:44:50 [INFO] 13:44:50 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.bridge.jul --- 13:44:50 [INFO] Discovering license information from existing ip_log.xml 13:44:50 [INFO] Discovered license 'MIT license' for artifact org.slf4j:jul-to-slf4j:1.7.30. 13:44:50 [INFO] Gathering sources archives 13:44:50 [INFO] Configured Artifact: org.slf4j:jul-to-slf4j:sources:1.7.30:jar 13:44:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:44:50 [INFO] Configured Artifact: org.slf4j:jul-to-slf4j:sources:1.7.30:jar 13:44:50 [INFO] Copying jul-to-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.bridge.jul_1.7.30/target/sources-for-eclipse-ipzilla/jul-to-slf4j-1.7.30-sources.jar 13:44:50 [INFO] Refreshing about files and about.html 13:44:50 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:44:50 [INFO] Refreshing ip_log.xml 13:44:50 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.bridge.jul_1.7.30/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:44:50 [INFO] 13:44:50 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.slf4j.bridge.jul --- 13:44:50 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.bridge.jul_1.7.30/target/org.slf4j.bridge.jul-1.7.30-SNAPSHOT.jar 13:44:50 [INFO] 13:44:50 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.slf4j.bridge.jul --- 13:44:50 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.bridge.jul_1.7.30/target/org.slf4j.bridge.jul-1.7.30-SNAPSHOT.jar 13:44:52 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.bridge.jul_1.7.30/target/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-sources.jar 13:44:53 [INFO] 13:44:53 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.slf4j.bridge.jul --- 13:44:53 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.bridge.jul_1.7.30/target/org.slf4j.bridge.jul-1.7.30-SNAPSHOT.jar 13:44:53 [INFO] 13:44:53 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.slf4j.bridge.jul --- 13:44:53 [INFO] 13:44:53 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.slf4j.bridge.jul --- 13:44:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT.jar 13:44:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.bridge.jul_1.7.30/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT.pom 13:44:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-sources.jar 13:44:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.bridge.jul_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-p2metadata.xml 13:44:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.bridge.jul_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-p2artifacts.xml 13:44:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.bridge.jul_1.7.30/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-ip_log.xml 13:44:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.bridge.jul_1.7.30/target/org.slf4j.bridge.jul-1.7.30-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-pack200.jar.pack.gz 13:44:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.bridge.jul_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-p2metadata.xml 13:44:53 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.bridge.jul_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-p2artifacts.xml 13:44:53 [INFO] 13:44:53 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.slf4j.bridge.jul --- 13:44:53 [INFO] 13:44:53 [INFO] --------------< org.eclipse.orbit.bundles:org.slf4j.ext >--------------- 13:44:53 [INFO] Building SLF4J Extensions Module 1.7.30-SNAPSHOT [347/376] 13:44:53 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:44:53 [INFO] 13:44:53 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.ext --- 13:44:53 [INFO] 13:44:53 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.slf4j.ext --- 13:44:53 [INFO] The project's OSGi version is 1.7.30.v20200204-2150 13:44:53 [INFO] 13:44:53 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.slf4j.ext --- 13:44:53 [INFO] 13:44:53 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.slf4j.ext --- 13:44:53 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:53 [INFO] Copying 3 resources 13:44:53 [INFO] 13:44:53 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.slf4j.ext --- 13:44:53 [INFO] No sources to compile 13:44:53 [INFO] 13:44:53 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.ext --- 13:44:53 [INFO] Gathering dependencies 13:44:53 [INFO] Configured Artifact: org.slf4j:slf4j-ext:1.7.30:jar 13:44:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/slf4j/slf4j-ext/1.7.30/slf4j-ext-1.7.30.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.ext_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:53 [INFO] Merging collected dependencies 13:44:53 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:53 [INFO] Copying 27 resources 13:44:53 [INFO] Generating OSGi MANIFEST.MF 13:44:53 [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.ext:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 13:44:53 [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 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.ext_1.7.30/target/org.slf4j.ext-1.7.30-SNAPSHOT.jar 13:44:53 [INFO] Gathering sources 13:44:53 [INFO] Configured Artifact: org.slf4j:slf4j-ext:sources:1.7.30:jar 13:44:53 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/slf4j/slf4j-ext/1.7.30/slf4j-ext-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.ext_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:53 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:53 [INFO] Copying 3 resources 13:44:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.ext_1.7.30/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.ext_1.7.30/target/org.slf4j.ext-1.7.30-SNAPSHOT-sources.jar 13:44:53 [INFO] Assembling p2 repository 13:44:54 [INFO] 13:44:54 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.ext --- 13:44:54 [INFO] 13:44:54 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.ext --- 13:44:54 [INFO] Discovering license information from existing ip_log.xml 13:44:54 [INFO] Discovered license 'MIT license' for artifact org.slf4j:slf4j-ext:1.7.30. 13:44:54 [INFO] Gathering sources archives 13:44:54 [INFO] Configured Artifact: org.slf4j:slf4j-ext:sources:1.7.30:jar 13:44:54 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/slf4j/slf4j-ext/1.7.30/slf4j-ext-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:44:54 [INFO] Configured Artifact: org.slf4j:slf4j-ext:sources:1.7.30:jar 13:44:54 [INFO] Copying slf4j-ext-1.7.30-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.ext_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-ext-1.7.30-sources.jar 13:44:54 [INFO] Refreshing about files and about.html 13:44:54 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:44:54 [INFO] Refreshing ip_log.xml 13:44:54 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.ext_1.7.30/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:44:54 [INFO] 13:44:54 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.slf4j.ext --- 13:44:54 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.ext_1.7.30/target/org.slf4j.ext-1.7.30-SNAPSHOT.jar 13:44:54 [INFO] 13:44:54 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.slf4j.ext --- 13:44:54 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.ext_1.7.30/target/org.slf4j.ext-1.7.30-SNAPSHOT.jar 13:44:55 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.ext_1.7.30/target/org.slf4j.ext-1.7.30-SNAPSHOT-sources.jar 13:44:56 [INFO] 13:44:56 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.slf4j.ext --- 13:44:56 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.ext_1.7.30/target/org.slf4j.ext-1.7.30-SNAPSHOT.jar 13:44:56 [INFO] 13:44:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.slf4j.ext --- 13:44:56 [INFO] 13:44:56 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.slf4j.ext --- 13:44:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.ext_1.7.30/target/org.slf4j.ext-1.7.30-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT.jar 13:44:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.ext_1.7.30/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT.pom 13:44:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT-sources.jar 13:44:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.ext_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT-p2metadata.xml 13:44:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.ext_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT-p2artifacts.xml 13:44:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.ext_1.7.30/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT-ip_log.xml 13:44:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.ext_1.7.30/target/org.slf4j.ext-1.7.30-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT-pack200.jar.pack.gz 13:44:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.ext_1.7.30/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT-p2metadata.xml 13:44:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.slf4j.ext_1.7.30/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT-p2artifacts.xml 13:44:56 [INFO] 13:44:56 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.slf4j.ext --- 13:44:56 [INFO] 13:44:56 [INFO] -----------< org.eclipse.orbit.bundles:ch.qos.logback.core >------------ 13:44:56 [INFO] Building Logback Core Module 1.2.3-SNAPSHOT [348/376] 13:44:56 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:44:57 [INFO] 13:44:57 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ch.qos.logback.core --- 13:44:57 [INFO] 13:44:57 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ ch.qos.logback.core --- 13:44:57 [INFO] The project's OSGi version is 1.2.3.v20200428-2012 13:44:57 [INFO] 13:44:57 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ ch.qos.logback.core --- 13:44:57 [INFO] 13:44:57 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ch.qos.logback.core --- 13:44:57 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:57 [INFO] Copying 3 resources 13:44:57 [INFO] 13:44:57 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ch.qos.logback.core --- 13:44:57 [INFO] No sources to compile 13:44:57 [INFO] 13:44:57 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ ch.qos.logback.core --- 13:44:57 [INFO] Gathering dependencies 13:44:57 [INFO] Configured Artifact: ch.qos.logback:logback-core:1.2.3:jar 13:44:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.core_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:57 [INFO] Merging collected dependencies 13:44:57 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:57 [INFO] Copying 374 resources 13:44:57 [INFO] Generating OSGi MANIFEST.MF 13:44:57 [WARNING] Manifest org.eclipse.orbit.bundles:ch.qos.logback.core:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] 13:44:57 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.core_1.2.3/target/ch.qos.logback.core-1.2.3-SNAPSHOT.jar 13:44:57 [INFO] Gathering sources 13:44:57 [INFO] Configured Artifact: ch.qos.logback:logback-core:sources:1.2.3:jar 13:44:58 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.core_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:44:58 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:44:58 [INFO] Copying 3 resources 13:44:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.core_1.2.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.core_1.2.3/target/ch.qos.logback.core-1.2.3-SNAPSHOT-sources.jar 13:44:58 [INFO] Assembling p2 repository 13:44:58 [INFO] 13:44:58 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ ch.qos.logback.core --- 13:44:58 [INFO] 13:44:58 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ ch.qos.logback.core --- 13:44:58 [INFO] Discovering license information from existing ip_log.xml 13:44:58 [INFO] Gathering sources archives 13:44:58 [INFO] Configured Artifact: ch.qos.logback:logback-core:sources:1.2.3:jar 13:44:58 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:44:58 [INFO] Configured Artifact: ch.qos.logback:logback-core:sources:1.2.3:jar 13:44:58 [INFO] Copying logback-core-1.2.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.core_1.2.3/target/sources-for-eclipse-ipzilla/logback-core-1.2.3-sources.jar 13:44:58 [INFO] Refreshing about files and about.html 13:44:58 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:44:58 [INFO] Refreshing ip_log.xml 13:44:58 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.core_1.2.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:44:58 [INFO] 13:44:58 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ ch.qos.logback.core --- 13:44:58 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.core_1.2.3/target/ch.qos.logback.core-1.2.3-SNAPSHOT.jar 13:44:58 [INFO] 13:44:58 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ ch.qos.logback.core --- 13:44:59 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.core_1.2.3/target/ch.qos.logback.core-1.2.3-SNAPSHOT.jar 13:45:00 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.core_1.2.3/target/ch.qos.logback.core-1.2.3-SNAPSHOT-sources.jar 13:45:01 [INFO] 13:45:01 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ ch.qos.logback.core --- 13:45:01 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.core_1.2.3/target/ch.qos.logback.core-1.2.3-SNAPSHOT.jar 13:45:02 [INFO] 13:45:02 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ ch.qos.logback.core --- 13:45:02 [INFO] 13:45:02 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ch.qos.logback.core --- 13:45:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT.jar 13:45:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.core_1.2.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT.pom 13:45:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT-sources.jar 13:45:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.core_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT-p2metadata.xml 13:45:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.core_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT-p2artifacts.xml 13:45:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.core_1.2.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT-ip_log.xml 13:45:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.core_1.2.3/target/ch.qos.logback.core-1.2.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT-pack200.jar.pack.gz 13:45:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.core_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT-p2metadata.xml 13:45:02 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.core_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT-p2artifacts.xml 13:45:02 [INFO] 13:45:02 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ ch.qos.logback.core --- 13:45:02 [INFO] 13:45:02 [INFO] ----------< org.eclipse.orbit.bundles:ch.qos.logback.classic >---------- 13:45:02 [INFO] Building Logback Classic Module 1.2.3-SNAPSHOT [349/376] 13:45:02 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:45:03 [INFO] 13:45:03 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ch.qos.logback.classic --- 13:45:03 [INFO] 13:45:03 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ ch.qos.logback.classic --- 13:45:03 [INFO] The project's OSGi version is 1.2.3.v20200428-2012 13:45:03 [INFO] 13:45:03 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ ch.qos.logback.classic --- 13:45:03 [INFO] 13:45:03 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ch.qos.logback.classic --- 13:45:03 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:03 [INFO] Copying 3 resources 13:45:04 [INFO] 13:45:04 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ch.qos.logback.classic --- 13:45:04 [INFO] No sources to compile 13:45:04 [INFO] 13:45:04 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ ch.qos.logback.classic --- 13:45:04 [INFO] Gathering dependencies 13:45:04 [INFO] Configured Artifact: ch.qos.logback:logback-classic:1.2.3:jar 13:45:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.classic_1.2.3/target/dependency-bin with includes "**/*" and excludes "org/slf4j/impl/*.*,META-INF/maven/**/*.*" 13:45:04 [INFO] Merging collected dependencies 13:45:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:04 [INFO] Copying 191 resources 13:45:04 [INFO] Generating OSGi MANIFEST.MF 13:45:04 [WARNING] Manifest org.eclipse.orbit.bundles:ch.qos.logback.classic:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] 13:45:04 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.classic_1.2.3/target/ch.qos.logback.classic-1.2.3-SNAPSHOT.jar 13:45:04 [INFO] Gathering sources 13:45:04 [INFO] Configured Artifact: ch.qos.logback:logback-classic:sources:1.2.3:jar 13:45:05 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.classic_1.2.3/target/dependency-src with includes "**/*" and excludes "org/slf4j/impl/*.*,META-INF/maven/**/*.*" 13:45:05 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:05 [INFO] Copying 3 resources 13:45:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.classic_1.2.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.classic_1.2.3/target/ch.qos.logback.classic-1.2.3-SNAPSHOT-sources.jar 13:45:05 [INFO] Assembling p2 repository 13:45:07 [INFO] 13:45:07 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ ch.qos.logback.classic --- 13:45:07 [INFO] 13:45:07 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ ch.qos.logback.classic --- 13:45:07 [INFO] Discovering license information from existing ip_log.xml 13:45:07 [INFO] Gathering sources archives 13:45:07 [INFO] Configured Artifact: ch.qos.logback:logback-classic:sources:1.2.3:jar 13:45:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:45:07 [INFO] Configured Artifact: ch.qos.logback:logback-classic:sources:1.2.3:jar 13:45:07 [INFO] Copying logback-classic-1.2.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.classic_1.2.3/target/sources-for-eclipse-ipzilla/logback-classic-1.2.3-sources.jar 13:45:07 [INFO] Refreshing about files and about.html 13:45:07 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:45:07 [INFO] Refreshing ip_log.xml 13:45:07 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.classic_1.2.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:45:07 [INFO] 13:45:07 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ ch.qos.logback.classic --- 13:45:07 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.classic_1.2.3/target/ch.qos.logback.classic-1.2.3-SNAPSHOT.jar 13:45:07 [INFO] 13:45:07 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ ch.qos.logback.classic --- 13:45:07 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.classic_1.2.3/target/ch.qos.logback.classic-1.2.3-SNAPSHOT.jar 13:45:09 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.classic_1.2.3/target/ch.qos.logback.classic-1.2.3-SNAPSHOT-sources.jar 13:45:10 [INFO] 13:45:10 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ ch.qos.logback.classic --- 13:45:10 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.classic_1.2.3/target/ch.qos.logback.classic-1.2.3-SNAPSHOT.jar 13:45:10 [INFO] 13:45:10 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ ch.qos.logback.classic --- 13:45:10 [INFO] 13:45:10 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ch.qos.logback.classic --- 13:45:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT.jar 13:45:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.classic_1.2.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT.pom 13:45:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT-sources.jar 13:45:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.classic_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT-p2metadata.xml 13:45:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.classic_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT-p2artifacts.xml 13:45:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.classic_1.2.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT-ip_log.xml 13:45:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.classic_1.2.3/target/ch.qos.logback.classic-1.2.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT-pack200.jar.pack.gz 13:45:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.classic_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT-p2metadata.xml 13:45:10 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.classic_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT-p2artifacts.xml 13:45:10 [INFO] 13:45:10 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ ch.qos.logback.classic --- 13:45:10 [INFO] 13:45:10 [INFO] -----------< org.eclipse.orbit.bundles:ch.qos.logback.slf4j >----------- 13:45:10 [INFO] Building Logback SLF4J Binding 1.2.3-SNAPSHOT [350/376] 13:45:10 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:45:10 [INFO] 13:45:10 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ch.qos.logback.slf4j --- 13:45:10 [INFO] 13:45:10 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ ch.qos.logback.slf4j --- 13:45:10 [INFO] The project's OSGi version is 1.2.3.v20200428-2012 13:45:10 [INFO] 13:45:10 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ ch.qos.logback.slf4j --- 13:45:10 [INFO] 13:45:10 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ch.qos.logback.slf4j --- 13:45:10 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:10 [INFO] Copying 3 resources 13:45:10 [INFO] 13:45:10 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ch.qos.logback.slf4j --- 13:45:10 [INFO] No sources to compile 13:45:10 [INFO] 13:45:10 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ ch.qos.logback.slf4j --- 13:45:10 [INFO] Gathering dependencies 13:45:10 [INFO] Configured Artifact: ch.qos.logback:logback-classic:1.2.3:jar 13:45:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.slf4j_1.2.3/target/dependency-bin with includes "org/slf4j/impl/*.*" and excludes "META-INF/maven/**/*.*" 13:45:10 [INFO] Merging collected dependencies 13:45:10 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:10 [INFO] Copying 3 resources 13:45:10 [INFO] Generating OSGi MANIFEST.MF 13:45:10 [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*] 13:45:10 [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 13:45:10 [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 13:45:10 [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 cannot be found on the classpath 13:45:10 [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.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.slf4j_1.2.3/target/ch.qos.logback.slf4j-1.2.3-SNAPSHOT.jar 13:45:10 [INFO] Gathering sources 13:45:10 [INFO] Configured Artifact: ch.qos.logback:logback-classic:sources:1.2.3:jar 13:45:10 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.slf4j_1.2.3/target/dependency-src with includes "org/slf4j/impl/*.*" and excludes "META-INF/maven/**/*.*" 13:45:10 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:10 [INFO] Copying 3 resources 13:45:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.slf4j_1.2.3/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.slf4j_1.2.3/target/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-sources.jar 13:45:10 [INFO] Assembling p2 repository 13:45:11 [INFO] 13:45:11 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ ch.qos.logback.slf4j --- 13:45:11 [INFO] 13:45:11 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ ch.qos.logback.slf4j --- 13:45:11 [INFO] Discovering license information from existing ip_log.xml 13:45:11 [INFO] Gathering sources archives 13:45:11 [INFO] Configured Artifact: ch.qos.logback:logback-classic:sources:1.2.3:jar 13:45:11 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:45:11 [INFO] Configured Artifact: ch.qos.logback:logback-classic:sources:1.2.3:jar 13:45:11 [INFO] Copying logback-classic-1.2.3-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.slf4j_1.2.3/target/sources-for-eclipse-ipzilla/logback-classic-1.2.3-sources.jar 13:45:11 [INFO] Refreshing about files and about.html 13:45:11 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:45:11 [INFO] Refreshing ip_log.xml 13:45:11 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.slf4j_1.2.3/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:45:11 [INFO] 13:45:11 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ ch.qos.logback.slf4j --- 13:45:11 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.slf4j_1.2.3/target/ch.qos.logback.slf4j-1.2.3-SNAPSHOT.jar 13:45:11 [INFO] 13:45:11 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ ch.qos.logback.slf4j --- 13:45:11 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.slf4j_1.2.3/target/ch.qos.logback.slf4j-1.2.3-SNAPSHOT.jar 13:45:12 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.slf4j_1.2.3/target/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-sources.jar 13:45:14 [INFO] 13:45:14 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ ch.qos.logback.slf4j --- 13:45:14 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.slf4j_1.2.3/target/ch.qos.logback.slf4j-1.2.3-SNAPSHOT.jar 13:45:14 [INFO] 13:45:14 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ ch.qos.logback.slf4j --- 13:45:14 [INFO] 13:45:14 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ch.qos.logback.slf4j --- 13:45:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT.jar 13:45:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.slf4j_1.2.3/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT.pom 13:45:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-sources.jar 13:45:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.slf4j_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-p2metadata.xml 13:45:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.slf4j_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-p2artifacts.xml 13:45:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.slf4j_1.2.3/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-ip_log.xml 13:45:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.slf4j_1.2.3/target/ch.qos.logback.slf4j-1.2.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-pack200.jar.pack.gz 13:45:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.slf4j_1.2.3/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-p2metadata.xml 13:45:14 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/ch.qos.logback.slf4j_1.2.3/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-p2artifacts.xml 13:45:14 [INFO] 13:45:14 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ ch.qos.logback.slf4j --- 13:45:14 [INFO] 13:45:14 [INFO] ------------< org.eclipse.orbit.bundles:org.jboss.logging >------------- 13:45:14 [INFO] Building JBoss Logging 3.3.2-SNAPSHOT [351/376] 13:45:14 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:45:14 [INFO] 13:45:14 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jboss.logging --- 13:45:14 [INFO] 13:45:14 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.jboss.logging --- 13:45:14 [INFO] The project's OSGi version is 3.3.2.v20200706-1523 13:45:14 [INFO] 13:45:14 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.jboss.logging --- 13:45:14 [INFO] 13:45:14 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.jboss.logging --- 13:45:14 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:14 [INFO] Copying 3 resources 13:45:14 [INFO] 13:45:14 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.jboss.logging --- 13:45:14 [INFO] No sources to compile 13:45:14 [INFO] 13:45:14 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.jboss.logging --- 13:45:14 [INFO] Gathering dependencies 13:45:14 [INFO] Configured Artifact: org.jboss.logging:jboss-logging:3.3.2.Final:jar 13:45:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/logging/org.jboss.logging_3.3.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:45:14 [INFO] Merging collected dependencies 13:45:14 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:14 [INFO] Copying 48 resources 13:45:14 [INFO] Generating OSGi MANIFEST.MF 13:45:14 [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 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.jboss.logging_3.3.2/target/org.jboss.logging-3.3.2-SNAPSHOT.jar 13:45:14 [INFO] Gathering sources 13:45:14 [INFO] Configured Artifact: org.jboss.logging:jboss-logging:sources:3.3.2.Final:jar 13:45:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/logging/org.jboss.logging_3.3.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:45:14 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:14 [INFO] Copying 3 resources 13:45:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.jboss.logging_3.3.2/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.jboss.logging_3.3.2/target/org.jboss.logging-3.3.2-SNAPSHOT-sources.jar 13:45:14 [INFO] Assembling p2 repository 13:45:15 [INFO] 13:45:15 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.jboss.logging --- 13:45:15 [INFO] 13:45:15 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.jboss.logging --- 13:45:15 [INFO] Discovering license information from existing ip_log.xml 13:45:15 [INFO] Discovered license 'Apache License, 2.0' for artifact org.jboss.logging:jboss-logging:3.3.2.Final. 13:45:15 [INFO] Gathering sources archives 13:45:15 [INFO] Configured Artifact: org.jboss.logging:jboss-logging:sources:3.3.2.Final:jar 13:45:15 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:45:15 [INFO] Configured Artifact: org.jboss.logging:jboss-logging:sources:3.3.2.Final:jar 13:45:15 [INFO] Copying jboss-logging-3.3.2.Final-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.jboss.logging_3.3.2/target/sources-for-eclipse-ipzilla/jboss-logging-3.3.2.Final-sources.jar 13:45:15 [INFO] Refreshing about files and about.html 13:45:15 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:45:15 [INFO] Refreshing ip_log.xml 13:45:15 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.jboss.logging_3.3.2/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:45:15 [INFO] 13:45:15 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.jboss.logging --- 13:45:15 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.jboss.logging_3.3.2/target/org.jboss.logging-3.3.2-SNAPSHOT.jar 13:45:15 [INFO] 13:45:15 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.jboss.logging --- 13:45:16 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.jboss.logging_3.3.2/target/org.jboss.logging-3.3.2-SNAPSHOT.jar 13:45:17 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.jboss.logging_3.3.2/target/org.jboss.logging-3.3.2-SNAPSHOT-sources.jar 13:45:19 [INFO] 13:45:19 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.jboss.logging --- 13:45:19 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.jboss.logging_3.3.2/target/org.jboss.logging-3.3.2-SNAPSHOT.jar 13:45:19 [INFO] 13:45:19 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.jboss.logging --- 13:45:19 [INFO] 13:45:19 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.jboss.logging --- 13:45:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.jboss.logging_3.3.2/target/org.jboss.logging-3.3.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT.jar 13:45:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.jboss.logging_3.3.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT.pom 13:45:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT-sources.jar 13:45:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.jboss.logging_3.3.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT-p2metadata.xml 13:45:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.jboss.logging_3.3.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT-p2artifacts.xml 13:45:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.jboss.logging_3.3.2/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT-ip_log.xml 13:45:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.jboss.logging_3.3.2/target/org.jboss.logging-3.3.2-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT-pack200.jar.pack.gz 13:45:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.jboss.logging_3.3.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT-p2metadata.xml 13:45:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.jboss.logging_3.3.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT-p2artifacts.xml 13:45:19 [INFO] 13:45:19 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.jboss.logging --- 13:45:19 [INFO] 13:45:19 [INFO] ---------< org.eclipse.orbit.bundles:org.apache.logging.log4j >--------- 13:45:19 [INFO] Building Apache Log4j 2 2.8.2-SNAPSHOT [352/376] 13:45:19 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:45:19 [INFO] 13:45:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.logging.log4j --- 13:45:19 [INFO] 13:45:19 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.apache.logging.log4j --- 13:45:19 [INFO] The project's OSGi version is 2.8.2.v20200818-1118 13:45:19 [INFO] 13:45:19 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.apache.logging.log4j --- 13:45:19 [INFO] 13:45:19 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.apache.logging.log4j --- 13:45:19 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:19 [INFO] Copying 3 resources 13:45:19 [INFO] 13:45:19 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.logging.log4j --- 13:45:19 [INFO] No sources to compile 13:45:19 [INFO] 13:45:19 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.apache.logging.log4j --- 13:45:19 [INFO] Gathering dependencies 13:45:19 [INFO] Configured Artifact: org.apache.logging.log4j:log4j-api:2.8.2:jar 13:45:19 [INFO] Configured Artifact: org.apache.logging.log4j:log4j-core:2.8.2:jar 13:45:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/logging/log4j/log4j-api/2.8.2/log4j-api-2.8.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:45:19 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/logging/log4j/log4j-core/2.8.2/log4j-core-2.8.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:45:20 [INFO] Merging collected dependencies 13:45:20 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:20 [INFO] Copying 1076 resources 13:45:20 [INFO] Generating OSGi MANIFEST.MF 13:45:21 [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.logging.log4j:eclipse-bundle-recipe:2.8.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/org.apache.logging.log4j-2.8.2-SNAPSHOT.jar 13:45:21 [INFO] Gathering sources 13:45:21 [INFO] Configured Artifact: org.apache.logging.log4j:log4j-api:sources:2.8.2:jar 13:45:21 [INFO] Configured Artifact: org.apache.logging.log4j:log4j-core:sources:2.8.2:jar 13:45:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/logging/log4j/log4j-api/2.8.2/log4j-api-2.8.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:45:21 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/logging/log4j/log4j-core/2.8.2/log4j-core-2.8.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:45:21 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:21 [INFO] Copying 3 resources 13:45:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/org.apache.logging.log4j-2.8.2-SNAPSHOT-sources.jar 13:45:21 [INFO] Assembling p2 repository 13:45:22 [INFO] 13:45:22 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.logging.log4j --- 13:45:22 [INFO] 13:45:22 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.logging.log4j --- 13:45:22 [INFO] Discovering license information from existing ip_log.xml 13:45:22 [INFO] Gathering sources archives 13:45:22 [INFO] Configured Artifact: org.apache.logging.log4j:log4j-api:sources:2.8.2:jar 13:45:22 [INFO] Configured Artifact: org.apache.logging.log4j:log4j-core:sources:2.8.2:jar 13:45:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/logging/log4j/log4j-api/2.8.2/log4j-api-2.8.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/sources-for-eclipse-ipzilla/log4j-api-2.8.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:45:22 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/apache/logging/log4j/log4j-core/2.8.2/log4j-core-2.8.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/sources-for-eclipse-ipzilla/log4j-core-2.8.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:45:22 [INFO] Configured Artifact: org.apache.logging.log4j:log4j-api:sources:2.8.2:jar 13:45:22 [INFO] Configured Artifact: org.apache.logging.log4j:log4j-core:sources:2.8.2:jar 13:45:22 [INFO] Copying log4j-api-2.8.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/sources-for-eclipse-ipzilla/log4j-api-2.8.2-sources.jar 13:45:22 [INFO] Copying log4j-core-2.8.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/sources-for-eclipse-ipzilla/log4j-core-2.8.2-sources.jar 13:45:22 [INFO] Refreshing about files and about.html 13:45:22 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.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). 13:45:22 [INFO] Refreshing ip_log.xml 13:45:22 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:45:22 [INFO] 13:45:22 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.apache.logging.log4j --- 13:45:22 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/org.apache.logging.log4j-2.8.2-SNAPSHOT.jar 13:45:23 [INFO] 13:45:23 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.apache.logging.log4j --- 13:45:23 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/org.apache.logging.log4j-2.8.2-SNAPSHOT.jar 13:45:26 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/org.apache.logging.log4j-2.8.2-SNAPSHOT-sources.jar 13:45:28 [INFO] 13:45:28 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.apache.logging.log4j --- 13:45:28 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/org.apache.logging.log4j-2.8.2-SNAPSHOT.jar 13:45:29 [INFO] 13:45:29 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.apache.logging.log4j --- 13:45:29 [INFO] 13:45:29 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.apache.logging.log4j --- 13:45:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/org.apache.logging.log4j-2.8.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.8.2-SNAPSHOT/org.apache.logging.log4j-2.8.2-SNAPSHOT.jar 13:45:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.8.2-SNAPSHOT/org.apache.logging.log4j-2.8.2-SNAPSHOT.pom 13:45:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/org.apache.logging.log4j-2.8.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.8.2-SNAPSHOT/org.apache.logging.log4j-2.8.2-SNAPSHOT-sources.jar 13:45:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.8.2-SNAPSHOT/org.apache.logging.log4j-2.8.2-SNAPSHOT-p2metadata.xml 13:45:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.8.2-SNAPSHOT/org.apache.logging.log4j-2.8.2-SNAPSHOT-p2artifacts.xml 13:45:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.8.2-SNAPSHOT/org.apache.logging.log4j-2.8.2-SNAPSHOT-ip_log.xml 13:45:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/org.apache.logging.log4j-2.8.2-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.8.2-SNAPSHOT/org.apache.logging.log4j-2.8.2-SNAPSHOT-pack200.jar.pack.gz 13:45:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.8.2-SNAPSHOT/org.apache.logging.log4j-2.8.2-SNAPSHOT-p2metadata.xml 13:45:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/logging/org.apache.logging.log4j_2.8.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.8.2-SNAPSHOT/org.apache.logging.log4j-2.8.2-SNAPSHOT-p2artifacts.xml 13:45:29 [INFO] 13:45:29 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.apache.logging.log4j --- 13:45:29 [INFO] 13:45:29 [INFO] --------------< org.eclipse.orbit.bundles:mockito-parent >-------------- 13:45:29 [INFO] Building Eclipse Orbit :: Mockito Recipes 1.0.0-SNAPSHOT [353/376] 13:45:29 [INFO] --------------------------------[ pom ]--------------------------------- 13:45:29 [INFO] 13:45:29 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mockito-parent --- 13:45:29 [INFO] 13:45:29 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ mockito-parent --- 13:45:29 [INFO] 13:45:29 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ mockito-parent --- 13:45:29 [INFO] 13:45:29 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ mockito-parent --- 13:45:29 [INFO] 13:45:29 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ mockito-parent --- 13:45:29 [INFO] 13:45:29 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ mockito-parent --- 13:45:29 [INFO] 13:45:29 [INFO] --- maven-install-plugin:2.4:install (default-install) @ mockito-parent --- 13:45:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/mockito-parent/1.0.0-SNAPSHOT/mockito-parent-1.0.0-SNAPSHOT.pom 13:45:29 [INFO] 13:45:29 [INFO] -----------------< org.eclipse.orbit.bundles:mockito2 >----------------- 13:45:29 [INFO] Building Eclipse Orbit :: Mockito 2 Recipes 1.0.0-SNAPSHOT [354/376] 13:45:29 [INFO] --------------------------------[ pom ]--------------------------------- 13:45:29 [INFO] 13:45:29 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mockito2 --- 13:45:29 [INFO] 13:45:29 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ mockito2 --- 13:45:29 [INFO] 13:45:29 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ mockito2 --- 13:45:29 [INFO] 13:45:29 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ mockito2 --- 13:45:29 [INFO] 13:45:29 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ mockito2 --- 13:45:29 [INFO] 13:45:29 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ mockito2 --- 13:45:29 [INFO] 13:45:29 [INFO] --- maven-install-plugin:2.4:install (default-install) @ mockito2 --- 13:45:29 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/mockito2/1.0.0-SNAPSHOT/mockito2-1.0.0-SNAPSHOT.pom 13:45:29 [INFO] 13:45:29 [INFO] ---------------< org.eclipse.orbit.bundles:org.mockito >---------------- 13:45:29 [INFO] Building Mockito 2 2.13.0-SNAPSHOT [355/376] 13:45:29 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:45:29 [INFO] 13:45:29 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.mockito --- 13:45:29 [INFO] 13:45:29 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.mockito --- 13:45:29 [INFO] The project's OSGi version is 2.13.0.v20200310-1642 13:45:29 [INFO] 13:45:29 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.mockito --- 13:45:29 [INFO] 13:45:29 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.mockito --- 13:45:29 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:29 [INFO] Copying 3 resources 13:45:29 [INFO] 13:45:29 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.mockito --- 13:45:29 [INFO] No sources to compile 13:45:29 [INFO] 13:45:29 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.mockito --- 13:45:29 [INFO] Gathering dependencies 13:45:29 [INFO] Configured Artifact: org.mockito:mockito-core:2.13.0:jar 13:45:29 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/mockito/mockito-core/2.13.0/mockito-core-2.13.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:45:29 [INFO] Merging collected dependencies 13:45:29 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:29 [INFO] Copying 514 resources 13:45:30 [INFO] Generating OSGi MANIFEST.MF 13:45:30 [WARNING] Manifest org.eclipse.orbit.bundles:org.mockito:eclipse-bundle-recipe:2.13.0-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/target/org.mockito-2.13.0-SNAPSHOT.jar 13:45:30 [INFO] Gathering sources 13:45:30 [INFO] Configured Artifact: org.mockito:mockito-core:sources:2.13.0:jar 13:45:32 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/mockito/mockito-core/2.13.0/mockito-core-2.13.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:45:33 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:33 [INFO] Copying 3 resources 13:45:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/target/org.mockito-2.13.0-SNAPSHOT-sources.jar 13:45:33 [INFO] Assembling p2 repository 13:45:35 [INFO] 13:45:35 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.mockito --- 13:45:35 [INFO] 13:45:35 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.mockito --- 13:45:35 [INFO] Discovering license information from existing ip_log.xml 13:45:35 [INFO] Discovered license 'MIT license' for artifact org.mockito:mockito-core:2.13.0. 13:45:35 [INFO] Gathering sources archives 13:45:35 [INFO] Configured Artifact: org.mockito:mockito-core:sources:2.13.0:jar 13:45:35 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/mockito/mockito-core/2.13.0/mockito-core-2.13.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/target/sources-for-eclipse-ipzilla/mockito-core-2.13.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:45:35 [INFO] Configured Artifact: org.mockito:mockito-core:sources:2.13.0:jar 13:45:35 [INFO] Copying mockito-core-2.13.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/target/sources-for-eclipse-ipzilla/mockito-core-2.13.0-sources.jar 13:45:35 [INFO] Refreshing about files and about.html 13:45:35 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.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). 13:45:35 [INFO] Refreshing ip_log.xml 13:45:35 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:45:35 [INFO] 13:45:35 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.mockito --- 13:45:35 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/target/org.mockito-2.13.0-SNAPSHOT.jar 13:45:36 [INFO] 13:45:36 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.mockito --- 13:45:36 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/target/org.mockito-2.13.0-SNAPSHOT.jar 13:45:38 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/target/org.mockito-2.13.0-SNAPSHOT-sources.jar 13:45:40 [INFO] 13:45:40 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.mockito --- 13:45:40 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/target/org.mockito-2.13.0-SNAPSHOT.jar 13:45:40 [INFO] 13:45:40 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.mockito --- 13:45:40 [INFO] 13:45:40 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.mockito --- 13:45:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/target/org.mockito-2.13.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mockito/2.13.0-SNAPSHOT/org.mockito-2.13.0-SNAPSHOT.jar 13:45:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mockito/2.13.0-SNAPSHOT/org.mockito-2.13.0-SNAPSHOT.pom 13:45:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/target/org.mockito-2.13.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mockito/2.13.0-SNAPSHOT/org.mockito-2.13.0-SNAPSHOT-sources.jar 13:45:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mockito/2.13.0-SNAPSHOT/org.mockito-2.13.0-SNAPSHOT-p2metadata.xml 13:45:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mockito/2.13.0-SNAPSHOT/org.mockito-2.13.0-SNAPSHOT-p2artifacts.xml 13:45:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mockito/2.13.0-SNAPSHOT/org.mockito-2.13.0-SNAPSHOT-ip_log.xml 13:45:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/target/org.mockito-2.13.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mockito/2.13.0-SNAPSHOT/org.mockito-2.13.0-SNAPSHOT-pack200.jar.pack.gz 13:45:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mockito/2.13.0-SNAPSHOT/org.mockito-2.13.0-SNAPSHOT-p2metadata.xml 13:45:40 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.13.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mockito/2.13.0-SNAPSHOT/org.mockito-2.13.0-SNAPSHOT-p2artifacts.xml 13:45:40 [INFO] 13:45:40 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.mockito --- 13:45:40 [INFO] 13:45:40 [INFO] ---------------< org.eclipse.orbit.bundles:org.mockito >---------------- 13:45:40 [INFO] Building Mockito 2 2.23.0-SNAPSHOT [356/376] 13:45:40 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:45:41 [INFO] 13:45:41 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.mockito --- 13:45:41 [INFO] 13:45:41 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.mockito --- 13:45:41 [INFO] The project's OSGi version is 2.23.0.v20200310-1642 13:45:41 [INFO] 13:45:41 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.mockito --- 13:45:41 [INFO] 13:45:41 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.mockito --- 13:45:41 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:41 [INFO] Copying 3 resources 13:45:41 [INFO] 13:45:41 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.mockito --- 13:45:41 [INFO] No sources to compile 13:45:41 [INFO] 13:45:41 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.mockito --- 13:45:41 [INFO] Gathering dependencies 13:45:41 [INFO] Configured Artifact: org.mockito:mockito-core:2.23.0:jar 13:45:41 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/mockito/mockito-core/2.23.0/mockito-core-2.23.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:45:41 [INFO] Merging collected dependencies 13:45:41 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:41 [INFO] Copying 545 resources 13:45:42 [INFO] Generating OSGi MANIFEST.MF 13:45:42 [WARNING] Manifest org.eclipse.orbit.bundles:org.mockito:eclipse-bundle-recipe:2.23.0-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/target/org.mockito-2.23.0-SNAPSHOT.jar 13:45:42 [INFO] Gathering sources 13:45:42 [INFO] Configured Artifact: org.mockito:mockito-core:sources:2.23.0:jar 13:45:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/mockito/mockito-core/2.23.0/mockito-core-2.23.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:45:44 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:44 [INFO] Copying 3 resources 13:45:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/target/org.mockito-2.23.0-SNAPSHOT-sources.jar 13:45:44 [INFO] Assembling p2 repository 13:45:45 [INFO] 13:45:45 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.mockito --- 13:45:45 [INFO] 13:45:45 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.mockito --- 13:45:45 [INFO] Discovering license information from existing ip_log.xml 13:45:45 [INFO] Discovered license 'MIT license' for artifact org.mockito:mockito-core:2.23.0. 13:45:45 [INFO] Gathering sources archives 13:45:45 [INFO] Configured Artifact: org.mockito:mockito-core:sources:2.23.0:jar 13:45:45 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/mockito/mockito-core/2.23.0/mockito-core-2.23.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/target/sources-for-eclipse-ipzilla/mockito-core-2.23.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:45:45 [INFO] Configured Artifact: org.mockito:mockito-core:sources:2.23.0:jar 13:45:45 [INFO] Copying mockito-core-2.23.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/target/sources-for-eclipse-ipzilla/mockito-core-2.23.0-sources.jar 13:45:45 [INFO] Refreshing about files and about.html 13:45:45 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.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). 13:45:45 [INFO] Refreshing ip_log.xml 13:45:45 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:45:45 [INFO] 13:45:45 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.mockito --- 13:45:45 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/target/org.mockito-2.23.0-SNAPSHOT.jar 13:45:45 [INFO] 13:45:45 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.mockito --- 13:45:45 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/target/org.mockito-2.23.0-SNAPSHOT.jar 13:45:47 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/target/org.mockito-2.23.0-SNAPSHOT-sources.jar 13:45:49 [INFO] 13:45:49 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.mockito --- 13:45:49 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/target/org.mockito-2.23.0-SNAPSHOT.jar 13:45:49 [INFO] 13:45:49 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.mockito --- 13:45:49 [INFO] 13:45:49 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.mockito --- 13:45:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/target/org.mockito-2.23.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mockito/2.23.0-SNAPSHOT/org.mockito-2.23.0-SNAPSHOT.jar 13:45:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mockito/2.23.0-SNAPSHOT/org.mockito-2.23.0-SNAPSHOT.pom 13:45:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/target/org.mockito-2.23.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mockito/2.23.0-SNAPSHOT/org.mockito-2.23.0-SNAPSHOT-sources.jar 13:45:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mockito/2.23.0-SNAPSHOT/org.mockito-2.23.0-SNAPSHOT-p2metadata.xml 13:45:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mockito/2.23.0-SNAPSHOT/org.mockito-2.23.0-SNAPSHOT-p2artifacts.xml 13:45:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mockito/2.23.0-SNAPSHOT/org.mockito-2.23.0-SNAPSHOT-ip_log.xml 13:45:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/target/org.mockito-2.23.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mockito/2.23.0-SNAPSHOT/org.mockito-2.23.0-SNAPSHOT-pack200.jar.pack.gz 13:45:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mockito/2.23.0-SNAPSHOT/org.mockito-2.23.0-SNAPSHOT-p2metadata.xml 13:45:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/mockito/mockito2/org.mockito_2.23.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.mockito/2.23.0-SNAPSHOT/org.mockito-2.23.0-SNAPSHOT-p2artifacts.xml 13:45:49 [INFO] 13:45:49 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.mockito --- 13:45:49 [INFO] 13:45:49 [INFO] ------------------< org.eclipse.orbit.bundles:netty >------------------- 13:45:49 [INFO] Building Eclipse Orbit :: Netty Recipes 1.0.0-SNAPSHOT [357/376] 13:45:49 [INFO] --------------------------------[ pom ]--------------------------------- 13:45:49 [INFO] 13:45:49 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ netty --- 13:45:49 [INFO] 13:45:49 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ netty --- 13:45:49 [INFO] 13:45:49 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ netty --- 13:45:49 [INFO] 13:45:49 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ netty --- 13:45:49 [INFO] 13:45:49 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ netty --- 13:45:49 [INFO] 13:45:49 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ netty --- 13:45:49 [INFO] 13:45:49 [INFO] --- maven-install-plugin:2.4:install (default-install) @ netty --- 13:45:49 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/netty/1.0.0-SNAPSHOT/netty-1.0.0-SNAPSHOT.pom 13:45:49 [INFO] 13:45:49 [INFO] -------------< org.eclipse.orbit.bundles:io.netty.common >-------------- 13:45:49 [INFO] Building Netty/Common 4.1.56-SNAPSHOT [358/376] 13:45:49 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:45:49 [INFO] 13:45:49 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.netty.common --- 13:45:49 [INFO] 13:45:49 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ io.netty.common --- 13:45:49 [INFO] The project's OSGi version is 4.1.56.v20201231-1626 13:45:49 [INFO] 13:45:49 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ io.netty.common --- 13:45:49 [INFO] 13:45:49 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ io.netty.common --- 13:45:49 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:49 [INFO] Copying 3 resources 13:45:49 [INFO] 13:45:49 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ io.netty.common --- 13:45:49 [INFO] No sources to compile 13:45:49 [INFO] 13:45:49 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ io.netty.common --- 13:45:49 [INFO] Gathering dependencies 13:45:49 [INFO] Configured Artifact: io.netty:netty-common:4.1.56.Final:jar 13:45:49 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/io/netty/netty-common/4.1.56.Final/netty-common-4.1.56.Final.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.common_4.1.56/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:45:49 [INFO] Merging collected dependencies 13:45:49 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:49 [INFO] Copying 488 resources 13:45:49 [INFO] Generating OSGi MANIFEST.MF 13:45:50 [WARNING] Manifest org.eclipse.orbit.bundles:io.netty.common:eclipse-bundle-recipe:4.1.56-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.common_4.1.56/target/io.netty.common-4.1.56-SNAPSHOT.jar 13:45:50 [INFO] Gathering sources 13:45:50 [INFO] Configured Artifact: io.netty:netty-common:sources:4.1.56.Final:jar 13:45:50 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/netty/io.netty.common_4.1.56/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:45:50 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:50 [INFO] Copying 3 resources 13:45:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.common_4.1.56/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.common_4.1.56/target/io.netty.common-4.1.56-SNAPSHOT-sources.jar 13:45:50 [INFO] Assembling p2 repository 13:45:51 [INFO] 13:45:51 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ io.netty.common --- 13:45:51 [INFO] 13:45:51 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ io.netty.common --- 13:45:51 [INFO] Discovering license information from existing ip_log.xml 13:45:51 [INFO] Discovered license 'Apache License, 2.0' for artifact io.netty:netty-common:4.1.56.Final. 13:45:51 [INFO] Gathering sources archives 13:45:51 [INFO] Configured Artifact: io.netty:netty-common:sources:4.1.56.Final:jar 13:45:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:45:51 [INFO] Configured Artifact: io.netty:netty-common:sources:4.1.56.Final:jar 13:45:51 [INFO] Copying netty-common-4.1.56.Final-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.common_4.1.56/target/sources-for-eclipse-ipzilla/netty-common-4.1.56.Final-sources.jar 13:45:51 [INFO] Refreshing about files and about.html 13:45:51 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:45:51 [INFO] Refreshing ip_log.xml 13:45:51 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.common_4.1.56/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:45:51 [INFO] 13:45:51 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ io.netty.common --- 13:45:51 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.common_4.1.56/target/io.netty.common-4.1.56-SNAPSHOT.jar 13:45:51 [INFO] 13:45:51 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ io.netty.common --- 13:45:52 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.common_4.1.56/target/io.netty.common-4.1.56-SNAPSHOT.jar 13:45:53 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.common_4.1.56/target/io.netty.common-4.1.56-SNAPSHOT-sources.jar 13:45:55 [INFO] 13:45:55 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ io.netty.common --- 13:45:55 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.common_4.1.56/target/io.netty.common-4.1.56-SNAPSHOT.jar 13:45:55 [INFO] 13:45:55 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ io.netty.common --- 13:45:55 [INFO] 13:45:55 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ io.netty.common --- 13:45:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.common_4.1.56/target/io.netty.common-4.1.56-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT.jar 13:45:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.common_4.1.56/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT.pom 13:45:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT-sources.jar 13:45:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.common_4.1.56/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT-p2metadata.xml 13:45:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.common_4.1.56/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT-p2artifacts.xml 13:45:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.common_4.1.56/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT-ip_log.xml 13:45:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.common_4.1.56/target/io.netty.common-4.1.56-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT-pack200.jar.pack.gz 13:45:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.common_4.1.56/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT-p2metadata.xml 13:45:55 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.common_4.1.56/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT-p2artifacts.xml 13:45:55 [INFO] 13:45:55 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ io.netty.common --- 13:45:55 [INFO] 13:45:55 [INFO] -------------< org.eclipse.orbit.bundles:io.netty.buffer >-------------- 13:45:55 [INFO] Building Netty/Buffer 4.1.56-SNAPSHOT [359/376] 13:45:55 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:45:55 [INFO] 13:45:55 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.netty.buffer --- 13:45:55 [INFO] 13:45:55 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ io.netty.buffer --- 13:45:55 [INFO] The project's OSGi version is 4.1.56.v20201231-1626 13:45:55 [INFO] 13:45:55 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ io.netty.buffer --- 13:45:55 [INFO] 13:45:55 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ io.netty.buffer --- 13:45:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:55 [INFO] Copying 3 resources 13:45:55 [INFO] 13:45:55 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ io.netty.buffer --- 13:45:55 [INFO] No sources to compile 13:45:55 [INFO] 13:45:55 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ io.netty.buffer --- 13:45:55 [INFO] Gathering dependencies 13:45:55 [INFO] Configured Artifact: io.netty:netty-buffer:4.1.56.Final:jar 13:45:55 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/io/netty/netty-buffer/4.1.56.Final/netty-buffer-4.1.56.Final.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.buffer_4.1.56/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:45:55 [INFO] Merging collected dependencies 13:45:55 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:55 [INFO] Copying 139 resources 13:45:55 [INFO] Generating OSGi MANIFEST.MF 13:45:55 [WARNING] Manifest org.eclipse.orbit.bundles:io.netty.buffer:eclipse-bundle-recipe:4.1.56-SNAPSHOT : Invalid property key: `*;resolution`: << *;resolution:=optional>> 13:45:55 [WARNING] Manifest org.eclipse.orbit.bundles:io.netty.buffer:eclipse-bundle-recipe:4.1.56-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.buffer_4.1.56/target/io.netty.buffer-4.1.56-SNAPSHOT.jar 13:45:56 [INFO] Gathering sources 13:45:56 [INFO] Configured Artifact: io.netty:netty-buffer:sources:4.1.56.Final:jar 13:45:56 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/netty/io.netty.buffer_4.1.56/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:45:56 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:45:56 [INFO] Copying 3 resources 13:45:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.buffer_4.1.56/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.buffer_4.1.56/target/io.netty.buffer-4.1.56-SNAPSHOT-sources.jar 13:45:56 [INFO] Assembling p2 repository 13:45:57 [INFO] 13:45:57 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ io.netty.buffer --- 13:45:57 [INFO] 13:45:57 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ io.netty.buffer --- 13:45:57 [INFO] Discovering license information from existing ip_log.xml 13:45:57 [INFO] Discovered license 'Apache License, 2.0' for artifact io.netty:netty-buffer:4.1.56.Final. 13:45:57 [INFO] Gathering sources archives 13:45:57 [INFO] Configured Artifact: io.netty:netty-buffer:sources:4.1.56.Final:jar 13:45:57 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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-signed/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/**/*.*" 13:45:57 [INFO] Configured Artifact: io.netty:netty-buffer:sources:4.1.56.Final:jar 13:45:57 [INFO] Copying netty-buffer-4.1.56.Final-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.buffer_4.1.56/target/sources-for-eclipse-ipzilla/netty-buffer-4.1.56.Final-sources.jar 13:45:57 [INFO] Refreshing about files and about.html 13:45:57 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:45:57 [INFO] Refreshing ip_log.xml 13:45:57 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.buffer_4.1.56/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:45:57 [INFO] 13:45:57 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ io.netty.buffer --- 13:45:57 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.buffer_4.1.56/target/io.netty.buffer-4.1.56-SNAPSHOT.jar 13:45:57 [INFO] 13:45:57 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ io.netty.buffer --- 13:45:58 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.buffer_4.1.56/target/io.netty.buffer-4.1.56-SNAPSHOT.jar 13:45:59 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.buffer_4.1.56/target/io.netty.buffer-4.1.56-SNAPSHOT-sources.jar 13:46:00 [INFO] 13:46:00 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ io.netty.buffer --- 13:46:00 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.buffer_4.1.56/target/io.netty.buffer-4.1.56-SNAPSHOT.jar 13:46:00 [INFO] 13:46:00 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ io.netty.buffer --- 13:46:01 [INFO] 13:46:01 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ io.netty.buffer --- 13:46:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.buffer_4.1.56/target/io.netty.buffer-4.1.56-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT.jar 13:46:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.buffer_4.1.56/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT.pom 13:46:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT-sources.jar 13:46:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.buffer_4.1.56/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT-p2metadata.xml 13:46:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.buffer_4.1.56/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT-p2artifacts.xml 13:46:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.buffer_4.1.56/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT-ip_log.xml 13:46:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.buffer_4.1.56/target/io.netty.buffer-4.1.56-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT-pack200.jar.pack.gz 13:46:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.buffer_4.1.56/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT-p2metadata.xml 13:46:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/netty/io.netty.buffer_4.1.56/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT-p2artifacts.xml 13:46:01 [INFO] 13:46:01 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ io.netty.buffer --- 13:46:01 [INFO] 13:46:01 [INFO] ----------------< org.eclipse.orbit.bundles:objenesis >----------------- 13:46:01 [INFO] Building Eclipse Orbit :: Objenesis Recipes 1.0.0-SNAPSHOT [360/376] 13:46:01 [INFO] --------------------------------[ pom ]--------------------------------- 13:46:01 [INFO] 13:46:01 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ objenesis --- 13:46:01 [INFO] 13:46:01 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ objenesis --- 13:46:01 [INFO] 13:46:01 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ objenesis --- 13:46:01 [INFO] 13:46:01 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ objenesis --- 13:46:01 [INFO] 13:46:01 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ objenesis --- 13:46:01 [INFO] 13:46:01 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ objenesis --- 13:46:01 [INFO] 13:46:01 [INFO] --- maven-install-plugin:2.4:install (default-install) @ objenesis --- 13:46:01 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/objenesis/1.0.0-SNAPSHOT/objenesis-1.0.0-SNAPSHOT.pom 13:46:01 [INFO] 13:46:01 [INFO] --------------< org.eclipse.orbit.bundles:org.objenesis >--------------- 13:46:01 [INFO] Building Objenesis 2.6.0-SNAPSHOT [361/376] 13:46:01 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:46:01 [INFO] 13:46:01 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objenesis --- 13:46:01 [INFO] 13:46:01 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.objenesis --- 13:46:01 [INFO] The project's OSGi version is 2.6.0.v20180420-1519 13:46:01 [INFO] 13:46:01 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.objenesis --- 13:46:01 [INFO] 13:46:01 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.objenesis --- 13:46:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:01 [INFO] Copying 3 resources 13:46:02 [INFO] 13:46:02 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.objenesis --- 13:46:02 [INFO] No sources to compile 13:46:02 [INFO] 13:46:02 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.objenesis --- 13:46:02 [INFO] Gathering dependencies 13:46:02 [INFO] Configured Artifact: org.objenesis:objenesis:2.6:jar 13:46:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:46:02 [INFO] Merging collected dependencies 13:46:02 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:02 [INFO] Copying 47 resources 13:46:02 [INFO] Generating OSGi MANIFEST.MF 13:46:02 [WARNING] Manifest org.eclipse.orbit.bundles:org.objenesis:eclipse-bundle-recipe:2.6.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/target/org.objenesis-2.6.0-SNAPSHOT.jar 13:46:02 [INFO] Gathering sources 13:46:02 [INFO] Configured Artifact: org.objenesis:objenesis:sources:2.6:jar 13:46:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/objenesis/objenesis/2.6/objenesis-2.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:46:02 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:02 [INFO] Copying 3 resources 13:46:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/target/org.objenesis-2.6.0-SNAPSHOT-sources.jar 13:46:02 [INFO] Assembling p2 repository 13:46:03 [INFO] 13:46:03 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.objenesis --- 13:46:03 [INFO] 13:46:03 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.objenesis --- 13:46:03 [INFO] Discovering license information from existing ip_log.xml 13:46:04 [INFO] Discovered license 'Apache License, 2.0' for artifact org.objenesis:objenesis:2.6. 13:46:04 [INFO] Gathering sources archives 13:46:04 [INFO] Configured Artifact: org.objenesis:objenesis:sources:2.6:jar 13:46:04 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/objenesis/objenesis/2.6/objenesis-2.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/target/sources-for-eclipse-ipzilla/objenesis-2.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:46:04 [INFO] Configured Artifact: org.objenesis:objenesis:sources:2.6:jar 13:46:04 [INFO] Copying objenesis-2.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/target/sources-for-eclipse-ipzilla/objenesis-2.6-sources.jar 13:46:04 [INFO] Refreshing about files and about.html 13:46:04 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_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). 13:46:04 [INFO] Refreshing ip_log.xml 13:46:04 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:46:04 [INFO] 13:46:04 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.objenesis --- 13:46:04 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/target/org.objenesis-2.6.0-SNAPSHOT.jar 13:46:05 [INFO] 13:46:05 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.objenesis --- 13:46:05 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/target/org.objenesis-2.6.0-SNAPSHOT.jar 13:46:06 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/target/org.objenesis-2.6.0-SNAPSHOT-sources.jar 13:46:07 [INFO] 13:46:07 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.objenesis --- 13:46:07 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/target/org.objenesis-2.6.0-SNAPSHOT.jar 13:46:07 [INFO] 13:46:07 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.objenesis --- 13:46:07 [INFO] 13:46:07 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.objenesis --- 13:46:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/target/org.objenesis-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objenesis/2.6.0-SNAPSHOT/org.objenesis-2.6.0-SNAPSHOT.jar 13:46:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objenesis/2.6.0-SNAPSHOT/org.objenesis-2.6.0-SNAPSHOT.pom 13:46:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/target/org.objenesis-2.6.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objenesis/2.6.0-SNAPSHOT/org.objenesis-2.6.0-SNAPSHOT-sources.jar 13:46:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objenesis/2.6.0-SNAPSHOT/org.objenesis-2.6.0-SNAPSHOT-p2metadata.xml 13:46:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objenesis/2.6.0-SNAPSHOT/org.objenesis-2.6.0-SNAPSHOT-p2artifacts.xml 13:46:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objenesis/2.6.0-SNAPSHOT/org.objenesis-2.6.0-SNAPSHOT-ip_log.xml 13:46:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/target/org.objenesis-2.6.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objenesis/2.6.0-SNAPSHOT/org.objenesis-2.6.0-SNAPSHOT-pack200.jar.pack.gz 13:46:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objenesis/2.6.0-SNAPSHOT/org.objenesis-2.6.0-SNAPSHOT-p2metadata.xml 13:46:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/objenesis/org.objenesis_2.6.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.objenesis/2.6.0-SNAPSHOT/org.objenesis-2.6.0-SNAPSHOT-p2artifacts.xml 13:46:07 [INFO] 13:46:07 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.objenesis --- 13:46:07 [INFO] 13:46:07 [INFO] ----------< org.eclipse.orbit.bundles:reactivestreams-parent >---------- 13:46:07 [INFO] Building Eclipse Orbit :: Reactive Streams Recipes 1.0.0-SNAPSHOT [362/376] 13:46:07 [INFO] --------------------------------[ pom ]--------------------------------- 13:46:07 [INFO] 13:46:07 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ reactivestreams-parent --- 13:46:07 [INFO] 13:46:07 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ reactivestreams-parent --- 13:46:07 [INFO] 13:46:07 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ reactivestreams-parent --- 13:46:07 [INFO] 13:46:07 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ reactivestreams-parent --- 13:46:07 [INFO] 13:46:07 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ reactivestreams-parent --- 13:46:07 [INFO] 13:46:07 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ reactivestreams-parent --- 13:46:07 [INFO] 13:46:07 [INFO] --- maven-install-plugin:2.4:install (default-install) @ reactivestreams-parent --- 13:46:07 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/reactivestreams-parent/1.0.0-SNAPSHOT/reactivestreams-parent-1.0.0-SNAPSHOT.pom 13:46:07 [INFO] 13:46:07 [INFO] -----------< org.eclipse.orbit.bundles:org.reactivestreams >------------ 13:46:07 [INFO] Building reactive-streams 1.0.2-SNAPSHOT [363/376] 13:46:07 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:46:07 [INFO] 13:46:07 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.reactivestreams --- 13:46:07 [INFO] 13:46:07 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.reactivestreams --- 13:46:07 [INFO] The project's OSGi version is 1.0.2.v20181120-0809 13:46:07 [INFO] 13:46:07 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.reactivestreams --- 13:46:07 [INFO] 13:46:07 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.reactivestreams --- 13:46:07 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:07 [INFO] Copying 2 resources 13:46:07 [INFO] 13:46:07 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.reactivestreams --- 13:46:07 [INFO] No sources to compile 13:46:07 [INFO] 13:46:07 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.reactivestreams --- 13:46:07 [INFO] Gathering dependencies 13:46:07 [INFO] Configured Artifact: org.reactivestreams:reactive-streams:1.0.2:jar 13:46:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/org.reactivestreams_1.0.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:46:07 [INFO] Merging collected dependencies 13:46:07 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:07 [INFO] Copying 5 resources 13:46:07 [INFO] Generating OSGi MANIFEST.MF 13:46:07 [WARNING] Manifest org.eclipse.orbit.bundles:org.reactivestreams:eclipse-bundle-recipe:1.0.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/org.reactivestreams_1.0.2/target/org.reactivestreams-1.0.2-SNAPSHOT.jar 13:46:07 [INFO] Gathering sources 13:46:07 [INFO] Configured Artifact: org.reactivestreams:reactive-streams:sources:1.0.2:jar 13:46:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/org.reactivestreams_1.0.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:46:08 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:08 [INFO] Copying 2 resources 13:46:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/org.reactivestreams_1.0.2/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/org.reactivestreams_1.0.2/target/org.reactivestreams-1.0.2-SNAPSHOT-sources.jar 13:46:08 [INFO] Assembling p2 repository 13:46:08 [INFO] 13:46:08 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.reactivestreams --- 13:46:08 [INFO] 13:46:08 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.reactivestreams --- 13:46:08 [INFO] Discovering license information from existing ip_log.xml 13:46:08 [INFO] Discovered license 'Public Domain (CC0)' for artifact org.reactivestreams:reactive-streams:1.0.2. 13:46:08 [INFO] Gathering sources archives 13:46:08 [INFO] Configured Artifact: org.reactivestreams:reactive-streams:sources:1.0.2:jar 13:46:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:46:08 [INFO] Configured Artifact: org.reactivestreams:reactive-streams:sources:1.0.2:jar 13:46:08 [INFO] Copying reactive-streams-1.0.2-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/org.reactivestreams_1.0.2/target/sources-for-eclipse-ipzilla/reactive-streams-1.0.2-sources.jar 13:46:08 [INFO] Refreshing about files and about.html 13:46:08 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:46:08 [INFO] Refreshing ip_log.xml 13:46:08 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/org.reactivestreams_1.0.2/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:46:08 [INFO] 13:46:08 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.reactivestreams --- 13:46:08 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/org.reactivestreams_1.0.2/target/org.reactivestreams-1.0.2-SNAPSHOT.jar 13:46:08 [INFO] 13:46:08 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.reactivestreams --- 13:46:08 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/org.reactivestreams_1.0.2/target/org.reactivestreams-1.0.2-SNAPSHOT.jar 13:46:09 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/org.reactivestreams_1.0.2/target/org.reactivestreams-1.0.2-SNAPSHOT-sources.jar 13:46:11 [INFO] 13:46:11 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.reactivestreams --- 13:46:11 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/org.reactivestreams_1.0.2/target/org.reactivestreams-1.0.2-SNAPSHOT.jar 13:46:11 [INFO] 13:46:11 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.reactivestreams --- 13:46:11 [INFO] 13:46:11 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.reactivestreams --- 13:46:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/org.reactivestreams_1.0.2/target/org.reactivestreams-1.0.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT.jar 13:46:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/org.reactivestreams_1.0.2/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT.pom 13:46:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/org.reactivestreams_1.0.2/target/org.reactivestreams-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT-sources.jar 13:46:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/org.reactivestreams_1.0.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT-p2metadata.xml 13:46:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/org.reactivestreams_1.0.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT-p2artifacts.xml 13:46:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/org.reactivestreams_1.0.2/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT-ip_log.xml 13:46:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/org.reactivestreams_1.0.2/target/org.reactivestreams-1.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT-pack200.jar.pack.gz 13:46:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/org.reactivestreams_1.0.2/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT-p2metadata.xml 13:46:11 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/reactivestreams/org.reactivestreams_1.0.2/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT-p2artifacts.xml 13:46:12 [INFO] 13:46:12 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.reactivestreams --- 13:46:12 [INFO] 13:46:12 [INFO] ----------------< org.eclipse.orbit.bundles:snakeyaml >----------------- 13:46:12 [INFO] Building Eclipse Orbit :: SnakeYAML Recipes 1.0.0-SNAPSHOT [364/376] 13:46:12 [INFO] --------------------------------[ pom ]--------------------------------- 13:46:12 [INFO] 13:46:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ snakeyaml --- 13:46:12 [INFO] 13:46:12 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ snakeyaml --- 13:46:12 [INFO] 13:46:12 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ snakeyaml --- 13:46:12 [INFO] 13:46:12 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ snakeyaml --- 13:46:12 [INFO] 13:46:12 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ snakeyaml --- 13:46:12 [INFO] 13:46:12 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ snakeyaml --- 13:46:12 [INFO] 13:46:12 [INFO] --- maven-install-plugin:2.4:install (default-install) @ snakeyaml --- 13:46:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/snakeyaml/1.0.0-SNAPSHOT/snakeyaml-1.0.0-SNAPSHOT.pom 13:46:12 [INFO] 13:46:12 [INFO] ------------< org.eclipse.orbit.bundles:org.yaml.snakeyaml >------------ 13:46:12 [INFO] Building SnakeYAML 1.27.0-SNAPSHOT [365/376] 13:46:12 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:46:12 [INFO] 13:46:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.yaml.snakeyaml --- 13:46:12 [INFO] 13:46:12 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.yaml.snakeyaml --- 13:46:12 [INFO] The project's OSGi version is 1.27.0.v20201111-1638 13:46:12 [INFO] 13:46:12 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.yaml.snakeyaml --- 13:46:12 [INFO] 13:46:12 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.yaml.snakeyaml --- 13:46:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:12 [INFO] Copying 3 resources 13:46:12 [INFO] 13:46:12 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.yaml.snakeyaml --- 13:46:12 [INFO] No sources to compile 13:46:12 [INFO] 13:46:12 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.yaml.snakeyaml --- 13:46:12 [INFO] Gathering dependencies 13:46:12 [INFO] Configured Artifact: org.yaml:snakeyaml:1.27:jar 13:46:12 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/yaml/snakeyaml/1.27/snakeyaml-1.27.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/org.yaml.snakeyaml_1.27.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:46:12 [INFO] Merging collected dependencies 13:46:12 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:12 [INFO] Copying 217 resources 13:46:12 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/org.yaml.snakeyaml_1.27.0/target/org.yaml.snakeyaml-1.27.0-SNAPSHOT.jar 13:46:12 [INFO] Gathering sources 13:46:12 [INFO] Configured Artifact: org.yaml:snakeyaml:sources:1.27:jar 13:46:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/yaml/snakeyaml/1.27/snakeyaml-1.27-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/org.yaml.snakeyaml_1.27.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:46:13 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:13 [INFO] Copying 3 resources 13:46:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/org.yaml.snakeyaml_1.27.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/org.yaml.snakeyaml_1.27.0/target/org.yaml.snakeyaml-1.27.0-SNAPSHOT-sources.jar 13:46:13 [INFO] Assembling p2 repository 13:46:14 [INFO] 13:46:14 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.yaml.snakeyaml --- 13:46:14 [INFO] 13:46:14 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.yaml.snakeyaml --- 13:46:14 [INFO] Discovering license information from existing ip_log.xml 13:46:14 [INFO] Discovered license 'Apache License, 2.0' for artifact org.yaml:snakeyaml:1.27. 13:46:14 [INFO] Gathering sources archives 13:46:14 [INFO] Configured Artifact: org.yaml:snakeyaml:sources:1.27:jar 13:46:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/yaml/snakeyaml/1.27/snakeyaml-1.27-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/org.yaml.snakeyaml_1.27.0/target/sources-for-eclipse-ipzilla/snakeyaml-1.27-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:46:14 [INFO] Configured Artifact: org.yaml:snakeyaml:sources:1.27:jar 13:46:14 [INFO] Copying snakeyaml-1.27-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/org.yaml.snakeyaml_1.27.0/target/sources-for-eclipse-ipzilla/snakeyaml-1.27-sources.jar 13:46:14 [INFO] Refreshing about files and about.html 13:46:14 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:46:14 [INFO] Refreshing ip_log.xml 13:46:14 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/org.yaml.snakeyaml_1.27.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:46:14 [INFO] 13:46:14 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.yaml.snakeyaml --- 13:46:14 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/org.yaml.snakeyaml_1.27.0/target/org.yaml.snakeyaml-1.27.0-SNAPSHOT.jar 13:46:14 [INFO] 13:46:14 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.yaml.snakeyaml --- 13:46:14 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/org.yaml.snakeyaml_1.27.0/target/org.yaml.snakeyaml-1.27.0-SNAPSHOT.jar 13:46:15 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/org.yaml.snakeyaml_1.27.0/target/org.yaml.snakeyaml-1.27.0-SNAPSHOT-sources.jar 13:46:16 [INFO] 13:46:16 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.yaml.snakeyaml --- 13:46:16 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/org.yaml.snakeyaml_1.27.0/target/org.yaml.snakeyaml-1.27.0-SNAPSHOT.jar 13:46:17 [INFO] 13:46:17 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.yaml.snakeyaml --- 13:46:17 [INFO] 13:46:17 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.yaml.snakeyaml --- 13:46:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/org.yaml.snakeyaml_1.27.0/target/org.yaml.snakeyaml-1.27.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT.jar 13:46:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/org.yaml.snakeyaml_1.27.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT.pom 13:46:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT-sources.jar 13:46:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/org.yaml.snakeyaml_1.27.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT-p2metadata.xml 13:46:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/org.yaml.snakeyaml_1.27.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT-p2artifacts.xml 13:46:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/org.yaml.snakeyaml_1.27.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT-ip_log.xml 13:46:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/org.yaml.snakeyaml_1.27.0/target/org.yaml.snakeyaml-1.27.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT-pack200.jar.pack.gz 13:46:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/org.yaml.snakeyaml_1.27.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT-p2metadata.xml 13:46:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/snakeyaml/org.yaml.snakeyaml_1.27.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT-p2artifacts.xml 13:46:17 [INFO] 13:46:17 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.yaml.snakeyaml --- 13:46:17 [INFO] 13:46:17 [INFO] ------------< org.eclipse.orbit.bundles:sourceforge-parent >------------ 13:46:17 [INFO] Building Eclipse Orbit :: Sourceforge Recipes 1.0.0-SNAPSHOT [366/376] 13:46:17 [INFO] --------------------------------[ pom ]--------------------------------- 13:46:17 [INFO] 13:46:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sourceforge-parent --- 13:46:17 [INFO] 13:46:17 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ sourceforge-parent --- 13:46:17 [INFO] 13:46:17 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ sourceforge-parent --- 13:46:17 [INFO] 13:46:17 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ sourceforge-parent --- 13:46:17 [INFO] 13:46:17 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ sourceforge-parent --- 13:46:17 [INFO] 13:46:17 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ sourceforge-parent --- 13:46:17 [INFO] 13:46:17 [INFO] --- maven-install-plugin:2.4:install (default-install) @ sourceforge-parent --- 13:46:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/sourceforge/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/sourceforge-parent/1.0.0-SNAPSHOT/sourceforge-parent-1.0.0-SNAPSHOT.pom 13:46:17 [INFO] 13:46:17 [INFO] ---------< org.eclipse.orbit.bundles:net.sourceforge.plantuml >--------- 13:46:17 [INFO] Building net.sourceforge.plantuml 1.2019.0-SNAPSHOT [367/376] 13:46:17 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:46:17 [INFO] 13:46:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.sourceforge.plantuml --- 13:46:17 [INFO] 13:46:17 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ net.sourceforge.plantuml --- 13:46:17 [INFO] The project's OSGi version is 1.2019.0.v20200820-1243 13:46:17 [INFO] 13:46:17 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ net.sourceforge.plantuml --- 13:46:17 [INFO] 13:46:17 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ net.sourceforge.plantuml --- 13:46:17 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:17 [INFO] Copying 4 resources 13:46:17 [INFO] 13:46:17 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ net.sourceforge.plantuml --- 13:46:17 [INFO] No sources to compile 13:46:17 [INFO] 13:46:17 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ net.sourceforge.plantuml --- 13:46:17 [INFO] Gathering dependencies 13:46:17 [INFO] Configured Artifact: org.eclipse.orbit.plantuml:plantuml:1.2019.0:jar 13:46:17 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/plantuml/plantuml/1.2019.0/plantuml-1.2019.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/sourceforge/net.sourceforge.plantuml_1.2019.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:46:17 [INFO] Merging collected dependencies 13:46:17 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:18 [INFO] Copying 3389 resources 13:46:20 [INFO] Generating OSGi MANIFEST.MF 13:46:20 [WARNING] Manifest org.eclipse.orbit.bundles:net.sourceforge.plantuml:eclipse-bundle-recipe:1.2019.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/sourceforge/net.sourceforge.plantuml_1.2019.0/target/net.sourceforge.plantuml-1.2019.0-SNAPSHOT.jar 13:46:21 [INFO] Gathering sources 13:46:21 [INFO] Configured Artifact: org.eclipse.orbit.plantuml:plantuml:sources:1.2019.0:jar 13:46:23 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/plantuml/plantuml/1.2019.0/plantuml-1.2019.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/sourceforge/net.sourceforge.plantuml_1.2019.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:46:23 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:23 [INFO] Copying 4 resources 13:46:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/sourceforge/net.sourceforge.plantuml_1.2019.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/sourceforge/net.sourceforge.plantuml_1.2019.0/target/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-sources.jar 13:46:23 [INFO] Assembling p2 repository 13:46:26 [INFO] 13:46:26 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ net.sourceforge.plantuml --- 13:46:26 [INFO] 13:46:26 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ net.sourceforge.plantuml --- 13:46:26 [INFO] Discovering license information from existing ip_log.xml 13:46:26 [INFO] Gathering sources archives 13:46:26 [INFO] Configured Artifact: org.eclipse.orbit.plantuml:plantuml:sources:1.2019.0:jar 13:46:26 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/plantuml/plantuml/1.2019.0/plantuml-1.2019.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:46:26 [INFO] Configured Artifact: org.eclipse.orbit.plantuml:plantuml:sources:1.2019.0:jar 13:46:26 [INFO] Copying plantuml-1.2019.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/sourceforge/net.sourceforge.plantuml_1.2019.0/target/sources-for-eclipse-ipzilla/plantuml-1.2019.0-sources.jar 13:46:26 [INFO] Refreshing about files and about.html 13:46:26 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:46:26 [INFO] Refreshing ip_log.xml 13:46:26 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/sourceforge/net.sourceforge.plantuml_1.2019.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:46:26 [INFO] 13:46:26 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ net.sourceforge.plantuml --- 13:46:26 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/sourceforge/net.sourceforge.plantuml_1.2019.0/target/net.sourceforge.plantuml-1.2019.0-SNAPSHOT.jar 13:46:30 [INFO] 13:46:30 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ net.sourceforge.plantuml --- 13:46:31 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/sourceforge/net.sourceforge.plantuml_1.2019.0/target/net.sourceforge.plantuml-1.2019.0-SNAPSHOT.jar 13:46:36 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/sourceforge/net.sourceforge.plantuml_1.2019.0/target/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-sources.jar 13:46:40 [INFO] 13:46:40 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ net.sourceforge.plantuml --- 13:46:40 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/sourceforge/net.sourceforge.plantuml_1.2019.0/target/net.sourceforge.plantuml-1.2019.0-SNAPSHOT.jar 13:46:43 [INFO] 13:46:43 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ net.sourceforge.plantuml --- 13:46:43 [INFO] 13:46:43 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ net.sourceforge.plantuml --- 13:46:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/sourceforge/net.sourceforge.plantuml_1.2019.0/target/net.sourceforge.plantuml-1.2019.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT.jar 13:46:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/sourceforge/net.sourceforge.plantuml_1.2019.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT.pom 13:46:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-sources.jar 13:46:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/sourceforge/net.sourceforge.plantuml_1.2019.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-p2metadata.xml 13:46:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/sourceforge/net.sourceforge.plantuml_1.2019.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-p2artifacts.xml 13:46:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/sourceforge/net.sourceforge.plantuml_1.2019.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-ip_log.xml 13:46:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/sourceforge/net.sourceforge.plantuml_1.2019.0/target/net.sourceforge.plantuml-1.2019.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-pack200.jar.pack.gz 13:46:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/sourceforge/net.sourceforge.plantuml_1.2019.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-p2metadata.xml 13:46:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/sourceforge/net.sourceforge.plantuml_1.2019.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-p2artifacts.xml 13:46:43 [INFO] 13:46:43 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ net.sourceforge.plantuml --- 13:46:43 [INFO] 13:46:43 [INFO] --------------< org.eclipse.orbit.bundles:tukaani-parent >-------------- 13:46:43 [INFO] Building Eclipse Orbit :: Tukaani Recipes 1.0.0-SNAPSHOT [368/376] 13:46:43 [INFO] --------------------------------[ pom ]--------------------------------- 13:46:43 [INFO] 13:46:43 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tukaani-parent --- 13:46:43 [INFO] 13:46:43 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ tukaani-parent --- 13:46:43 [INFO] 13:46:43 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ tukaani-parent --- 13:46:43 [INFO] 13:46:43 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ tukaani-parent --- 13:46:43 [INFO] 13:46:43 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ tukaani-parent --- 13:46:43 [INFO] 13:46:43 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ tukaani-parent --- 13:46:43 [INFO] 13:46:43 [INFO] --- maven-install-plugin:2.4:install (default-install) @ tukaani-parent --- 13:46:43 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/tukaani-parent/1.0.0-SNAPSHOT/tukaani-parent-1.0.0-SNAPSHOT.pom 13:46:43 [INFO] 13:46:43 [INFO] --------------< org.eclipse.orbit.bundles:org.tukaani.xz >-------------- 13:46:43 [INFO] Building XZ for Java 1.8.0-SNAPSHOT [369/376] 13:46:43 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:46:43 [INFO] 13:46:43 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.tukaani.xz --- 13:46:43 [INFO] 13:46:43 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.tukaani.xz --- 13:46:43 [INFO] The project's OSGi version is 1.8.0.v20180207-1613 13:46:43 [INFO] 13:46:43 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.tukaani.xz --- 13:46:43 [INFO] 13:46:43 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.tukaani.xz --- 13:46:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:43 [INFO] Copying 2 resources 13:46:43 [INFO] 13:46:43 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.tukaani.xz --- 13:46:43 [INFO] No sources to compile 13:46:43 [INFO] 13:46:43 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.tukaani.xz --- 13:46:43 [INFO] Gathering dependencies 13:46:43 [INFO] Configured Artifact: org.tukaani:xz:1.8:jar 13:46:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/tukaani/xz/1.8/xz-1.8.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:46:43 [INFO] Merging collected dependencies 13:46:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:43 [INFO] Copying 117 resources 13:46:43 [INFO] Generating OSGi MANIFEST.MF 13:46:43 [WARNING] Manifest org.eclipse.orbit.bundles:org.tukaani.xz:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/target/org.tukaani.xz-1.8.0-SNAPSHOT.jar 13:46:43 [INFO] Gathering sources 13:46:43 [INFO] Configured Artifact: org.tukaani:xz:sources:1.8:jar 13:46:43 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/tukaani/xz/1.8/xz-1.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:46:43 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:43 [INFO] Copying 2 resources 13:46:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/target/org.tukaani.xz-1.8.0-SNAPSHOT-sources.jar 13:46:43 [INFO] Assembling p2 repository 13:46:44 [INFO] 13:46:44 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.tukaani.xz --- 13:46:44 [INFO] 13:46:44 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.tukaani.xz --- 13:46:44 [INFO] Discovering license information from existing ip_log.xml 13:46:44 [INFO] Discovered license 'Public Domain' for artifact org.tukaani:xz:1.8. 13:46:44 [INFO] Gathering sources archives 13:46:44 [INFO] Configured Artifact: org.tukaani:xz:sources:1.8:jar 13:46:44 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/tukaani/xz/1.8/xz-1.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/target/sources-for-eclipse-ipzilla/xz-1.8-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:46:44 [INFO] Configured Artifact: org.tukaani:xz:sources:1.8:jar 13:46:44 [INFO] Copying xz-1.8-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/target/sources-for-eclipse-ipzilla/xz-1.8-sources.jar 13:46:44 [INFO] Refreshing about files and about.html 13:46:44 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_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). 13:46:44 [INFO] Refreshing ip_log.xml 13:46:44 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:46:44 [INFO] 13:46:44 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.tukaani.xz --- 13:46:44 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/target/org.tukaani.xz-1.8.0-SNAPSHOT.jar 13:46:44 [INFO] 13:46:44 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.tukaani.xz --- 13:46:44 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/target/org.tukaani.xz-1.8.0-SNAPSHOT.jar 13:46:45 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/target/org.tukaani.xz-1.8.0-SNAPSHOT-sources.jar 13:46:47 [INFO] 13:46:47 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.tukaani.xz --- 13:46:47 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/target/org.tukaani.xz-1.8.0-SNAPSHOT.jar 13:46:47 [INFO] 13:46:47 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.tukaani.xz --- 13:46:47 [INFO] 13:46:47 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.tukaani.xz --- 13:46:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/target/org.tukaani.xz-1.8.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.8.0-SNAPSHOT/org.tukaani.xz-1.8.0-SNAPSHOT.jar 13:46:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.8.0-SNAPSHOT/org.tukaani.xz-1.8.0-SNAPSHOT.pom 13:46:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/target/org.tukaani.xz-1.8.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.8.0-SNAPSHOT/org.tukaani.xz-1.8.0-SNAPSHOT-sources.jar 13:46:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.8.0-SNAPSHOT/org.tukaani.xz-1.8.0-SNAPSHOT-p2metadata.xml 13:46:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.8.0-SNAPSHOT/org.tukaani.xz-1.8.0-SNAPSHOT-p2artifacts.xml 13:46:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.8.0-SNAPSHOT/org.tukaani.xz-1.8.0-SNAPSHOT-ip_log.xml 13:46:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/target/org.tukaani.xz-1.8.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.8.0-SNAPSHOT/org.tukaani.xz-1.8.0-SNAPSHOT-pack200.jar.pack.gz 13:46:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.8.0-SNAPSHOT/org.tukaani.xz-1.8.0-SNAPSHOT-p2metadata.xml 13:46:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/tukaani/org.tukaani.xz_1.8.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.8.0-SNAPSHOT/org.tukaani.xz-1.8.0-SNAPSHOT-p2artifacts.xml 13:46:47 [INFO] 13:46:47 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.tukaani.xz --- 13:46:47 [INFO] 13:46:47 [INFO] ----------------< org.eclipse.orbit.bundles:uom-parent >---------------- 13:46:47 [INFO] Building Eclipse Orbit :: Units Of Measurement Recipes 1.0.0-SNAPSHOT [370/376] 13:46:47 [INFO] --------------------------------[ pom ]--------------------------------- 13:46:47 [INFO] 13:46:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uom-parent --- 13:46:47 [INFO] 13:46:47 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ uom-parent --- 13:46:47 [INFO] 13:46:47 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ uom-parent --- 13:46:47 [INFO] 13:46:47 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ uom-parent --- 13:46:47 [INFO] 13:46:47 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ uom-parent --- 13:46:47 [INFO] 13:46:47 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ uom-parent --- 13:46:47 [INFO] 13:46:47 [INFO] --- maven-install-plugin:2.4:install (default-install) @ uom-parent --- 13:46:47 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/uom/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/uom-parent/1.0.0-SNAPSHOT/uom-parent-1.0.0-SNAPSHOT.pom 13:46:47 [INFO] 13:46:47 [INFO] ----------< org.eclipse.orbit.bundles:javax.measure.unit-api >---------- 13:46:47 [INFO] Building Units of Measurement API 1.0.0-SNAPSHOT [371/376] 13:46:47 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:46:47 [INFO] 13:46:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.measure.unit-api --- 13:46:47 [INFO] 13:46:47 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ javax.measure.unit-api --- 13:46:47 [INFO] The project's OSGi version is 1.0.0.v20170818-1538 13:46:47 [INFO] 13:46:47 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ javax.measure.unit-api --- 13:46:47 [INFO] 13:46:47 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ javax.measure.unit-api --- 13:46:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:47 [INFO] Copying 3 resources 13:46:47 [INFO] 13:46:47 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ javax.measure.unit-api --- 13:46:47 [INFO] No sources to compile 13:46:47 [INFO] 13:46:47 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ javax.measure.unit-api --- 13:46:47 [INFO] Gathering dependencies 13:46:47 [INFO] Configured Artifact: javax.measure:unit-api:1.0:jar 13:46:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/javax/measure/unit-api/1.0/unit-api-1.0.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/uom/javax.measure.unit-api_1.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:46:47 [INFO] Merging collected dependencies 13:46:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:47 [INFO] Copying 49 resources 13:46:47 [INFO] Generating OSGi MANIFEST.MF 13:46:47 [WARNING] Manifest org.eclipse.orbit.bundles:javax.measure.unit-api:eclipse-bundle-recipe:1.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/uom/javax.measure.unit-api_1.0.0/target/javax.measure.unit-api-1.0.0-SNAPSHOT.jar 13:46:47 [INFO] Gathering sources 13:46:47 [INFO] Configured Artifact: javax.measure:unit-api:sources:1.0:jar 13:46:47 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/javax/measure/unit-api/1.0/unit-api-1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/uom/javax.measure.unit-api_1.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:46:47 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:47 [INFO] Copying 3 resources 13:46:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/uom/javax.measure.unit-api_1.0.0/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/uom/javax.measure.unit-api_1.0.0/target/javax.measure.unit-api-1.0.0-SNAPSHOT-sources.jar 13:46:47 [INFO] Assembling p2 repository 13:46:48 [INFO] 13:46:48 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ javax.measure.unit-api --- 13:46:48 [INFO] 13:46:48 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ javax.measure.unit-api --- 13:46:48 [INFO] Discovering license information from existing ip_log.xml 13:46:48 [INFO] Discovered license 'New BSD license' for artifact javax.measure:unit-api:1.0. 13:46:48 [INFO] Gathering sources archives 13:46:48 [INFO] Configured Artifact: javax.measure:unit-api:sources:1.0:jar 13:46:48 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/javax/measure/unit-api/1.0/unit-api-1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/**/*.*" 13:46:48 [INFO] Configured Artifact: javax.measure:unit-api:sources:1.0:jar 13:46:48 [INFO] Copying unit-api-1.0-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/uom/javax.measure.unit-api_1.0.0/target/sources-for-eclipse-ipzilla/unit-api-1.0-sources.jar 13:46:48 [INFO] Refreshing about files and about.html 13:46:48 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:46:48 [INFO] Refreshing ip_log.xml 13:46:48 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/uom/javax.measure.unit-api_1.0.0/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:46:48 [INFO] 13:46:48 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ javax.measure.unit-api --- 13:46:48 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/uom/javax.measure.unit-api_1.0.0/target/javax.measure.unit-api-1.0.0-SNAPSHOT.jar 13:46:48 [INFO] 13:46:48 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ javax.measure.unit-api --- 13:46:48 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/uom/javax.measure.unit-api_1.0.0/target/javax.measure.unit-api-1.0.0-SNAPSHOT.jar 13:46:50 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/uom/javax.measure.unit-api_1.0.0/target/javax.measure.unit-api-1.0.0-SNAPSHOT-sources.jar 13:46:51 [INFO] 13:46:51 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ javax.measure.unit-api --- 13:46:51 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/uom/javax.measure.unit-api_1.0.0/target/javax.measure.unit-api-1.0.0-SNAPSHOT.jar 13:46:51 [INFO] 13:46:51 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ javax.measure.unit-api --- 13:46:51 [INFO] 13:46:51 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ javax.measure.unit-api --- 13:46:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT.jar 13:46:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/uom/javax.measure.unit-api_1.0.0/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT.pom 13:46:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT-sources.jar 13:46:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/uom/javax.measure.unit-api_1.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT-p2metadata.xml 13:46:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/uom/javax.measure.unit-api_1.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT-p2artifacts.xml 13:46:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/uom/javax.measure.unit-api_1.0.0/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT-ip_log.xml 13:46:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/uom/javax.measure.unit-api_1.0.0/target/javax.measure.unit-api-1.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT-pack200.jar.pack.gz 13:46:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/uom/javax.measure.unit-api_1.0.0/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT-p2metadata.xml 13:46:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/uom/javax.measure.unit-api_1.0.0/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT-p2artifacts.xml 13:46:51 [INFO] 13:46:51 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ javax.measure.unit-api --- 13:46:51 [INFO] 13:46:51 [INFO] -------------------< org.eclipse.orbit.bundles:xml >-------------------- 13:46:51 [INFO] Building Eclipse Orbit :: XML API Recipes 1.0.0-SNAPSHOT [372/376] 13:46:51 [INFO] --------------------------------[ pom ]--------------------------------- 13:46:51 [INFO] 13:46:51 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xml --- 13:46:51 [INFO] 13:46:51 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ xml --- 13:46:51 [INFO] 13:46:51 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ xml --- 13:46:51 [INFO] 13:46:51 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ xml --- 13:46:51 [INFO] 13:46:51 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ xml --- 13:46:51 [INFO] 13:46:51 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ xml --- 13:46:51 [INFO] 13:46:51 [INFO] --- maven-install-plugin:2.4:install (default-install) @ xml --- 13:46:51 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/xml/1.0.0-SNAPSHOT/xml-1.0.0-SNAPSHOT.pom 13:46:51 [INFO] 13:46:51 [INFO] ----------------< org.eclipse.orbit.bundles:org.dom4j >----------------- 13:46:51 [INFO] Building DOM4J 1.6.1-SNAPSHOT [373/376] 13:46:51 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:46:51 [INFO] 13:46:51 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.dom4j --- 13:46:51 [INFO] 13:46:51 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.dom4j --- 13:46:51 [INFO] The project's OSGi version is 1.6.1.v20190321-1528 13:46:51 [INFO] 13:46:51 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.dom4j --- 13:46:51 [INFO] 13:46:51 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.dom4j --- 13:46:51 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:51 [INFO] Copying 3 resources 13:46:51 [INFO] 13:46:51 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.dom4j --- 13:46:51 [INFO] No sources to compile 13:46:51 [INFO] 13:46:51 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.dom4j --- 13:46:51 [INFO] Gathering dependencies 13:46:51 [INFO] Configured Artifact: dom4j:dom4j:1.6.1:jar 13:46:51 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_1.6.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*,META-INF/LICENSE.txt" 13:46:51 [INFO] Merging collected dependencies 13:46:51 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:51 [INFO] Copying 191 resources 13:46:51 [INFO] Generating OSGi MANIFEST.MF 13:46:51 [WARNING] Manifest org.eclipse.orbit.bundles:org.dom4j:eclipse-bundle-recipe:1.6.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_1.6.1/target/org.dom4j-1.6.1-SNAPSHOT.jar 13:46:51 [INFO] Gathering sources 13:46:51 [INFO] Configured Artifact: dom4j:dom4j:sources:1.6.1:jar 13:46:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/dom4j/dom4j/1.6.1/dom4j-1.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_1.6.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,META-INF/LICENSE.txt" 13:46:52 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:52 [INFO] Copying 3 resources 13:46:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_1.6.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_1.6.1/target/org.dom4j-1.6.1-SNAPSHOT-sources.jar 13:46:52 [INFO] Assembling p2 repository 13:46:52 [INFO] 13:46:52 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.dom4j --- 13:46:52 [INFO] 13:46:52 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.dom4j --- 13:46:52 [INFO] Discovering license information from existing ip_log.xml 13:46:52 [INFO] Discovered license 'Custom license based on Apache Software License 1.1' for artifact dom4j:dom4j:1.6.1. 13:46:52 [INFO] Gathering sources archives 13:46:52 [INFO] Configured Artifact: dom4j:dom4j:sources:1.6.1:jar 13:46:52 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/dom4j/dom4j/1.6.1/dom4j-1.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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" 13:46:52 [INFO] Configured Artifact: dom4j:dom4j:sources:1.6.1:jar 13:46:52 [INFO] Copying dom4j-1.6.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_1.6.1/target/sources-for-eclipse-ipzilla/dom4j-1.6.1-sources.jar 13:46:52 [INFO] Refreshing about files and about.html 13:46:52 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:46:52 [INFO] Refreshing ip_log.xml 13:46:52 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_1.6.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:46:52 [INFO] 13:46:52 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.dom4j --- 13:46:52 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_1.6.1/target/org.dom4j-1.6.1-SNAPSHOT.jar 13:46:52 [INFO] 13:46:52 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.dom4j --- 13:46:53 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_1.6.1/target/org.dom4j-1.6.1-SNAPSHOT.jar 13:46:54 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_1.6.1/target/org.dom4j-1.6.1-SNAPSHOT-sources.jar 13:46:56 [INFO] 13:46:56 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.dom4j --- 13:46:56 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_1.6.1/target/org.dom4j-1.6.1-SNAPSHOT.jar 13:46:56 [INFO] 13:46:56 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.dom4j --- 13:46:56 [INFO] 13:46:56 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.dom4j --- 13:46:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_1.6.1/target/org.dom4j-1.6.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT.jar 13:46:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_1.6.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT.pom 13:46:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_1.6.1/target/org.dom4j-1.6.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT-sources.jar 13:46:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_1.6.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT-p2metadata.xml 13:46:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_1.6.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT-p2artifacts.xml 13:46:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_1.6.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT-ip_log.xml 13:46:56 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_1.6.1/target/org.dom4j-1.6.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT-pack200.jar.pack.gz 13:46:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_1.6.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT-p2metadata.xml 13:46:57 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_1.6.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT-p2artifacts.xml 13:46:57 [INFO] 13:46:57 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.dom4j --- 13:46:57 [INFO] 13:46:57 [INFO] ----------------< org.eclipse.orbit.bundles:org.dom4j >----------------- 13:46:57 [INFO] Building DOM4J 2.1.1-SNAPSHOT [374/376] 13:46:57 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:46:59 [INFO] 13:46:59 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.dom4j --- 13:46:59 [INFO] 13:46:59 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.dom4j --- 13:46:59 [INFO] The project's OSGi version is 2.1.1.v20190321-1528 13:46:59 [INFO] 13:46:59 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.dom4j --- 13:46:59 [INFO] 13:46:59 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.dom4j --- 13:46:59 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:59 [INFO] Copying 3 resources 13:46:59 [INFO] 13:46:59 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.dom4j --- 13:46:59 [INFO] No sources to compile 13:46:59 [INFO] 13:46:59 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.dom4j --- 13:46:59 [INFO] Gathering dependencies 13:46:59 [INFO] Configured Artifact: org.dom4j:dom4j:2.1.1:jar 13:46:59 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_2.1.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*,META-INF/LICENSE.txt" 13:46:59 [INFO] Merging collected dependencies 13:46:59 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:46:59 [INFO] Copying 185 resources 13:46:59 [INFO] Generating OSGi MANIFEST.MF 13:46:59 [WARNING] Manifest org.eclipse.orbit.bundles:org.dom4j:eclipse-bundle-recipe:2.1.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*] [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_2.1.1/target/org.dom4j-2.1.1-SNAPSHOT.jar 13:46:59 [INFO] Gathering sources 13:46:59 [INFO] Configured Artifact: org.dom4j:dom4j:sources:2.1.1:jar 13:47:01 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/dom4j/dom4j/2.1.1/dom4j-2.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_2.1.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,META-INF/LICENSE.txt" 13:47:01 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:47:01 [INFO] Copying 3 resources 13:47:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_2.1.1/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_2.1.1/target/org.dom4j-2.1.1-SNAPSHOT-sources.jar 13:47:01 [INFO] Assembling p2 repository 13:47:02 [INFO] 13:47:02 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.dom4j --- 13:47:02 [INFO] 13:47:02 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.dom4j --- 13:47:02 [INFO] Discovering license information from existing ip_log.xml 13:47:02 [INFO] Discovered license 'Custom license based on Apache Software License 1.1' for artifact org.dom4j:dom4j:2.1.1. 13:47:02 [INFO] Gathering sources archives 13:47:02 [INFO] Configured Artifact: org.dom4j:dom4j:sources:2.1.1:jar 13:47:02 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/dom4j/dom4j/2.1.1/dom4j-2.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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" 13:47:02 [INFO] Configured Artifact: org.dom4j:dom4j:sources:2.1.1:jar 13:47:02 [INFO] Copying dom4j-2.1.1-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_2.1.1/target/sources-for-eclipse-ipzilla/dom4j-2.1.1-sources.jar 13:47:02 [INFO] Refreshing about files and about.html 13:47:02 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:47:02 [INFO] Refreshing ip_log.xml 13:47:02 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_2.1.1/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:47:02 [INFO] 13:47:02 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.dom4j --- 13:47:02 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_2.1.1/target/org.dom4j-2.1.1-SNAPSHOT.jar 13:47:02 [INFO] 13:47:02 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.dom4j --- 13:47:02 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_2.1.1/target/org.dom4j-2.1.1-SNAPSHOT.jar 13:47:04 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_2.1.1/target/org.dom4j-2.1.1-SNAPSHOT-sources.jar 13:47:06 [INFO] 13:47:06 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.dom4j --- 13:47:06 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_2.1.1/target/org.dom4j-2.1.1-SNAPSHOT.jar 13:47:06 [INFO] 13:47:06 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.dom4j --- 13:47:06 [INFO] 13:47:06 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.dom4j --- 13:47:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_2.1.1/target/org.dom4j-2.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT.jar 13:47:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_2.1.1/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT.pom 13:47:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_2.1.1/target/org.dom4j-2.1.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT-sources.jar 13:47:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_2.1.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT-p2metadata.xml 13:47:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_2.1.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT-p2artifacts.xml 13:47:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_2.1.1/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT-ip_log.xml 13:47:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_2.1.1/target/org.dom4j-2.1.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT-pack200.jar.pack.gz 13:47:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_2.1.1/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT-p2metadata.xml 13:47:06 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.dom4j_2.1.1/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT-p2artifacts.xml 13:47:06 [INFO] 13:47:06 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.dom4j --- 13:47:06 [INFO] 13:47:06 [INFO] ----------------< org.eclipse.orbit.bundles:org.jaxen >----------------- 13:47:06 [INFO] Building jaxen 1.1.6-SNAPSHOT [375/376] 13:47:06 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:47:06 [INFO] 13:47:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jaxen --- 13:47:06 [INFO] 13:47:06 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.jaxen --- 13:47:06 [INFO] The project's OSGi version is 1.1.6.v20191106-1554 13:47:06 [INFO] 13:47:06 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.jaxen --- 13:47:06 [INFO] 13:47:06 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.jaxen --- 13:47:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:47:06 [INFO] Copying 3 resources 13:47:06 [INFO] 13:47:06 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.jaxen --- 13:47:06 [INFO] No sources to compile 13:47:06 [INFO] 13:47:06 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.jaxen --- 13:47:06 [INFO] Gathering dependencies 13:47:06 [INFO] Configured Artifact: jaxen:jaxen:1.1.6:jar 13:47:06 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:47:06 [INFO] Merging collected dependencies 13:47:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:47:06 [INFO] Copying 216 resources 13:47:06 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/target/org.jaxen-1.1.6-SNAPSHOT.jar 13:47:07 [INFO] Gathering sources 13:47:07 [INFO] Configured Artifact: jaxen:jaxen:sources:1.1.6:jar 13:47:07 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/jaxen/jaxen/1.1.6/jaxen-1.1.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:47:07 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:47:07 [INFO] Copying 3 resources 13:47:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/target/org.jaxen-1.1.6-SNAPSHOT-sources.jar 13:47:07 [INFO] Assembling p2 repository 13:47:08 [INFO] 13:47:08 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.jaxen --- 13:47:08 [INFO] 13:47:08 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.jaxen --- 13:47:08 [INFO] Discovering license information from existing ip_log.xml 13:47:08 [INFO] Discovered license 'New BSD license' for artifact jaxen:jaxen:1.1.6. 13:47:08 [INFO] Gathering sources archives 13:47:08 [INFO] Configured Artifact: jaxen:jaxen:sources:1.1.6:jar 13:47:08 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/jaxen/jaxen/1.1.6/jaxen-1.1.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/target/sources-for-eclipse-ipzilla/jaxen-1.1.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:47:08 [INFO] Configured Artifact: jaxen:jaxen:sources:1.1.6:jar 13:47:08 [INFO] Copying jaxen-1.1.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/target/sources-for-eclipse-ipzilla/jaxen-1.1.6-sources.jar 13:47:08 [INFO] Refreshing about files and about.html 13:47:08 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:47:08 [INFO] Refreshing ip_log.xml 13:47:08 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:47:08 [INFO] 13:47:08 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.jaxen --- 13:47:08 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/target/org.jaxen-1.1.6-SNAPSHOT.jar 13:47:08 [INFO] 13:47:08 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.jaxen --- 13:47:08 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/target/org.jaxen-1.1.6-SNAPSHOT.jar 13:47:09 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/target/org.jaxen-1.1.6-SNAPSHOT-sources.jar 13:47:12 [INFO] 13:47:12 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.jaxen --- 13:47:12 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/target/org.jaxen-1.1.6-SNAPSHOT.jar 13:47:12 [INFO] 13:47:12 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.jaxen --- 13:47:12 [INFO] 13:47:12 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.jaxen --- 13:47:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/target/org.jaxen-1.1.6-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT.jar 13:47:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT.pom 13:47:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/target/org.jaxen-1.1.6-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT-sources.jar 13:47:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT-p2metadata.xml 13:47:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT-p2artifacts.xml 13:47:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT-ip_log.xml 13:47:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/target/org.jaxen-1.1.6-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT-pack200.jar.pack.gz 13:47:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT-p2metadata.xml 13:47:12 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jaxen_1.1.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT-p2artifacts.xml 13:47:12 [INFO] 13:47:12 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.jaxen --- 13:47:12 [INFO] 13:47:12 [INFO] ----------------< org.eclipse.orbit.bundles:org.jdom2 >----------------- 13:47:12 [INFO] Building JDOM 2.0.6-SNAPSHOT [376/376] 13:47:12 [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ 13:47:13 [INFO] 13:47:13 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jdom2 --- 13:47:13 [INFO] 13:47:13 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.jdom2 --- 13:47:13 [INFO] The project's OSGi version is 2.0.6.v20191125-0928 13:47:13 [INFO] 13:47:13 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.jdom2 --- 13:47:13 [INFO] 13:47:13 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.jdom2 --- 13:47:13 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:47:13 [INFO] Copying 3 resources 13:47:13 [INFO] 13:47:13 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.jdom2 --- 13:47:13 [INFO] Changes detected - recompiling the module! 13:47:13 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/target/classes 13:47:13 [INFO] 13:47:13 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:bundle (default-bundle) @ org.jdom2 --- 13:47:13 [INFO] Gathering dependencies 13:47:13 [INFO] Configured Artifact: org.jdom:jdom2:2.0.6:jar 13:47:13 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:47:13 [INFO] Merging collected dependencies 13:47:13 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:47:13 [INFO] Copying 198 resources 13:47:13 [INFO] Generating OSGi MANIFEST.MF [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/target/org.jdom2-2.0.6-SNAPSHOT.jar 13:47:13 [INFO] Gathering sources 13:47:13 [INFO] Configured Artifact: org.jdom:jdom2:sources:2.0.6:jar 13:47:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:47:14 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:47:14 [INFO] Copying 3 resources 13:47:14 [INFO] Copying 1 resource [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/target/org.jdom2-2.0.6-SNAPSHOT-sources.jar 13:47:14 [INFO] Assembling p2 repository 13:47:14 [INFO] 13:47:14 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.jdom2 --- 13:47:14 [INFO] 13:47:14 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.jdom2 --- 13:47:14 [INFO] Discovering license information from existing ip_log.xml 13:47:14 [INFO] Discovered license 'Apache Software License 1.1' for artifact org.jdom:jdom2:2.0.6. 13:47:14 [INFO] Gathering sources archives 13:47:14 [INFO] Configured Artifact: org.jdom:jdom2:sources:2.0.6:jar 13:47:14 [INFO] Unpacking /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/target/sources-for-eclipse-ipzilla/jdom2-2.0.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" 13:47:14 [INFO] Configured Artifact: org.jdom:jdom2:sources:2.0.6:jar 13:47:14 [INFO] Copying jdom2-2.0.6-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/target/sources-for-eclipse-ipzilla/jdom2-2.0.6-sources.jar 13:47:14 [INFO] Refreshing about files and about.html 13:47:14 [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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). 13:47:14 [INFO] Refreshing ip_log.xml 13:47:14 [WARNING] Found existing ip_log.xml file at '/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/src/eclipse/ip_log.xml'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). 13:47:14 [INFO] 13:47:14 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.jdom2 --- 13:47:14 [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/target/org.jdom2-2.0.6-SNAPSHOT.jar 13:47:15 [INFO] 13:47:15 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.jdom2 --- 13:47:15 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/target/org.jdom2-2.0.6-SNAPSHOT.jar 13:47:16 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/target/org.jdom2-2.0.6-SNAPSHOT-sources.jar 13:47:18 [INFO] 13:47:18 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.jdom2 --- 13:47:18 [INFO] Pack200 packing jar /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/target/org.jdom2-2.0.6-SNAPSHOT.jar 13:47:18 [INFO] 13:47:18 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.jdom2 --- 13:47:18 [INFO] 13:47:18 [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ org.jdom2 --- 13:47:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/target/org.jdom2-2.0.6-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT.jar 13:47:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT.pom 13:47:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/target/org.jdom2-2.0.6-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT-sources.jar 13:47:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT-p2metadata.xml 13:47:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT-p2artifacts.xml 13:47:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/src/eclipse/ip_log.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT-ip_log.xml 13:47:18 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/target/org.jdom2-2.0.6-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT-pack200.jar.pack.gz 13:47:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT-p2metadata.xml 13:47:19 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/xml/org.jdom2_2.0.6/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT-p2artifacts.xml 13:47:19 [INFO] 13:47:19 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.jdom2 --- 13:47:19 [INFO] ------------------------------------------------------------------------ 13:47:19 [INFO] Reactor Summary: 13:47:19 [INFO] 13:47:19 [INFO] Eclipse Orbit :: Bundle Recipes 1.0.0-SNAPSHOT ..... SUCCESS [ 13.595 s] 13:47:19 [INFO] Eclipse Orbit :: ANTLR Recipes ..................... SUCCESS [ 0.008 s] 13:47:19 [INFO] ANTLR 3 Runtime 3.5.2-SNAPSHOT ..................... SUCCESS [01:04 min] 13:47:19 [INFO] ANTLR 4 Runtime 4.5.1-SNAPSHOT ..................... SUCCESS [ 4.854 s] 13:47:19 [INFO] ANTLR 4 Runtime 4.7.1-SNAPSHOT ..................... SUCCESS [ 6.018 s] 13:47:19 [INFO] ANTLR 4 Runtime 4.7.2-SNAPSHOT ..................... SUCCESS [ 7.065 s] 13:47:19 [INFO] Eclipse Orbit :: args4j Recipes .................... SUCCESS [ 0.008 s] 13:47:19 [INFO] args4j 2.33.0-SNAPSHOT ............................. SUCCESS [ 3.891 s] 13:47:19 [INFO] Eclipse Orbit :: ASM Recipes ....................... SUCCESS [ 0.007 s] 13:47:19 [INFO] ASM Core 8.0.1-SNAPSHOT ............................ SUCCESS [ 3.942 s] 13:47:19 [INFO] ASM Analysis 8.0.1-SNAPSHOT ........................ SUCCESS [ 3.997 s] 13:47:19 [INFO] ASM Commons 8.0.1-SNAPSHOT ......................... SUCCESS [ 3.952 s] 13:47:19 [INFO] ASM Tree 8.0.1-SNAPSHOT ............................ SUCCESS [ 3.307 s] 13:47:19 [INFO] ASM Util 8.0.1-SNAPSHOT ............................ SUCCESS [ 5.419 s] 13:47:19 [INFO] ASM Core 9.1.0-SNAPSHOT ............................ SUCCESS [ 4.089 s] 13:47:19 [INFO] ASM Analysis 9.1.0-SNAPSHOT ........................ SUCCESS [ 3.542 s] 13:47:19 [INFO] ASM Commons 9.1.0-SNAPSHOT ......................... SUCCESS [ 4.172 s] 13:47:19 [INFO] ASM Tree 9.1.0-SNAPSHOT ............................ SUCCESS [ 4.147 s] 13:47:19 [INFO] ASM Util 9.1.0-SNAPSHOT ............................ SUCCESS [ 3.505 s] 13:47:19 [INFO] Eclipse Orbit :: AssertJ Recipes ................... SUCCESS [ 0.006 s] 13:47:19 [INFO] AssertJ fluent assertions 3.14.0-SNAPSHOT .......... SUCCESS [ 19.246 s] 13:47:19 [INFO] Eclipse Orbit :: Apache Recipes .................... SUCCESS [ 0.025 s] 13:47:19 [INFO] Apache Commons CLI 1.4.0-SNAPSHOT .................. SUCCESS [ 4.695 s] 13:47:19 [INFO] Apache Commons Codec 1.14.0-SNAPSHOT ............... SUCCESS [ 5.379 s] 13:47:19 [INFO] Apache Commons Collections 4.4.0-SNAPSHOT .......... SUCCESS [ 7.829 s] 13:47:19 [INFO] Apache Commons Compress 1.19.0-SNAPSHOT ............ SUCCESS [ 8.559 s] 13:47:19 [INFO] Apache Commons CSV 1.8.0-SNAPSHOT .................. SUCCESS [ 3.663 s] 13:47:19 [INFO] Apache Commons FileUpload 1.3.2-SNAPSHOT ........... SUCCESS [ 4.216 s] 13:47:19 [INFO] Apache Commons IO 2.8.0-SNAPSHOT ................... SUCCESS [ 4.195 s] 13:47:19 [INFO] Apache Commons Logging 1.2.0-SNAPSHOT .............. SUCCESS [ 4.352 s] 13:47:19 [INFO] Apache Commons Math 3.6.1-SNAPSHOT ................. SUCCESS [ 14.152 s] 13:47:19 [INFO] Apache Onami-Configuration 6.3.0-SNAPSHOT .......... SUCCESS [ 3.776 s] 13:47:19 [INFO] Apache FontBox 2.0.6-SNAPSHOT ...................... SUCCESS [ 6.871 s] 13:47:19 [INFO] Apache Preflight 2.0.6-SNAPSHOT .................... SUCCESS [ 4.094 s] 13:47:19 [INFO] Apache XmpBox 2.0.6-SNAPSHOT ....................... SUCCESS [ 3.895 s] 13:47:19 [INFO] Apache PDFBox 2.0.6-SNAPSHOT ....................... SUCCESS [ 14.556 s] 13:47:19 [INFO] Apache POI 4.1.1-SNAPSHOT .......................... SUCCESS [ 13.115 s] 13:47:19 [INFO] Apache POI OOXML 4.1.1-SNAPSHOT .................... SUCCESS [ 11.212 s] 13:47:19 [INFO] Apache POI OOXML Schemas 4.1.1-SNAPSHOT ............ SUCCESS [ 26.827 s] 13:47:19 [INFO] Apache XML Security for Java 2.2.0-SNAPSHOT ........ SUCCESS [ 11.074 s] 13:47:19 [INFO] Apache Mina SSHD :: OSGi 2.6.0-SNAPSHOT ............ SUCCESS [ 12.360 s] 13:47:19 [INFO] Apache Mina SSHD :: SFTP 2.6.0-SNAPSHOT ............ SUCCESS [ 4.965 s] 13:47:19 [INFO] Apache WebServices Common Utilities 1.0.2-SNAPSHOT . SUCCESS [ 4.676 s] 13:47:19 [INFO] Web Services Inspection Language for Java .......... SUCCESS [ 6.829 s] 13:47:19 [INFO] XmlBeans 3.1.0-SNAPSHOT ............................ SUCCESS [ 13.216 s] 13:47:19 [INFO] Xalan Java 2.7.2-SNAPSHOT .......................... SUCCESS [ 19.428 s] 13:47:19 [INFO] Xerces2-j 2.12.1-SNAPSHOT .......................... SUCCESS [ 8.666 s] 13:47:19 [INFO] Eclipse Orbit :: Ant Recipes ....................... SUCCESS [ 0.005 s] 13:47:19 [INFO] Apache Ant (all-in-one) 1.10.10-SNAPSHOT ........... SUCCESS [ 58.967 s] 13:47:19 [INFO] Eclipse Orbit :: Batik Recipes ..................... SUCCESS [ 0.005 s] 13:47:19 [INFO] Batik animation engine 1.9.1-SNAPSHOT .............. SUCCESS [ 5.990 s] 13:47:19 [INFO] Batik bridge 1.9.1-SNAPSHOT ........................ SUCCESS [ 7.359 s] 13:47:19 [INFO] Batik image codecs 1.9.1-SNAPSHOT .................. SUCCESS [ 5.758 s] 13:47:19 [INFO] org.apache.xmlgraphics:batik-codec 1.14.0-SNAPSHOT . SUCCESS [ 4.644 s] 13:47:19 [INFO] Batik constants library 1.9.1-SNAPSHOT ............. SUCCESS [ 3.627 s] 13:47:19 [INFO] Batik CSS engine 1.9.1-SNAPSHOT .................... SUCCESS [ 4.271 s] 13:47:19 [INFO] Batik SVG DOM implementation 1.9.1-SNAPSHOT ........ SUCCESS [ 4.551 s] 13:47:19 [INFO] Batik DOM implementation 1.9.1-SNAPSHOT ............ SUCCESS [ 3.934 s] 13:47:19 [INFO] Batik AWT utilities 1.9.1-SNAPSHOT ................. SUCCESS [ 6.975 s] 13:47:19 [INFO] Batik Extension Support 1.9.1-SNAPSHOT ............. SUCCESS [ 6.380 s] 13:47:19 [INFO] Batik Graphics Vector Tree (GVT) 1.9.1-SNAPSHOT .... SUCCESS [ 3.498 s] 13:47:19 [INFO] Batik i18n library 1.9.1-SNAPSHOT .................. SUCCESS [ 3.795 s] 13:47:19 [INFO] Batik SVG microsyntax parser 1.9.1-SNAPSHOT ........ SUCCESS [ 3.468 s] 13:47:19 [INFO] Batik PDF support 1.9.1-SNAPSHOT ................... SUCCESS [ 8.852 s] 13:47:19 [INFO] Batik script language support 1.9.1-SNAPSHOT ....... SUCCESS [ 4.801 s] 13:47:19 [INFO] Batik Java2D SVG generator 1.9.1-SNAPSHOT .......... SUCCESS [ 6.228 s] 13:47:19 [INFO] Batik SVG Swing components 1.9.1-SNAPSHOT .......... SUCCESS [ 4.055 s] 13:47:19 [INFO] Batik SVG transcoder 1.9.1-SNAPSHOT ................ SUCCESS [ 3.849 s] 13:47:19 [INFO] Batik GUI utilities 1.9.1-SNAPSHOT ................. SUCCESS [ 3.998 s] 13:47:19 [INFO] Batik utility library 1.9.1-SNAPSHOT ............... SUCCESS [ 3.842 s] 13:47:19 [INFO] Batik XML utilities 1.9.1-SNAPSHOT ................. SUCCESS [ 3.393 s] 13:47:19 [INFO] Batik Shared Resources 1.14.0-SNAPSHOT ............. SUCCESS [ 4.266 s] 13:47:19 [INFO] org.apache.xmlgraphics:batik-xml 1.14.0-SNAPSHOT ... SUCCESS [ 4.980 s] 13:47:19 [INFO] org.apache.xmlgraphics:batik-ext 1.14.0-SNAPSHOT ... SUCCESS [ 3.663 s] 13:47:19 [INFO] org.apache.xmlgraphics:batik-awt-util 1.14.0-SNAPSHOT SUCCESS [ 4.462 s] 13:47:19 [INFO] org.apache.xmlgraphics:batik-parser 1.14.0-SNAPSHOT SUCCESS [ 4.866 s] 13:47:19 [INFO] org.apache.xmlgraphics:batik-dom 1.14.0-SNAPSHOT ... SUCCESS [ 4.058 s] 13:47:19 [INFO] org.apache.xmlgraphics:batik-gvt 1.14.0-SNAPSHOT ... SUCCESS [ 4.084 s] 13:47:19 [INFO] org.apache.xmlgraphics:batik-svggen 1.14.0-SNAPSHOT SUCCESS [ 5.977 s] 13:47:19 [INFO] org.apache.xmlgraphics:batik-svg-dom 1.14.0-SNAPSHOT SUCCESS [ 5.201 s] 13:47:19 [INFO] org.apache.xmlgraphics:batik-anim 1.14.0-SNAPSHOT .. SUCCESS [ 4.866 s] 13:47:19 [INFO] org.apache.xmlgraphics:batik-script 1.14.0-SNAPSHOT SUCCESS [ 3.763 s] 13:47:19 [INFO] org.apache.xmlgraphics:batik-bridge 1.14.0-SNAPSHOT SUCCESS [ 5.662 s] 13:47:19 [INFO] org.apache.xmlgraphics:batik-transcoder 1.14.0-SNAPSHOT SUCCESS [ 3.897 s] 13:47:19 [INFO] Batik constants library 1.14.0-SNAPSHOT ............ SUCCESS [ 4.710 s] 13:47:19 [INFO] Batik CSS engine 1.14.0-SNAPSHOT ................... SUCCESS [ 7.117 s] 13:47:19 [INFO] Batik i18n library 1.14.0-SNAPSHOT ................. SUCCESS [ 3.090 s] 13:47:19 [INFO] Batik utility library 1.14.0-SNAPSHOT .............. SUCCESS [ 4.233 s] 13:47:19 [INFO] Apache XML Graphics Commons 2.6.0-SNAPSHOT ......... SUCCESS [ 6.963 s] 13:47:19 [INFO] Eclipse Orbit :: Apache Felix Recipes .............. SUCCESS [ 0.005 s] 13:47:19 [INFO] Apache Felix Gogo Command 1.1.2 1.1.2-SNAPSHOT ..... SUCCESS [ 3.802 s] 13:47:19 [INFO] Apache Felix Gogo Runtime 1.1.4 1.1.4-SNAPSHOT ..... SUCCESS [ 5.121 s] 13:47:19 [INFO] Apache Felix Gogo Shell 1.1.4 1.1.4-SNAPSHOT ....... SUCCESS [ 7.336 s] 13:47:19 [INFO] Apache Felix Declarative Services 2.1.24-SNAPSHOT .. SUCCESS [ 5.336 s] 13:47:19 [INFO] Eclipse Orbit :: Apache HTTPComponents Recipes ..... SUCCESS [ 0.006 s] 13:47:19 [INFO] Apache HttpCore NIO 4.4.5-SNAPSHOT ................. SUCCESS [ 4.721 s] 13:47:19 [INFO] Apache HttpAsyncClient 4.1.3-SNAPSHOT .............. SUCCESS [ 4.751 s] 13:47:19 [INFO] Apache HttpCore 4.4.14-SNAPSHOT .................... SUCCESS [ 4.355 s] 13:47:19 [INFO] Apache HttpClient 4.5.13-SNAPSHOT .................. SUCCESS [ 8.949 s] 13:47:19 [INFO] Apache HttpClient Windows features 4.5.13-SNAPSHOT . SUCCESS [ 3.987 s] 13:47:19 [INFO] Apache HttpComponents Core HTTP/1.1 5.0.2-SNAPSHOT . SUCCESS [ 8.488 s] 13:47:19 [INFO] Apache HttpComponents Core HTTP/2 5.0.2-SNAPSHOT ... SUCCESS [ 4.439 s] 13:47:19 [INFO] Apache HttpClient 5.0.2-SNAPSHOT ................... SUCCESS [ 8.678 s] 13:47:19 [INFO] Eclipse Orbit :: JClouds Recipes ................... SUCCESS [ 0.080 s] 13:47:19 [INFO] Apache Jclouds OpenStack Components Core 1.8.0-SNAPSHOT SUCCESS [ 7.387 s] 13:47:19 [INFO] Apache Jclouds OpenStack Cinder API 1.8.0-SNAPSHOT . SUCCESS [ 4.619 s] 13:47:19 [INFO] Apache Jclouds OpenStack Keystone API 1.8.0-SNAPSHOT SUCCESS [ 3.990 s] 13:47:19 [INFO] Apache Jclouds OpenStack Nova API 1.8.0-SNAPSHOT ... SUCCESS [ 5.385 s] 13:47:19 [INFO] Apache Jclouds OpenStack Neutron API 1.8.0-SNAPSHOT SUCCESS [ 4.409 s] 13:47:19 [INFO] Apache Jclouds Swift API 1.8.0-SNAPSHOT ............ SUCCESS [ 5.586 s] 13:47:19 [INFO] Apache Jclouds SLF4J Logging Module 1.8.0-SNAPSHOT . SUCCESS [ 7.255 s] 13:47:19 [INFO] Apache Jclouds Docker API 1.8.0-SNAPSHOT ........... SUCCESS [ 4.293 s] 13:47:19 [INFO] Apache Jclouds AWS EC2 API 1.8.0-SNAPSHOT .......... SUCCESS [ 5.820 s] 13:47:19 [INFO] Apache Jclouds Cloudwatch API 1.8.0-SNAPSHOT ....... SUCCESS [ 3.760 s] 13:47:19 [INFO] Jclouds Components Core 1.8.0-SNAPSHOT ............. SUCCESS [ 6.213 s] 13:47:19 [INFO] Jclouds Blobstore Core 1.8.0-SNAPSHOT .............. SUCCESS [ 6.741 s] 13:47:19 [INFO] Jclouds Compute Core 1.8.0-SNAPSHOT ................ SUCCESS [ 4.695 s] 13:47:19 [INFO] Jclouds Sts Api 1.8.0-SNAPSHOT ..................... SUCCESS [ 3.724 s] 13:47:19 [INFO] Jclouds Script Builder 1.8.0-SNAPSHOT .............. SUCCESS [ 4.163 s] 13:47:19 [INFO] Eclipse Orbit :: Apache Lucene Recipes ............. SUCCESS [ 0.005 s] 13:47:19 [INFO] Lucene Core 7.5.0 7.5.0-SNAPSHOT ................... SUCCESS [ 15.625 s] 13:47:19 [INFO] Lucene Common Analyzers 7.5.0 7.5.0-SNAPSHOT ....... SUCCESS [ 15.937 s] 13:47:19 [INFO] Lucene Smart Chinese Analyzer 7.5.0 7.5.0-SNAPSHOT . SUCCESS [ 8.800 s] 13:47:19 [INFO] Lucene Miscellaneous 7.5.0 7.5.0-SNAPSHOT .......... SUCCESS [ 6.153 s] 13:47:19 [INFO] Lucene QueryParsers 7.5.0 7.5.0-SNAPSHOT ........... SUCCESS [ 6.866 s] 13:47:19 [INFO] Lucene Core 8.4.1 8.4.1-SNAPSHOT ................... SUCCESS [ 12.945 s] 13:47:19 [INFO] Lucene Common Analyzers 8.4.1 8.4.1-SNAPSHOT ....... SUCCESS [ 14.943 s] 13:47:19 [INFO] Lucene Smart Chinese Analyzer 8.4.1 8.4.1-SNAPSHOT . SUCCESS [ 8.736 s] 13:47:19 [INFO] Eclipse Orbit :: Apache Maven Recipes .............. SUCCESS [ 0.005 s] 13:47:19 [INFO] Eclipse Orbit :: Apache Maven Resolver (ex-Eclipse Aether) Recipes SUCCESS [ 0.005 s] 13:47:19 [INFO] Maven Artifact Resolver API 1.0.3-SNAPSHOT ......... SUCCESS [ 4.532 s] 13:47:19 [INFO] Maven Artifact Resolver Connector Basic 1.0.3-SNAPSHOT SUCCESS [ 3.854 s] 13:47:19 [INFO] Maven Artifact Resolver Implementation 1.0.3-SNAPSHOT SUCCESS [ 5.497 s] 13:47:19 [INFO] Maven Artifact Resolver SPI 1.0.3-SNAPSHOT ......... SUCCESS [ 4.983 s] 13:47:19 [INFO] Maven Artifact Resolver Transport File 1.0.3-SNAPSHOT SUCCESS [ 3.994 s] 13:47:19 [INFO] Maven Artifact Resolver Transport HTTP 1.0.3-SNAPSHOT SUCCESS [ 4.952 s] 13:47:19 [INFO] Maven Artifact Resolver Utilities 1.0.3-SNAPSHOT ... SUCCESS [ 3.491 s] 13:47:19 [INFO] Eclipse Orbit :: XML-RPC Recipes 3.1.3-SNAPSHOT .... SUCCESS [ 0.006 s] 13:47:19 [INFO] Apache XML-RPC Client Library 3.1.3-SNAPSHOT ....... SUCCESS [ 4.024 s] 13:47:19 [INFO] Apache XML-RPC Common Library 3.1.3-SNAPSHOT ....... SUCCESS [ 3.599 s] 13:47:19 [INFO] Apache XML-RPC Server Library 3.1.3-SNAPSHOT ....... SUCCESS [ 4.581 s] 13:47:19 [INFO] Eclipse Orbit :: Bouncycastle Recipes .............. SUCCESS [ 0.055 s] 13:47:19 [INFO] Bouncy Castle OpenPGP API 1.65.0-SNAPSHOT .......... SUCCESS [ 8.838 s] 13:47:19 [INFO] Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs 1.65.0-SNAPSHOT SUCCESS [ 6.948 s] 13:47:19 [INFO] Bouncy Castle Provider 1.65.01-SNAPSHOT ............ SUCCESS [ 38.668 s] 13:47:19 [INFO] Eclipse Orbit :: Byte Buddy Recipes ................ SUCCESS [ 0.005 s] 13:47:19 [INFO] Byte Buddy (without dependencies) 1.7.9-SNAPSHOT ... SUCCESS [ 13.887 s] 13:47:19 [INFO] Byte Buddy Java agent 1.7.9-SNAPSHOT ............... SUCCESS [ 3.563 s] 13:47:19 [INFO] Byte Buddy (without dependencies) 1.9.0-SNAPSHOT ... SUCCESS [ 11.965 s] 13:47:19 [INFO] Byte Buddy Java agent 1.9.0-SNAPSHOT ............... SUCCESS [ 3.457 s] 13:47:19 [INFO] Eclipse Orbit :: CommonMark Recipes ................ SUCCESS [ 0.005 s] 13:47:19 [INFO] commonmark-java core 0.15.1-SNAPSHOT ............... SUCCESS [ 5.752 s] 13:47:19 [INFO] commonmark-java extension for YAML front matter 0.15.1-SNAPSHOT SUCCESS [ 6.445 s] 13:47:19 [INFO] commonmark-java extension for tables 0.15.1-SNAPSHOT SUCCESS [ 4.385 s] 13:47:19 [INFO] commonmark-java extension for strikethrough 0.15.1-SNAPSHOT SUCCESS [ 3.549 s] 13:47:19 [INFO] commonmark-java extension for image attributes 0.15.1-SNAPSHOT SUCCESS [ 3.730 s] 13:47:19 [INFO] commonmark-java extension for (underline) 0.15.1-SNAPSHOT SUCCESS [ 3.071 s] 13:47:19 [INFO] commonmark-java extension for task list items 0.15.1-SNAPSHOT SUCCESS [ 3.442 s] 13:47:19 [INFO] commonmark-java extension for adding id attributes to h tags 0.15.1-SNAPSHOT SUCCESS [ 3.051 s] 13:47:19 [INFO] Eclipse Orbit :: Apache Recipes .................... SUCCESS [ 0.005 s] 13:47:19 [INFO] Java Cup Runtime 0.11.20150326 0.11.20150326-SNAPSHOT SUCCESS [ 4.112 s] 13:47:19 [INFO] Java CUP 0.11.20150326 0.11.20150326-SNAPSHOT ...... SUCCESS [ 6.540 s] 13:47:19 [INFO] Eclipse Orbit :: DRMAA ............................. SUCCESS [ 0.005 s] 13:47:19 [INFO] org.ggf.drmaa ...................................... SUCCESS [ 1.952 s] 13:47:19 [INFO] com.sun.grid.drmaa ................................. SUCCESS [ 3.114 s] 13:47:19 [INFO] Eclipse Orbit :: Freemarker Recipes ................ SUCCESS [ 0.006 s] 13:47:19 [INFO] FreeMarker 2.3.22-SNAPSHOT ......................... SUCCESS [ 7.657 s] 13:47:19 [INFO] Eclipse Orbit :: Github Recipes .................... SUCCESS [ 0.017 s] 13:47:19 [INFO] Eclipse Orbit :: Classgraph Recipes ................ SUCCESS [ 0.007 s] 13:47:19 [INFO] ClassGraph 4.8.35-SNAPSHOT ......................... SUCCESS [ 5.298 s] 13:47:19 [INFO] Eclipse Orbit :: Cronutils Recipes ................. SUCCESS [ 0.004 s] 13:47:19 [INFO] cron-utils 5.0.5-SNAPSHOT .......................... SUCCESS [ 4.667 s] 13:47:19 [INFO] Eclipse Orbit :: Docker Recipes .................... SUCCESS [ 0.078 s] 13:47:19 [INFO] docker-client 3.2.1-SNAPSHOT ....................... SUCCESS [ 15.161 s] 13:47:19 [INFO] Eclipse Orbit :: EdDSA Recipes ..................... SUCCESS [ 0.005 s] 13:47:19 [INFO] EdDSA-Java 0.3.0-SNAPSHOT .......................... SUCCESS [ 6.880 s] 13:47:19 [INFO] Eclipse Orbit :: EJML Recipes ...................... SUCCESS [ 0.005 s] 13:47:19 [INFO] EJML 0.29.0-SNAPSHOT ............................... SUCCESS [ 3.914 s] 13:47:19 [INFO] EJML 0.29.0-SNAPSHOT ............................... SUCCESS [ 5.199 s] 13:47:19 [INFO] EJML 0.29.0-SNAPSHOT ............................... SUCCESS [ 7.432 s] 13:47:19 [INFO] EJML 0.29.0-SNAPSHOT ............................... SUCCESS [ 3.517 s] 13:47:19 [INFO] EJML 0.29.0-SNAPSHOT ............................... SUCCESS [ 3.644 s] 13:47:19 [INFO] EJML 0.29.0-SNAPSHOT ............................... SUCCESS [ 4.055 s] 13:47:19 [INFO] EJML 0.38.0-SNAPSHOT ............................... SUCCESS [ 4.164 s] 13:47:19 [INFO] Eclipse Orbit :: Java Diff Utils Recipes ........... SUCCESS [ 0.004 s] 13:47:19 [INFO] Java Diff Utils 4.8.0-SNAPSHOT ..................... SUCCESS [ 3.825 s] 13:47:19 [INFO] Eclipse Orbit :: JavaEWAH Recipes .................. SUCCESS [ 0.004 s] 13:47:19 [INFO] JavaEWAH 1.1.7-SNAPSHOT ............................ SUCCESS [ 5.076 s] 13:47:19 [INFO] Eclipse Orbit :: JNR Recipes ....................... SUCCESS [ 0.058 s] 13:47:19 [INFO] jnr-constants 0.9.15-SNAPSHOT ...................... SUCCESS [ 8.521 s] 13:47:19 [INFO] jnr-enxio 0.25.0-SNAPSHOT .......................... SUCCESS [ 3.591 s] 13:47:19 [INFO] jnr-ffi 2.1.12-SNAPSHOT ............................ SUCCESS [ 5.332 s] 13:47:19 [INFO] jffi 1.2.23-SNAPSHOT ............................... SUCCESS [ 4.606 s] 13:47:19 [INFO] jffi 1.2.23-SNAPSHOT ............................... SUCCESS [ 5.601 s] 13:47:19 [INFO] jnr-posix 3.0.54-SNAPSHOT .......................... SUCCESS [ 5.810 s] 13:47:19 [INFO] jnr-unixsocket 0.28.0-SNAPSHOT ..................... SUCCESS [ 4.324 s] 13:47:19 [INFO] jnr-x86asm 1.0.2-SNAPSHOT .......................... SUCCESS [ 4.261 s] 13:47:19 [INFO] Eclipse Orbit :: JRuby Recipes ..................... SUCCESS [ 0.004 s] 13:47:19 [INFO] JCodings 1.0.18-SNAPSHOT ........................... SUCCESS [ 8.305 s] 13:47:19 [INFO] Joni 2.1.11-SNAPSHOT ............................... SUCCESS [ 5.363 s] 13:47:19 [INFO] Eclipse Orbit :: JSoup Recipes ..................... SUCCESS [ 0.005 s] 13:47:19 [INFO] jsoup 1.8.3-SNAPSHOT ............................... SUCCESS [ 5.489 s] 13:47:19 [INFO] Eclipse Orbit :: MongoDB Recipes ................... SUCCESS [ 0.005 s] 13:47:19 [INFO] MongoDB Java Driver 3.2.2-SNAPSHOT ................. SUCCESS [ 10.609 s] 13:47:19 [INFO] Eclipse Orbit :: Mozilla Recipes ................... SUCCESS [ 0.005 s] 13:47:19 [INFO] rhino 1.7.10-SNAPSHOT .............................. SUCCESS [ 12.173 s] 13:47:19 [INFO] Eclipse Orbit :: OSHI Recipes ...................... SUCCESS [ 0.008 s] 13:47:19 [INFO] oshi-core 3.8.0-SNAPSHOT ........................... SUCCESS [ 6.858 s] 13:47:19 [INFO] Eclipse Orbit :: Unirest-Java Recipes .............. SUCCESS [ 0.013 s] 13:47:19 [INFO] com.konghq.unirest-java 3.4.2-SNAPSHOT ............. SUCCESS [ 7.263 s] 13:47:19 [INFO] Eclipse Orbit :: Virtuald Recipes .................. SUCCESS [ 0.004 s] 13:47:19 [INFO] curvesapi 1.6.0-SNAPSHOT ........................... SUCCESS [ 3.990 s] 13:47:19 [INFO] Eclipse Orbit :: Glassfish Recipes ................. SUCCESS [ 0.005 s] 13:47:19 [INFO] Eclipse Orbit :: Glassfish HK2 Recipes ............. SUCCESS [ 0.004 s] 13:47:19 [INFO] HK2 API module 2.5.0-SNAPSHOT ...................... SUCCESS [ 5.797 s] 13:47:19 [INFO] ASM library repackaged as OSGi bundle 2.5.0-SNAPSHOT SUCCESS [ 6.227 s] 13:47:19 [INFO] ServiceLocator Default Implementation 2.5.0-SNAPSHOT SUCCESS [ 7.067 s] 13:47:19 [INFO] OSGi resource locator 2.5.0-SNAPSHOT ............... SUCCESS [ 4.846 s] 13:47:19 [INFO] HK2 Implementation Utilities 2.5.0-SNAPSHOT ........ SUCCESS [ 4.078 s] 13:47:19 [INFO] HK2 API module 2.6.1-SNAPSHOT ...................... SUCCESS [ 4.832 s] 13:47:19 [INFO] ServiceLocator Default Implementation 2.6.1-SNAPSHOT SUCCESS [ 5.941 s] 13:47:19 [INFO] HK2 Implementation Utilities 2.6.1-SNAPSHOT ........ SUCCESS [ 3.539 s] 13:47:19 [INFO] OSGi resource locator 1.0.3-SNAPSHOT ............... SUCCESS [ 4.237 s] 13:47:19 [INFO] Eclipse Orbit :: Glassfish Jersey Recipes .......... SUCCESS [ 0.004 s] 13:47:19 [INFO] jersey-connectors-apache 2.30.1-SNAPSHOT ........... SUCCESS [ 3.447 s] 13:47:19 [INFO] jersey-container-servlet 2.30.1-SNAPSHOT ........... SUCCESS [ 4.322 s] 13:47:19 [INFO] jersey-container-servlet-core 2.30.1-SNAPSHOT ...... SUCCESS [ 3.494 s] 13:47:19 [INFO] jersey-core-client 2.30.1-SNAPSHOT ................. SUCCESS [ 6.313 s] 13:47:19 [INFO] jersey-core-common 2.30.1-SNAPSHOT ................. SUCCESS [ 8.441 s] 13:47:19 [INFO] jersey-core-server 2.30.1-SNAPSHOT ................. SUCCESS [ 8.544 s] 13:47:19 [INFO] jersey-ext-entity-filtering 2.30.1-SNAPSHOT ........ SUCCESS [ 3.597 s] 13:47:19 [INFO] jersey-inject-hk2 2.30.1-SNAPSHOT .................. SUCCESS [ 4.173 s] 13:47:19 [INFO] jersey-media-json-jackson 2.30.1-SNAPSHOT .......... SUCCESS [ 5.524 s] 13:47:19 [INFO] Eclipse Orbit :: GlazedLists Recipes ............... SUCCESS [ 0.005 s] 13:47:19 [INFO] GlazedLists 1.11.0-SNAPSHOT ........................ SUCCESS [ 7.791 s] 13:47:19 [INFO] Eclipse Orbit :: Google Recipes .................... SUCCESS [ 0.005 s] 13:47:19 [INFO] Closure Compiler 0.0.20160315-SNAPSHOT ............. SUCCESS [ 17.685 s] 13:47:19 [INFO] Guava: Google Core Libraries for Java 27.1.0-SNAPSHOT SUCCESS [ 16.465 s] 13:47:19 [INFO] Guava: Google Core Libraries for Java 30.1.0-SNAPSHOT SUCCESS [ 17.940 s] 13:47:19 [INFO] Gson: Google Json Library for Java 2.7.0-SNAPSHOT .. SUCCESS [ 5.640 s] 13:47:19 [INFO] Gson: Google Json Library for Java 2.8.6-SNAPSHOT .. SUCCESS [ 4.689 s] 13:47:19 [INFO] Google Data Java Client Library 1.47.1-SNAPSHOT .... SUCCESS [ 15.229 s] 13:47:19 [INFO] Google Guice - Core Library 5.0.1-SNAPSHOT ......... SUCCESS [ 6.628 s] 13:47:19 [INFO] Google Guice - Extensions - AssistedInject 5.0.1-SNAPSHOT SUCCESS [ 4.152 s] 13:47:19 [INFO] Flogger 0.1.0-SNAPSHOT ............................. SUCCESS [ 4.447 s] 13:47:19 [INFO] Flogger System Backend 0.1.0-SNAPSHOT .............. SUCCESS [ 5.343 s] 13:47:19 [INFO] Flogger Testing 0.1.0-SNAPSHOT ..................... SUCCESS [ 7.209 s] 13:47:19 [INFO] Google OAuth Client Library for Java 1.30.6-SNAPSHOT SUCCESS [ 5.262 s] 13:47:19 [INFO] Java 6 (and higher) extensions to the Google OAuth Client Library for Java. 1.30.6-SNAPSHOT SUCCESS [ 4.074 s] 13:47:19 [INFO] OAuth 2.0 verification code receiver for Google OAuth Client Library for Java. 1.30.6-SNAPSHOT SUCCESS [ 4.700 s] 13:47:19 [INFO] com.google.api.client-auth 1.2.3-SNAPSHOT .......... SUCCESS [ 4.032 s] 13:47:19 [INFO] com.google.api.client-auth-oauth2 1.2.3-SNAPSHOT ... SUCCESS [ 4.896 s] 13:47:19 [INFO] com.google.api.client-util 1.2.3-SNAPSHOT .......... SUCCESS [ 6.864 s] 13:47:19 [INFO] com.google.api.client-escape 1.2.3-SNAPSHOT ........ SUCCESS [ 3.252 s] 13:47:19 [INFO] com.google.api.client-repackaged-com-google-common-base 1.2.3-SNAPSHOT SUCCESS [ 3.491 s] 13:47:19 [INFO] com.google.api.client-json 1.2.3-SNAPSHOT .......... SUCCESS [ 3.477 s] 13:47:19 [INFO] com.google.api.client-http 1.2.3-SNAPSHOT .......... SUCCESS [ 3.712 s] 13:47:19 [INFO] Google Auth Library for Java - OAuth2 HTTP 0.20.0-SNAPSHOT SUCCESS [ 5.578 s] 13:47:19 [INFO] Google Auth Library for Java - Credentials 0.20.0-SNAPSHOT SUCCESS [ 4.196 s] 13:47:19 [INFO] AutoValue Annotations 1.7.0-SNAPSHOT ............... SUCCESS [ 7.280 s] 13:47:19 [INFO] Google HTTP Client Library for Java 1.34.2-SNAPSHOT SUCCESS [ 7.343 s] 13:47:19 [INFO] Jackson 2 extensions to the Google HTTP Client Library for Java. 1.34.2-SNAPSHOT SUCCESS [ 3.750 s] 13:47:19 [INFO] J2ObjC Annotations 1.3.0-SNAPSHOT .................. SUCCESS [ 3.727 s] 13:47:19 [INFO] io.grpc:grpc-context 1.29.0-SNAPSHOT ............... SUCCESS [ 3.748 s] 13:47:19 [INFO] OpenCensus API 0.26.0-SNAPSHOT ..................... SUCCESS [ 6.621 s] 13:47:19 [INFO] OpenCensus Contrib HTTP Utils 0.26.0-SNAPSHOT ...... SUCCESS [ 4.176 s] 13:47:19 [INFO] org.conscrypt:conscrypt-openjdk-uber 2.5.1-SNAPSHOT SUCCESS [ 13.573 s] 13:47:19 [INFO] Eclipse Orbit :: GraphQL Recipes ................... SUCCESS [ 0.004 s] 13:47:19 [INFO] java-dataloader 2.1.1-SNAPSHOT ..................... SUCCESS [ 5.237 s] 13:47:19 [INFO] graphql-java 11.0.0-SNAPSHOT ....................... SUCCESS [ 8.612 s] 13:47:19 [INFO] Eclipse Orbit :: Hamcrest Recipes .................. SUCCESS [ 0.010 s] 13:47:19 [INFO] Hamcrest Core 1.3.0-SNAPSHOT ....................... SUCCESS [ 4.555 s] 13:47:19 [INFO] Hamcrest library 1.3.0-SNAPSHOT .................... SUCCESS [ 4.529 s] 13:47:19 [INFO] Eclipse Orbit :: Hsqldb Recipes .................... SUCCESS [ 0.005 s] 13:47:19 [INFO] HyperSQL Database 2.2.9-SNAPSHOT ................... SUCCESS [ 9.124 s] 13:47:19 [INFO] Eclipse Orbit :: ICU4J Recipes ..................... SUCCESS [ 0.004 s] 13:47:19 [INFO] ICU4J 67.1 67.1.0-SNAPSHOT ......................... SUCCESS [ 26.339 s] 13:47:19 [INFO] Eclipse Orbit :: Immutables Recipes ................ SUCCESS [ 0.005 s] 13:47:19 [INFO] org.immutables.value 2.8.3-SNAPSHOT ................ SUCCESS [ 11.982 s] 13:47:19 [INFO] Eclipse Orbit :: Jackson Recipes ................... SUCCESS [ 0.004 s] 13:47:19 [INFO] Jackson-annotations 2.12.1-SNAPSHOT ................ SUCCESS [ 5.125 s] 13:47:19 [INFO] Jackson-core 2.12.1-SNAPSHOT ....................... SUCCESS [ 4.809 s] 13:47:19 [INFO] jackson-databind 2.12.1-SNAPSHOT ................... SUCCESS [ 9.049 s] 13:47:19 [INFO] Jackson datatype: Guava 2.12.1-SNAPSHOT ............ SUCCESS [ 5.515 s] 13:47:19 [INFO] Jackson-JAXRS-base 2.12.1-SNAPSHOT ................. SUCCESS [ 5.738 s] 13:47:19 [INFO] Jackson-JAXRS-JSON 2.12.1-SNAPSHOT ................. SUCCESS [ 6.078 s] 13:47:19 [INFO] Jackson module: JAXB Annotations 2.12.1-SNAPSHOT ... SUCCESS [ 3.065 s] 13:47:19 [INFO] Eclipse Orbit :: JaCoCo Recipes .................... SUCCESS [ 0.005 s] 13:47:19 [INFO] JaCoCo Agent 0.8.6-SNAPSHOT ........................ SUCCESS [ 5.450 s] 13:47:19 [INFO] JaCoCo Core 0.8.6-SNAPSHOT ......................... SUCCESS [ 4.800 s] 13:47:19 [INFO] JaCoCo Report 0.8.6-SNAPSHOT ....................... SUCCESS [ 6.724 s] 13:47:19 [INFO] Eclipse Orbit :: javax Recipes ..................... SUCCESS [ 0.008 s] 13:47:19 [INFO] Jakarta Activation 1.2.2-SNAPSHOT .................. SUCCESS [ 5.317 s] 13:47:19 [INFO] Jakarta Activation 2.0.0-SNAPSHOT .................. SUCCESS [ 4.451 s] 13:47:19 [INFO] Jakarta Activation API jar 1.2.2-SNAPSHOT .......... SUCCESS [ 3.694 s] 13:47:19 [INFO] Jakarta Activation API jar 2.0.0-SNAPSHOT .......... SUCCESS [ 4.188 s] 13:47:19 [INFO] Jakarta Expression Language API 4.0.0-SNAPSHOT ..... SUCCESS [ 4.995 s] 13:47:19 [INFO] Jakarta Servlet 5.0.0-SNAPSHOT ..................... SUCCESS [ 4.812 s] 13:47:19 [INFO] Jakarta Server Pages API 3.0.0-SNAPSHOT ............ SUCCESS [ 4.719 s] 13:47:19 [INFO] Jakarta Annotations API 1.3.5-SNAPSHOT ............. SUCCESS [01:13 min] 13:47:19 [INFO] Bean Validation API 1.1.0-SNAPSHOT ................. SUCCESS [ 4.213 s] 13:47:19 [INFO] Jakarta XML Binding API 2.3.3-SNAPSHOT ............. SUCCESS [ 4.491 s] 13:47:19 [INFO] Jakarta WebSocket - Server API 2.0.0-SNAPSHOT ...... SUCCESS [ 4.015 s] 13:47:19 [INFO] jakarta.ws.rs-api 2.1.6-SNAPSHOT ................... SUCCESS [ 5.509 s] 13:47:19 [INFO] Eclipse Orbit :: jaxb Recipes ...................... SUCCESS [ 0.005 s] 13:47:19 [INFO] com.sun.xml.bind 2.2.0-SNAPSHOT .................... SUCCESS [ 7.810 s] 13:47:19 [INFO] Old JAXB Runtime 2.3.3-SNAPSHOT .................... SUCCESS [ 9.071 s] 13:47:19 [INFO] Eclipse Orbit :: JCraft Recipes .................... SUCCESS [ 0.005 s] 13:47:19 [INFO] JSch 0.1.55-SNAPSHOT ............................... SUCCESS [ 5.962 s] 13:47:19 [INFO] Eclipse Orbit :: Jini Recipes ...................... SUCCESS [ 0.004 s] 13:47:19 [INFO] Jini Jini Core Jar 2.1.0-SNAPSHOT .................. SUCCESS [ 2.458 s] 13:47:19 [INFO] Eclipse Orbit :: JNA Recipes ....................... SUCCESS [ 0.004 s] 13:47:19 [INFO] Java Native Access 4.1.0-SNAPSHOT .................. SUCCESS [ 14.112 s] 13:47:19 [INFO] Java Native Access Platform 4.1.0-SNAPSHOT ......... SUCCESS [ 6.267 s] 13:47:19 [INFO] Java Native Access 4.5.1-SNAPSHOT .................. SUCCESS [ 8.619 s] 13:47:19 [INFO] Java Native Access Platform 4.5.1-SNAPSHOT ......... SUCCESS [ 8.676 s] 13:47:19 [INFO] Java Native Access 5.6.0-SNAPSHOT .................. SUCCESS [ 8.153 s] 13:47:19 [INFO] Java Native Access Platform 5.6.0-SNAPSHOT ......... SUCCESS [ 9.217 s] 13:47:19 [INFO] Java Native Access 5.8.0-SNAPSHOT .................. SUCCESS [ 13.242 s] 13:47:19 [INFO] Java Native Access Platform 5.8.0-SNAPSHOT ......... SUCCESS [ 8.741 s] 13:47:19 [INFO] Eclipse Orbit :: JUnit Recipes ..................... SUCCESS [ 0.005 s] 13:47:19 [INFO] Eclipse Orbit :: JUnit 4 Recipes ................... SUCCESS [ 0.004 s] 13:47:19 [INFO] JUnit 4.13.0-SNAPSHOT .............................. SUCCESS [ 9.439 s] 13:47:19 [INFO] Eclipse Orbit :: JUnit 5.7.1 Recipes ............... SUCCESS [ 0.005 s] 13:47:19 [INFO] JUnit Jupiter API 5.7.1-SNAPSHOT ................... SUCCESS [ 5.230 s] 13:47:19 [INFO] JUnit Jupiter Engine 5.7.1-SNAPSHOT ................ SUCCESS [ 5.514 s] 13:47:19 [INFO] JUnit Jupiter Migration Support 5.7.1-SNAPSHOT ..... SUCCESS [ 3.831 s] 13:47:19 [INFO] JUnit Jupiter Params 5.7.1-SNAPSHOT ................ SUCCESS [ 4.980 s] 13:47:19 [INFO] JUnit Platform Commons 1.7.1-SNAPSHOT .............. SUCCESS [ 3.846 s] 13:47:19 [INFO] JUnit Platform Engine API 1.7.1-SNAPSHOT ........... SUCCESS [ 4.355 s] 13:47:19 [INFO] JUnit Platform Launcher 1.7.1-SNAPSHOT ............. SUCCESS [ 4.683 s] 13:47:19 [INFO] JUnit Platform Runner 1.7.1-SNAPSHOT ............... SUCCESS [ 3.687 s] 13:47:19 [INFO] JUnit Platform Suite API 1.7.1-SNAPSHOT ............ SUCCESS [ 3.703 s] 13:47:19 [INFO] JUnit Vintage Engine 5.7.1-SNAPSHOT ................ SUCCESS [ 4.375 s] 13:47:19 [INFO] org.opentest4j:opentest4j 1.2.0-SNAPSHOT ........... SUCCESS [ 4.234 s] 13:47:19 [INFO] org.apiguardian:apiguardian-api 1.1.0-SNAPSHOT ..... SUCCESS [ 3.322 s] 13:47:19 [INFO] Eclipse Orbit :: Knowm Recipes ..................... SUCCESS [ 0.004 s] 13:47:19 [INFO] XChart 3.6.5-SNAPSHOT .............................. SUCCESS [ 6.773 s] 13:47:19 [INFO] Eclipse Orbit :: Logging Recipes ................... SUCCESS [ 0.020 s] 13:47:19 [INFO] SLF4J API Module 1.7.30-SNAPSHOT ................... SUCCESS [ 3.847 s] 13:47:19 [INFO] JCL 1.2 implemented over SLF4J 1.7.30-SNAPSHOT ..... SUCCESS [ 3.607 s] 13:47:19 [INFO] Log4j Implemented Over SLF4J 1.7.30-SNAPSHOT ....... SUCCESS [ 3.537 s] 13:47:19 [INFO] SLF4J LOG4J-12 Binding 1.7.30-SNAPSHOT ............. SUCCESS [ 4.294 s] 13:47:19 [INFO] SLF4J NOP Binding 1.7.30-SNAPSHOT .................. SUCCESS [ 4.251 s] 13:47:19 [INFO] SLF4J Simple Binding 1.7.30-SNAPSHOT ............... SUCCESS [ 3.452 s] 13:47:19 [INFO] JUL to SLF4J bridge 1.7.30-SNAPSHOT ................ SUCCESS [ 3.428 s] 13:47:19 [INFO] SLF4J Extensions Module 1.7.30-SNAPSHOT ............ SUCCESS [ 3.584 s] 13:47:19 [INFO] Logback Core Module 1.2.3-SNAPSHOT ................. SUCCESS [ 5.779 s] 13:47:19 [INFO] Logback Classic Module 1.2.3-SNAPSHOT .............. SUCCESS [ 8.152 s] 13:47:19 [INFO] Logback SLF4J Binding 1.2.3-SNAPSHOT ............... SUCCESS [ 3.563 s] 13:47:19 [INFO] JBoss Logging 3.3.2-SNAPSHOT ....................... SUCCESS [ 4.826 s] 13:47:19 [INFO] Apache Log4j 2 2.8.2-SNAPSHOT ...................... SUCCESS [ 10.318 s] 13:47:19 [INFO] Eclipse Orbit :: Mockito Recipes ................... SUCCESS [ 0.005 s] 13:47:19 [INFO] Eclipse Orbit :: Mockito 2 Recipes ................. SUCCESS [ 0.005 s] 13:47:19 [INFO] Mockito 2 2.13.0-SNAPSHOT .......................... SUCCESS [ 11.359 s] 13:47:19 [INFO] Mockito 2 2.23.0-SNAPSHOT .......................... SUCCESS [ 8.573 s] 13:47:19 [INFO] Eclipse Orbit :: Netty Recipes ..................... SUCCESS [ 0.005 s] 13:47:19 [INFO] Netty/Common 4.1.56-SNAPSHOT ....................... SUCCESS [ 6.100 s] 13:47:19 [INFO] Netty/Buffer 4.1.56-SNAPSHOT ....................... SUCCESS [ 5.878 s] 13:47:19 [INFO] Eclipse Orbit :: Objenesis Recipes ................. SUCCESS [ 0.009 s] 13:47:19 [INFO] Objenesis 2.6.0-SNAPSHOT ........................... SUCCESS [ 6.357 s] 13:47:19 [INFO] Eclipse Orbit :: Reactive Streams Recipes .......... SUCCESS [ 0.005 s] 13:47:19 [INFO] reactive-streams 1.0.2-SNAPSHOT .................... SUCCESS [ 4.554 s] 13:47:19 [INFO] Eclipse Orbit :: SnakeYAML Recipes ................. SUCCESS [ 0.005 s] 13:47:19 [INFO] SnakeYAML 1.27.0-SNAPSHOT .......................... SUCCESS [ 4.762 s] 13:47:19 [INFO] Eclipse Orbit :: Sourceforge Recipes ............... SUCCESS [ 0.005 s] 13:47:19 [INFO] net.sourceforge.plantuml 1.2019.0-SNAPSHOT ......... SUCCESS [ 26.027 s] 13:47:19 [INFO] Eclipse Orbit :: Tukaani Recipes ................... SUCCESS [ 0.037 s] 13:47:19 [INFO] XZ for Java 1.8.0-SNAPSHOT ......................... SUCCESS [ 3.850 s] 13:47:19 [INFO] Eclipse Orbit :: Units Of Measurement Recipes ...... SUCCESS [ 0.028 s] 13:47:19 [INFO] Units of Measurement API ........................... SUCCESS [ 4.253 s] 13:47:19 [INFO] Eclipse Orbit :: XML API Recipes ................... SUCCESS [ 0.020 s] 13:47:19 [INFO] DOM4J 1.6.1-SNAPSHOT ............................... SUCCESS [ 6.353 s] 13:47:19 [INFO] DOM4J 2.1.1-SNAPSHOT ............................... SUCCESS [ 8.912 s] 13:47:19 [INFO] jaxen 1.1.6-SNAPSHOT ............................... SUCCESS [ 6.283 s] 13:47:19 [INFO] JDOM 2.0.6-SNAPSHOT ................................ SUCCESS [ 6.026 s] 13:47:19 [INFO] ------------------------------------------------------------------------ 13:47:19 [INFO] BUILD SUCCESS 13:47:19 [INFO] ------------------------------------------------------------------------ 13:47:19 [INFO] Total time: 36:43 min 13:47:19 [INFO] Finished at: 2021-05-03T13:47:19Z 13:47:19 [INFO] ------------------------------------------------------------------------ [gerrit-orbit-recipes-signed] $ /opt/tools/apache-maven/3.5.4/bin/mvn -f releng/aggregationfeature/pom.xml -DGERRIT_BRANCH=master -DGERRIT_PATCHSET_REVISION=b31d0efda544d5098a11e745d3716324f7eed749 -DGERRIT_HOST=gerrit-local -DGERRIT_CHANGE_OWNER_EMAIL=jonah@kichwacoders.com -DGERRIT_CHANGE_URL=https://git.eclipse.org/r/c/orbit/orbit-recipes/+/180107 -DGERRIT_PATCHSET_UPLOADER_EMAIL=jonah@kichwacoders.com -DGERRIT_EVENT_TYPE=patchset-created -DGERRIT_PROJECT=orbit/orbit-recipes -DGERRIT_CHANGE_NUMBER=180107 -DGERRIT_SCHEME=ssh '-DGERRIT_PATCHSET_UPLOADER=\"Jonah Graham\" ' -DGERRIT_PORT=29418 -DGERRIT_CHANGE_PRIVATE_STATE=false -DGERRIT_REFSPEC=refs/changes/07/180107/1 "-DGERRIT_PATCHSET_UPLOADER_NAME=Jonah Graham" '-DGERRIT_CHANGE_OWNER=\"Jonah Graham\" ' -DGERRIT_CHANGE_COMMIT_MESSAGE=QnVnIDU3Mjg3NjogU2lnbiAuam5pbGliIGZpbGVzIGluIEpOQSBzbyB0aGF0IG1hY09TIGNhbiBub3Rhcml6ZQoKQ2hhbmdlLUlkOiBJZDA1NjFjZmY3MTA4OWYyNzk3NDM0NmI2NGI0ZjBjMmE2ZTRmYWJlYQo= "-DGERRIT_NAME=Eclipse Gerrit" -DGERRIT_TOPIC= "-DGERRIT_CHANGE_SUBJECT=Bug 572876: Sign .jnilib files in JNA so that macOS can notarize" -DGERRIT_CHANGE_WIP_STATE=false -DGERRIT_CHANGE_ID=Id0561cff71089f27974346b64b4f0c2a6e4fabea -DGERRIT_EVENT_HASH=1930003284 -DGERRIT_VERSION=3.2.7 -DGERRIT_PATCHSET_NUMBER=1 "-DGERRIT_CHANGE_OWNER_NAME=Jonah Graham" -Declipse-sign=true -Dmaven.repo.local=/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository clean install --batch-mode --update-snapshots Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z) Maven home: /opt/tools/apache-maven/3.5.4 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.10.19-200.fc33.x86_64", arch: "amd64", family: "unix" 13:47:21 [INFO] Scanning for projects... 13:47:32 [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-signed/releng/aggregationfeature/pom.xml 13:47:32 [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository 13:47:32 [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/ (106.52kB) 13:47:33 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.19/ (128B) 13:47:33 [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.19 13:47:33 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/eclipse/updates/4.19/ (447B) 13:47:33 [INFO] Fetching content.jar from https://download.eclipse.org/eclipse/updates/4.19/categories/ (1.46kB) 13:47:33 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/ (142B) 13:47:33 [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/ (122.7kB) 13:47:33 [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-signed/releng/aggregationfeature/pom.xml 13:47:34 [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/ 13:47:34 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (14.07kB) 13:47:35 [INFO] Fetching org.aopalliance_1.0.0.v201105210816.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (8.68kB) 13:47:35 [INFO] The user operation is waiting for background work to complete. 13:47:35 [INFO] Fetching org.aopalliance_1.0.0.v201105210816.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (8.68kB) 13:47:35 [INFO] Unpacking org.aopalliance_1.0.0.v201105210816... 13:47:35 [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (624.34kB) 13:47:35 [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) 13:47:35 [INFO] The user operation is waiting for background work to complete. 13:47:35 [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) 13:47:35 [INFO] Unpacking javax.xml.bind_2.2.0.v201105210648... 13:47:35 [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) 13:47:35 [INFO] The user operation is waiting for background work to complete. 13:47:35 [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) 13:47:35 [INFO] Unpacking javax.activation_1.1.0.v201211130549... 13:47:35 [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (249kB) 13:47:35 [INFO] Fetching R-4.19-202103031800&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.19/ 13:47:35 [INFO] Fetching org.eclipse.osgi_3.16.200.v20210226-1447.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (470.65kB) 13:47:35 [INFO] The user operation is waiting for background work to complete. 13:47:35 [INFO] Fetching org.eclipse.osgi_3.16.200.v20210226-1447.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (470.65kB) 13:47:35 [INFO] Unpacking org.eclipse.osgi_3.16.200.v20210226-1447... 13:47:36 [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (60.2kB) 13:47:36 [INFO] The user operation is waiting for background work to complete. 13:47:36 [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (60.2kB) 13:47:36 [INFO] Unpacking javax.servlet_3.1.0.v201410161800... 13:47:36 [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) 13:47:36 [INFO] The user operation is waiting for background work to complete. 13:47:36 [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) 13:47:36 [INFO] Unpacking javax.xml.rpc_1.1.0.v201209140446... 13:47:36 [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) 13:47:36 [INFO] The user operation is waiting for background work to complete. 13:47:36 [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) 13:47:36 [INFO] Unpacking javax.xml.soap_1.3.0.v201105210645... 13:47:36 [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) 13:47:36 [INFO] The user operation is waiting for background work to complete. 13:47:36 [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) 13:47:36 [INFO] Unpacking org.apache.axis_1.4.0.v201411182030... 13:47:36 [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) 13:47:36 [INFO] The user operation is waiting for background work to complete. 13:47:36 [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) 13:47:37 [INFO] Unpacking javax.wsdl_1.6.2.v201012040545... 13:47:37 [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) 13:47:37 [INFO] The user operation is waiting for background work to complete. 13:47:37 [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) 13:47:37 [INFO] Unpacking org.apache.commons.discovery_0.2.0.v201004190315... 13:47:37 [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) 13:47:37 [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) 13:47:37 [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) 13:47:37 [INFO] The user operation is waiting for background work to complete. 13:47:37 [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) 13:47:37 [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... 13:47:37 [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) 13:47:37 [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) 13:47:37 [INFO] The user operation is waiting for background work to complete. 13:47:37 [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) 13:47:37 [INFO] Unpacking org.slf4j.jcl_1.7.2.v20130115-1340... 13:47:37 [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) 13:47:37 [INFO] The user operation is waiting for background work to complete. 13:47:37 [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) 13:47:37 [INFO] Unpacking org.apache.commons.httpclient_3.1.0.v201012070820... 13:47:37 [INFO] Fetching org.eclipse.osgi.services_3.10.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.93kB) 13:47:37 [INFO] The user operation is waiting for background work to complete. 13:47:37 [INFO] Fetching org.eclipse.osgi.services_3.10.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.93kB) 13:47:38 [INFO] Unpacking org.eclipse.osgi.services_3.10.0.v20210212-1137... 13:47:38 [INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (30.58kB) 13:47:38 [INFO] The user operation is waiting for background work to complete. 13:47:38 [INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (30.58kB) 13:47:38 [INFO] Unpacking org.eclipse.osgi.util_3.6.0.v20210212-1137... 13:47:38 [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) 13:47:38 [INFO] The user operation is waiting for background work to complete. 13:47:38 [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) 13:47:38 [INFO] Unpacking org.uddi4j_2.0.5.v200805270300... 13:47:38 [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (45.51kB) 13:47:38 [INFO] The user operation is waiting for background work to complete. 13:47:38 [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (45.51kB) 13:47:38 [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400... 13:47:38 [INFO] Fetching javassist_3.13.0.GA_v201209210905.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (681.36kB) 13:47:38 [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (114.11kB) 13:47:38 [INFO] The user operation is waiting for background work to complete. 13:47:38 [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (114.11kB) 13:47:38 [INFO] Unpacking org.apache.commons.lang_2.6.0.v201404270220... 13:47:38 [WARNING] The following locally built units have been used to resolve project dependencies: 13:47:38 [WARNING] org.apache.wsil4j/1.0.0.v20180522-1857 13:47:38 [WARNING] org.junit/4.13.0.v20200204-1500 13:47:38 [WARNING] org.bouncycastle.bcprov/1.65.1.v20200529-1514 13:47:38 [WARNING] com.fasterxml.jackson.core.jackson-databind/2.12.1.v20210128-1726 13:47:38 [WARNING] org.apache.batik.util/1.9.1.v20180703-1553 13:47:38 [WARNING] com.google.gson/2.8.6.v20201231-1626 13:47:38 [WARNING] org.apache.batik.bridge/1.9.1.v20190730-1743 13:47:38 [WARNING] com.atlassian.commonmark-image-attributes/0.15.1.v20200707-1444 13:47:38 [WARNING] com.fasterxml.jackson.core.jackson-core/2.12.1.v20210128-1726 13:47:38 [WARNING] org.apache.maven.resolver.api/1.0.3.v20170405-0725 13:47:38 [WARNING] javax.validation/1.1.0.v20200505-2127 13:47:38 [WARNING] com.sun.jna.platform/5.6.0.v20200722-0209 13:47:38 [WARNING] org.apache.ant/1.10.10.v20210426-1926 13:47:38 [WARNING] com.konghq.unirest-java/3.4.2.v20200604-1524 13:47:38 [WARNING] org.apache.commons.logging/1.2.0.v20180409-1502 13:47:38 [WARNING] com.google.api.client-escape/1.2.3.v20200819-2030 13:47:38 [WARNING] com.google.api.client-http/1.2.3.v20200819-2030 13:47:38 [WARNING] org.apache.batik.bridge/1.14.0.v20210324-0332 13:47:38 [WARNING] org.apache.jclouds.api.cloudwatch/1.8.0.v20160301-1110 13:47:38 [WARNING] org.apache.xmlrpc.client/3.1.3.v20160817-1930 13:47:38 [WARNING] org.glassfish.jersey.core.jersey-client/2.30.1.v20200513-1859 13:47:38 [WARNING] org.apache.httpcomponents.core5.httpcore5-h2/5.0.2.v20210429-1809 13:47:38 [WARNING] org.glassfish.hk2.utils/2.5.0.v20160210-1508 13:47:38 [WARNING] com.cronutils/5.0.5.v20200204-2150 13:47:38 [WARNING] org.slf4j.apis.jcl/1.7.30.v20200204-2150 13:47:38 [WARNING] org.bouncycastle.bcpg/1.65.0.v20200527-1955 13:47:38 [WARNING] com.google.j2objc.j2objc-annotations/1.3.0.v20200515-2048 13:47:38 [WARNING] jakarta.el/4.0.0.v20210105-0527 13:47:38 [WARNING] com.github.jnr.jffi/1.2.23.v20200501-1917 13:47:38 [WARNING] com.google.http-client.google-http-client/1.34.2.v20200515-2048 13:47:38 [WARNING] javax.annotation/1.3.5.v20200909-1856 13:47:38 [WARNING] org.glassfish.jersey.containers.servlet/2.30.1.v20200513-1859 13:47:38 [WARNING] org.apache.batik.ext.awt/1.9.1.v20190730-1743 13:47:38 [WARNING] org.glassfish.hk2.osgi-resource-locator/1.0.3.v20200509-0149 13:47:38 [WARNING] org.knowm.xchart/3.6.5.v20201023-2252 13:47:38 [WARNING] org.immutables.value/2.8.3.v20200423-1717 13:47:38 [WARNING] org.apache.httpcomponents.core5.httpcore5/5.0.2.v20201015-2258 13:47:38 [WARNING] com.fasterxml.jackson.core.jackson-annotations/2.12.1.v20210128-1726 13:47:38 [WARNING] org.apache.commons.cli/1.4.0.v20200417-1444 13:47:38 [WARNING] org.ejml.equation/0.29.0.v20190617-1333 13:47:38 [WARNING] org.apache.jclouds.labs.docker/1.8.0.v20160301-1110 13:47:38 [WARNING] com.atlassian.commonmark-gfm-tables/0.15.1.v20200707-1444 13:47:38 [WARNING] com.google.oauth-client/1.30.6.v20200819-2030 13:47:38 [WARNING] org.apache.httpcomponents.httpcore-nio/4.4.5.v20210128-2225 13:47:38 [WARNING] org.apache.jclouds.api.ec2/1.8.0.v20160301-1110 13:47:38 [WARNING] org.apache.commons.collections4/4.4.0.v20200420-1700 13:47:38 [WARNING] org.apache.sshd.sftp/2.6.0.v20210201-2003 13:47:38 [WARNING] javaewah/1.1.7.v20200107-0831 13:47:38 [WARNING] com.google.javascript/0.0.20160315.v20161124-1903 13:47:38 [WARNING] net.i2p.crypto.eddsa/0.3.0.v20181102-1323 13:47:38 [WARNING] org.junit.jupiter.api/5.7.1.v20210222-1948 13:47:38 [WARNING] org.objectweb.asm.analysis/9.1.0.v20210209-1849 13:47:38 [WARNING] com.fasterxml.jackson.datatype.jackson-datatype-guava/2.12.1.v20210128-1726 13:47:38 [WARNING] org.apache.felix.gogo.runtime/1.1.4.v20210111-1007 13:47:38 [WARNING] org.jcodings/1.0.18.v20170306-1742 13:47:38 [WARNING] org.apache.batik.awt.util/1.14.0.v20210324-0332 13:47:38 [WARNING] org.antlr.runtime/3.5.2.v20200724-1452 13:47:38 [WARNING] org.ejml.simple/0.29.0.v20190617-1333 13:47:38 [WARNING] org.junit.platform.engine/1.7.1.v20210222-1948 13:47:38 [WARNING] org.apache.commons.math3/3.6.1.v20200817-1830 13:47:38 [WARNING] io.opencensus.opencensus-contrib-http-util/0.26.0.v20200515-2048 13:47:38 [WARNING] ch.qos.logback.core/1.2.3.v20200428-2012 13:47:38 [WARNING] com.sun.jna/4.5.1.v20210503-0343 13:47:38 [WARNING] org.dom4j/1.6.1.v20190321-1528 13:47:38 [WARNING] javax.activation/1.2.2.v20201119-1642 13:47:38 [WARNING] org.apache.batik.pdf/1.9.1.v20190730-1743 13:47:38 [WARNING] org.apache.batik.constants/1.14.0.v20210324-0332 13:47:38 [WARNING] org.glassfish.jersey.apache.connector/2.30.1.v20200513-1859 13:47:38 [WARNING] org.antlr.runtime/4.5.1.v20160210-1233 13:47:38 [WARNING] org.apache.xmlbeans/3.1.0.v20200922-1359 13:47:38 [WARNING] com.google.flogger.testing/0.1.0.v20180506-0038 13:47:38 [WARNING] org.apache.commons.compress/1.19.0.v20200106-2343 13:47:38 [WARNING] com.atlassian.commonmark-yaml/0.15.1.v20200707-1444 13:47:38 [WARNING] org.hsqldb/2.2.9.v20200115-2036 13:47:38 [WARNING] com.github.jnr.unixsocket/0.28.0.v20200501-1917 13:47:38 [WARNING] org.apache.santuario.xmlsec/2.2.0.v20200818-1422 13:47:38 [WARNING] org.apache.batik.ext/1.14.0.v20210324-0332 13:47:38 [WARNING] org.glassfish.jersey.containers.servlet.core/2.30.1.v20200513-1859 13:47:38 [WARNING] org.mandas.docker-client/3.2.1.v20200519-1937 13:47:38 [WARNING] jakarta.websocket/2.0.0.v20210105-1550 13:47:38 [WARNING] jakarta.xml.bind/2.3.3.v20201118-1818 13:47:38 [WARNING] org.objectweb.asm.commons/8.0.1.v20200420-1007 13:47:38 [WARNING] org.apiguardian/1.1.0.v20190826-0900 13:47:38 [WARNING] org.apache.lucene.analyzers-common/7.5.0.v20181003-1532 13:47:38 [WARNING] com.google.api.client-auth/1.2.3.v20200819-2030 13:47:38 [WARNING] org.ejml.ejml-all/0.38.0.v20200214-2012 13:47:38 [WARNING] org.ejml.core/0.29.0.v20190617-1333 13:47:38 [WARNING] org.junit.jupiter.params/5.7.1.v20210222-1948 13:47:38 [WARNING] com.github.jnr.ffi/2.1.12.v20200513-1859 13:47:38 [WARNING] org.apache.lucene.analyzers-smartcn/7.5.0.v20181003-1532 13:47:38 [WARNING] org.apache.poi.ooxml/4.1.1.v20200820-1148 13:47:38 [WARNING] com.sun.xml.bind/2.3.3.v20201118-1818 13:47:38 [WARNING] org.apache.batik.codec/1.9.1.v20190730-1743 13:47:38 [WARNING] io.netty.buffer/4.1.56.v20201231-1626 13:47:38 [WARNING] org.glassfish.hk2.locator/2.5.0.v20161103-0227 13:47:38 [WARNING] com.google.auth.oauth2-http/0.20.0.v20200604-1524 13:47:38 [WARNING] com.github.jnr.constants/0.9.15.v20200501-1917 13:47:38 [WARNING] org.apache.poi.ooxml.schemas/4.1.1.v20200922-2105 13:47:38 [WARNING] org.jboss.logging/3.3.2.v20200706-1523 13:47:38 [WARNING] org.apache.batik.i18n/1.14.0.v20210324-0332 13:47:38 [WARNING] org.apache.batik.transcoder/1.9.1.v20190730-1743 13:47:38 [WARNING] org.objenesis/2.6.0.v20180420-1519 13:47:38 [WARNING] org.apache.jclouds.jclouds-blobstore/1.8.0.v20160301-1110 13:47:38 [WARNING] com.google.oauth-client-java6/1.30.6.v20200819-2030 13:47:38 [WARNING] org.apache.jclouds.common.openstack-common/1.8.0.v20160301-1110 13:47:38 [WARNING] com.google.http-client.google-http-client-jackson2/1.34.2.v20200515-2048 13:47:38 [WARNING] com.sun.jna.platform/4.5.1.v20190425-1842 13:47:38 [WARNING] org.objectweb.asm.analysis/8.0.1.v20200420-1007 13:47:38 [WARNING] net.bytebuddy.byte-buddy-agent/1.9.0.v20181106-1534 13:47:38 [WARNING] com.github.jnr.enxio/0.25.0.v20200501-1917 13:47:38 [WARNING] io.github.java-diff-utils/4.8.0.v20201027-1614 13:47:38 [WARNING] org.junit.platform.runner/1.7.1.v20210222-1948 13:47:38 [WARNING] org.ejml.experimental/0.29.0.v20190617-1333 13:47:38 [WARNING] org.apache.batik.anim/1.9.1.v20190730-1743 13:47:38 [WARNING] org.apache.batik.svggen/1.9.1.v20190730-1743 13:47:38 [WARNING] org.apache.jclouds.driver.jclouds-slf4j/1.8.0.v20160301-1110 13:47:38 [WARNING] org.slf4j.api/1.7.30.v20200204-2150 13:47:38 [WARNING] com.google.oauth-client-jetty/1.30.6.v20200819-2030 13:47:38 [WARNING] org.apache.lucene.queryparser/7.5.0.v20181003-1532 13:47:38 [WARNING] org.apache.batik.dom.svg/1.14.0.v20210324-0332 13:47:38 [WARNING] com.google.inject/5.0.1.v20210324-2015 13:47:38 [WARNING] org.apache.jclouds.api.sts/1.8.0.v20160301-1110 13:47:38 [WARNING] org.apache.batik.util.gui/1.9.1.v20190730-1743 13:47:38 [WARNING] org.glassfish.hk2.locator/2.6.1.v20200513-1859 13:47:38 [WARNING] org.apache.felix.scr/2.1.24.v20200924-1939 13:47:38 [WARNING] org.apache.poi/4.1.1.v20200604-1524 13:47:38 [WARNING] org.apache.batik.constants/1.9.1.v20180227-1645 13:47:38 [WARNING] com.github.jnr.jffi.native/1.2.23.v20200501-1917 13:47:38 [WARNING] org.objectweb.asm/9.1.0.v20210209-1849 13:47:38 [WARNING] org.apache.pdfbox.xmpbox/2.0.6.v20190617-1333 13:47:38 [WARNING] com.sun.jna/4.1.0.v20210503-0343 13:47:38 [WARNING] org.apache.sshd.osgi/2.6.0.v20210201-2003 13:47:38 [WARNING] org.apache.httpcomponents.httpcore/4.4.14.v20210128-2225 13:47:38 [WARNING] org.apache.xerces/2.12.1.v20210115-0812 13:47:38 [WARNING] org.dom4j/2.1.1.v20190321-1528 13:47:38 [WARNING] org.joni/2.1.11.v20170306-1742 13:47:38 [WARNING] org.junit.platform.suite.api/1.7.1.v20210222-1948 13:47:38 [WARNING] org.tukaani.xz/1.8.0.v20180207-1613 13:47:38 [WARNING] org.jacoco.agent/0.8.6.v20201001-1506 13:47:38 [WARNING] org.yaml.snakeyaml/1.27.0.v20201111-1638 13:47:38 [WARNING] org.reactivestreams/1.0.2.v20181120-0809 13:47:38 [WARNING] org.apache.batik.script/1.14.0.v20210324-0332 13:47:38 [WARNING] org.apache.batik.css/1.14.0.v20210324-0332 13:47:38 [WARNING] net.sourceforge.plantuml/1.2019.0.v20200820-1243 13:47:38 [WARNING] org.slf4j.apis.log4j/1.7.30.v20200204-2150 13:47:38 [WARNING] org.kohsuke.args4j/2.33.0.v20160323-2218 13:47:38 [WARNING] org.objectweb.asm.commons/9.1.0.v20210209-1849 13:47:38 [WARNING] com.google.gson/2.7.0.v20170129-0911 13:47:38 [WARNING] org.apache.batik.dom/1.14.0.v20210324-0332 13:47:38 [WARNING] org.apache.batik.shared.resources/1.14.0.v20210324-0332 13:47:38 [WARNING] com.google.api.client-auth-oauth2/1.2.3.v20200819-2030 13:47:38 [WARNING] org.apache.pdfbox.fontbox/2.0.6.v20190617-1333 13:47:38 [WARNING] org.junit.jupiter.engine/5.7.1.v20210222-1948 13:47:38 [WARNING] com.google.guava/27.1.0.v20190517-1946 13:47:38 [WARNING] org.apache.batik.gvt/1.9.1.v20190730-1743 13:47:38 [WARNING] com.google.guava/30.1.0.v20210127-2300 13:47:38 [WARNING] org.glassfish.hk2.osgi-resource-locator/2.5.0.v20161103-1916 13:47:38 [WARNING] com.atlassian.commonmark-gfm-strikethrough/0.15.1.v20200707-1444 13:47:38 [WARNING] org.junit.platform.commons/1.7.1.v20210222-1948 13:47:38 [WARNING] org.jsoup/1.8.3.v20181012-1713 13:47:38 [WARNING] com.graphql.java/11.0.0.v20200204-2150 13:47:38 [WARNING] org.apache.xmlgraphics/2.6.0.v20210409-0748 13:47:38 [WARNING] org.apache.batik.xml/1.14.0.v20210324-0332 13:47:38 [WARNING] io.opencensus.opencensus-api/0.26.0.v20200515-2048 13:47:38 [WARNING] org.apache.batik.xml/1.9.1.v20190730-1743 13:47:38 [WARNING] org.apache.logging.log4j/2.8.2.v20200818-1118 13:47:38 [WARNING] com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.12.1.v20210128-1726 13:47:38 [WARNING] io.github.classgraph/4.8.35.v20190528-1517 13:47:38 [WARNING] net.bytebuddy.byte-buddy/1.7.9.v20180420-1519 13:47:38 [WARNING] org.apache.ws.commons.util/1.0.2.v20160817-1930 13:47:38 [WARNING] com.atlassian.commonmark-heading-anchor/0.15.1.v20200707-1444 13:47:38 [WARNING] org.jacoco.report/0.8.6.v20201001-1506 13:47:38 [WARNING] org.glassfish.jersey.inject.jersey-hk2/2.30.1.v20200512-1802 13:47:38 [WARNING] org.apache.jclouds.labs.openstack-neutron/1.8.0.v20160301-1110 13:47:38 [WARNING] io.netty.common/4.1.56.v20201231-1626 13:47:38 [WARNING] org.antlr.runtime/4.7.2.v20200218-0804 13:47:38 [WARNING] com.sun.jna.platform/5.8.0.v20210406-1004 13:47:38 [WARNING] org.apache.batik.dom/1.9.1.v20190730-1743 13:47:38 [WARNING] org.apache.maven.resolver.transport.http/1.0.3.v20170405-0725 13:47:38 [WARNING] com.google.inject.assistedinject/5.0.1.v20210324-2015 13:47:38 [WARNING] org.apache.batik.extension/1.9.1.v20190730-1743 13:47:38 [WARNING] org.ejml.denseC64/0.29.0.v20190617-1333 13:47:38 [WARNING] org.freemarker/2.3.22.v20160210-1233 13:47:38 [WARNING] java_cup/0.11.20150326.v20180425-1030 13:47:38 [WARNING] java_cup-runtime/0.11.20150326.v20180425-1030 13:47:38 [WARNING] javax.activation/2.0.0.v20201118-1818 13:47:38 [WARNING] org.apache.lucene.core/8.4.1.v20200122-1459 13:47:38 [WARNING] ca.odell.glazedlists/1.11.0.v20190926-1838 13:47:38 [WARNING] org.apache.maven.resolver.spi/1.0.3.v20170405-0725 13:47:38 [WARNING] com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.12.1.v20210128-1726 13:47:38 [WARNING] org.apache.xmlrpc.common/3.1.3.v20181004-1955 13:47:38 [WARNING] org.slf4j.bridge.jul/1.7.30.v20200204-2150 13:47:38 [WARNING] org.apache.httpcomponents.httpasyncclient/4.1.3.v20210128-2225 13:47:38 [WARNING] org.slf4j.ext/1.7.30.v20200204-2150 13:47:38 [WARNING] org.apache.jclouds.jclouds-core/1.8.0.v20181004-1955 13:47:38 [WARNING] com.github.virtuald.curvesapi/1.6.0.v20200807-0931 13:47:38 [WARNING] com.atlassian.commonmark/0.15.1.v20200707-1444 13:47:38 [WARNING] org.objectweb.asm.tree/9.1.0.v20210209-1849 13:47:38 [WARNING] com.sun.jna.platform/4.1.0.v20170410-1117 13:47:38 [WARNING] org.hamcrest.library/1.3.0.v20180524-2246 13:47:38 [WARNING] com.google.api.client-repackaged-com-google-common-base/1.2.3.v20200819-2030 13:47:38 [WARNING] org.apache.maven.resolver.connector.basic/1.0.3.v20170405-0725 13:47:38 [WARNING] org.slf4j.binding.nop/1.7.30.v20200204-2150 13:47:38 [WARNING] org.apache.batik.i18n/1.9.1.v20180227-1645 13:47:38 [WARNING] com.sun.jna/5.8.0.v20210503-0343 13:47:38 [WARNING] com.sun.jna/5.6.0.v20210503-0343 13:47:38 [WARNING] org.apache.batik.gvt/1.14.0.v20210324-0332 13:47:38 [WARNING] org.apache.jclouds.api.openstack-nova/1.8.0.v20160301-1110 13:47:38 [WARNING] org.apache.pdfbox.preflight/2.0.6.v20190617-1333 13:47:38 [WARNING] org.mockito/2.13.0.v20200310-1642 13:47:38 [WARNING] org.objectweb.asm/8.0.1.v20200420-1007 13:47:38 [WARNING] org.objectweb.asm.util/9.1.0.v20210209-1849 13:47:38 [WARNING] org.apache.batik.parser/1.9.1.v20190730-1743 13:47:38 [WARNING] org.apache.lucene.core/7.5.0.v20181003-1532 13:47:38 [WARNING] org.apache.jclouds.jclouds-scriptbuilder/1.8.0.v20160301-1110 13:47:38 [WARNING] com.google.auth.google-auth-library-credentials/0.20.0.v20200515-2048 13:47:38 [WARNING] org.apache.batik.util/1.14.0.v20210324-0332 13:47:38 [WARNING] org.apache.commons.csv/1.8.0.v20200804-1438 13:47:38 [WARNING] org.mozilla.javascript/1.7.10.v20190430-1943 13:47:38 [WARNING] org.apache.batik.parser/1.14.0.v20210324-0332 13:47:38 [WARNING] org.mockito/2.23.0.v20200310-1642 13:47:38 [WARNING] org.glassfish.hk2.api/2.6.1.v20200513-1859 13:47:38 [WARNING] javax.ws.rs/2.1.6.v20200505-2127 13:47:38 [WARNING] net.bytebuddy.byte-buddy/1.9.0.v20181107-1410 13:47:38 [WARNING] org.apache.onami.configuration/6.3.0.v20160301-1110 13:47:38 [WARNING] com.atlassian.commonmark-task-list-items/0.15.1.v20200707-1444 13:47:38 [WARNING] com.google.flogger.systembackend/0.1.0.v20180506-0038 13:47:38 [WARNING] org.hamcrest.core/1.3.0.v20180420-1519 13:47:38 [WARNING] org.assertj/3.14.0.v20200120-1926 13:47:38 [WARNING] org.junit.vintage.engine/5.7.1.v20210222-1948 13:47:38 [WARNING] org.eclipse.orbit.mongodb/3.2.2.v20181004-1955 13:47:38 [WARNING] org.apache.jclouds.api.openstack-keystone/1.8.0.v20160301-1110 13:47:38 [WARNING] org.apache.commons.io/2.8.0.v20210415-0900 13:47:38 [WARNING] org.apache.pdfbox/2.0.6.v20190617-1333 13:47:38 [WARNING] org.apache.felix.gogo.shell/1.1.4.v20210111-1007 13:47:38 [WARNING] com.google.api.client-util/1.2.3.v20200819-2030 13:47:38 [WARNING] com.google.auto.value.auto-value-annotations/1.7.0.v20200515-2048 13:47:38 [WARNING] org.apache.batik.codec/1.14.0.v20210324-0332 13:47:38 [WARNING] io.grpc.grpc-context/1.29.0.v20200515-2048 13:47:38 [WARNING] org.glassfish.jersey.media.jersey-media-json-jackson/2.30.1.v20200513-1859 13:47:38 [WARNING] org.jdom2/2.0.6.v20191125-0928 13:47:38 [WARNING] com.google.flogger/0.1.0.v20180506-0038 13:47:38 [WARNING] com.ibm.icu/67.1.0.v20200706-1749 13:47:38 [WARNING] org.apache.commons.codec/1.14.0.v20200818-1422 13:47:38 [WARNING] org.glassfish.jersey.core.jersey-common/2.30.1.v20200513-1859 13:47:38 [WARNING] com.jcraft.jsch/0.1.55.v20190404-1902 13:47:38 [WARNING] com.github.jnr.posix/3.0.54.v20200501-1917 13:47:38 [WARNING] jakarta.servlet/5.0.0.v20210105-0527 13:47:38 [WARNING] org.junit.platform.launcher/1.7.1.v20210222-1948 13:47:38 [WARNING] ch.qos.logback.slf4j/1.2.3.v20200428-2012 13:47:38 [WARNING] org.apache.lucene.analyzers-smartcn/8.4.1.v20200122-1459 13:47:38 [WARNING] org.apache.xalan/2.7.2.v20201124-1837 13:47:38 [WARNING] org.apache.batik.transcoder/1.14.0.v20210324-0332 13:47:38 [WARNING] com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.12.1.v20210128-1726 13:47:38 [WARNING] org.apache.jclouds.jclouds-compute/1.8.0.v20160301-1110 13:47:38 [WARNING] jakarta.servlet.jsp/3.0.0.v20210105-0527 13:47:38 [WARNING] jakarta.activation/2.0.0.v20201118-1818 13:47:38 [WARNING] com.github.jnr.x86asm/1.0.2.v20200501-1917 13:47:38 [WARNING] org.apache.felix.gogo.command/1.1.2.v20210111-1007 13:47:38 [WARNING] org.apache.maven.resolver.impl/1.0.3.v20170405-0725 13:47:38 [WARNING] org.conscrypt.conscrypt-openjdk-uber/2.5.1.v20210429-1809 13:47:38 [WARNING] org.apache.httpcomponents.httpclient/4.5.13.v20210128-2225 13:47:38 [WARNING] org.apache.maven.resolver.util/1.0.3.v20170405-0725 13:47:38 [WARNING] ch.qos.logback.classic/1.2.3.v20200428-2012 13:47:38 [WARNING] org.apache.jclouds.api.openstack-cinder/1.8.0.v20160301-1110 13:47:38 [WARNING] org.slf4j.binding.log4j12/1.7.30.v20201108-2042 13:47:38 [WARNING] org.apache.batik.dom.svg/1.9.1.v20190730-1743 13:47:38 [WARNING] org.apache.batik.svggen/1.14.0.v20210324-0332 13:47:38 [WARNING] com.atlassian.commonmark-ins/0.15.1.v20200707-1444 13:47:38 [WARNING] org.apache.lucene.misc/7.5.0.v20181003-1532 13:47:38 [WARNING] org.ggf.drmaa/1.0.0.v20170818-1553 13:47:38 [WARNING] org.apache.httpcomponents.client5.httpclient5/5.0.2.v20201015-2258 13:47:38 [WARNING] org.apache.batik.swing/1.9.1.v20190730-1743 13:47:38 [WARNING] org.apache.batik.css/1.9.1.v20181015-1528 13:47:38 [WARNING] org.apache.xmlrpc.server/3.1.3.v20181004-1955 13:47:38 [WARNING] org.objectweb.asm.util/8.0.1.v20200420-1007 13:47:38 [WARNING] org.jacoco.core/0.8.6.v20201001-1506 13:47:38 [WARNING] org.apache.lucene.analyzers-common/8.4.1.v20200122-1459 13:47:38 [WARNING] com.graphql.java.dataloader/2.1.1.v20181120-0809 13:47:38 [WARNING] org.objectweb.asm.tree/8.0.1.v20200420-1007 13:47:38 [WARNING] com.google.gdata/1.47.1.v20200819-2030 13:47:38 [WARNING] jakarta.activation/1.2.2.v20201119-1642 13:47:38 [WARNING] org.glassfish.hk2.api/2.5.0.v20161103-0227 13:47:38 [WARNING] org.apache.batik.anim/1.14.0.v20210324-0332 13:47:38 [WARNING] org.slf4j.binding.simple/1.7.30.v20200204-2150 13:47:38 [WARNING] javax.measure.unit-api/1.0.0.v20170818-1538 13:47:38 [WARNING] com.github.oshi.oshi-core/3.8.0.v20200204-2150 13:47:38 [WARNING] net.bytebuddy.byte-buddy-agent/1.7.9.v20180420-1519 13:47:38 [WARNING] org.antlr.runtime/4.7.1.v20181120-0808 13:47:38 [WARNING] org.junit.jupiter.migrationsupport/5.7.1.v20210222-1948 13:47:38 [WARNING] com.sun.grid.drmaa/1.0.0.v20170818-1553 13:47:38 [WARNING] org.ejml.dense64/0.29.0.v20190617-1333 13:47:38 [WARNING] org.bouncycastle.bcpkix/1.65.0.v20200527-1955 13:47:38 [WARNING] org.glassfish.jersey.core.jersey-server/2.30.1.v20200513-1859 13:47:38 [WARNING] org.glassfish.jersey.ext.entityfiltering/2.30.1.v20200513-1859 13:47:38 [WARNING] net.jini/2.1.0.v20200313-1807 13:47:38 [WARNING] org.apache.batik.script/1.9.1.v20190730-1743 13:47:38 [WARNING] org.apache.maven.resolver.transport.file/1.0.3.v20170405-0725 13:47:38 [WARNING] com.sun.xml.bind/2.2.0.v20201118-1845 13:47:38 [WARNING] org.opentest4j/1.2.0.v20190826-0900 13:47:38 [WARNING] com.google.api.client-json/1.2.3.v20200819-2030 13:47:38 [WARNING] org.apache.commons.fileupload/1.3.2.v20170320-2229 13:47:38 [WARNING] org.glassfish.hk2.utils/2.6.1.v20200513-1859 13:47:38 [WARNING] org.jaxen/1.1.6.v20191106-1554 13:47:38 [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-signed/releng/aggregationfeature/pom.xml 13:47:47 [INFO] 13:47:47 [INFO] --< org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation >-- 13:47:47 [INFO] Building Eclipse Orbit :: Bundles Aggregation Feature 1.0.0-SNAPSHOT 13:47:47 [INFO] --------------------------[ eclipse-feature ]--------------------------- 13:47:47 [INFO] 13:47:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- 13:47:48 [INFO] Deleting /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/aggregationfeature/target 13:47:48 [INFO] 13:47:48 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- 13:47:54 [INFO] The project's OSGi version is 1.0.0.v20210503-0343 13:47:54 [INFO] 13:47:54 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- 13:47:54 [INFO] 13:47:54 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- 13:47:54 [INFO] 13:47:54 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- 13:47:54 [INFO] 13:47:54 [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- 13:47:55 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/aggregationfeature/target/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT.jar 13:47:55 [INFO] 13:47:55 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- 13:47:55 [INFO] 13:47:55 [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- 13:47:55 [INFO] 13:47:55 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- 13:47:55 [INFO] 13:47:55 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- 13:47:55 [INFO] 13:47:55 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- 13:47:55 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/aggregationfeature/target/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT.jar 13:47:57 [INFO] 13:47:57 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- 13:47:57 [INFO] 13:47:57 [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- 13:47:58 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/aggregationfeature/target/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT-sources-feature.jar 13:47:58 [INFO] 13:47:58 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- 13:47:58 [INFO] 13:47:58 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- 13:47:58 [INFO] 13:47:58 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- 13:47:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/aggregationfeature/target/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:47:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/aggregationfeature/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:47:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.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 13:47:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/aggregationfeature/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:47:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/aggregationfeature/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:47:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/aggregationfeature/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:47:58 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/aggregationfeature/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.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 13:47:58 [INFO] 13:47:58 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- 13:47:58 [INFO] ------------------------------------------------------------------------ 13:47:58 [INFO] BUILD SUCCESS 13:47:58 [INFO] ------------------------------------------------------------------------ 13:47:58 [INFO] Total time: 37.203 s 13:47:58 [INFO] Finished at: 2021-05-03T13:47:58Z 13:47:58 [INFO] ------------------------------------------------------------------------ [gerrit-orbit-recipes-signed] $ /opt/tools/apache-maven/3.5.4/bin/mvn -f releng/pom.xml -DGERRIT_BRANCH=master -DGERRIT_PATCHSET_REVISION=b31d0efda544d5098a11e745d3716324f7eed749 -DGERRIT_HOST=gerrit-local -DGERRIT_CHANGE_OWNER_EMAIL=jonah@kichwacoders.com -DGERRIT_CHANGE_URL=https://git.eclipse.org/r/c/orbit/orbit-recipes/+/180107 -DGERRIT_PATCHSET_UPLOADER_EMAIL=jonah@kichwacoders.com -DGERRIT_EVENT_TYPE=patchset-created -DGERRIT_PROJECT=orbit/orbit-recipes -DGERRIT_CHANGE_NUMBER=180107 -DGERRIT_SCHEME=ssh '-DGERRIT_PATCHSET_UPLOADER=\"Jonah Graham\" ' -DGERRIT_PORT=29418 -DGERRIT_CHANGE_PRIVATE_STATE=false -DGERRIT_REFSPEC=refs/changes/07/180107/1 "-DGERRIT_PATCHSET_UPLOADER_NAME=Jonah Graham" '-DGERRIT_CHANGE_OWNER=\"Jonah Graham\" ' -DGERRIT_CHANGE_COMMIT_MESSAGE=QnVnIDU3Mjg3NjogU2lnbiAuam5pbGliIGZpbGVzIGluIEpOQSBzbyB0aGF0IG1hY09TIGNhbiBub3Rhcml6ZQoKQ2hhbmdlLUlkOiBJZDA1NjFjZmY3MTA4OWYyNzk3NDM0NmI2NGI0ZjBjMmE2ZTRmYWJlYQo= "-DGERRIT_NAME=Eclipse Gerrit" -DGERRIT_TOPIC= "-DGERRIT_CHANGE_SUBJECT=Bug 572876: Sign .jnilib files in JNA so that macOS can notarize" -DGERRIT_CHANGE_WIP_STATE=false -DGERRIT_CHANGE_ID=Id0561cff71089f27974346b64b4f0c2a6e4fabea -DGERRIT_EVENT_HASH=1930003284 -DGERRIT_VERSION=3.2.7 -DGERRIT_PATCHSET_NUMBER=1 "-DGERRIT_CHANGE_OWNER_NAME=Jonah Graham" -Declipse-sign=true -Dmaven.repo.local=/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository clean install --batch-mode --update-snapshots Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z) Maven home: /opt/tools/apache-maven/3.5.4 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.10.19-200.fc33.x86_64", arch: "amd64", family: "unix" 13:48:00 [INFO] Scanning for projects... 13:48:03 [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-signed/releng/repository/pom.xml 13:48:04 [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository 13:48:04 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.19/ (128B) 13:48:04 [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.19 13:48:05 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/ (142B) 13:48:05 [INFO] Resolving dependencies of MavenProject: org.eclipse.orbit.bundles:orbit-bundles-p2-repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/.repository/org/eclipse/tycho/tycho-bundles-external/1.7.0/eclipse/plugins/org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.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 13:48:06 [WARNING] The following locally built units have been used to resolve project dependencies: 13:48:06 [WARNING] org.apache.batik.anim.source/1.9.1.v20190730-1743 13:48:06 [WARNING] java_cup.source/0.11.20150326.v20180425-1030 13:48:06 [WARNING] org.apache.wsil4j/1.0.0.v20180522-1857 13:48:06 [WARNING] org.apache.batik.anim.source/1.14.0.v20210324-0332 13:48:06 [WARNING] com.atlassian.commonmark-heading-anchor.source/0.15.1.v20200707-1444 13:48:06 [WARNING] org.junit/4.13.0.v20200204-1500 13:48:06 [WARNING] io.github.classgraph.source/4.8.35.v20190528-1517 13:48:06 [WARNING] org.bouncycastle.bcprov/1.65.1.v20200529-1514 13:48:06 [WARNING] ca.odell.glazedlists.source/1.11.0.v20190926-1838 13:48:06 [WARNING] com.fasterxml.jackson.core.jackson-databind/2.12.1.v20210128-1726 13:48:06 [WARNING] org.glassfish.jersey.media.jersey-media-json-jackson.source/2.30.1.v20200513-1859 13:48:06 [WARNING] org.apache.batik.util/1.9.1.v20180703-1553 13:48:06 [WARNING] com.google.gson/2.8.6.v20201231-1626 13:48:06 [WARNING] org.apache.batik.bridge/1.9.1.v20190730-1743 13:48:06 [WARNING] com.atlassian.commonmark-image-attributes/0.15.1.v20200707-1444 13:48:06 [WARNING] com.google.oauth-client-java6.source/1.30.6.v20200819-2030 13:48:06 [WARNING] com.fasterxml.jackson.core.jackson-core/2.12.1.v20210128-1726 13:48:06 [WARNING] org.apache.maven.resolver.api/1.0.3.v20170405-0725 13:48:06 [WARNING] com.google.gson.source/2.8.6.v20201231-1626 13:48:06 [WARNING] javax.validation/1.1.0.v20200505-2127 13:48:06 [WARNING] org.apache.maven.resolver.connector.basic.source/1.0.3.v20170405-0725 13:48:06 [WARNING] com.sun.jna.platform/5.6.0.v20200722-0209 13:48:06 [WARNING] org.apache.ant/1.10.10.v20210426-1926 13:48:06 [WARNING] org.slf4j.binding.log4j12.source/1.7.30.v20201108-2042 13:48:06 [WARNING] com.konghq.unirest-java/3.4.2.v20200604-1524 13:48:06 [WARNING] org.apache.batik.dom.svg.source/1.14.0.v20210324-0332 13:48:06 [WARNING] org.apache.batik.dom.svg.source/1.9.1.v20190730-1743 13:48:06 [WARNING] org.bouncycastle.bcpg.source/1.65.0.v20200527-1955 13:48:06 [WARNING] org.apache.batik.css.source/1.14.0.v20210324-0332 13:48:06 [WARNING] com.graphql.java.source/11.0.0.v20200204-2150 13:48:06 [WARNING] org.objectweb.asm.tree.source/9.1.0.v20210209-1849 13:48:06 [WARNING] org.apache.commons.logging/1.2.0.v20180409-1502 13:48:06 [WARNING] com.google.api.client-escape/1.2.3.v20200819-2030 13:48:06 [WARNING] com.google.api.client-http/1.2.3.v20200819-2030 13:48:06 [WARNING] org.apache.batik.awt.util.source/1.14.0.v20210324-0332 13:48:06 [WARNING] org.apache.pdfbox.xmpbox.source/2.0.6.v20190617-1333 13:48:06 [WARNING] com.sun.jna.source/4.5.1.v20210503-0343 13:48:06 [WARNING] org.apache.jclouds.jclouds-compute.source/1.8.0.v20160301-1110 13:48:06 [WARNING] org.apache.batik.bridge/1.14.0.v20210324-0332 13:48:06 [WARNING] org.apache.jclouds.api.cloudwatch/1.8.0.v20160301-1110 13:48:06 [WARNING] org.apache.commons.logging.source/1.2.0.v20180409-1502 13:48:06 [WARNING] org.junit.platform.runner.source/1.7.1.v20210222-1948 13:48:06 [WARNING] org.apache.pdfbox.preflight.source/2.0.6.v20190617-1333 13:48:06 [WARNING] com.google.flogger.source/0.1.0.v20180506-0038 13:48:06 [WARNING] org.apache.lucene.analyzers-common.source/8.4.1.v20200122-1459 13:48:06 [WARNING] com.google.auth.google-auth-library-credentials.source/0.20.0.v20200515-2048 13:48:06 [WARNING] org.apache.xmlrpc.client/3.1.3.v20160817-1930 13:48:06 [WARNING] com.cronutils.source/5.0.5.v20200204-2150 13:48:06 [WARNING] org.glassfish.jersey.core.jersey-client/2.30.1.v20200513-1859 13:48:06 [WARNING] org.apache.httpcomponents.core5.httpcore5-h2/5.0.2.v20210429-1809 13:48:06 [WARNING] org.glassfish.hk2.utils/2.5.0.v20160210-1508 13:48:06 [WARNING] com.atlassian.commonmark-ins.source/0.15.1.v20200707-1444 13:48:06 [WARNING] org.apache.felix.scr.source/2.1.24.v20200924-1939 13:48:06 [WARNING] org.eclipse.orbit.releng.recipes.feature.aggregation.source.feature.jar/1.0.0.v20210503-0343 13:48:06 [WARNING] com.cronutils/5.0.5.v20200204-2150 13:48:06 [WARNING] org.slf4j.apis.jcl/1.7.30.v20200204-2150 13:48:06 [WARNING] org.bouncycastle.bcpg/1.65.0.v20200527-1955 13:48:06 [WARNING] com.google.j2objc.j2objc-annotations/1.3.0.v20200515-2048 13:48:06 [WARNING] jakarta.el/4.0.0.v20210105-0527 13:48:06 [WARNING] com.github.jnr.jffi/1.2.23.v20200501-1917 13:48:06 [WARNING] com.google.http-client.google-http-client/1.34.2.v20200515-2048 13:48:06 [WARNING] javax.annotation/1.3.5.v20200909-1856 13:48:06 [WARNING] org.ejml.simple.source/0.29.0.v20190617-1333 13:48:06 [WARNING] org.apache.batik.transcoder.source/1.14.0.v20210324-0332 13:48:06 [WARNING] org.apache.jclouds.api.openstack-nova.source/1.8.0.v20160301-1110 13:48:06 [WARNING] org.jsoup.source/1.8.3.v20181012-1713 13:48:06 [WARNING] org.glassfish.jersey.containers.servlet/2.30.1.v20200513-1859 13:48:06 [WARNING] org.apache.lucene.queryparser.source/7.5.0.v20181003-1532 13:48:06 [WARNING] org.apache.onami.configuration.source/6.3.0.v20160301-1110 13:48:06 [WARNING] org.apache.batik.ext.awt/1.9.1.v20190730-1743 13:48:06 [WARNING] org.glassfish.hk2.osgi-resource-locator/1.0.3.v20200509-0149 13:48:06 [WARNING] org.ejml.denseC64.source/0.29.0.v20190617-1333 13:48:06 [WARNING] org.knowm.xchart/3.6.5.v20201023-2252 13:48:06 [WARNING] com.konghq.unirest-java.source/3.4.2.v20200604-1524 13:48:06 [WARNING] com.google.guava.source/27.1.0.v20190517-1946 13:48:06 [WARNING] com.google.guava.source/30.1.0.v20210127-2300 13:48:06 [WARNING] com.google.oauth-client.source/1.30.6.v20200819-2030 13:48:06 [WARNING] jakarta.el.source/4.0.0.v20210105-0527 13:48:06 [WARNING] org.immutables.value/2.8.3.v20200423-1717 13:48:06 [WARNING] javax.ws.rs.source/2.1.6.v20200505-2127 13:48:06 [WARNING] org.mozilla.javascript.source/1.7.10.v20190430-1943 13:48:06 [WARNING] org.antlr.runtime.source/4.7.1.v20181120-0808 13:48:06 [WARNING] org.apache.httpcomponents.core5.httpcore5/5.0.2.v20201015-2258 13:48:06 [WARNING] org.glassfish.jersey.ext.entityfiltering.source/2.30.1.v20200513-1859 13:48:06 [WARNING] com.sun.jna.platform.source/5.8.0.v20210406-1004 13:48:06 [WARNING] com.fasterxml.jackson.core.jackson-annotations/2.12.1.v20210128-1726 13:48:06 [WARNING] org.apache.commons.cli/1.4.0.v20200417-1444 13:48:06 [WARNING] org.ejml.equation/0.29.0.v20190617-1333 13:48:06 [WARNING] org.glassfish.jersey.apache.connector.source/2.30.1.v20200513-1859 13:48:06 [WARNING] org.objectweb.asm.source/8.0.1.v20200420-1007 13:48:06 [WARNING] org.apache.jclouds.labs.docker/1.8.0.v20160301-1110 13:48:06 [WARNING] org.apache.lucene.analyzers-common.source/7.5.0.v20181003-1532 13:48:06 [WARNING] com.atlassian.commonmark-gfm-tables/0.15.1.v20200707-1444 13:48:06 [WARNING] javax.activation.source/1.2.2.v20201119-1642 13:48:06 [WARNING] com.google.oauth-client/1.30.6.v20200819-2030 13:48:06 [WARNING] org.tukaani.xz.source/1.8.0.v20180207-1613 13:48:06 [WARNING] org.apache.httpcomponents.httpclient.source/4.5.13.v20210128-2225 13:48:06 [WARNING] org.apache.httpcomponents.httpcore-nio/4.4.5.v20210128-2225 13:48:06 [WARNING] org.apache.jclouds.api.ec2/1.8.0.v20160301-1110 13:48:06 [WARNING] org.apache.commons.collections4/4.4.0.v20200420-1700 13:48:06 [WARNING] org.apache.sshd.sftp/2.6.0.v20210201-2003 13:48:06 [WARNING] javaewah/1.1.7.v20200107-0831 13:48:06 [WARNING] com.google.javascript/0.0.20160315.v20161124-1903 13:48:06 [WARNING] net.bytebuddy.byte-buddy-agent.source/1.7.9.v20180420-1519 13:48:06 [WARNING] ch.qos.logback.core.source/1.2.3.v20200428-2012 13:48:06 [WARNING] net.i2p.crypto.eddsa/0.3.0.v20181102-1323 13:48:06 [WARNING] com.sun.xml.bind.source/2.3.3.v20201118-1818 13:48:06 [WARNING] org.junit.jupiter.api/5.7.1.v20210222-1948 13:48:06 [WARNING] jakarta.xml.bind.source/2.3.3.v20201118-1818 13:48:06 [WARNING] org.objectweb.asm.analysis.source/8.0.1.v20200420-1007 13:48:06 [WARNING] jakarta.activation.source/2.0.0.v20201118-1818 13:48:06 [WARNING] com.github.jnr.constants.source/0.9.15.v20200501-1917 13:48:06 [WARNING] org.objectweb.asm.analysis/9.1.0.v20210209-1849 13:48:06 [WARNING] javax.measure.unit-api.source/1.0.0.v20170818-1538 13:48:06 [WARNING] org.ejml.core.source/0.29.0.v20190617-1333 13:48:06 [WARNING] com.fasterxml.jackson.datatype.jackson-datatype-guava/2.12.1.v20210128-1726 13:48:06 [WARNING] net.i2p.crypto.eddsa.source/0.3.0.v20181102-1323 13:48:06 [WARNING] org.antlr.runtime.source/4.5.1.v20160210-1233 13:48:06 [WARNING] org.objectweb.asm.commons.source/8.0.1.v20200420-1007 13:48:06 [WARNING] org.apache.jclouds.labs.openstack-neutron.source/1.8.0.v20160301-1110 13:48:06 [WARNING] org.junit.platform.commons.source/1.7.1.v20210222-1948 13:48:06 [WARNING] org.apache.httpcomponents.client5.httpclient5.source/5.0.2.v20201015-2258 13:48:06 [WARNING] net.bytebuddy.byte-buddy-agent.source/1.9.0.v20181106-1534 13:48:06 [WARNING] org.apache.felix.gogo.runtime/1.1.4.v20210111-1007 13:48:06 [WARNING] org.jcodings/1.0.18.v20170306-1742 13:48:06 [WARNING] org.apache.batik.awt.util/1.14.0.v20210324-0332 13:48:06 [WARNING] org.antlr.runtime/3.5.2.v20200724-1452 13:48:06 [WARNING] org.ejml.simple/0.29.0.v20190617-1333 13:48:06 [WARNING] org.junit.platform.engine/1.7.1.v20210222-1948 13:48:06 [WARNING] org.hamcrest.core.source/1.3.0.v20180420-1519 13:48:06 [WARNING] org.apache.commons.math3/3.6.1.v20200817-1830 13:48:06 [WARNING] io.opencensus.opencensus-contrib-http-util/0.26.0.v20200515-2048 13:48:06 [WARNING] org.mockito.source/2.13.0.v20200310-1642 13:48:06 [WARNING] org.hsqldb.source/2.2.9.v20200115-2036 13:48:06 [WARNING] ch.qos.logback.core/1.2.3.v20200428-2012 13:48:06 [WARNING] com.sun.jna/4.5.1.v20210503-0343 13:48:06 [WARNING] org.dom4j/1.6.1.v20190321-1528 13:48:06 [WARNING] javax.activation/1.2.2.v20201119-1642 13:48:06 [WARNING] org.apache.batik.pdf/1.9.1.v20190730-1743 13:48:06 [WARNING] org.mockito.source/2.23.0.v20200310-1642 13:48:06 [WARNING] org.apache.batik.constants/1.14.0.v20210324-0332 13:48:06 [WARNING] org.glassfish.jersey.apache.connector/2.30.1.v20200513-1859 13:48:06 [WARNING] org.antlr.runtime/4.5.1.v20160210-1233 13:48:06 [WARNING] org.apache.batik.constants.source/1.9.1.v20180227-1645 13:48:06 [WARNING] ch.qos.logback.classic.source/1.2.3.v20200428-2012 13:48:06 [WARNING] org.apache.jclouds.jclouds-blobstore.source/1.8.0.v20160301-1110 13:48:06 [WARNING] org.apache.xmlbeans/3.1.0.v20200922-1359 13:48:06 [WARNING] org.apache.batik.util.source/1.9.1.v20180703-1553 13:48:06 [WARNING] org.apache.batik.bridge.source/1.9.1.v20190730-1743 13:48:06 [WARNING] org.apache.maven.resolver.api.source/1.0.3.v20170405-0725 13:48:06 [WARNING] org.apache.batik.bridge.source/1.14.0.v20210324-0332 13:48:06 [WARNING] com.google.flogger.testing/0.1.0.v20180506-0038 13:48:06 [WARNING] org.apache.commons.compress/1.19.0.v20200106-2343 13:48:06 [WARNING] org.apiguardian.source/1.1.0.v20190826-0900 13:48:06 [WARNING] com.google.api.client-auth.source/1.2.3.v20200819-2030 13:48:06 [WARNING] com.google.api.client-http.source/1.2.3.v20200819-2030 13:48:06 [WARNING] org.objectweb.asm.tree.source/8.0.1.v20200420-1007 13:48:06 [WARNING] org.eclipse.orbit.releng.recipes.feature.aggregation.feature.group/1.0.0.v20210503-0343 13:48:06 [WARNING] com.atlassian.commonmark-yaml/0.15.1.v20200707-1444 13:48:06 [WARNING] org.hsqldb/2.2.9.v20200115-2036 13:48:06 [WARNING] org.apache.xmlrpc.server.source/3.1.3.v20181004-1955 13:48:06 [WARNING] com.github.jnr.unixsocket/0.28.0.v20200501-1917 13:48:06 [WARNING] org.apache.santuario.xmlsec/2.2.0.v20200818-1422 13:48:06 [WARNING] com.google.api.client-auth-oauth2.source/1.2.3.v20200819-2030 13:48:06 [WARNING] org.apache.batik.ext/1.14.0.v20210324-0332 13:48:06 [WARNING] org.apache.batik.xml.source/1.9.1.v20190730-1743 13:48:06 [WARNING] org.knowm.xchart.source/3.6.5.v20201023-2252 13:48:06 [WARNING] org.glassfish.jersey.containers.servlet.core/2.30.1.v20200513-1859 13:48:06 [WARNING] org.mandas.docker-client/3.2.1.v20200519-1937 13:48:06 [WARNING] jakarta.websocket/2.0.0.v20210105-1550 13:48:06 [WARNING] jakarta.xml.bind/2.3.3.v20201118-1818 13:48:06 [WARNING] org.apache.jclouds.api.sts.source/1.8.0.v20160301-1110 13:48:06 [WARNING] org.glassfish.hk2.osgi-resource-locator.source/1.0.3.v20200509-0149 13:48:06 [WARNING] org.eclipse.orbit.releng.recipes.feature.aggregation.feature.jar/1.0.0.v20210503-0343 13:48:06 [WARNING] org.objectweb.asm.commons/8.0.1.v20200420-1007 13:48:06 [WARNING] org.apiguardian/1.1.0.v20190826-0900 13:48:06 [WARNING] io.grpc.grpc-context.source/1.29.0.v20200515-2048 13:48:06 [WARNING] org.apache.lucene.analyzers-common/7.5.0.v20181003-1532 13:48:06 [WARNING] com.google.api.client-auth/1.2.3.v20200819-2030 13:48:06 [WARNING] org.apache.maven.resolver.transport.file.source/1.0.3.v20170405-0725 13:48:06 [WARNING] org.ejml.ejml-all/0.38.0.v20200214-2012 13:48:06 [WARNING] org.slf4j.bridge.jul.source/1.7.30.v20200204-2150 13:48:06 [WARNING] org.apache.batik.gvt.source/1.14.0.v20210324-0332 13:48:06 [WARNING] org.ejml.core/0.29.0.v20190617-1333 13:48:06 [WARNING] org.junit.jupiter.params/5.7.1.v20210222-1948 13:48:06 [WARNING] org.objenesis.source/2.6.0.v20180420-1519 13:48:06 [WARNING] com.github.jnr.ffi/2.1.12.v20200513-1859 13:48:06 [WARNING] org.jacoco.agent.source/0.8.6.v20201001-1506 13:48:06 [WARNING] org.apache.lucene.analyzers-smartcn/7.5.0.v20181003-1532 13:48:06 [WARNING] org.apache.poi.ooxml/4.1.1.v20200820-1148 13:48:06 [WARNING] org.ejml.dense64.source/0.29.0.v20190617-1333 13:48:06 [WARNING] com.sun.xml.bind/2.3.3.v20201118-1818 13:48:06 [WARNING] org.apache.batik.codec/1.9.1.v20190730-1743 13:48:06 [WARNING] org.apache.maven.resolver.impl.source/1.0.3.v20170405-0725 13:48:06 [WARNING] io.netty.buffer/4.1.56.v20201231-1626 13:48:06 [WARNING] org.jacoco.report.source/0.8.6.v20201001-1506 13:48:06 [WARNING] org.glassfish.hk2.locator/2.5.0.v20161103-0227 13:48:06 [WARNING] org.apache.batik.css.source/1.9.1.v20181015-1528 13:48:06 [WARNING] com.google.api.client-escape.source/1.2.3.v20200819-2030 13:48:06 [WARNING] org.apache.lucene.core.source/8.4.1.v20200122-1459 13:48:06 [WARNING] com.google.auth.oauth2-http/0.20.0.v20200604-1524 13:48:06 [WARNING] com.github.jnr.constants/0.9.15.v20200501-1917 13:48:06 [WARNING] org.apache.poi.ooxml.schemas/4.1.1.v20200922-2105 13:48:06 [WARNING] com.github.oshi.oshi-core.source/3.8.0.v20200204-2150 13:48:06 [WARNING] com.sun.jna.platform.source/4.5.1.v20190425-1842 13:48:06 [WARNING] org.jboss.logging/3.3.2.v20200706-1523 13:48:06 [WARNING] org.apache.batik.i18n/1.14.0.v20210324-0332 13:48:06 [WARNING] org.eclipse.orbit.releng.recipes.feature.aggregation.source.feature.group/1.0.0.v20210503-0343 13:48:06 [WARNING] org.dom4j.source/2.1.1.v20190321-1528 13:48:06 [WARNING] org.apache.batik.transcoder/1.9.1.v20190730-1743 13:48:06 [WARNING] org.objenesis/2.6.0.v20180420-1519 13:48:06 [WARNING] org.apache.jclouds.jclouds-blobstore/1.8.0.v20160301-1110 13:48:06 [WARNING] org.jaxen.source/1.1.6.v20191106-1554 13:48:06 [WARNING] com.google.oauth-client-java6/1.30.6.v20200819-2030 13:48:06 [WARNING] org.junit.platform.suite.api.source/1.7.1.v20210222-1948 13:48:06 [WARNING] org.apache.jclouds.common.openstack-common/1.8.0.v20160301-1110 13:48:06 [WARNING] com.google.http-client.google-http-client-jackson2.source/1.34.2.v20200515-2048 13:48:06 [WARNING] org.apache.jclouds.driver.jclouds-slf4j.source/1.8.0.v20160301-1110 13:48:06 [WARNING] org.kohsuke.args4j.source/2.33.0.v20160323-2218 13:48:06 [WARNING] com.google.http-client.google-http-client-jackson2/1.34.2.v20200515-2048 13:48:06 [WARNING] io.opencensus.opencensus-contrib-http-util.source/0.26.0.v20200515-2048 13:48:06 [WARNING] com.sun.jna.platform/4.5.1.v20190425-1842 13:48:06 [WARNING] net.sourceforge.plantuml.source/1.2019.0.v20200820-1243 13:48:06 [WARNING] org.objectweb.asm.analysis/8.0.1.v20200420-1007 13:48:06 [WARNING] net.bytebuddy.byte-buddy-agent/1.9.0.v20181106-1534 13:48:06 [WARNING] com.github.jnr.enxio/0.25.0.v20200501-1917 13:48:06 [WARNING] io.github.java-diff-utils/4.8.0.v20201027-1614 13:48:06 [WARNING] org.junit.platform.runner/1.7.1.v20210222-1948 13:48:06 [WARNING] net.bytebuddy.byte-buddy.source/1.9.0.v20181107-1410 13:48:06 [WARNING] org.glassfish.hk2.utils.source/2.6.1.v20200513-1859 13:48:06 [WARNING] org.ejml.experimental/0.29.0.v20190617-1333 13:48:06 [WARNING] org.apache.batik.anim/1.9.1.v20190730-1743 13:48:06 [WARNING] org.apache.maven.resolver.util.source/1.0.3.v20170405-0725 13:48:06 [WARNING] org.objectweb.asm.commons.source/9.1.0.v20210209-1849 13:48:06 [WARNING] org.apache.batik.svggen/1.9.1.v20190730-1743 13:48:06 [WARNING] org.apache.jclouds.driver.jclouds-slf4j/1.8.0.v20160301-1110 13:48:06 [WARNING] org.slf4j.api/1.7.30.v20200204-2150 13:48:06 [WARNING] org.slf4j.ext.source/1.7.30.v20200204-2150 13:48:06 [WARNING] com.github.jnr.ffi.source/2.1.12.v20200513-1859 13:48:06 [WARNING] org.slf4j.binding.nop.source/1.7.30.v20200204-2150 13:48:06 [WARNING] org.antlr.runtime.source/4.7.2.v20200218-0804 13:48:06 [WARNING] com.google.oauth-client-jetty/1.30.6.v20200819-2030 13:48:06 [WARNING] org.apache.lucene.queryparser/7.5.0.v20181003-1532 13:48:06 [WARNING] org.apache.batik.dom.svg/1.14.0.v20210324-0332 13:48:06 [WARNING] com.google.http-client.google-http-client.source/1.34.2.v20200515-2048 13:48:06 [WARNING] org.hamcrest.library.source/1.3.0.v20180524-2246 13:48:06 [WARNING] io.netty.common.source/4.1.56.v20201231-1626 13:48:06 [WARNING] com.google.inject/5.0.1.v20210324-2015 13:48:06 [WARNING] org.apache.poi.ooxml.source/4.1.1.v20200820-1148 13:48:06 [WARNING] org.apache.jclouds.api.sts/1.8.0.v20160301-1110 13:48:06 [WARNING] org.apache.felix.gogo.command.source/1.1.2.v20210111-1007 13:48:06 [WARNING] org.apache.felix.gogo.runtime.source/1.1.4.v20210111-1007 13:48:06 [WARNING] org.apache.batik.util.gui/1.9.1.v20190730-1743 13:48:06 [WARNING] org.glassfish.hk2.locator/2.6.1.v20200513-1859 13:48:06 [WARNING] org.reactivestreams.source/1.0.2.v20181120-0809 13:48:06 [WARNING] org.apache.felix.scr/2.1.24.v20200924-1939 13:48:06 [WARNING] org.apache.jclouds.api.openstack-cinder.source/1.8.0.v20160301-1110 13:48:06 [WARNING] org.apache.poi/4.1.1.v20200604-1524 13:48:06 [WARNING] org.apache.batik.constants/1.9.1.v20180227-1645 13:48:06 [WARNING] org.glassfish.jersey.containers.servlet.source/2.30.1.v20200513-1859 13:48:06 [WARNING] org.apache.pdfbox.source/2.0.6.v20190617-1333 13:48:06 [WARNING] org.apache.batik.constants.source/1.14.0.v20210324-0332 13:48:06 [WARNING] org.apache.sshd.osgi.source/2.6.0.v20210201-2003 13:48:06 [WARNING] io.netty.buffer.source/4.1.56.v20201231-1626 13:48:06 [WARNING] com.github.jnr.jffi.native/1.2.23.v20200501-1917 13:48:06 [WARNING] org.objectweb.asm/9.1.0.v20210209-1849 13:48:06 [WARNING] org.apache.pdfbox.xmpbox/2.0.6.v20190617-1333 13:48:06 [WARNING] org.objectweb.asm.util.source/9.1.0.v20210209-1849 13:48:06 [WARNING] com.sun.jna/4.1.0.v20210503-0343 13:48:06 [WARNING] org.apache.logging.log4j.source/2.8.2.v20200818-1118 13:48:06 [WARNING] ch.qos.logback.slf4j.source/1.2.3.v20200428-2012 13:48:06 [WARNING] org.jboss.logging.source/3.3.2.v20200706-1523 13:48:06 [WARNING] org.apache.sshd.osgi/2.6.0.v20210201-2003 13:48:06 [WARNING] org.apache.httpcomponents.httpcore/4.4.14.v20210128-2225 13:48:06 [WARNING] org.apache.xerces/2.12.1.v20210115-0812 13:48:06 [WARNING] org.apache.pdfbox.fontbox.source/2.0.6.v20190617-1333 13:48:06 [WARNING] org.dom4j/2.1.1.v20190321-1528 13:48:06 [WARNING] org.joni/2.1.11.v20170306-1742 13:48:06 [WARNING] org.glassfish.jersey.core.jersey-common.source/2.30.1.v20200513-1859 13:48:06 [WARNING] org.junit.platform.suite.api/1.7.1.v20210222-1948 13:48:06 [WARNING] org.tukaani.xz/1.8.0.v20180207-1613 13:48:06 [WARNING] org.jacoco.agent/0.8.6.v20201001-1506 13:48:06 [WARNING] com.github.jnr.jffi.native.source/1.2.23.v20200501-1917 13:48:06 [WARNING] org.yaml.snakeyaml/1.27.0.v20201111-1638 13:48:06 [WARNING] org.reactivestreams/1.0.2.v20181120-0809 13:48:06 [WARNING] org.apache.batik.script/1.14.0.v20210324-0332 13:48:06 [WARNING] org.objectweb.asm.source/9.1.0.v20210209-1849 13:48:06 [WARNING] org.apache.jclouds.labs.docker.source/1.8.0.v20160301-1110 13:48:06 [WARNING] org.apache.ws.commons.util.source/1.0.2.v20160817-1930 13:48:06 [WARNING] com.jcraft.jsch.source/0.1.55.v20190404-1902 13:48:06 [WARNING] org.apache.ant.source/1.10.10.v20210426-1926 13:48:06 [WARNING] org.apache.batik.css/1.14.0.v20210324-0332 13:48:06 [WARNING] net.sourceforge.plantuml/1.2019.0.v20200820-1243 13:48:06 [WARNING] org.apache.httpcomponents.httpcore-nio.source/4.4.5.v20210128-2225 13:48:06 [WARNING] org.apache.jclouds.api.openstack-keystone.source/1.8.0.v20160301-1110 13:48:06 [WARNING] com.google.gson.source/2.7.0.v20170129-0911 13:48:06 [WARNING] org.slf4j.apis.log4j/1.7.30.v20200204-2150 13:48:06 [WARNING] org.kohsuke.args4j/2.33.0.v20160323-2218 13:48:06 [WARNING] org.objectweb.asm.commons/9.1.0.v20210209-1849 13:48:06 [WARNING] com.google.gson/2.7.0.v20170129-0911 13:48:06 [WARNING] org.apache.jclouds.api.cloudwatch.source/1.8.0.v20160301-1110 13:48:06 [WARNING] com.google.auto.value.auto-value-annotations.source/1.7.0.v20200515-2048 13:48:06 [WARNING] org.bouncycastle.bcpkix.source/1.65.0.v20200527-1955 13:48:06 [WARNING] com.atlassian.commonmark.source/0.15.1.v20200707-1444 13:48:06 [WARNING] com.atlassian.commonmark-yaml.source/0.15.1.v20200707-1444 13:48:06 [WARNING] org.glassfish.jersey.inject.jersey-hk2.source/2.30.1.v20200512-1802 13:48:06 [WARNING] org.apache.batik.dom/1.14.0.v20210324-0332 13:48:06 [WARNING] org.apache.batik.shared.resources/1.14.0.v20210324-0332 13:48:06 [WARNING] com.google.api.client-auth-oauth2/1.2.3.v20200819-2030 13:48:06 [WARNING] org.antlr.runtime.source/3.5.2.v20200724-1452 13:48:06 [WARNING] org.apache.pdfbox.fontbox/2.0.6.v20190617-1333 13:48:06 [WARNING] com.google.api.client-repackaged-com-google-common-base.source/1.2.3.v20200819-2030 13:48:06 [WARNING] org.junit.jupiter.params.source/5.7.1.v20210222-1948 13:48:06 [WARNING] org.junit.jupiter.engine/5.7.1.v20210222-1948 13:48:06 [WARNING] io.github.java-diff-utils.source/4.8.0.v20201027-1614 13:48:06 [WARNING] com.ibm.icu.source/67.1.0.v20200706-1749 13:48:06 [WARNING] org.apache.xerces.source/2.12.1.v20210115-0812 13:48:06 [WARNING] com.google.guava/27.1.0.v20190517-1946 13:48:06 [WARNING] org.apache.batik.gvt/1.9.1.v20190730-1743 13:48:06 [WARNING] com.google.guava/30.1.0.v20210127-2300 13:48:06 [WARNING] org.apache.batik.extension.source/1.9.1.v20190730-1743 13:48:06 [WARNING] org.bouncycastle.bcprov.source/1.65.1.v20200529-1514 13:48:06 [WARNING] org.glassfish.hk2.osgi-resource-locator/2.5.0.v20161103-1916 13:48:06 [WARNING] com.atlassian.commonmark-gfm-strikethrough/0.15.1.v20200707-1444 13:48:06 [WARNING] com.fasterxml.jackson.datatype.jackson-datatype-guava.source/2.12.1.v20210128-1726 13:48:06 [WARNING] com.sun.jna.source/5.8.0.v20210503-0343 13:48:06 [WARNING] org.junit.platform.commons/1.7.1.v20210222-1948 13:48:06 [WARNING] org.apache.batik.util.source/1.14.0.v20210324-0332 13:48:06 [WARNING] com.sun.jna.source/5.6.0.v20210503-0343 13:48:06 [WARNING] org.apache.batik.svggen.source/1.9.1.v20190730-1743 13:48:06 [WARNING] org.jsoup/1.8.3.v20181012-1713 13:48:06 [WARNING] com.graphql.java/11.0.0.v20200204-2150 13:48:06 [WARNING] javax.validation.source/1.1.0.v20200505-2127 13:48:06 [WARNING] org.junit.platform.engine.source/1.7.1.v20210222-1948 13:48:06 [WARNING] org.apache.batik.dom.source/1.9.1.v20190730-1743 13:48:06 [WARNING] org.apache.xmlgraphics/2.6.0.v20210409-0748 13:48:06 [WARNING] org.apache.batik.dom.source/1.14.0.v20210324-0332 13:48:06 [WARNING] com.google.oauth-client-jetty.source/1.30.6.v20200819-2030 13:48:06 [WARNING] org.ejml.experimental.source/0.29.0.v20190617-1333 13:48:06 [WARNING] org.apache.batik.i18n.source/1.14.0.v20210324-0332 13:48:06 [WARNING] org.apache.batik.script.source/1.9.1.v20190730-1743 13:48:06 [WARNING] org.apache.batik.xml/1.14.0.v20210324-0332 13:48:06 [WARNING] io.opencensus.opencensus-api/0.26.0.v20200515-2048 13:48:06 [WARNING] org.apache.batik.xml/1.9.1.v20190730-1743 13:48:06 [WARNING] org.apache.logging.log4j/2.8.2.v20200818-1118 13:48:06 [WARNING] com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.12.1.v20210128-1726 13:48:06 [WARNING] io.github.classgraph/4.8.35.v20190528-1517 13:48:06 [WARNING] net.bytebuddy.byte-buddy/1.7.9.v20180420-1519 13:48:06 [WARNING] org.apache.ws.commons.util/1.0.2.v20160817-1930 13:48:06 [WARNING] org.dom4j.source/1.6.1.v20190321-1528 13:48:06 [WARNING] com.atlassian.commonmark-heading-anchor/0.15.1.v20200707-1444 13:48:06 [WARNING] org.jacoco.report/0.8.6.v20201001-1506 13:48:06 [WARNING] org.glassfish.jersey.inject.jersey-hk2/2.30.1.v20200512-1802 13:48:06 [WARNING] org.apache.maven.resolver.spi.source/1.0.3.v20170405-0725 13:48:06 [WARNING] org.apache.batik.script.source/1.14.0.v20210324-0332 13:48:06 [WARNING] org.apache.jclouds.labs.openstack-neutron/1.8.0.v20160301-1110 13:48:06 [WARNING] jakarta.activation.source/1.2.2.v20201119-1642 13:48:06 [WARNING] io.netty.common/4.1.56.v20201231-1626 13:48:06 [WARNING] org.antlr.runtime/4.7.2.v20200218-0804 13:48:06 [WARNING] org.apache.batik.parser.source/1.9.1.v20190730-1743 13:48:06 [WARNING] com.sun.jna.platform/5.8.0.v20210406-1004 13:48:06 [WARNING] org.apache.commons.collections4.source/4.4.0.v20200420-1700 13:48:06 [WARNING] org.apache.batik.parser.source/1.14.0.v20210324-0332 13:48:06 [WARNING] net.bytebuddy.byte-buddy.source/1.7.9.v20180420-1519 13:48:06 [WARNING] org.apache.batik.dom/1.9.1.v20190730-1743 13:48:06 [WARNING] org.apache.maven.resolver.transport.http/1.0.3.v20170405-0725 13:48:06 [WARNING] org.conscrypt.conscrypt-openjdk-uber.source/2.5.1.v20210429-1809 13:48:06 [WARNING] com.google.inject.assistedinject/5.0.1.v20210324-2015 13:48:06 [WARNING] org.apache.batik.extension/1.9.1.v20190730-1743 13:48:06 [WARNING] org.ejml.denseC64/0.29.0.v20190617-1333 13:48:06 [WARNING] org.freemarker/2.3.22.v20160210-1233 13:48:06 [WARNING] com.graphql.java.dataloader.source/2.1.1.v20181120-0809 13:48:06 [WARNING] org.apache.jclouds.jclouds-scriptbuilder.source/1.8.0.v20160301-1110 13:48:06 [WARNING] java_cup/0.11.20150326.v20180425-1030 13:48:06 [WARNING] com.sun.jna.platform.source/5.6.0.v20200722-0209 13:48:06 [WARNING] org.apache.batik.util.gui.source/1.9.1.v20190730-1743 13:48:06 [WARNING] com.github.jnr.jffi.source/1.2.23.v20200501-1917 13:48:06 [WARNING] org.ejml.equation.source/0.29.0.v20190617-1333 13:48:06 [WARNING] org.apache.xmlrpc.client.source/3.1.3.v20160817-1930 13:48:06 [WARNING] com.google.j2objc.j2objc-annotations.source/1.3.0.v20200515-2048 13:48:06 [WARNING] java_cup-runtime/0.11.20150326.v20180425-1030 13:48:06 [WARNING] org.junit.jupiter.api.source/5.7.1.v20210222-1948 13:48:06 [WARNING] javax.activation/2.0.0.v20201118-1818 13:48:06 [WARNING] org.yaml.snakeyaml.source/1.27.0.v20201111-1638 13:48:06 [WARNING] org.apache.lucene.core.source/7.5.0.v20181003-1532 13:48:06 [WARNING] org.apache.lucene.core/8.4.1.v20200122-1459 13:48:06 [WARNING] ca.odell.glazedlists/1.11.0.v20190926-1838 13:48:06 [WARNING] org.apache.maven.resolver.spi/1.0.3.v20170405-0725 13:48:06 [WARNING] com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.12.1.v20210128-1726 13:48:06 [WARNING] org.apache.xmlrpc.common/3.1.3.v20181004-1955 13:48:06 [WARNING] org.slf4j.bridge.jul/1.7.30.v20200204-2150 13:48:06 [WARNING] org.apache.httpcomponents.httpasyncclient/4.1.3.v20210128-2225 13:48:06 [WARNING] org.apache.jclouds.jclouds-core.source/1.8.0.v20181004-1955 13:48:06 [WARNING] com.fasterxml.jackson.core.jackson-annotations.source/2.12.1.v20210128-1726 13:48:06 [WARNING] org.slf4j.ext/1.7.30.v20200204-2150 13:48:06 [WARNING] org.apache.lucene.misc.source/7.5.0.v20181003-1532 13:48:06 [WARNING] org.apache.jclouds.jclouds-core/1.8.0.v20181004-1955 13:48:06 [WARNING] com.github.virtuald.curvesapi/1.6.0.v20200807-0931 13:48:06 [WARNING] com.atlassian.commonmark/0.15.1.v20200707-1444 13:48:06 [WARNING] org.objectweb.asm.tree/9.1.0.v20210209-1849 13:48:06 [WARNING] com.fasterxml.jackson.core.jackson-databind.source/2.12.1.v20210128-1726 13:48:06 [WARNING] org.assertj.source/3.14.0.v20200120-1926 13:48:06 [WARNING] com.sun.jna.platform/4.1.0.v20170410-1117 13:48:06 [WARNING] org.hamcrest.library/1.3.0.v20180524-2246 13:48:06 [WARNING] org.apache.batik.codec.source/1.14.0.v20210324-0332 13:48:06 [WARNING] com.google.api.client-repackaged-com-google-common-base/1.2.3.v20200819-2030 13:48:06 [WARNING] org.apache.maven.resolver.connector.basic/1.0.3.v20170405-0725 13:48:06 [WARNING] org.slf4j.binding.nop/1.7.30.v20200204-2150 13:48:06 [WARNING] org.apache.batik.i18n/1.9.1.v20180227-1645 13:48:06 [WARNING] com.github.virtuald.curvesapi.source/1.6.0.v20200807-0931 13:48:06 [WARNING] org.apache.batik.codec.source/1.9.1.v20190730-1743 13:48:06 [WARNING] com.google.inject.source/5.0.1.v20210324-2015 13:48:06 [WARNING] com.atlassian.commonmark-task-list-items.source/0.15.1.v20200707-1444 13:48:06 [WARNING] jakarta.servlet.source/5.0.0.v20210105-0527 13:48:06 [WARNING] org.apache.httpcomponents.core5.httpcore5.source/5.0.2.v20201015-2258 13:48:06 [WARNING] com.sun.jna/5.8.0.v20210503-0343 13:48:06 [WARNING] org.apache.batik.shared.resources.source/1.14.0.v20210324-0332 13:48:06 [WARNING] com.sun.jna/5.6.0.v20210503-0343 13:48:06 [WARNING] org.apache.batik.gvt/1.14.0.v20210324-0332 13:48:06 [WARNING] org.apache.lucene.analyzers-smartcn.source/7.5.0.v20181003-1532 13:48:06 [WARNING] org.opentest4j.source/1.2.0.v20190826-0900 13:48:06 [WARNING] org.apache.httpcomponents.core5.httpcore5-h2.source/5.0.2.v20210429-1809 13:48:06 [WARNING] org.apache.xmlgraphics.source/2.6.0.v20210409-0748 13:48:06 [WARNING] org.apache.batik.i18n.source/1.9.1.v20180227-1645 13:48:06 [WARNING] org.apache.jclouds.api.openstack-nova/1.8.0.v20160301-1110 13:48:06 [WARNING] org.apache.pdfbox.preflight/2.0.6.v20190617-1333 13:48:06 [WARNING] org.objectweb.asm.util.source/8.0.1.v20200420-1007 13:48:06 [WARNING] org.mockito/2.13.0.v20200310-1642 13:48:06 [WARNING] org.objectweb.asm/8.0.1.v20200420-1007 13:48:06 [WARNING] com.github.jnr.unixsocket.source/0.28.0.v20200501-1917 13:48:06 [WARNING] org.objectweb.asm.util/9.1.0.v20210209-1849 13:48:06 [WARNING] org.apache.batik.parser/1.9.1.v20190730-1743 13:48:06 [WARNING] org.apache.commons.io.source/2.8.0.v20210415-0900 13:48:06 [WARNING] org.apache.lucene.core/7.5.0.v20181003-1532 13:48:06 [WARNING] org.apache.jclouds.jclouds-scriptbuilder/1.8.0.v20160301-1110 13:48:06 [WARNING] com.fasterxml.jackson.module.jackson-module-jaxb-annotations.source/2.12.1.v20210128-1726 13:48:06 [WARNING] com.google.auth.google-auth-library-credentials/0.20.0.v20200515-2048 13:48:06 [WARNING] org.apache.batik.util/1.14.0.v20210324-0332 13:48:06 [WARNING] org.apache.commons.csv/1.8.0.v20200804-1438 13:48:06 [WARNING] org.junit.platform.launcher.source/1.7.1.v20210222-1948 13:48:06 [WARNING] org.mozilla.javascript/1.7.10.v20190430-1943 13:48:06 [WARNING] org.apache.batik.parser/1.14.0.v20210324-0332 13:48:06 [WARNING] org.mockito/2.23.0.v20200310-1642 13:48:06 [WARNING] org.glassfish.hk2.api/2.6.1.v20200513-1859 13:48:06 [WARNING] javax.ws.rs/2.1.6.v20200505-2127 13:48:06 [WARNING] net.bytebuddy.byte-buddy/1.9.0.v20181107-1410 13:48:06 [WARNING] org.apache.onami.configuration/6.3.0.v20160301-1110 13:48:06 [WARNING] org.apache.felix.gogo.shell.source/1.1.4.v20210111-1007 13:48:06 [WARNING] org.apache.batik.ext.awt.source/1.9.1.v20190730-1743 13:48:06 [WARNING] org.glassfish.hk2.api.source/2.5.0.v20161103-0227 13:48:06 [WARNING] com.atlassian.commonmark-task-list-items/0.15.1.v20200707-1444 13:48:06 [WARNING] org.apache.batik.xml.source/1.14.0.v20210324-0332 13:48:06 [WARNING] org.jdom2.source/2.0.6.v20191125-0928 13:48:06 [WARNING] com.google.flogger.systembackend/0.1.0.v20180506-0038 13:48:06 [WARNING] org.hamcrest.core/1.3.0.v20180420-1519 13:48:06 [WARNING] org.assertj/3.14.0.v20200120-1926 13:48:06 [WARNING] org.freemarker.source/2.3.22.v20160210-1233 13:48:06 [WARNING] org.junit.vintage.engine/5.7.1.v20210222-1948 13:48:06 [WARNING] org.eclipse.orbit.mongodb/3.2.2.v20181004-1955 13:48:06 [WARNING] org.apache.santuario.xmlsec.source/2.2.0.v20200818-1422 13:48:06 [WARNING] jakarta.servlet.jsp.source/3.0.0.v20210105-0527 13:48:06 [WARNING] com.github.jnr.enxio.source/0.25.0.v20200501-1917 13:48:06 [WARNING] org.apache.poi.source/4.1.1.v20200604-1524 13:48:06 [WARNING] org.apache.jclouds.api.openstack-keystone/1.8.0.v20160301-1110 13:48:06 [WARNING] org.glassfish.jersey.core.jersey-server.source/2.30.1.v20200513-1859 13:48:06 [WARNING] org.apache.batik.gvt.source/1.9.1.v20190730-1743 13:48:06 [WARNING] org.ejml.ejml-all.source/0.38.0.v20200214-2012 13:48:06 [WARNING] org.slf4j.apis.jcl.source/1.7.30.v20200204-2150 13:48:06 [WARNING] org.apache.commons.io/2.8.0.v20210415-0900 13:48:06 [WARNING] org.apache.pdfbox/2.0.6.v20190617-1333 13:48:06 [WARNING] org.apache.felix.gogo.shell/1.1.4.v20210111-1007 13:48:06 [WARNING] com.google.api.client-util/1.2.3.v20200819-2030 13:48:06 [WARNING] com.google.auto.value.auto-value-annotations/1.7.0.v20200515-2048 13:48:06 [WARNING] org.apache.batik.codec/1.14.0.v20210324-0332 13:48:06 [WARNING] org.glassfish.hk2.utils.source/2.5.0.v20160210-1508 13:48:06 [WARNING] org.apache.sshd.sftp.source/2.6.0.v20210201-2003 13:48:06 [WARNING] io.opencensus.opencensus-api.source/0.26.0.v20200515-2048 13:48:06 [WARNING] org.immutables.value.source/2.8.3.v20200423-1717 13:48:06 [WARNING] org.jacoco.core.source/0.8.6.v20201001-1506 13:48:06 [WARNING] io.grpc.grpc-context/1.29.0.v20200515-2048 13:48:06 [WARNING] org.junit.source/4.13.0.v20200204-1500 13:48:06 [WARNING] org.apache.batik.ext.source/1.14.0.v20210324-0332 13:48:06 [WARNING] com.sun.jna.source/4.1.0.v20210503-0343 13:48:06 [WARNING] org.apache.jclouds.api.ec2.source/1.8.0.v20160301-1110 13:48:06 [WARNING] org.apache.httpcomponents.httpcore.source/4.4.14.v20210128-2225 13:48:06 [WARNING] org.glassfish.jersey.media.jersey-media-json-jackson/2.30.1.v20200513-1859 13:48:06 [WARNING] org.apache.commons.codec.source/1.14.0.v20200818-1422 13:48:06 [WARNING] org.junit.jupiter.migrationsupport.source/5.7.1.v20210222-1948 13:48:06 [WARNING] org.jdom2/2.0.6.v20191125-0928 13:48:06 [WARNING] org.glassfish.hk2.locator.source/2.5.0.v20161103-0227 13:48:06 [WARNING] org.objectweb.asm.analysis.source/9.1.0.v20210209-1849 13:48:06 [WARNING] com.google.flogger/0.1.0.v20180506-0038 13:48:06 [WARNING] com.ibm.icu/67.1.0.v20200706-1749 13:48:06 [WARNING] org.apache.commons.codec/1.14.0.v20200818-1422 13:48:06 [WARNING] org.glassfish.jersey.core.jersey-common/2.30.1.v20200513-1859 13:48:06 [WARNING] javax.activation.source/2.0.0.v20201118-1818 13:48:07 [WARNING] org.apache.commons.fileupload.source/1.3.2.v20170320-2229 13:48:07 [WARNING] com.jcraft.jsch/0.1.55.v20190404-1902 13:48:07 [WARNING] org.glassfish.hk2.osgi-resource-locator.source/2.5.0.v20161103-1916 13:48:07 [WARNING] org.apache.httpcomponents.httpclient.win/4.5.13.v20210128-2225 13:48:07 [WARNING] com.github.jnr.posix/3.0.54.v20200501-1917 13:48:07 [WARNING] org.glassfish.jersey.core.jersey-client.source/2.30.1.v20200513-1859 13:48:07 [WARNING] javax.annotation.source/1.3.5.v20200909-1856 13:48:07 [WARNING] com.sun.jna.platform.source/4.1.0.v20170410-1117 13:48:07 [WARNING] jakarta.servlet/5.0.0.v20210105-0527 13:48:07 [WARNING] com.fasterxml.jackson.core.jackson-core.source/2.12.1.v20210128-1726 13:48:07 [WARNING] org.junit.platform.launcher/1.7.1.v20210222-1948 13:48:07 [WARNING] ch.qos.logback.slf4j/1.2.3.v20200428-2012 13:48:07 [WARNING] org.apache.lucene.analyzers-smartcn/8.4.1.v20200122-1459 13:48:07 [WARNING] org.apache.xalan/2.7.2.v20201124-1837 13:48:07 [WARNING] org.apache.batik.transcoder/1.14.0.v20210324-0332 13:48:07 [WARNING] com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.12.1.v20210128-1726 13:48:07 [WARNING] org.apache.jclouds.jclouds-compute/1.8.0.v20160301-1110 13:48:07 [WARNING] jakarta.servlet.jsp/3.0.0.v20210105-0527 13:48:07 [WARNING] jakarta.activation/2.0.0.v20201118-1818 13:48:07 [WARNING] com.github.jnr.x86asm/1.0.2.v20200501-1917 13:48:07 [WARNING] org.apache.felix.gogo.command/1.1.2.v20210111-1007 13:48:07 [WARNING] org.apache.maven.resolver.impl/1.0.3.v20170405-0725 13:48:07 [WARNING] org.apache.httpcomponents.httpclient.win.source/4.5.13.v20210128-2225 13:48:07 [WARNING] org.conscrypt.conscrypt-openjdk-uber/2.5.1.v20210429-1809 13:48:07 [WARNING] com.fasterxml.jackson.jaxrs.jackson-jaxrs-base.source/2.12.1.v20210128-1726 13:48:07 [WARNING] org.apache.httpcomponents.httpclient/4.5.13.v20210128-2225 13:48:07 [WARNING] com.google.inject.assistedinject.source/5.0.1.v20210324-2015 13:48:07 [WARNING] org.apache.maven.resolver.util/1.0.3.v20170405-0725 13:48:07 [WARNING] org.apache.httpcomponents.httpasyncclient.source/4.1.3.v20210128-2225 13:48:07 [WARNING] ch.qos.logback.classic/1.2.3.v20200428-2012 13:48:07 [WARNING] org.apache.xalan.source/2.7.2.v20201124-1837 13:48:07 [WARNING] com.github.jnr.x86asm.source/1.0.2.v20200501-1917 13:48:07 [WARNING] com.google.auth.oauth2-http.source/0.20.0.v20200604-1524 13:48:07 [WARNING] org.apache.jclouds.api.openstack-cinder/1.8.0.v20160301-1110 13:48:07 [WARNING] org.eclipse.orbit.mongodb.source/3.2.2.v20181004-1955 13:48:07 [WARNING] org.apache.lucene.analyzers-smartcn.source/8.4.1.v20200122-1459 13:48:07 [WARNING] org.slf4j.binding.log4j12/1.7.30.v20201108-2042 13:48:07 [WARNING] org.apache.maven.resolver.transport.http.source/1.0.3.v20170405-0725 13:48:07 [WARNING] org.apache.batik.dom.svg/1.9.1.v20190730-1743 13:48:07 [WARNING] org.apache.batik.svggen/1.14.0.v20210324-0332 13:48:07 [WARNING] org.apache.commons.csv.source/1.8.0.v20200804-1438 13:48:07 [WARNING] com.atlassian.commonmark-ins/0.15.1.v20200707-1444 13:48:07 [WARNING] org.apache.lucene.misc/7.5.0.v20181003-1532 13:48:07 [WARNING] com.atlassian.commonmark-gfm-strikethrough.source/0.15.1.v20200707-1444 13:48:07 [WARNING] org.ggf.drmaa/1.0.0.v20170818-1553 13:48:07 [WARNING] org.apache.jclouds.common.openstack-common.source/1.8.0.v20160301-1110 13:48:07 [WARNING] org.glassfish.hk2.locator.source/2.6.1.v20200513-1859 13:48:07 [WARNING] org.apache.httpcomponents.client5.httpclient5/5.0.2.v20201015-2258 13:48:07 [WARNING] org.apache.batik.swing/1.9.1.v20190730-1743 13:48:07 [WARNING] org.apache.batik.css/1.9.1.v20181015-1528 13:48:07 [WARNING] com.google.api.client-json.source/1.2.3.v20200819-2030 13:48:07 [WARNING] org.junit.vintage.engine.source/5.7.1.v20210222-1948 13:48:07 [WARNING] org.apache.xmlrpc.server/3.1.3.v20181004-1955 13:48:07 [WARNING] org.objectweb.asm.util/8.0.1.v20200420-1007 13:48:07 [WARNING] com.google.flogger.testing.source/0.1.0.v20180506-0038 13:48:07 [WARNING] org.jacoco.core/0.8.6.v20201001-1506 13:48:07 [WARNING] org.glassfish.hk2.api.source/2.6.1.v20200513-1859 13:48:07 [WARNING] org.apache.lucene.analyzers-common/8.4.1.v20200122-1459 13:48:07 [WARNING] com.google.flogger.systembackend.source/0.1.0.v20180506-0038 13:48:07 [WARNING] com.graphql.java.dataloader/2.1.1.v20181120-0809 13:48:07 [WARNING] org.objectweb.asm.tree/8.0.1.v20200420-1007 13:48:07 [WARNING] org.apache.commons.cli.source/1.4.0.v20200417-1444 13:48:07 [WARNING] org.apache.batik.transcoder.source/1.9.1.v20190730-1743 13:48:07 [WARNING] com.google.gdata/1.47.1.v20200819-2030 13:48:07 [WARNING] jakarta.activation/1.2.2.v20201119-1642 13:48:07 [WARNING] org.junit.jupiter.engine.source/5.7.1.v20210222-1948 13:48:07 [WARNING] org.glassfish.hk2.api/2.5.0.v20161103-0227 13:48:07 [WARNING] org.apache.batik.anim/1.14.0.v20210324-0332 13:48:07 [WARNING] com.google.api.client-util.source/1.2.3.v20200819-2030 13:48:07 [WARNING] org.apache.xmlbeans.source/3.1.0.v20200922-1359 13:48:07 [WARNING] org.slf4j.binding.simple/1.7.30.v20200204-2150 13:48:07 [WARNING] javax.measure.unit-api/1.0.0.v20170818-1538 13:48:07 [WARNING] org.apache.batik.swing.source/1.9.1.v20190730-1743 13:48:07 [WARNING] com.github.oshi.oshi-core/3.8.0.v20200204-2150 13:48:07 [WARNING] com.google.javascript.source/0.0.20160315.v20161124-1903 13:48:07 [WARNING] net.bytebuddy.byte-buddy-agent/1.7.9.v20180420-1519 13:48:07 [WARNING] org.antlr.runtime/4.7.1.v20181120-0808 13:48:07 [WARNING] org.junit.jupiter.migrationsupport/5.7.1.v20210222-1948 13:48:07 [WARNING] com.atlassian.commonmark-gfm-tables.source/0.15.1.v20200707-1444 13:48:07 [WARNING] com.sun.grid.drmaa/1.0.0.v20170818-1553 13:48:07 [WARNING] org.apache.batik.svggen.source/1.14.0.v20210324-0332 13:48:07 [WARNING] java_cup-runtime.source/0.11.20150326.v20180425-1030 13:48:07 [WARNING] com.sun.xml.bind.source/2.2.0.v20201118-1845 13:48:07 [WARNING] org.glassfish.jersey.containers.servlet.core.source/2.30.1.v20200513-1859 13:48:07 [WARNING] org.ejml.dense64/0.29.0.v20190617-1333 13:48:07 [WARNING] org.bouncycastle.bcpkix/1.65.0.v20200527-1955 13:48:07 [WARNING] org.glassfish.jersey.core.jersey-server/2.30.1.v20200513-1859 13:48:07 [WARNING] javaewah.source/1.1.7.v20200107-0831 13:48:07 [WARNING] org.glassfish.jersey.ext.entityfiltering/2.30.1.v20200513-1859 13:48:07 [WARNING] org.apache.commons.math3.source/3.6.1.v20200817-1830 13:48:07 [WARNING] org.apache.xmlrpc.common.source/3.1.3.v20181004-1955 13:48:07 [WARNING] com.google.gdata.source/1.47.1.v20200819-2030 13:48:07 [WARNING] org.slf4j.binding.simple.source/1.7.30.v20200204-2150 13:48:07 [WARNING] org.apache.commons.compress.source/1.19.0.v20200106-2343 13:48:07 [WARNING] com.github.jnr.posix.source/3.0.54.v20200501-1917 13:48:07 [WARNING] net.jini/2.1.0.v20200313-1807 13:48:07 [WARNING] org.apache.batik.script/1.9.1.v20190730-1743 13:48:07 [WARNING] jakarta.websocket.source/2.0.0.v20210105-1550 13:48:07 [WARNING] org.apache.maven.resolver.transport.file/1.0.3.v20170405-0725 13:48:07 [WARNING] com.sun.xml.bind/2.2.0.v20201118-1845 13:48:07 [WARNING] org.opentest4j/1.2.0.v20190826-0900 13:48:07 [WARNING] com.atlassian.commonmark-image-attributes.source/0.15.1.v20200707-1444 13:48:07 [WARNING] com.google.api.client-json/1.2.3.v20200819-2030 13:48:07 [WARNING] org.mandas.docker-client.source/3.2.1.v20200519-1937 13:48:07 [WARNING] org.apache.commons.fileupload/1.3.2.v20170320-2229 13:48:07 [WARNING] org.slf4j.apis.log4j.source/1.7.30.v20200204-2150 13:48:07 [WARNING] org.jcodings.source/1.0.18.v20170306-1742 13:48:07 [WARNING] com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider.source/2.12.1.v20210128-1726 13:48:07 [WARNING] org.glassfish.hk2.utils/2.6.1.v20200513-1859 13:48:07 [WARNING] org.slf4j.api.source/1.7.30.v20200204-2150 13:48:07 [WARNING] org.joni.source/2.1.11.v20170306-1742 13:48:07 [WARNING] org.jaxen/1.1.6.v20191106-1554 13:48:07 [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-signed/releng/repository/pom.xml 13:48:16 [INFO] ------------------------------------------------------------------------ 13:48:16 [INFO] Reactor Build Order: 13:48:16 [INFO] 13:48:16 [INFO] Eclipse Orbit :: Releng [pom] 13:48:16 [INFO] Eclipse Orbit :: P2 Repository [eclipse-repository] 13:48:16 [INFO] Eclipse Orbit :: P2 Repository (All Content) [pom] 13:48:16 [INFO] Eclipse Orbit :: Repository Report [jar] 13:48:16 [INFO] 13:48:16 [INFO] --------------< org.eclipse.orbit.bundles:releng-parent >--------------- 13:48:16 [INFO] Building Eclipse Orbit :: Releng 1.0.0-SNAPSHOT [1/4] 13:48:16 [INFO] --------------------------------[ pom ]--------------------------------- 13:48:16 [INFO] 13:48:16 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ releng-parent --- 13:48:16 [INFO] 13:48:16 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ releng-parent --- 13:48:16 [INFO] 13:48:16 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ releng-parent --- 13:48:16 [INFO] 13:48:16 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ releng-parent --- 13:48:17 [INFO] 13:48:17 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ releng-parent --- 13:48:17 [INFO] 13:48:17 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ releng-parent --- 13:48:17 [INFO] 13:48:17 [INFO] --- maven-install-plugin:2.4:install (default-install) @ releng-parent --- 13:48:17 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/releng-parent/1.0.0-SNAPSHOT/releng-parent-1.0.0-SNAPSHOT.pom 13:48:17 [INFO] 13:48:17 [INFO] -------< org.eclipse.orbit.bundles:orbit-bundles-p2-repository >-------- 13:48:17 [INFO] Building Eclipse Orbit :: P2 Repository 1.0.0-SNAPSHOT [2/4] 13:48:17 [INFO] -------------------------[ eclipse-repository ]------------------------- 13:48:17 [INFO] 13:48:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ orbit-bundles-p2-repository --- 13:48:17 [INFO] 13:48:17 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ orbit-bundles-p2-repository --- 13:48:17 [INFO] The project's OSGi version is 1.0.0.v20210503-0343 13:48:17 [INFO] 13:48:17 [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ orbit-bundles-p2-repository --- 13:48:17 [INFO] 13:48:17 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ orbit-bundles-p2-repository --- 13:48:17 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:48:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository/src/main/resources 13:48:17 [INFO] 13:48:17 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ orbit-bundles-p2-repository --- 13:48:17 [INFO] 13:48:17 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ orbit-bundles-p2-repository --- 13:48:17 [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] 13:48:17 [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] 13:48:17 [INFO] 13:48:17 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ orbit-bundles-p2-repository --- 13:48:17 [INFO] 13:48:17 [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ orbit-bundles-p2-repository --- 13:48:17 [INFO] 13:48:17 [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ orbit-bundles-p2-repository --- 13:48:17 [INFO] 13:48:17 [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ orbit-bundles-p2-repository --- 13:48:18 [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.css.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.ant.source [1.10.9.v20201106-1946,1.10.9.v20201106-1946].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.i18n [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.constants.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.ant [1.10.9.v20201106-1946,1.10.9.v20201106-1946].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.i18n.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.xmlgraphics.source [2.4.0.v20200622-2037,2.4.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.util [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.util.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient.source [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.commons.io.source [2.6.0.v20190123-2029,2.6.0.v20190123-2029].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.xmlgraphics [2.4.0.v20200622-2037,2.4.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB 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 v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient.win [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.css [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.constants [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpcore.source [4.4.12.v20200108-1212,4.4.12.v20200108-1212].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.commons.io [2.6.0.v20190123-2029,2.6.0.v20190123-2029].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient.win.source [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpcore [4.4.12.v20200108-1212,4.4.12.v20200108-1212].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB 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 v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.device [1.1.100.v20210212-1143,1.1.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.transport.ecf.source [1.3.0.v20201012-1345,1.3.0.v20201012-1345].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples [3.106.1200.v20210205-1211,3.106.1200.v20210205-1211].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.compat [4.8.100.v20210102-0921,4.8.100.v20210102-0921].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui.templates [3.7.200.v20201208-0953,3.7.200.v20201208-0953].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.coordinator [1.4.0.v20210212-1143,1.4.0.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit5.runtime.source [1.0.1200.v20210112-0706,1.0.1200.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.ui.source [3.7.1200.v20210206-1820,3.7.1200.v20210206-1820].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.admin.rcp.source [1.3.0.v20210116-1855,1.3.0.v20210116-1855].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.views.properties.tabbed [3.9.100.v20201223-1348,3.9.100.v20201223-1348].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug.source [3.17.100.v20210220-1238,3.17.100.v20210220-1238].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.text.source [3.11.0.v20210203-1022,3.11.0.v20210203-1022].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.repository.source [2.5.0.v20201013-0853,2.5.0.v20201013-0853].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool.tests [1.2.900.v20201003-1926,1.2.900.v20201003-1926].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.search.tests [3.10.0.v20210118-0823,3.10.0.v20210118-0823].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.trace [1.2.0.v20210110-1242,1.2.0.v20210110-1242].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.databinding [1.12.200.v20210111-0911,1.12.200.v20210111-0911].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.common [2.22.0.v20210114-1734,2.22.0.v20210114-1734].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.2.1100.v20200916-0645,1.2.1100.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.tests [0.14.200.v20210122-1729,0.14.200.v20210122-1729].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.renderers.swt.source [0.15.0.v20201125-0918,0.15.0.v20201125-0918].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.formatterapp.source [1.0.0.v20200119-0748,1.0.0.v20200119-0748].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.net.win32.x86_64.source [1.1.500.v20190925-1337,1.1.500.v20190925-1337].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.examples.ui [1.6.400.v20200113-1549,1.6.400.v20200113-1549].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ui [1.2.200.v20210118-0937,1.2.200.v20210118-0937].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.workbench.source [3.122.100.v20210215-1525,3.122.100.v20210215-1525].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.contributions.source [3.5.0.v20210111-1205,3.5.0.v20210111-1205].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.ui [1.3.0.v20210121-0947,1.3.0.v20210121-0947].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.progress [0.3.100.v20210110-1959,0.3.100.v20210110-1959].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.22.100.v20210224-0730,3.22.100.v20210224-0730].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filebuffers.tests [3.11.600.v20200806-0713,3.11.600.v20200806-0713].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.emf.ui.source [4.6.1100.v20210210-1828,4.6.1100.v20210210-1828].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.engine [2.6.700.v20200511-1530,2.6.700.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.publisher [1.5.500.v20210211-1133,1.5.500.v20210211-1133].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tools.spies [3.108.0.v20210112-0624,3.108.0.v20210112-0624].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.garbagecollector [1.1.400.v20200221-1022,1.1.400.v20200221-1022].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.beans [1.7.200.v20210111-0759,1.7.200.v20210111-0759].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.beans.source [1.7.200.v20210111-0759,1.7.200.v20210111-0759].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.search [3.13.0.v20210212-0759,3.13.0.v20210212-0759].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.updatesite.source [1.1.500.v20210108-0738,1.1.500.v20210108-0738].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.rcp [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.junit.runtime.source [3.5.1000.v20210110-1048,3.5.1000.v20210110-1048].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.model.workbench.source [2.1.1000.v20210111-0958,2.1.1000.v20210111-0958].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.100.v20210217-1644,3.19.100.v20210217-1644].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.annotation [1.1.500.v20200407-1355,1.1.500.v20200407-1355].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.updatesite [1.1.500.v20210108-0738,1.1.500.v20210108-0738].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.urischeme [1.1.300.v20210113-1544,1.1.300.v20210113-1544].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.search.source [3.13.0.v20210212-0759,3.13.0.v20210212-0759].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.ecore [2.23.0.v20200630-0516,2.23.0.v20200630-0516].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.test.source [3.4.700.v20201111-1558,3.4.700.v20201111-1558].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.14.300.v20210224-0730,1.14.300.v20210224-0730].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.reconciler.dropins.source [1.3.500.v20210116-1855,1.3.500.v20210116-1855].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.gtk.linux.aarch64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.ui [4.2.200.v20210123-1004,4.2.200.v20210123-1004].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.util [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.core [3.6.800.v20200916-0645,3.6.800.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.swt [0.16.0.v20201230-1610,0.16.0.v20201230-1610].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.servletbridge.source [1.6.0.v20200511-1902,1.6.0.v20200511-1902].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit4.runtime.source [1.1.1500.v20210112-1623,1.1.1500.v20210112-1623].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.doc.user [3.14.1100.v20210303-1700,3.14.1100.v20210303-1700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.tests.verifier [1.3.0.v20201009-0830,1.3.0.v20201009-0830].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.ole.win32.source [3.107.400.v20191211-1033,3.107.400.v20191211-1033].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.servletbridge [1.6.0.v20200511-1902,1.6.0.v20200511-1902].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.browser.source [3.6.1100.v20210118-1327,3.6.1100.v20210118-1327].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.util.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.source [3.25.0.v20210223-0522,3.25.0.v20210223-0522].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.sdk [1.2.0.v20210114-1214,1.2.0.v20210114-1214].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.examples.databinding [1.1.500.v20200806-1041,1.1.500.v20200806-1041].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.genericeditor.extension [1.1.100.v20201207-1622,1.1.100.v20201207-1622].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.commons.io.source [2.6.0.v20190123-2029,2.6.0.v20190123-2029].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.platform.doc.isv [4.19.0.v20210303-1700,4.19.0.v20210303-1700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.genericeditor.tests [1.2.0.v20210127-1352,1.2.0.v20210127-1352].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.releng.tools.source [4.1.100.v20210205-2106,4.1.100.v20210205-2106].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ltk.ui.refactoring [3.11.300.v20210112-0706,3.11.300.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tools [3.109.0.v20210126-2343,3.109.0.v20210126-2343].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.multipageeditor [3.3.0.v20210111-1233,3.3.0.v20210111-1233].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security [1.3.600.v20210126-1005,1.3.600.v20210126-1005].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.sdk [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.views.properties.tabbed.article.source [3.3.0.v20210111-1231,3.3.0.v20210111-1231].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.propertysheet [3.4.0.v20210111-1234,3.4.0.v20210111-1234].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.common.tests [3.14.0.v20201102-2053,3.14.0.v20201102-2053].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.jarprocessor [1.1.700.v20210227-0235,1.1.700.v20210227-0235].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug [3.17.100.v20210220-1238,3.17.100.v20210220-1238].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface [3.22.100.v20210126-0831,3.22.100.v20210126-0831].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tools.base.source [3.107.300.v20190925-1155,3.107.300.v20190925-1155].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.intro [3.6.100.v20210119-2223,3.6.100.v20210119-2223].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit4.runtime [1.1.1500.v20210112-1623,1.1.1500.v20210112-1623].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.transforms.hook.source [1.3.0.v20210202-1256,1.3.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.json [0.2.0.v20210226-2208,0.2.0.v20210226-2208].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.forms.source [3.11.100.v20210108-1139,3.11.100.v20210108-1139].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help [3.8.800.v20200525-0755,3.8.800.v20200525-0755].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.services [2.2.600.v20210110-1654,2.2.600.v20210110-1654].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.emf.xpath [0.2.800.v20200609-0849,0.2.800.v20200609-0849].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit5.runtime [1.0.1200.v20210112-0706,1.0.1200.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.event.source [1.6.0.v20210212-1143,1.6.0.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.ecore.change.source [2.14.0.v20190528-0725,2.14.0.v20190528-0725].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.discovery.source [1.1.200.v20190611-1008,1.1.200.v20190611-1008].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.sdk.scheduler.source [1.5.0.v20201012-1421,1.5.0.v20201012-1421].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source [0.12.600.v20200416-0656,0.12.600.v20200416-0656].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.region.source [1.5.100.v20210212-1143,1.5.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.garbagecollector.source [1.1.400.v20200221-1022,1.1.400.v20200221-1022].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.navigator.resources.source [3.8.0.v20210209-1136,3.8.0.v20210209-1136].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.updatechecker [1.2.300.v20200222-1600,1.2.300.v20200222-1600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.intro.quicklinks.source [1.1.0.v20200724-0708,1.1.0.v20200724-0708].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tools.layout.spy.source [1.1.0.v20210110-1247,1.1.0.v20210110-1247].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.annotations [1.2.100.v20210211-1236,1.2.100.v20210211-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.ide [3.15.200.v20210108-1832,3.15.200.v20210108-1832].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tests [3.106.1200.v20210215-0807,3.106.1200.v20210215-0807].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug.tests [3.11.1200.v20210220-0633,3.11.1200.v20210220-0633].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.property [1.8.100.v20200619-0651,1.8.100.v20200619-0651].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.text.tests [3.12.800.v20210122-1614,3.12.800.v20210122-1614].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.monitoring [1.2.0.v20210111-1353,1.2.0.v20210111-1353].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.externaltools [1.1.800.v20201105-0600,1.1.800.v20201105-0600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.views [3.107.0.v20210112-0615,3.107.0.v20210112-0615].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.pluggable.core [1.2.500.v20200322-1447,1.2.500.v20200322-1447].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.linux.x86_64.source [1.1.500.v20210125-1508,1.1.500.v20210125-1508].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.cocoa.macosx.x86_64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.source [3.106.1200.v20210205-1211,3.106.1200.v20210205-1211].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.preferences [3.8.200.v20210212-1143,3.8.200.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.ide.source [3.18.100.v20210122-1536,3.18.100.v20210122-1536].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.tests.databinding.conformance [1.3.300.v20200925-1253,1.3.300.v20200925-1253].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.jobs.source [3.10.1100.v20210111-0815,3.10.1100.v20210111-0815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.admin [1.2.0.v20210114-1210,1.2.0.v20210114-1210].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.editors.source [3.14.0.v20210215-0846,3.14.0.v20210215-0846].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.publisher.eclipse [1.3.800.v20210205-1231,1.3.800.v20210205-1231].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tests.urischeme [1.0.1000.v20210113-1544,1.0.1000.v20210113-1544].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.console.source [1.4.300.v20210211-2058,1.4.300.v20210211-2058].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tools.base [3.107.300.v20190925-1155,3.107.300.v20190925-1155].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.css.swt.theme.source [0.13.0.v20201026-1147,0.13.0.v20201026-1147].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.artifact.repository.source [1.4.0.v20210129-2007,1.4.0.v20210129-2007].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient.win.source [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.update.configurator [3.4.700.v20200907-1237,3.4.700.v20200907-1237].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.examples.core [1.4.800.v20200617-1142,1.4.800.v20200617-1142].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.core [3.18.0.v20210222-1101,3.18.0.v20210222-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.console.jaas.fragment [1.1.0.v20210202-1256,1.1.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.tests.databinding [1.9.600.v20200925-1253,1.9.600.v20200925-1253].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.runtime [3.7.100.v20210208-1005,3.7.100.v20210208-1005].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.console [3.10.100.v20201211-1511,3.10.100.v20201211-1511].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.junit.runtime [3.5.1000.v20210110-1048,3.5.1000.v20210110-1048].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.tests [3.4.800.v20200916-0645,3.4.800.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.annotation [2.2.600.v20200408-1511,2.2.600.v20200408-1511].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.simpleconfigurator [1.3.600.v20200721-1308,1.3.600.v20200721-1308].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.net.source [1.3.1000.v20200715-0827,1.3.1000.v20200715-0827].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.identity.source [3.9.401.v20201027-0550,3.9.401.v20201027-0550].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ltk.ui.refactoring.source [3.11.300.v20210112-0706,3.11.300.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.expressions.tests [3.5.900.v20200720-1126,3.5.900.v20200720-1126].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.trace.source [1.2.0.v20210110-1242,1.2.0.v20210110-1242].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.cvs.ui.source [3.4.900.v20200422-1935,3.4.900.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt [3.18.700.v20210303-1800,3.18.700.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.variables.source [3.4.800.v20200120-1101,3.4.800.v20200120-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.genericeditor.extension.source [1.1.100.v20201207-1622,1.1.100.v20201207-1622].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.director.app [1.1.600.v20200511-1530,1.1.600.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.source [2.7.0.v20210114-1216,2.7.0.v20210114-1216].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.annotations.source [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.frameworkadmin.equinox.source [1.1.400.v20200319-1546,1.1.400.v20200319-1546].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.log.stream [1.0.300.v20200828-1034,1.0.300.v20200828-1034].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.ds.tests [1.6.0.v20210202-1157,1.6.0.v20210202-1157].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.platform.source [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.forms [3.11.100.v20210108-1139,3.11.100.v20210108-1139].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.cm.source [1.5.0.v20210202-1256,1.5.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.cm [1.5.0.v20210202-1256,1.5.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.examples.ui.source [1.6.400.v20200113-1549,1.6.400.v20200113-1549].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.dialogs [1.2.100.v20201109-2317,1.2.100.v20201109-2317].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.swt.gtk.source [1.1.100.v20210108-1832,1.1.100.v20210108-1832].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.views [3.11.0.v20210111-1351,3.11.0.v20210111-1351].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jsch.core.source [1.3.900.v20200422-1935,1.3.900.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.launcher [1.6.100.v20201223-0822,1.6.100.v20201223-0822].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpcore [4.4.12.v20200108-1212,4.4.12.v20200108-1212].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.externaltools [3.4.900.v20201105-0600,3.4.900.v20201105-0600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.simpleconfigurator.source [1.3.600.v20200721-1308,1.3.600.v20200721-1308].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.doc.isv [3.14.1100.v20210303-1700,3.14.1100.v20210303-1700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.ecore.change [2.14.0.v20190528-0725,2.14.0.v20190528-0725].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.test.performance.win32 [3.1.400.v20200911-1853,3.1.400.v20200911-1853].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui.unittest.junit [1.0.0.v20201120-2059,1.0.0.v20201120-2059].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.source [4.9.0.v20200923-1123,4.9.0.v20200923-1123].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.servlet.source [1.7.0.v20210202-1229,1.7.0.v20210202-1229].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui.templates.source [3.7.200.v20201208-0953,3.7.200.v20201208-0953].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.jsp.jasper.source [1.1.500.v20200422-1833,1.1.500.v20200422-1833].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.launching [3.9.200.v20201208-1742,3.9.200.v20201208-1742].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.examples.xml.source [3.4.1200.v20201104-1051,3.4.1200.v20201104-1051].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ua.core [1.2.200.v20210208-1459,1.2.200.v20210208-1459].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.cheatsheets [3.7.200.v20210121-1039,3.7.200.v20210121-1039].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.core [3.14.200.v20210208-1154,3.14.200.v20210208-1154].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.tests.discovery [1.2.0.v20180827-1244,1.2.0.v20180827-1244].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.bidi.tests [1.2.0.v20200810-0901,1.2.0.v20200810-0901].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.common [3.14.100.v20210212-1143,3.14.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.installer [1.3.100.v20210116-1855,1.3.100.v20210116-1855].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.ide.source [0.2.0.v20201120-1551,0.2.0.v20201120-1551].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.examples [3.2.500.v20200422-1935,3.2.500.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq 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 v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.weaving.caching.j9 [1.2.0.v20210202-1256,1.2.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.tests [3.6.900.v20200422-1935,3.6.900.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.tests.harness [3.11.900.v20210111-0815,3.11.900.v20210111-0815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.sdk.examples.source [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.externaltools.source [3.4.900.v20201105-0600,3.4.900.v20201105-0600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.metatype.source [1.6.0.v20210212-1143,1.6.0.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.win32.source [3.4.400.v20200414-1247,3.4.400.v20200414-1247].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ua.tests.doc [1.1.0.v20200804-1321,1.1.0.v20200804-1321].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.jetty.source [3.7.600.v20210224-2143,3.7.600.v20210224-2143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.examples.filesystem.source [3.5.900.v20200724-0913,3.5.900.v20200724-0913].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.services.source [1.5.0.v20210115-1333,1.5.0.v20210115-1333].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.directorywatcher.source [1.2.500.v20191211-1631,1.2.500.v20191211-1631].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.useradmin [1.2.100.v20210212-1143,1.2.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.extensions.supplier [0.15.800.v20210110-1654,0.15.800.v20210110-1654].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.jetty [3.7.600.v20210224-2143,3.7.600.v20210224-2143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.platform [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.discovery [1.1.200.v20190611-1008,1.1.200.v20190611-1008].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui.tests [3.13.1300.v20210222-1616,3.13.1300.v20210222-1616].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.tests.binaries [1.0.200.v20160420-0732,1.0.200.v20160420-0732].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.base [4.3.200.v20210303-1800,4.3.200.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.tests.css.core [1.301.0.v20201125-1930,1.301.0.v20201125-1930].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.publisher.source [1.5.500.v20210211-1133,1.5.500.v20210211-1133].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.bidi [1.3.100.v20210212-1143,1.3.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.concurrent.source [1.2.0.v20210202-1157,1.2.0.v20210202-1157].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tools.spies.source [3.108.0.v20210112-0624,3.108.0.v20210112-0624].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.di.source [1.3.0.v20210222-1018,1.3.0.v20210222-1018].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.core.source [3.14.200.v20210208-1154,3.14.200.v20210208-1154].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.frameworkadmin.test [1.2.500.v20200319-1546,1.2.500.v20200319-1546].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.resources.source [3.14.0.v20210215-0934,3.14.0.v20210215-0934].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.core [0.1.600.v20191123-0656,0.1.600.v20191123-0656].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.intro.source [3.6.100.v20210119-2223,3.6.100.v20210119-2223].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug.ui [3.12.200.v20210224-0638,3.12.200.v20210224-0638].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.source [3.8.800.v20200525-0755,3.8.800.v20200525-0755].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.annotations [1.6.600.v20191216-2352,1.6.600.v20191216-2352].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.tests [1.2.0.v20210111-0815,1.2.0.v20210111-0815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.importexport.source [1.3.0.v20210217-1009,1.3.0.v20210217-1009].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.core.source [1.2.200.v20210219-0944,1.2.200.v20210219-0944].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.extensions [0.16.0.v20200507-0938,0.16.0.v20200507-0938].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.tests.core [3.8.1000.v20200611-0145,3.8.1000.v20200611-0145].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.registry.source [1.2.0.v20200614-1851,1.2.0.v20200614-1851].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.ant [1.10.9.v20201106-1946,1.10.9.v20201106-1946].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.views.source [3.107.0.v20210112-0615,3.107.0.v20210112-0615].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.touchpoint.natives [1.3.600.v20200511-1530,1.3.600.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.simpleconfigurator.manipulator.source [2.1.500.v20200211-1505,2.1.500.v20200211-1505].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.source [1.3.600.v20210126-1005,1.3.600.v20210126-1005].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt.tests [1.1.1400.v20200916-0645,1.1.1400.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.ui.source [0.1.1100.v20200915-1102,0.1.1100.v20200915-1102].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.jdt.templates.source [4.8.400.v20191115-2149,4.8.400.v20191115-2149].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.fieldassist.source [1.2.0.v20210111-1206,1.2.0.v20210111-1206].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.ide [3.18.100.v20210122-1536,3.18.100.v20210122-1536].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.operations [2.5.1000.v20201106-1246,2.5.1000.v20201106-1246].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ua.tests [3.5.0.v20200724-0708,3.5.0.v20200724-0708].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.director.source [2.4.700.v20200511-1530,2.4.700.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; com.sun.jna.source [4.5.1.v20190425-1842,4.5.1.v20190425-1842].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.win32.win32.x86_64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.weaving.hook [1.3.0.v20210202-1256,1.3.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.coordinator.source [1.4.0.v20210212-1143,1.4.0.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ltk.core.refactoring.tests [3.8.1100.v20201228-1242,3.8.1100.v20201228-1242].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.views.log [1.2.1400.v20210122-1423,1.2.1400.v20210122-1423].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ee.cdcfoundation11 [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.commands.source [0.13.0.v20201119-1132,0.13.0.v20201119-1132].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.genericeditor.examples.source [1.2.0.v20210118-1209,1.2.0.v20210118-1209].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.rcp [3.5.0.v20210111-1217,3.5.0.v20210111-1217].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.engine.source [2.6.700.v20200511-1530,2.6.700.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.monitoring.source [1.2.0.v20210111-1353,1.2.0.v20210111-1353].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ua.core.source [1.2.200.v20210208-1459,1.2.200.v20210208-1459].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.tests [1.8.100.v20210119-1645,1.8.100.v20210119-1645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.performance [1.4.0.v20210111-1217,1.4.0.v20210111-1217].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.ide.application [1.4.0.v20210122-1423,1.4.0.v20210122-1423].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.extensions.source [0.16.0.v20200507-0938,0.16.0.v20200507-0938].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.tests.builder [3.10.1100.v20201119-0905,3.10.1100.v20201119-0905].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ee.cdcfoundation10 [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.console [1.4.300.v20210211-2058,1.4.300.v20210211-2058].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench3.source [0.15.500.v20201021-1339,0.15.500.v20201021-1339].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.app [1.5.100.v20210212-1143,1.5.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.xmlgraphics [2.4.0.v20200622-2037,2.4.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.tests.resources [3.10.1200.v20210212-1120,3.10.1200.v20210212-1120].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.views.log.source [1.2.1400.v20210122-1423,1.2.1400.v20210122-1423].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.tests.runtime [3.19.100.v20210212-0931,3.19.100.v20210212-0931].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.intro.universal [3.4.100.v20210108-1131,3.4.100.v20210108-1131].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.ui [3.14.800.v20210222-1101,3.14.800.v20210222-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.progress.source [0.3.100.v20210110-1959,0.3.100.v20210110-1959].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.themes [1.2.1300.v20210108-1832,1.2.1300.v20210108-1832].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.services [4.8.400.v20200217-1142,4.8.400.v20200217-1142].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.ui.source [1.3.0.v20210121-0947,1.3.0.v20210121-0947].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit [3.11.1100.v20210203-1102,3.11.1100.v20210203-1102].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jsch.ui.source [1.3.1100.v20200916-0731,1.3.1100.v20200916-0731].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.widgets.source [1.2.800.v20201021-1339,1.2.800.v20201021-1339].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.navigator [3.6.0.v20210111-1217,3.6.0.v20210111-1217].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.bindings.source [0.13.0.v20201119-1132,0.13.0.v20201119-1132].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.css [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.console.ssh [1.2.800.v20210114-1556,1.2.800.v20210114-1556].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [1.0.300.v20200816-1842,1.0.300.v20200816-1842].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.tests.ui [1.3.100.v20210209-0728,1.3.100.v20210209-0728].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.workbench.texteditor [3.16.0.v20210120-0733,3.16.0.v20210120-0733].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.operations.source [2.5.1000.v20201106-1246,2.5.1000.v20201106-1246].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer [3.2.601.v20201025-0700,3.2.601.v20201025-0700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.tests.model [3.10.1500.v20210223-0522,3.10.1500.v20210223-0522].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.forms [3.9.0.v20210111-1213,3.9.0.v20210111-1213].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.harness [1.8.0.v20210111-1217,1.8.0.v20210111-1217].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.tests.cvs.core [3.4.1100.v20200611-0145,3.4.1100.v20200611-0145].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.repository.tools [2.2.600.v20210114-1107,2.2.600.v20210114-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.contexts [1.8.400.v20191217-1710,1.8.400.v20191217-1710].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.css.core [0.13.0.v20201015-0653,0.13.0.v20201015-0653].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di [1.7.700.v20210128-2123,1.7.700.v20210128-2123].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.dialogs.source [1.2.100.v20201109-2317,1.2.100.v20201109-2317].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.weaving.caching [1.2.0.v20210202-1256,1.2.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.concurrent [1.2.0.v20210202-1157,1.2.0.v20210202-1157].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.net.linux.x86_64.source [1.2.400.v20190924-1023,1.2.400.v20190924-1023].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools [4.9.0.v20200923-1123,4.9.0.v20200923-1123].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.metadata.repository [1.3.500.v20210108-0738,1.3.500.v20210108-0738].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit.runtime.source [3.5.500.v20210112-0706,3.5.500.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.genericeditor.source [1.2.0.v20210129-1224,1.2.0.v20210129-1224].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.examples.databinding.source [1.1.500.v20200806-1041,1.1.500.v20200806-1041].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jsch.core [1.3.900.v20200422-1935,1.3.900.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.ide [0.2.0.v20201120-1551,0.2.0.v20201120-1551].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.model.workbench [2.1.1000.v20210111-0958,2.1.1000.v20210111-0958].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.widgets [1.2.800.v20201021-1339,1.2.800.v20201021-1339].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.filetransfer [5.1.101.v20201025-2315,5.1.101.v20201025-2315].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.uriSchemeHandler [1.1.0.v20210111-1239,1.1.0.v20210111-1239].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.annotations [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.tests.ui [3.9.1100.v20210108-1849,3.9.1100.v20210108-1849].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ltk.ui.refactoring.tests [3.9.800.v20210101-2007,3.9.800.v20210101-2007].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.core [3.6.1000.v20201020-1107,3.6.1000.v20201020-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.multipageeditor.source [3.3.0.v20210111-1233,3.3.0.v20210111-1233].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.ecore.xmi.source [2.16.0.v20190528-0725,2.16.0.v20190528-0725].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.10.1000.v20210130-0813,3.10.1000.v20210130-0813].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui.templates.tests [1.1.0.v20200812-1814,1.1.0.v20200812-1814].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer.httpclient45 [1.0.301.v20201025-0700,1.0.301.v20201025-0700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.core.source [3.8.1100.v20200806-0621,3.8.1100.v20200806-0621].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.emf.ui [4.6.1100.v20210210-1828,4.6.1100.v20210210-1828].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.jsp.jasper.registry [1.1.400.v20200422-1833,1.1.400.v20200422-1833].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.core.source [3.18.0.v20210222-1101,3.18.0.v20210222-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ltk.core.refactoring [3.11.300.v20210208-1217,3.11.300.v20210208-1217].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.jdt.templates [4.8.400.v20191115-2149,4.8.400.v20191115-2149].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui [3.13.0.v20210209-0833,3.13.0.v20210209-0833].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.lib [1.1.500.v20210209-1250,1.1.500.v20210209-1250].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.log.stream.source [1.0.300.v20200828-1034,1.0.300.v20200828-1034].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.readmetool [3.6.0.v20210111-1232,3.6.0.v20210111-1232].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui.source [3.13.0.v20210209-0833,3.13.0.v20210209-0833].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.examples.source [3.2.500.v20200422-1935,3.2.500.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.discovery.compatibility [1.2.0.v20200916-1234,1.2.0.v20200916-1234].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.supplement.source [1.10.100.v20210212-1137,1.10.100.v20210212-1137].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.launching [1.2.1000.v20200610-1458,1.2.1000.v20200610-1458].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.undo [3.4.0.v20210111-1227,3.4.0.v20210111-1227].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.core [3.5.800.v20200608-1251,3.5.800.v20200608-1251].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.frameworkadmin [2.1.400.v20191002-0702,2.1.400.v20191002-0702].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.metatype [1.6.0.v20210212-1143,1.6.0.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.touchpoint.natives.source [1.3.600.v20200511-1530,1.3.600.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.emf.xpath.source [0.2.800.v20200609-0849,0.2.800.v20200609-0849].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.macosx.source [1.101.300.v20210212-1601,1.101.300.v20210212-1601].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.common.source [3.14.100.v20210212-1143,3.14.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.admin.rcp [1.3.0.v20210116-1855,1.3.0.v20210116-1855].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit.core [3.10.1000.v20210112-0706,3.10.1000.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.junit.runtime.tests [3.6.200.v20201208-1742,3.6.200.v20201208-1742].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.platform.doc.user [4.19.0.v20210303-0957,4.19.0.v20210303-0957].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.25.0.v20210223-0522,3.25.0.v20210223-0522].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.console.source [3.10.100.v20201211-1511,3.10.100.v20201211-1511].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.webapp [3.10.200.v20210222-1057,3.10.200.v20210222-1057].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.commands.source [3.9.800.v20201021-1339,3.9.800.v20201021-1339].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.bindings.tests [0.13.0.v20210111-1226,0.13.0.v20210111-1226].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.useradmin.source [1.2.100.v20210212-1143,1.2.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.metadata.repository.source [1.3.500.v20210108-0738,1.3.500.v20210108-0738].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.jsp.jasper [1.1.500.v20200422-1833,1.1.500.v20200422-1833].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.touchpoint.eclipse [2.2.800.v20210115-1344,2.2.800.v20210115-1344].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.workbench [3.122.100.v20210215-1525,3.122.100.v20210215-1525].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf [3.9.101.v20201027-0547,3.9.101.v20201027-0547].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.readmetool.source [3.6.0.v20210111-1232,3.6.0.v20210111-1232].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.cvs.ssh2.source [3.3.800.v20200422-1935,3.3.800.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.source [3.119.0.v20210111-1350,3.119.0.v20210111-1350].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.editors [3.14.0.v20210215-0846,3.14.0.v20210215-0846].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.app.source [1.5.100.v20210212-1143,1.5.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching.source [3.19.100.v20210217-1644,3.19.100.v20210217-1644].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.emf.editor3x.source [4.7.600.v20200723-1429,4.7.600.v20200723-1429].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.doc.user [3.15.1000.v20210302-1902,3.15.1000.v20210302-1902].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.navigator.source [3.10.0.v20210111-1352,3.10.0.v20210111-1352].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filebuffers [3.6.1100.v20201029-1159,3.6.1100.v20201029-1159].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.javaeditor.source [3.3.0.v20210118-1208,3.3.0.v20210118-1208].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.bidi.source [1.3.100.v20210212-1143,1.3.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.console.source [1.1.500.v20210116-1227,1.1.500.v20210116-1227].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.sdk.examples [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filesystem [1.7.700.v20200110-1734,1.7.700.v20200110-1734].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching.macosx.source [3.4.500.v20200116-2251,3.4.500.v20200116-2251].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.services.source [4.8.400.v20200217-1142,4.8.400.v20200217-1142].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.examples.xml [3.4.1200.v20201104-1051,3.4.1200.v20201104-1051].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.services.source [2.2.600.v20210110-1654,2.2.600.v20210110-1654].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.i18n.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.transport.ecf [1.3.0.v20201012-1345,1.3.0.v20201012-1345].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer.source [3.2.601.v20201025-0700,3.2.601.v20201025-0700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.servletbridge [1.2.0.v20210120-1213,1.2.0.v20210120-1213].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.tests [1.1.400.v20210212-1600,1.1.400.v20210212-1600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filesystem.source [1.7.700.v20200110-1734,1.7.700.v20200110-1734].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.ui.source [3.14.800.v20210222-1101,3.14.800.v20210222-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source [1.0.300.v20200816-1842,1.0.300.v20200816-1842].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tools.source [3.109.0.v20210126-2343,3.109.0.v20210126-2343].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.gtk.linux.ppc64le.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.discovery.source [1.2.0.v20200916-1234,1.2.0.v20200916-1234].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.supplement [1.10.100.v20210212-1137,1.10.100.v20210212-1137].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.json.source [0.2.0.v20210226-2208,0.2.0.v20210226-2208].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui [2.7.0.v20210114-1216,2.7.0.v20210114-1216].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.preferences.source [3.8.200.v20210212-1143,3.8.200.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.weaving.hook.source [1.3.0.v20210202-1256,1.3.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.webapp.source [3.10.200.v20210222-1057,3.10.200.v20210222-1057].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.navigator.resources [3.8.0.v20210209-1136,3.8.0.v20210209-1136].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.source [1.2.300.v20210205-1814,1.2.300.v20210205-1814].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.commands.tests [0.13.0.v20210111-1203,0.13.0.v20210111-1203].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.browser [3.6.1100.v20210118-1327,3.6.1100.v20210118-1327].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.views.source [3.11.0.v20210111-1351,3.11.0.v20210111-1351].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.ssl [1.2.400.v20200611-2220,1.2.400.v20200611-2220].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.css.swt.theme [0.13.0.v20201026-1147,0.13.0.v20201026-1147].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ua.ui.source [1.2.100.v20201105-1530,1.2.100.v20201105-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.propertysheet.source [3.4.0.v20210111-1234,3.4.0.v20210111-1234].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.css.swt [0.14.100.v20201217-1340,0.14.100.v20201217-1340].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.annotations.source [1.6.600.v20191216-2352,1.6.600.v20191216-2352].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.registry [3.10.100.v20210212-1143,3.10.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.text.tests [3.13.1200.v20210211-1854,3.13.1200.v20210211-1854].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.ui [0.1.1100.v20200915-1102,0.1.1100.v20200915-1102].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.css.core.source [0.13.0.v20201015-0653,0.13.0.v20201015-0653].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.text.tests [3.12.0.v20210118-0712,3.12.0.v20210118-0712].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.core.source [0.1.600.v20191123-0656,0.1.600.v20191123-0656].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.text [3.17.0.v20210213-0904,3.17.0.v20210213-0904].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ee.osgiminimum11 [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.repository [2.5.0.v20201013-0853,2.5.0.v20201013-0853].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient.win [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ltk.core.refactoring.source [3.11.300.v20210208-1217,3.11.300.v20210208-1217].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.text [3.11.0.v20210203-1022,3.11.0.v20210203-1022].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.core [2.6.300.v20200211-1504,2.6.300.v20200211-1504].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds1_2.lib.source [1.0.500.v20210209-1250,1.0.500.v20210209-1250].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.pluggable.tests [3.4.900.v20200820-0620,3.4.900.v20200820-0620].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.browser.chromium.gtk.linux.x86_64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.ui [3.6.500.v20200828-1336,3.6.500.v20200828-1336].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.constants [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ee.osgiminimum12 [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.genericeditor [1.2.0.v20210129-1224,1.2.0.v20210129-1224].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.commands [0.13.0.v20201119-1132,0.13.0.v20201119-1132].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.views.properties.tabbed.article [3.3.0.v20210111-1231,3.3.0.v20210111-1231].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.sdk.tests [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.source [3.9.101.v20201027-0547,3.9.101.v20201027-0547].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.tests [1.2.200.v20201216-0752,1.2.200.v20201216-0752].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.servlet.tests [1.8.100.v20201204-1648,1.8.100.v20201204-1648].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.tests.core [3.5.800.v20201116-0929,3.5.800.v20201116-0929].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.test [3.4.700.v20201111-1558,3.4.700.v20201111-1558].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.win32.source [1.2.800.v20200127-1343,1.2.800.v20200127-1343].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.views.properties.tabbed [3.7.0.v20210111-1224,3.7.0.v20210111-1224].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.launching.source [1.2.1000.v20200610-1458,1.2.1000.v20200610-1458].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.optional.junit [3.3.300.v20180822-0818,3.3.300.v20180822-0818].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.workbench.texteditor.source [3.16.0.v20210120-0733,3.16.0.v20210120-0733].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.resources [3.14.0.v20210215-0934,3.14.0.v20210215-0934].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.transforms.xslt.source [1.2.0.v20210202-1256,1.2.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.databinding.source [1.12.200.v20210111-0911,1.12.200.v20210111-0911].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.admin.source [1.2.0.v20210114-1210,1.2.0.v20210114-1210].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.undo.source [3.4.0.v20210111-1227,3.4.0.v20210111-1227].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.core.source [3.6.800.v20200916-0645,3.6.800.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.browser.demos [3.107.0.v20210112-0622,3.107.0.v20210112-0622].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.source [1.7.700.v20210128-2123,1.7.700.v20210128-2123].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.servlet [1.7.0.v20210202-1229,1.7.0.v20210202-1229].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ee.osgiminimum10 [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.core [3.8.1100.v20200806-0621,3.8.1100.v20200806-0621].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.tests.css.swt [0.11.0.v20201125-1930,0.11.0.v20201125-1930].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.metadata.source [2.5.100.v20200908-1020,2.5.100.v20200908-1020].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching.ui.macosx.source [1.2.600.v20200204-1737,1.2.600.v20200204-1737].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.importexport [1.3.0.v20210217-1009,1.3.0.v20210217-1009].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.browser.demos.source [3.107.0.v20210112-0622,3.107.0.v20210112-0622].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.ide.application.source [1.4.0.v20210122-1423,1.4.0.v20210122-1423].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.core.source [3.5.800.v20200608-1251,3.5.800.v20200608-1251].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.simpleconfigurator.manipulator [2.1.500.v20200211-1505,2.1.500.v20200211-1505].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.launching.source [3.9.200.v20201208-1742,3.9.200.v20201208-1742].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.ui [3.8.1200.v20210204-1156,3.8.1200.v20210204-1156].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.test.performance [3.17.100.v20210108-0914,3.17.100.v20210108-0914].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.ecore.xmi [2.16.0.v20190528-0725,2.16.0.v20190528-0725].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.tests [1.2.0.v20200812-1820,1.2.0.v20200812-1820].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.director.app.source [1.1.600.v20200511-1530,1.1.600.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.renderers.swt [0.15.0.v20201125-0918,0.15.0.v20201125-0918].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.notifications.source [0.3.0.v20210218-1820,0.3.0.v20210218-1820].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.examples.core.source [1.4.800.v20200617-1142,1.4.800.v20200617-1142].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare [3.7.1300.v20210114-0707,3.7.1300.v20210114-0707].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.jarprocessor.source [1.1.700.v20210227-0235,1.1.700.v20210227-0235].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde [3.13.1400.v20210303-1800,3.13.1400.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.extensionlocation [1.3.400.v20191213-1911,1.3.400.v20191213-1911].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.cvs.ssh2 [3.3.800.v20200422-1935,3.3.800.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.pluginchecks [1.1.0.v20210111-1222,1.1.0.v20210111-1222].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.addons.swt [1.4.100.v20201221-2332,1.4.100.v20201221-2332].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; com.sun.jna [4.5.1.v20190425-1842,4.5.1.v20190425-1842].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.ui.source [4.2.200.v20210123-1004,4.2.200.v20210123-1004].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.discovery [1.2.0.v20200916-1234,1.2.0.v20200916-1234].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.runtime [3.20.100.v20210111-0815,3.20.100.v20210111-0815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.contenttype [3.7.900.v20210111-0918,3.7.900.v20210111-0918].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.reconciler.dropins [1.3.500.v20210116-1855,1.3.500.v20210116-1855].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.core.source [2.6.300.v20200211-1504,2.6.300.v20200211-1504].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.swt.win32.source [1.1.0.v20201119-1132,1.1.0.v20201119-1132].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.jsp.jasper.registry.source [1.1.400.v20200422-1833,1.1.400.v20200422-1833].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.linux.source [1.0.0.v20210121-0922,1.0.0.v20210121-0922].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.emf.editor3x [4.7.600.v20200723-1429,4.7.600.v20200723-1429].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt.source [1.3.1200.v20200916-0645,1.3.1200.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests [3.15.100.v20210223-1305,3.15.100.v20210223-1305].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.core.source [3.6.1000.v20201020-1107,3.6.1000.v20201020-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.gtk.linux.x86_64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.contenttype.source [3.7.900.v20210111-0918,3.7.900.v20210111-0918].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.externaltools.source [1.1.800.v20201105-0600,1.1.800.v20201105-0600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.300.v20210205-1814,1.2.300.v20210205-1814].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.navigator [3.10.0.v20210111-1352,3.10.0.v20210111-1352].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ua.ui [1.2.100.v20201105-1530,1.2.100.v20201105-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.registry [1.2.0.v20200614-1851,1.2.0.v20200614-1851].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.sdk.source [1.2.0.v20210114-1214,1.2.0.v20210114-1214].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tools.layout.spy [1.1.0.v20210110-1247,1.1.0.v20210110-1247].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.transforms.hook [1.3.0.v20210202-1256,1.3.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.win32 [1.2.800.v20200127-1343,1.2.800.v20200127-1343].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.preferences.tests [3.9.0.v20210202-1256,3.9.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui.tests [3.11.200.v20210213-1943,3.11.200.v20210213-1943].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench [1.12.100.v20210122-1731,1.12.100.v20210122-1731].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.runtime.source [3.7.100.v20210208-1005,3.7.100.v20210208-1005].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.css.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.tests.net [1.4.700.v20200611-1812,1.4.700.v20200611-1812].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool.source [1.2.1100.v20200916-0645,1.2.1100.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.lib.source [1.1.500.v20210209-1250,1.1.500.v20210209-1250].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.text.quicksearch.tests [1.1.0.v20210210-1656,1.1.0.v20210210-1656].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.tests.performance [3.10.800.v20200921-1515,3.10.800.v20200921-1515].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.ui.source [1.2.0.v20200813-0954,1.2.0.v20200813-0954].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.annotation.source [2.2.600.v20200408-1511,2.2.600.v20200408-1511].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.expressions [3.7.100.v20210203-1000,3.7.100.v20210203-1000].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.weaving.caching.source [1.2.0.v20210202-1256,1.2.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.cvs.core.source [3.4.1000.v20200422-1935,3.4.1000.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.weaving.caching.j9.source [1.2.0.v20210202-1256,1.2.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.tests [1.3.0.v20210111-1349,1.3.0.v20210111-1349].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.net [1.3.1000.v20200715-0827,1.3.1000.v20200715-0827].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.css.swt.source [0.14.100.v20201217-1340,0.14.100.v20201217-1340].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer.ssl [1.0.200.v20200611-1836,1.0.200.v20200611-1836].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds1_2.lib [1.0.500.v20210209-1250,1.0.500.v20210209-1250].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.browser.chromium.win32.win32.x86_64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.pluggable.core.source [1.2.500.v20200322-1447,1.2.500.v20200322-1447].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filebuffers.source [3.6.1100.v20201029-1159,3.6.1100.v20201029-1159].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.ole.win32 [3.107.400.v20191211-1033,3.107.400.v20191211-1033].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq 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 v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.views.properties.tabbed.source [3.9.100.v20201223-1348,3.9.100.v20201223-1348].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.text.source [3.17.0.v20210213-0904,3.17.0.v20210213-0904].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.repository.tools.source [2.2.600.v20210114-1107,2.2.600.v20210114-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.variables [3.4.800.v20200120-1101,3.4.800.v20200120-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.registry.source [3.10.100.v20210212-1143,3.10.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.expressions.source [3.7.100.v20210203-1000,3.7.100.v20210203-1000].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.update.configurator.source [3.4.700.v20200907-1237,3.4.700.v20200907-1237].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.commands [3.9.800.v20201021-1339,3.9.800.v20201021-1339].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.compat.source [4.8.100.v20210102-0921,4.8.100.v20210102-0921].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.ant.source [1.10.9.v20201106-1946,1.10.9.v20201106-1946].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.launcher [3.107.0.v20210112-0623,3.107.0.v20210112-0623].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.i18n [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.constants.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.tests.compiler [3.12.1500.v20210217-0737,3.12.1500.v20210217-0737].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui [3.119.0.v20210111-1350,3.119.0.v20210111-1350].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.ui [1.2.0.v20200813-0954,1.2.0.v20200813-0954].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.releng.tests [3.5.0.v20200923-1916,3.5.0.v20200923-1916].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.javaeditor [3.3.0.v20210118-1208,3.3.0.v20210118-1208].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.ui.source [3.6.500.v20200828-1336,3.6.500.v20200828-1336].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.xmlgraphics.source [2.4.0.v20200622-2037,2.4.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.observable.source [1.10.0.v20200730-0848,1.10.0.v20200730-0848].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.build.source [3.10.1000.v20210130-0813,3.10.1000.v20210130-0813].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.metadata [2.5.100.v20200908-1020,2.5.100.v20200908-1020].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench3 [0.15.500.v20201021-1339,0.15.500.v20201021-1339].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.contexts.source [1.8.400.v20191217-1710,1.8.400.v20191217-1710].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.cheatsheets.source [3.7.200.v20210121-1039,3.7.200.v20210121-1039].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.updatechecker.source [1.2.300.v20200222-1600,1.2.300.v20200222-1600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui.tests.refactoring [3.13.1300.v20210222-1616,3.13.1300.v20210222-1616].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient.source [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.unittest.ui [1.0.0.v20201121-0633,1.0.0.v20201121-0633].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.artifact.repository [1.4.0.v20210129-2007,1.4.0.v20210129-2007].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer.ssl.source [1.0.200.v20200611-1836,1.0.200.v20200611-1836].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.cvs.core [3.4.1000.v20200422-1935,3.4.1000.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.net.source [1.3.800.v20200422-1935,1.3.800.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.touchpoint.eclipse.source [2.2.800.v20210115-1344,2.2.800.v20210115-1344].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.cocoa.source [1.2.400.v20191217-1850,1.2.400.v20191217-1850].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.installer.source [1.3.100.v20210116-1855,1.3.100.v20210116-1855].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.annotations.source [1.2.100.v20210211-1236,1.2.100.v20210211-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.intro.universal.source [3.4.100.v20210108-1131,3.4.100.v20210108-1131].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.device.source [1.1.100.v20210212-1143,1.1.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.ui.source [3.8.1200.v20210204-1156,3.8.1200.v20210204-1156].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.publisher.eclipse.source [1.3.800.v20210205-1231,1.3.800.v20210205-1231].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.themes.source [1.2.1300.v20210108-1832,1.2.1300.v20210108-1832].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.source [3.7.1300.v20210114-0707,3.7.1300.v20210114-0707].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.source [1.12.100.v20210122-1731,1.12.100.v20210122-1731].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.examples.filesystem [3.5.900.v20200724-0913,3.5.900.v20200724-0913].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq 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 v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.directorywatcher [1.2.500.v20191211-1631,1.2.500.v20191211-1631].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.ide.source [3.15.200.v20210108-1832,3.15.200.v20210108-1832].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.discovery.compatibility.source [1.2.0.v20200916-1234,1.2.0.v20200916-1234].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit.runtime [3.5.500.v20210112-0706,3.5.500.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.formatterapp [1.0.0.v20200119-0748,1.0.0.v20200119-0748].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.launcher.source [1.6.100.v20201223-0822,1.6.100.v20201223-0822].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.core [1.2.200.v20210219-0944,1.2.200.v20210219-0944].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jsch.tests [1.1.600.v20200916-0731,1.1.600.v20200916-0731].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.source [3.22.100.v20210126-0831,3.22.100.v20210126-0831].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.identity [3.9.401.v20201027-0550,3.9.401.v20201027-0550].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.genericeditor.diff.extension [1.0.600.v20200212-1524,1.0.600.v20200212-1524].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.frameworkadmin.equinox [1.1.400.v20200319-1546,1.1.400.v20200319-1546].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.genericeditor.diff.extension.source [1.0.600.v20200212-1524,1.0.600.v20200212-1524].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.workbench.texteditor.tests [3.13.0.v20210118-1210,3.13.0.v20210118-1210].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.servletbridge.source [1.2.0.v20210120-1213,1.2.0.v20210120-1213].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.urischeme.source [1.1.300.v20210113-1544,1.1.300.v20210113-1544].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.editors.tests [3.12.0.v20210208-1505,3.12.0.v20210208-1505].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.sdk.scheduler [1.5.0.v20201012-1421,1.5.0.v20201012-1421].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit.core.source [3.10.1000.v20210112-0706,3.10.1000.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.source [1.10.100.v20200926-1123,1.10.100.v20200926-1123].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer.httpclient45.source [1.0.301.v20201025-0700,1.0.301.v20201025-0700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.unittest.ui.source [1.0.0.v20201121-0633,1.0.0.v20201121-0633].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.services [1.5.0.v20210115-1333,1.5.0.v20210115-1333].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.cvs [1.4.1700.v20210303-1800,1.4.1700.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.extensionlocation.source [1.3.400.v20191213-1911,1.3.400.v20191213-1911].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.ui [3.7.1200.v20210206-1820,3.7.1200.v20210206-1820].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.releng.tools [4.1.100.v20210205-2106,4.1.100.v20210205-2106].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpcore.source [4.4.12.v20200108-1212,4.4.12.v20200108-1212].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.swt.source [0.16.0.v20201230-1610,0.16.0.v20201230-1610].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ui.source [1.2.200.v20210118-0937,1.2.200.v20210118-0937].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.commons.io [2.6.0.v20190123-2029,2.6.0.v20190123-2029].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.common.source [2.22.0.v20210114-1734,2.22.0.v20210114-1734].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.ssl.source [1.2.400.v20200611-2220,1.2.400.v20200611-2220].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.observable [1.10.0.v20200730-0848,1.10.0.v20200730-0848].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.bindings [0.13.0.v20201119-1132,0.13.0.v20201119-1132].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.build.tests [1.3.0.v20210116-1249,1.3.0.v20210116-1249].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.uriSchemeHandler.source [1.1.0.v20210111-1239,1.1.0.v20210111-1239].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.event [1.6.0.v20210212-1143,1.6.0.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.console.ssh.source [1.2.800.v20210114-1556,1.2.800.v20210114-1556].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.property.source [1.8.100.v20200619-0651,1.8.100.v20200619-0651].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.console [1.1.500.v20210116-1227,1.1.500.v20210116-1227].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.notifications [0.3.0.v20210218-1820,0.3.0.v20210218-1820].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.jobs [3.10.1100.v20210111-0815,3.10.1100.v20210111-0815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.cvs.ui [3.4.900.v20200422-1935,3.4.900.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.ecore.source [2.23.0.v20200630-0516,2.23.0.v20200630-0516].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.transforms.xslt [1.2.0.v20210202-1256,1.2.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.text.quicksearch.source [1.1.0.v20210120-0733,1.1.0.v20210120-0733].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.intro.quicklinks [1.1.0.v20200724-0708,1.1.0.v20200724-0708].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.runtime.source [3.20.100.v20210111-0815,3.20.100.v20210111-0815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.text.quicksearch [1.1.0.v20210120-0733,1.1.0.v20210120-0733].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.genericeditor.extension.tests [1.1.0.v20200812-1815,1.1.0.v20200812-1815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.3.1200.v20200916-0645,1.3.1200.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.extensions.supplier.source [0.15.800.v20210110-1654,0.15.800.v20210110-1654].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.tests [3.12.100.v20210222-1101,3.12.100.v20210222-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.filetransfer.source [5.1.101.v20201025-2315,5.1.101.v20201025-2315].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.addons.swt.source [1.4.100.v20201221-2332,1.4.100.v20201221-2332].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.contributions [3.5.0.v20210111-1205,3.5.0.v20210111-1205].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.annotation.source [1.1.500.v20200407-1355,1.1.500.v20200407-1355].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui.source [3.22.100.v20210224-0730,3.22.100.v20210224-0730].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jsch.ui [1.3.1100.v20200916-0731,1.3.1100.v20200916-0731].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit.source [3.11.1100.v20210203-1102,3.11.1100.v20210203-1102].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.win32.x86_64.source [1.1.200.v20190812-0919,1.1.200.v20190812-0919].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.launcher.source [3.107.0.v20210112-0623,3.107.0.v20210112-0623].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ua.tests [1.2.0.v20200812-1819,1.2.0.v20200812-1819].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.frameworkadmin.source [2.1.400.v20191002-0702,2.1.400.v20191002-0702].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.compiler.batch [3.25.0.v20210223-0522,3.25.0.v20210223-0522].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.fieldassist [1.2.0.v20210111-1206,1.2.0.v20210111-1206].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation.source [1.14.300.v20210224-0730,1.14.300.v20210224-0730].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.genericeditor.examples [1.2.0.v20210118-1209,1.2.0.v20210118-1209].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.region [1.5.100.v20210212-1143,1.5.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.di [1.3.0.v20210222-1018,1.3.0.v20210222-1018].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.director [2.4.700.v20200511-1530,2.4.700.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.net [1.3.800.v20200422-1935,1.3.800.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filesystem.linux.aarch64.source [1.4.100.v20200805-0859,1.4.100.v20200805-0859].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq 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 v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding [1.10.100.v20200926-1123,1.10.100.v20200926-1123].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug.ui.source [3.12.200.v20210224-0638,3.12.200.v20210224-0638].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.base.source [4.3.200.v20210303-1800,4.3.200.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.json 1.0.0.7V_-7QcLWSM-EGlDdADhc0SJ4DZK to org.eclipse.equinox.p2.iu; org.eclipse.tips.json.source [0.2.0.v20210226-2208,0.2.0.v20210226-2208].; Unable to satisfy dependency from v20210503-0343.json 1.0.0.7V_-7QcLWSM-EGlDdADhc0SJ4DZK to org.eclipse.equinox.p2.iu; org.eclipse.tips.json [0.2.0.v20210226-2208,0.2.0.v20210226-2208].] 13:48:36 [WARNING] More information on the preceding warning(s) can be found here: 13:48:36 [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool 13:48:36 [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.css.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.ant.source [1.10.9.v20201106-1946,1.10.9.v20201106-1946].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.i18n [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.constants.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.ant [1.10.9.v20201106-1946,1.10.9.v20201106-1946].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.i18n.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.xmlgraphics.source [2.4.0.v20200622-2037,2.4.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.util [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.util.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient.source [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.commons.io.source [2.6.0.v20190123-2029,2.6.0.v20190123-2029].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.xmlgraphics [2.4.0.v20200622-2037,2.4.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB 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 v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.css [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.constants [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpcore.source [4.4.12.v20200108-1212,4.4.12.v20200108-1212].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.commons.io [2.6.0.v20190123-2029,2.6.0.v20190123-2029].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient.win.source [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpcore [4.4.12.v20200108-1212,4.4.12.v20200108-1212].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB 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 v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.device [1.1.100.v20210212-1143,1.1.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.transport.ecf.source [1.3.0.v20201012-1345,1.3.0.v20201012-1345].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples [3.106.1200.v20210205-1211,3.106.1200.v20210205-1211].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.compat [4.8.100.v20210102-0921,4.8.100.v20210102-0921].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui.templates [3.7.200.v20201208-0953,3.7.200.v20201208-0953].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.coordinator [1.4.0.v20210212-1143,1.4.0.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit5.runtime.source [1.0.1200.v20210112-0706,1.0.1200.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.ui.source [3.7.1200.v20210206-1820,3.7.1200.v20210206-1820].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.admin.rcp.source [1.3.0.v20210116-1855,1.3.0.v20210116-1855].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.views.properties.tabbed [3.9.100.v20201223-1348,3.9.100.v20201223-1348].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug.source [3.17.100.v20210220-1238,3.17.100.v20210220-1238].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.text.source [3.11.0.v20210203-1022,3.11.0.v20210203-1022].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.repository.source [2.5.0.v20201013-0853,2.5.0.v20201013-0853].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool.tests [1.2.900.v20201003-1926,1.2.900.v20201003-1926].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.search.tests [3.10.0.v20210118-0823,3.10.0.v20210118-0823].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.trace [1.2.0.v20210110-1242,1.2.0.v20210110-1242].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.databinding [1.12.200.v20210111-0911,1.12.200.v20210111-0911].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.common [2.22.0.v20210114-1734,2.22.0.v20210114-1734].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.2.1100.v20200916-0645,1.2.1100.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.tests [0.14.200.v20210122-1729,0.14.200.v20210122-1729].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.renderers.swt.source [0.15.0.v20201125-0918,0.15.0.v20201125-0918].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.formatterapp.source [1.0.0.v20200119-0748,1.0.0.v20200119-0748].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.net.win32.x86_64.source [1.1.500.v20190925-1337,1.1.500.v20190925-1337].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.examples.ui [1.6.400.v20200113-1549,1.6.400.v20200113-1549].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ui [1.2.200.v20210118-0937,1.2.200.v20210118-0937].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.workbench.source [3.122.100.v20210215-1525,3.122.100.v20210215-1525].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.contributions.source [3.5.0.v20210111-1205,3.5.0.v20210111-1205].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.ui [1.3.0.v20210121-0947,1.3.0.v20210121-0947].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.progress [0.3.100.v20210110-1959,0.3.100.v20210110-1959].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.22.100.v20210224-0730,3.22.100.v20210224-0730].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filebuffers.tests [3.11.600.v20200806-0713,3.11.600.v20200806-0713].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.emf.ui.source [4.6.1100.v20210210-1828,4.6.1100.v20210210-1828].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.engine [2.6.700.v20200511-1530,2.6.700.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.publisher [1.5.500.v20210211-1133,1.5.500.v20210211-1133].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tools.spies [3.108.0.v20210112-0624,3.108.0.v20210112-0624].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.garbagecollector [1.1.400.v20200221-1022,1.1.400.v20200221-1022].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.beans [1.7.200.v20210111-0759,1.7.200.v20210111-0759].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.beans.source [1.7.200.v20210111-0759,1.7.200.v20210111-0759].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.search [3.13.0.v20210212-0759,3.13.0.v20210212-0759].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.updatesite.source [1.1.500.v20210108-0738,1.1.500.v20210108-0738].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.rcp [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.junit.runtime.source [3.5.1000.v20210110-1048,3.5.1000.v20210110-1048].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.model.workbench.source [2.1.1000.v20210111-0958,2.1.1000.v20210111-0958].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.100.v20210217-1644,3.19.100.v20210217-1644].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.annotation [1.1.500.v20200407-1355,1.1.500.v20200407-1355].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.updatesite [1.1.500.v20210108-0738,1.1.500.v20210108-0738].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.urischeme [1.1.300.v20210113-1544,1.1.300.v20210113-1544].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.search.source [3.13.0.v20210212-0759,3.13.0.v20210212-0759].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.ecore [2.23.0.v20200630-0516,2.23.0.v20200630-0516].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.test.source [3.4.700.v20201111-1558,3.4.700.v20201111-1558].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.14.300.v20210224-0730,1.14.300.v20210224-0730].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.reconciler.dropins.source [1.3.500.v20210116-1855,1.3.500.v20210116-1855].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.gtk.linux.aarch64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.ui [4.2.200.v20210123-1004,4.2.200.v20210123-1004].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.util [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.core [3.6.800.v20200916-0645,3.6.800.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.swt [0.16.0.v20201230-1610,0.16.0.v20201230-1610].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.servletbridge.source [1.6.0.v20200511-1902,1.6.0.v20200511-1902].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit4.runtime.source [1.1.1500.v20210112-1623,1.1.1500.v20210112-1623].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.doc.user [3.14.1100.v20210303-1700,3.14.1100.v20210303-1700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.tests.verifier [1.3.0.v20201009-0830,1.3.0.v20201009-0830].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.ole.win32.source [3.107.400.v20191211-1033,3.107.400.v20191211-1033].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.servletbridge [1.6.0.v20200511-1902,1.6.0.v20200511-1902].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.browser.source [3.6.1100.v20210118-1327,3.6.1100.v20210118-1327].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.util.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.source [3.25.0.v20210223-0522,3.25.0.v20210223-0522].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.sdk [1.2.0.v20210114-1214,1.2.0.v20210114-1214].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.examples.databinding [1.1.500.v20200806-1041,1.1.500.v20200806-1041].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.genericeditor.extension [1.1.100.v20201207-1622,1.1.100.v20201207-1622].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.commons.io.source [2.6.0.v20190123-2029,2.6.0.v20190123-2029].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.platform.doc.isv [4.19.0.v20210303-1700,4.19.0.v20210303-1700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.genericeditor.tests [1.2.0.v20210127-1352,1.2.0.v20210127-1352].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.releng.tools.source [4.1.100.v20210205-2106,4.1.100.v20210205-2106].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ltk.ui.refactoring [3.11.300.v20210112-0706,3.11.300.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tools [3.109.0.v20210126-2343,3.109.0.v20210126-2343].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.multipageeditor [3.3.0.v20210111-1233,3.3.0.v20210111-1233].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security [1.3.600.v20210126-1005,1.3.600.v20210126-1005].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.sdk [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.views.properties.tabbed.article.source [3.3.0.v20210111-1231,3.3.0.v20210111-1231].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.propertysheet [3.4.0.v20210111-1234,3.4.0.v20210111-1234].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.common.tests [3.14.0.v20201102-2053,3.14.0.v20201102-2053].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.jarprocessor [1.1.700.v20210227-0235,1.1.700.v20210227-0235].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug [3.17.100.v20210220-1238,3.17.100.v20210220-1238].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface [3.22.100.v20210126-0831,3.22.100.v20210126-0831].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tools.base.source [3.107.300.v20190925-1155,3.107.300.v20190925-1155].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.intro [3.6.100.v20210119-2223,3.6.100.v20210119-2223].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit4.runtime [1.1.1500.v20210112-1623,1.1.1500.v20210112-1623].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.transforms.hook.source [1.3.0.v20210202-1256,1.3.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.json [0.2.0.v20210226-2208,0.2.0.v20210226-2208].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.forms.source [3.11.100.v20210108-1139,3.11.100.v20210108-1139].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help [3.8.800.v20200525-0755,3.8.800.v20200525-0755].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.services [2.2.600.v20210110-1654,2.2.600.v20210110-1654].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.emf.xpath [0.2.800.v20200609-0849,0.2.800.v20200609-0849].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit5.runtime [1.0.1200.v20210112-0706,1.0.1200.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.event.source [1.6.0.v20210212-1143,1.6.0.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.ecore.change.source [2.14.0.v20190528-0725,2.14.0.v20190528-0725].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.discovery.source [1.1.200.v20190611-1008,1.1.200.v20190611-1008].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.sdk.scheduler.source [1.5.0.v20201012-1421,1.5.0.v20201012-1421].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source [0.12.600.v20200416-0656,0.12.600.v20200416-0656].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.region.source [1.5.100.v20210212-1143,1.5.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.garbagecollector.source [1.1.400.v20200221-1022,1.1.400.v20200221-1022].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.navigator.resources.source [3.8.0.v20210209-1136,3.8.0.v20210209-1136].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.updatechecker [1.2.300.v20200222-1600,1.2.300.v20200222-1600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.intro.quicklinks.source [1.1.0.v20200724-0708,1.1.0.v20200724-0708].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tools.layout.spy.source [1.1.0.v20210110-1247,1.1.0.v20210110-1247].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.annotations [1.2.100.v20210211-1236,1.2.100.v20210211-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.ide [3.15.200.v20210108-1832,3.15.200.v20210108-1832].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tests [3.106.1200.v20210215-0807,3.106.1200.v20210215-0807].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug.tests [3.11.1200.v20210220-0633,3.11.1200.v20210220-0633].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.property [1.8.100.v20200619-0651,1.8.100.v20200619-0651].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.text.tests [3.12.800.v20210122-1614,3.12.800.v20210122-1614].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.monitoring [1.2.0.v20210111-1353,1.2.0.v20210111-1353].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.externaltools [1.1.800.v20201105-0600,1.1.800.v20201105-0600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.views [3.107.0.v20210112-0615,3.107.0.v20210112-0615].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.pluggable.core [1.2.500.v20200322-1447,1.2.500.v20200322-1447].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.linux.x86_64.source [1.1.500.v20210125-1508,1.1.500.v20210125-1508].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.cocoa.macosx.x86_64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.source [3.106.1200.v20210205-1211,3.106.1200.v20210205-1211].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.preferences [3.8.200.v20210212-1143,3.8.200.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.ide.source [3.18.100.v20210122-1536,3.18.100.v20210122-1536].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.tests.databinding.conformance [1.3.300.v20200925-1253,1.3.300.v20200925-1253].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.jobs.source [3.10.1100.v20210111-0815,3.10.1100.v20210111-0815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.admin [1.2.0.v20210114-1210,1.2.0.v20210114-1210].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.editors.source [3.14.0.v20210215-0846,3.14.0.v20210215-0846].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.publisher.eclipse [1.3.800.v20210205-1231,1.3.800.v20210205-1231].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tests.urischeme [1.0.1000.v20210113-1544,1.0.1000.v20210113-1544].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.console.source [1.4.300.v20210211-2058,1.4.300.v20210211-2058].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tools.base [3.107.300.v20190925-1155,3.107.300.v20190925-1155].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.css.swt.theme.source [0.13.0.v20201026-1147,0.13.0.v20201026-1147].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.artifact.repository.source [1.4.0.v20210129-2007,1.4.0.v20210129-2007].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient.win.source [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.update.configurator [3.4.700.v20200907-1237,3.4.700.v20200907-1237].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.examples.core [1.4.800.v20200617-1142,1.4.800.v20200617-1142].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.core [3.18.0.v20210222-1101,3.18.0.v20210222-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.console.jaas.fragment [1.1.0.v20210202-1256,1.1.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.tests.databinding [1.9.600.v20200925-1253,1.9.600.v20200925-1253].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.runtime [3.7.100.v20210208-1005,3.7.100.v20210208-1005].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.console [3.10.100.v20201211-1511,3.10.100.v20201211-1511].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.junit.runtime [3.5.1000.v20210110-1048,3.5.1000.v20210110-1048].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.tests [3.4.800.v20200916-0645,3.4.800.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.annotation [2.2.600.v20200408-1511,2.2.600.v20200408-1511].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.simpleconfigurator [1.3.600.v20200721-1308,1.3.600.v20200721-1308].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.net.source [1.3.1000.v20200715-0827,1.3.1000.v20200715-0827].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.identity.source [3.9.401.v20201027-0550,3.9.401.v20201027-0550].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ltk.ui.refactoring.source [3.11.300.v20210112-0706,3.11.300.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.expressions.tests [3.5.900.v20200720-1126,3.5.900.v20200720-1126].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.trace.source [1.2.0.v20210110-1242,1.2.0.v20210110-1242].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.cvs.ui.source [3.4.900.v20200422-1935,3.4.900.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt [3.18.700.v20210303-1800,3.18.700.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.variables.source [3.4.800.v20200120-1101,3.4.800.v20200120-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.genericeditor.extension.source [1.1.100.v20201207-1622,1.1.100.v20201207-1622].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.director.app [1.1.600.v20200511-1530,1.1.600.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.source [2.7.0.v20210114-1216,2.7.0.v20210114-1216].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.annotations.source [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.frameworkadmin.equinox.source [1.1.400.v20200319-1546,1.1.400.v20200319-1546].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.log.stream [1.0.300.v20200828-1034,1.0.300.v20200828-1034].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.ds.tests [1.6.0.v20210202-1157,1.6.0.v20210202-1157].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.platform.source [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.forms [3.11.100.v20210108-1139,3.11.100.v20210108-1139].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.cm.source [1.5.0.v20210202-1256,1.5.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.cm [1.5.0.v20210202-1256,1.5.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.examples.ui.source [1.6.400.v20200113-1549,1.6.400.v20200113-1549].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.dialogs [1.2.100.v20201109-2317,1.2.100.v20201109-2317].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.swt.gtk.source [1.1.100.v20210108-1832,1.1.100.v20210108-1832].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.views [3.11.0.v20210111-1351,3.11.0.v20210111-1351].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jsch.core.source [1.3.900.v20200422-1935,1.3.900.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.launcher [1.6.100.v20201223-0822,1.6.100.v20201223-0822].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpcore [4.4.12.v20200108-1212,4.4.12.v20200108-1212].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.externaltools [3.4.900.v20201105-0600,3.4.900.v20201105-0600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.simpleconfigurator.source [1.3.600.v20200721-1308,1.3.600.v20200721-1308].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.doc.isv [3.14.1100.v20210303-1700,3.14.1100.v20210303-1700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.ecore.change [2.14.0.v20190528-0725,2.14.0.v20190528-0725].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.test.performance.win32 [3.1.400.v20200911-1853,3.1.400.v20200911-1853].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui.unittest.junit [1.0.0.v20201120-2059,1.0.0.v20201120-2059].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.source [4.9.0.v20200923-1123,4.9.0.v20200923-1123].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.servlet.source [1.7.0.v20210202-1229,1.7.0.v20210202-1229].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui.templates.source [3.7.200.v20201208-0953,3.7.200.v20201208-0953].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.jsp.jasper.source [1.1.500.v20200422-1833,1.1.500.v20200422-1833].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.launching [3.9.200.v20201208-1742,3.9.200.v20201208-1742].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.examples.xml.source [3.4.1200.v20201104-1051,3.4.1200.v20201104-1051].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ua.core [1.2.200.v20210208-1459,1.2.200.v20210208-1459].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.cheatsheets [3.7.200.v20210121-1039,3.7.200.v20210121-1039].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.core [3.14.200.v20210208-1154,3.14.200.v20210208-1154].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.tests.discovery [1.2.0.v20180827-1244,1.2.0.v20180827-1244].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.bidi.tests [1.2.0.v20200810-0901,1.2.0.v20200810-0901].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.common [3.14.100.v20210212-1143,3.14.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.installer [1.3.100.v20210116-1855,1.3.100.v20210116-1855].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.ide.source [0.2.0.v20201120-1551,0.2.0.v20201120-1551].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.examples [3.2.500.v20200422-1935,3.2.500.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq 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 v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.weaving.caching.j9 [1.2.0.v20210202-1256,1.2.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.tests [3.6.900.v20200422-1935,3.6.900.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.tests.harness [3.11.900.v20210111-0815,3.11.900.v20210111-0815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.sdk.examples.source [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.externaltools.source [3.4.900.v20201105-0600,3.4.900.v20201105-0600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.metatype.source [1.6.0.v20210212-1143,1.6.0.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.win32.source [3.4.400.v20200414-1247,3.4.400.v20200414-1247].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ua.tests.doc [1.1.0.v20200804-1321,1.1.0.v20200804-1321].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.jetty.source [3.7.600.v20210224-2143,3.7.600.v20210224-2143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.examples.filesystem.source [3.5.900.v20200724-0913,3.5.900.v20200724-0913].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.services.source [1.5.0.v20210115-1333,1.5.0.v20210115-1333].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.directorywatcher.source [1.2.500.v20191211-1631,1.2.500.v20191211-1631].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.useradmin [1.2.100.v20210212-1143,1.2.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.extensions.supplier [0.15.800.v20210110-1654,0.15.800.v20210110-1654].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.jetty [3.7.600.v20210224-2143,3.7.600.v20210224-2143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.platform [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.discovery [1.1.200.v20190611-1008,1.1.200.v20190611-1008].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui.tests [3.13.1300.v20210222-1616,3.13.1300.v20210222-1616].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.tests.binaries [1.0.200.v20160420-0732,1.0.200.v20160420-0732].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.base [4.3.200.v20210303-1800,4.3.200.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.tests.css.core [1.301.0.v20201125-1930,1.301.0.v20201125-1930].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.publisher.source [1.5.500.v20210211-1133,1.5.500.v20210211-1133].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.bidi [1.3.100.v20210212-1143,1.3.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.concurrent.source [1.2.0.v20210202-1157,1.2.0.v20210202-1157].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tools.spies.source [3.108.0.v20210112-0624,3.108.0.v20210112-0624].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.di.source [1.3.0.v20210222-1018,1.3.0.v20210222-1018].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.core.source [3.14.200.v20210208-1154,3.14.200.v20210208-1154].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.frameworkadmin.test [1.2.500.v20200319-1546,1.2.500.v20200319-1546].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.resources.source [3.14.0.v20210215-0934,3.14.0.v20210215-0934].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.core [0.1.600.v20191123-0656,0.1.600.v20191123-0656].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.intro.source [3.6.100.v20210119-2223,3.6.100.v20210119-2223].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug.ui [3.12.200.v20210224-0638,3.12.200.v20210224-0638].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.source [3.8.800.v20200525-0755,3.8.800.v20200525-0755].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.annotations [1.6.600.v20191216-2352,1.6.600.v20191216-2352].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.tests [1.2.0.v20210111-0815,1.2.0.v20210111-0815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.importexport.source [1.3.0.v20210217-1009,1.3.0.v20210217-1009].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.core.source [1.2.200.v20210219-0944,1.2.200.v20210219-0944].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.extensions [0.16.0.v20200507-0938,0.16.0.v20200507-0938].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.tests.core [3.8.1000.v20200611-0145,3.8.1000.v20200611-0145].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.registry.source [1.2.0.v20200614-1851,1.2.0.v20200614-1851].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.ant [1.10.9.v20201106-1946,1.10.9.v20201106-1946].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.views.source [3.107.0.v20210112-0615,3.107.0.v20210112-0615].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.touchpoint.natives [1.3.600.v20200511-1530,1.3.600.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.simpleconfigurator.manipulator.source [2.1.500.v20200211-1505,2.1.500.v20200211-1505].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.source [1.3.600.v20210126-1005,1.3.600.v20210126-1005].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt.tests [1.1.1400.v20200916-0645,1.1.1400.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.ui.source [0.1.1100.v20200915-1102,0.1.1100.v20200915-1102].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.jdt.templates.source [4.8.400.v20191115-2149,4.8.400.v20191115-2149].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.fieldassist.source [1.2.0.v20210111-1206,1.2.0.v20210111-1206].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.ide [3.18.100.v20210122-1536,3.18.100.v20210122-1536].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.operations [2.5.1000.v20201106-1246,2.5.1000.v20201106-1246].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ua.tests [3.5.0.v20200724-0708,3.5.0.v20200724-0708].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.director.source [2.4.700.v20200511-1530,2.4.700.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; com.sun.jna.source [4.5.1.v20190425-1842,4.5.1.v20190425-1842].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.win32.win32.x86_64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.weaving.hook [1.3.0.v20210202-1256,1.3.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.coordinator.source [1.4.0.v20210212-1143,1.4.0.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ltk.core.refactoring.tests [3.8.1100.v20201228-1242,3.8.1100.v20201228-1242].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.views.log [1.2.1400.v20210122-1423,1.2.1400.v20210122-1423].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ee.cdcfoundation11 [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.commands.source [0.13.0.v20201119-1132,0.13.0.v20201119-1132].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.genericeditor.examples.source [1.2.0.v20210118-1209,1.2.0.v20210118-1209].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.rcp [3.5.0.v20210111-1217,3.5.0.v20210111-1217].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.engine.source [2.6.700.v20200511-1530,2.6.700.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.monitoring.source [1.2.0.v20210111-1353,1.2.0.v20210111-1353].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ua.core.source [1.2.200.v20210208-1459,1.2.200.v20210208-1459].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.tests [1.8.100.v20210119-1645,1.8.100.v20210119-1645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.performance [1.4.0.v20210111-1217,1.4.0.v20210111-1217].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.ide.application [1.4.0.v20210122-1423,1.4.0.v20210122-1423].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.extensions.source [0.16.0.v20200507-0938,0.16.0.v20200507-0938].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.tests.builder [3.10.1100.v20201119-0905,3.10.1100.v20201119-0905].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ee.cdcfoundation10 [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.console [1.4.300.v20210211-2058,1.4.300.v20210211-2058].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench3.source [0.15.500.v20201021-1339,0.15.500.v20201021-1339].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.app [1.5.100.v20210212-1143,1.5.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.xmlgraphics [2.4.0.v20200622-2037,2.4.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.tests.resources [3.10.1200.v20210212-1120,3.10.1200.v20210212-1120].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.views.log.source [1.2.1400.v20210122-1423,1.2.1400.v20210122-1423].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.tests.runtime [3.19.100.v20210212-0931,3.19.100.v20210212-0931].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.intro.universal [3.4.100.v20210108-1131,3.4.100.v20210108-1131].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.ui [3.14.800.v20210222-1101,3.14.800.v20210222-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.progress.source [0.3.100.v20210110-1959,0.3.100.v20210110-1959].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.themes [1.2.1300.v20210108-1832,1.2.1300.v20210108-1832].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.services [4.8.400.v20200217-1142,4.8.400.v20200217-1142].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.ui.source [1.3.0.v20210121-0947,1.3.0.v20210121-0947].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit [3.11.1100.v20210203-1102,3.11.1100.v20210203-1102].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jsch.ui.source [1.3.1100.v20200916-0731,1.3.1100.v20200916-0731].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.widgets.source [1.2.800.v20201021-1339,1.2.800.v20201021-1339].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.navigator [3.6.0.v20210111-1217,3.6.0.v20210111-1217].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.bindings.source [0.13.0.v20201119-1132,0.13.0.v20201119-1132].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.css [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.console.ssh [1.2.800.v20210114-1556,1.2.800.v20210114-1556].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.tests.ui [1.3.100.v20210209-0728,1.3.100.v20210209-0728].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.workbench.texteditor [3.16.0.v20210120-0733,3.16.0.v20210120-0733].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.operations.source [2.5.1000.v20201106-1246,2.5.1000.v20201106-1246].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer [3.2.601.v20201025-0700,3.2.601.v20201025-0700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.tests.model [3.10.1500.v20210223-0522,3.10.1500.v20210223-0522].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.forms [3.9.0.v20210111-1213,3.9.0.v20210111-1213].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.harness [1.8.0.v20210111-1217,1.8.0.v20210111-1217].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.tests.cvs.core [3.4.1100.v20200611-0145,3.4.1100.v20200611-0145].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.repository.tools [2.2.600.v20210114-1107,2.2.600.v20210114-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.contexts [1.8.400.v20191217-1710,1.8.400.v20191217-1710].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.css.core [0.13.0.v20201015-0653,0.13.0.v20201015-0653].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di [1.7.700.v20210128-2123,1.7.700.v20210128-2123].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.dialogs.source [1.2.100.v20201109-2317,1.2.100.v20201109-2317].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.weaving.caching [1.2.0.v20210202-1256,1.2.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.concurrent [1.2.0.v20210202-1157,1.2.0.v20210202-1157].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.net.linux.x86_64.source [1.2.400.v20190924-1023,1.2.400.v20190924-1023].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools [4.9.0.v20200923-1123,4.9.0.v20200923-1123].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.metadata.repository [1.3.500.v20210108-0738,1.3.500.v20210108-0738].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit.runtime.source [3.5.500.v20210112-0706,3.5.500.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.genericeditor.source [1.2.0.v20210129-1224,1.2.0.v20210129-1224].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.examples.databinding.source [1.1.500.v20200806-1041,1.1.500.v20200806-1041].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jsch.core [1.3.900.v20200422-1935,1.3.900.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.ide [0.2.0.v20201120-1551,0.2.0.v20201120-1551].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.model.workbench [2.1.1000.v20210111-0958,2.1.1000.v20210111-0958].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.widgets [1.2.800.v20201021-1339,1.2.800.v20201021-1339].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.filetransfer [5.1.101.v20201025-2315,5.1.101.v20201025-2315].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.uriSchemeHandler [1.1.0.v20210111-1239,1.1.0.v20210111-1239].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.annotations [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.tests.ui [3.9.1100.v20210108-1849,3.9.1100.v20210108-1849].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ltk.ui.refactoring.tests [3.9.800.v20210101-2007,3.9.800.v20210101-2007].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.core [3.6.1000.v20201020-1107,3.6.1000.v20201020-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.multipageeditor.source [3.3.0.v20210111-1233,3.3.0.v20210111-1233].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.ecore.xmi.source [2.16.0.v20190528-0725,2.16.0.v20190528-0725].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.10.1000.v20210130-0813,3.10.1000.v20210130-0813].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui.templates.tests [1.1.0.v20200812-1814,1.1.0.v20200812-1814].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer.httpclient45 [1.0.301.v20201025-0700,1.0.301.v20201025-0700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.core.source [3.8.1100.v20200806-0621,3.8.1100.v20200806-0621].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.emf.ui [4.6.1100.v20210210-1828,4.6.1100.v20210210-1828].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.jsp.jasper.registry [1.1.400.v20200422-1833,1.1.400.v20200422-1833].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.core.source [3.18.0.v20210222-1101,3.18.0.v20210222-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ltk.core.refactoring [3.11.300.v20210208-1217,3.11.300.v20210208-1217].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.jdt.templates [4.8.400.v20191115-2149,4.8.400.v20191115-2149].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui [3.13.0.v20210209-0833,3.13.0.v20210209-0833].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.lib [1.1.500.v20210209-1250,1.1.500.v20210209-1250].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.log.stream.source [1.0.300.v20200828-1034,1.0.300.v20200828-1034].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.readmetool [3.6.0.v20210111-1232,3.6.0.v20210111-1232].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui.source [3.13.0.v20210209-0833,3.13.0.v20210209-0833].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.examples.source [3.2.500.v20200422-1935,3.2.500.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.discovery.compatibility [1.2.0.v20200916-1234,1.2.0.v20200916-1234].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.supplement.source [1.10.100.v20210212-1137,1.10.100.v20210212-1137].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.launching [1.2.1000.v20200610-1458,1.2.1000.v20200610-1458].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.undo [3.4.0.v20210111-1227,3.4.0.v20210111-1227].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.core [3.5.800.v20200608-1251,3.5.800.v20200608-1251].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.frameworkadmin [2.1.400.v20191002-0702,2.1.400.v20191002-0702].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.metatype [1.6.0.v20210212-1143,1.6.0.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.touchpoint.natives.source [1.3.600.v20200511-1530,1.3.600.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.emf.xpath.source [0.2.800.v20200609-0849,0.2.800.v20200609-0849].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.macosx.source [1.101.300.v20210212-1601,1.101.300.v20210212-1601].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.common.source [3.14.100.v20210212-1143,3.14.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.admin.rcp [1.3.0.v20210116-1855,1.3.0.v20210116-1855].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit.core [3.10.1000.v20210112-0706,3.10.1000.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.junit.runtime.tests [3.6.200.v20201208-1742,3.6.200.v20201208-1742].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.platform.doc.user [4.19.0.v20210303-0957,4.19.0.v20210303-0957].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.25.0.v20210223-0522,3.25.0.v20210223-0522].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.console.source [3.10.100.v20201211-1511,3.10.100.v20201211-1511].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.webapp [3.10.200.v20210222-1057,3.10.200.v20210222-1057].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.commands.source [3.9.800.v20201021-1339,3.9.800.v20201021-1339].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.bindings.tests [0.13.0.v20210111-1226,0.13.0.v20210111-1226].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.useradmin.source [1.2.100.v20210212-1143,1.2.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.metadata.repository.source [1.3.500.v20210108-0738,1.3.500.v20210108-0738].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.jsp.jasper [1.1.500.v20200422-1833,1.1.500.v20200422-1833].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.touchpoint.eclipse [2.2.800.v20210115-1344,2.2.800.v20210115-1344].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.workbench [3.122.100.v20210215-1525,3.122.100.v20210215-1525].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf [3.9.101.v20201027-0547,3.9.101.v20201027-0547].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.readmetool.source [3.6.0.v20210111-1232,3.6.0.v20210111-1232].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.cvs.ssh2.source [3.3.800.v20200422-1935,3.3.800.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.source [3.119.0.v20210111-1350,3.119.0.v20210111-1350].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.editors [3.14.0.v20210215-0846,3.14.0.v20210215-0846].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.app.source [1.5.100.v20210212-1143,1.5.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching.source [3.19.100.v20210217-1644,3.19.100.v20210217-1644].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.emf.editor3x.source [4.7.600.v20200723-1429,4.7.600.v20200723-1429].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.doc.user [3.15.1000.v20210302-1902,3.15.1000.v20210302-1902].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.navigator.source [3.10.0.v20210111-1352,3.10.0.v20210111-1352].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filebuffers [3.6.1100.v20201029-1159,3.6.1100.v20201029-1159].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.javaeditor.source [3.3.0.v20210118-1208,3.3.0.v20210118-1208].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.bidi.source [1.3.100.v20210212-1143,1.3.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.console.source [1.1.500.v20210116-1227,1.1.500.v20210116-1227].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.sdk.examples [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filesystem [1.7.700.v20200110-1734,1.7.700.v20200110-1734].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching.macosx.source [3.4.500.v20200116-2251,3.4.500.v20200116-2251].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.services.source [4.8.400.v20200217-1142,4.8.400.v20200217-1142].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.examples.xml [3.4.1200.v20201104-1051,3.4.1200.v20201104-1051].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.services.source [2.2.600.v20210110-1654,2.2.600.v20210110-1654].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.i18n.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.transport.ecf [1.3.0.v20201012-1345,1.3.0.v20201012-1345].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer.source [3.2.601.v20201025-0700,3.2.601.v20201025-0700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.servletbridge [1.2.0.v20210120-1213,1.2.0.v20210120-1213].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.tests [1.1.400.v20210212-1600,1.1.400.v20210212-1600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filesystem.source [1.7.700.v20200110-1734,1.7.700.v20200110-1734].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.ui.source [3.14.800.v20210222-1101,3.14.800.v20210222-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source [1.0.300.v20200816-1842,1.0.300.v20200816-1842].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tools.source [3.109.0.v20210126-2343,3.109.0.v20210126-2343].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.gtk.linux.ppc64le.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.discovery.source [1.2.0.v20200916-1234,1.2.0.v20200916-1234].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.supplement [1.10.100.v20210212-1137,1.10.100.v20210212-1137].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.json.source [0.2.0.v20210226-2208,0.2.0.v20210226-2208].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui [2.7.0.v20210114-1216,2.7.0.v20210114-1216].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.preferences.source [3.8.200.v20210212-1143,3.8.200.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.weaving.hook.source [1.3.0.v20210202-1256,1.3.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.webapp.source [3.10.200.v20210222-1057,3.10.200.v20210222-1057].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.navigator.resources [3.8.0.v20210209-1136,3.8.0.v20210209-1136].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.source [1.2.300.v20210205-1814,1.2.300.v20210205-1814].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.commands.tests [0.13.0.v20210111-1203,0.13.0.v20210111-1203].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.browser [3.6.1100.v20210118-1327,3.6.1100.v20210118-1327].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.views.source [3.11.0.v20210111-1351,3.11.0.v20210111-1351].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.ssl [1.2.400.v20200611-2220,1.2.400.v20200611-2220].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.css.swt.theme [0.13.0.v20201026-1147,0.13.0.v20201026-1147].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ua.ui.source [1.2.100.v20201105-1530,1.2.100.v20201105-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.propertysheet.source [3.4.0.v20210111-1234,3.4.0.v20210111-1234].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.css.swt [0.14.100.v20201217-1340,0.14.100.v20201217-1340].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.annotations.source [1.6.600.v20191216-2352,1.6.600.v20191216-2352].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.registry [3.10.100.v20210212-1143,3.10.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.text.tests [3.13.1200.v20210211-1854,3.13.1200.v20210211-1854].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.ui [0.1.1100.v20200915-1102,0.1.1100.v20200915-1102].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.css.core.source [0.13.0.v20201015-0653,0.13.0.v20201015-0653].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.text.tests [3.12.0.v20210118-0712,3.12.0.v20210118-0712].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.core.source [0.1.600.v20191123-0656,0.1.600.v20191123-0656].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.text [3.17.0.v20210213-0904,3.17.0.v20210213-0904].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ee.osgiminimum11 [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.repository [2.5.0.v20201013-0853,2.5.0.v20201013-0853].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ltk.core.refactoring.source [3.11.300.v20210208-1217,3.11.300.v20210208-1217].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.text [3.11.0.v20210203-1022,3.11.0.v20210203-1022].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.core [2.6.300.v20200211-1504,2.6.300.v20200211-1504].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds1_2.lib.source [1.0.500.v20210209-1250,1.0.500.v20210209-1250].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.pluggable.tests [3.4.900.v20200820-0620,3.4.900.v20200820-0620].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.browser.chromium.gtk.linux.x86_64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.ui [3.6.500.v20200828-1336,3.6.500.v20200828-1336].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.constants [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ee.osgiminimum12 [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.genericeditor [1.2.0.v20210129-1224,1.2.0.v20210129-1224].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.commands [0.13.0.v20201119-1132,0.13.0.v20201119-1132].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.views.properties.tabbed.article [3.3.0.v20210111-1231,3.3.0.v20210111-1231].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.sdk.tests [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.source [3.9.101.v20201027-0547,3.9.101.v20201027-0547].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.tests [1.2.200.v20201216-0752,1.2.200.v20201216-0752].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.servlet.tests [1.8.100.v20201204-1648,1.8.100.v20201204-1648].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.tests.core [3.5.800.v20201116-0929,3.5.800.v20201116-0929].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.test [3.4.700.v20201111-1558,3.4.700.v20201111-1558].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.win32.source [1.2.800.v20200127-1343,1.2.800.v20200127-1343].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.views.properties.tabbed [3.7.0.v20210111-1224,3.7.0.v20210111-1224].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.launching.source [1.2.1000.v20200610-1458,1.2.1000.v20200610-1458].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.optional.junit [3.3.300.v20180822-0818,3.3.300.v20180822-0818].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.workbench.texteditor.source [3.16.0.v20210120-0733,3.16.0.v20210120-0733].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.resources [3.14.0.v20210215-0934,3.14.0.v20210215-0934].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.transforms.xslt.source [1.2.0.v20210202-1256,1.2.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.databinding.source [1.12.200.v20210111-0911,1.12.200.v20210111-0911].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.admin.source [1.2.0.v20210114-1210,1.2.0.v20210114-1210].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.undo.source [3.4.0.v20210111-1227,3.4.0.v20210111-1227].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.core.source [3.6.800.v20200916-0645,3.6.800.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.browser.demos [3.107.0.v20210112-0622,3.107.0.v20210112-0622].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.source [1.7.700.v20210128-2123,1.7.700.v20210128-2123].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.servlet [1.7.0.v20210202-1229,1.7.0.v20210202-1229].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ee.osgiminimum10 [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.core [3.8.1100.v20200806-0621,3.8.1100.v20200806-0621].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.tests.css.swt [0.11.0.v20201125-1930,0.11.0.v20201125-1930].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.metadata.source [2.5.100.v20200908-1020,2.5.100.v20200908-1020].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching.ui.macosx.source [1.2.600.v20200204-1737,1.2.600.v20200204-1737].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.importexport [1.3.0.v20210217-1009,1.3.0.v20210217-1009].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.browser.demos.source [3.107.0.v20210112-0622,3.107.0.v20210112-0622].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.ide.application.source [1.4.0.v20210122-1423,1.4.0.v20210122-1423].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.core.source [3.5.800.v20200608-1251,3.5.800.v20200608-1251].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.simpleconfigurator.manipulator [2.1.500.v20200211-1505,2.1.500.v20200211-1505].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.launching.source [3.9.200.v20201208-1742,3.9.200.v20201208-1742].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.ui [3.8.1200.v20210204-1156,3.8.1200.v20210204-1156].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.test.performance [3.17.100.v20210108-0914,3.17.100.v20210108-0914].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.ecore.xmi [2.16.0.v20190528-0725,2.16.0.v20190528-0725].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.tests [1.2.0.v20200812-1820,1.2.0.v20200812-1820].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.director.app.source [1.1.600.v20200511-1530,1.1.600.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.renderers.swt [0.15.0.v20201125-0918,0.15.0.v20201125-0918].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.notifications.source [0.3.0.v20210218-1820,0.3.0.v20210218-1820].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.examples.core.source [1.4.800.v20200617-1142,1.4.800.v20200617-1142].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare [3.7.1300.v20210114-0707,3.7.1300.v20210114-0707].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.jarprocessor.source [1.1.700.v20210227-0235,1.1.700.v20210227-0235].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde [3.13.1400.v20210303-1800,3.13.1400.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.extensionlocation [1.3.400.v20191213-1911,1.3.400.v20191213-1911].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.cvs.ssh2 [3.3.800.v20200422-1935,3.3.800.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.pluginchecks [1.1.0.v20210111-1222,1.1.0.v20210111-1222].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.addons.swt [1.4.100.v20201221-2332,1.4.100.v20201221-2332].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; com.sun.jna [4.5.1.v20190425-1842,4.5.1.v20190425-1842].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.ui.source [4.2.200.v20210123-1004,4.2.200.v20210123-1004].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.discovery [1.2.0.v20200916-1234,1.2.0.v20200916-1234].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.runtime [3.20.100.v20210111-0815,3.20.100.v20210111-0815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.contenttype [3.7.900.v20210111-0918,3.7.900.v20210111-0918].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.reconciler.dropins [1.3.500.v20210116-1855,1.3.500.v20210116-1855].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.core.source [2.6.300.v20200211-1504,2.6.300.v20200211-1504].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.swt.win32.source [1.1.0.v20201119-1132,1.1.0.v20201119-1132].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.jsp.jasper.registry.source [1.1.400.v20200422-1833,1.1.400.v20200422-1833].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.linux.source [1.0.0.v20210121-0922,1.0.0.v20210121-0922].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.emf.editor3x [4.7.600.v20200723-1429,4.7.600.v20200723-1429].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt.source [1.3.1200.v20200916-0645,1.3.1200.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests [3.15.100.v20210223-1305,3.15.100.v20210223-1305].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.core.source [3.6.1000.v20201020-1107,3.6.1000.v20201020-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.gtk.linux.x86_64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.contenttype.source [3.7.900.v20210111-0918,3.7.900.v20210111-0918].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.externaltools.source [1.1.800.v20201105-0600,1.1.800.v20201105-0600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.300.v20210205-1814,1.2.300.v20210205-1814].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.navigator [3.10.0.v20210111-1352,3.10.0.v20210111-1352].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ua.ui [1.2.100.v20201105-1530,1.2.100.v20201105-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.registry [1.2.0.v20200614-1851,1.2.0.v20200614-1851].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.sdk.source [1.2.0.v20210114-1214,1.2.0.v20210114-1214].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tools.layout.spy [1.1.0.v20210110-1247,1.1.0.v20210110-1247].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.transforms.hook [1.3.0.v20210202-1256,1.3.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.preferences.tests [3.9.0.v20210202-1256,3.9.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui.tests [3.11.200.v20210213-1943,3.11.200.v20210213-1943].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench [1.12.100.v20210122-1731,1.12.100.v20210122-1731].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.runtime.source [3.7.100.v20210208-1005,3.7.100.v20210208-1005].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.css.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.tests.net [1.4.700.v20200611-1812,1.4.700.v20200611-1812].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool.source [1.2.1100.v20200916-0645,1.2.1100.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.lib.source [1.1.500.v20210209-1250,1.1.500.v20210209-1250].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.text.quicksearch.tests [1.1.0.v20210210-1656,1.1.0.v20210210-1656].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.tests.performance [3.10.800.v20200921-1515,3.10.800.v20200921-1515].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.ui.source [1.2.0.v20200813-0954,1.2.0.v20200813-0954].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.annotation.source [2.2.600.v20200408-1511,2.2.600.v20200408-1511].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.expressions [3.7.100.v20210203-1000,3.7.100.v20210203-1000].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.weaving.caching.source [1.2.0.v20210202-1256,1.2.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.cvs.core.source [3.4.1000.v20200422-1935,3.4.1000.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.weaving.caching.j9.source [1.2.0.v20210202-1256,1.2.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.tests [1.3.0.v20210111-1349,1.3.0.v20210111-1349].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.net [1.3.1000.v20200715-0827,1.3.1000.v20200715-0827].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.css.swt.source [0.14.100.v20201217-1340,0.14.100.v20201217-1340].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer.ssl [1.0.200.v20200611-1836,1.0.200.v20200611-1836].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds1_2.lib [1.0.500.v20210209-1250,1.0.500.v20210209-1250].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.browser.chromium.win32.win32.x86_64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.pluggable.core.source [1.2.500.v20200322-1447,1.2.500.v20200322-1447].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filebuffers.source [3.6.1100.v20201029-1159,3.6.1100.v20201029-1159].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.ole.win32 [3.107.400.v20191211-1033,3.107.400.v20191211-1033].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq 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 v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.views.properties.tabbed.source [3.9.100.v20201223-1348,3.9.100.v20201223-1348].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.text.source [3.17.0.v20210213-0904,3.17.0.v20210213-0904].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.repository.tools.source [2.2.600.v20210114-1107,2.2.600.v20210114-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.variables [3.4.800.v20200120-1101,3.4.800.v20200120-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.registry.source [3.10.100.v20210212-1143,3.10.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.expressions.source [3.7.100.v20210203-1000,3.7.100.v20210203-1000].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.update.configurator.source [3.4.700.v20200907-1237,3.4.700.v20200907-1237].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.commands [3.9.800.v20201021-1339,3.9.800.v20201021-1339].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.compat.source [4.8.100.v20210102-0921,4.8.100.v20210102-0921].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.ant.source [1.10.9.v20201106-1946,1.10.9.v20201106-1946].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.launcher [3.107.0.v20210112-0623,3.107.0.v20210112-0623].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.i18n [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.constants.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.tests.compiler [3.12.1500.v20210217-0737,3.12.1500.v20210217-0737].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui [3.119.0.v20210111-1350,3.119.0.v20210111-1350].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.ui [1.2.0.v20200813-0954,1.2.0.v20200813-0954].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.releng.tests [3.5.0.v20200923-1916,3.5.0.v20200923-1916].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.javaeditor [3.3.0.v20210118-1208,3.3.0.v20210118-1208].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.ui.source [3.6.500.v20200828-1336,3.6.500.v20200828-1336].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.xmlgraphics.source [2.4.0.v20200622-2037,2.4.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.observable.source [1.10.0.v20200730-0848,1.10.0.v20200730-0848].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.build.source [3.10.1000.v20210130-0813,3.10.1000.v20210130-0813].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.metadata [2.5.100.v20200908-1020,2.5.100.v20200908-1020].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench3 [0.15.500.v20201021-1339,0.15.500.v20201021-1339].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.contexts.source [1.8.400.v20191217-1710,1.8.400.v20191217-1710].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.cheatsheets.source [3.7.200.v20210121-1039,3.7.200.v20210121-1039].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.updatechecker.source [1.2.300.v20200222-1600,1.2.300.v20200222-1600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui.tests.refactoring [3.13.1300.v20210222-1616,3.13.1300.v20210222-1616].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient.source [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.unittest.ui [1.0.0.v20201121-0633,1.0.0.v20201121-0633].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.artifact.repository [1.4.0.v20210129-2007,1.4.0.v20210129-2007].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer.ssl.source [1.0.200.v20200611-1836,1.0.200.v20200611-1836].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.cvs.core [3.4.1000.v20200422-1935,3.4.1000.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.net.source [1.3.800.v20200422-1935,1.3.800.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.touchpoint.eclipse.source [2.2.800.v20210115-1344,2.2.800.v20210115-1344].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.cocoa.source [1.2.400.v20191217-1850,1.2.400.v20191217-1850].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.installer.source [1.3.100.v20210116-1855,1.3.100.v20210116-1855].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.annotations.source [1.2.100.v20210211-1236,1.2.100.v20210211-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.intro.universal.source [3.4.100.v20210108-1131,3.4.100.v20210108-1131].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.device.source [1.1.100.v20210212-1143,1.1.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.ui.source [3.8.1200.v20210204-1156,3.8.1200.v20210204-1156].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.publisher.eclipse.source [1.3.800.v20210205-1231,1.3.800.v20210205-1231].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.themes.source [1.2.1300.v20210108-1832,1.2.1300.v20210108-1832].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.source [3.7.1300.v20210114-0707,3.7.1300.v20210114-0707].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.source [1.12.100.v20210122-1731,1.12.100.v20210122-1731].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.examples.filesystem [3.5.900.v20200724-0913,3.5.900.v20200724-0913].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq 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 v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.directorywatcher [1.2.500.v20191211-1631,1.2.500.v20191211-1631].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.ide.source [3.15.200.v20210108-1832,3.15.200.v20210108-1832].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.discovery.compatibility.source [1.2.0.v20200916-1234,1.2.0.v20200916-1234].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit.runtime [3.5.500.v20210112-0706,3.5.500.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.formatterapp [1.0.0.v20200119-0748,1.0.0.v20200119-0748].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.launcher.source [1.6.100.v20201223-0822,1.6.100.v20201223-0822].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.core [1.2.200.v20210219-0944,1.2.200.v20210219-0944].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jsch.tests [1.1.600.v20200916-0731,1.1.600.v20200916-0731].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.source [3.22.100.v20210126-0831,3.22.100.v20210126-0831].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.identity [3.9.401.v20201027-0550,3.9.401.v20201027-0550].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.genericeditor.diff.extension [1.0.600.v20200212-1524,1.0.600.v20200212-1524].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.frameworkadmin.equinox [1.1.400.v20200319-1546,1.1.400.v20200319-1546].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.genericeditor.diff.extension.source [1.0.600.v20200212-1524,1.0.600.v20200212-1524].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.workbench.texteditor.tests [3.13.0.v20210118-1210,3.13.0.v20210118-1210].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.servletbridge.source [1.2.0.v20210120-1213,1.2.0.v20210120-1213].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.urischeme.source [1.1.300.v20210113-1544,1.1.300.v20210113-1544].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.editors.tests [3.12.0.v20210208-1505,3.12.0.v20210208-1505].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.sdk.scheduler [1.5.0.v20201012-1421,1.5.0.v20201012-1421].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit.core.source [3.10.1000.v20210112-0706,3.10.1000.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.source [1.10.100.v20200926-1123,1.10.100.v20200926-1123].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer.httpclient45.source [1.0.301.v20201025-0700,1.0.301.v20201025-0700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.unittest.ui.source [1.0.0.v20201121-0633,1.0.0.v20201121-0633].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.services [1.5.0.v20210115-1333,1.5.0.v20210115-1333].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.cvs [1.4.1700.v20210303-1800,1.4.1700.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.extensionlocation.source [1.3.400.v20191213-1911,1.3.400.v20191213-1911].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.ui [3.7.1200.v20210206-1820,3.7.1200.v20210206-1820].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.releng.tools [4.1.100.v20210205-2106,4.1.100.v20210205-2106].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpcore.source [4.4.12.v20200108-1212,4.4.12.v20200108-1212].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.swt.source [0.16.0.v20201230-1610,0.16.0.v20201230-1610].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ui.source [1.2.200.v20210118-0937,1.2.200.v20210118-0937].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.commons.io [2.6.0.v20190123-2029,2.6.0.v20190123-2029].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.common.source [2.22.0.v20210114-1734,2.22.0.v20210114-1734].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.ssl.source [1.2.400.v20200611-2220,1.2.400.v20200611-2220].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.observable [1.10.0.v20200730-0848,1.10.0.v20200730-0848].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.bindings [0.13.0.v20201119-1132,0.13.0.v20201119-1132].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.build.tests [1.3.0.v20210116-1249,1.3.0.v20210116-1249].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.uriSchemeHandler.source [1.1.0.v20210111-1239,1.1.0.v20210111-1239].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.event [1.6.0.v20210212-1143,1.6.0.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.console.ssh.source [1.2.800.v20210114-1556,1.2.800.v20210114-1556].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.property.source [1.8.100.v20200619-0651,1.8.100.v20200619-0651].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.console [1.1.500.v20210116-1227,1.1.500.v20210116-1227].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.notifications [0.3.0.v20210218-1820,0.3.0.v20210218-1820].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.jobs [3.10.1100.v20210111-0815,3.10.1100.v20210111-0815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.cvs.ui [3.4.900.v20200422-1935,3.4.900.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.ecore.source [2.23.0.v20200630-0516,2.23.0.v20200630-0516].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.transforms.xslt [1.2.0.v20210202-1256,1.2.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.text.quicksearch.source [1.1.0.v20210120-0733,1.1.0.v20210120-0733].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.intro.quicklinks [1.1.0.v20200724-0708,1.1.0.v20200724-0708].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.runtime.source [3.20.100.v20210111-0815,3.20.100.v20210111-0815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.text.quicksearch [1.1.0.v20210120-0733,1.1.0.v20210120-0733].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.genericeditor.extension.tests [1.1.0.v20200812-1815,1.1.0.v20200812-1815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.3.1200.v20200916-0645,1.3.1200.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.extensions.supplier.source [0.15.800.v20210110-1654,0.15.800.v20210110-1654].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.tests [3.12.100.v20210222-1101,3.12.100.v20210222-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.filetransfer.source [5.1.101.v20201025-2315,5.1.101.v20201025-2315].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.addons.swt.source [1.4.100.v20201221-2332,1.4.100.v20201221-2332].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.contributions [3.5.0.v20210111-1205,3.5.0.v20210111-1205].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.annotation.source [1.1.500.v20200407-1355,1.1.500.v20200407-1355].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui.source [3.22.100.v20210224-0730,3.22.100.v20210224-0730].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jsch.ui [1.3.1100.v20200916-0731,1.3.1100.v20200916-0731].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit.source [3.11.1100.v20210203-1102,3.11.1100.v20210203-1102].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.win32.x86_64.source [1.1.200.v20190812-0919,1.1.200.v20190812-0919].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.launcher.source [3.107.0.v20210112-0623,3.107.0.v20210112-0623].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ua.tests [1.2.0.v20200812-1819,1.2.0.v20200812-1819].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.frameworkadmin.source [2.1.400.v20191002-0702,2.1.400.v20191002-0702].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.compiler.batch [3.25.0.v20210223-0522,3.25.0.v20210223-0522].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.fieldassist [1.2.0.v20210111-1206,1.2.0.v20210111-1206].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation.source [1.14.300.v20210224-0730,1.14.300.v20210224-0730].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.genericeditor.examples [1.2.0.v20210118-1209,1.2.0.v20210118-1209].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.region [1.5.100.v20210212-1143,1.5.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.di [1.3.0.v20210222-1018,1.3.0.v20210222-1018].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.director [2.4.700.v20200511-1530,2.4.700.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.net [1.3.800.v20200422-1935,1.3.800.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filesystem.linux.aarch64.source [1.4.100.v20200805-0859,1.4.100.v20200805-0859].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq 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 v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding [1.10.100.v20200926-1123,1.10.100.v20200926-1123].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug.ui.source [3.12.200.v20210224-0638,3.12.200.v20210224-0638].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.base.source [4.3.200.v20210303-1800,4.3.200.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.json 1.0.0.7V_-7QcLWSM-EGlDdADhc0SJ4DZK to org.eclipse.equinox.p2.iu; org.eclipse.tips.json.source [0.2.0.v20210226-2208,0.2.0.v20210226-2208].; Unable to satisfy dependency from v20210503-0343.json 1.0.0.7V_-7QcLWSM-EGlDdADhc0SJ4DZK to org.eclipse.equinox.p2.iu; org.eclipse.tips.json [0.2.0.v20210226-2208,0.2.0.v20210226-2208].] 13:48:37 [WARNING] More information on the preceding warning(s) can be found here: 13:48:37 [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool 13:48:54 [INFO] 13:48:54 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ orbit-bundles-p2-repository --- 13:48:54 [INFO] Building zip: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository/target/orbit-I20210503134800-repo.zip 13:49:00 [INFO] 13:49:00 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ orbit-bundles-p2-repository --- 13:49:00 [INFO] 13:49:00 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ orbit-bundles-p2-repository --- 13:49:00 [INFO] 13:49:00 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ orbit-bundles-p2-repository --- 13:49:00 [INFO] 13:49:00 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ orbit-bundles-p2-repository --- 13:49:00 [INFO] 13:49:00 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ orbit-bundles-p2-repository --- 13:49:00 [INFO] 13:49:00 [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ orbit-bundles-p2-repository --- 13:49:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository/target/orbit-I20210503134800-repo.zip to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/orbit-bundles-p2-repository/1.0.0-SNAPSHOT/orbit-bundles-p2-repository-1.0.0-SNAPSHOT.zip 13:49:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/orbit-bundles-p2-repository/1.0.0-SNAPSHOT/orbit-bundles-p2-repository-1.0.0-SNAPSHOT.pom 13:49:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository/target/p2content.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/orbit-bundles-p2-repository/1.0.0-SNAPSHOT/orbit-bundles-p2-repository-1.0.0-SNAPSHOT-p2metadata.xml 13:49:00 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/orbit-bundles-p2-repository/1.0.0-SNAPSHOT/orbit-bundles-p2-repository-1.0.0-SNAPSHOT-p2artifacts.xml 13:49:00 [INFO] 13:49:00 [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ orbit-bundles-p2-repository --- 13:49:00 [INFO] 13:49:00 [INFO] -----< org.eclipse.orbit.bundles:orbit-bundles-p2-repository-all >------ 13:49:00 [INFO] Building Eclipse Orbit :: P2 Repository (All Content) 1.0.0-SNAPSHOT [3/4] 13:49:00 [INFO] --------------------------------[ pom ]--------------------------------- 13:49:01 [INFO] 13:49:01 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ orbit-bundles-p2-repository-all --- 13:49:01 [INFO] 13:49:01 [INFO] --- tycho-p2-extras-plugin:1.7.0:mirror (mirror-orbit-old) @ orbit-bundles-p2-repository-all --- 13:49:01 [INFO] Mirroring to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository-all/target/repository... 13:49:01 [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.fasterxml.jackson.jaxrs.jackson-jaxrs-base [2.5.0.v201504171603,2.5.0.v201504171603].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.ext.awt [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.ext.awt [1.7.0.v201011041433,1.7.0.v201011041433].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.swing [1.7.0.v201302011158,1.7.0.v201302011158].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.svggen [1.7.0.v201011041433,1.7.0.v201011041433].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.svggen [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.dom4j [1.6.1.v201312101416,1.6.1.v201312101416].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.glassfish.hk2.utils [2.3.0.b10_v201508191500,2.3.0.b10_v201508191500].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.dom.svg.source [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.dom.svg.source [1.7.0.v201011041433,1.7.0.v201011041433].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.swing [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.fasterxml.jackson.core.jackson-annotations [2.5.0.v201504151636,2.5.0.v201504151636].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.hamcrest.core [1.3.0.v201303031735,1.3.0.v201303031735].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.swing.source [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.fasterxml.jackson.core.jackson-databind [2.5.0.v201504151636,2.5.0.v201504151636].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.hamcrest.library.source [1.3.0.v201505072020,1.3.0.v201505072020].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.bridge [1.7.0.v201011041433,1.7.0.v201011041433].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.xml.source [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.xml.source [1.7.0.v201011041433,1.7.0.v201011041433].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.bridge [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.transcoder.source [1.7.0.v201011041433,1.7.0.v201011041433].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.transcoder.source [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.bouncycastle.bcprov [1.51.0.v201505131810,1.51.0.v201505131810].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.openejb.core [4.0.0.beta-2_v201205260545,4.0.0.beta-2_v201205260545].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.hamcrest.core.source [1.3.0.v201303031735,1.3.0.v201303031735].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider [2.5.0.v201504171603,2.5.0.v201504171603].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.openejb.core.source [4.0.0.beta-2_v201205260545,4.0.0.beta-2_v201205260545].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; jnr.posix [3.0.9.v201505052040,3.0.9.v201505052040].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.tukaani.xz [1.3.0.v201308270617,1.3.0.v201308270617].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.jcraft.jsch [0.1.53.v201508180515,0.1.53.v201508180515].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.glassfish.jersey.core.jersey-common [2.14.0.v201504171603,2.14.0.v201504171603].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.glassfish.jersey.apache.connector [2.14.0.v201504171603,2.14.0.v201504171603].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.glassfish.hk2.osgi-resource-locator [2.3.0.b10_v201508191500,2.3.0.b10_v201508191500].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.thoughtworks.selenium [2.25.0.v201212071504,2.25.0.v201212071504].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.dom [1.7.1.v201505191845,1.7.1.v201505191845].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.ibm.icu.base [56.1.0.v201601250100,56.1.0.v201601250100].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.felix.gogo.command.source [0.10.0.v201209301215,0.10.0.v201209301215].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.bouncycastle.bcpkix [1.51.0.v201505131810,1.51.0.v201505131810].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.css.source [1.7.0.v201011041433,1.7.0.v201011041433].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.css.source [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.glassfish.hk2.api [2.3.0.b10_v201508191500,2.3.0.b10_v201508191500].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.dojotoolkit [1.6.1.v201108161253,1.6.1.v201108161253].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.util.gui [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; jnr.ffi [2.0.1.v201505052040,2.0.1.v201505052040].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.spotify.docker.client.source [3.1.1.v201605180100,3.1.1.v201605180100].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.wsil4j [1.0.0.v200901211807,1.0.0.v200901211807].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.transcoder [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.transcoder [1.7.0.v201011041433,1.7.0.v201011041433].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.dom.source [1.6.1.v201505192100,1.6.1.v201505192100].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.fasterxml.jackson.core.jackson-core [2.5.0.v201504151636,2.5.0.v201504151636].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.fasterxml.jackson.dataformat.jackson-dataformat-yaml [2.5.0.v201504151636,2.5.0.v201504151636].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.glassfish.hk2.locator [2.3.0.b10_v201508191500,2.3.0.b10_v201508191500].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.util.gui.source [1.7.0.v200903091627,1.7.0.v200903091627].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.xml [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.xml [1.7.0.v201011041433,1.7.0.v201011041433].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.svggen.source [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.ibm.icu.source [56.1.0.v201601250100,56.1.0.v201601250100].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.util.gui.source [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.svggen.source [1.7.0.v201011041433,1.7.0.v201011041433].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.felix.gogo.runtime.source [0.10.0.v201209301036,0.10.0.v201209301036].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.glassfish.jersey.core.jersey-client [2.14.0.v201504211925,2.14.0.v201504211925].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.dom4j.source [1.6.1.v201312101416,1.6.1.v201312101416].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.css [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.css [1.7.0.v201011041433,1.7.0.v201011041433].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.parser [1.7.0.v201011041433,1.7.0.v201011041433].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.parser [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.bouncycastle.bcpkix.source [1.51.0.v201505131810,1.51.0.v201505131810].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.fasterxml.jackson.module.jackson-module-jaxb-annotations [2.5.0.v201504151636,2.5.0.v201504151636].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.spotify.docker.client [3.1.1.v201605180100,3.1.1.v201605180100].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.pdf [1.6.0.v201105071520,1.6.0.v201105071520].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; jnr.enxio [0.6.0.v201505052040,0.6.0.v201505052040].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.ext.awt.source [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.ext.awt.source [1.7.0.v201011041433,1.7.0.v201011041433].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.vaadin [6.5.3.v201111241034,6.5.3.v201111241034].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.dom [1.6.1.v201505192100,1.6.1.v201505192100].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; jnr.unixsocket [0.5.0.v201505052040,0.5.0.v201505052040].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.util.gui [1.7.0.v200903091627,1.7.0.v200903091627].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.extension [1.7.0.v201011041433,1.7.0.v201011041433].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.extension [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; jnr.constants [0.8.6.v201505052040,0.8.6.v201505052040].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.parser.source [1.7.0.v201011041433,1.7.0.v201011041433].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.parser.source [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.felix.gogo.command [0.10.0.v201209301215,0.10.0.v201209301215].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.dom.source [1.7.1.v201505191845,1.7.1.v201505191845].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.ibm.icu.base.source [56.1.0.v201601250100,56.1.0.v201601250100].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.ibm.icu [56.1.0.v201601250100,56.1.0.v201601250100].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.felix.gogo.runtime [0.10.0.v201209301036,0.10.0.v201209301036].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.yaml.snakeyaml [1.14.0.v201604211500,1.14.0.v201604211500].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.sun.xml.bind [2.2.0.v201505121915,2.2.0.v201505121915].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.jcraft.jsch.source [0.1.53.v201508180515,0.1.53.v201508180515].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.google.guava.source [15.0.0.v201403281430,15.0.0.v201403281430].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.glassfish.jersey.bundles.repackaged.jersey-guava [2.14.0.v201504151636,2.14.0.v201504151636].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.fasterxml.jackson.datatype.jackson-datatype-guava [2.5.0.v201504151636,2.5.0.v201504151636].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.thoughtworks.selenium.source [2.25.0.v201212071504,2.25.0.v201212071504].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.util [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.bridge.source [1.7.0.v201011041433,1.7.0.v201011041433].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.util [1.7.0.v201011041433,1.7.0.v201011041433].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.bridge.source [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.tukaani.xz.source [1.3.0.v201308270617,1.3.0.v201308270617].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.hamcrest.library [1.3.0.v201505072020,1.3.0.v201505072020].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.glassfish.jersey.media.jersey-media-json-jackson [2.14.0.v201504171603,2.14.0.v201504171603].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.google.guava [15.0.0.v201403281430,15.0.0.v201403281430].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.util.source [1.7.0.v201011041433,1.7.0.v201011041433].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.util.source [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.extension.source [1.7.0.v201011041433,1.7.0.v201011041433].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.extension.source [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.felix.gogo.shell.source [0.10.0.v201212101605,0.10.0.v201212101605].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.felix.gogo.shell [0.10.0.v201212101605,0.10.0.v201212101605].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; com.sun.xml.bind.source [2.2.0.v201505121915,2.2.0.v201505121915].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.dom.svg [1.7.0.v201011041433,1.7.0.v201011041433].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.bouncycastle.bcprov.source [1.51.0.v201505131810,1.51.0.v201505131810].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.dom.svg [1.6.0.v201011041432,1.6.0.v201011041432].; Unable to satisfy dependency from org.eclipse.orbit.category.all 1.0.0.EeLF6AF7gcLUk--MEIjNLdikOHbNUgwCNNUhMGQEA7UQU to org.eclipse.equinox.p2.iu; org.apache.batik.swing.source [1.7.0.v201302011158,1.7.0.v201302011158].; Unable to satisfy dependency from javax.mail 1.4.0.v201005080615 to java.package; javax.net.ssl 0.0.0.; Unable to satisfy dependency from org.apache.xbean.bundleutils 3.12.0.v201304200545 to java.package; org.osgi.framework [1.5.0,2.0.0).; Unable to satisfy dependency from org.apache.xbean.bundleutils 3.12.0.v201304200545 to java.package; org.osgi.service.packageadmin [1.2.0,2.0.0).; Unable to satisfy dependency from org.ow2.jotm.jotm-core 2.1.9.v201204271116 to java.package; javax.naming 0.0.0.; Unable to satisfy dependency from org.ow2.jotm.jotm-core 2.1.9.v201204271116 to java.package; javax.naming.spi 0.0.0.; Unable to satisfy dependency from org.ow2.jotm.jotm-core 2.1.9.v201204271116 to java.package; javax.rmi 0.0.0.; Unable to satisfy dependency from org.ow2.jotm.jotm-core 2.1.9.v201204271116 to java.package; javax.rmi.CORBA 0.0.0.; Unable to satisfy dependency from org.ow2.jotm.jotm-core 2.1.9.v201204271116 to java.package; org.omg.CORBA 0.0.0.; Unable to satisfy dependency from org.ow2.jotm.jotm-core 2.1.9.v201204271116 to java.package; org.omg.CORBA.portable 0.0.0.; Unable to satisfy dependency from org.ow2.jotm.jotm-core 2.1.9.v201204271116 to java.package; org.omg.CORBA_2_3 0.0.0.; Unable to satisfy dependency from org.ow2.jotm.jotm-core 2.1.9.v201204271116 to java.package; org.omg.CORBA_2_3.portable 0.0.0.; Unable to satisfy dependency from org.ow2.jotm.jotm-core 2.1.9.v201204271116 to java.package; org.omg.PortableServer 0.0.0.; Unable to satisfy dependency from org.ow2.jotm.jotm-core 2.1.9.v201204271116 to java.package; org.omg.PortableServer.POAPackage 0.0.0.; Unable to satisfy dependency from org.hamcrest.integration 1.3.0.v201305210900 to osgi.bundle; org.hamcrest.core 1.3.0.; Unable to satisfy dependency from javax.ejb 3.1.1.v201204261316 to java.package; javax.naming 0.0.0.; Unable to satisfy dependency from javax.xml.stream 1.0.1.v201004272200 to osgi.bundle; org.eclipse.osgi 0.0.0.; Unable to satisfy dependency from javax.transaction 1.1.1.v201105210645 to osgi.bundle; org.eclipse.osgi 0.0.0.; Unable to satisfy dependency from org.opensaml 1.1.0.v201105210827 to java.package; javax.net.ssl 0.0.0.; Unable to satisfy dependency from org.opensaml 1.1.0.v201105210827 to java.package; javax.servlet [2.5.0,3.0.0).; Unable to satisfy dependency from org.opensaml 1.1.0.v201105210827 to java.package; javax.servlet.http [2.5.0,3.0.0).; Unable to satisfy dependency from org.pushingpixels.trident 1.2.0.v201305152020 to osgi.bundle; org.eclipse.swt 3.5.0.; Unable to satisfy dependency from org.glassfish.com.sun.faces 2.1.18.v201304210537 to java.package; javax.crypto 0.0.0.; Unable to satisfy dependency from org.glassfish.com.sun.faces 2.1.18.v201304210537 to java.package; javax.crypto.spec 0.0.0.; Unable to satisfy dependency from org.glassfish.com.sun.faces 2.1.18.v201304210537 to java.package; javax.naming 0.0.0.; Unable to satisfy dependency from org.glassfish.com.sun.faces 2.1.18.v201304210537 to java.package; javax.naming.spi 0.0.0.; Unable to satisfy dependency from javax.annotation 1.2.0.v201602091430 to osgi.bundle; org.eclipse.osgi 0.0.0.; Unable to satisfy dependency from org.apache.httpcomponents.httpcore 4.3.3.v201411290715 to java.package; javax.net 0.0.0.; Unable to satisfy dependency from org.apache.httpcomponents.httpcore 4.3.3.v201411290715 to java.package; javax.net.ssl 0.0.0.; Unable to satisfy dependency from org.apache.xbean.naming 3.12.0.v201304201405 to java.package; javax.naming 0.0.0.; Unable to satisfy dependency from org.apache.xbean.naming 3.12.0.v201304201405 to java.package; javax.naming.spi 0.0.0.; Unable to satisfy dependency from org.apache.xbean.reflect 3.12.0.v201304201405 to java.package; javax.naming 0.0.0.; Unable to satisfy dependency from org.apache.xml.security 1.4.2.v201005080400 to java.package; javax.crypto 0.0.0.; Unable to satisfy dependency from org.apache.xml.security 1.4.2.v201005080400 to java.package; javax.crypto.spec 0.0.0.; Unable to satisfy dependency from org.apache.xml.security 1.4.2.v201005080400 to java.package; javax.security.auth.x500 0.0.0.; Unable to satisfy dependency from net.miginfocom.layout.swt.source 3.7.1.v201505121915 to osgi.bundle; org.eclipse.swt 0.0.0.; Unable to satisfy dependency from org.apache.coyote 7.0.56.v201412180755 to java.package; javax.naming 0.0.0.; Unable to satisfy dependency from org.apache.coyote 7.0.56.v201412180755 to java.package; javax.naming.directory 0.0.0.; Unable to satisfy dependency from org.apache.coyote 7.0.56.v201412180755 to java.package; javax.net.ssl 0.0.0.; Unable to satisfy dependency from org.apache.coyote 7.0.56.v201412180755 to java.package; javax.security.cert 0.0.0.; Unable to satisfy dependency from org.apache.commons.daemon 1.0.5.v20121125-0905 to org.eclipse.equinox.p2.iu; org.apache.commons.daemon.linux.x86_64 [1.0.5,1.0.6).; Unable to satisfy dependency from org.apache.commons.daemon 1.0.5.v20121125-0905 to org.eclipse.equinox.p2.iu; org.apache.commons.daemon.win32.x86_64 [1.0.5,1.0.6).; Unable to satisfy dependency from org.apache.commons.daemon 1.0.5.v20121125-0905 to org.eclipse.equinox.p2.iu; org.apache.commons.daemon.linux.x86 [1.0.5,1.0.6).; Unable to satisfy dependency from org.apache.commons.daemon 1.0.5.v20121125-0905 to org.eclipse.equinox.p2.iu; org.apache.commons.daemon.win32.x86 [1.0.5,1.0.6).; Unable to satisfy dependency from org.apache.geronimo.specs.osgi.registry 1.1.0.v201205170710 to java.package; org.osgi.framework 1.5.0.; Unable to satisfy dependency from org.swtchart 0.10.0.v201605200358 to osgi.bundle; org.eclipse.swt 0.0.0.; Unable to satisfy dependency from javax.persistence 1.0.0.v200905011740 to java.package; javax.sql 0.0.0.; Unable to satisfy dependency from org.apache.openwebbeans.tomcat7 1.1.7.v201304201405 to java.package; javax.naming 0.0.0.; Unable to satisfy dependency from net.sourceforge.nattable.core 2.1.0.v201102231538 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from net.sourceforge.nattable.core 2.1.0.v201102231538 to java.package; org.eclipse.core.commands.common 0.0.0.; Unable to satisfy dependency from net.sourceforge.nattable.core 2.1.0.v201102231538 to java.package; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from net.sourceforge.nattable.core 2.1.0.v201102231538 to java.package; org.eclipse.jface.dialogs 0.0.0.; Unable to satisfy dependency from net.sourceforge.nattable.core 2.1.0.v201102231538 to java.package; org.eclipse.jface.layout 0.0.0.; Unable to satisfy dependency from net.sourceforge.nattable.core 2.1.0.v201102231538 to java.package; org.eclipse.jface.resource 0.0.0.; Unable to satisfy dependency from net.sourceforge.nattable.core 2.1.0.v201102231538 to java.package; org.eclipse.jface.viewers 0.0.0.; Unable to satisfy dependency from net.sourceforge.nattable.core 2.1.0.v201102231538 to java.package; org.eclipse.jface.window 0.0.0.; Unable to satisfy dependency from net.sourceforge.nattable.core 2.1.0.v201102231538 to java.package; org.eclipse.swt 0.0.0.; Unable to satisfy dependency from net.sourceforge.nattable.core 2.1.0.v201102231538 to java.package; org.eclipse.swt.custom 0.0.0.; Unable to satisfy dependency from net.sourceforge.nattable.core 2.1.0.v201102231538 to java.package; org.eclipse.swt.dnd 0.0.0.; Unable to satisfy dependency from net.sourceforge.nattable.core 2.1.0.v201102231538 to java.package; org.eclipse.swt.events 0.0.0.; Unable to satisfy dependency from net.sourceforge.nattable.core 2.1.0.v201102231538 to java.package; org.eclipse.swt.graphics 0.0.0.; Unable to satisfy dependency from net.sourceforge.nattable.core 2.1.0.v201102231538 to java.package; org.eclipse.swt.layout 0.0.0.; Unable to satisfy dependency from net.sourceforge.nattable.core 2.1.0.v201102231538 to java.package; org.eclipse.swt.printing 0.0.0.; Unable to satisfy dependency from net.sourceforge.nattable.core 2.1.0.v201102231538 to java.package; org.eclipse.swt.widgets 0.0.0.; Unable to satisfy dependency from org.swtchart 0.7.0.v201201201914 to osgi.bundle; org.eclipse.swt 0.0.0.; Unable to satisfy dependency from org.apache.openwebbeans.impl 1.1.7.v201304201405 to java.package; javax.naming 0.0.0.; Unable to satisfy dependency from org.apache.openwebbeans.impl 1.1.7.v201304201405 to java.package; javax.naming.spi 0.0.0.; Unable to satisfy dependency from org.apache.commons.dbcp 1.4.0.v201204271417 to java.package; javax.naming 0.0.0.; Unable to satisfy dependency from org.apache.commons.dbcp 1.4.0.v201204271417 to java.package; javax.naming.spi 0.0.0.; Unable to satisfy dependency from org.apache.commons.dbcp 1.4.0.v201204271417 to java.package; javax.sql 0.0.0.; Unable to satisfy dependency from javax.servlet.jsp.jstl 1.2.0.v201105211821 to java.package; javax.servlet.resources 2.5.0.; Unable to satisfy dependency from javax.ws.rs 2.0.1.v201504171603 to java.package; javax.net.ssl 0.0.0.; Unable to satisfy dependency from com.google.gwt.user 2.1.0.v201505121915 to A.PDE.Target.Platform; Cannot be installed into the IDE 0.0.0.; Unable to satisfy dependency from javax.xml.soap 1.3.0.v201105210645 to osgi.bundle; org.eclipse.osgi 0.0.0.; Unable to satisfy dependency from net.miginfocom.layout.swt 3.7.1.v201505121915 to osgi.bundle; org.eclipse.swt 0.0.0.; Unable to satisfy dependency from javax.xml 1.3.4.v201005080400 to osgi.bundle; org.eclipse.osgi 0.0.0.; Unable to satisfy dependency from org.apache.xml.resolver 1.2.0.v201005080400 to osgi.bundle; org.eclipse.osgi 0.0.0.; Unable to satisfy dependency from org.apache.xmlgraphics 1.4.0.v201301251218 to java.package; javax.imageio 0.0.0.; Unable to satisfy dependency from org.apache.xmlgraphics 1.4.0.v201301251218 to java.package; javax.imageio.event 0.0.0.; Unable to satisfy dependency from org.apache.xmlgraphics 1.4.0.v201301251218 to java.package; javax.imageio.metadata 0.0.0.; Unable to satisfy dependency from org.apache.xmlgraphics 1.4.0.v201301251218 to java.package; javax.imageio.plugins.jpeg 0.0.0.; Unable to satisfy dependency from org.apache.xmlgraphics 1.4.0.v201301251218 to java.package; javax.imageio.spi 0.0.0.; Unable to satisfy dependency from org.apache.xmlgraphics 1.4.0.v201301251218 to java.package; javax.imageio.stream 0.0.0.; Unable to satisfy dependency from org.apache.httpcomponents.httpclient 4.3.6.v201511171540 to java.package; javax.crypto 0.0.0.; Unable to satisfy dependency from org.apache.httpcomponents.httpclient 4.3.6.v201511171540 to java.package; javax.crypto.spec 0.0.0.; Unable to satisfy dependency from org.apache.httpcomponents.httpclient 4.3.6.v201511171540 to java.package; javax.net 0.0.0.; Unable to satisfy dependency from org.apache.httpcomponents.httpclient 4.3.6.v201511171540 to java.package; javax.net.ssl 0.0.0.; Unable to satisfy dependency from org.apache.httpcomponents.httpclient 4.3.6.v201511171540 to java.package; javax.security.auth.x500 0.0.0.; Unable to satisfy dependency from org.apache.httpcomponents.httpclient 4.3.6.v201511171540 to java.package; org.ietf.jgss 0.0.0.; Unable to satisfy dependency from org.junit 4.12.0.v201504281640 to osgi.bundle; org.hamcrest.core 1.3.0.; Unable to satisfy dependency from javax.security.auth.message 1.0.0.v201108011116 to java.package; javax.crypto 0.0.0.; Unable to satisfy dependency from javax.security.auth.message 1.0.0.v201108011116 to java.package; javax.security.auth 0.0.0.; Unable to satisfy dependency from javax.security.auth.message 1.0.0.v201108011116 to java.package; javax.security.auth.callback 0.0.0.; Unable to satisfy dependency from javax.security.auth.message 1.0.0.v201108011116 to java.package; javax.security.auth.login 0.0.0.; Unable to satisfy dependency from javax.security.auth.message 1.0.0.v201108011116 to java.package; javax.security.auth.x500 0.0.0.; Unable to satisfy dependency from com.google.gwtjsonrpc 1.2.5.v201112241444 to java.package; javax.crypto 0.0.0.; Unable to satisfy dependency from javax.resource 1.6.0.v201204270900 to java.package; javax.naming 0.0.0.; Unable to satisfy dependency from javax.resource 1.6.0.v201204270900 to java.package; javax.security.auth 0.0.0.; Unable to satisfy dependency from javax.resource 1.6.0.v201204270900 to java.package; javax.security.auth.callback 0.0.0.; Unable to satisfy dependency from org.apache.jasper 7.0.56.v201412180755 to java.package; javax.servlet.resources [2.6.0,4.0.0).; Unable to satisfy dependency from org.apache.jasper 7.0.56.v201412180755 to java.package; org.eclipse.jdt.core.compiler 0.0.0.; Unable to satisfy dependency from org.apache.jasper 7.0.56.v201412180755 to java.package; org.eclipse.jdt.internal.compiler 0.0.0.; Unable to satisfy dependency from org.apache.jasper 7.0.56.v201412180755 to java.package; org.eclipse.jdt.internal.compiler.classfmt 0.0.0.; Unable to satisfy dependency from org.apache.jasper 7.0.56.v201412180755 to java.package; org.eclipse.jdt.internal.compiler.env 0.0.0.; Unable to satisfy dependency from org.apache.jasper 7.0.56.v201412180755 to java.package; org.eclipse.jdt.internal.compiler.impl 0.0.0.; Unable to satisfy dependency from org.apache.jasper 7.0.56.v201412180755 to java.package; org.eclipse.jdt.internal.compiler.problem 0.0.0.; Unable to satisfy dependency from org.apache.sshd.core 0.7.0.v201303101611 to java.package; javax.crypto 0.0.0.; Unable to satisfy dependency from org.apache.sshd.core 0.7.0.v201303101611 to java.package; javax.crypto.interfaces 0.0.0.; Unable to satisfy dependency from org.apache.sshd.core 0.7.0.v201303101611 to java.package; javax.crypto.spec 0.0.0.; Unable to satisfy dependency from org.apache.sshd.core 0.7.0.v201303101611 to java.package; javax.security.auth 0.0.0.; Unable to satisfy dependency from org.apache.sshd.core 0.7.0.v201303101611 to java.package; javax.security.auth.callback 0.0.0.; Unable to satisfy dependency from org.apache.sshd.core 0.7.0.v201303101611 to java.package; javax.security.auth.login 0.0.0.; Unable to satisfy dependency from org.apache.sshd.core 0.7.0.v201303101611 to java.package; org.ietf.jgss 0.0.0.; Unable to satisfy dependency from javax.servlet.jsp.jstl.impl 1.2.0.v201210211230 to java.package; javax.naming 0.0.0.; Unable to satisfy dependency from javax.servlet.jsp.jstl.impl 1.2.0.v201210211230 to java.package; javax.servlet [2.5.0,3.1.0).; Unable to satisfy dependency from javax.servlet.jsp.jstl.impl 1.2.0.v201210211230 to java.package; javax.servlet.http [2.5.0,3.1.0).; Unable to satisfy dependency from javax.servlet.jsp.jstl.impl 1.2.0.v201210211230 to java.package; javax.sql 0.0.0.; Unable to satisfy dependency from com.thoughtworks.xstream 1.3.1.v201111240924 to java.package; javax.security.auth 0.0.0.; Unable to satisfy dependency from com.thoughtworks.xstream 1.3.1.v201111240924 to java.package; javax.swing 0.0.0.; Unable to satisfy dependency from com.thoughtworks.xstream 1.3.1.v201111240924 to java.package; javax.swing.plaf 0.0.0.; Unable to satisfy dependency from ch.ethz.iks.slp 1.0.0.RC5_v20080820-1500 to java.package; org.osgi.framework 0.0.0.; Unable to satisfy dependency from org.openid4java 0.9.5.v201105210655 to java.package; javax.crypto 0.0.0.; Unable to satisfy dependency from org.openid4java 0.9.5.v201105210655 to java.package; javax.crypto.interfaces 0.0.0.; Unable to satisfy dependency from org.openid4java 0.9.5.v201105210655 to java.package; javax.crypto.spec 0.0.0.; Unable to satisfy dependency from javax.xml.soap 1.2.0.v201005080501 to osgi.bundle; org.eclipse.osgi 0.0.0.; Unable to satisfy dependency from org.apache.geronimo.specs.osgi.locator 1.1.0.v201205170953 to java.package; org.osgi.framework 1.5.0.; Unable to satisfy dependency from javax.activation 1.1.0.v201211130549 to osgi.bundle; org.eclipse.osgi 0.0.0.; Unable to satisfy dependency from javax.activation 1.1.0.v201211130549 to java.package; javax.imageio 0.0.0.; Unable to satisfy dependency from javax.activation 1.1.0.v201211130549 to java.package; javax.imageio.metadata 0.0.0.; Unable to satisfy dependency from org.apache.httpcomponents.httpclient 4.2.6.v201311072007 to java.package; javax.crypto 0.0.0.; Unable to satisfy dependency from org.apache.httpcomponents.httpclient 4.2.6.v201311072007 to java.package; javax.crypto.spec 0.0.0.; Unable to satisfy dependency from org.apache.httpcomponents.httpclient 4.2.6.v201311072007 to java.package; javax.net 0.0.0.; Unable to satisfy dependency from org.apache.httpcomponents.httpclient 4.2.6.v201311072007 to java.package; javax.net.ssl 0.0.0.; Unable to satisfy dependency from org.apache.httpcomponents.httpclient 4.2.6.v201311072007 to java.package; javax.security.auth.x500 0.0.0.; Unable to satisfy dependency from org.apache.httpcomponents.httpclient 4.2.6.v201311072007 to java.package; org.ietf.jgss 0.0.0.; Unable to satisfy dependency from org.apache.xalan 2.7.1.v201005080400 to osgi.bundle; org.eclipse.osgi 0.0.0.; Unable to satisfy dependency from org.apache.httpcomponents.httpcore 4.2.5.v201311072007 to java.package; javax.net.ssl 0.0.0.; Unable to satisfy dependency from org.apache.taglibs.standard.glassfish 1.2.0.v201112081803 to java.package; javax.servlet.resources 2.5.0.; Unable to satisfy dependency from org.apache.xerces 2.9.0.v201101211617 to osgi.bundle; org.eclipse.osgi 0.0.0.; Unable to satisfy dependency from org.apache.xml.serializer 2.7.1.v201005080400 to osgi.bundle; org.eclipse.osgi 0.0.0.; Unable to satisfy dependency from org.apache.poi.ooxml 3.9.0.v201405241905 to osgi.bundle; org.dom4j 1.6.1.; Unable to satisfy dependency from org.apache.velocity 1.5.0.v200905192330 to java.package; javax.naming 0.0.0.; Unable to satisfy dependency from org.apache.velocity 1.5.0.v200905192330 to java.package; javax.sql 0.0.0.; Unable to satisfy dependency from org.apache.geronimo.components.connector 3.1.1.v201205170953 to java.package; javax.security.auth 0.0.0.; Unable to satisfy dependency from org.apache.commons.net 3.2.0.v201305141515 to java.package; javax.crypto 0.0.0.; Unable to satisfy dependency from org.apache.commons.net 3.2.0.v201305141515 to java.package; javax.crypto.spec 0.0.0.; Unable to satisfy dependency from org.apache.commons.net 3.2.0.v201305141515 to java.package; javax.net 0.0.0.; Unable to satisfy dependency from org.apache.commons.net 3.2.0.v201305141515 to java.package; javax.net.ssl 0.0.0.; Unable to satisfy dependency from org.apache.mina.core 2.0.7.v201401071602 to java.package; javax.crypto 0.0.0.; Unable to satisfy dependency from org.apache.mina.core 2.0.7.v201401071602 to java.package; javax.crypto.spec 0.0.0.; Unable to satisfy dependency from org.apache.mina.core 2.0.7.v201401071602 to java.package; javax.net.ssl 0.0.0.; Unable to satisfy dependency from org.apache.mina.core 2.0.7.v201401071602 to java.package; javax.security.sasl 0.0.0.; Unable to satisfy dependency from org.apache.mina.core 2.0.7.v201401071602 to java.package; org.ietf.jgss 0.0.0.; Unable to satisfy dependency from org.apache.tomcat.api 7.0.56.v201412180755 to java.package; javax.naming 0.0.0.; Unable to satisfy dependency from org.apache.catalina 7.0.56.v201503170330 to java.package; javax.imageio 0.0.0.; Unable to satisfy dependency from org.apache.catalina 7.0.56.v201503170330 to java.package; javax.naming 0.0.0.; Unable to satisfy dependency from org.apache.catalina 7.0.56.v201503170330 to java.package; javax.naming.directory 0.0.0.; Unable to satisfy dependency from org.apache.catalina 7.0.56.v201503170330 to java.package; javax.naming.spi 0.0.0.; Unable to satisfy dependency from org.apache.catalina 7.0.56.v201503170330 to java.package; javax.security.auth 0.0.0.; Unable to satisfy dependency from org.apache.catalina 7.0.56.v201503170330 to java.package; javax.security.auth.callback 0.0.0.; Unable to satisfy dependency from org.apache.catalina 7.0.56.v201503170330 to java.package; javax.security.auth.login 0.0.0.; Unable to satisfy dependency from org.apache.catalina 7.0.56.v201503170330 to java.package; javax.security.auth.spi 0.0.0.; Unable to satisfy dependency from org.apache.catalina 7.0.56.v201503170330 to java.package; javax.sql 0.0.0.; Unable to satisfy dependency from org.apache.catalina 7.0.56.v201503170330 to java.package; org.ietf.jgss 0.0.0.; Unable to satisfy dependency from org.restlet 2.0.5.v201605172130 to java.package; javax.net 0.0.0.; Unable to satisfy dependency from org.restlet 2.0.5.v201605172130 to java.package; javax.net.ssl 0.0.0.; Unable to satisfy dependency from org.restlet 2.0.5.v201605172130 to java.package; org.osgi.framework 0.0.0.] Mirroring: osgi.bundle,org.apache.lucene.spatial.source,3.5.0.v20120725-1805 (Descriptor: packed: osgi.bundle,org.apache.lucene.spatial.source,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.apache.lucene.spatial.source,3.5.0.v20120725-1805 (Descriptor: canonical: osgi.bundle,org.apache.lucene.spatial.source,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.antlr.runtime,4.3.0.v201502022030 (Descriptor: canonical: osgi.bundle,org.antlr.runtime,4.3.0.v201502022030) Mirroring: osgi.bundle,org.apache.ant,1.9.6.v201510161327 (Descriptor: canonical: osgi.bundle,org.apache.ant,1.9.6.v201510161327) Mirroring: osgi.bundle,org.apache.ant,1.9.6.v201510161327 (Descriptor: packed: osgi.bundle,org.apache.ant,1.9.6.v201510161327) Mirroring: osgi.bundle,com.google.gerrit.reviewdb.source,2.1.5.v201112241444 (Descriptor: canonical: osgi.bundle,com.google.gerrit.reviewdb.source,2.1.5.v201112241444) Mirroring: osgi.bundle,com.google.gerrit.reviewdb.source,2.1.5.v201112241444 (Descriptor: packed: osgi.bundle,com.google.gerrit.reviewdb.source,2.1.5.v201112241444) Mirroring: osgi.bundle,org.jdom.source,1.1.1.v201101151400 (Descriptor: packed: osgi.bundle,org.jdom.source,1.1.1.v201101151400) Mirroring: osgi.bundle,org.jdom.source,1.1.1.v201101151400 (Descriptor: canonical: osgi.bundle,org.jdom.source,1.1.1.v201101151400) Mirroring: osgi.bundle,javax.mail,1.4.0.v201005080615 (Descriptor: canonical: osgi.bundle,javax.mail,1.4.0.v201005080615) Mirroring: osgi.bundle,javax.mail,1.4.0.v201005080615 (Descriptor: packed: osgi.bundle,javax.mail,1.4.0.v201005080615) Mirroring: osgi.bundle,org.apache.geronimo.specs.osgi.registry.source,1.1.0.v201205170710 (Descriptor: canonical: osgi.bundle,org.apache.geronimo.specs.osgi.registry.source,1.1.0.v201205170710) Mirroring: osgi.bundle,org.apache.geronimo.specs.osgi.registry.source,1.1.0.v201205170710 (Descriptor: packed: osgi.bundle,org.apache.geronimo.specs.osgi.registry.source,1.1.0.v201205170710) Mirroring: osgi.bundle,org.apache.commons.exec,1.1.0.v201301240602 (Descriptor: canonical: osgi.bundle,org.apache.commons.exec,1.1.0.v201301240602) Mirroring: osgi.bundle,org.apache.commons.exec,1.1.0.v201301240602 (Descriptor: packed: osgi.bundle,org.apache.commons.exec,1.1.0.v201301240602) Mirroring: osgi.bundle,org.apache.openejb.jee.source,4.0.0.beta-2_v201205041336 (Descriptor: packed: osgi.bundle,org.apache.openejb.jee.source,4.0.0.beta-2_v201205041336) Mirroring: osgi.bundle,org.apache.openejb.jee.source,4.0.0.beta-2_v201205041336 (Descriptor: canonical: osgi.bundle,org.apache.openejb.jee.source,4.0.0.beta-2_v201205041336) Mirroring: osgi.bundle,me.prettyprint.hector.source,0.7.0.0022_v20110412-1025 (Descriptor: packed: osgi.bundle,me.prettyprint.hector.source,0.7.0.0022_v20110412-1025) Mirroring: osgi.bundle,me.prettyprint.hector.source,0.7.0.0022_v20110412-1025 (Descriptor: canonical: osgi.bundle,me.prettyprint.hector.source,0.7.0.0022_v20110412-1025) Mirroring: osgi.bundle,org.apache.el.source,7.0.56.v201412180755 (Descriptor: canonical: osgi.bundle,org.apache.el.source,7.0.56.v201412180755) Mirroring: osgi.bundle,org.apache.el.source,7.0.56.v201412180755 (Descriptor: packed: osgi.bundle,org.apache.el.source,7.0.56.v201412180755) Mirroring: osgi.bundle,org.apache.xbean.bundleutils,3.12.0.v201304200545 (Descriptor: canonical: osgi.bundle,org.apache.xbean.bundleutils,3.12.0.v201304200545) Mirroring: osgi.bundle,org.apache.xbean.bundleutils,3.12.0.v201304200545 (Descriptor: packed: osgi.bundle,org.apache.xbean.bundleutils,3.12.0.v201304200545) Mirroring: osgi.bundle,org.apache.juli.extras,7.0.56.v201412180755 (Descriptor: canonical: osgi.bundle,org.apache.juli.extras,7.0.56.v201412180755) Mirroring: osgi.bundle,org.apache.juli.extras,7.0.56.v201412180755 (Descriptor: packed: osgi.bundle,org.apache.juli.extras,7.0.56.v201412180755) Mirroring: osgi.bundle,org.apache.xbean.asm,3.12.0.v201304200545 (Descriptor: canonical: osgi.bundle,org.apache.xbean.asm,3.12.0.v201304200545) Mirroring: osgi.bundle,org.apache.xbean.asm,3.12.0.v201304200545 (Descriptor: packed: osgi.bundle,org.apache.xbean.asm,3.12.0.v201304200545) Mirroring: osgi.bundle,com.google.gerrit.common.source,2.1.5.v201112241444 (Descriptor: packed: osgi.bundle,com.google.gerrit.common.source,2.1.5.v201112241444) Mirroring: osgi.bundle,com.google.gerrit.common.source,2.1.5.v201112241444 (Descriptor: canonical: osgi.bundle,com.google.gerrit.common.source,2.1.5.v201112241444) Mirroring: osgi.bundle,org.apache.commons.httpclient.source,3.1.0.v201012070820 (Descriptor: canonical: osgi.bundle,org.apache.commons.httpclient.source,3.1.0.v201012070820) Mirroring: osgi.bundle,org.apache.commons.httpclient.source,3.1.0.v201012070820 (Descriptor: packed: osgi.bundle,org.apache.commons.httpclient.source,3.1.0.v201012070820) Mirroring: osgi.bundle,org.apache.openwebbeans.web.source,1.1.7.v201304201405 (Descriptor: canonical: osgi.bundle,org.apache.openwebbeans.web.source,1.1.7.v201304201405) Mirroring: osgi.bundle,org.apache.openwebbeans.web.source,1.1.7.v201304201405 (Descriptor: packed: osgi.bundle,org.apache.openwebbeans.web.source,1.1.7.v201304201405) Mirroring: osgi.bundle,org.jsoup,1.7.2.v201411291515 (Descriptor: packed: osgi.bundle,org.jsoup,1.7.2.v201411291515) Mirroring: osgi.bundle,org.jsoup,1.7.2.v201411291515 (Descriptor: canonical: osgi.bundle,org.jsoup,1.7.2.v201411291515) Mirroring: osgi.bundle,org.hamcrest,1.1.0.v20090501071000 (Descriptor: canonical: osgi.bundle,org.hamcrest,1.1.0.v20090501071000) Mirroring: osgi.bundle,org.hamcrest,1.1.0.v20090501071000 (Descriptor: packed: osgi.bundle,org.hamcrest,1.1.0.v20090501071000) Mirroring: osgi.bundle,com.google.protobuf,2.4.0.v201105131100 (Descriptor: canonical: osgi.bundle,com.google.protobuf,2.4.0.v201105131100) Mirroring: osgi.bundle,org.apache.log4j,1.2.15.v201012070815 (Descriptor: packed: osgi.bundle,org.apache.log4j,1.2.15.v201012070815) Mirroring: osgi.bundle,org.apache.log4j,1.2.15.v201012070815 (Descriptor: canonical: osgi.bundle,org.apache.log4j,1.2.15.v201012070815) Mirroring: osgi.bundle,lpg.runtime.java,2.0.17.v201004271640 (Descriptor: packed: osgi.bundle,lpg.runtime.java,2.0.17.v201004271640) Mirroring: osgi.bundle,lpg.runtime.java,2.0.17.v201004271640 (Descriptor: canonical: osgi.bundle,lpg.runtime.java,2.0.17.v201004271640) Mirroring: osgi.bundle,org.apache.lucene.spellchecker.source,3.5.0.v20120725-1805 (Descriptor: canonical: osgi.bundle,org.apache.lucene.spellchecker.source,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.apache.lucene.spellchecker.source,3.5.0.v20120725-1805 (Descriptor: packed: osgi.bundle,org.apache.lucene.spellchecker.source,3.5.0.v20120725-1805) Mirroring: osgi.bundle,com.google.gwt.servlet,2.1.0.v201111291940 (Descriptor: canonical: osgi.bundle,com.google.gwt.servlet,2.1.0.v201111291940) Mirroring: osgi.bundle,org.apache.lucene.analysis.source,3.5.0.v20120725-1805 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analysis.source,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.apache.lucene.analysis.source,3.5.0.v20120725-1805 (Descriptor: packed: osgi.bundle,org.apache.lucene.analysis.source,3.5.0.v20120725-1805) Mirroring: osgi.bundle,javax.inject.source,1.0.0.v20091030 (Descriptor: canonical: osgi.bundle,javax.inject.source,1.0.0.v20091030) Mirroring: osgi.bundle,javax.management.remote,1.0.0.v20100427-1100 (Descriptor: packed: osgi.bundle,javax.management.remote,1.0.0.v20100427-1100) Mirroring: osgi.bundle,javax.management.remote,1.0.0.v20100427-1100 (Descriptor: canonical: osgi.bundle,javax.management.remote,1.0.0.v20100427-1100) Mirroring: osgi.bundle,org.ow2.jotm.jotm-core,2.1.9.v201204271116 (Descriptor: packed: osgi.bundle,org.ow2.jotm.jotm-core,2.1.9.v201204271116) Mirroring: osgi.bundle,org.ow2.jotm.jotm-core,2.1.9.v201204271116 (Descriptor: canonical: osgi.bundle,org.ow2.jotm.jotm-core,2.1.9.v201204271116) Mirroring: osgi.bundle,org.hamcrest.integration,1.3.0.v201305210900 (Descriptor: packed: osgi.bundle,org.hamcrest.integration,1.3.0.v201305210900) Mirroring: osgi.bundle,org.hamcrest.integration,1.3.0.v201305210900 (Descriptor: canonical: osgi.bundle,org.hamcrest.integration,1.3.0.v201305210900) Mirroring: osgi.bundle,ch.qos.logback.slf4j.source,1.0.7.v201505121915 (Descriptor: packed: osgi.bundle,ch.qos.logback.slf4j.source,1.0.7.v201505121915) Mirroring: osgi.bundle,ch.qos.logback.slf4j.source,1.0.7.v201505121915 (Descriptor: canonical: osgi.bundle,ch.qos.logback.slf4j.source,1.0.7.v201505121915) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore.nio,4.0.0.v200905121600 (Descriptor: packed: osgi.bundle,org.apache.httpcomponents.httpcore.nio,4.0.0.v200905121600) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore.nio,4.0.0.v200905121600 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpcore.nio,4.0.0.v200905121600) Mirroring: osgi.bundle,javassist,3.13.0.GA_v201209210905 (Descriptor: canonical: osgi.bundle,javassist,3.13.0.GA_v201209210905) Mirroring: osgi.bundle,javax.ejb,3.1.1.v201204261316 (Descriptor: packed: osgi.bundle,javax.ejb,3.1.1.v201204261316) Mirroring: osgi.bundle,javax.ejb,3.1.1.v201204261316 (Descriptor: canonical: osgi.bundle,javax.ejb,3.1.1.v201204261316) Mirroring: osgi.bundle,com.google.gerrit.reviewdb,2.1.5.v201112241444 (Descriptor: packed: osgi.bundle,com.google.gerrit.reviewdb,2.1.5.v201112241444) Mirroring: osgi.bundle,com.google.gerrit.reviewdb,2.1.5.v201112241444 (Descriptor: canonical: osgi.bundle,com.google.gerrit.reviewdb,2.1.5.v201112241444) Mirroring: osgi.bundle,javax.xml.stream,1.0.1.v201004272200 (Descriptor: packed: osgi.bundle,javax.xml.stream,1.0.1.v201004272200) Mirroring: osgi.bundle,javax.xml.stream,1.0.1.v201004272200 (Descriptor: canonical: osgi.bundle,javax.xml.stream,1.0.1.v201004272200) Mirroring: osgi.bundle,javax.transaction,1.1.1.v201105210645 (Descriptor: packed: osgi.bundle,javax.transaction,1.1.1.v201105210645) Mirroring: osgi.bundle,javax.transaction,1.1.1.v201105210645 (Descriptor: canonical: osgi.bundle,javax.transaction,1.1.1.v201105210645) Mirroring: osgi.bundle,org.custommonkey.xmlunit,1.3.0.v201605172130 (Descriptor: canonical: osgi.bundle,org.custommonkey.xmlunit,1.3.0.v201605172130) Mirroring: osgi.bundle,org.custommonkey.xmlunit,1.3.0.v201605172130 (Descriptor: packed: osgi.bundle,org.custommonkey.xmlunit,1.3.0.v201605172130) Mirroring: osgi.bundle,org.objenesis,1.0.0.v201505121915 (Descriptor: packed: osgi.bundle,org.objenesis,1.0.0.v201505121915) Mirroring: osgi.bundle,org.objenesis,1.0.0.v201505121915 (Descriptor: canonical: osgi.bundle,org.objenesis,1.0.0.v201505121915) Mirroring: osgi.bundle,org.codehaus.jackson.mapper.source,1.6.0.v20101005-0925 (Descriptor: canonical: osgi.bundle,org.codehaus.jackson.mapper.source,1.6.0.v20101005-0925) Mirroring: osgi.bundle,org.codehaus.jackson.mapper.source,1.6.0.v20101005-0925 (Descriptor: packed: osgi.bundle,org.codehaus.jackson.mapper.source,1.6.0.v20101005-0925) Mirroring: osgi.bundle,de.tuberlin.eecs.agg,2.1.0.v201512080800 (Descriptor: canonical: osgi.bundle,de.tuberlin.eecs.agg,2.1.0.v201512080800) Mirroring: osgi.bundle,de.tuberlin.eecs.agg,2.1.0.v201512080800 (Descriptor: packed: osgi.bundle,de.tuberlin.eecs.agg,2.1.0.v201512080800) Mirroring: osgi.bundle,org.apache.geronimo.components.transaction.source,3.1.1.v201205170710 (Descriptor: packed: osgi.bundle,org.apache.geronimo.components.transaction.source,3.1.1.v201205170710) Mirroring: osgi.bundle,org.apache.geronimo.components.transaction.source,3.1.1.v201205170710 (Descriptor: canonical: osgi.bundle,org.apache.geronimo.components.transaction.source,3.1.1.v201205170710) Mirroring: osgi.bundle,org.apache.xbean.bundleutils.source,3.12.0.v201304200545 (Descriptor: canonical: osgi.bundle,org.apache.xbean.bundleutils.source,3.12.0.v201304200545) Mirroring: osgi.bundle,org.apache.xbean.bundleutils.source,3.12.0.v201304200545 (Descriptor: packed: osgi.bundle,org.apache.xbean.bundleutils.source,3.12.0.v201304200545) Mirroring: osgi.bundle,org.objectweb.asm,3.3.1.v201105211655 (Descriptor: canonical: osgi.bundle,org.objectweb.asm,3.3.1.v201105211655) Mirroring: osgi.bundle,org.objectweb.asm,3.3.1.v201105211655 (Descriptor: packed: osgi.bundle,org.objectweb.asm,3.3.1.v201105211655) Mirroring: osgi.bundle,org.opensaml,1.1.0.v201105210827 (Descriptor: packed: osgi.bundle,org.opensaml,1.1.0.v201105210827) Mirroring: osgi.bundle,org.opensaml,1.1.0.v201105210827 (Descriptor: canonical: osgi.bundle,org.opensaml,1.1.0.v201105210827) Mirroring: osgi.bundle,com.sun.jersey,1.17.0.v201503170330 (Descriptor: canonical: osgi.bundle,com.sun.jersey,1.17.0.v201503170330) Mirroring: osgi.bundle,org.quartz,1.8.3.v20110329-1420 (Descriptor: packed: osgi.bundle,org.quartz,1.8.3.v20110329-1420) Mirroring: osgi.bundle,org.quartz,1.8.3.v20110329-1420 (Descriptor: canonical: osgi.bundle,org.quartz,1.8.3.v20110329-1420) Mirroring: osgi.bundle,org.apache.solr.client.solrj,3.5.0.v20150506-0844 (Descriptor: canonical: osgi.bundle,org.apache.solr.client.solrj,3.5.0.v20150506-0844) Mirroring: osgi.bundle,org.apache.solr.client.solrj,3.5.0.v20150506-0844 (Descriptor: packed: osgi.bundle,org.apache.solr.client.solrj,3.5.0.v20150506-0844) May 03, 2021 1:49:13 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond May 03, 2021 1:49:13 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 Mirroring: osgi.bundle,javax.jms.source,1.1.0.v201205091237 (Descriptor: packed: osgi.bundle,javax.jms.source,1.1.0.v201205091237) Mirroring: osgi.bundle,javax.jms.source,1.1.0.v201205091237 (Descriptor: canonical: osgi.bundle,javax.jms.source,1.1.0.v201205091237) Mirroring: osgi.bundle,com.google.inject,3.0.0.v201605172100 (Descriptor: packed: osgi.bundle,com.google.inject,3.0.0.v201605172100) Mirroring: osgi.bundle,com.google.inject,3.0.0.v201605172100 (Descriptor: canonical: osgi.bundle,com.google.inject,3.0.0.v201605172100) Mirroring: osgi.bundle,org.h2,1.3.168.v201212121212 (Descriptor: canonical: osgi.bundle,org.h2,1.3.168.v201212121212) Mirroring: osgi.bundle,org.apache.solr.core,3.5.0.v20150506-0844 (Descriptor: canonical: osgi.bundle,org.apache.solr.core,3.5.0.v20150506-0844) Mirroring: osgi.bundle,org.apache.solr.core,3.5.0.v20150506-0844 (Descriptor: packed: osgi.bundle,org.apache.solr.core,3.5.0.v20150506-0844) Mirroring: osgi.bundle,javax.security.jacc,1.4.0.v201205031350 (Descriptor: packed: osgi.bundle,javax.security.jacc,1.4.0.v201205031350) Mirroring: osgi.bundle,javax.security.jacc,1.4.0.v201205031350 (Descriptor: canonical: osgi.bundle,javax.security.jacc,1.4.0.v201205031350) Mirroring: osgi.bundle,org.apache.commons.jxpath,1.3.0.v200911051830 (Descriptor: canonical: osgi.bundle,org.apache.commons.jxpath,1.3.0.v200911051830) Mirroring: osgi.bundle,org.apache.commons.jxpath,1.3.0.v200911051830 (Descriptor: packed: osgi.bundle,org.apache.commons.jxpath,1.3.0.v200911051830) Mirroring: osgi.bundle,ch.ethz.iks.slp.source,1.0.0.RC2_v20080604-1500 (Descriptor: packed: osgi.bundle,ch.ethz.iks.slp.source,1.0.0.RC2_v20080604-1500) Mirroring: osgi.bundle,ch.ethz.iks.slp.source,1.0.0.RC2_v20080604-1500 (Descriptor: canonical: osgi.bundle,ch.ethz.iks.slp.source,1.0.0.RC2_v20080604-1500) Mirroring: osgi.bundle,org.json,1.0.0.v201011060100 (Descriptor: packed: osgi.bundle,org.json,1.0.0.v201011060100) Mirroring: osgi.bundle,org.json,1.0.0.v201011060100 (Descriptor: canonical: osgi.bundle,org.json,1.0.0.v201011060100) Mirroring: osgi.bundle,net.miginfocom.layout.swing.source,3.7.1.v200911230030 (Descriptor: canonical: osgi.bundle,net.miginfocom.layout.swing.source,3.7.1.v200911230030) Mirroring: osgi.bundle,net.miginfocom.layout.swing.source,3.7.1.v200911230030 (Descriptor: packed: osgi.bundle,net.miginfocom.layout.swing.source,3.7.1.v200911230030) Mirroring: osgi.bundle,com.sun.el.source,2.2.0.v201303151357 (Descriptor: packed: osgi.bundle,com.sun.el.source,2.2.0.v201303151357) Mirroring: osgi.bundle,com.sun.el.source,2.2.0.v201303151357 (Descriptor: canonical: osgi.bundle,com.sun.el.source,2.2.0.v201303151357) Mirroring: osgi.bundle,org.mockito.source,1.8.4.v201303031500 (Descriptor: packed: osgi.bundle,org.mockito.source,1.8.4.v201303031500) Mirroring: osgi.bundle,org.mockito.source,1.8.4.v201303031500 (Descriptor: canonical: osgi.bundle,org.mockito.source,1.8.4.v201303031500) Mirroring: osgi.bundle,org.mozilla.javascript.source,1.7.5.v201504281450 (Descriptor: canonical: osgi.bundle,org.mozilla.javascript.source,1.7.5.v201504281450) Mirroring: osgi.bundle,org.mozilla.javascript.source,1.7.5.v201504281450 (Descriptor: packed: osgi.bundle,org.mozilla.javascript.source,1.7.5.v201504281450) Mirroring: osgi.bundle,org.jdom,1.1.1.v201101151400 (Descriptor: canonical: osgi.bundle,org.jdom,1.1.1.v201101151400) Mirroring: osgi.bundle,org.jdom,1.1.1.v201101151400 (Descriptor: packed: osgi.bundle,org.jdom,1.1.1.v201101151400) Mirroring: osgi.bundle,org.pushingpixels.trident,1.2.0.v201305152020 (Descriptor: packed: osgi.bundle,org.pushingpixels.trident,1.2.0.v201305152020) Mirroring: osgi.bundle,org.pushingpixels.trident,1.2.0.v201305152020 (Descriptor: canonical: osgi.bundle,org.pushingpixels.trident,1.2.0.v201305152020) Mirroring: osgi.bundle,org.codehaus.jackson.jaxrs,1.6.0.v20101005-1100 (Descriptor: packed: osgi.bundle,org.codehaus.jackson.jaxrs,1.6.0.v20101005-1100) Mirroring: osgi.bundle,org.codehaus.jackson.jaxrs,1.6.0.v20101005-1100 (Descriptor: canonical: osgi.bundle,org.codehaus.jackson.jaxrs,1.6.0.v20101005-1100) Mirroring: osgi.bundle,org.antlr.runtime,3.2.0.v201101311130 (Descriptor: packed: osgi.bundle,org.antlr.runtime,3.2.0.v201101311130) Mirroring: osgi.bundle,org.antlr.runtime,3.2.0.v201101311130 (Descriptor: canonical: osgi.bundle,org.antlr.runtime,3.2.0.v201101311130) Mirroring: osgi.bundle,org.w3c.css.sac,1.3.1.v200903091627 (Descriptor: canonical: osgi.bundle,org.w3c.css.sac,1.3.1.v200903091627) Mirroring: osgi.bundle,org.glassfish.com.sun.faces,2.1.18.v201304210537 (Descriptor: canonical: osgi.bundle,org.glassfish.com.sun.faces,2.1.18.v201304210537) Mirroring: osgi.bundle,commonj.sdo,2.1.1.v201112051852 (Descriptor: canonical: osgi.bundle,commonj.sdo,2.1.1.v201112051852) Mirroring: osgi.bundle,commonj.sdo,2.1.1.v201112051852 (Descriptor: packed: osgi.bundle,commonj.sdo,2.1.1.v201112051852) Mirroring: osgi.bundle,org.apache.openwebbeans.ee.common,1.1.7.v201304201405 (Descriptor: canonical: osgi.bundle,org.apache.openwebbeans.ee.common,1.1.7.v201304201405) Mirroring: osgi.bundle,org.apache.openwebbeans.ee.common,1.1.7.v201304201405 (Descriptor: packed: osgi.bundle,org.apache.openwebbeans.ee.common,1.1.7.v201304201405) Mirroring: osgi.bundle,javax.annotation,1.2.0.v201602091430 (Descriptor: canonical: osgi.bundle,javax.annotation,1.2.0.v201602091430) Mirroring: osgi.bundle,javax.annotation,1.2.0.v201602091430 (Descriptor: packed: osgi.bundle,javax.annotation,1.2.0.v201602091430) Mirroring: osgi.bundle,org.apache.openwebbeans.ejb,1.1.7.v201304200545 (Descriptor: packed: osgi.bundle,org.apache.openwebbeans.ejb,1.1.7.v201304200545) Mirroring: osgi.bundle,org.apache.openwebbeans.ejb,1.1.7.v201304200545 (Descriptor: canonical: osgi.bundle,org.apache.openwebbeans.ejb,1.1.7.v201304200545) Mirroring: osgi.bundle,org.slf4j.jul,1.7.2.v20121108-1250 (Descriptor: packed: osgi.bundle,org.slf4j.jul,1.7.2.v20121108-1250) Mirroring: osgi.bundle,org.slf4j.jul,1.7.2.v20121108-1250 (Descriptor: canonical: osgi.bundle,org.slf4j.jul,1.7.2.v20121108-1250) Mirroring: osgi.bundle,org.ccil.cowan.tagsoup,1.2.0.v201202211000 (Descriptor: canonical: osgi.bundle,org.ccil.cowan.tagsoup,1.2.0.v201202211000) Mirroring: osgi.bundle,org.ccil.cowan.tagsoup,1.2.0.v201202211000 (Descriptor: packed: osgi.bundle,org.ccil.cowan.tagsoup,1.2.0.v201202211000) Mirroring: osgi.bundle,org.apache.openwebbeans.web,1.1.7.v201304201405 (Descriptor: packed: osgi.bundle,org.apache.openwebbeans.web,1.1.7.v201304201405) Mirroring: osgi.bundle,org.apache.openwebbeans.web,1.1.7.v201304201405 (Descriptor: canonical: osgi.bundle,org.apache.openwebbeans.web,1.1.7.v201304201405) Mirroring: osgi.bundle,org.apache.openwebbeans.ee,1.1.7.v201304200545 (Descriptor: packed: osgi.bundle,org.apache.openwebbeans.ee,1.1.7.v201304200545) Mirroring: osgi.bundle,org.apache.openwebbeans.ee,1.1.7.v201304200545 (Descriptor: canonical: osgi.bundle,org.apache.openwebbeans.ee,1.1.7.v201304200545) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore,4.3.3.v201411290715 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpcore,4.3.3.v201411290715) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore,4.3.3.v201411290715 (Descriptor: packed: osgi.bundle,org.apache.httpcomponents.httpcore,4.3.3.v201411290715) Mirroring: osgi.bundle,org.easymock.source,2.4.0.v20090202-0900 (Descriptor: canonical: osgi.bundle,org.easymock.source,2.4.0.v20090202-0900) Mirroring: osgi.bundle,org.easymock.source,2.4.0.v20090202-0900 (Descriptor: packed: osgi.bundle,org.easymock.source,2.4.0.v20090202-0900) Mirroring: osgi.bundle,org.apache.jasper.glassfish.source,2.2.2.v201501141630 (Descriptor: canonical: osgi.bundle,org.apache.jasper.glassfish.source,2.2.2.v201501141630) Mirroring: osgi.bundle,org.apache.jasper.glassfish.source,2.2.2.v201501141630 (Descriptor: packed: osgi.bundle,org.apache.jasper.glassfish.source,2.2.2.v201501141630) Mirroring: osgi.bundle,javax.annotation.source,1.2.0.v201602091430 (Descriptor: packed: osgi.bundle,javax.annotation.source,1.2.0.v201602091430) Mirroring: osgi.bundle,javax.annotation.source,1.2.0.v201602091430 (Descriptor: canonical: osgi.bundle,javax.annotation.source,1.2.0.v201602091430) Mirroring: osgi.bundle,org.apache.openwebbeans.ee.common.source,1.1.7.v201304201405 (Descriptor: packed: osgi.bundle,org.apache.openwebbeans.ee.common.source,1.1.7.v201304201405) Mirroring: osgi.bundle,org.apache.openwebbeans.ee.common.source,1.1.7.v201304201405 (Descriptor: canonical: osgi.bundle,org.apache.openwebbeans.ee.common.source,1.1.7.v201304201405) Mirroring: osgi.bundle,org.hamcrest.core,1.1.0.v20090501071000 (Descriptor: canonical: osgi.bundle,org.hamcrest.core,1.1.0.v20090501071000) Mirroring: osgi.bundle,org.hamcrest.core,1.1.0.v20090501071000 (Descriptor: packed: osgi.bundle,org.hamcrest.core,1.1.0.v20090501071000) Mirroring: osgi.bundle,org.w3c.css.sac.source,1.3.1.v200903091627 (Descriptor: canonical: osgi.bundle,org.w3c.css.sac.source,1.3.1.v200903091627) Mirroring: osgi.bundle,org.apache.mina.core.source,2.0.7.v201401071602 (Descriptor: canonical: osgi.bundle,org.apache.mina.core.source,2.0.7.v201401071602) Mirroring: osgi.bundle,org.apache.mina.core.source,2.0.7.v201401071602 (Descriptor: packed: osgi.bundle,org.apache.mina.core.source,2.0.7.v201401071602) Mirroring: osgi.bundle,org.apache.xbean.naming,3.12.0.v201304201405 (Descriptor: packed: osgi.bundle,org.apache.xbean.naming,3.12.0.v201304201405) Mirroring: osgi.bundle,org.apache.xbean.naming,3.12.0.v201304201405 (Descriptor: canonical: osgi.bundle,org.apache.xbean.naming,3.12.0.v201304201405) Mirroring: osgi.bundle,org.hamcrest.generator,1.1.0.v20090501071000 (Descriptor: packed: osgi.bundle,org.hamcrest.generator,1.1.0.v20090501071000) Mirroring: osgi.bundle,org.hamcrest.generator,1.1.0.v20090501071000 (Descriptor: canonical: osgi.bundle,org.hamcrest.generator,1.1.0.v20090501071000) Mirroring: osgi.bundle,org.apache.solr.core.source,3.5.0.v20150506-0844 (Descriptor: canonical: osgi.bundle,org.apache.solr.core.source,3.5.0.v20150506-0844) Mirroring: osgi.bundle,org.apache.solr.core.source,3.5.0.v20150506-0844 (Descriptor: packed: osgi.bundle,org.apache.solr.core.source,3.5.0.v20150506-0844) Mirroring: osgi.bundle,cdi.api.source,1.0.0.v201105160744 (Descriptor: canonical: osgi.bundle,cdi.api.source,1.0.0.v201105160744) Mirroring: osgi.bundle,cdi.api.source,1.0.0.v201105160744 (Descriptor: packed: osgi.bundle,cdi.api.source,1.0.0.v201105160744) Mirroring: osgi.bundle,javax.websocket.source,1.0.0.v20140310-1603 (Descriptor: packed: osgi.bundle,javax.websocket.source,1.0.0.v20140310-1603) Mirroring: osgi.bundle,javax.websocket.source,1.0.0.v20140310-1603 (Descriptor: canonical: osgi.bundle,javax.websocket.source,1.0.0.v20140310-1603) Mirroring: osgi.bundle,org.apache.xbean.reflect,3.12.0.v201304201405 (Descriptor: packed: osgi.bundle,org.apache.xbean.reflect,3.12.0.v201304201405) Mirroring: osgi.bundle,org.apache.xbean.reflect,3.12.0.v201304201405 (Descriptor: canonical: osgi.bundle,org.apache.xbean.reflect,3.12.0.v201304201405) Mirroring: osgi.bundle,org.apache.commons.math.source,2.1.0.v201105210652 (Descriptor: packed: osgi.bundle,org.apache.commons.math.source,2.1.0.v201105210652) Mirroring: osgi.bundle,org.apache.commons.math.source,2.1.0.v201105210652 (Descriptor: canonical: osgi.bundle,org.apache.commons.math.source,2.1.0.v201105210652) Mirroring: osgi.bundle,javax.wsdl,1.5.1.v201012040544 (Descriptor: canonical: osgi.bundle,javax.wsdl,1.5.1.v201012040544) Mirroring: osgi.bundle,javax.wsdl,1.5.1.v201012040544 (Descriptor: packed: osgi.bundle,javax.wsdl,1.5.1.v201012040544) Mirroring: osgi.bundle,org.apache.derby,10.8.2.2_v201605172130 (Descriptor: canonical: osgi.bundle,org.apache.derby,10.8.2.2_v201605172130) Mirroring: osgi.bundle,org.apache.derby,10.8.2.2_v201605172130 (Descriptor: packed: osgi.bundle,org.apache.derby,10.8.2.2_v201605172130) Mirroring: osgi.bundle,javax.mail.glassfish,1.4.1.v201108011116 (Descriptor: canonical: osgi.bundle,javax.mail.glassfish,1.4.1.v201108011116) Mirroring: osgi.bundle,com.google.inject.assistedinject.source,3.0.0.v201402270930 (Descriptor: packed: osgi.bundle,com.google.inject.assistedinject.source,3.0.0.v201402270930) Mirroring: osgi.bundle,com.google.inject.assistedinject.source,3.0.0.v201402270930 (Descriptor: canonical: osgi.bundle,com.google.inject.assistedinject.source,3.0.0.v201402270930) Mirroring: osgi.bundle,org.apache.xml.security,1.4.2.v201005080400 (Descriptor: packed: osgi.bundle,org.apache.xml.security,1.4.2.v201005080400) Mirroring: osgi.bundle,org.apache.xml.security,1.4.2.v201005080400 (Descriptor: canonical: osgi.bundle,org.apache.xml.security,1.4.2.v201005080400) Mirroring: osgi.bundle,javax.servlet.jsp,2.2.0.v201112011158 (Descriptor: packed: osgi.bundle,javax.servlet.jsp,2.2.0.v201112011158) Mirroring: osgi.bundle,javax.servlet.jsp,2.2.0.v201112011158 (Descriptor: canonical: osgi.bundle,javax.servlet.jsp,2.2.0.v201112011158) Mirroring: osgi.bundle,org.apache.openwebbeans.spi.source,1.1.7.v201505121400 (Descriptor: packed: osgi.bundle,org.apache.openwebbeans.spi.source,1.1.7.v201505121400) Mirroring: osgi.bundle,org.apache.openwebbeans.spi.source,1.1.7.v201505121400 (Descriptor: canonical: osgi.bundle,org.apache.openwebbeans.spi.source,1.1.7.v201505121400) Mirroring: osgi.bundle,org.objectweb.asm.xml,5.0.1.v201404251740 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.xml,5.0.1.v201404251740) Mirroring: osgi.bundle,org.objectweb.asm.xml,5.0.1.v201404251740 (Descriptor: packed: osgi.bundle,org.objectweb.asm.xml,5.0.1.v201404251740) Mirroring: osgi.bundle,org.apache.openejb.javaagent.source,4.0.0.beta-2_v201205041047 (Descriptor: packed: osgi.bundle,org.apache.openejb.javaagent.source,4.0.0.beta-2_v201205041047) Mirroring: osgi.bundle,org.apache.openejb.javaagent.source,4.0.0.beta-2_v201205041047 (Descriptor: canonical: osgi.bundle,org.apache.openejb.javaagent.source,4.0.0.beta-2_v201205041047) Mirroring: osgi.bundle,javax.mail.glassfish.source,1.4.1.v201108011116 (Descriptor: canonical: osgi.bundle,javax.mail.glassfish.source,1.4.1.v201108011116) Mirroring: osgi.bundle,javax.mail.glassfish.source,1.4.1.v201108011116 (Descriptor: packed: osgi.bundle,javax.mail.glassfish.source,1.4.1.v201108011116) Mirroring: osgi.bundle,org.apache.openwebbeans.jsf,1.1.7.v201304201405 (Descriptor: canonical: osgi.bundle,org.apache.openwebbeans.jsf,1.1.7.v201304201405) Mirroring: osgi.bundle,org.apache.openwebbeans.jsf,1.1.7.v201304201405 (Descriptor: packed: osgi.bundle,org.apache.openwebbeans.jsf,1.1.7.v201304201405) Mirroring: osgi.bundle,org.custommonkey.xmlunit.source,1.3.0.v201605172130 (Descriptor: packed: osgi.bundle,org.custommonkey.xmlunit.source,1.3.0.v201605172130) Mirroring: osgi.bundle,org.custommonkey.xmlunit.source,1.3.0.v201605172130 (Descriptor: canonical: osgi.bundle,org.custommonkey.xmlunit.source,1.3.0.v201605172130) Mirroring: osgi.bundle,org.apache.solr.client.solrj.source,3.5.0.v20150506-0844 (Descriptor: packed: osgi.bundle,org.apache.solr.client.solrj.source,3.5.0.v20150506-0844) Mirroring: osgi.bundle,org.apache.solr.client.solrj.source,3.5.0.v20150506-0844 (Descriptor: canonical: osgi.bundle,org.apache.solr.client.solrj.source,3.5.0.v20150506-0844) Mirroring: osgi.bundle,org.cyberneko.html,1.9.14.v201105210654 (Descriptor: packed: osgi.bundle,org.cyberneko.html,1.9.14.v201105210654) Mirroring: osgi.bundle,org.cyberneko.html,1.9.14.v201105210654 (Descriptor: canonical: osgi.bundle,org.cyberneko.html,1.9.14.v201105210654) Mirroring: osgi.bundle,scannotation.source,1.0.2.v201205170710 (Descriptor: packed: osgi.bundle,scannotation.source,1.0.2.v201205170710) Mirroring: osgi.bundle,scannotation.source,1.0.2.v201205170710 (Descriptor: canonical: osgi.bundle,scannotation.source,1.0.2.v201205170710) Mirroring: osgi.bundle,org.apache.el,7.0.56.v201412180755 (Descriptor: canonical: osgi.bundle,org.apache.el,7.0.56.v201412180755) Mirroring: osgi.bundle,org.apache.el,7.0.56.v201412180755 (Descriptor: packed: osgi.bundle,org.apache.el,7.0.56.v201412180755) Mirroring: osgi.bundle,javax.resource.source,1.6.0.v201204270900 (Descriptor: canonical: osgi.bundle,javax.resource.source,1.6.0.v201204270900) Mirroring: osgi.bundle,javax.resource.source,1.6.0.v201204270900 (Descriptor: packed: osgi.bundle,javax.resource.source,1.6.0.v201204270900) Mirroring: osgi.bundle,org.xmlpull,1.1.3.4_v201201052148 (Descriptor: canonical: osgi.bundle,org.xmlpull,1.1.3.4_v201201052148) Mirroring: osgi.bundle,org.xmlpull,1.1.3.4_v201201052148 (Descriptor: packed: osgi.bundle,org.xmlpull,1.1.3.4_v201201052148) Mirroring: osgi.bundle,net.sourceforge.nattable.core.source,2.1.0.v201102070845 (Descriptor: canonical: osgi.bundle,net.sourceforge.nattable.core.source,2.1.0.v201102070845) Mirroring: osgi.bundle,net.sourceforge.nattable.core.source,2.1.0.v201102070845 (Descriptor: packed: osgi.bundle,net.sourceforge.nattable.core.source,2.1.0.v201102070845) Mirroring: osgi.bundle,org.apache.lucene.spatial,3.5.0.v20120725-1805 (Descriptor: canonical: osgi.bundle,org.apache.lucene.spatial,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.apache.openejb.api.source,4.0.0.beta-2_v201205041047 (Descriptor: canonical: osgi.bundle,org.apache.openejb.api.source,4.0.0.beta-2_v201205041047) Mirroring: osgi.bundle,org.apache.openejb.api.source,4.0.0.beta-2_v201205041047 (Descriptor: packed: osgi.bundle,org.apache.openejb.api.source,4.0.0.beta-2_v201205041047) Mirroring: osgi.bundle,org.codehaus.jackson.core,1.6.0.v20101005-0925 (Descriptor: canonical: osgi.bundle,org.codehaus.jackson.core,1.6.0.v20101005-0925) Mirroring: osgi.bundle,org.codehaus.jackson.core,1.6.0.v20101005-0925 (Descriptor: packed: osgi.bundle,org.codehaus.jackson.core,1.6.0.v20101005-0925) Mirroring: osgi.bundle,org.xbill.dns.source,2.0.8.v201112050911 (Descriptor: packed: osgi.bundle,org.xbill.dns.source,2.0.8.v201112050911) Mirroring: osgi.bundle,org.xbill.dns.source,2.0.8.v201112050911 (Descriptor: canonical: osgi.bundle,org.xbill.dns.source,2.0.8.v201112050911) Mirroring: osgi.bundle,org.apache.tomcat.api.source,7.0.56.v201412180755 (Descriptor: packed: osgi.bundle,org.apache.tomcat.api.source,7.0.56.v201412180755) Mirroring: osgi.bundle,org.apache.tomcat.api.source,7.0.56.v201412180755 (Descriptor: canonical: osgi.bundle,org.apache.tomcat.api.source,7.0.56.v201412180755) Mirroring: osgi.bundle,com.google.gwtorm.source,1.1.4.v201112241444 (Descriptor: canonical: osgi.bundle,com.google.gwtorm.source,1.1.4.v201112241444) Mirroring: osgi.bundle,com.google.gwtorm.source,1.1.4.v201112241444 (Descriptor: packed: osgi.bundle,com.google.gwtorm.source,1.1.4.v201112241444) Mirroring: osgi.bundle,org.apache.catalina.ha,7.0.56.v201412180755 (Descriptor: canonical: osgi.bundle,org.apache.catalina.ha,7.0.56.v201412180755) Mirroring: osgi.bundle,org.apache.catalina.ha,7.0.56.v201412180755 (Descriptor: packed: osgi.bundle,org.apache.catalina.ha,7.0.56.v201412180755) Mirroring: osgi.bundle,javax.xml.bind.source,2.2.0.v201105210648 (Descriptor: packed: osgi.bundle,javax.xml.bind.source,2.2.0.v201105210648) Mirroring: osgi.bundle,javax.xml.bind.source,2.2.0.v201105210648 (Descriptor: canonical: osgi.bundle,javax.xml.bind.source,2.2.0.v201105210648) Mirroring: osgi.bundle,org.apache.lucene.memory,3.5.0.v20120725-1805 (Descriptor: canonical: osgi.bundle,org.apache.lucene.memory,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.hamcrest.text,1.1.0.v20090501071000 (Descriptor: packed: osgi.bundle,org.hamcrest.text,1.1.0.v20090501071000) Mirroring: osgi.bundle,org.hamcrest.text,1.1.0.v20090501071000 (Descriptor: canonical: osgi.bundle,org.hamcrest.text,1.1.0.v20090501071000) Mirroring: osgi.bundle,org.apache.axis,1.4.0.v201411182030 (Descriptor: packed: osgi.bundle,org.apache.axis,1.4.0.v201411182030) Mirroring: osgi.bundle,org.apache.axis,1.4.0.v201411182030 (Descriptor: canonical: osgi.bundle,org.apache.axis,1.4.0.v201411182030) Mirroring: osgi.bundle,org.objectweb.asm,4.0.0.v201302062210 (Descriptor: canonical: osgi.bundle,org.objectweb.asm,4.0.0.v201302062210) Mirroring: osgi.bundle,org.objectweb.asm,4.0.0.v201302062210 (Descriptor: packed: osgi.bundle,org.objectweb.asm,4.0.0.v201302062210) Mirroring: osgi.bundle,org.apache.derby,10.11.1.1_v201605202053 (Descriptor: canonical: osgi.bundle,org.apache.derby,10.11.1.1_v201605202053) Mirroring: osgi.bundle,org.apache.derby,10.11.1.1_v201605202053 (Descriptor: packed: osgi.bundle,org.apache.derby,10.11.1.1_v201605202053) Mirroring: osgi.bundle,org.restlet.ext.servlet.source,2.0.5.v201605172130 (Descriptor: packed: osgi.bundle,org.restlet.ext.servlet.source,2.0.5.v201605172130) Mirroring: osgi.bundle,org.restlet.ext.servlet.source,2.0.5.v201605172130 (Descriptor: canonical: osgi.bundle,org.restlet.ext.servlet.source,2.0.5.v201605172130) Mirroring: osgi.bundle,com.google.gerrit.common,2.1.5.v201112241444 (Descriptor: canonical: osgi.bundle,com.google.gerrit.common,2.1.5.v201112241444) Mirroring: osgi.bundle,com.google.gerrit.common,2.1.5.v201112241444 (Descriptor: packed: osgi.bundle,com.google.gerrit.common,2.1.5.v201112241444) Mirroring: osgi.bundle,net.miginfocom.layout.swt.source,3.7.1.v201505121915 (Descriptor: canonical: osgi.bundle,net.miginfocom.layout.swt.source,3.7.1.v201505121915) Mirroring: osgi.bundle,net.miginfocom.layout.swt.source,3.7.1.v201505121915 (Descriptor: packed: osgi.bundle,net.miginfocom.layout.swt.source,3.7.1.v201505121915) Mirroring: osgi.bundle,org.apache.coyote,7.0.56.v201412180755 (Descriptor: canonical: osgi.bundle,org.apache.coyote,7.0.56.v201412180755) Mirroring: osgi.bundle,com.google.inject.multibindings,3.0.0.v201605172100 (Descriptor: packed: osgi.bundle,com.google.inject.multibindings,3.0.0.v201605172100) Mirroring: osgi.bundle,com.google.inject.multibindings,3.0.0.v201605172100 (Descriptor: canonical: osgi.bundle,com.google.inject.multibindings,3.0.0.v201605172100) Mirroring: osgi.bundle,org.hamcrest.core.source,1.1.0.v20090501071000 (Descriptor: canonical: osgi.bundle,org.hamcrest.core.source,1.1.0.v20090501071000) Mirroring: osgi.bundle,org.hamcrest.core.source,1.1.0.v20090501071000 (Descriptor: packed: osgi.bundle,org.hamcrest.core.source,1.1.0.v20090501071000) Mirroring: osgi.bundle,org.apache.openwebbeans.spi,1.1.7.v201505121400 (Descriptor: canonical: osgi.bundle,org.apache.openwebbeans.spi,1.1.7.v201505121400) Mirroring: osgi.bundle,org.apache.openwebbeans.spi,1.1.7.v201505121400 (Descriptor: packed: osgi.bundle,org.apache.openwebbeans.spi,1.1.7.v201505121400) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore.source,4.2.5.v201311072007 (Descriptor: packed: osgi.bundle,org.apache.httpcomponents.httpcore.source,4.2.5.v201311072007) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore.source,4.2.5.v201311072007 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpcore.source,4.2.5.v201311072007) Mirroring: osgi.bundle,org.w3c.dom.events.source,3.0.0.draft20060413_v201105210656 (Descriptor: canonical: osgi.bundle,org.w3c.dom.events.source,3.0.0.draft20060413_v201105210656) Mirroring: osgi.bundle,org.apache.openejb.api,4.0.0.beta-2_v201205041047 (Descriptor: packed: osgi.bundle,org.apache.openejb.api,4.0.0.beta-2_v201205041047) Mirroring: osgi.bundle,org.apache.openejb.api,4.0.0.beta-2_v201205041047 (Descriptor: canonical: osgi.bundle,org.apache.openejb.api,4.0.0.beta-2_v201205041047) Mirroring: osgi.bundle,org.apache.httpcomponents.httpclient.source,4.3.6.v201511171540 (Descriptor: packed: osgi.bundle,org.apache.httpcomponents.httpclient.source,4.3.6.v201511171540) Mirroring: osgi.bundle,org.apache.httpcomponents.httpclient.source,4.3.6.v201511171540 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpclient.source,4.3.6.v201511171540) Mirroring: osgi.bundle,com.thoughtworks.xstream.source,1.3.1.v201111240924 (Descriptor: packed: osgi.bundle,com.thoughtworks.xstream.source,1.3.1.v201111240924) Mirroring: osgi.bundle,com.thoughtworks.xstream.source,1.3.1.v201111240924 (Descriptor: canonical: osgi.bundle,com.thoughtworks.xstream.source,1.3.1.v201111240924) Mirroring: osgi.bundle,org.apache.jasper.source,7.0.56.v201412180755 (Descriptor: canonical: osgi.bundle,org.apache.jasper.source,7.0.56.v201412180755) Mirroring: osgi.bundle,org.apache.jasper.source,7.0.56.v201412180755 (Descriptor: packed: osgi.bundle,org.apache.jasper.source,7.0.56.v201412180755) Mirroring: osgi.bundle,org.w3c.dom.svg,1.1.0.v201011041433 (Descriptor: canonical: osgi.bundle,org.w3c.dom.svg,1.1.0.v201011041433) Mirroring: osgi.bundle,org.apache.neethi,2.0.4.1 (Descriptor: packed: osgi.bundle,org.apache.neethi,2.0.4.1) Mirroring: osgi.bundle,org.apache.neethi,2.0.4.1 (Descriptor: canonical: osgi.bundle,org.apache.neethi,2.0.4.1) Mirroring: osgi.bundle,org.jmock,1.2.0.v201303080310 (Descriptor: packed: osgi.bundle,org.jmock,1.2.0.v201303080310) Mirroring: osgi.bundle,org.jmock,1.2.0.v201303080310 (Descriptor: canonical: osgi.bundle,org.jmock,1.2.0.v201303080310) Mirroring: osgi.bundle,org.apache.lucene.queries.source,3.5.0.v20120725-1805 (Descriptor: canonical: osgi.bundle,org.apache.lucene.queries.source,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.apache.lucene.queries.source,3.5.0.v20120725-1805 (Descriptor: packed: osgi.bundle,org.apache.lucene.queries.source,3.5.0.v20120725-1805) Mirroring: osgi.bundle,javax.security.auth.message.source,1.0.0.v201108011116 (Descriptor: canonical: osgi.bundle,javax.security.auth.message.source,1.0.0.v201108011116) Mirroring: osgi.bundle,javax.security.auth.message.source,1.0.0.v201108011116 (Descriptor: packed: osgi.bundle,javax.security.auth.message.source,1.0.0.v201108011116) Mirroring: osgi.bundle,org.apache.commons.daemon,1.0.5.v20121125-0905 (Descriptor: packed: osgi.bundle,org.apache.commons.daemon,1.0.5.v20121125-0905) Mirroring: osgi.bundle,org.apache.commons.daemon,1.0.5.v20121125-0905 (Descriptor: canonical: osgi.bundle,org.apache.commons.daemon,1.0.5.v20121125-0905) Mirroring: osgi.bundle,org.slf4j.impl.log4j12.source,1.7.2.v20131105-2200 (Descriptor: packed: osgi.bundle,org.slf4j.impl.log4j12.source,1.7.2.v20131105-2200) Mirroring: osgi.bundle,org.slf4j.impl.log4j12.source,1.7.2.v20131105-2200 (Descriptor: canonical: osgi.bundle,org.slf4j.impl.log4j12.source,1.7.2.v20131105-2200) Mirroring: osgi.bundle,org.hamcrest.text.source,1.1.0.v20090501071000 (Descriptor: packed: osgi.bundle,org.hamcrest.text.source,1.1.0.v20090501071000) Mirroring: osgi.bundle,org.hamcrest.text.source,1.1.0.v20090501071000 (Descriptor: canonical: osgi.bundle,org.hamcrest.text.source,1.1.0.v20090501071000) Mirroring: osgi.bundle,org.w3c.dom.svg.source,1.1.0.v201011041433 (Descriptor: canonical: osgi.bundle,org.w3c.dom.svg.source,1.1.0.v201011041433) Mirroring: osgi.bundle,org.apache.openwebbeans.tomcat7.source,1.1.7.v201304201405 (Descriptor: packed: osgi.bundle,org.apache.openwebbeans.tomcat7.source,1.1.7.v201304201405) Mirroring: osgi.bundle,org.apache.openwebbeans.tomcat7.source,1.1.7.v201304201405 (Descriptor: canonical: osgi.bundle,org.apache.openwebbeans.tomcat7.source,1.1.7.v201304201405) Mirroring: osgi.bundle,org.apache.geronimo.specs.osgi.registry,1.1.0.v201205170710 (Descriptor: canonical: osgi.bundle,org.apache.geronimo.specs.osgi.registry,1.1.0.v201205170710) Mirroring: osgi.bundle,org.apache.geronimo.specs.osgi.registry,1.1.0.v201205170710 (Descriptor: packed: osgi.bundle,org.apache.geronimo.specs.osgi.registry,1.1.0.v201205170710) Mirroring: osgi.bundle,org.apache.oro,2.0.8.v201005080400 (Descriptor: canonical: osgi.bundle,org.apache.oro,2.0.8.v201005080400) Mirroring: osgi.bundle,org.apache.oro,2.0.8.v201005080400 (Descriptor: packed: osgi.bundle,org.apache.oro,2.0.8.v201005080400) Mirroring: osgi.bundle,org.swtchart,0.10.0.v201605200358 (Descriptor: canonical: osgi.bundle,org.swtchart,0.10.0.v201605200358) Mirroring: osgi.bundle,org.swtchart,0.10.0.v201605200358 (Descriptor: packed: osgi.bundle,org.swtchart,0.10.0.v201605200358) Mirroring: osgi.bundle,javax.security.jacc.source,1.4.0.v201205031350 (Descriptor: canonical: osgi.bundle,javax.security.jacc.source,1.4.0.v201205031350) Mirroring: osgi.bundle,javax.security.jacc.source,1.4.0.v201205031350 (Descriptor: packed: osgi.bundle,javax.security.jacc.source,1.4.0.v201205031350) Mirroring: osgi.bundle,net.sourceforge.mx4j.remote,3.0.1.v20100427-1100 (Descriptor: canonical: osgi.bundle,net.sourceforge.mx4j.remote,3.0.1.v20100427-1100) Mirroring: osgi.bundle,net.sourceforge.mx4j.remote,3.0.1.v20100427-1100 (Descriptor: packed: osgi.bundle,net.sourceforge.mx4j.remote,3.0.1.v20100427-1100) Mirroring: osgi.bundle,org.prefuse.source,0.1.0.v20100514-1000 (Descriptor: packed: osgi.bundle,org.prefuse.source,0.1.0.v20100514-1000) Mirroring: osgi.bundle,org.prefuse.source,0.1.0.v20100514-1000 (Descriptor: canonical: osgi.bundle,org.prefuse.source,0.1.0.v20100514-1000) Mirroring: osgi.bundle,org.apache.commons.lang3,3.1.0.v201403281430 (Descriptor: canonical: osgi.bundle,org.apache.commons.lang3,3.1.0.v201403281430) Mirroring: osgi.bundle,org.apache.commons.lang3,3.1.0.v201403281430 (Descriptor: packed: osgi.bundle,org.apache.commons.lang3,3.1.0.v201403281430) Mirroring: osgi.bundle,org.apache.catalina.ha.source,7.0.56.v201412180755 (Descriptor: canonical: osgi.bundle,org.apache.catalina.ha.source,7.0.56.v201412180755) Mirroring: osgi.bundle,org.apache.catalina.ha.source,7.0.56.v201412180755 (Descriptor: packed: osgi.bundle,org.apache.catalina.ha.source,7.0.56.v201412180755) Mirroring: osgi.bundle,com.jcraft.jzlib,1.1.1.v201205102305 (Descriptor: canonical: osgi.bundle,com.jcraft.jzlib,1.1.1.v201205102305) Mirroring: osgi.bundle,com.jcraft.jzlib,1.1.1.v201205102305 (Descriptor: packed: osgi.bundle,com.jcraft.jzlib,1.1.1.v201205102305) Mirroring: osgi.bundle,org.apache.olingo,2.0.3.v201605172220 (Descriptor: packed: osgi.bundle,org.apache.olingo,2.0.3.v201605172220) Mirroring: osgi.bundle,org.apache.olingo,2.0.3.v201605172220 (Descriptor: canonical: osgi.bundle,org.apache.olingo,2.0.3.v201605172220) Mirroring: osgi.bundle,org.w3c.dom.smil,1.0.0.v200806040011 (Descriptor: canonical: osgi.bundle,org.w3c.dom.smil,1.0.0.v200806040011) Mirroring: osgi.bundle,org.apache.commons.beanutils,1.8.0.v201205091237 (Descriptor: packed: osgi.bundle,org.apache.commons.beanutils,1.8.0.v201205091237) Mirroring: osgi.bundle,org.apache.commons.beanutils,1.8.0.v201205091237 (Descriptor: canonical: osgi.bundle,org.apache.commons.beanutils,1.8.0.v201205091237) Mirroring: osgi.bundle,org.codehaus.jackson.smile,1.6.0.v20101005-0925 (Descriptor: canonical: osgi.bundle,org.codehaus.jackson.smile,1.6.0.v20101005-0925) Mirroring: osgi.bundle,org.codehaus.jackson.smile,1.6.0.v20101005-0925 (Descriptor: packed: osgi.bundle,org.codehaus.jackson.smile,1.6.0.v20101005-0925) Mirroring: osgi.bundle,javax.servlet,3.1.0.v201410161800 (Descriptor: canonical: osgi.bundle,javax.servlet,3.1.0.v201410161800) Mirroring: osgi.bundle,cdi.api,1.0.0.v201105160744 (Descriptor: packed: osgi.bundle,cdi.api,1.0.0.v201105160744) Mirroring: osgi.bundle,cdi.api,1.0.0.v201105160744 (Descriptor: canonical: osgi.bundle,cdi.api,1.0.0.v201105160744) Mirroring: osgi.bundle,org.apache.taglibs.standard.glassfish.source,1.2.0.v201112081803 (Descriptor: packed: osgi.bundle,org.apache.taglibs.standard.glassfish.source,1.2.0.v201112081803) Mirroring: osgi.bundle,org.apache.taglibs.standard.glassfish.source,1.2.0.v201112081803 (Descriptor: canonical: osgi.bundle,org.apache.taglibs.standard.glassfish.source,1.2.0.v201112081803) Mirroring: osgi.bundle,org.objectweb.asm.source,4.0.0.v201302062210 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.source,4.0.0.v201302062210) Mirroring: osgi.bundle,org.objectweb.asm.source,4.0.0.v201302062210 (Descriptor: packed: osgi.bundle,org.objectweb.asm.source,4.0.0.v201302062210) Mirroring: osgi.bundle,com.sun.syndication,0.9.0.v200803061811 (Descriptor: canonical: osgi.bundle,com.sun.syndication,0.9.0.v200803061811) Mirroring: osgi.bundle,com.sun.syndication,0.9.0.v200803061811 (Descriptor: packed: osgi.bundle,com.sun.syndication,0.9.0.v200803061811) Mirroring: osgi.bundle,org.apache.poi.source,3.9.0.v201405241750 (Descriptor: canonical: osgi.bundle,org.apache.poi.source,3.9.0.v201405241750) Mirroring: osgi.bundle,org.apache.poi.source,3.9.0.v201405241750 (Descriptor: packed: osgi.bundle,org.apache.poi.source,3.9.0.v201405241750) Mirroring: osgi.bundle,javax.persistence,1.0.0.v200905011740 (Descriptor: packed: osgi.bundle,javax.persistence,1.0.0.v200905011740) Mirroring: osgi.bundle,javax.persistence,1.0.0.v200905011740 (Descriptor: canonical: osgi.bundle,javax.persistence,1.0.0.v200905011740) Mirroring: osgi.bundle,org.slf4j.jcl,1.7.2.v20130115-1340 (Descriptor: canonical: osgi.bundle,org.slf4j.jcl,1.7.2.v20130115-1340) Mirroring: osgi.bundle,org.slf4j.jcl,1.7.2.v20130115-1340 (Descriptor: packed: osgi.bundle,org.slf4j.jcl,1.7.2.v20130115-1340) Mirroring: osgi.bundle,org.apache.openwebbeans.tomcat7,1.1.7.v201304201405 (Descriptor: canonical: osgi.bundle,org.apache.openwebbeans.tomcat7,1.1.7.v201304201405) Mirroring: osgi.bundle,org.apache.openwebbeans.tomcat7,1.1.7.v201304201405 (Descriptor: packed: osgi.bundle,org.apache.openwebbeans.tomcat7,1.1.7.v201304201405) Mirroring: osgi.bundle,javax.el.source,2.2.0.v201303151357 (Descriptor: canonical: osgi.bundle,javax.el.source,2.2.0.v201303151357) Mirroring: osgi.bundle,javax.el.source,2.2.0.v201303151357 (Descriptor: packed: osgi.bundle,javax.el.source,2.2.0.v201303151357) Mirroring: osgi.bundle,org.kohsuke.args4j.source,2.0.21.v201301150030 (Descriptor: packed: osgi.bundle,org.kohsuke.args4j.source,2.0.21.v201301150030) Mirroring: osgi.bundle,org.kohsuke.args4j.source,2.0.21.v201301150030 (Descriptor: canonical: osgi.bundle,org.kohsuke.args4j.source,2.0.21.v201301150030) Mirroring: osgi.bundle,javaewah,0.7.9.v201605172130 (Descriptor: packed: osgi.bundle,javaewah,0.7.9.v201605172130) Mirroring: osgi.bundle,javaewah,0.7.9.v201605172130 (Descriptor: canonical: osgi.bundle,javaewah,0.7.9.v201605172130) Mirroring: osgi.bundle,org.apache.thrift,0.5.0.v20110412-1025 (Descriptor: packed: osgi.bundle,org.apache.thrift,0.5.0.v20110412-1025) Mirroring: osgi.bundle,org.apache.thrift,0.5.0.v20110412-1025 (Descriptor: canonical: osgi.bundle,org.apache.thrift,0.5.0.v20110412-1025) Mirroring: osgi.bundle,org.apache.openwebbeans.ee.source,1.1.7.v201304200545 (Descriptor: packed: osgi.bundle,org.apache.openwebbeans.ee.source,1.1.7.v201304200545) Mirroring: osgi.bundle,org.apache.openwebbeans.ee.source,1.1.7.v201304200545 (Descriptor: canonical: osgi.bundle,org.apache.openwebbeans.ee.source,1.1.7.v201304200545) Mirroring: osgi.bundle,org.apache.commons.fileupload,1.2.2.v20111214-1400 (Descriptor: packed: osgi.bundle,org.apache.commons.fileupload,1.2.2.v20111214-1400) Mirroring: osgi.bundle,org.apache.commons.fileupload,1.2.2.v20111214-1400 (Descriptor: canonical: osgi.bundle,org.apache.commons.fileupload,1.2.2.v20111214-1400) Mirroring: osgi.bundle,org.apache.mina.filter.compression.source,2.0.7.v201401141305 (Descriptor: packed: osgi.bundle,org.apache.mina.filter.compression.source,2.0.7.v201401141305) Mirroring: osgi.bundle,org.apache.mina.filter.compression.source,2.0.7.v201401141305 (Descriptor: canonical: osgi.bundle,org.apache.mina.filter.compression.source,2.0.7.v201401141305) Mirroring: osgi.bundle,java_cup.runtime,0.10.0.v201005080400 (Descriptor: canonical: osgi.bundle,java_cup.runtime,0.10.0.v201005080400) Mirroring: osgi.bundle,java_cup.runtime,0.10.0.v201005080400 (Descriptor: packed: osgi.bundle,java_cup.runtime,0.10.0.v201005080400) Mirroring: osgi.bundle,javax.websocket,1.0.0.v20140310-1603 (Descriptor: canonical: osgi.bundle,javax.websocket,1.0.0.v20140310-1603) Mirroring: osgi.bundle,javax.websocket,1.0.0.v20140310-1603 (Descriptor: packed: osgi.bundle,javax.websocket,1.0.0.v20140310-1603) Mirroring: osgi.bundle,com.google.protobuf.source,2.4.0.v201105131100 (Descriptor: canonical: osgi.bundle,com.google.protobuf.source,2.4.0.v201105131100) Mirroring: osgi.bundle,com.google.protobuf.source,2.4.0.v201105131100 (Descriptor: packed: osgi.bundle,com.google.protobuf.source,2.4.0.v201105131100) Mirroring: osgi.bundle,com.jcraft.jzlib.source,1.1.1.v201205102305 (Descriptor: packed: osgi.bundle,com.jcraft.jzlib.source,1.1.1.v201205102305) Mirroring: osgi.bundle,com.jcraft.jzlib.source,1.1.1.v201205102305 (Descriptor: canonical: osgi.bundle,com.jcraft.jzlib.source,1.1.1.v201205102305) Mirroring: osgi.bundle,org.apache.lucene.analysis,3.5.0.v20120725-1805 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analysis,3.5.0.v20120725-1805) Mirroring: osgi.bundle,net.sourceforge.nattable.core,2.1.0.v201102231538 (Descriptor: canonical: osgi.bundle,net.sourceforge.nattable.core,2.1.0.v201102231538) Mirroring: osgi.bundle,org.mockito,1.9.5.v201605172210 (Descriptor: packed: osgi.bundle,org.mockito,1.9.5.v201605172210) Mirroring: osgi.bundle,org.mockito,1.9.5.v201605172210 (Descriptor: canonical: osgi.bundle,org.mockito,1.9.5.v201605172210) Mirroring: osgi.bundle,ca.odell.glazedlists,1.9.0.v201303080712 (Descriptor: canonical: osgi.bundle,ca.odell.glazedlists,1.9.0.v201303080712) Mirroring: osgi.bundle,javax.servlet.source,3.1.0.v201410161800 (Descriptor: canonical: osgi.bundle,javax.servlet.source,3.1.0.v201410161800) Mirroring: osgi.bundle,javax.servlet.source,3.1.0.v201410161800 (Descriptor: packed: osgi.bundle,javax.servlet.source,3.1.0.v201410161800) Mirroring: osgi.bundle,com.novell.ldap,2.3.30.v201112011400 (Descriptor: canonical: osgi.bundle,com.novell.ldap,2.3.30.v201112011400) Mirroring: osgi.bundle,com.novell.ldap,2.3.30.v201112011400 (Descriptor: packed: osgi.bundle,com.novell.ldap,2.3.30.v201112011400) Mirroring: osgi.bundle,org.slf4j.jcl.source,1.7.2.v20130115-1340 (Descriptor: canonical: osgi.bundle,org.slf4j.jcl.source,1.7.2.v20130115-1340) Mirroring: osgi.bundle,org.slf4j.jcl.source,1.7.2.v20130115-1340 (Descriptor: packed: osgi.bundle,org.slf4j.jcl.source,1.7.2.v20130115-1340) Mirroring: osgi.bundle,org.apache.commons.lang,2.6.0.v201404270220 (Descriptor: packed: osgi.bundle,org.apache.commons.lang,2.6.0.v201404270220) Mirroring: osgi.bundle,org.apache.commons.lang,2.6.0.v201404270220 (Descriptor: canonical: osgi.bundle,org.apache.commons.lang,2.6.0.v201404270220) Mirroring: osgi.bundle,org.h2.source,1.3.168.v201212121212 (Descriptor: packed: osgi.bundle,org.h2.source,1.3.168.v201212121212) Mirroring: osgi.bundle,org.h2.source,1.3.168.v201212121212 (Descriptor: canonical: osgi.bundle,org.h2.source,1.3.168.v201212121212) Mirroring: osgi.bundle,org.swtchart,0.7.0.v201201201914 (Descriptor: canonical: osgi.bundle,org.swtchart,0.7.0.v201201201914) Mirroring: osgi.bundle,org.swtchart,0.7.0.v201201201914 (Descriptor: packed: osgi.bundle,org.swtchart,0.7.0.v201201201914) Mirroring: osgi.bundle,org.mockito.source,1.9.5.v201605172210 (Descriptor: packed: osgi.bundle,org.mockito.source,1.9.5.v201605172210) Mirroring: osgi.bundle,org.mockito.source,1.9.5.v201605172210 (Descriptor: canonical: osgi.bundle,org.mockito.source,1.9.5.v201605172210) Mirroring: osgi.bundle,org.w3c.dom.smil,1.0.1.v200903091627 (Descriptor: packed: osgi.bundle,org.w3c.dom.smil,1.0.1.v200903091627) Mirroring: osgi.bundle,org.w3c.dom.smil,1.0.1.v200903091627 (Descriptor: canonical: osgi.bundle,org.w3c.dom.smil,1.0.1.v200903091627) Mirroring: osgi.bundle,org.sat4j.pb,2.3.5.v201404071733 (Descriptor: packed: osgi.bundle,org.sat4j.pb,2.3.5.v201404071733) Mirroring: osgi.bundle,org.sat4j.pb,2.3.5.v201404071733 (Descriptor: canonical: osgi.bundle,org.sat4j.pb,2.3.5.v201404071733) Mirroring: osgi.bundle,org.apache.openwebbeans.impl,1.1.7.v201304201405 (Descriptor: canonical: osgi.bundle,org.apache.openwebbeans.impl,1.1.7.v201304201405) Mirroring: osgi.bundle,com.google.gerrit.prettify.source,2.1.5.v201112241444 (Descriptor: canonical: osgi.bundle,com.google.gerrit.prettify.source,2.1.5.v201112241444) Mirroring: osgi.bundle,com.google.gerrit.prettify.source,2.1.5.v201112241444 (Descriptor: packed: osgi.bundle,com.google.gerrit.prettify.source,2.1.5.v201112241444) Mirroring: osgi.bundle,com.google.inject.assistedinject,3.0.0.v201402270930 (Descriptor: canonical: osgi.bundle,com.google.inject.assistedinject,3.0.0.v201402270930) Mirroring: osgi.bundle,com.google.inject.assistedinject,3.0.0.v201402270930 (Descriptor: packed: osgi.bundle,com.google.inject.assistedinject,3.0.0.v201402270930) Mirroring: osgi.bundle,org.slf4j.impl.log4j12,1.7.2.v20131105-2200 (Descriptor: canonical: osgi.bundle,org.slf4j.impl.log4j12,1.7.2.v20131105-2200) Mirroring: osgi.bundle,org.slf4j.impl.log4j12,1.7.2.v20131105-2200 (Descriptor: packed: osgi.bundle,org.slf4j.impl.log4j12,1.7.2.v20131105-2200) Mirroring: osgi.bundle,org.apache.lucene.grouping.source,3.5.0.v20120725-1805 (Descriptor: packed: osgi.bundle,org.apache.lucene.grouping.source,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.apache.lucene.grouping.source,3.5.0.v20120725-1805 (Descriptor: canonical: osgi.bundle,org.apache.lucene.grouping.source,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.apache.commons.dbcp,1.4.0.v201204271417 (Descriptor: packed: osgi.bundle,org.apache.commons.dbcp,1.4.0.v201204271417) Mirroring: osgi.bundle,org.apache.commons.dbcp,1.4.0.v201204271417 (Descriptor: canonical: osgi.bundle,org.apache.commons.dbcp,1.4.0.v201204271417) Mirroring: osgi.bundle,org.codehaus.jackson.xc,1.6.0.v20101005-0925 (Descriptor: canonical: osgi.bundle,org.codehaus.jackson.xc,1.6.0.v20101005-0925) Mirroring: osgi.bundle,org.codehaus.jackson.xc,1.6.0.v20101005-0925 (Descriptor: packed: osgi.bundle,org.codehaus.jackson.xc,1.6.0.v20101005-0925) Mirroring: osgi.bundle,org.glassfish.javax.faces,2.1.18.v201304200545 (Descriptor: canonical: osgi.bundle,org.glassfish.javax.faces,2.1.18.v201304200545) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore.nio.source,4.0.0.v200905121600 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpcore.nio.source,4.0.0.v200905121600) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore.nio.source,4.0.0.v200905121600 (Descriptor: packed: osgi.bundle,org.apache.httpcomponents.httpcore.nio.source,4.0.0.v200905121600) Mirroring: osgi.bundle,javax.servlet.jsp.jstl,1.2.0.v201105211821 (Descriptor: packed: osgi.bundle,javax.servlet.jsp.jstl,1.2.0.v201105211821) Mirroring: osgi.bundle,javax.servlet.jsp.jstl,1.2.0.v201105211821 (Descriptor: canonical: osgi.bundle,javax.servlet.jsp.jstl,1.2.0.v201105211821) Mirroring: osgi.bundle,org.apache.bsf,2.4.0.v201103030230 (Descriptor: packed: osgi.bundle,org.apache.bsf,2.4.0.v201103030230) Mirroring: osgi.bundle,org.apache.bsf,2.4.0.v201103030230 (Descriptor: canonical: osgi.bundle,org.apache.bsf,2.4.0.v201103030230) Mirroring: osgi.bundle,org.easymock,2.4.0.v20090202-0900 (Descriptor: canonical: osgi.bundle,org.easymock,2.4.0.v20090202-0900) Mirroring: osgi.bundle,org.easymock,2.4.0.v20090202-0900 (Descriptor: packed: osgi.bundle,org.easymock,2.4.0.v20090202-0900) Mirroring: osgi.bundle,org.prefuse,0.1.0.v20100514-1000 (Descriptor: canonical: osgi.bundle,org.prefuse,0.1.0.v20100514-1000) Mirroring: osgi.bundle,ch.qos.logback.slf4j,1.0.7.v201505121915 (Descriptor: packed: osgi.bundle,ch.qos.logback.slf4j,1.0.7.v201505121915) Mirroring: osgi.bundle,ch.qos.logback.slf4j,1.0.7.v201505121915 (Descriptor: canonical: osgi.bundle,ch.qos.logback.slf4j,1.0.7.v201505121915) Mirroring: osgi.bundle,org.apache.commons.io,2.0.1.v201105210651 (Descriptor: packed: osgi.bundle,org.apache.commons.io,2.0.1.v201105210651) Mirroring: osgi.bundle,org.apache.commons.io,2.0.1.v201105210651 (Descriptor: canonical: osgi.bundle,org.apache.commons.io,2.0.1.v201105210651) Mirroring: osgi.bundle,com.google.gwt.servlet.source,2.1.0.v201111291940 (Descriptor: canonical: osgi.bundle,com.google.gwt.servlet.source,2.1.0.v201111291940) Mirroring: osgi.bundle,com.google.gwt.servlet.source,2.1.0.v201111291940 (Descriptor: packed: osgi.bundle,com.google.gwt.servlet.source,2.1.0.v201111291940) Mirroring: osgi.bundle,org.apache.commons.io.source,2.0.1.v201105210651 (Descriptor: packed: osgi.bundle,org.apache.commons.io.source,2.0.1.v201105210651) Mirroring: osgi.bundle,org.apache.commons.io.source,2.0.1.v201105210651 (Descriptor: canonical: osgi.bundle,org.apache.commons.io.source,2.0.1.v201105210651) Mirroring: osgi.bundle,org.hamcrest.integration.source,1.3.0.v201305210900 (Descriptor: canonical: osgi.bundle,org.hamcrest.integration.source,1.3.0.v201305210900) Mirroring: osgi.bundle,org.hamcrest.integration.source,1.3.0.v201305210900 (Descriptor: packed: osgi.bundle,org.hamcrest.integration.source,1.3.0.v201305210900) Mirroring: osgi.bundle,org.hamcrest.generator,1.3.0.v201305210900 (Descriptor: packed: osgi.bundle,org.hamcrest.generator,1.3.0.v201305210900) Mirroring: osgi.bundle,org.hamcrest.generator,1.3.0.v201305210900 (Descriptor: canonical: osgi.bundle,org.hamcrest.generator,1.3.0.v201305210900) Mirroring: osgi.bundle,org.apache.coyote.source,7.0.56.v201412180755 (Descriptor: packed: osgi.bundle,org.apache.coyote.source,7.0.56.v201412180755) Mirroring: osgi.bundle,org.apache.coyote.source,7.0.56.v201412180755 (Descriptor: canonical: osgi.bundle,org.apache.coyote.source,7.0.56.v201412180755) Mirroring: osgi.bundle,jnr.x86asm,1.0.2.v201505052040 (Descriptor: canonical: osgi.bundle,jnr.x86asm,1.0.2.v201505052040) Mirroring: osgi.bundle,jnr.x86asm,1.0.2.v201505052040 (Descriptor: packed: osgi.bundle,jnr.x86asm,1.0.2.v201505052040) Mirroring: osgi.bundle,org.codehaus.jackson.mapper,1.6.0.v20101005-0925 (Descriptor: canonical: osgi.bundle,org.codehaus.jackson.mapper,1.6.0.v20101005-0925) Mirroring: osgi.bundle,org.apache.openejb.jee,4.0.0.beta-2_v201205041336 (Descriptor: canonical: osgi.bundle,org.apache.openejb.jee,4.0.0.beta-2_v201205041336) Mirroring: osgi.bundle,net.sourceforge.lpg.lpgjavaruntime.source,1.1.0.v201004271650 (Descriptor: canonical: osgi.bundle,net.sourceforge.lpg.lpgjavaruntime.source,1.1.0.v201004271650) Mirroring: osgi.bundle,net.sourceforge.lpg.lpgjavaruntime.source,1.1.0.v201004271650 (Descriptor: packed: osgi.bundle,net.sourceforge.lpg.lpgjavaruntime.source,1.1.0.v201004271650) Mirroring: osgi.bundle,org.apache.ant.source,1.9.6.v201510161327 (Descriptor: packed: osgi.bundle,org.apache.ant.source,1.9.6.v201510161327) Mirroring: osgi.bundle,org.apache.ant.source,1.9.6.v201510161327 (Descriptor: canonical: osgi.bundle,org.apache.ant.source,1.9.6.v201510161327) Mirroring: osgi.bundle,javax.validation.source,1.0.0.GA_v201205091237 (Descriptor: packed: osgi.bundle,javax.validation.source,1.0.0.GA_v201205091237) Mirroring: osgi.bundle,javax.validation.source,1.0.0.GA_v201205091237 (Descriptor: canonical: osgi.bundle,javax.validation.source,1.0.0.GA_v201205091237) Mirroring: osgi.bundle,org.apache.commons.lang.source,2.6.0.v201404270220 (Descriptor: packed: osgi.bundle,org.apache.commons.lang.source,2.6.0.v201404270220) Mirroring: osgi.bundle,org.apache.commons.lang.source,2.6.0.v201404270220 (Descriptor: canonical: osgi.bundle,org.apache.commons.lang.source,2.6.0.v201404270220) Mirroring: osgi.bundle,org.apache.commons.discovery,0.2.0.v201004190315 (Descriptor: canonical: osgi.bundle,org.apache.commons.discovery,0.2.0.v201004190315) Mirroring: osgi.bundle,org.apache.commons.discovery,0.2.0.v201004190315 (Descriptor: packed: osgi.bundle,org.apache.commons.discovery,0.2.0.v201004190315) Mirroring: osgi.bundle,javax.ws.rs,2.0.1.v201504171603 (Descriptor: packed: osgi.bundle,javax.ws.rs,2.0.1.v201504171603) Mirroring: osgi.bundle,javax.ws.rs,2.0.1.v201504171603 (Descriptor: canonical: osgi.bundle,javax.ws.rs,2.0.1.v201504171603) Mirroring: osgi.bundle,org.restlet.source,2.0.5.v201605172130 (Descriptor: packed: osgi.bundle,org.restlet.source,2.0.5.v201605172130) Mirroring: osgi.bundle,org.restlet.source,2.0.5.v201605172130 (Descriptor: canonical: osgi.bundle,org.restlet.source,2.0.5.v201605172130) Mirroring: osgi.bundle,org.objectweb.asm.xml.source,5.0.1.v201404251740 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.xml.source,5.0.1.v201404251740) Mirroring: osgi.bundle,org.objectweb.asm.xml.source,5.0.1.v201404251740 (Descriptor: packed: osgi.bundle,org.objectweb.asm.xml.source,5.0.1.v201404251740) Mirroring: osgi.bundle,org.apache.openejb.loader.source,4.0.0.beta-2_v201304191030 (Descriptor: packed: osgi.bundle,org.apache.openejb.loader.source,4.0.0.beta-2_v201304191030) Mirroring: osgi.bundle,org.apache.openejb.loader.source,4.0.0.beta-2_v201304191030 (Descriptor: canonical: osgi.bundle,org.apache.openejb.loader.source,4.0.0.beta-2_v201304191030) Mirroring: osgi.bundle,org.w3c.dom.smil.source,1.0.0.v200806040011 (Descriptor: canonical: osgi.bundle,org.w3c.dom.smil.source,1.0.0.v200806040011) Mirroring: osgi.bundle,javax.jws,2.0.0.v201005080400 (Descriptor: canonical: osgi.bundle,javax.jws,2.0.0.v201005080400) Mirroring: osgi.bundle,javax.jws,2.0.0.v201005080400 (Descriptor: packed: osgi.bundle,javax.jws,2.0.0.v201005080400) Mirroring: osgi.bundle,org.hamcrest.integration,1.1.0.v201303031500 (Descriptor: canonical: osgi.bundle,org.hamcrest.integration,1.1.0.v201303031500) Mirroring: osgi.bundle,org.hamcrest.integration,1.1.0.v201303031500 (Descriptor: packed: osgi.bundle,org.hamcrest.integration,1.1.0.v201303031500) Mirroring: osgi.bundle,edu.emory.mathcs.backport,3.1.0.v201505121915 (Descriptor: packed: osgi.bundle,edu.emory.mathcs.backport,3.1.0.v201505121915) Mirroring: osgi.bundle,edu.emory.mathcs.backport,3.1.0.v201505121915 (Descriptor: canonical: osgi.bundle,edu.emory.mathcs.backport,3.1.0.v201505121915) Mirroring: osgi.bundle,org.w3c.dom.events,3.0.0.draft20060413_v201105210656 (Descriptor: canonical: osgi.bundle,org.w3c.dom.events,3.0.0.draft20060413_v201105210656) Mirroring: osgi.bundle,org.slf4j.ext,1.7.2.v20121108-1250 (Descriptor: canonical: osgi.bundle,org.slf4j.ext,1.7.2.v20121108-1250) Mirroring: osgi.bundle,org.slf4j.ext,1.7.2.v20121108-1250 (Descriptor: packed: osgi.bundle,org.slf4j.ext,1.7.2.v20121108-1250) Mirroring: osgi.bundle,org.slf4j.api.source,1.7.2.v20121108-1250 (Descriptor: packed: osgi.bundle,org.slf4j.api.source,1.7.2.v20121108-1250) Mirroring: osgi.bundle,org.slf4j.api.source,1.7.2.v20121108-1250 (Descriptor: canonical: osgi.bundle,org.slf4j.api.source,1.7.2.v20121108-1250) Mirroring: osgi.bundle,ch.qos.logback.classic.source,1.0.7.v20121108-1250 (Descriptor: canonical: osgi.bundle,ch.qos.logback.classic.source,1.0.7.v20121108-1250) Mirroring: osgi.bundle,ch.qos.logback.classic.source,1.0.7.v20121108-1250 (Descriptor: packed: osgi.bundle,ch.qos.logback.classic.source,1.0.7.v20121108-1250) Mirroring: osgi.bundle,org.objectweb.asm.source,3.3.1.v201105211655 (Descriptor: packed: osgi.bundle,org.objectweb.asm.source,3.3.1.v201105211655) Mirroring: osgi.bundle,org.objectweb.asm.source,3.3.1.v201105211655 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.source,3.3.1.v201105211655) Mirroring: osgi.bundle,org.cliffc.high_scale_lib,1.1.2.v20110412-1025 (Descriptor: canonical: osgi.bundle,org.cliffc.high_scale_lib,1.1.2.v20110412-1025) Mirroring: osgi.bundle,org.cliffc.high_scale_lib,1.1.2.v20110412-1025 (Descriptor: packed: osgi.bundle,org.cliffc.high_scale_lib,1.1.2.v20110412-1025) Mirroring: osgi.bundle,org.apache.commons.compress.source,1.6.0.v201310281400 (Descriptor: packed: osgi.bundle,org.apache.commons.compress.source,1.6.0.v201310281400) Mirroring: osgi.bundle,org.apache.commons.compress.source,1.6.0.v201310281400 (Descriptor: canonical: osgi.bundle,org.apache.commons.compress.source,1.6.0.v201310281400) Mirroring: osgi.bundle,org.slf4j.log4j,1.7.2.v20130115-1340 (Descriptor: packed: osgi.bundle,org.slf4j.log4j,1.7.2.v20130115-1340) Mirroring: osgi.bundle,org.slf4j.log4j,1.7.2.v20130115-1340 (Descriptor: canonical: osgi.bundle,org.slf4j.log4j,1.7.2.v20130115-1340) Mirroring: osgi.bundle,javax.inject,1.0.0.v20091030 (Descriptor: canonical: osgi.bundle,javax.inject,1.0.0.v20091030) Mirroring: osgi.bundle,org.apache.lucene.misc,3.5.0.v20120725-1805 (Descriptor: canonical: osgi.bundle,org.apache.lucene.misc,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.sat4j.core,2.3.5.v201308161310 (Descriptor: canonical: osgi.bundle,org.sat4j.core,2.3.5.v201308161310) Mirroring: osgi.bundle,org.sat4j.core,2.3.5.v201308161310 (Descriptor: packed: osgi.bundle,org.sat4j.core,2.3.5.v201308161310) Mirroring: osgi.bundle,com.google.gwtorm,1.1.4.v201112241444 (Descriptor: packed: osgi.bundle,com.google.gwtorm,1.1.4.v201112241444) Mirroring: osgi.bundle,com.google.gwtorm,1.1.4.v201112241444 (Descriptor: canonical: osgi.bundle,com.google.gwtorm,1.1.4.v201112241444) Mirroring: osgi.bundle,javax.ejb.source,3.1.1.v201204261316 (Descriptor: packed: osgi.bundle,javax.ejb.source,3.1.1.v201204261316) Mirroring: osgi.bundle,javax.ejb.source,3.1.1.v201204261316 (Descriptor: canonical: osgi.bundle,javax.ejb.source,3.1.1.v201204261316) Mirroring: osgi.bundle,org.objenesis.source,1.0.0.v201505121915 (Descriptor: canonical: osgi.bundle,org.objenesis.source,1.0.0.v201505121915) Mirroring: osgi.bundle,org.objenesis.source,1.0.0.v201505121915 (Descriptor: packed: osgi.bundle,org.objenesis.source,1.0.0.v201505121915) Mirroring: osgi.bundle,com.google.gwt.user,2.1.0.v201505121915 (Descriptor: packed: osgi.bundle,com.google.gwt.user,2.1.0.v201505121915) Mirroring: osgi.bundle,com.google.gwt.user,2.1.0.v201505121915 (Descriptor: canonical: osgi.bundle,com.google.gwt.user,2.1.0.v201505121915) Mirroring: osgi.bundle,net.miginfocom.layout,3.7.1.v200911230030 (Descriptor: packed: osgi.bundle,net.miginfocom.layout,3.7.1.v200911230030) Mirroring: osgi.bundle,net.miginfocom.layout,3.7.1.v200911230030 (Descriptor: canonical: osgi.bundle,net.miginfocom.layout,3.7.1.v200911230030) Mirroring: osgi.bundle,org.apache.geronimo.components.transaction,3.1.1.v201205170710 (Descriptor: packed: osgi.bundle,org.apache.geronimo.components.transaction,3.1.1.v201205170710) Mirroring: osgi.bundle,org.apache.geronimo.components.transaction,3.1.1.v201205170710 (Descriptor: canonical: osgi.bundle,org.apache.geronimo.components.transaction,3.1.1.v201205170710) Mirroring: osgi.bundle,org.apache.commons.collections,3.2.2.v201511171945 (Descriptor: canonical: osgi.bundle,org.apache.commons.collections,3.2.2.v201511171945) Mirroring: osgi.bundle,org.apache.commons.collections,3.2.2.v201511171945 (Descriptor: packed: osgi.bundle,org.apache.commons.collections,3.2.2.v201511171945) Mirroring: osgi.bundle,org.slf4j.ext.source,1.7.2.v20121108-1250 (Descriptor: packed: osgi.bundle,org.slf4j.ext.source,1.7.2.v20121108-1250) Mirroring: osgi.bundle,org.slf4j.ext.source,1.7.2.v20121108-1250 (Descriptor: canonical: osgi.bundle,org.slf4j.ext.source,1.7.2.v20121108-1250) Mirroring: osgi.bundle,javax.xml.soap,1.3.0.v201105210645 (Descriptor: canonical: osgi.bundle,javax.xml.soap,1.3.0.v201105210645) Mirroring: osgi.bundle,javax.xml.soap,1.3.0.v201105210645 (Descriptor: packed: osgi.bundle,javax.xml.soap,1.3.0.v201105210645) Mirroring: osgi.bundle,org.codehaus.jackson.jaxrs.source,1.6.0.v20101005-1100 (Descriptor: packed: osgi.bundle,org.codehaus.jackson.jaxrs.source,1.6.0.v20101005-1100) Mirroring: osgi.bundle,org.codehaus.jackson.jaxrs.source,1.6.0.v20101005-1100 (Descriptor: canonical: osgi.bundle,org.codehaus.jackson.jaxrs.source,1.6.0.v20101005-1100) Mirroring: osgi.bundle,net.miginfocom.layout.swt,3.7.1.v201505121915 (Descriptor: packed: osgi.bundle,net.miginfocom.layout.swt,3.7.1.v201505121915) Mirroring: osgi.bundle,net.miginfocom.layout.swt,3.7.1.v201505121915 (Descriptor: canonical: osgi.bundle,net.miginfocom.layout.swt,3.7.1.v201505121915) Mirroring: osgi.bundle,javax.xml,1.3.4.v201005080400 (Descriptor: canonical: osgi.bundle,javax.xml,1.3.4.v201005080400) Mirroring: osgi.bundle,org.apache.commons.pool,1.6.0.v201204271246 (Descriptor: packed: osgi.bundle,org.apache.commons.pool,1.6.0.v201204271246) Mirroring: osgi.bundle,org.apache.commons.pool,1.6.0.v201204271246 (Descriptor: canonical: osgi.bundle,org.apache.commons.pool,1.6.0.v201204271246) Mirroring: osgi.bundle,org.apache.bval,0.3.0.v201205161050 (Descriptor: canonical: osgi.bundle,org.apache.bval,0.3.0.v201205161050) Mirroring: osgi.bundle,org.apache.bval,0.3.0.v201205161050 (Descriptor: packed: osgi.bundle,org.apache.bval,0.3.0.v201205161050) Mirroring: osgi.bundle,org.apache.xml.resolver,1.2.0.v201005080400 (Descriptor: packed: osgi.bundle,org.apache.xml.resolver,1.2.0.v201005080400) Mirroring: osgi.bundle,org.apache.xml.resolver,1.2.0.v201005080400 (Descriptor: canonical: osgi.bundle,org.apache.xml.resolver,1.2.0.v201005080400) Mirroring: osgi.bundle,com.google.gson,2.2.4.v201311231704 (Descriptor: canonical: osgi.bundle,com.google.gson,2.2.4.v201311231704) Mirroring: osgi.bundle,com.google.gson,2.2.4.v201311231704 (Descriptor: packed: osgi.bundle,com.google.gson,2.2.4.v201311231704) Mirroring: osgi.bundle,javax.el,2.2.0.v201303151357 (Descriptor: packed: osgi.bundle,javax.el,2.2.0.v201303151357) Mirroring: osgi.bundle,javax.el,2.2.0.v201303151357 (Descriptor: canonical: osgi.bundle,javax.el,2.2.0.v201303151357) Mirroring: osgi.bundle,org.apache.lucene.source,3.5.0.v20120725-1805 (Descriptor: packed: osgi.bundle,org.apache.lucene.source,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.apache.lucene.source,3.5.0.v20120725-1805 (Descriptor: canonical: osgi.bundle,org.apache.lucene.source,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.antlr.runtime.source,3.2.0.v201101311130 (Descriptor: packed: osgi.bundle,org.antlr.runtime.source,3.2.0.v201101311130) Mirroring: osgi.bundle,org.antlr.runtime.source,3.2.0.v201101311130 (Descriptor: canonical: osgi.bundle,org.antlr.runtime.source,3.2.0.v201101311130) Mirroring: osgi.bundle,javaewah.source,0.7.9.v201605172130 (Descriptor: packed: osgi.bundle,javaewah.source,0.7.9.v201605172130) Mirroring: osgi.bundle,javaewah.source,0.7.9.v201605172130 (Descriptor: canonical: osgi.bundle,javaewah.source,0.7.9.v201605172130) Mirroring: osgi.bundle,org.apache.tomcat.util,7.0.56.v201412180755 (Descriptor: packed: osgi.bundle,org.apache.tomcat.util,7.0.56.v201412180755) Mirroring: osgi.bundle,org.apache.tomcat.util,7.0.56.v201412180755 (Descriptor: canonical: osgi.bundle,org.apache.tomcat.util,7.0.56.v201412180755) Mirroring: osgi.bundle,org.apache.commons.logging.source,1.0.4.v201101211617 (Descriptor: canonical: osgi.bundle,org.apache.commons.logging.source,1.0.4.v201101211617) Mirroring: osgi.bundle,org.apache.commons.logging.source,1.0.4.v201101211617 (Descriptor: packed: osgi.bundle,org.apache.commons.logging.source,1.0.4.v201101211617) Mirroring: osgi.bundle,ch.qos.logback.core,1.0.7.v20121108-1250 (Descriptor: canonical: osgi.bundle,ch.qos.logback.core,1.0.7.v20121108-1250) Mirroring: osgi.bundle,ch.qos.logback.core,1.0.7.v20121108-1250 (Descriptor: packed: osgi.bundle,ch.qos.logback.core,1.0.7.v20121108-1250) Mirroring: osgi.bundle,org.apache.xmlgraphics,1.4.0.v201301251218 (Descriptor: canonical: osgi.bundle,org.apache.xmlgraphics,1.4.0.v201301251218) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore.source,4.3.3.v201411290715 (Descriptor: packed: osgi.bundle,org.apache.httpcomponents.httpcore.source,4.3.3.v201411290715) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore.source,4.3.3.v201411290715 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpcore.source,4.3.3.v201411290715) Mirroring: osgi.bundle,org.apache.ws.jaxme,0.5.1.v20100427-1100 (Descriptor: packed: osgi.bundle,org.apache.ws.jaxme,0.5.1.v20100427-1100) Mirroring: osgi.bundle,org.apache.ws.jaxme,0.5.1.v20100427-1100 (Descriptor: canonical: osgi.bundle,org.apache.ws.jaxme,0.5.1.v20100427-1100) Mirroring: osgi.bundle,com.sun.syndication.source,0.9.0.v200803061811 (Descriptor: packed: osgi.bundle,com.sun.syndication.source,0.9.0.v200803061811) Mirroring: osgi.bundle,com.sun.syndication.source,0.9.0.v200803061811 (Descriptor: canonical: osgi.bundle,com.sun.syndication.source,0.9.0.v200803061811) Mirroring: osgi.bundle,org.restlet.ext.servlet,2.0.5.v201605172130 (Descriptor: packed: osgi.bundle,org.restlet.ext.servlet,2.0.5.v201605172130) Mirroring: osgi.bundle,org.restlet.ext.servlet,2.0.5.v201605172130 (Descriptor: canonical: osgi.bundle,org.restlet.ext.servlet,2.0.5.v201605172130) Mirroring: osgi.bundle,commonj.sdo.source,2.1.1.v201112051852 (Descriptor: packed: osgi.bundle,commonj.sdo.source,2.1.1.v201112051852) Mirroring: osgi.bundle,commonj.sdo.source,2.1.1.v201112051852 (Descriptor: canonical: osgi.bundle,commonj.sdo.source,2.1.1.v201112051852) Mirroring: osgi.bundle,javax.jws.source,2.0.0.v201005080400 (Descriptor: packed: osgi.bundle,javax.jws.source,2.0.0.v201005080400) Mirroring: osgi.bundle,javax.jws.source,2.0.0.v201005080400 (Descriptor: canonical: osgi.bundle,javax.jws.source,2.0.0.v201005080400) Mirroring: osgi.bundle,org.apache.httpcomponents.httpclient,4.3.6.v201511171540 (Descriptor: packed: osgi.bundle,org.apache.httpcomponents.httpclient,4.3.6.v201511171540) Mirroring: osgi.bundle,org.apache.httpcomponents.httpclient,4.3.6.v201511171540 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpclient,4.3.6.v201511171540) Mirroring: osgi.bundle,javax.activation.source,1.1.0.v201211130549 (Descriptor: packed: osgi.bundle,javax.activation.source,1.1.0.v201211130549) Mirroring: osgi.bundle,javax.activation.source,1.1.0.v201211130549 (Descriptor: canonical: osgi.bundle,javax.activation.source,1.1.0.v201211130549) Mirroring: osgi.bundle,org.jsoup.source,1.7.2.v201411291515 (Descriptor: canonical: osgi.bundle,org.jsoup.source,1.7.2.v201411291515) Mirroring: osgi.bundle,org.jsoup.source,1.7.2.v201411291515 (Descriptor: packed: osgi.bundle,org.jsoup.source,1.7.2.v201411291515) Mirroring: osgi.bundle,com.google.gwt.user.source,2.1.0.v201505121915 (Descriptor: packed: osgi.bundle,com.google.gwt.user.source,2.1.0.v201505121915) Mirroring: osgi.bundle,com.google.gwt.user.source,2.1.0.v201505121915 (Descriptor: canonical: osgi.bundle,com.google.gwt.user.source,2.1.0.v201505121915) Mirroring: osgi.bundle,org.apache.commons.logging,1.0.4.v201101211617 (Descriptor: canonical: osgi.bundle,org.apache.commons.logging,1.0.4.v201101211617) Mirroring: osgi.bundle,org.apache.commons.logging,1.0.4.v201101211617 (Descriptor: packed: osgi.bundle,org.apache.commons.logging,1.0.4.v201101211617) Mirroring: osgi.bundle,org.quartz.source,1.8.3.v20110329-1420 (Descriptor: packed: osgi.bundle,org.quartz.source,1.8.3.v20110329-1420) Mirroring: osgi.bundle,org.quartz.source,1.8.3.v20110329-1420 (Descriptor: canonical: osgi.bundle,org.quartz.source,1.8.3.v20110329-1420) Mirroring: osgi.bundle,org.junit,4.12.0.v201504281640 (Descriptor: packed: osgi.bundle,org.junit,4.12.0.v201504281640) Mirroring: osgi.bundle,org.junit,4.12.0.v201504281640 (Descriptor: canonical: osgi.bundle,org.junit,4.12.0.v201504281640) Mirroring: osgi.bundle,org.apache.bval.source,0.3.0.v201205161050 (Descriptor: packed: osgi.bundle,org.apache.bval.source,0.3.0.v201205161050) Mirroring: osgi.bundle,org.apache.bval.source,0.3.0.v201205161050 (Descriptor: canonical: osgi.bundle,org.apache.bval.source,0.3.0.v201205161050) Mirroring: osgi.bundle,org.apache.lucene.grouping,3.5.0.v20120725-1805 (Descriptor: canonical: osgi.bundle,org.apache.lucene.grouping,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.mozilla.javascript,1.7.5.v201504281450 (Descriptor: canonical: osgi.bundle,org.mozilla.javascript,1.7.5.v201504281450) Mirroring: osgi.bundle,org.mozilla.javascript,1.7.5.v201504281450 (Descriptor: packed: osgi.bundle,org.mozilla.javascript,1.7.5.v201504281450) Mirroring: osgi.bundle,javax.management,1.2.0.v20100427-1100 (Descriptor: canonical: osgi.bundle,javax.management,1.2.0.v20100427-1100) Mirroring: osgi.bundle,javax.management,1.2.0.v20100427-1100 (Descriptor: packed: osgi.bundle,javax.management,1.2.0.v20100427-1100) Mirroring: osgi.bundle,org.apache.httpcomponents.httpclient.source,4.2.6.v201311072007 (Descriptor: packed: osgi.bundle,org.apache.httpcomponents.httpclient.source,4.2.6.v201311072007) Mirroring: osgi.bundle,org.apache.httpcomponents.httpclient.source,4.2.6.v201311072007 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpclient.source,4.2.6.v201311072007) Mirroring: osgi.bundle,javax.security.auth.message,1.0.0.v201108011116 (Descriptor: canonical: osgi.bundle,javax.security.auth.message,1.0.0.v201108011116) Mirroring: osgi.bundle,javax.security.auth.message,1.0.0.v201108011116 (Descriptor: packed: osgi.bundle,javax.security.auth.message,1.0.0.v201108011116) Mirroring: osgi.bundle,org.apache.xbean.finder,3.12.0.v201304201405 (Descriptor: canonical: osgi.bundle,org.apache.xbean.finder,3.12.0.v201304201405) Mirroring: osgi.bundle,org.apache.xbean.finder,3.12.0.v201304201405 (Descriptor: packed: osgi.bundle,org.apache.xbean.finder,3.12.0.v201304201405) Mirroring: osgi.bundle,org.glassfish.javax.faces.source,2.1.18.v201304200545 (Descriptor: packed: osgi.bundle,org.glassfish.javax.faces.source,2.1.18.v201304200545) Mirroring: osgi.bundle,org.glassfish.javax.faces.source,2.1.18.v201304200545 (Descriptor: canonical: osgi.bundle,org.glassfish.javax.faces.source,2.1.18.v201304200545) Mirroring: osgi.bundle,org.apache.lucene.core.source,3.5.0.v20120725-1805 (Descriptor: canonical: osgi.bundle,org.apache.lucene.core.source,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.apache.lucene.core.source,3.5.0.v20120725-1805 (Descriptor: packed: osgi.bundle,org.apache.lucene.core.source,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.apache.lucene.core,3.5.0.v20120725-1805 (Descriptor: canonical: osgi.bundle,org.apache.lucene.core,3.5.0.v20120725-1805) Mirroring: osgi.bundle,net.miginfocom.layout.source,3.7.1.v200911230030 (Descriptor: canonical: osgi.bundle,net.miginfocom.layout.source,3.7.1.v200911230030) Mirroring: osgi.bundle,net.miginfocom.layout.source,3.7.1.v200911230030 (Descriptor: packed: osgi.bundle,net.miginfocom.layout.source,3.7.1.v200911230030) Mirroring: osgi.bundle,org.apache.commons.collections.source,3.2.2.v201511171945 (Descriptor: canonical: osgi.bundle,org.apache.commons.collections.source,3.2.2.v201511171945) Mirroring: osgi.bundle,org.apache.commons.collections.source,3.2.2.v201511171945 (Descriptor: packed: osgi.bundle,org.apache.commons.collections.source,3.2.2.v201511171945) Mirroring: osgi.bundle,org.hamcrest.integration.source,1.1.0.v201303031500 (Descriptor: canonical: osgi.bundle,org.hamcrest.integration.source,1.1.0.v201303031500) Mirroring: osgi.bundle,org.hamcrest.integration.source,1.1.0.v201303031500 (Descriptor: packed: osgi.bundle,org.hamcrest.integration.source,1.1.0.v201303031500) Mirroring: osgi.bundle,lpg.runtime.java.source,2.0.17.v201004271640 (Descriptor: packed: osgi.bundle,lpg.runtime.java.source,2.0.17.v201004271640) Mirroring: osgi.bundle,lpg.runtime.java.source,2.0.17.v201004271640 (Descriptor: canonical: osgi.bundle,lpg.runtime.java.source,2.0.17.v201004271640) Mirroring: osgi.bundle,org.xbill.dns,2.0.8.v201112050911 (Descriptor: canonical: osgi.bundle,org.xbill.dns,2.0.8.v201112050911) Mirroring: osgi.bundle,org.xbill.dns,2.0.8.v201112050911 (Descriptor: packed: osgi.bundle,org.xbill.dns,2.0.8.v201112050911) Mirroring: osgi.bundle,com.google.gwtjsonrpc,1.2.5.v201112241444 (Descriptor: packed: osgi.bundle,com.google.gwtjsonrpc,1.2.5.v201112241444) Mirroring: osgi.bundle,com.google.gwtjsonrpc,1.2.5.v201112241444 (Descriptor: canonical: osgi.bundle,com.google.gwtjsonrpc,1.2.5.v201112241444) Mirroring: osgi.bundle,org.apache.openwebbeans.ejb.source,1.1.7.v201304200545 (Descriptor: canonical: osgi.bundle,org.apache.openwebbeans.ejb.source,1.1.7.v201304200545) Mirroring: osgi.bundle,org.apache.openwebbeans.ejb.source,1.1.7.v201304200545 (Descriptor: packed: osgi.bundle,org.apache.openwebbeans.ejb.source,1.1.7.v201304200545) Mirroring: osgi.bundle,net.sourceforge.mx4j,3.0.1.v20100427-1100 (Descriptor: packed: osgi.bundle,net.sourceforge.mx4j,3.0.1.v20100427-1100) Mirroring: osgi.bundle,net.sourceforge.mx4j,3.0.1.v20100427-1100 (Descriptor: canonical: osgi.bundle,net.sourceforge.mx4j,3.0.1.v20100427-1100) Mirroring: osgi.bundle,net.miginfocom.layout.swing,3.7.1.v200911230030 (Descriptor: canonical: osgi.bundle,net.miginfocom.layout.swing,3.7.1.v200911230030) Mirroring: osgi.bundle,net.miginfocom.layout.swing,3.7.1.v200911230030 (Descriptor: packed: osgi.bundle,net.miginfocom.layout.swing,3.7.1.v200911230030) Mirroring: osgi.bundle,javax.wsdl.source,1.6.2.v201012040545 (Descriptor: packed: osgi.bundle,javax.wsdl.source,1.6.2.v201012040545) Mirroring: osgi.bundle,javax.wsdl.source,1.6.2.v201012040545 (Descriptor: canonical: osgi.bundle,javax.wsdl.source,1.6.2.v201012040545) Mirroring: osgi.bundle,org.apache.poi.ooxml.schemas,3.9.0.v201405241750 (Descriptor: canonical: osgi.bundle,org.apache.poi.ooxml.schemas,3.9.0.v201405241750) Mirroring: osgi.bundle,org.hamcrest.generator.source,1.1.0.v20090501071000 (Descriptor: canonical: osgi.bundle,org.hamcrest.generator.source,1.1.0.v20090501071000) Mirroring: osgi.bundle,org.hamcrest.generator.source,1.1.0.v20090501071000 (Descriptor: packed: osgi.bundle,org.hamcrest.generator.source,1.1.0.v20090501071000) Mirroring: osgi.bundle,javax.resource,1.6.0.v201204270900 (Descriptor: canonical: osgi.bundle,javax.resource,1.6.0.v201204270900) Mirroring: osgi.bundle,javax.resource,1.6.0.v201204270900 (Descriptor: packed: osgi.bundle,javax.resource,1.6.0.v201204270900) Mirroring: osgi.bundle,org.apache.tika.core.source,1.3.0.v201505121915 (Descriptor: canonical: osgi.bundle,org.apache.tika.core.source,1.3.0.v201505121915) Mirroring: osgi.bundle,org.apache.tika.core.source,1.3.0.v201505121915 (Descriptor: packed: osgi.bundle,org.apache.tika.core.source,1.3.0.v201505121915) Mirroring: osgi.bundle,java_cup.runtime.source,0.10.0.v201005080400 (Descriptor: canonical: osgi.bundle,java_cup.runtime.source,0.10.0.v201005080400) Mirroring: osgi.bundle,java_cup.runtime.source,0.10.0.v201005080400 (Descriptor: packed: osgi.bundle,java_cup.runtime.source,0.10.0.v201005080400) Mirroring: osgi.bundle,me.prettyprint.hector,0.7.0.0022_v20110412-1025 (Descriptor: packed: osgi.bundle,me.prettyprint.hector,0.7.0.0022_v20110412-1025) Mirroring: osgi.bundle,me.prettyprint.hector,0.7.0.0022_v20110412-1025 (Descriptor: canonical: osgi.bundle,me.prettyprint.hector,0.7.0.0022_v20110412-1025) Mirroring: osgi.bundle,javax.xml.ws,2.1.0.v200902101523 (Descriptor: packed: osgi.bundle,javax.xml.ws,2.1.0.v200902101523) Mirroring: osgi.bundle,javax.xml.ws,2.1.0.v200902101523 (Descriptor: canonical: osgi.bundle,javax.xml.ws,2.1.0.v200902101523) Mirroring: osgi.bundle,org.codehaus.jackson.xc.source,1.6.0.v20101005-0925 (Descriptor: packed: osgi.bundle,org.codehaus.jackson.xc.source,1.6.0.v20101005-0925) Mirroring: osgi.bundle,org.codehaus.jackson.xc.source,1.6.0.v20101005-0925 (Descriptor: canonical: osgi.bundle,org.codehaus.jackson.xc.source,1.6.0.v20101005-0925) Mirroring: osgi.bundle,org.apache.cassandra,0.7.0.v201503170330 (Descriptor: canonical: osgi.bundle,org.apache.cassandra,0.7.0.v201503170330) Mirroring: osgi.bundle,org.slf4j.log4j.source,1.7.2.v20130115-1340 (Descriptor: packed: osgi.bundle,org.slf4j.log4j.source,1.7.2.v20130115-1340) Mirroring: osgi.bundle,org.slf4j.log4j.source,1.7.2.v20130115-1340 (Descriptor: canonical: osgi.bundle,org.slf4j.log4j.source,1.7.2.v20130115-1340) Mirroring: osgi.bundle,org.mockito,1.8.4.v201303031500 (Descriptor: canonical: osgi.bundle,org.mockito,1.8.4.v201303031500) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore.nio,4.1.0.v201101201700 (Descriptor: packed: osgi.bundle,org.apache.httpcomponents.httpcore.nio,4.1.0.v201101201700) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore.nio,4.1.0.v201101201700 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpcore.nio,4.1.0.v201101201700) Mirroring: osgi.bundle,org.cliffc.high_scale_lib.source,1.1.2.v20110412-1025 (Descriptor: canonical: osgi.bundle,org.cliffc.high_scale_lib.source,1.1.2.v20110412-1025) Mirroring: osgi.bundle,org.cliffc.high_scale_lib.source,1.1.2.v20110412-1025 (Descriptor: packed: osgi.bundle,org.cliffc.high_scale_lib.source,1.1.2.v20110412-1025) Mirroring: osgi.bundle,org.apache.commons.fileupload.source,1.2.2.v20111214-1400 (Descriptor: packed: osgi.bundle,org.apache.commons.fileupload.source,1.2.2.v20111214-1400) Mirroring: osgi.bundle,org.apache.commons.fileupload.source,1.2.2.v20111214-1400 (Descriptor: canonical: osgi.bundle,org.apache.commons.fileupload.source,1.2.2.v20111214-1400) Mirroring: osgi.bundle,org.apache.geronimo.specs.j2ee.management.source,1.0.0.v201205091237 (Descriptor: packed: osgi.bundle,org.apache.geronimo.specs.j2ee.management.source,1.0.0.v201205091237) Mirroring: osgi.bundle,org.apache.geronimo.specs.j2ee.management.source,1.0.0.v201205091237 (Descriptor: canonical: osgi.bundle,org.apache.geronimo.specs.j2ee.management.source,1.0.0.v201205091237) Mirroring: osgi.bundle,org.apache.openejb.loader,4.0.0.beta-2_v201304191030 (Descriptor: canonical: osgi.bundle,org.apache.openejb.loader,4.0.0.beta-2_v201304191030) Mirroring: osgi.bundle,org.apache.openejb.loader,4.0.0.beta-2_v201304191030 (Descriptor: packed: osgi.bundle,org.apache.openejb.loader,4.0.0.beta-2_v201304191030) Mirroring: osgi.bundle,org.apache.tika.parsers.source,1.3.0.v201605180015 (Descriptor: canonical: osgi.bundle,org.apache.tika.parsers.source,1.3.0.v201605180015) Mirroring: osgi.bundle,org.apache.tika.parsers.source,1.3.0.v201605180015 (Descriptor: packed: osgi.bundle,org.apache.tika.parsers.source,1.3.0.v201605180015) Mirroring: osgi.bundle,org.apache.oro.source,2.0.8.v201005080400 (Descriptor: packed: osgi.bundle,org.apache.oro.source,2.0.8.v201005080400) Mirroring: osgi.bundle,org.apache.oro.source,2.0.8.v201005080400 (Descriptor: canonical: osgi.bundle,org.apache.oro.source,2.0.8.v201005080400) Mirroring: osgi.bundle,org.slf4j.nop.source,1.7.2.v201212060727 (Descriptor: packed: osgi.bundle,org.slf4j.nop.source,1.7.2.v201212060727) Mirroring: osgi.bundle,org.slf4j.nop.source,1.7.2.v201212060727 (Descriptor: canonical: osgi.bundle,org.slf4j.nop.source,1.7.2.v201212060727) Mirroring: osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150 (Descriptor: canonical: osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150) Mirroring: osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150 (Descriptor: packed: osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150) Mirroring: osgi.bundle,org.apache.catalina.tribes,7.0.56.v201412180755 (Descriptor: canonical: osgi.bundle,org.apache.catalina.tribes,7.0.56.v201412180755) Mirroring: osgi.bundle,org.apache.catalina.tribes,7.0.56.v201412180755 (Descriptor: packed: osgi.bundle,org.apache.catalina.tribes,7.0.56.v201412180755) Mirroring: osgi.bundle,org.apache.openwebbeans.impl.source,1.1.7.v201304201405 (Descriptor: canonical: osgi.bundle,org.apache.openwebbeans.impl.source,1.1.7.v201304201405) Mirroring: osgi.bundle,org.apache.openwebbeans.impl.source,1.1.7.v201304201405 (Descriptor: packed: osgi.bundle,org.apache.openwebbeans.impl.source,1.1.7.v201304201405) Mirroring: osgi.bundle,org.apache.derby.source,10.11.1.1_v201605202053 (Descriptor: canonical: osgi.bundle,org.apache.derby.source,10.11.1.1_v201605202053) Mirroring: osgi.bundle,org.apache.derby.source,10.11.1.1_v201605202053 (Descriptor: packed: osgi.bundle,org.apache.derby.source,10.11.1.1_v201605202053) Mirroring: osgi.bundle,org.apache.jasper,7.0.56.v201412180755 (Descriptor: canonical: osgi.bundle,org.apache.jasper,7.0.56.v201412180755) Mirroring: osgi.bundle,org.aopalliance,1.0.0.v201105210816 (Descriptor: packed: osgi.bundle,org.aopalliance,1.0.0.v201105210816) Mirroring: osgi.bundle,org.aopalliance,1.0.0.v201105210816 (Descriptor: canonical: osgi.bundle,org.aopalliance,1.0.0.v201105210816) Mirroring: osgi.bundle,org.apache.ws.commons.util,1.0.1.v20100518-1140 (Descriptor: canonical: osgi.bundle,org.apache.ws.commons.util,1.0.1.v20100518-1140) Mirroring: osgi.bundle,org.apache.ws.commons.util,1.0.1.v20100518-1140 (Descriptor: packed: osgi.bundle,org.apache.ws.commons.util,1.0.1.v20100518-1140) Mirroring: osgi.bundle,org.apache.commons.jxpath.source,1.3.0.v200911051830 (Descriptor: canonical: osgi.bundle,org.apache.commons.jxpath.source,1.3.0.v200911051830) Mirroring: osgi.bundle,org.apache.commons.jxpath.source,1.3.0.v200911051830 (Descriptor: packed: osgi.bundle,org.apache.commons.jxpath.source,1.3.0.v200911051830) Mirroring: osgi.bundle,org.apache.tika.parsers,1.3.0.v201605180015 (Descriptor: canonical: osgi.bundle,org.apache.tika.parsers,1.3.0.v201605180015) Mirroring: osgi.bundle,org.apache.tika.parsers,1.3.0.v201605180015 (Descriptor: packed: osgi.bundle,org.apache.tika.parsers,1.3.0.v201605180015) Mirroring: osgi.bundle,org.apache.sshd.core,0.7.0.v201303101611 (Descriptor: packed: osgi.bundle,org.apache.sshd.core,0.7.0.v201303101611) Mirroring: osgi.bundle,org.apache.sshd.core,0.7.0.v201303101611 (Descriptor: canonical: osgi.bundle,org.apache.sshd.core,0.7.0.v201303101611) Mirroring: osgi.bundle,org.objectweb.asm.tree.source,5.0.1.v201404251740 (Descriptor: packed: osgi.bundle,org.objectweb.asm.tree.source,5.0.1.v201404251740) Mirroring: osgi.bundle,org.objectweb.asm.tree.source,5.0.1.v201404251740 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.tree.source,5.0.1.v201404251740) Mirroring: osgi.bundle,javax.servlet.jsp.jstl.impl,1.2.0.v201210211230 (Descriptor: packed: osgi.bundle,javax.servlet.jsp.jstl.impl,1.2.0.v201210211230) Mirroring: osgi.bundle,javax.servlet.jsp.jstl.impl,1.2.0.v201210211230 (Descriptor: canonical: osgi.bundle,javax.servlet.jsp.jstl.impl,1.2.0.v201210211230) Mirroring: osgi.bundle,org.apache.lucene.highlighter.source,3.5.0.v20121015-1317 (Descriptor: packed: osgi.bundle,org.apache.lucene.highlighter.source,3.5.0.v20121015-1317) Mirroring: osgi.bundle,org.apache.lucene.highlighter.source,3.5.0.v20121015-1317 (Descriptor: canonical: osgi.bundle,org.apache.lucene.highlighter.source,3.5.0.v20121015-1317) Mirroring: osgi.bundle,org.antlr.runtime.source,4.3.0.v201502022030 (Descriptor: packed: osgi.bundle,org.antlr.runtime.source,4.3.0.v201502022030) Mirroring: osgi.bundle,org.antlr.runtime.source,4.3.0.v201502022030 (Descriptor: canonical: osgi.bundle,org.antlr.runtime.source,4.3.0.v201502022030) Mirroring: osgi.bundle,com.thoughtworks.xstream,1.3.1.v201111240924 (Descriptor: packed: osgi.bundle,com.thoughtworks.xstream,1.3.1.v201111240924) Mirroring: osgi.bundle,com.thoughtworks.xstream,1.3.1.v201111240924 (Descriptor: canonical: osgi.bundle,com.thoughtworks.xstream,1.3.1.v201111240924) Mirroring: osgi.bundle,javax.xml.rpc,1.1.0.v201209140446 (Descriptor: canonical: osgi.bundle,javax.xml.rpc,1.1.0.v201209140446) Mirroring: osgi.bundle,javax.xml.rpc,1.1.0.v201209140446 (Descriptor: packed: osgi.bundle,javax.xml.rpc,1.1.0.v201209140446) Mirroring: osgi.bundle,org.apache.commons.daemon.source,1.0.5.v20121125-0905 (Descriptor: canonical: osgi.bundle,org.apache.commons.daemon.source,1.0.5.v20121125-0905) Mirroring: osgi.bundle,org.apache.commons.daemon.source,1.0.5.v20121125-0905 (Descriptor: packed: osgi.bundle,org.apache.commons.daemon.source,1.0.5.v20121125-0905) Mirroring: osgi.bundle,org.apache.catalina.source,7.0.56.v201503170330 (Descriptor: canonical: osgi.bundle,org.apache.catalina.source,7.0.56.v201503170330) Mirroring: osgi.bundle,org.apache.catalina.source,7.0.56.v201503170330 (Descriptor: packed: osgi.bundle,org.apache.catalina.source,7.0.56.v201503170330) Mirroring: osgi.bundle,com.kenai.jffi,1.2.7.v201505052040 (Descriptor: packed: osgi.bundle,com.kenai.jffi,1.2.7.v201505052040) Mirroring: osgi.bundle,com.kenai.jffi,1.2.7.v201505052040 (Descriptor: canonical: osgi.bundle,com.kenai.jffi,1.2.7.v201505052040) Mirroring: osgi.bundle,org.apache.thrift.source,0.5.0.v20110412-1025 (Descriptor: packed: osgi.bundle,org.apache.thrift.source,0.5.0.v20110412-1025) Mirroring: osgi.bundle,org.apache.thrift.source,0.5.0.v20110412-1025 (Descriptor: canonical: osgi.bundle,org.apache.thrift.source,0.5.0.v20110412-1025) Mirroring: osgi.bundle,org.apache.geronimo.components.connector.source,3.1.1.v201205170953 (Descriptor: canonical: osgi.bundle,org.apache.geronimo.components.connector.source,3.1.1.v201205170953) Mirroring: osgi.bundle,org.apache.geronimo.components.connector.source,3.1.1.v201205170953 (Descriptor: packed: osgi.bundle,org.apache.geronimo.components.connector.source,3.1.1.v201205170953) Mirroring: osgi.bundle,org.objectweb.asm.util,5.0.1.v201404251740 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.util,5.0.1.v201404251740) Mirroring: osgi.bundle,org.objectweb.asm.util,5.0.1.v201404251740 (Descriptor: packed: osgi.bundle,org.objectweb.asm.util,5.0.1.v201404251740) Mirroring: osgi.bundle,org.apache.poi.ooxml.schemas.source,3.9.0.v201405241750 (Descriptor: packed: osgi.bundle,org.apache.poi.ooxml.schemas.source,3.9.0.v201405241750) Mirroring: osgi.bundle,org.apache.poi.ooxml.schemas.source,3.9.0.v201405241750 (Descriptor: canonical: osgi.bundle,org.apache.poi.ooxml.schemas.source,3.9.0.v201405241750) Mirroring: osgi.bundle,javax.persistence.source,1.0.0.v200905011740 (Descriptor: packed: osgi.bundle,javax.persistence.source,1.0.0.v200905011740) Mirroring: osgi.bundle,javax.persistence.source,1.0.0.v200905011740 (Descriptor: canonical: osgi.bundle,javax.persistence.source,1.0.0.v200905011740) Mirroring: osgi.bundle,org.apache.openwebbeans.jsf.source,1.1.7.v201304201405 (Descriptor: canonical: osgi.bundle,org.apache.openwebbeans.jsf.source,1.1.7.v201304201405) Mirroring: osgi.bundle,org.apache.openwebbeans.jsf.source,1.1.7.v201304201405 (Descriptor: packed: osgi.bundle,org.apache.openwebbeans.jsf.source,1.1.7.v201304201405) Mirroring: osgi.bundle,ch.ethz.iks.slp,1.0.0.RC5_v20080820-1500 (Descriptor: canonical: osgi.bundle,ch.ethz.iks.slp,1.0.0.RC5_v20080820-1500) Mirroring: osgi.bundle,ch.ethz.iks.slp,1.0.0.RC5_v20080820-1500 (Descriptor: packed: osgi.bundle,ch.ethz.iks.slp,1.0.0.RC5_v20080820-1500) Mirroring: osgi.bundle,org.apache.commons.codec,1.6.0.v201305230611 (Descriptor: canonical: osgi.bundle,org.apache.commons.codec,1.6.0.v201305230611) Mirroring: osgi.bundle,org.apache.commons.codec,1.6.0.v201305230611 (Descriptor: packed: osgi.bundle,org.apache.commons.codec,1.6.0.v201305230611) Mirroring: osgi.bundle,com.google.gson.source,2.2.4.v201311231704 (Descriptor: packed: osgi.bundle,com.google.gson.source,2.2.4.v201311231704) Mirroring: osgi.bundle,com.google.gson.source,2.2.4.v201311231704 (Descriptor: canonical: osgi.bundle,com.google.gson.source,2.2.4.v201311231704) Mirroring: osgi.bundle,net.sourceforge.lpg.lpgjavaruntime,1.1.0.v201004271650 (Descriptor: canonical: osgi.bundle,net.sourceforge.lpg.lpgjavaruntime,1.1.0.v201004271650) Mirroring: osgi.bundle,net.sourceforge.lpg.lpgjavaruntime,1.1.0.v201004271650 (Descriptor: packed: osgi.bundle,net.sourceforge.lpg.lpgjavaruntime,1.1.0.v201004271650) Mirroring: osgi.bundle,org.openid4java,0.9.5.v201105210655 (Descriptor: packed: osgi.bundle,org.openid4java,0.9.5.v201105210655) Mirroring: osgi.bundle,org.openid4java,0.9.5.v201105210655 (Descriptor: canonical: osgi.bundle,org.openid4java,0.9.5.v201105210655) Mirroring: osgi.bundle,javax.xml.soap,1.2.0.v201005080501 (Descriptor: packed: osgi.bundle,javax.xml.soap,1.2.0.v201005080501) Mirroring: osgi.bundle,javax.xml.soap,1.2.0.v201005080501 (Descriptor: canonical: osgi.bundle,javax.xml.soap,1.2.0.v201005080501) Mirroring: osgi.bundle,org.apache.xbean.finder.source,3.12.0.v201304201405 (Descriptor: packed: osgi.bundle,org.apache.xbean.finder.source,3.12.0.v201304201405) Mirroring: osgi.bundle,org.apache.xbean.finder.source,3.12.0.v201304201405 (Descriptor: canonical: osgi.bundle,org.apache.xbean.finder.source,3.12.0.v201304201405) Mirroring: osgi.bundle,javax.transaction.source,1.1.1.v201105210645 (Descriptor: packed: osgi.bundle,javax.transaction.source,1.1.1.v201105210645) Mirroring: osgi.bundle,javax.transaction.source,1.1.1.v201105210645 (Descriptor: canonical: osgi.bundle,javax.transaction.source,1.1.1.v201105210645) Mirroring: osgi.bundle,org.uddi4j,2.0.5.v200805270300 (Descriptor: packed: osgi.bundle,org.uddi4j,2.0.5.v200805270300) Mirroring: osgi.bundle,org.uddi4j,2.0.5.v200805270300 (Descriptor: canonical: osgi.bundle,org.uddi4j,2.0.5.v200805270300) Mirroring: osgi.bundle,org.apache.lucene.queries,3.5.0.v20120725-1805 (Descriptor: canonical: osgi.bundle,org.apache.lucene.queries,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.apache.geronimo.specs.osgi.locator.source,1.1.0.v201205170953 (Descriptor: packed: osgi.bundle,org.apache.geronimo.specs.osgi.locator.source,1.1.0.v201205170953) Mirroring: osgi.bundle,org.apache.geronimo.specs.osgi.locator.source,1.1.0.v201205170953 (Descriptor: canonical: osgi.bundle,org.apache.geronimo.specs.osgi.locator.source,1.1.0.v201205170953) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore.nio.source,4.1.0.v201101201700 (Descriptor: packed: osgi.bundle,org.apache.httpcomponents.httpcore.nio.source,4.1.0.v201101201700) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore.nio.source,4.1.0.v201101201700 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpcore.nio.source,4.1.0.v201101201700) Mirroring: osgi.bundle,org.apache.commons.cli.source,1.2.0.v201404270220 (Descriptor: packed: osgi.bundle,org.apache.commons.cli.source,1.2.0.v201404270220) Mirroring: osgi.bundle,org.apache.commons.cli.source,1.2.0.v201404270220 (Descriptor: canonical: osgi.bundle,org.apache.commons.cli.source,1.2.0.v201404270220) Mirroring: osgi.bundle,org.apache.geronimo.specs.osgi.locator,1.1.0.v201205170953 (Descriptor: packed: osgi.bundle,org.apache.geronimo.specs.osgi.locator,1.1.0.v201205170953) Mirroring: osgi.bundle,org.apache.geronimo.specs.osgi.locator,1.1.0.v201205170953 (Descriptor: canonical: osgi.bundle,org.apache.geronimo.specs.osgi.locator,1.1.0.v201205170953) Mirroring: osgi.bundle,org.apache.commons.pool.source,1.6.0.v201204271246 (Descriptor: canonical: osgi.bundle,org.apache.commons.pool.source,1.6.0.v201204271246) Mirroring: osgi.bundle,org.apache.commons.pool.source,1.6.0.v201204271246 (Descriptor: packed: osgi.bundle,org.apache.commons.pool.source,1.6.0.v201204271246) Mirroring: osgi.bundle,org.hamcrest.library,1.1.0.v20090501071000 (Descriptor: packed: osgi.bundle,org.hamcrest.library,1.1.0.v20090501071000) Mirroring: osgi.bundle,org.hamcrest.library,1.1.0.v20090501071000 (Descriptor: canonical: osgi.bundle,org.hamcrest.library,1.1.0.v20090501071000) Mirroring: osgi.bundle,org.apache.commons.compress,1.6.0.v201310281400 (Descriptor: canonical: osgi.bundle,org.apache.commons.compress,1.6.0.v201310281400) Mirroring: osgi.bundle,org.apache.commons.compress,1.6.0.v201310281400 (Descriptor: packed: osgi.bundle,org.apache.commons.compress,1.6.0.v201310281400) Mirroring: osgi.bundle,org.apache.commons.beanutils.source,1.8.0.v201205091237 (Descriptor: canonical: osgi.bundle,org.apache.commons.beanutils.source,1.8.0.v201205091237) Mirroring: osgi.bundle,org.apache.commons.beanutils.source,1.8.0.v201205091237 (Descriptor: packed: osgi.bundle,org.apache.commons.beanutils.source,1.8.0.v201205091237) Mirroring: osgi.bundle,org.swtchart.source,0.10.0.v201605200358 (Descriptor: packed: osgi.bundle,org.swtchart.source,0.10.0.v201605200358) Mirroring: osgi.bundle,org.swtchart.source,0.10.0.v201605200358 (Descriptor: canonical: osgi.bundle,org.swtchart.source,0.10.0.v201605200358) Mirroring: osgi.bundle,org.w3c.dom.smil.source,1.0.1.v200903091627 (Descriptor: canonical: osgi.bundle,org.w3c.dom.smil.source,1.0.1.v200903091627) Mirroring: osgi.bundle,org.w3c.dom.smil.source,1.0.1.v200903091627 (Descriptor: packed: osgi.bundle,org.w3c.dom.smil.source,1.0.1.v200903091627) Mirroring: osgi.bundle,org.objectweb.asm.analysis.source,5.0.1.v201505121915 (Descriptor: packed: osgi.bundle,org.objectweb.asm.analysis.source,5.0.1.v201505121915) Mirroring: osgi.bundle,org.objectweb.asm.analysis.source,5.0.1.v201505121915 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.analysis.source,5.0.1.v201505121915) Mirroring: osgi.bundle,com.sun.el,2.2.0.v201303151357 (Descriptor: canonical: osgi.bundle,com.sun.el,2.2.0.v201303151357) Mirroring: osgi.bundle,com.sun.el,2.2.0.v201303151357 (Descriptor: packed: osgi.bundle,com.sun.el,2.2.0.v201303151357) Mirroring: osgi.bundle,org.eclipse.orbit.mongodb.source,2.10.1.v20130422-1135 (Descriptor: packed: osgi.bundle,org.eclipse.orbit.mongodb.source,2.10.1.v20130422-1135) Mirroring: osgi.bundle,org.eclipse.orbit.mongodb.source,2.10.1.v20130422-1135 (Descriptor: canonical: osgi.bundle,org.eclipse.orbit.mongodb.source,2.10.1.v20130422-1135) Mirroring: osgi.bundle,ch.qos.logback.core.source,1.0.7.v20121108-1250 (Descriptor: packed: osgi.bundle,ch.qos.logback.core.source,1.0.7.v20121108-1250) Mirroring: osgi.bundle,ch.qos.logback.core.source,1.0.7.v20121108-1250 (Descriptor: canonical: osgi.bundle,ch.qos.logback.core.source,1.0.7.v20121108-1250) Mirroring: osgi.bundle,org.codehaus.jackson.smile.source,1.6.0.v20101005-0925 (Descriptor: packed: osgi.bundle,org.codehaus.jackson.smile.source,1.6.0.v20101005-0925) Mirroring: osgi.bundle,org.codehaus.jackson.smile.source,1.6.0.v20101005-0925 (Descriptor: canonical: osgi.bundle,org.codehaus.jackson.smile.source,1.6.0.v20101005-0925) Mirroring: osgi.bundle,org.apache.lucene.misc.source,3.5.0.v20120725-1805 (Descriptor: packed: osgi.bundle,org.apache.lucene.misc.source,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.apache.lucene.misc.source,3.5.0.v20120725-1805 (Descriptor: canonical: osgi.bundle,org.apache.lucene.misc.source,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.apache.sshd.core.source,0.7.0.v201303101611 (Descriptor: packed: osgi.bundle,org.apache.sshd.core.source,0.7.0.v201303101611) Mirroring: osgi.bundle,org.apache.sshd.core.source,0.7.0.v201303101611 (Descriptor: canonical: osgi.bundle,org.apache.sshd.core.source,0.7.0.v201303101611) Mirroring: osgi.bundle,org.apache.jasper.glassfish,2.2.2.v201501141630 (Descriptor: canonical: osgi.bundle,org.apache.jasper.glassfish,2.2.2.v201501141630) Mirroring: osgi.bundle,org.slf4j.api,1.7.2.v20121108-1250 (Descriptor: canonical: osgi.bundle,org.slf4j.api,1.7.2.v20121108-1250) Mirroring: osgi.bundle,org.slf4j.api,1.7.2.v20121108-1250 (Descriptor: packed: osgi.bundle,org.slf4j.api,1.7.2.v20121108-1250) Mirroring: osgi.bundle,javax.activation,1.1.0.v201211130549 (Descriptor: packed: osgi.bundle,javax.activation,1.1.0.v201211130549) Mirroring: osgi.bundle,javax.activation,1.1.0.v201211130549 (Descriptor: canonical: osgi.bundle,javax.activation,1.1.0.v201211130549) Mirroring: osgi.bundle,org.apache.httpcomponents.httpclient,4.2.6.v201311072007 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpclient,4.2.6.v201311072007) Mirroring: osgi.bundle,ca.odell.glazedlists.source,1.9.0.v201303080712 (Descriptor: packed: osgi.bundle,ca.odell.glazedlists.source,1.9.0.v201303080712) Mirroring: osgi.bundle,ca.odell.glazedlists.source,1.9.0.v201303080712 (Descriptor: canonical: osgi.bundle,ca.odell.glazedlists.source,1.9.0.v201303080712) Mirroring: osgi.bundle,org.apache.commons.httpclient,3.1.0.v201012070820 (Descriptor: packed: osgi.bundle,org.apache.commons.httpclient,3.1.0.v201012070820) Mirroring: osgi.bundle,org.apache.commons.httpclient,3.1.0.v201012070820 (Descriptor: canonical: osgi.bundle,org.apache.commons.httpclient,3.1.0.v201012070820) Mirroring: osgi.bundle,org.hamcrest.library.source,1.1.0.v20090501071000 (Descriptor: canonical: osgi.bundle,org.hamcrest.library.source,1.1.0.v20090501071000) Mirroring: osgi.bundle,org.hamcrest.library.source,1.1.0.v20090501071000 (Descriptor: packed: osgi.bundle,org.hamcrest.library.source,1.1.0.v20090501071000) Mirroring: osgi.bundle,org.apache.poi.ooxml.source,3.9.0.v201405241905 (Descriptor: canonical: osgi.bundle,org.apache.poi.ooxml.source,3.9.0.v201405241905) Mirroring: osgi.bundle,org.apache.poi.ooxml.source,3.9.0.v201405241905 (Descriptor: packed: osgi.bundle,org.apache.poi.ooxml.source,3.9.0.v201405241905) Mirroring: osgi.bundle,org.objectweb.asm.commons,5.0.1.v201404251740 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.commons,5.0.1.v201404251740) Mirroring: osgi.bundle,org.objectweb.asm.commons,5.0.1.v201404251740 (Descriptor: packed: osgi.bundle,org.objectweb.asm.commons,5.0.1.v201404251740) Mirroring: osgi.bundle,org.pushingpixels.trident.source,1.2.0.v201305152020 (Descriptor: canonical: osgi.bundle,org.pushingpixels.trident.source,1.2.0.v201305152020) Mirroring: osgi.bundle,org.pushingpixels.trident.source,1.2.0.v201305152020 (Descriptor: packed: osgi.bundle,org.pushingpixels.trident.source,1.2.0.v201305152020) Mirroring: osgi.bundle,edu.emory.mathcs.backport.source,3.1.0.v201505121915 (Descriptor: packed: osgi.bundle,edu.emory.mathcs.backport.source,3.1.0.v201505121915) Mirroring: osgi.bundle,edu.emory.mathcs.backport.source,3.1.0.v201505121915 (Descriptor: canonical: osgi.bundle,edu.emory.mathcs.backport.source,3.1.0.v201505121915) Mirroring: osgi.bundle,org.apache.lucene.spellchecker,3.5.0.v20120725-1805 (Descriptor: canonical: osgi.bundle,org.apache.lucene.spellchecker,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.objectweb.asm.analysis,5.0.1.v201505121915 (Descriptor: packed: osgi.bundle,org.objectweb.asm.analysis,5.0.1.v201505121915) Mirroring: osgi.bundle,org.objectweb.asm.analysis,5.0.1.v201505121915 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.analysis,5.0.1.v201505121915) Mirroring: osgi.bundle,org.objectweb.asm.tree,5.0.1.v201404251740 (Descriptor: packed: osgi.bundle,org.objectweb.asm.tree,5.0.1.v201404251740) Mirroring: osgi.bundle,org.objectweb.asm.tree,5.0.1.v201404251740 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.tree,5.0.1.v201404251740) Mirroring: osgi.bundle,org.apache.xalan,2.7.1.v201005080400 (Descriptor: canonical: osgi.bundle,org.apache.xalan,2.7.1.v201005080400) Mirroring: osgi.bundle,org.junit.source,4.12.0.v201504281640 (Descriptor: canonical: osgi.bundle,org.junit.source,4.12.0.v201504281640) Mirroring: osgi.bundle,org.junit.source,4.12.0.v201504281640 (Descriptor: packed: osgi.bundle,org.junit.source,4.12.0.v201504281640) Mirroring: osgi.bundle,org.apache.mina.filter.compression,2.0.7.v201401141305 (Descriptor: canonical: osgi.bundle,org.apache.mina.filter.compression,2.0.7.v201401141305) Mirroring: osgi.bundle,org.apache.mina.filter.compression,2.0.7.v201401141305 (Descriptor: packed: osgi.bundle,org.apache.mina.filter.compression,2.0.7.v201401141305) Mirroring: osgi.bundle,org.apache.commons.io.source,2.2.0.v201405211200 (Descriptor: canonical: osgi.bundle,org.apache.commons.io.source,2.2.0.v201405211200) Mirroring: osgi.bundle,org.apache.commons.io.source,2.2.0.v201405211200 (Descriptor: packed: osgi.bundle,org.apache.commons.io.source,2.2.0.v201405211200) Mirroring: osgi.bundle,org.apache.commons.io,2.2.0.v201405211200 (Descriptor: packed: osgi.bundle,org.apache.commons.io,2.2.0.v201405211200) Mirroring: osgi.bundle,org.apache.commons.io,2.2.0.v201405211200 (Descriptor: canonical: osgi.bundle,org.apache.commons.io,2.2.0.v201405211200) Mirroring: osgi.bundle,org.apache.lucene.highlighter,3.5.0.v20121015-1317 (Descriptor: canonical: osgi.bundle,org.apache.lucene.highlighter,3.5.0.v20121015-1317) Mirroring: osgi.bundle,org.apache.commons.logging,1.1.1.v201101211721 (Descriptor: canonical: osgi.bundle,org.apache.commons.logging,1.1.1.v201101211721) Mirroring: osgi.bundle,org.apache.commons.dbcp.source,1.4.0.v201204271417 (Descriptor: canonical: osgi.bundle,org.apache.commons.dbcp.source,1.4.0.v201204271417) Mirroring: osgi.bundle,org.apache.commons.dbcp.source,1.4.0.v201204271417 (Descriptor: packed: osgi.bundle,org.apache.commons.dbcp.source,1.4.0.v201204271417) Mirroring: osgi.bundle,org.slf4j.nop,1.7.2.v201212060727 (Descriptor: packed: osgi.bundle,org.slf4j.nop,1.7.2.v201212060727) Mirroring: osgi.bundle,org.slf4j.nop,1.7.2.v201212060727 (Descriptor: canonical: osgi.bundle,org.slf4j.nop,1.7.2.v201212060727) Mirroring: osgi.bundle,javax.validation,1.0.0.GA_v201205091237 (Descriptor: packed: osgi.bundle,javax.validation,1.0.0.GA_v201205091237) Mirroring: osgi.bundle,javax.validation,1.0.0.GA_v201205091237 (Descriptor: canonical: osgi.bundle,javax.validation,1.0.0.GA_v201205091237) Mirroring: osgi.bundle,com.google.gwtjsonrpc.source,1.2.5.v201112241444 (Descriptor: canonical: osgi.bundle,com.google.gwtjsonrpc.source,1.2.5.v201112241444) Mirroring: osgi.bundle,com.google.gwtjsonrpc.source,1.2.5.v201112241444 (Descriptor: packed: osgi.bundle,com.google.gwtjsonrpc.source,1.2.5.v201112241444) Mirroring: osgi.bundle,javassist.source,3.13.0.GA_v201209210905 (Descriptor: canonical: osgi.bundle,javassist.source,3.13.0.GA_v201209210905) Mirroring: osgi.bundle,javassist.source,3.13.0.GA_v201209210905 (Descriptor: packed: osgi.bundle,javassist.source,3.13.0.GA_v201209210905) Mirroring: osgi.bundle,org.apache.commons.math,2.1.0.v201105210652 (Descriptor: canonical: osgi.bundle,org.apache.commons.math,2.1.0.v201105210652) Mirroring: osgi.bundle,com.sun.jersey.source,1.17.0.v201503170330 (Descriptor: packed: osgi.bundle,com.sun.jersey.source,1.17.0.v201503170330) Mirroring: osgi.bundle,com.sun.jersey.source,1.17.0.v201503170330 (Descriptor: canonical: osgi.bundle,com.sun.jersey.source,1.17.0.v201503170330) Mirroring: osgi.bundle,org.apache.xbean.reflect.source,3.12.0.v201304201405 (Descriptor: canonical: osgi.bundle,org.apache.xbean.reflect.source,3.12.0.v201304201405) Mirroring: osgi.bundle,org.apache.xbean.reflect.source,3.12.0.v201304201405 (Descriptor: packed: osgi.bundle,org.apache.xbean.reflect.source,3.12.0.v201304201405) Mirroring: osgi.bundle,org.apache.xbean.naming.source,3.12.0.v201304201405 (Descriptor: packed: osgi.bundle,org.apache.xbean.naming.source,3.12.0.v201304201405) Mirroring: osgi.bundle,org.apache.xbean.naming.source,3.12.0.v201304201405 (Descriptor: canonical: osgi.bundle,org.apache.xbean.naming.source,3.12.0.v201304201405) Mirroring: osgi.bundle,javax.servlet.jsp.jstl.source,1.2.0.v201105211821 (Descriptor: canonical: osgi.bundle,javax.servlet.jsp.jstl.source,1.2.0.v201105211821) Mirroring: osgi.bundle,javax.servlet.jsp.jstl.source,1.2.0.v201105211821 (Descriptor: packed: osgi.bundle,javax.servlet.jsp.jstl.source,1.2.0.v201105211821) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore,4.2.5.v201311072007 (Descriptor: packed: osgi.bundle,org.apache.httpcomponents.httpcore,4.2.5.v201311072007) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore,4.2.5.v201311072007 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpcore,4.2.5.v201311072007) Mirroring: osgi.bundle,org.apache.commons.logging.source,1.1.1.v201101211721 (Descriptor: canonical: osgi.bundle,org.apache.commons.logging.source,1.1.1.v201101211721) Mirroring: osgi.bundle,javax.servlet.jsp.source,2.2.0.v201112011158 (Descriptor: packed: osgi.bundle,javax.servlet.jsp.source,2.2.0.v201112011158) Mirroring: osgi.bundle,javax.servlet.jsp.source,2.2.0.v201112011158 (Descriptor: canonical: osgi.bundle,javax.servlet.jsp.source,2.2.0.v201112011158) Mirroring: osgi.bundle,org.apache.ws.commons.schema,1.4.2.v201003051240 (Descriptor: packed: osgi.bundle,org.apache.ws.commons.schema,1.4.2.v201003051240) Mirroring: osgi.bundle,org.apache.ws.commons.schema,1.4.2.v201003051240 (Descriptor: canonical: osgi.bundle,org.apache.ws.commons.schema,1.4.2.v201003051240) Mirroring: osgi.bundle,javax.servlet.jsp.jstl.impl.source,1.2.0.v201210211230 (Descriptor: packed: osgi.bundle,javax.servlet.jsp.jstl.impl.source,1.2.0.v201210211230) Mirroring: osgi.bundle,javax.servlet.jsp.jstl.impl.source,1.2.0.v201210211230 (Descriptor: canonical: osgi.bundle,javax.servlet.jsp.jstl.impl.source,1.2.0.v201210211230) Mirroring: osgi.bundle,org.apache.lucene,3.5.0.v20120725-1805 (Descriptor: packed: osgi.bundle,org.apache.lucene,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.apache.lucene,3.5.0.v20120725-1805 (Descriptor: canonical: osgi.bundle,org.apache.lucene,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.apache.taglibs.standard.glassfish,1.2.0.v201112081803 (Descriptor: packed: osgi.bundle,org.apache.taglibs.standard.glassfish,1.2.0.v201112081803) Mirroring: osgi.bundle,org.apache.taglibs.standard.glassfish,1.2.0.v201112081803 (Descriptor: canonical: osgi.bundle,org.apache.taglibs.standard.glassfish,1.2.0.v201112081803) Mirroring: osgi.bundle,org.apache.hadoop.zookeeper,3.4.5.v20121214-1350 (Descriptor: canonical: osgi.bundle,org.apache.hadoop.zookeeper,3.4.5.v20121214-1350) Mirroring: osgi.bundle,org.apache.commons.lang3.source,3.1.0.v201403281430 (Descriptor: packed: osgi.bundle,org.apache.commons.lang3.source,3.1.0.v201403281430) Mirroring: osgi.bundle,org.apache.commons.lang3.source,3.1.0.v201403281430 (Descriptor: canonical: osgi.bundle,org.apache.commons.lang3.source,3.1.0.v201403281430) Mirroring: osgi.bundle,org.apache.tika.core,1.3.0.v201505121915 (Descriptor: packed: osgi.bundle,org.apache.tika.core,1.3.0.v201505121915) Mirroring: osgi.bundle,org.apache.tika.core,1.3.0.v201505121915 (Descriptor: canonical: osgi.bundle,org.apache.tika.core,1.3.0.v201505121915) Mirroring: osgi.bundle,org.apache.commons.cli,1.2.0.v201404270220 (Descriptor: packed: osgi.bundle,org.apache.commons.cli,1.2.0.v201404270220) Mirroring: osgi.bundle,org.apache.commons.cli,1.2.0.v201404270220 (Descriptor: canonical: osgi.bundle,org.apache.commons.cli,1.2.0.v201404270220) Mirroring: osgi.bundle,scannotation,1.0.2.v201205170710 (Descriptor: canonical: osgi.bundle,scannotation,1.0.2.v201205170710) Mirroring: osgi.bundle,scannotation,1.0.2.v201205170710 (Descriptor: packed: osgi.bundle,scannotation,1.0.2.v201205170710) Mirroring: osgi.bundle,org.apache.openejb.javaagent,4.0.0.beta-2_v201205041047 (Descriptor: packed: osgi.bundle,org.apache.openejb.javaagent,4.0.0.beta-2_v201205041047) Mirroring: osgi.bundle,org.apache.openejb.javaagent,4.0.0.beta-2_v201205041047 (Descriptor: canonical: osgi.bundle,org.apache.openejb.javaagent,4.0.0.beta-2_v201205041047) Mirroring: osgi.bundle,org.apache.poi,3.9.0.v201405241750 (Descriptor: canonical: osgi.bundle,org.apache.poi,3.9.0.v201405241750) Mirroring: osgi.bundle,org.apache.bcel,5.2.0.v201005080400 (Descriptor: canonical: osgi.bundle,org.apache.bcel,5.2.0.v201005080400) Mirroring: osgi.bundle,org.apache.bsf.source,2.4.0.v201103030230 (Descriptor: canonical: osgi.bundle,org.apache.bsf.source,2.4.0.v201103030230) Mirroring: osgi.bundle,org.apache.bsf.source,2.4.0.v201103030230 (Descriptor: packed: osgi.bundle,org.apache.bsf.source,2.4.0.v201103030230) Mirroring: osgi.bundle,org.apache.tomcat.util.source,7.0.56.v201412180755 (Descriptor: packed: osgi.bundle,org.apache.tomcat.util.source,7.0.56.v201412180755) Mirroring: osgi.bundle,org.apache.tomcat.util.source,7.0.56.v201412180755 (Descriptor: canonical: osgi.bundle,org.apache.tomcat.util.source,7.0.56.v201412180755) Mirroring: osgi.bundle,com.google.inject.source,3.0.0.v201605172100 (Descriptor: canonical: osgi.bundle,com.google.inject.source,3.0.0.v201605172100) Mirroring: osgi.bundle,com.google.inject.source,3.0.0.v201605172100 (Descriptor: packed: osgi.bundle,com.google.inject.source,3.0.0.v201605172100) Mirroring: osgi.bundle,org.apache.xerces,2.9.0.v201101211617 (Descriptor: canonical: osgi.bundle,org.apache.xerces,2.9.0.v201101211617) Mirroring: osgi.bundle,org.apache.hadoop.zookeeper.source,3.4.5.v20121214-1350 (Descriptor: packed: osgi.bundle,org.apache.hadoop.zookeeper.source,3.4.5.v20121214-1350) Mirroring: osgi.bundle,org.apache.hadoop.zookeeper.source,3.4.5.v20121214-1350 (Descriptor: canonical: osgi.bundle,org.apache.hadoop.zookeeper.source,3.4.5.v20121214-1350) Mirroring: osgi.bundle,org.apache.commons.codec.source,1.6.0.v201305230611 (Descriptor: canonical: osgi.bundle,org.apache.commons.codec.source,1.6.0.v201305230611) Mirroring: osgi.bundle,org.apache.commons.codec.source,1.6.0.v201305230611 (Descriptor: packed: osgi.bundle,org.apache.commons.codec.source,1.6.0.v201305230611) Mirroring: osgi.bundle,org.glassfish.com.sun.faces.source,2.1.18.v201304210537 (Descriptor: canonical: osgi.bundle,org.glassfish.com.sun.faces.source,2.1.18.v201304210537) Mirroring: osgi.bundle,org.glassfish.com.sun.faces.source,2.1.18.v201304210537 (Descriptor: packed: osgi.bundle,org.glassfish.com.sun.faces.source,2.1.18.v201304210537) Mirroring: osgi.bundle,org.apache.catalina.tribes.source,7.0.56.v201412180755 (Descriptor: canonical: osgi.bundle,org.apache.catalina.tribes.source,7.0.56.v201412180755) Mirroring: osgi.bundle,org.apache.catalina.tribes.source,7.0.56.v201412180755 (Descriptor: packed: osgi.bundle,org.apache.catalina.tribes.source,7.0.56.v201412180755) Mirroring: osgi.bundle,org.ow2.jotm.jotm-core.source,2.1.9.v201204271116 (Descriptor: canonical: osgi.bundle,org.ow2.jotm.jotm-core.source,2.1.9.v201204271116) Mirroring: osgi.bundle,org.ow2.jotm.jotm-core.source,2.1.9.v201204271116 (Descriptor: packed: osgi.bundle,org.ow2.jotm.jotm-core.source,2.1.9.v201204271116) Mirroring: osgi.bundle,org.kohsuke.args4j,2.0.21.v201301150030 (Descriptor: canonical: osgi.bundle,org.kohsuke.args4j,2.0.21.v201301150030) Mirroring: osgi.bundle,org.kohsuke.args4j,2.0.21.v201301150030 (Descriptor: packed: osgi.bundle,org.kohsuke.args4j,2.0.21.v201301150030) Mirroring: osgi.bundle,org.apache.xml.serializer,2.7.1.v201005080400 (Descriptor: packed: osgi.bundle,org.apache.xml.serializer,2.7.1.v201005080400) Mirroring: osgi.bundle,org.apache.xml.serializer,2.7.1.v201005080400 (Descriptor: canonical: osgi.bundle,org.apache.xml.serializer,2.7.1.v201005080400) Mirroring: osgi.bundle,com.google.gerrit.prettify,2.1.5.v201112241444 (Descriptor: canonical: osgi.bundle,com.google.gerrit.prettify,2.1.5.v201112241444) Mirroring: osgi.bundle,com.google.gerrit.prettify,2.1.5.v201112241444 (Descriptor: packed: osgi.bundle,com.google.gerrit.prettify,2.1.5.v201112241444) Mirroring: osgi.bundle,osgi.enterprise,4.2.0.v201108120515 (Descriptor: canonical: osgi.bundle,osgi.enterprise,4.2.0.v201108120515) Mirroring: osgi.bundle,osgi.enterprise,4.2.0.v201108120515 (Descriptor: packed: osgi.bundle,osgi.enterprise,4.2.0.v201108120515) Mirroring: osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905 (Descriptor: canonical: osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905) Mirroring: osgi.bundle,org.apache.velocity,1.5.0.v200905192330 (Descriptor: canonical: osgi.bundle,org.apache.velocity,1.5.0.v200905192330) Mirroring: osgi.bundle,org.apache.velocity,1.5.0.v200905192330 (Descriptor: packed: osgi.bundle,org.apache.velocity,1.5.0.v200905192330) Mirroring: osgi.bundle,org.apache.log4j.source,1.2.15.v201012070815 (Descriptor: packed: osgi.bundle,org.apache.log4j.source,1.2.15.v201012070815) Mirroring: osgi.bundle,org.apache.log4j.source,1.2.15.v201012070815 (Descriptor: canonical: osgi.bundle,org.apache.log4j.source,1.2.15.v201012070815) Mirroring: osgi.bundle,com.thoughtworks.qdox.source,1.6.3.v20081201-1400 (Descriptor: canonical: osgi.bundle,com.thoughtworks.qdox.source,1.6.3.v20081201-1400) Mirroring: osgi.bundle,com.thoughtworks.qdox.source,1.6.3.v20081201-1400 (Descriptor: packed: osgi.bundle,com.thoughtworks.qdox.source,1.6.3.v20081201-1400) Mirroring: osgi.bundle,org.apache.lucene.memory.source,3.5.0.v20120725-1805 (Descriptor: packed: osgi.bundle,org.apache.lucene.memory.source,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.apache.lucene.memory.source,3.5.0.v20120725-1805 (Descriptor: canonical: osgi.bundle,org.apache.lucene.memory.source,3.5.0.v20120725-1805) Mirroring: osgi.bundle,org.objectweb.asm.commons.source,5.0.1.v201404251740 (Descriptor: packed: osgi.bundle,org.objectweb.asm.commons.source,5.0.1.v201404251740) Mirroring: osgi.bundle,org.objectweb.asm.commons.source,5.0.1.v201404251740 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.commons.source,5.0.1.v201404251740) Mirroring: osgi.bundle,org.hamcrest.generator.source,1.3.0.v201305210900 (Descriptor: packed: osgi.bundle,org.hamcrest.generator.source,1.3.0.v201305210900) Mirroring: osgi.bundle,org.hamcrest.generator.source,1.3.0.v201305210900 (Descriptor: canonical: osgi.bundle,org.hamcrest.generator.source,1.3.0.v201305210900) Mirroring: osgi.bundle,javax.jms,1.1.0.v201205091237 (Descriptor: packed: osgi.bundle,javax.jms,1.1.0.v201205091237) Mirroring: osgi.bundle,javax.jms,1.1.0.v201205091237 (Descriptor: canonical: osgi.bundle,javax.jms,1.1.0.v201205091237) Mirroring: osgi.bundle,org.apache.juli.extras.source,7.0.56.v201412180755 (Descriptor: canonical: osgi.bundle,org.apache.juli.extras.source,7.0.56.v201412180755) Mirroring: osgi.bundle,org.apache.juli.extras.source,7.0.56.v201412180755 (Descriptor: packed: osgi.bundle,org.apache.juli.extras.source,7.0.56.v201412180755) Mirroring: osgi.bundle,org.apache.commons.exec.source,1.1.0.v201301240602 (Descriptor: packed: osgi.bundle,org.apache.commons.exec.source,1.1.0.v201301240602) Mirroring: osgi.bundle,org.apache.commons.exec.source,1.1.0.v201301240602 (Descriptor: canonical: osgi.bundle,org.apache.commons.exec.source,1.1.0.v201301240602) Mirroring: osgi.bundle,org.objectweb.asm.source,5.0.1.v201404251740 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.source,5.0.1.v201404251740) Mirroring: osgi.bundle,org.objectweb.asm.source,5.0.1.v201404251740 (Descriptor: packed: osgi.bundle,org.objectweb.asm.source,5.0.1.v201404251740) Mirroring: osgi.bundle,org.apache.geronimo.components.connector,3.1.1.v201205170953 (Descriptor: packed: osgi.bundle,org.apache.geronimo.components.connector,3.1.1.v201205170953) Mirroring: osgi.bundle,org.apache.geronimo.components.connector,3.1.1.v201205170953 (Descriptor: canonical: osgi.bundle,org.apache.geronimo.components.connector,3.1.1.v201205170953) Mirroring: osgi.bundle,org.apache.xmlrpc,3.0.0.v20100427-1100 (Descriptor: packed: osgi.bundle,org.apache.xmlrpc,3.0.0.v20100427-1100) Mirroring: osgi.bundle,org.apache.xmlrpc,3.0.0.v20100427-1100 (Descriptor: canonical: osgi.bundle,org.apache.xmlrpc,3.0.0.v20100427-1100) Mirroring: osgi.bundle,org.apache.geronimo.specs.j2ee.management,1.0.0.v201205091237 (Descriptor: packed: osgi.bundle,org.apache.geronimo.specs.j2ee.management,1.0.0.v201205091237) Mirroring: osgi.bundle,org.apache.geronimo.specs.j2ee.management,1.0.0.v201205091237 (Descriptor: canonical: osgi.bundle,org.apache.geronimo.specs.j2ee.management,1.0.0.v201205091237) Mirroring: osgi.bundle,org.apache.commons.net,3.2.0.v201305141515 (Descriptor: packed: osgi.bundle,org.apache.commons.net,3.2.0.v201305141515) Mirroring: osgi.bundle,org.apache.commons.net,3.2.0.v201305141515 (Descriptor: canonical: osgi.bundle,org.apache.commons.net,3.2.0.v201305141515) Mirroring: osgi.bundle,org.apache.cassandra.source,0.7.0.v201503170330 (Descriptor: packed: osgi.bundle,org.apache.cassandra.source,0.7.0.v201503170330) Mirroring: osgi.bundle,org.apache.cassandra.source,0.7.0.v201503170330 (Descriptor: canonical: osgi.bundle,org.apache.cassandra.source,0.7.0.v201503170330) Mirroring: osgi.bundle,javax.wsdl,1.6.2.v201012040545 (Descriptor: canonical: osgi.bundle,javax.wsdl,1.6.2.v201012040545) Mirroring: osgi.bundle,javax.wsdl,1.6.2.v201012040545 (Descriptor: packed: osgi.bundle,javax.wsdl,1.6.2.v201012040545) Mirroring: osgi.bundle,javax.xml.bind,2.2.0.v201105210648 (Descriptor: canonical: osgi.bundle,javax.xml.bind,2.2.0.v201105210648) Mirroring: osgi.bundle,javax.xml.bind,2.2.0.v201105210648 (Descriptor: packed: osgi.bundle,javax.xml.bind,2.2.0.v201105210648) Mirroring: osgi.bundle,com.thoughtworks.qdox,1.6.3.v20081201-1400 (Descriptor: packed: osgi.bundle,com.thoughtworks.qdox,1.6.3.v20081201-1400) Mirroring: osgi.bundle,com.thoughtworks.qdox,1.6.3.v20081201-1400 (Descriptor: canonical: osgi.bundle,com.thoughtworks.qdox,1.6.3.v20081201-1400) Mirroring: osgi.bundle,org.apache.mina.core,2.0.7.v201401071602 (Descriptor: canonical: osgi.bundle,org.apache.mina.core,2.0.7.v201401071602) Mirroring: osgi.bundle,org.apache.tomcat.api,7.0.56.v201412180755 (Descriptor: canonical: osgi.bundle,org.apache.tomcat.api,7.0.56.v201412180755) Mirroring: osgi.bundle,org.apache.tomcat.api,7.0.56.v201412180755 (Descriptor: packed: osgi.bundle,org.apache.tomcat.api,7.0.56.v201412180755) Mirroring: osgi.bundle,org.apache.commons.net.source,3.2.0.v201305141515 (Descriptor: packed: osgi.bundle,org.apache.commons.net.source,3.2.0.v201305141515) Mirroring: osgi.bundle,org.apache.commons.net.source,3.2.0.v201305141515 (Descriptor: canonical: osgi.bundle,org.apache.commons.net.source,3.2.0.v201305141515) Mirroring: osgi.bundle,org.objectweb.asm.util.source,5.0.1.v201404251740 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.util.source,5.0.1.v201404251740) Mirroring: osgi.bundle,org.objectweb.asm.util.source,5.0.1.v201404251740 (Descriptor: packed: osgi.bundle,org.objectweb.asm.util.source,5.0.1.v201404251740) Mirroring: osgi.bundle,org.apache.derby.source,10.8.2.2_v201605172130 (Descriptor: packed: osgi.bundle,org.apache.derby.source,10.8.2.2_v201605172130) Mirroring: osgi.bundle,org.apache.derby.source,10.8.2.2_v201605172130 (Descriptor: canonical: osgi.bundle,org.apache.derby.source,10.8.2.2_v201605172130) Mirroring: osgi.bundle,osgi.enterprise.source,4.2.0.v201108120515 (Descriptor: canonical: osgi.bundle,osgi.enterprise.source,4.2.0.v201108120515) Mirroring: osgi.bundle,osgi.enterprise.source,4.2.0.v201108120515 (Descriptor: packed: osgi.bundle,osgi.enterprise.source,4.2.0.v201108120515) Mirroring: osgi.bundle,org.apache.catalina,7.0.56.v201503170330 (Descriptor: canonical: osgi.bundle,org.apache.catalina,7.0.56.v201503170330) Mirroring: osgi.bundle,org.apache.bcel.source,5.2.0.v201005080400 (Descriptor: packed: osgi.bundle,org.apache.bcel.source,5.2.0.v201005080400) Mirroring: osgi.bundle,org.apache.bcel.source,5.2.0.v201005080400 (Descriptor: canonical: osgi.bundle,org.apache.bcel.source,5.2.0.v201005080400) Mirroring: osgi.bundle,org.slf4j.jul.source,1.7.2.v20121108-1250 (Descriptor: packed: osgi.bundle,org.slf4j.jul.source,1.7.2.v20121108-1250) Mirroring: osgi.bundle,org.slf4j.jul.source,1.7.2.v20121108-1250 (Descriptor: canonical: osgi.bundle,org.slf4j.jul.source,1.7.2.v20121108-1250) Mirroring: osgi.bundle,org.objectweb.asm,5.0.1.v201404251740 (Descriptor: packed: osgi.bundle,org.objectweb.asm,5.0.1.v201404251740) Mirroring: osgi.bundle,org.objectweb.asm,5.0.1.v201404251740 (Descriptor: canonical: osgi.bundle,org.objectweb.asm,5.0.1.v201404251740) Mirroring: osgi.bundle,ch.qos.logback.classic,1.0.7.v20121108-1250 (Descriptor: packed: osgi.bundle,ch.qos.logback.classic,1.0.7.v20121108-1250) Mirroring: osgi.bundle,ch.qos.logback.classic,1.0.7.v20121108-1250 (Descriptor: canonical: osgi.bundle,ch.qos.logback.classic,1.0.7.v20121108-1250) Mirroring: osgi.bundle,com.google.inject.multibindings.source,3.0.0.v201605172100 (Descriptor: packed: osgi.bundle,com.google.inject.multibindings.source,3.0.0.v201605172100) Mirroring: osgi.bundle,com.google.inject.multibindings.source,3.0.0.v201605172100 (Descriptor: canonical: osgi.bundle,com.google.inject.multibindings.source,3.0.0.v201605172100) Mirroring: osgi.bundle,com.lowagie.text,2.1.7.v201004222200 (Descriptor: canonical: osgi.bundle,com.lowagie.text,2.1.7.v201004222200) Mirroring: osgi.bundle,com.lowagie.text.source,2.1.7.v201004222200 (Descriptor: packed: osgi.bundle,com.lowagie.text.source,2.1.7.v201004222200) Mirroring: osgi.bundle,com.lowagie.text.source,2.1.7.v201004222200 (Descriptor: canonical: osgi.bundle,com.lowagie.text.source,2.1.7.v201004222200) Mirroring: osgi.bundle,org.apache.xmlbeans.source,2.3.0.v201605172150 (Descriptor: canonical: osgi.bundle,org.apache.xmlbeans.source,2.3.0.v201605172150) Mirroring: osgi.bundle,org.apache.xmlbeans.source,2.3.0.v201605172150 (Descriptor: packed: osgi.bundle,org.apache.xmlbeans.source,2.3.0.v201605172150) Mirroring: osgi.bundle,org.eclipse.orbit.mongodb,2.10.1.v20130422-1135 (Descriptor: packed: osgi.bundle,org.eclipse.orbit.mongodb,2.10.1.v20130422-1135) Mirroring: osgi.bundle,org.eclipse.orbit.mongodb,2.10.1.v20130422-1135 (Descriptor: canonical: osgi.bundle,org.eclipse.orbit.mongodb,2.10.1.v20130422-1135) Mirroring: osgi.bundle,org.codehaus.jackson.core.source,1.6.0.v20101005-0925 (Descriptor: packed: osgi.bundle,org.codehaus.jackson.core.source,1.6.0.v20101005-0925) Mirroring: osgi.bundle,org.codehaus.jackson.core.source,1.6.0.v20101005-0925 (Descriptor: canonical: osgi.bundle,org.codehaus.jackson.core.source,1.6.0.v20101005-0925) Mirroring: osgi.bundle,org.restlet,2.0.5.v201605172130 (Descriptor: canonical: osgi.bundle,org.restlet,2.0.5.v201605172130) Mirroring: osgi.bundle,org.restlet,2.0.5.v201605172130 (Descriptor: packed: osgi.bundle,org.restlet,2.0.5.v201605172130) 13:50:59 [INFO] 13:50:59 [INFO] --- tycho-p2-extras-plugin:1.7.0:mirror (mirror-orbit-recipes) @ orbit-bundles-p2-repository-all --- 13:50:59 [INFO] Mirroring to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository-all/target/repository... 13:51:00 [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.css.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.ant.source [1.10.9.v20201106-1946,1.10.9.v20201106-1946].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.i18n [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.constants.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.ant [1.10.9.v20201106-1946,1.10.9.v20201106-1946].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.i18n.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.xmlgraphics.source [2.4.0.v20200622-2037,2.4.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.util [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.util.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient.source [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.commons.io.source [2.6.0.v20190123-2029,2.6.0.v20190123-2029].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.xmlgraphics [2.4.0.v20200622-2037,2.4.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB 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 v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient.win [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.css [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.batik.constants [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpcore.source [4.4.12.v20200108-1212,4.4.12.v20200108-1212].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.commons.io [2.6.0.v20190123-2029,2.6.0.v20190123-2029].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient.win.source [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpcore [4.4.12.v20200108-1212,4.4.12.v20200108-1212].; Unable to satisfy dependency from v20210503-0343.apache 1.0.0.EDREnkECEcLFqIEL-Ze6Si_c-whDBhB 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 v20210503-0343.json 1.0.0.7V_-7QcLWSM-EGlDdADhc0SJ4DZK to org.eclipse.equinox.p2.iu; org.eclipse.tips.json.source [0.2.0.v20210226-2208,0.2.0.v20210226-2208].; Unable to satisfy dependency from v20210503-0343.json 1.0.0.7V_-7QcLWSM-EGlDdADhc0SJ4DZK to org.eclipse.equinox.p2.iu; org.eclipse.tips.json [0.2.0.v20210226-2208,0.2.0.v20210226-2208].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.win32.win32.x86_64 [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.device [1.1.100.v20210212-1143,1.1.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.transport.ecf.source [1.3.0.v20201012-1345,1.3.0.v20201012-1345].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples [3.106.1200.v20210205-1211,3.106.1200.v20210205-1211].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.compat [4.8.100.v20210102-0921,4.8.100.v20210102-0921].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui.templates [3.7.200.v20201208-0953,3.7.200.v20201208-0953].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.coordinator [1.4.0.v20210212-1143,1.4.0.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit5.runtime.source [1.0.1200.v20210112-0706,1.0.1200.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.ui.source [3.7.1200.v20210206-1820,3.7.1200.v20210206-1820].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.admin.rcp.source [1.3.0.v20210116-1855,1.3.0.v20210116-1855].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.views.properties.tabbed [3.9.100.v20201223-1348,3.9.100.v20201223-1348].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug.source [3.17.100.v20210220-1238,3.17.100.v20210220-1238].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.text.source [3.11.0.v20210203-1022,3.11.0.v20210203-1022].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.repository.source [2.5.0.v20201013-0853,2.5.0.v20201013-0853].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool.tests [1.2.900.v20201003-1926,1.2.900.v20201003-1926].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.search.tests [3.10.0.v20210118-0823,3.10.0.v20210118-0823].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.trace [1.2.0.v20210110-1242,1.2.0.v20210110-1242].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.databinding [1.12.200.v20210111-0911,1.12.200.v20210111-0911].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.common [2.22.0.v20210114-1734,2.22.0.v20210114-1734].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.2.1100.v20200916-0645,1.2.1100.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.tests [0.14.200.v20210122-1729,0.14.200.v20210122-1729].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.renderers.swt.source [0.15.0.v20201125-0918,0.15.0.v20201125-0918].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.formatterapp.source [1.0.0.v20200119-0748,1.0.0.v20200119-0748].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.gtk.linux.ppc64le [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.launcher.gtk.linux.ppc64le [1.2.100.v20210209-1541,1.2.100.v20210209-1541].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.net.win32.x86_64.source [1.1.500.v20190925-1337,1.1.500.v20190925-1337].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.examples.ui [1.6.400.v20200113-1549,1.6.400.v20200113-1549].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ui [1.2.200.v20210118-0937,1.2.200.v20210118-0937].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.workbench.source [3.122.100.v20210215-1525,3.122.100.v20210215-1525].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.contributions.source [3.5.0.v20210111-1205,3.5.0.v20210111-1205].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.ui [1.3.0.v20210121-0947,1.3.0.v20210121-0947].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.progress [0.3.100.v20210110-1959,0.3.100.v20210110-1959].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.22.100.v20210224-0730,3.22.100.v20210224-0730].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filebuffers.tests [3.11.600.v20200806-0713,3.11.600.v20200806-0713].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.emf.ui.source [4.6.1100.v20210210-1828,4.6.1100.v20210210-1828].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.engine [2.6.700.v20200511-1530,2.6.700.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.publisher [1.5.500.v20210211-1133,1.5.500.v20210211-1133].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tools.spies [3.108.0.v20210112-0624,3.108.0.v20210112-0624].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.garbagecollector [1.1.400.v20200221-1022,1.1.400.v20200221-1022].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.beans [1.7.200.v20210111-0759,1.7.200.v20210111-0759].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.beans.source [1.7.200.v20210111-0759,1.7.200.v20210111-0759].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.search [3.13.0.v20210212-0759,3.13.0.v20210212-0759].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.updatesite.source [1.1.500.v20210108-0738,1.1.500.v20210108-0738].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.rcp [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.junit.runtime.source [3.5.1000.v20210110-1048,3.5.1000.v20210110-1048].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.model.workbench.source [2.1.1000.v20210111-0958,2.1.1000.v20210111-0958].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.100.v20210217-1644,3.19.100.v20210217-1644].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.annotation [1.1.500.v20200407-1355,1.1.500.v20200407-1355].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.updatesite [1.1.500.v20210108-0738,1.1.500.v20210108-0738].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.urischeme [1.1.300.v20210113-1544,1.1.300.v20210113-1544].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.search.source [3.13.0.v20210212-0759,3.13.0.v20210212-0759].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.ecore [2.23.0.v20200630-0516,2.23.0.v20200630-0516].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.test.source [3.4.700.v20201111-1558,3.4.700.v20201111-1558].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.14.300.v20210224-0730,1.14.300.v20210224-0730].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.reconciler.dropins.source [1.3.500.v20210116-1855,1.3.500.v20210116-1855].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.gtk.linux.aarch64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.ui [4.2.200.v20210123-1004,4.2.200.v20210123-1004].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.util [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.core [3.6.800.v20200916-0645,3.6.800.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.swt [0.16.0.v20201230-1610,0.16.0.v20201230-1610].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.servletbridge.source [1.6.0.v20200511-1902,1.6.0.v20200511-1902].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit4.runtime.source [1.1.1500.v20210112-1623,1.1.1500.v20210112-1623].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.doc.user [3.14.1100.v20210303-1700,3.14.1100.v20210303-1700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.tests.verifier [1.3.0.v20201009-0830,1.3.0.v20201009-0830].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.ole.win32.source [3.107.400.v20191211-1033,3.107.400.v20191211-1033].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.servletbridge [1.6.0.v20200511-1902,1.6.0.v20200511-1902].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.browser.source [3.6.1100.v20210118-1327,3.6.1100.v20210118-1327].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.util.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.source [3.25.0.v20210223-0522,3.25.0.v20210223-0522].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.sdk [1.2.0.v20210114-1214,1.2.0.v20210114-1214].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.examples.databinding [1.1.500.v20200806-1041,1.1.500.v20200806-1041].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.genericeditor.extension [1.1.100.v20201207-1622,1.1.100.v20201207-1622].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.commons.io.source [2.6.0.v20190123-2029,2.6.0.v20190123-2029].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.platform.doc.isv [4.19.0.v20210303-1700,4.19.0.v20210303-1700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.genericeditor.tests [1.2.0.v20210127-1352,1.2.0.v20210127-1352].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.releng.tools.source [4.1.100.v20210205-2106,4.1.100.v20210205-2106].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ltk.ui.refactoring [3.11.300.v20210112-0706,3.11.300.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tools [3.109.0.v20210126-2343,3.109.0.v20210126-2343].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.multipageeditor [3.3.0.v20210111-1233,3.3.0.v20210111-1233].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security [1.3.600.v20210126-1005,1.3.600.v20210126-1005].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.sdk [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.views.properties.tabbed.article.source [3.3.0.v20210111-1231,3.3.0.v20210111-1231].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.propertysheet [3.4.0.v20210111-1234,3.4.0.v20210111-1234].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.common.tests [3.14.0.v20201102-2053,3.14.0.v20201102-2053].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.gtk.linux.aarch64 [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.jarprocessor [1.1.700.v20210227-0235,1.1.700.v20210227-0235].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.resources.win32.x86_64 [3.5.400.v20190812-0909,3.5.400.v20190812-0909].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug [3.17.100.v20210220-1238,3.17.100.v20210220-1238].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface [3.22.100.v20210126-0831,3.22.100.v20210126-0831].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tools.base.source [3.107.300.v20190925-1155,3.107.300.v20190925-1155].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.intro [3.6.100.v20210119-2223,3.6.100.v20210119-2223].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.macosx [1.101.300.v20210212-1601,1.101.300.v20210212-1601].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit4.runtime [1.1.1500.v20210112-1623,1.1.1500.v20210112-1623].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.transforms.hook.source [1.3.0.v20210202-1256,1.3.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.json [0.2.0.v20210226-2208,0.2.0.v20210226-2208].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.browser.chromium.win32.win32.x86_64 [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.forms.source [3.11.100.v20210108-1139,3.11.100.v20210108-1139].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help [3.8.800.v20200525-0755,3.8.800.v20200525-0755].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.services [2.2.600.v20210110-1654,2.2.600.v20210110-1654].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.emf.xpath [0.2.800.v20200609-0849,0.2.800.v20200609-0849].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit5.runtime [1.0.1200.v20210112-0706,1.0.1200.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.event.source [1.6.0.v20210212-1143,1.6.0.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.ecore.change.source [2.14.0.v20190528-0725,2.14.0.v20190528-0725].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.discovery.source [1.1.200.v20190611-1008,1.1.200.v20190611-1008].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.sdk.scheduler.source [1.5.0.v20201012-1421,1.5.0.v20201012-1421].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source [0.12.600.v20200416-0656,0.12.600.v20200416-0656].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.region.source [1.5.100.v20210212-1143,1.5.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.garbagecollector.source [1.1.400.v20200221-1022,1.1.400.v20200221-1022].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.navigator.resources.source [3.8.0.v20210209-1136,3.8.0.v20210209-1136].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.updatechecker [1.2.300.v20200222-1600,1.2.300.v20200222-1600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.intro.quicklinks.source [1.1.0.v20200724-0708,1.1.0.v20200724-0708].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tools.layout.spy.source [1.1.0.v20210110-1247,1.1.0.v20210110-1247].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.annotations [1.2.100.v20210211-1236,1.2.100.v20210211-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.ide [3.15.200.v20210108-1832,3.15.200.v20210108-1832].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tests [3.106.1200.v20210215-0807,3.106.1200.v20210215-0807].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug.tests [3.11.1200.v20210220-0633,3.11.1200.v20210220-0633].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.property [1.8.100.v20200619-0651,1.8.100.v20200619-0651].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.text.tests [3.12.800.v20210122-1614,3.12.800.v20210122-1614].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.monitoring [1.2.0.v20210111-1353,1.2.0.v20210111-1353].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.externaltools [1.1.800.v20201105-0600,1.1.800.v20201105-0600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.views [3.107.0.v20210112-0615,3.107.0.v20210112-0615].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.net.win32.x86_64 [1.1.500.v20190925-1337,1.1.500.v20190925-1337].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.pluggable.core [1.2.500.v20200322-1447,1.2.500.v20200322-1447].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.linux.x86_64.source [1.1.500.v20210125-1508,1.1.500.v20210125-1508].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.cocoa.macosx.x86_64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.source [3.106.1200.v20210205-1211,3.106.1200.v20210205-1211].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.preferences [3.8.200.v20210212-1143,3.8.200.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.ide.source [3.18.100.v20210122-1536,3.18.100.v20210122-1536].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.tests.databinding.conformance [1.3.300.v20200925-1253,1.3.300.v20200925-1253].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.jobs.source [3.10.1100.v20210111-0815,3.10.1100.v20210111-0815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.admin [1.2.0.v20210114-1210,1.2.0.v20210114-1210].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.editors.source [3.14.0.v20210215-0846,3.14.0.v20210215-0846].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.publisher.eclipse [1.3.800.v20210205-1231,1.3.800.v20210205-1231].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tests.urischeme [1.0.1000.v20210113-1544,1.0.1000.v20210113-1544].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.console.source [1.4.300.v20210211-2058,1.4.300.v20210211-2058].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tools.base [3.107.300.v20190925-1155,3.107.300.v20190925-1155].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.css.swt.theme.source [0.13.0.v20201026-1147,0.13.0.v20201026-1147].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.artifact.repository.source [1.4.0.v20210129-2007,1.4.0.v20210129-2007].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient.win.source [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.update.configurator [3.4.700.v20200907-1237,3.4.700.v20200907-1237].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.examples.core [1.4.800.v20200617-1142,1.4.800.v20200617-1142].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.core [3.18.0.v20210222-1101,3.18.0.v20210222-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.console.jaas.fragment [1.1.0.v20210202-1256,1.1.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.tests.databinding [1.9.600.v20200925-1253,1.9.600.v20200925-1253].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.runtime [3.7.100.v20210208-1005,3.7.100.v20210208-1005].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.console [3.10.100.v20201211-1511,3.10.100.v20201211-1511].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.junit.runtime [3.5.1000.v20210110-1048,3.5.1000.v20210110-1048].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.tests [3.4.800.v20200916-0645,3.4.800.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.annotation [2.2.600.v20200408-1511,2.2.600.v20200408-1511].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.simpleconfigurator [1.3.600.v20200721-1308,1.3.600.v20200721-1308].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.net.source [1.3.1000.v20200715-0827,1.3.1000.v20200715-0827].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.identity.source [3.9.401.v20201027-0550,3.9.401.v20201027-0550].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ltk.ui.refactoring.source [3.11.300.v20210112-0706,3.11.300.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.expressions.tests [3.5.900.v20200720-1126,3.5.900.v20200720-1126].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.trace.source [1.2.0.v20210110-1242,1.2.0.v20210110-1242].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.cvs.ui.source [3.4.900.v20200422-1935,3.4.900.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt [3.18.700.v20210303-1800,3.18.700.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.variables.source [3.4.800.v20200120-1101,3.4.800.v20200120-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.genericeditor.extension.source [1.1.100.v20201207-1622,1.1.100.v20201207-1622].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.director.app [1.1.600.v20200511-1530,1.1.600.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.source [2.7.0.v20210114-1216,2.7.0.v20210114-1216].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.annotations.source [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.frameworkadmin.equinox.source [1.1.400.v20200319-1546,1.1.400.v20200319-1546].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.log.stream [1.0.300.v20200828-1034,1.0.300.v20200828-1034].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.ds.tests [1.6.0.v20210202-1157,1.6.0.v20210202-1157].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.platform.source [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.forms [3.11.100.v20210108-1139,3.11.100.v20210108-1139].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.cm.source [1.5.0.v20210202-1256,1.5.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.cm [1.5.0.v20210202-1256,1.5.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.examples.ui.source [1.6.400.v20200113-1549,1.6.400.v20200113-1549].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.dialogs [1.2.100.v20201109-2317,1.2.100.v20201109-2317].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.swt.gtk.source [1.1.100.v20210108-1832,1.1.100.v20210108-1832].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.views [3.11.0.v20210111-1351,3.11.0.v20210111-1351].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jsch.core.source [1.3.900.v20200422-1935,1.3.900.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.launcher [1.6.100.v20201223-0822,1.6.100.v20201223-0822].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpcore [4.4.12.v20200108-1212,4.4.12.v20200108-1212].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.externaltools [3.4.900.v20201105-0600,3.4.900.v20201105-0600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.simpleconfigurator.source [1.3.600.v20200721-1308,1.3.600.v20200721-1308].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.doc.isv [3.14.1100.v20210303-1700,3.14.1100.v20210303-1700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.ecore.change [2.14.0.v20190528-0725,2.14.0.v20190528-0725].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.test.performance.win32 [3.1.400.v20200911-1853,3.1.400.v20200911-1853].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui.unittest.junit [1.0.0.v20201120-2059,1.0.0.v20201120-2059].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.source [4.9.0.v20200923-1123,4.9.0.v20200923-1123].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.browser.chromium.gtk.linux.x86_64 [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.servlet.source [1.7.0.v20210202-1229,1.7.0.v20210202-1229].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui.templates.source [3.7.200.v20201208-0953,3.7.200.v20201208-0953].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.jsp.jasper.source [1.1.500.v20200422-1833,1.1.500.v20200422-1833].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.launching [3.9.200.v20201208-1742,3.9.200.v20201208-1742].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.examples.xml.source [3.4.1200.v20201104-1051,3.4.1200.v20201104-1051].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ua.core [1.2.200.v20210208-1459,1.2.200.v20210208-1459].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.cheatsheets [3.7.200.v20210121-1039,3.7.200.v20210121-1039].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.core [3.14.200.v20210208-1154,3.14.200.v20210208-1154].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.tests.discovery [1.2.0.v20180827-1244,1.2.0.v20180827-1244].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.bidi.tests [1.2.0.v20200810-0901,1.2.0.v20200810-0901].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.common [3.14.100.v20210212-1143,3.14.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.installer [1.3.100.v20210116-1855,1.3.100.v20210116-1855].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.ide.source [0.2.0.v20201120-1551,0.2.0.v20201120-1551].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.examples [3.2.500.v20200422-1935,3.2.500.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq 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 v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.weaving.caching.j9 [1.2.0.v20210202-1256,1.2.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.tests [3.6.900.v20200422-1935,3.6.900.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.tests.harness [3.11.900.v20210111-0815,3.11.900.v20210111-0815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.sdk.examples.source [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.externaltools.source [3.4.900.v20201105-0600,3.4.900.v20201105-0600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.metatype.source [1.6.0.v20210212-1143,1.6.0.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.win32.source [3.4.400.v20200414-1247,3.4.400.v20200414-1247].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ua.tests.doc [1.1.0.v20200804-1321,1.1.0.v20200804-1321].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.jetty.source [3.7.600.v20210224-2143,3.7.600.v20210224-2143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.examples.filesystem.source [3.5.900.v20200724-0913,3.5.900.v20200724-0913].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.services.source [1.5.0.v20210115-1333,1.5.0.v20210115-1333].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.directorywatcher.source [1.2.500.v20191211-1631,1.2.500.v20191211-1631].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.useradmin [1.2.100.v20210212-1143,1.2.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.extensions.supplier [0.15.800.v20210110-1654,0.15.800.v20210110-1654].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.jetty [3.7.600.v20210224-2143,3.7.600.v20210224-2143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.platform [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.discovery [1.1.200.v20190611-1008,1.1.200.v20190611-1008].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui.tests [3.13.1300.v20210222-1616,3.13.1300.v20210222-1616].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.tests.binaries [1.0.200.v20160420-0732,1.0.200.v20160420-0732].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.base [4.3.200.v20210303-1800,4.3.200.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.tests.css.core [1.301.0.v20201125-1930,1.301.0.v20201125-1930].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.publisher.source [1.5.500.v20210211-1133,1.5.500.v20210211-1133].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.bidi [1.3.100.v20210212-1143,1.3.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.concurrent.source [1.2.0.v20210202-1157,1.2.0.v20210202-1157].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tools.spies.source [3.108.0.v20210112-0624,3.108.0.v20210112-0624].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.di.source [1.3.0.v20210222-1018,1.3.0.v20210222-1018].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.core.source [3.14.200.v20210208-1154,3.14.200.v20210208-1154].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.frameworkadmin.test [1.2.500.v20200319-1546,1.2.500.v20200319-1546].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.resources.source [3.14.0.v20210215-0934,3.14.0.v20210215-0934].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.core [0.1.600.v20191123-0656,0.1.600.v20191123-0656].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.intro.source [3.6.100.v20210119-2223,3.6.100.v20210119-2223].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug.ui [3.12.200.v20210224-0638,3.12.200.v20210224-0638].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.source [3.8.800.v20200525-0755,3.8.800.v20200525-0755].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.annotations [1.6.600.v20191216-2352,1.6.600.v20191216-2352].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.tests [1.2.0.v20210111-0815,1.2.0.v20210111-0815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.importexport.source [1.3.0.v20210217-1009,1.3.0.v20210217-1009].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.core.source [1.2.200.v20210219-0944,1.2.200.v20210219-0944].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.extensions [0.16.0.v20200507-0938,0.16.0.v20200507-0938].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filesystem.win32.x86_64 [1.4.200.v20190812-0909,1.4.200.v20190812-0909].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64 [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.tests.core [3.8.1000.v20200611-0145,3.8.1000.v20200611-0145].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.registry.source [1.2.0.v20200614-1851,1.2.0.v20200614-1851].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.ant [1.10.9.v20201106-1946,1.10.9.v20201106-1946].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.views.source [3.107.0.v20210112-0615,3.107.0.v20210112-0615].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.touchpoint.natives [1.3.600.v20200511-1530,1.3.600.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.simpleconfigurator.manipulator.source [2.1.500.v20200211-1505,2.1.500.v20200211-1505].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.source [1.3.600.v20210126-1005,1.3.600.v20210126-1005].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt.tests [1.1.1400.v20200916-0645,1.1.1400.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.ui.source [0.1.1100.v20200915-1102,0.1.1100.v20200915-1102].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.jdt.templates.source [4.8.400.v20191115-2149,4.8.400.v20191115-2149].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.fieldassist.source [1.2.0.v20210111-1206,1.2.0.v20210111-1206].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.ide [3.18.100.v20210122-1536,3.18.100.v20210122-1536].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.operations [2.5.1000.v20201106-1246,2.5.1000.v20201106-1246].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ua.tests [3.5.0.v20200724-0708,3.5.0.v20200724-0708].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.director.source [2.4.700.v20200511-1530,2.4.700.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; com.sun.jna.source [4.5.1.v20190425-1842,4.5.1.v20190425-1842].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.win32.win32.x86_64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.weaving.hook [1.3.0.v20210202-1256,1.3.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.coordinator.source [1.4.0.v20210212-1143,1.4.0.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ltk.core.refactoring.tests [3.8.1100.v20201228-1242,3.8.1100.v20201228-1242].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.views.log [1.2.1400.v20210122-1423,1.2.1400.v20210122-1423].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ee.cdcfoundation11 [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.commands.source [0.13.0.v20201119-1132,0.13.0.v20201119-1132].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.genericeditor.examples.source [1.2.0.v20210118-1209,1.2.0.v20210118-1209].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.rcp [3.5.0.v20210111-1217,3.5.0.v20210111-1217].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.engine.source [2.6.700.v20200511-1530,2.6.700.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.monitoring.source [1.2.0.v20210111-1353,1.2.0.v20210111-1353].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ua.core.source [1.2.200.v20210208-1459,1.2.200.v20210208-1459].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.tests [1.8.100.v20210119-1645,1.8.100.v20210119-1645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.performance [1.4.0.v20210111-1217,1.4.0.v20210111-1217].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.ide.application [1.4.0.v20210122-1423,1.4.0.v20210122-1423].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.extensions.source [0.16.0.v20200507-0938,0.16.0.v20200507-0938].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.tests.builder [3.10.1100.v20201119-0905,3.10.1100.v20201119-0905].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ee.cdcfoundation10 [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.console [1.4.300.v20210211-2058,1.4.300.v20210211-2058].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench3.source [0.15.500.v20201021-1339,0.15.500.v20201021-1339].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.app [1.5.100.v20210212-1143,1.5.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.xmlgraphics [2.4.0.v20200622-2037,2.4.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.tests.resources [3.10.1200.v20210212-1120,3.10.1200.v20210212-1120].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.views.log.source [1.2.1400.v20210122-1423,1.2.1400.v20210122-1423].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.tests.runtime [3.19.100.v20210212-0931,3.19.100.v20210212-0931].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.intro.universal [3.4.100.v20210108-1131,3.4.100.v20210108-1131].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.ui [3.14.800.v20210222-1101,3.14.800.v20210222-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.progress.source [0.3.100.v20210110-1959,0.3.100.v20210110-1959].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.launcher.gtk.linux.aarch64 [1.2.100.v20210209-1541,1.2.100.v20210209-1541].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.themes [1.2.1300.v20210108-1832,1.2.1300.v20210108-1832].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.services [4.8.400.v20200217-1142,4.8.400.v20200217-1142].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.ui.source [1.3.0.v20210121-0947,1.3.0.v20210121-0947].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.cocoa [1.2.400.v20191217-1850,1.2.400.v20191217-1850].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit [3.11.1100.v20210203-1102,3.11.1100.v20210203-1102].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jsch.ui.source [1.3.1100.v20200916-0731,1.3.1100.v20200916-0731].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.widgets.source [1.2.800.v20201021-1339,1.2.800.v20201021-1339].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.navigator [3.6.0.v20210111-1217,3.6.0.v20210111-1217].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.bindings.source [0.13.0.v20201119-1132,0.13.0.v20201119-1132].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.css [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.console.ssh [1.2.800.v20210114-1556,1.2.800.v20210114-1556].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [1.0.300.v20200816-1842,1.0.300.v20200816-1842].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.tests.ui [1.3.100.v20210209-0728,1.3.100.v20210209-0728].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.workbench.texteditor [3.16.0.v20210120-0733,3.16.0.v20210120-0733].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.operations.source [2.5.1000.v20201106-1246,2.5.1000.v20201106-1246].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer [3.2.601.v20201025-0700,3.2.601.v20201025-0700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.tests.model [3.10.1500.v20210223-0522,3.10.1500.v20210223-0522].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.forms [3.9.0.v20210111-1213,3.9.0.v20210111-1213].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.win32.x86_64 [1.1.200.v20190812-0919,1.1.200.v20190812-0919].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.harness [1.8.0.v20210111-1217,1.8.0.v20210111-1217].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.tests.cvs.core [3.4.1100.v20200611-0145,3.4.1100.v20200611-0145].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.repository.tools [2.2.600.v20210114-1107,2.2.600.v20210114-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.contexts [1.8.400.v20191217-1710,1.8.400.v20191217-1710].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.css.core [0.13.0.v20201015-0653,0.13.0.v20201015-0653].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di [1.7.700.v20210128-2123,1.7.700.v20210128-2123].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.swt.win32 [1.1.0.v20201119-1132,1.1.0.v20201119-1132].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.dialogs.source [1.2.100.v20201109-2317,1.2.100.v20201109-2317].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.weaving.caching [1.2.0.v20210202-1256,1.2.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.concurrent [1.2.0.v20210202-1157,1.2.0.v20210202-1157].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.net.linux.x86_64.source [1.2.400.v20190924-1023,1.2.400.v20190924-1023].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools [4.9.0.v20200923-1123,4.9.0.v20200923-1123].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching.ui.macosx [1.2.600.v20200204-1737,1.2.600.v20200204-1737].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.metadata.repository [1.3.500.v20210108-0738,1.3.500.v20210108-0738].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.linux [1.0.0.v20210121-0922,1.0.0.v20210121-0922].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.launcher.cocoa.macosx.x86_64 [1.2.100.v20210209-1541,1.2.100.v20210209-1541].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit.runtime.source [3.5.500.v20210112-0706,3.5.500.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.genericeditor.source [1.2.0.v20210129-1224,1.2.0.v20210129-1224].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.examples.databinding.source [1.1.500.v20200806-1041,1.1.500.v20200806-1041].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jsch.core [1.3.900.v20200422-1935,1.3.900.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.ide [0.2.0.v20201120-1551,0.2.0.v20201120-1551].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.model.workbench [2.1.1000.v20210111-0958,2.1.1000.v20210111-0958].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.launcher.gtk.linux.x86_64 [1.2.100.v20210209-1541,1.2.100.v20210209-1541].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.widgets [1.2.800.v20201021-1339,1.2.800.v20201021-1339].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.filetransfer [5.1.101.v20201025-2315,5.1.101.v20201025-2315].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.uriSchemeHandler [1.1.0.v20210111-1239,1.1.0.v20210111-1239].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.annotations [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.tests.ui [3.9.1100.v20210108-1849,3.9.1100.v20210108-1849].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ltk.ui.refactoring.tests [3.9.800.v20210101-2007,3.9.800.v20210101-2007].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.core [3.6.1000.v20201020-1107,3.6.1000.v20201020-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.multipageeditor.source [3.3.0.v20210111-1233,3.3.0.v20210111-1233].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.ecore.xmi.source [2.16.0.v20190528-0725,2.16.0.v20190528-0725].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.10.1000.v20210130-0813,3.10.1000.v20210130-0813].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui.templates.tests [1.1.0.v20200812-1814,1.1.0.v20200812-1814].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer.httpclient45 [1.0.301.v20201025-0700,1.0.301.v20201025-0700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.core.source [3.8.1100.v20200806-0621,3.8.1100.v20200806-0621].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.emf.ui [4.6.1100.v20210210-1828,4.6.1100.v20210210-1828].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.jsp.jasper.registry [1.1.400.v20200422-1833,1.1.400.v20200422-1833].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.core.source [3.18.0.v20210222-1101,3.18.0.v20210222-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ltk.core.refactoring [3.11.300.v20210208-1217,3.11.300.v20210208-1217].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.jdt.templates [4.8.400.v20191115-2149,4.8.400.v20191115-2149].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui [3.13.0.v20210209-0833,3.13.0.v20210209-0833].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.lib [1.1.500.v20210209-1250,1.1.500.v20210209-1250].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.log.stream.source [1.0.300.v20200828-1034,1.0.300.v20200828-1034].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.readmetool [3.6.0.v20210111-1232,3.6.0.v20210111-1232].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui.source [3.13.0.v20210209-0833,3.13.0.v20210209-0833].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.examples.source [3.2.500.v20200422-1935,3.2.500.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.discovery.compatibility [1.2.0.v20200916-1234,1.2.0.v20200916-1234].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.supplement.source [1.10.100.v20210212-1137,1.10.100.v20210212-1137].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.launching [1.2.1000.v20200610-1458,1.2.1000.v20200610-1458].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.undo [3.4.0.v20210111-1227,3.4.0.v20210111-1227].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.core [3.5.800.v20200608-1251,3.5.800.v20200608-1251].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.frameworkadmin [2.1.400.v20191002-0702,2.1.400.v20191002-0702].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.metatype [1.6.0.v20210212-1143,1.6.0.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.touchpoint.natives.source [1.3.600.v20200511-1530,1.3.600.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.emf.xpath.source [0.2.800.v20200609-0849,0.2.800.v20200609-0849].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.macosx.source [1.101.300.v20210212-1601,1.101.300.v20210212-1601].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.common.source [3.14.100.v20210212-1143,3.14.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.admin.rcp [1.3.0.v20210116-1855,1.3.0.v20210116-1855].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit.core [3.10.1000.v20210112-0706,3.10.1000.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.junit.runtime.tests [3.6.200.v20201208-1742,3.6.200.v20201208-1742].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.win32 [3.4.400.v20200414-1247,3.4.400.v20200414-1247].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.platform.doc.user [4.19.0.v20210303-0957,4.19.0.v20210303-0957].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.25.0.v20210223-0522,3.25.0.v20210223-0522].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.console.source [3.10.100.v20201211-1511,3.10.100.v20201211-1511].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.webapp [3.10.200.v20210222-1057,3.10.200.v20210222-1057].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.commands.source [3.9.800.v20201021-1339,3.9.800.v20201021-1339].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.bindings.tests [0.13.0.v20210111-1226,0.13.0.v20210111-1226].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.useradmin.source [1.2.100.v20210212-1143,1.2.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.metadata.repository.source [1.3.500.v20210108-0738,1.3.500.v20210108-0738].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.jsp.jasper [1.1.500.v20200422-1833,1.1.500.v20200422-1833].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.touchpoint.eclipse [2.2.800.v20210115-1344,2.2.800.v20210115-1344].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.workbench [3.122.100.v20210215-1525,3.122.100.v20210215-1525].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf [3.9.101.v20201027-0547,3.9.101.v20201027-0547].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.readmetool.source [3.6.0.v20210111-1232,3.6.0.v20210111-1232].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.cvs.ssh2.source [3.3.800.v20200422-1935,3.3.800.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.source [3.119.0.v20210111-1350,3.119.0.v20210111-1350].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.editors [3.14.0.v20210215-0846,3.14.0.v20210215-0846].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.app.source [1.5.100.v20210212-1143,1.5.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching.source [3.19.100.v20210217-1644,3.19.100.v20210217-1644].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.emf.editor3x.source [4.7.600.v20200723-1429,4.7.600.v20200723-1429].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.doc.user [3.15.1000.v20210302-1902,3.15.1000.v20210302-1902].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.navigator.source [3.10.0.v20210111-1352,3.10.0.v20210111-1352].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filebuffers [3.6.1100.v20201029-1159,3.6.1100.v20201029-1159].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.javaeditor.source [3.3.0.v20210118-1208,3.3.0.v20210118-1208].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.bidi.source [1.3.100.v20210212-1143,1.3.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.console.source [1.1.500.v20210116-1227,1.1.500.v20210116-1227].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.sdk.examples [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filesystem [1.7.700.v20200110-1734,1.7.700.v20200110-1734].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching.macosx.source [3.4.500.v20200116-2251,3.4.500.v20200116-2251].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.services.source [4.8.400.v20200217-1142,4.8.400.v20200217-1142].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.examples.xml [3.4.1200.v20201104-1051,3.4.1200.v20201104-1051].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.services.source [2.2.600.v20210110-1654,2.2.600.v20210110-1654].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.i18n.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.transport.ecf [1.3.0.v20201012-1345,1.3.0.v20201012-1345].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer.source [3.2.601.v20201025-0700,3.2.601.v20201025-0700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.servletbridge [1.2.0.v20210120-1213,1.2.0.v20210120-1213].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.tests [1.1.400.v20210212-1600,1.1.400.v20210212-1600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filesystem.source [1.7.700.v20200110-1734,1.7.700.v20200110-1734].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.ui.source [3.14.800.v20210222-1101,3.14.800.v20210222-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source [1.0.300.v20200816-1842,1.0.300.v20200816-1842].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.tools.source [3.109.0.v20210126-2343,3.109.0.v20210126-2343].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.gtk.linux.ppc64le.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.discovery.source [1.2.0.v20200916-1234,1.2.0.v20200916-1234].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.supplement [1.10.100.v20210212-1137,1.10.100.v20210212-1137].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.json.source [0.2.0.v20210226-2208,0.2.0.v20210226-2208].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui [2.7.0.v20210114-1216,2.7.0.v20210114-1216].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.preferences.source [3.8.200.v20210212-1143,3.8.200.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.weaving.hook.source [1.3.0.v20210202-1256,1.3.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.webapp.source [3.10.200.v20210222-1057,3.10.200.v20210222-1057].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.navigator.resources [3.8.0.v20210209-1136,3.8.0.v20210209-1136].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.source [1.2.300.v20210205-1814,1.2.300.v20210205-1814].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.commands.tests [0.13.0.v20210111-1203,0.13.0.v20210111-1203].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.browser [3.6.1100.v20210118-1327,3.6.1100.v20210118-1327].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.views.source [3.11.0.v20210111-1351,3.11.0.v20210111-1351].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.ssl [1.2.400.v20200611-2220,1.2.400.v20200611-2220].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.css.swt.theme [0.13.0.v20201026-1147,0.13.0.v20201026-1147].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ua.ui.source [1.2.100.v20201105-1530,1.2.100.v20201105-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.linux.x86_64 [1.1.500.v20210125-1508,1.1.500.v20210125-1508].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.propertysheet.source [3.4.0.v20210111-1234,3.4.0.v20210111-1234].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.css.swt [0.14.100.v20201217-1340,0.14.100.v20201217-1340].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.annotations.source [1.6.600.v20191216-2352,1.6.600.v20191216-2352].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.registry [3.10.100.v20210212-1143,3.10.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.text.tests [3.13.1200.v20210211-1854,3.13.1200.v20210211-1854].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.ui [0.1.1100.v20200915-1102,0.1.1100.v20200915-1102].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.css.core.source [0.13.0.v20201015-0653,0.13.0.v20201015-0653].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.text.tests [3.12.0.v20210118-0712,3.12.0.v20210118-0712].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tips.core.source [0.1.600.v20191123-0656,0.1.600.v20191123-0656].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.text [3.17.0.v20210213-0904,3.17.0.v20210213-0904].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ee.osgiminimum11 [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.repository [2.5.0.v20201013-0853,2.5.0.v20201013-0853].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient.win [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ltk.core.refactoring.source [3.11.300.v20210208-1217,3.11.300.v20210208-1217].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.text [3.11.0.v20210203-1022,3.11.0.v20210203-1022].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.core [2.6.300.v20200211-1504,2.6.300.v20200211-1504].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds1_2.lib.source [1.0.500.v20210209-1250,1.0.500.v20210209-1250].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.pluggable.tests [3.4.900.v20200820-0620,3.4.900.v20200820-0620].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.browser.chromium.gtk.linux.x86_64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching.macosx [3.4.500.v20200116-2251,3.4.500.v20200116-2251].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.ui [3.6.500.v20200828-1336,3.6.500.v20200828-1336].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.constants [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ee.osgiminimum12 [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.genericeditor [1.2.0.v20210129-1224,1.2.0.v20210129-1224].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.commands [0.13.0.v20201119-1132,0.13.0.v20201119-1132].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.views.properties.tabbed.article [3.3.0.v20210111-1231,3.3.0.v20210111-1231].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.sdk.tests [4.19.0.v20210303-1800,4.19.0.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.source [3.9.101.v20201027-0547,3.9.101.v20201027-0547].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.tests [1.2.200.v20201216-0752,1.2.200.v20201216-0752].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.servlet.tests [1.8.100.v20201204-1648,1.8.100.v20201204-1648].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.tests.core [3.5.800.v20201116-0929,3.5.800.v20201116-0929].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.test [3.4.700.v20201111-1558,3.4.700.v20201111-1558].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.win32.source [1.2.800.v20200127-1343,1.2.800.v20200127-1343].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.views.properties.tabbed [3.7.0.v20210111-1224,3.7.0.v20210111-1224].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.launching.source [1.2.1000.v20200610-1458,1.2.1000.v20200610-1458].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.optional.junit [3.3.300.v20180822-0818,3.3.300.v20180822-0818].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.workbench.texteditor.source [3.16.0.v20210120-0733,3.16.0.v20210120-0733].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.resources [3.14.0.v20210215-0934,3.14.0.v20210215-0934].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.transforms.xslt.source [1.2.0.v20210202-1256,1.2.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.databinding.source [1.12.200.v20210111-0911,1.12.200.v20210111-0911].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.admin.source [1.2.0.v20210114-1210,1.2.0.v20210114-1210].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.undo.source [3.4.0.v20210111-1227,3.4.0.v20210111-1227].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.cocoa.macosx.x86_64 [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.core.source [3.6.800.v20200916-0645,3.6.800.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.browser.demos [3.107.0.v20210112-0622,3.107.0.v20210112-0622].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.source [1.7.700.v20210128-2123,1.7.700.v20210128-2123].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.servlet [1.7.0.v20210202-1229,1.7.0.v20210202-1229].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ee.osgiminimum10 [1.1.400.v20190929-1236,1.1.400.v20190929-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.core [3.8.1100.v20200806-0621,3.8.1100.v20200806-0621].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.tests.css.swt [0.11.0.v20201125-1930,0.11.0.v20201125-1930].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.metadata.source [2.5.100.v20200908-1020,2.5.100.v20200908-1020].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching.ui.macosx.source [1.2.600.v20200204-1737,1.2.600.v20200204-1737].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.importexport [1.3.0.v20210217-1009,1.3.0.v20210217-1009].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.browser.demos.source [3.107.0.v20210112-0622,3.107.0.v20210112-0622].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.ide.application.source [1.4.0.v20210122-1423,1.4.0.v20210122-1423].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.core.source [3.5.800.v20200608-1251,3.5.800.v20200608-1251].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.simpleconfigurator.manipulator [2.1.500.v20200211-1505,2.1.500.v20200211-1505].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.launching.source [3.9.200.v20201208-1742,3.9.200.v20201208-1742].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.ui [3.8.1200.v20210204-1156,3.8.1200.v20210204-1156].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.test.performance [3.17.100.v20210108-0914,3.17.100.v20210108-0914].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.ecore.xmi [2.16.0.v20190528-0725,2.16.0.v20190528-0725].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.tests [1.2.0.v20200812-1820,1.2.0.v20200812-1820].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.director.app.source [1.1.600.v20200511-1530,1.1.600.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.renderers.swt [0.15.0.v20201125-0918,0.15.0.v20201125-0918].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.notifications.source [0.3.0.v20210218-1820,0.3.0.v20210218-1820].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.examples.core.source [1.4.800.v20200617-1142,1.4.800.v20200617-1142].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare [3.7.1300.v20210114-0707,3.7.1300.v20210114-0707].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.jarprocessor.source [1.1.700.v20210227-0235,1.1.700.v20210227-0235].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde [3.13.1400.v20210303-1800,3.13.1400.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.extensionlocation [1.3.400.v20191213-1911,1.3.400.v20191213-1911].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.cvs.ssh2 [3.3.800.v20200422-1935,3.3.800.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests.pluginchecks [1.1.0.v20210111-1222,1.1.0.v20210111-1222].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.addons.swt [1.4.100.v20201221-2332,1.4.100.v20201221-2332].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; com.sun.jna [4.5.1.v20190425-1842,4.5.1.v20190425-1842].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.ui.source [4.2.200.v20210123-1004,4.2.200.v20210123-1004].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.discovery [1.2.0.v20200916-1234,1.2.0.v20200916-1234].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.runtime [3.20.100.v20210111-0815,3.20.100.v20210111-0815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.contenttype [3.7.900.v20210111-0918,3.7.900.v20210111-0918].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.reconciler.dropins [1.3.500.v20210116-1855,1.3.500.v20210116-1855].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.core.source [2.6.300.v20200211-1504,2.6.300.v20200211-1504].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.swt.win32.source [1.1.0.v20201119-1132,1.1.0.v20201119-1132].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.jsp.jasper.registry.source [1.1.400.v20200422-1833,1.1.400.v20200422-1833].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.linux.source [1.0.0.v20210121-0922,1.0.0.v20210121-0922].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.emf.editor3x [4.7.600.v20200723-1429,4.7.600.v20200723-1429].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt.source [1.3.1200.v20200916-0645,1.3.1200.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.tests [3.15.100.v20210223-1305,3.15.100.v20210223-1305].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.core.source [3.6.1000.v20201020-1107,3.6.1000.v20201020-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.gtk.linux.x86_64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.contenttype.source [3.7.900.v20210111-0918,3.7.900.v20210111-0918].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.externaltools.source [1.1.800.v20201105-0600,1.1.800.v20201105-0600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.300.v20210205-1814,1.2.300.v20210205-1814].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.navigator [3.10.0.v20210111-1352,3.10.0.v20210111-1352].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ua.ui [1.2.100.v20201105-1530,1.2.100.v20201105-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.registry [1.2.0.v20200614-1851,1.2.0.v20200614-1851].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filesystem.macosx [1.3.200.v20190903-0945,1.3.200.v20190903-0945].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.sdk.source [1.2.0.v20210114-1214,1.2.0.v20210114-1214].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.tools.layout.spy [1.1.0.v20210110-1247,1.1.0.v20210110-1247].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.renderers.swt.cocoa [0.12.600.v20200416-0656,0.12.600.v20200416-0656].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.transforms.hook [1.3.0.v20210202-1256,1.3.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.win32 [1.2.800.v20200127-1343,1.2.800.v20200127-1343].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.preferences.tests [3.9.0.v20210202-1256,3.9.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui.tests [3.11.200.v20210213-1943,3.11.200.v20210213-1943].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench [1.12.100.v20210122-1731,1.12.100.v20210122-1731].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.runtime.source [3.7.100.v20210208-1005,3.7.100.v20210208-1005].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.css.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.tests.net [1.4.700.v20200611-1812,1.4.700.v20200611-1812].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool.source [1.2.1100.v20200916-0645,1.2.1100.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.lib.source [1.1.500.v20210209-1250,1.1.500.v20210209-1250].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.text.quicksearch.tests [1.1.0.v20210210-1656,1.1.0.v20210210-1656].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.tests.performance [3.10.800.v20200921-1515,3.10.800.v20200921-1515].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.ui.source [1.2.0.v20200813-0954,1.2.0.v20200813-0954].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.annotation.source [2.2.600.v20200408-1511,2.2.600.v20200408-1511].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.expressions [3.7.100.v20210203-1000,3.7.100.v20210203-1000].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.weaving.caching.source [1.2.0.v20210202-1256,1.2.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.cvs.core.source [3.4.1000.v20200422-1935,3.4.1000.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filesystem.linux.x86_64 [1.2.300.v20180828-0158,1.2.300.v20180828-0158].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.weaving.caching.j9.source [1.2.0.v20210202-1256,1.2.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.tests [1.3.0.v20210111-1349,1.3.0.v20210111-1349].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.net [1.3.1000.v20200715-0827,1.3.1000.v20200715-0827].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.css.swt.source [0.14.100.v20201217-1340,0.14.100.v20201217-1340].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer.ssl [1.0.200.v20200611-1836,1.0.200.v20200611-1836].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds1_2.lib [1.0.500.v20210209-1250,1.0.500.v20210209-1250].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.browser.chromium.win32.win32.x86_64.source [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.pluggable.core.source [1.2.500.v20200322-1447,1.2.500.v20200322-1447].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filebuffers.source [3.6.1100.v20201029-1159,3.6.1100.v20201029-1159].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.ole.win32 [3.107.400.v20191211-1033,3.107.400.v20191211-1033].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq 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 v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.views.properties.tabbed.source [3.9.100.v20201223-1348,3.9.100.v20201223-1348].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.text.source [3.17.0.v20210213-0904,3.17.0.v20210213-0904].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.repository.tools.source [2.2.600.v20210114-1107,2.2.600.v20210114-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.variables [3.4.800.v20200120-1101,3.4.800.v20200120-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.registry.source [3.10.100.v20210212-1143,3.10.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.expressions.source [3.7.100.v20210203-1000,3.7.100.v20210203-1000].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.update.configurator.source [3.4.700.v20200907-1237,3.4.700.v20200907-1237].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.commands [3.9.800.v20201021-1339,3.9.800.v20201021-1339].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.tools.compat.source [4.8.100.v20210102-0921,4.8.100.v20210102-0921].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.ant.source [1.10.9.v20201106-1946,1.10.9.v20201106-1946].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.swt.gtk [1.1.100.v20210108-1832,1.1.100.v20210108-1832].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filesystem.linux.ppc64le [1.4.100.v20180828-0158,1.4.100.v20180828-0158].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.launcher [3.107.0.v20210112-0623,3.107.0.v20210112-0623].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.i18n [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.batik.constants.source [1.13.0.v20200622-2037,1.13.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.tests.compiler [3.12.1500.v20210217-0737,3.12.1500.v20210217-0737].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui [3.119.0.v20210111-1350,3.119.0.v20210111-1350].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.ui [1.2.0.v20200813-0954,1.2.0.v20200813-0954].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.releng.tests [3.5.0.v20200923-1916,3.5.0.v20200923-1916].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.javaeditor [3.3.0.v20210118-1208,3.3.0.v20210118-1208].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.apt.ui.source [3.6.500.v20200828-1336,3.6.500.v20200828-1336].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.net.linux.x86_64 [1.2.400.v20190924-1023,1.2.400.v20190924-1023].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.xmlgraphics.source [2.4.0.v20200622-2037,2.4.0.v20200622-2037].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.observable.source [1.10.0.v20200730-0848,1.10.0.v20200730-0848].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.build.source [3.10.1000.v20210130-0813,3.10.1000.v20210130-0813].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.metadata [2.5.100.v20200908-1020,2.5.100.v20200908-1020].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench3 [0.15.500.v20201021-1339,0.15.500.v20201021-1339].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.contexts.source [1.8.400.v20191217-1710,1.8.400.v20191217-1710].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.cheatsheets.source [3.7.200.v20210121-1039,3.7.200.v20210121-1039].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.updatechecker.source [1.2.300.v20200222-1600,1.2.300.v20200222-1600].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui.tests.refactoring [3.13.1300.v20210222-1616,3.13.1300.v20210222-1616].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpclient.source [4.5.10.v20200830-2311,4.5.10.v20200830-2311].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.unittest.ui [1.0.0.v20201121-0633,1.0.0.v20201121-0633].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.artifact.repository [1.4.0.v20210129-2007,1.4.0.v20210129-2007].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer.ssl.source [1.0.200.v20200611-1836,1.0.200.v20200611-1836].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.cvs.core [3.4.1000.v20200422-1935,3.4.1000.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.net.source [1.3.800.v20200422-1935,1.3.800.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.touchpoint.eclipse.source [2.2.800.v20210115-1344,2.2.800.v20210115-1344].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.cocoa.source [1.2.400.v20191217-1850,1.2.400.v20191217-1850].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.installer.source [1.3.100.v20210116-1855,1.3.100.v20210116-1855].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.annotations.source [1.2.100.v20210211-1236,1.2.100.v20210211-1236].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.intro.universal.source [3.4.100.v20210108-1131,3.4.100.v20210108-1131].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.device.source [1.1.100.v20210212-1143,1.1.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.ui.source [3.8.1200.v20210204-1156,3.8.1200.v20210204-1156].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.publisher.eclipse.source [1.3.800.v20210205-1231,1.3.800.v20210205-1231].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.themes.source [1.2.1300.v20210108-1832,1.2.1300.v20210108-1832].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.compare.source [3.7.1300.v20210114-0707,3.7.1300.v20210114-0707].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.source [1.12.100.v20210122-1731,1.12.100.v20210122-1731].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.examples.filesystem [3.5.900.v20200724-0913,3.5.900.v20200724-0913].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq 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 v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.directorywatcher [1.2.500.v20191211-1631,1.2.500.v20191211-1631].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.ide.source [3.15.200.v20210108-1832,3.15.200.v20210108-1832].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.discovery.compatibility.source [1.2.0.v20200916-1234,1.2.0.v20200916-1234].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit.runtime [3.5.500.v20210112-0706,3.5.500.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.formatterapp [1.0.0.v20200119-0748,1.0.0.v20200119-0748].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.launcher.source [1.6.100.v20201223-0822,1.6.100.v20201223-0822].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ds.core [1.2.200.v20210219-0944,1.2.200.v20210219-0944].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jsch.tests [1.1.600.v20200916-0731,1.1.600.v20200916-0731].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.source [3.22.100.v20210126-0831,3.22.100.v20210126-0831].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.identity [3.9.401.v20201027-0550,3.9.401.v20201027-0550].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.genericeditor.diff.extension [1.0.600.v20200212-1524,1.0.600.v20200212-1524].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.frameworkadmin.equinox [1.1.400.v20200319-1546,1.1.400.v20200319-1546].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.genericeditor.diff.extension.source [1.0.600.v20200212-1524,1.0.600.v20200212-1524].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.workbench.texteditor.tests [3.13.0.v20210118-1210,3.13.0.v20210118-1210].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.gtk.linux.x86_64 [3.116.0.v20210302-1107,3.116.0.v20210302-1107].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.servletbridge.source [1.2.0.v20210120-1213,1.2.0.v20210120-1213].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.urischeme.source [1.1.300.v20210113-1544,1.1.300.v20210113-1544].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filesystem.linux.aarch64 [1.4.100.v20200805-0859,1.4.100.v20200805-0859].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.editors.tests [3.12.0.v20210208-1505,3.12.0.v20210208-1505].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.ui.sdk.scheduler [1.5.0.v20201012-1421,1.5.0.v20201012-1421].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit.core.source [3.10.1000.v20210112-0706,3.10.1000.v20210112-0706].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.source [1.10.100.v20200926-1123,1.10.100.v20200926-1123].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.provider.filetransfer.httpclient45.source [1.0.301.v20201025-0700,1.0.301.v20201025-0700].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.unittest.ui.source [1.0.0.v20201121-0633,1.0.0.v20201121-0633].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.services [1.5.0.v20210115-1333,1.5.0.v20210115-1333].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.cvs [1.4.1700.v20210303-1800,1.4.1700.v20210303-1800].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.extensionlocation.source [1.3.400.v20191213-1911,1.3.400.v20191213-1911].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ant.ui [3.7.1200.v20210206-1820,3.7.1200.v20210206-1820].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.releng.tools [4.1.100.v20210205-2106,4.1.100.v20210205-2106].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.httpcomponents.httpcore.source [4.4.12.v20200108-1212,4.4.12.v20200108-1212].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.swt.source [0.16.0.v20201230-1610,0.16.0.v20201230-1610].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools.ui.source [1.2.200.v20210118-0937,1.2.200.v20210118-0937].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.apache.commons.io [2.6.0.v20190123-2029,2.6.0.v20190123-2029].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.common.source [2.22.0.v20210114-1734,2.22.0.v20210114-1734].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.ssl.source [1.2.400.v20200611-2220,1.2.400.v20200611-2220].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.observable [1.10.0.v20200730-0848,1.10.0.v20200730-0848].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.bindings [0.13.0.v20201119-1132,0.13.0.v20201119-1132].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.build.tests [1.3.0.v20210116-1249,1.3.0.v20210116-1249].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.uriSchemeHandler.source [1.1.0.v20210111-1239,1.1.0.v20210111-1239].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.event [1.6.0.v20210212-1143,1.6.0.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.console.ssh.source [1.2.800.v20210114-1556,1.2.800.v20210114-1556].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding.property.source [1.8.100.v20200619-0651,1.8.100.v20200619-0651].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.console [1.1.500.v20210116-1227,1.1.500.v20210116-1227].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jface.notifications [0.3.0.v20210218-1820,0.3.0.v20210218-1820].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.jobs [3.10.1100.v20210111-0815,3.10.1100.v20210111-0815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.team.cvs.ui [3.4.900.v20200422-1935,3.4.900.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.emf.ecore.source [2.23.0.v20200630-0516,2.23.0.v20200630-0516].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.transforms.xslt [1.2.0.v20210202-1256,1.2.0.v20210202-1256].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.text.quicksearch.source [1.1.0.v20210120-0733,1.1.0.v20210120-0733].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.intro.quicklinks [1.1.0.v20200724-0708,1.1.0.v20200724-0708].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.runtime.source [3.20.100.v20210111-0815,3.20.100.v20210111-0815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.text.quicksearch [1.1.0.v20210120-0733,1.1.0.v20210120-0733].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.genericeditor.extension.tests [1.1.0.v20200812-1815,1.1.0.v20200812-1815].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.3.1200.v20200916-0645,1.3.1200.v20200916-0645].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.core.di.extensions.supplier.source [0.15.800.v20210110-1654,0.15.800.v20210110-1654].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.debug.tests [3.12.100.v20210222-1101,3.12.100.v20210222-1101].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ecf.filetransfer.source [5.1.101.v20201025-2315,5.1.101.v20201025-2315].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.workbench.addons.swt.source [1.4.100.v20201221-2332,1.4.100.v20201221-2332].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.contributions [3.5.0.v20210111-1205,3.5.0.v20210111-1205].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.annotation.source [1.1.500.v20200407-1355,1.1.500.v20200407-1355].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui.source [3.22.100.v20210224-0730,3.22.100.v20210224-0730].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jsch.ui [1.3.1100.v20200916-0731,1.3.1100.v20200916-0731].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.launcher.win32.win32.x86_64 [1.2.100.v20210209-1541,1.2.100.v20210209-1541].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.junit.source [3.11.1100.v20210203-1102,3.11.1100.v20210203-1102].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.security.win32.x86_64.source [1.1.200.v20190812-0919,1.1.200.v20190812-0919].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.swt.examples.launcher.source [3.107.0.v20210112-0623,3.107.0.v20210112-0623].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.pde.ua.tests [1.2.0.v20200812-1819,1.2.0.v20200812-1819].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.frameworkadmin.source [2.1.400.v20191002-0702,2.1.400.v20191002-0702].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.compiler.batch [3.25.0.v20210223-0522,3.25.0.v20210223-0522].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.examples.fieldassist [1.2.0.v20210111-1206,1.2.0.v20210111-1206].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation.source [1.14.300.v20210224-0730,1.14.300.v20210224-0730].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.genericeditor.examples [1.2.0.v20210118-1209,1.2.0.v20210118-1209].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.region [1.5.100.v20210212-1143,1.5.100.v20210212-1143].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.di [1.3.0.v20210222-1018,1.3.0.v20210222-1018].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.equinox.p2.director [2.4.700.v20200511-1530,2.4.700.v20200511-1530].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.ui.net [1.3.800.v20200422-1935,1.3.800.v20200422-1935].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.filesystem.linux.aarch64.source [1.4.100.v20200805-0859,1.4.100.v20200805-0859].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq 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 v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.core.databinding [1.10.100.v20200926-1123,1.10.100.v20200926-1123].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug.ui.source [3.12.200.v20210224-0638,3.12.200.v20210224-0638].; Unable to satisfy dependency from v20210503-0343.all 1.0.0.FL8M7nQcCQHfEcLUJEEMZjbeXYKKhxlQ3_Cq to org.eclipse.equinox.p2.iu; org.eclipse.help.base.source [4.3.200.v20210303-1800,4.3.200.v20210303-1800].; Unable to satisfy dependency from com.google.javascript 0.0.20160315.v20161124-1903 to java.package; com.google.protobuf 2.4.0.; Unable to satisfy dependency from com.google.inject 5.0.1.v20210324-2015 to java.package; javax.inject 0.0.0.; Unable to satisfy dependency from com.google.inject 5.0.1.v20210324-2015 to java.package; org.aopalliance.intercept 0.0.0.; Unable to satisfy dependency from com.google.inject.assistedinject 5.0.1.v20210324-2015 to java.package; javax.inject 0.0.0.; Unable to satisfy dependency from org.apache.batik.anim 1.9.1.v20190730-1743 to java.package; org.w3c.css.sac 1.3.0.; Unable to satisfy dependency from org.apache.batik.anim 1.9.1.v20190730-1743 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.anim 1.9.1.v20190730-1743 to java.package; org.w3c.dom.smil 0.0.0.; Unable to satisfy dependency from org.apache.batik.bridge 1.9.1.v20190730-1743 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.bridge 1.9.1.v20190730-1743 to java.package; org.w3c.dom.smil 0.0.0.; Unable to satisfy dependency from org.apache.batik.css 1.9.1.v20181015-1528 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.css 1.9.1.v20181015-1528 to java.package; org.w3c.css.sac 1.3.0.; Unable to satisfy dependency from org.apache.batik.dom 1.9.1.v20190730-1743 to java.package; org.w3c.css.sac 1.3.0.; Unable to satisfy dependency from org.apache.batik.dom 1.9.1.v20190730-1743 to java.package; org.w3c.dom.smil 0.0.0.; Unable to satisfy dependency from org.apache.batik.dom.svg 1.9.1.v20190730-1743 to java.package; org.w3c.dom.smil 0.0.0.; Unable to satisfy dependency from org.apache.batik.dom.svg 1.9.1.v20190730-1743 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.extension 1.9.1.v20190730-1743 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.pdf 1.9.1.v20190730-1743 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.swing 1.9.1.v20190730-1743 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.transcoder 1.9.1.v20190730-1743 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.css 1.14.0.v20210324-0332 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.css 1.14.0.v20210324-0332 to java.package; org.w3c.css.sac 1.3.0.; Unable to satisfy dependency from org.apache.batik.dom 1.14.0.v20210324-0332 to java.package; org.w3c.css.sac 1.3.0.; Unable to satisfy dependency from org.apache.batik.dom 1.14.0.v20210324-0332 to java.package; org.w3c.dom.smil 0.0.0.; Unable to satisfy dependency from org.apache.batik.dom.svg 1.14.0.v20210324-0332 to java.package; org.w3c.dom.smil 0.0.0.; Unable to satisfy dependency from org.apache.batik.dom.svg 1.14.0.v20210324-0332 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.anim 1.14.0.v20210324-0332 to java.package; org.w3c.css.sac 1.3.0.; Unable to satisfy dependency from org.apache.batik.anim 1.14.0.v20210324-0332 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.anim 1.14.0.v20210324-0332 to java.package; org.w3c.dom.smil 0.0.0.; Unable to satisfy dependency from org.apache.batik.bridge 1.14.0.v20210324-0332 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.bridge 1.14.0.v20210324-0332 to java.package; org.w3c.dom.smil 0.0.0.; Unable to satisfy dependency from org.apache.batik.transcoder 1.14.0.v20210324-0332 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.felix.gogo.command 1.1.2.v20210111-1007 to java.package; org.osgi.framework 0.0.0.; Unable to satisfy dependency from org.apache.felix.gogo.command 1.1.2.v20210111-1007 to java.package; org.osgi.framework.startlevel 0.0.0.; Unable to satisfy dependency from org.apache.felix.gogo.command 1.1.2.v20210111-1007 to java.package; org.osgi.framework.wiring 0.0.0.; Unable to satisfy dependency from org.apache.felix.gogo.command 1.1.2.v20210111-1007 to java.package; org.osgi.service.log 0.0.0.; Unable to satisfy dependency from org.apache.felix.gogo.runtime 1.1.4.v20210111-1007 to java.package; org.osgi.framework 0.0.0.; Unable to satisfy dependency from org.apache.felix.gogo.runtime 1.1.4.v20210111-1007 to java.package; org.osgi.service.event 0.0.0.; Unable to satisfy dependency from org.apache.felix.gogo.runtime 1.1.4.v20210111-1007 to java.package; org.osgi.util.tracker 0.0.0.; Unable to satisfy dependency from org.apache.felix.gogo.shell 1.1.4.v20210111-1007 to java.package; org.osgi.framework 0.0.0.; Unable to satisfy dependency from org.apache.felix.gogo.shell 1.1.4.v20210111-1007 to java.package; org.osgi.framework.startlevel 0.0.0.; Unable to satisfy dependency from org.apache.felix.gogo.shell 1.1.4.v20210111-1007 to java.package; org.osgi.util.tracker 0.0.0.; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.dto [1.0.0,2.0.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.framework [1.8.0,2.0.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.framework.dto [1.8.0,2.0.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.framework.startlevel [1.0.0,2.0.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.framework.wiring [1.2.0,2.0.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component [1.4.0,1.5.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component.runtime [1.4.0,1.5.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component.runtime.dto [1.4.0,1.5.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.packageadmin [1.0.0,2.0.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.util.promise [1.0.0,2.0.0).; Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.util.tracker [1.5.0,2.0.0).; Unable to satisfy dependency from org.apache.xerces 2.12.1.v20210115-0812 to java.package; org.apache.xml.resolver 0.0.0.; Unable to satisfy dependency from org.apache.xerces 2.12.1.v20210115-0812 to java.package; org.apache.xml.resolver.readers 0.0.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.utils 2.5.0.v20160210-1508 to java.package; javax.inject [1.0.0,2.0.0).; Unable to satisfy dependency from org.glassfish.hk2.api 2.5.0.v20161103-0227 to java.package; javax.inject [1.0.0,2.0.0).; Unable to satisfy dependency from org.glassfish.hk2.api 2.5.0.v20161103-0227 to java.package; org.aopalliance.intercept [1.0.0,2.0.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.locator 2.5.0.v20161103-0227 to java.package; javax.inject [1.0.0,2.0.0).; Unable to satisfy dependency from org.glassfish.hk2.locator 2.5.0.v20161103-0227 to java.package; org.aopalliance.intercept [1.0.0,2.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.utils 2.6.1.v20200513-1859 to java.package; javax.inject [1.0.0,2.0.0).; Unable to satisfy dependency from org.glassfish.hk2.api 2.6.1.v20200513-1859 to java.package; javax.inject [1.0.0,2.0.0).; Unable to satisfy dependency from org.glassfish.hk2.api 2.6.1.v20200513-1859 to java.package; org.aopalliance.intercept [1.0.0,2.0.0).; Unable to satisfy dependency from org.glassfish.hk2.locator 2.6.1.v20200513-1859 to java.package; javassist.util.proxy [3.13.0,4.0.0).; Unable to satisfy dependency from org.glassfish.hk2.locator 2.6.1.v20200513-1859 to java.package; javax.inject [1.0.0,2.0.0).; Unable to satisfy dependency from org.glassfish.hk2.locator 2.6.1.v20200513-1859 to java.package; org.aopalliance.intercept [1.0.0,2.0.0).; Unable to satisfy dependency from org.glassfish.hk2.osgi-resource-locator 1.0.3.v20200509-0149 to java.package; org.osgi.framework [1.7.0,2.0.0).; Unable to satisfy dependency from org.glassfish.jersey.containers.servlet.core 2.30.1.v20200513-1859 to java.package; javax.inject [1.0.0,1.1.0).; Unable to satisfy dependency from org.glassfish.jersey.core.jersey-client 2.30.1.v20200513-1859 to java.package; javax.inject [1.0.0,1.1.0).; Unable to satisfy dependency from org.glassfish.jersey.core.jersey-common 2.30.1.v20200513-1859 to java.package; javax.inject [1.0.0,1.1.0).; Unable to satisfy dependency from org.glassfish.jersey.core.jersey-server 2.30.1.v20200513-1859 to java.package; javax.inject [1.0.0,1.1.0).; Unable to satisfy dependency from org.glassfish.jersey.ext.entityfiltering 2.30.1.v20200513-1859 to java.package; javax.inject [1.0.0,1.1.0).; Unable to satisfy dependency from org.glassfish.jersey.inject.jersey-hk2 2.30.1.v20200512-1802 to java.package; javax.inject [1.0.0,1.1.0).; Unable to satisfy dependency from org.glassfish.jersey.media.jersey-media-json-jackson 2.30.1.v20200513-1859 to java.package; javax.inject [1.0.0,2.0.0).; Unable to satisfy dependency from org.mandas.docker-client 3.2.1.v20200519-1937 to java.package; org.apache.commons.lang 2.6.0.; Unable to satisfy dependency from jakarta.xml.bind 2.3.3.v20201118-1818 to java.package; javax.xml.datatype 1.3.0.; Unable to satisfy dependency from jakarta.xml.bind 2.3.3.v20201118-1818 to java.package; javax.xml.namespace 1.3.0.; Unable to satisfy dependency from jakarta.xml.bind 2.3.3.v20201118-1818 to java.package; javax.xml.parsers 1.3.0.; Unable to satisfy dependency from jakarta.xml.bind 2.3.3.v20201118-1818 to java.package; javax.xml.transform 1.3.0.; Unable to satisfy dependency from jakarta.xml.bind 2.3.3.v20201118-1818 to java.package; javax.xml.transform.dom 1.3.0.; Unable to satisfy dependency from jakarta.xml.bind 2.3.3.v20201118-1818 to java.package; javax.xml.transform.sax 1.3.0.; Unable to satisfy dependency from jakarta.xml.bind 2.3.3.v20201118-1818 to java.package; javax.xml.transform.stream 1.3.0.; Unable to satisfy dependency from jakarta.xml.bind 2.3.3.v20201118-1818 to java.package; javax.xml.validation 1.3.0.; Unable to satisfy dependency from javax.annotation 1.3.5.v20200909-1856 to osgi.bundle; org.eclipse.osgi 0.0.0.; Unable to satisfy dependency from com.sun.xml.bind 2.2.0.v20201118-1845 to java.package; javax.xml.bind [2.2.0,2.2.1).; Unable to satisfy dependency from com.sun.xml.bind 2.2.0.v20201118-1845 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.v20201118-1845 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.v20201118-1845 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.v20201118-1845 to java.package; javax.xml.bind.helpers [2.2.0,2.2.1).] Mirroring: osgi.bundle,org.apache.batik.anim.source,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.anim.source,1.9.1.v20190730-1743) 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.apache.wsil4j,1.0.0.v20180522-1857 (Descriptor: packed: osgi.bundle,org.apache.wsil4j,1.0.0.v20180522-1857) Mirroring: osgi.bundle,org.apache.batik.anim.source,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.anim.source,1.14.0.v20210324-0332) Mirroring: osgi.bundle,com.atlassian.commonmark-heading-anchor.source,0.15.1.v20200707-1444 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-heading-anchor.source,0.15.1.v20200707-1444) Mirroring: osgi.bundle,org.junit,4.13.0.v20200204-1500 (Descriptor: packed: osgi.bundle,org.junit,4.13.0.v20200204-1500) Mirroring: osgi.bundle,org.junit,4.13.0.v20200204-1500 (Descriptor: canonical: osgi.bundle,org.junit,4.13.0.v20200204-1500) Mirroring: osgi.bundle,io.github.classgraph.source,4.8.35.v20190528-1517 (Descriptor: canonical: osgi.bundle,io.github.classgraph.source,4.8.35.v20190528-1517) Mirroring: osgi.bundle,org.bouncycastle.bcprov,1.65.1.v20200529-1514 (Descriptor: packed: osgi.bundle,org.bouncycastle.bcprov,1.65.1.v20200529-1514) Mirroring: osgi.bundle,org.bouncycastle.bcprov,1.65.1.v20200529-1514 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcprov,1.65.1.v20200529-1514) Mirroring: osgi.bundle,com.fasterxml.jackson.core.jackson-databind,2.12.1.v20210128-1726 (Descriptor: packed: osgi.bundle,com.fasterxml.jackson.core.jackson-databind,2.12.1.v20210128-1726) Mirroring: osgi.bundle,com.fasterxml.jackson.core.jackson-databind,2.12.1.v20210128-1726 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.core.jackson-databind,2.12.1.v20210128-1726) Mirroring: osgi.bundle,ca.odell.glazedlists.source,1.11.0.v20190926-1838 (Descriptor: canonical: osgi.bundle,ca.odell.glazedlists.source,1.11.0.v20190926-1838) Mirroring: osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson.source,2.30.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson.source,2.30.1.v20200513-1859) Mirroring: osgi.bundle,org.apache.batik.util,1.9.1.v20180703-1553 (Descriptor: canonical: osgi.bundle,org.apache.batik.util,1.9.1.v20180703-1553) Mirroring: osgi.bundle,org.apache.batik.util,1.9.1.v20180703-1553 (Descriptor: packed: osgi.bundle,org.apache.batik.util,1.9.1.v20180703-1553) Mirroring: osgi.bundle,com.google.gson,2.8.6.v20201231-1626 (Descriptor: canonical: osgi.bundle,com.google.gson,2.8.6.v20201231-1626) Mirroring: osgi.bundle,com.google.gson,2.8.6.v20201231-1626 (Descriptor: packed: osgi.bundle,com.google.gson,2.8.6.v20201231-1626) Mirroring: osgi.bundle,com.atlassian.commonmark-image-attributes,0.15.1.v20200707-1444 (Descriptor: packed: osgi.bundle,com.atlassian.commonmark-image-attributes,0.15.1.v20200707-1444) Mirroring: osgi.bundle,com.atlassian.commonmark-image-attributes,0.15.1.v20200707-1444 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-image-attributes,0.15.1.v20200707-1444) Mirroring: osgi.bundle,org.apache.batik.bridge,1.9.1.v20190730-1743 (Descriptor: packed: osgi.bundle,org.apache.batik.bridge,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.batik.bridge,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.bridge,1.9.1.v20190730-1743) Mirroring: osgi.bundle,com.fasterxml.jackson.core.jackson-core,2.12.1.v20210128-1726 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.core.jackson-core,2.12.1.v20210128-1726) Mirroring: osgi.bundle,com.fasterxml.jackson.core.jackson-core,2.12.1.v20210128-1726 (Descriptor: packed: osgi.bundle,com.fasterxml.jackson.core.jackson-core,2.12.1.v20210128-1726) Mirroring: osgi.bundle,com.google.oauth-client-java6.source,1.30.6.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.oauth-client-java6.source,1.30.6.v20200819-2030) Mirroring: osgi.bundle,org.apache.maven.resolver.api,1.0.3.v20170405-0725 (Descriptor: packed: osgi.bundle,org.apache.maven.resolver.api,1.0.3.v20170405-0725) 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,com.google.gson.source,2.8.6.v20201231-1626 (Descriptor: canonical: osgi.bundle,com.google.gson.source,2.8.6.v20201231-1626) Mirroring: osgi.bundle,javax.validation,1.1.0.v20200505-2127 (Descriptor: canonical: osgi.bundle,javax.validation,1.1.0.v20200505-2127) Mirroring: osgi.bundle,javax.validation,1.1.0.v20200505-2127 (Descriptor: packed: osgi.bundle,javax.validation,1.1.0.v20200505-2127) Mirroring: osgi.bundle,com.sun.jna.platform,5.6.0.v20200722-0209 (Descriptor: packed: osgi.bundle,com.sun.jna.platform,5.6.0.v20200722-0209) Mirroring: osgi.bundle,com.sun.jna.platform,5.6.0.v20200722-0209 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform,5.6.0.v20200722-0209) 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,org.apache.ant,1.10.10.v20210426-1926 (Descriptor: canonical: osgi.bundle,org.apache.ant,1.10.10.v20210426-1926) Mirroring: osgi.bundle,org.apache.ant,1.10.10.v20210426-1926 (Descriptor: packed: osgi.bundle,org.apache.ant,1.10.10.v20210426-1926) Mirroring: osgi.bundle,org.slf4j.binding.log4j12.source,1.7.30.v20201108-2042 (Descriptor: canonical: osgi.bundle,org.slf4j.binding.log4j12.source,1.7.30.v20201108-2042) Mirroring: osgi.bundle,com.konghq.unirest-java,3.4.2.v20200604-1524 (Descriptor: packed: osgi.bundle,com.konghq.unirest-java,3.4.2.v20200604-1524) Mirroring: osgi.bundle,com.konghq.unirest-java,3.4.2.v20200604-1524 (Descriptor: canonical: osgi.bundle,com.konghq.unirest-java,3.4.2.v20200604-1524) Mirroring: osgi.bundle,org.apache.batik.dom.svg.source,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.dom.svg.source,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.dom.svg.source,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.dom.svg.source,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.bouncycastle.bcpg.source,1.65.0.v20200527-1955 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcpg.source,1.65.0.v20200527-1955) Mirroring: osgi.bundle,org.apache.batik.css.source,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.css.source,1.14.0.v20210324-0332) Mirroring: osgi.bundle,com.graphql.java.source,11.0.0.v20200204-2150 (Descriptor: canonical: osgi.bundle,com.graphql.java.source,11.0.0.v20200204-2150) Mirroring: osgi.bundle,org.objectweb.asm.tree.source,9.1.0.v20210209-1849 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.tree.source,9.1.0.v20210209-1849) Mirroring: osgi.bundle,org.apache.commons.logging,1.2.0.v20180409-1502 (Descriptor: packed: osgi.bundle,org.apache.commons.logging,1.2.0.v20180409-1502) 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.google.api.client-escape,1.2.3.v20200819-2030 (Descriptor: packed: osgi.bundle,com.google.api.client-escape,1.2.3.v20200819-2030) Mirroring: osgi.bundle,com.google.api.client-escape,1.2.3.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.api.client-escape,1.2.3.v20200819-2030) Mirroring: osgi.bundle,com.google.api.client-http,1.2.3.v20200819-2030 (Descriptor: packed: osgi.bundle,com.google.api.client-http,1.2.3.v20200819-2030) Mirroring: osgi.bundle,com.google.api.client-http,1.2.3.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.api.client-http,1.2.3.v20200819-2030) Mirroring: osgi.bundle,org.apache.batik.awt.util.source,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.awt.util.source,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.pdfbox.xmpbox.source,2.0.6.v20190617-1333 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.xmpbox.source,2.0.6.v20190617-1333) 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,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.batik.bridge,1.14.0.v20210324-0332 (Descriptor: packed: osgi.bundle,org.apache.batik.bridge,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.bridge,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.bridge,1.14.0.v20210324-0332) 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.jclouds.api.cloudwatch,1.8.0.v20160301-1110 (Descriptor: packed: osgi.bundle,org.apache.jclouds.api.cloudwatch,1.8.0.v20160301-1110) Mirroring: osgi.bundle,org.junit.platform.runner.source,1.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.platform.runner.source,1.7.1.v20210222-1948) 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,org.apache.pdfbox.preflight.source,2.0.6.v20190617-1333 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.preflight.source,2.0.6.v20190617-1333) 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.lucene.analyzers-common.source,8.4.1.v20200122-1459 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-common.source,8.4.1.v20200122-1459) Mirroring: osgi.bundle,com.google.auth.google-auth-library-credentials.source,0.20.0.v20200515-2048 (Descriptor: canonical: osgi.bundle,com.google.auth.google-auth-library-credentials.source,0.20.0.v20200515-2048) 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.xmlrpc.client,3.1.3.v20160817-1930 (Descriptor: packed: osgi.bundle,org.apache.xmlrpc.client,3.1.3.v20160817-1930) Mirroring: osgi.bundle,com.cronutils.source,5.0.5.v20200204-2150 (Descriptor: canonical: osgi.bundle,com.cronutils.source,5.0.5.v20200204-2150) Mirroring: osgi.bundle,org.glassfish.jersey.core.jersey-client,2.30.1.v20200513-1859 (Descriptor: packed: osgi.bundle,org.glassfish.jersey.core.jersey-client,2.30.1.v20200513-1859) Mirroring: osgi.bundle,org.glassfish.jersey.core.jersey-client,2.30.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.core.jersey-client,2.30.1.v20200513-1859) Mirroring: osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2,5.0.2.v20210429-1809 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2,5.0.2.v20210429-1809) Mirroring: osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2,5.0.2.v20210429-1809 (Descriptor: packed: osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2,5.0.2.v20210429-1809) 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.glassfish.hk2.utils,2.5.0.v20160210-1508 (Descriptor: packed: osgi.bundle,org.glassfish.hk2.utils,2.5.0.v20160210-1508) Mirroring: osgi.bundle,com.atlassian.commonmark-ins.source,0.15.1.v20200707-1444 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-ins.source,0.15.1.v20200707-1444) Mirroring: osgi.bundle,org.apache.felix.scr.source,2.1.24.v20200924-1939 (Descriptor: canonical: osgi.bundle,org.apache.felix.scr.source,2.1.24.v20200924-1939) Mirroring: org.eclipse.update.feature,org.eclipse.orbit.releng.recipes.feature.aggregation.source,1.0.0.v20210503-0343 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.orbit.releng.recipes.feature.aggregation.source,1.0.0.v20210503-0343) Mirroring: osgi.bundle,com.cronutils,5.0.5.v20200204-2150 (Descriptor: canonical: osgi.bundle,com.cronutils,5.0.5.v20200204-2150) Mirroring: osgi.bundle,com.cronutils,5.0.5.v20200204-2150 (Descriptor: packed: osgi.bundle,com.cronutils,5.0.5.v20200204-2150) Mirroring: osgi.bundle,org.slf4j.apis.jcl,1.7.30.v20200204-2150 (Descriptor: packed: osgi.bundle,org.slf4j.apis.jcl,1.7.30.v20200204-2150) Mirroring: osgi.bundle,org.slf4j.apis.jcl,1.7.30.v20200204-2150 (Descriptor: canonical: osgi.bundle,org.slf4j.apis.jcl,1.7.30.v20200204-2150) Mirroring: osgi.bundle,com.google.j2objc.j2objc-annotations,1.3.0.v20200515-2048 (Descriptor: packed: osgi.bundle,com.google.j2objc.j2objc-annotations,1.3.0.v20200515-2048) Mirroring: osgi.bundle,com.google.j2objc.j2objc-annotations,1.3.0.v20200515-2048 (Descriptor: canonical: osgi.bundle,com.google.j2objc.j2objc-annotations,1.3.0.v20200515-2048) Mirroring: osgi.bundle,org.bouncycastle.bcpg,1.65.0.v20200527-1955 (Descriptor: packed: osgi.bundle,org.bouncycastle.bcpg,1.65.0.v20200527-1955) Mirroring: osgi.bundle,org.bouncycastle.bcpg,1.65.0.v20200527-1955 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcpg,1.65.0.v20200527-1955) Mirroring: osgi.bundle,jakarta.el,4.0.0.v20210105-0527 (Descriptor: packed: osgi.bundle,jakarta.el,4.0.0.v20210105-0527) Mirroring: osgi.bundle,jakarta.el,4.0.0.v20210105-0527 (Descriptor: canonical: osgi.bundle,jakarta.el,4.0.0.v20210105-0527) Mirroring: osgi.bundle,com.google.http-client.google-http-client,1.34.2.v20200515-2048 (Descriptor: packed: osgi.bundle,com.google.http-client.google-http-client,1.34.2.v20200515-2048) Mirroring: osgi.bundle,com.google.http-client.google-http-client,1.34.2.v20200515-2048 (Descriptor: canonical: osgi.bundle,com.google.http-client.google-http-client,1.34.2.v20200515-2048) Mirroring: osgi.bundle,com.github.jnr.jffi,1.2.23.v20200501-1917 (Descriptor: canonical: osgi.bundle,com.github.jnr.jffi,1.2.23.v20200501-1917) Mirroring: osgi.bundle,com.github.jnr.jffi,1.2.23.v20200501-1917 (Descriptor: packed: osgi.bundle,com.github.jnr.jffi,1.2.23.v20200501-1917) Mirroring: osgi.bundle,javax.annotation,1.3.5.v20200909-1856 (Descriptor: canonical: osgi.bundle,javax.annotation,1.3.5.v20200909-1856) Mirroring: osgi.bundle,javax.annotation,1.3.5.v20200909-1856 (Descriptor: packed: osgi.bundle,javax.annotation,1.3.5.v20200909-1856) Mirroring: osgi.bundle,org.ejml.simple.source,0.29.0.v20190617-1333 (Descriptor: canonical: osgi.bundle,org.ejml.simple.source,0.29.0.v20190617-1333) Mirroring: osgi.bundle,org.apache.batik.transcoder.source,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.transcoder.source,1.14.0.v20210324-0332) 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,org.glassfish.jersey.containers.servlet,2.30.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.containers.servlet,2.30.1.v20200513-1859) Mirroring: osgi.bundle,org.glassfish.jersey.containers.servlet,2.30.1.v20200513-1859 (Descriptor: packed: osgi.bundle,org.glassfish.jersey.containers.servlet,2.30.1.v20200513-1859) Mirroring: osgi.bundle,org.jsoup.source,1.8.3.v20181012-1713 (Descriptor: canonical: osgi.bundle,org.jsoup.source,1.8.3.v20181012-1713) 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.apache.batik.ext.awt,1.9.1.v20190730-1743 (Descriptor: packed: osgi.bundle,org.apache.batik.ext.awt,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.batik.ext.awt,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.ext.awt,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.glassfish.hk2.osgi-resource-locator,1.0.3.v20200509-0149 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.osgi-resource-locator,1.0.3.v20200509-0149) Mirroring: osgi.bundle,org.glassfish.hk2.osgi-resource-locator,1.0.3.v20200509-0149 (Descriptor: packed: osgi.bundle,org.glassfish.hk2.osgi-resource-locator,1.0.3.v20200509-0149) Mirroring: osgi.bundle,org.ejml.denseC64.source,0.29.0.v20190617-1333 (Descriptor: canonical: osgi.bundle,org.ejml.denseC64.source,0.29.0.v20190617-1333) Mirroring: osgi.bundle,org.knowm.xchart,3.6.5.v20201023-2252 (Descriptor: packed: osgi.bundle,org.knowm.xchart,3.6.5.v20201023-2252) Mirroring: osgi.bundle,org.knowm.xchart,3.6.5.v20201023-2252 (Descriptor: canonical: osgi.bundle,org.knowm.xchart,3.6.5.v20201023-2252) Mirroring: osgi.bundle,com.konghq.unirest-java.source,3.4.2.v20200604-1524 (Descriptor: canonical: osgi.bundle,com.konghq.unirest-java.source,3.4.2.v20200604-1524) Mirroring: osgi.bundle,com.google.guava.source,27.1.0.v20190517-1946 (Descriptor: canonical: osgi.bundle,com.google.guava.source,27.1.0.v20190517-1946) Mirroring: osgi.bundle,com.google.guava.source,30.1.0.v20210127-2300 (Descriptor: canonical: osgi.bundle,com.google.guava.source,30.1.0.v20210127-2300) Mirroring: osgi.bundle,com.google.oauth-client.source,1.30.6.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.oauth-client.source,1.30.6.v20200819-2030) Mirroring: osgi.bundle,jakarta.el.source,4.0.0.v20210105-0527 (Descriptor: canonical: osgi.bundle,jakarta.el.source,4.0.0.v20210105-0527) Mirroring: osgi.bundle,org.immutables.value,2.8.3.v20200423-1717 (Descriptor: packed: osgi.bundle,org.immutables.value,2.8.3.v20200423-1717) Mirroring: osgi.bundle,org.immutables.value,2.8.3.v20200423-1717 (Descriptor: canonical: osgi.bundle,org.immutables.value,2.8.3.v20200423-1717) Mirroring: osgi.bundle,javax.ws.rs.source,2.1.6.v20200505-2127 (Descriptor: canonical: osgi.bundle,javax.ws.rs.source,2.1.6.v20200505-2127) Mirroring: osgi.bundle,org.mozilla.javascript.source,1.7.10.v20190430-1943 (Descriptor: canonical: osgi.bundle,org.mozilla.javascript.source,1.7.10.v20190430-1943) 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,org.apache.httpcomponents.core5.httpcore5,5.0.2.v20201015-2258 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.core5.httpcore5,5.0.2.v20201015-2258) Mirroring: osgi.bundle,org.apache.httpcomponents.core5.httpcore5,5.0.2.v20201015-2258 (Descriptor: packed: osgi.bundle,org.apache.httpcomponents.core5.httpcore5,5.0.2.v20201015-2258) Mirroring: osgi.bundle,org.glassfish.jersey.ext.entityfiltering.source,2.30.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.ext.entityfiltering.source,2.30.1.v20200513-1859) Mirroring: osgi.bundle,com.sun.jna.platform.source,5.8.0.v20210406-1004 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform.source,5.8.0.v20210406-1004) Mirroring: osgi.bundle,com.fasterxml.jackson.core.jackson-annotations,2.12.1.v20210128-1726 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.core.jackson-annotations,2.12.1.v20210128-1726) Mirroring: osgi.bundle,com.fasterxml.jackson.core.jackson-annotations,2.12.1.v20210128-1726 (Descriptor: packed: osgi.bundle,com.fasterxml.jackson.core.jackson-annotations,2.12.1.v20210128-1726) Mirroring: osgi.bundle,org.apache.commons.cli,1.4.0.v20200417-1444 (Descriptor: canonical: osgi.bundle,org.apache.commons.cli,1.4.0.v20200417-1444) Mirroring: osgi.bundle,org.apache.commons.cli,1.4.0.v20200417-1444 (Descriptor: packed: osgi.bundle,org.apache.commons.cli,1.4.0.v20200417-1444) Mirroring: osgi.bundle,org.ejml.equation,0.29.0.v20190617-1333 (Descriptor: packed: osgi.bundle,org.ejml.equation,0.29.0.v20190617-1333) Mirroring: osgi.bundle,org.ejml.equation,0.29.0.v20190617-1333 (Descriptor: canonical: osgi.bundle,org.ejml.equation,0.29.0.v20190617-1333) Mirroring: osgi.bundle,org.glassfish.jersey.apache.connector.source,2.30.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.apache.connector.source,2.30.1.v20200513-1859) Mirroring: osgi.bundle,com.atlassian.commonmark-gfm-tables,0.15.1.v20200707-1444 (Descriptor: packed: osgi.bundle,com.atlassian.commonmark-gfm-tables,0.15.1.v20200707-1444) Mirroring: osgi.bundle,com.atlassian.commonmark-gfm-tables,0.15.1.v20200707-1444 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-gfm-tables,0.15.1.v20200707-1444) 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.jclouds.labs.docker,1.8.0.v20160301-1110 (Descriptor: packed: 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,javax.activation.source,1.2.2.v20201119-1642 (Descriptor: canonical: osgi.bundle,javax.activation.source,1.2.2.v20201119-1642) Mirroring: osgi.bundle,org.objectweb.asm.source,8.0.1.v20200420-1007 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.source,8.0.1.v20200420-1007) Mirroring: osgi.bundle,com.google.oauth-client,1.30.6.v20200819-2030 (Descriptor: packed: osgi.bundle,com.google.oauth-client,1.30.6.v20200819-2030) Mirroring: osgi.bundle,com.google.oauth-client,1.30.6.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.oauth-client,1.30.6.v20200819-2030) Mirroring: osgi.bundle,org.tukaani.xz.source,1.8.0.v20180207-1613 (Descriptor: canonical: osgi.bundle,org.tukaani.xz.source,1.8.0.v20180207-1613) Mirroring: osgi.bundle,org.apache.httpcomponents.httpclient.source,4.5.13.v20210128-2225 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpclient.source,4.5.13.v20210128-2225) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore-nio,4.4.5.v20210128-2225 (Descriptor: packed: osgi.bundle,org.apache.httpcomponents.httpcore-nio,4.4.5.v20210128-2225) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore-nio,4.4.5.v20210128-2225 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpcore-nio,4.4.5.v20210128-2225) 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.jclouds.api.ec2,1.8.0.v20160301-1110 (Descriptor: packed: osgi.bundle,org.apache.jclouds.api.ec2,1.8.0.v20160301-1110) Mirroring: osgi.bundle,org.apache.commons.collections4,4.4.0.v20200420-1700 (Descriptor: packed: osgi.bundle,org.apache.commons.collections4,4.4.0.v20200420-1700) Mirroring: osgi.bundle,org.apache.commons.collections4,4.4.0.v20200420-1700 (Descriptor: canonical: osgi.bundle,org.apache.commons.collections4,4.4.0.v20200420-1700) Mirroring: osgi.bundle,org.apache.sshd.sftp,2.6.0.v20210201-2003 (Descriptor: packed: osgi.bundle,org.apache.sshd.sftp,2.6.0.v20210201-2003) Mirroring: osgi.bundle,org.apache.sshd.sftp,2.6.0.v20210201-2003 (Descriptor: canonical: osgi.bundle,org.apache.sshd.sftp,2.6.0.v20210201-2003) Mirroring: osgi.bundle,javaewah,1.1.7.v20200107-0831 (Descriptor: canonical: osgi.bundle,javaewah,1.1.7.v20200107-0831) Mirroring: osgi.bundle,javaewah,1.1.7.v20200107-0831 (Descriptor: packed: osgi.bundle,javaewah,1.1.7.v20200107-0831) Mirroring: osgi.bundle,com.google.javascript,0.0.20160315.v20161124-1903 (Descriptor: packed: osgi.bundle,com.google.javascript,0.0.20160315.v20161124-1903) 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,ch.qos.logback.core.source,1.2.3.v20200428-2012 (Descriptor: canonical: osgi.bundle,ch.qos.logback.core.source,1.2.3.v20200428-2012) 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,net.i2p.crypto.eddsa,0.3.0.v20181102-1323 (Descriptor: canonical: osgi.bundle,net.i2p.crypto.eddsa,0.3.0.v20181102-1323) Mirroring: osgi.bundle,net.i2p.crypto.eddsa,0.3.0.v20181102-1323 (Descriptor: packed: osgi.bundle,net.i2p.crypto.eddsa,0.3.0.v20181102-1323) Mirroring: osgi.bundle,com.sun.xml.bind.source,2.3.3.v20201118-1818 (Descriptor: canonical: osgi.bundle,com.sun.xml.bind.source,2.3.3.v20201118-1818) Mirroring: osgi.bundle,org.junit.jupiter.api,5.7.1.v20210222-1948 (Descriptor: packed: osgi.bundle,org.junit.jupiter.api,5.7.1.v20210222-1948) Mirroring: osgi.bundle,org.junit.jupiter.api,5.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.api,5.7.1.v20210222-1948) Mirroring: osgi.bundle,jakarta.xml.bind.source,2.3.3.v20201118-1818 (Descriptor: canonical: osgi.bundle,jakarta.xml.bind.source,2.3.3.v20201118-1818) Mirroring: osgi.bundle,org.objectweb.asm.analysis.source,8.0.1.v20200420-1007 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.analysis.source,8.0.1.v20200420-1007) Mirroring: osgi.bundle,jakarta.activation.source,2.0.0.v20201118-1818 (Descriptor: canonical: osgi.bundle,jakarta.activation.source,2.0.0.v20201118-1818) Mirroring: osgi.bundle,com.github.jnr.constants.source,0.9.15.v20200501-1917 (Descriptor: canonical: osgi.bundle,com.github.jnr.constants.source,0.9.15.v20200501-1917) Mirroring: osgi.bundle,org.objectweb.asm.analysis,9.1.0.v20210209-1849 (Descriptor: packed: osgi.bundle,org.objectweb.asm.analysis,9.1.0.v20210209-1849) Mirroring: osgi.bundle,org.objectweb.asm.analysis,9.1.0.v20210209-1849 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.analysis,9.1.0.v20210209-1849) 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,com.fasterxml.jackson.datatype.jackson-datatype-guava,2.12.1.v20210128-1726 (Descriptor: packed: osgi.bundle,com.fasterxml.jackson.datatype.jackson-datatype-guava,2.12.1.v20210128-1726) Mirroring: osgi.bundle,com.fasterxml.jackson.datatype.jackson-datatype-guava,2.12.1.v20210128-1726 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.datatype.jackson-datatype-guava,2.12.1.v20210128-1726) Mirroring: osgi.bundle,org.ejml.core.source,0.29.0.v20190617-1333 (Descriptor: canonical: osgi.bundle,org.ejml.core.source,0.29.0.v20190617-1333) Mirroring: osgi.bundle,net.i2p.crypto.eddsa.source,0.3.0.v20181102-1323 (Descriptor: canonical: osgi.bundle,net.i2p.crypto.eddsa.source,0.3.0.v20181102-1323) 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,org.junit.platform.commons.source,1.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.platform.commons.source,1.7.1.v20210222-1948) 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.objectweb.asm.commons.source,8.0.1.v20200420-1007 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.commons.source,8.0.1.v20200420-1007) Mirroring: osgi.bundle,org.apache.httpcomponents.client5.httpclient5.source,5.0.2.v20201015-2258 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.client5.httpclient5.source,5.0.2.v20201015-2258) 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.apache.felix.gogo.runtime,1.1.4.v20210111-1007 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.runtime,1.1.4.v20210111-1007) Mirroring: osgi.bundle,org.apache.felix.gogo.runtime,1.1.4.v20210111-1007 (Descriptor: packed: osgi.bundle,org.apache.felix.gogo.runtime,1.1.4.v20210111-1007) Mirroring: osgi.bundle,org.jcodings,1.0.18.v20170306-1742 (Descriptor: packed: osgi.bundle,org.jcodings,1.0.18.v20170306-1742) 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.apache.batik.awt.util,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.awt.util,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.awt.util,1.14.0.v20210324-0332 (Descriptor: packed: osgi.bundle,org.apache.batik.awt.util,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.junit.platform.engine,1.7.1.v20210222-1948 (Descriptor: packed: osgi.bundle,org.junit.platform.engine,1.7.1.v20210222-1948) Mirroring: osgi.bundle,org.junit.platform.engine,1.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.platform.engine,1.7.1.v20210222-1948) Mirroring: osgi.bundle,org.ejml.simple,0.29.0.v20190617-1333 (Descriptor: packed: osgi.bundle,org.ejml.simple,0.29.0.v20190617-1333) Mirroring: osgi.bundle,org.ejml.simple,0.29.0.v20190617-1333 (Descriptor: canonical: osgi.bundle,org.ejml.simple,0.29.0.v20190617-1333) Mirroring: osgi.bundle,org.antlr.runtime,3.5.2.v20200724-1452 (Descriptor: canonical: osgi.bundle,org.antlr.runtime,3.5.2.v20200724-1452) Mirroring: osgi.bundle,org.antlr.runtime,3.5.2.v20200724-1452 (Descriptor: packed: osgi.bundle,org.antlr.runtime,3.5.2.v20200724-1452) 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,org.apache.commons.math3,3.6.1.v20200817-1830 (Descriptor: packed: osgi.bundle,org.apache.commons.math3,3.6.1.v20200817-1830) Mirroring: osgi.bundle,org.apache.commons.math3,3.6.1.v20200817-1830 (Descriptor: canonical: osgi.bundle,org.apache.commons.math3,3.6.1.v20200817-1830) Mirroring: osgi.bundle,io.opencensus.opencensus-contrib-http-util,0.26.0.v20200515-2048 (Descriptor: packed: osgi.bundle,io.opencensus.opencensus-contrib-http-util,0.26.0.v20200515-2048) Mirroring: osgi.bundle,io.opencensus.opencensus-contrib-http-util,0.26.0.v20200515-2048 (Descriptor: canonical: osgi.bundle,io.opencensus.opencensus-contrib-http-util,0.26.0.v20200515-2048) Mirroring: osgi.bundle,org.mockito.source,2.13.0.v20200310-1642 (Descriptor: canonical: osgi.bundle,org.mockito.source,2.13.0.v20200310-1642) Mirroring: osgi.bundle,ch.qos.logback.core,1.2.3.v20200428-2012 (Descriptor: packed: osgi.bundle,ch.qos.logback.core,1.2.3.v20200428-2012) Mirroring: osgi.bundle,ch.qos.logback.core,1.2.3.v20200428-2012 (Descriptor: canonical: osgi.bundle,ch.qos.logback.core,1.2.3.v20200428-2012) Mirroring: osgi.bundle,org.hsqldb.source,2.2.9.v20200115-2036 (Descriptor: canonical: osgi.bundle,org.hsqldb.source,2.2.9.v20200115-2036) Mirroring: osgi.bundle,com.sun.jna,4.5.1.v20210503-0343 (Descriptor: packed: osgi.bundle,com.sun.jna,4.5.1.v20210503-0343) 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,org.dom4j,1.6.1.v20190321-1528 (Descriptor: canonical: osgi.bundle,org.dom4j,1.6.1.v20190321-1528) Mirroring: osgi.bundle,org.dom4j,1.6.1.v20190321-1528 (Descriptor: packed: osgi.bundle,org.dom4j,1.6.1.v20190321-1528) Mirroring: osgi.bundle,javax.activation,1.2.2.v20201119-1642 (Descriptor: canonical: osgi.bundle,javax.activation,1.2.2.v20201119-1642) Mirroring: osgi.bundle,javax.activation,1.2.2.v20201119-1642 (Descriptor: packed: osgi.bundle,javax.activation,1.2.2.v20201119-1642) Mirroring: osgi.bundle,org.apache.batik.pdf,1.9.1.v20190730-1743 (Descriptor: packed: osgi.bundle,org.apache.batik.pdf,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.batik.pdf,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.pdf,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.mockito.source,2.23.0.v20200310-1642 (Descriptor: canonical: osgi.bundle,org.mockito.source,2.23.0.v20200310-1642) Mirroring: osgi.bundle,org.apache.batik.constants,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.constants,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.constants,1.14.0.v20210324-0332 (Descriptor: packed: osgi.bundle,org.apache.batik.constants,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.glassfish.jersey.apache.connector,2.30.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.apache.connector,2.30.1.v20200513-1859) Mirroring: osgi.bundle,org.glassfish.jersey.apache.connector,2.30.1.v20200513-1859 (Descriptor: packed: osgi.bundle,org.glassfish.jersey.apache.connector,2.30.1.v20200513-1859) Mirroring: osgi.bundle,org.antlr.runtime,4.5.1.v20160210-1233 (Descriptor: packed: osgi.bundle,org.antlr.runtime,4.5.1.v20160210-1233) 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.batik.constants.source,1.9.1.v20180227-1645 (Descriptor: canonical: osgi.bundle,org.apache.batik.constants.source,1.9.1.v20180227-1645) Mirroring: osgi.bundle,ch.qos.logback.classic.source,1.2.3.v20200428-2012 (Descriptor: canonical: osgi.bundle,ch.qos.logback.classic.source,1.2.3.v20200428-2012) 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,org.apache.xmlbeans,3.1.0.v20200922-1359 (Descriptor: packed: osgi.bundle,org.apache.xmlbeans,3.1.0.v20200922-1359) Mirroring: osgi.bundle,org.apache.xmlbeans,3.1.0.v20200922-1359 (Descriptor: canonical: osgi.bundle,org.apache.xmlbeans,3.1.0.v20200922-1359) Mirroring: osgi.bundle,org.apache.batik.util.source,1.9.1.v20180703-1553 (Descriptor: canonical: osgi.bundle,org.apache.batik.util.source,1.9.1.v20180703-1553) Mirroring: osgi.bundle,org.apache.batik.bridge.source,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.bridge.source,1.9.1.v20190730-1743) 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: packed: osgi.bundle,com.google.flogger.testing,0.1.0.v20180506-0038) 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.apache.batik.bridge.source,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.bridge.source,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.commons.compress,1.19.0.v20200106-2343 (Descriptor: packed: osgi.bundle,org.apache.commons.compress,1.19.0.v20200106-2343) Mirroring: osgi.bundle,org.apache.commons.compress,1.19.0.v20200106-2343 (Descriptor: canonical: osgi.bundle,org.apache.commons.compress,1.19.0.v20200106-2343) Mirroring: osgi.bundle,org.apiguardian.source,1.1.0.v20190826-0900 (Descriptor: canonical: osgi.bundle,org.apiguardian.source,1.1.0.v20190826-0900) Mirroring: osgi.bundle,com.google.api.client-auth.source,1.2.3.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.api.client-auth.source,1.2.3.v20200819-2030) Mirroring: osgi.bundle,com.google.api.client-http.source,1.2.3.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.api.client-http.source,1.2.3.v20200819-2030) Mirroring: osgi.bundle,org.objectweb.asm.tree.source,8.0.1.v20200420-1007 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.tree.source,8.0.1.v20200420-1007) Mirroring: osgi.bundle,com.atlassian.commonmark-yaml,0.15.1.v20200707-1444 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-yaml,0.15.1.v20200707-1444) Mirroring: osgi.bundle,com.atlassian.commonmark-yaml,0.15.1.v20200707-1444 (Descriptor: packed: osgi.bundle,com.atlassian.commonmark-yaml,0.15.1.v20200707-1444) Mirroring: osgi.bundle,org.hsqldb,2.2.9.v20200115-2036 (Descriptor: canonical: osgi.bundle,org.hsqldb,2.2.9.v20200115-2036) Mirroring: osgi.bundle,org.hsqldb,2.2.9.v20200115-2036 (Descriptor: packed: osgi.bundle,org.hsqldb,2.2.9.v20200115-2036) 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.github.jnr.unixsocket,0.28.0.v20200501-1917 (Descriptor: packed: osgi.bundle,com.github.jnr.unixsocket,0.28.0.v20200501-1917) Mirroring: osgi.bundle,com.github.jnr.unixsocket,0.28.0.v20200501-1917 (Descriptor: canonical: osgi.bundle,com.github.jnr.unixsocket,0.28.0.v20200501-1917) Mirroring: osgi.bundle,org.apache.santuario.xmlsec,2.2.0.v20200818-1422 (Descriptor: canonical: osgi.bundle,org.apache.santuario.xmlsec,2.2.0.v20200818-1422) Mirroring: osgi.bundle,org.apache.santuario.xmlsec,2.2.0.v20200818-1422 (Descriptor: packed: osgi.bundle,org.apache.santuario.xmlsec,2.2.0.v20200818-1422) Mirroring: osgi.bundle,com.google.api.client-auth-oauth2.source,1.2.3.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.api.client-auth-oauth2.source,1.2.3.v20200819-2030) Mirroring: osgi.bundle,org.apache.batik.ext,1.14.0.v20210324-0332 (Descriptor: packed: osgi.bundle,org.apache.batik.ext,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.ext,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.ext,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.xml.source,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.xml.source,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.knowm.xchart.source,3.6.5.v20201023-2252 (Descriptor: canonical: osgi.bundle,org.knowm.xchart.source,3.6.5.v20201023-2252) Mirroring: osgi.bundle,org.glassfish.jersey.containers.servlet.core,2.30.1.v20200513-1859 (Descriptor: packed: osgi.bundle,org.glassfish.jersey.containers.servlet.core,2.30.1.v20200513-1859) Mirroring: osgi.bundle,org.glassfish.jersey.containers.servlet.core,2.30.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.containers.servlet.core,2.30.1.v20200513-1859) Mirroring: osgi.bundle,org.mandas.docker-client,3.2.1.v20200519-1937 (Descriptor: packed: osgi.bundle,org.mandas.docker-client,3.2.1.v20200519-1937) Mirroring: osgi.bundle,org.mandas.docker-client,3.2.1.v20200519-1937 (Descriptor: canonical: osgi.bundle,org.mandas.docker-client,3.2.1.v20200519-1937) Mirroring: osgi.bundle,jakarta.websocket,2.0.0.v20210105-1550 (Descriptor: packed: osgi.bundle,jakarta.websocket,2.0.0.v20210105-1550) Mirroring: osgi.bundle,jakarta.websocket,2.0.0.v20210105-1550 (Descriptor: canonical: osgi.bundle,jakarta.websocket,2.0.0.v20210105-1550) Mirroring: osgi.bundle,jakarta.xml.bind,2.3.3.v20201118-1818 (Descriptor: packed: osgi.bundle,jakarta.xml.bind,2.3.3.v20201118-1818) Mirroring: osgi.bundle,jakarta.xml.bind,2.3.3.v20201118-1818 (Descriptor: canonical: osgi.bundle,jakarta.xml.bind,2.3.3.v20201118-1818) 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: org.eclipse.update.feature,org.eclipse.orbit.releng.recipes.feature.aggregation,1.0.0.v20210503-0343 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.orbit.releng.recipes.feature.aggregation,1.0.0.v20210503-0343) Mirroring: osgi.bundle,org.glassfish.hk2.osgi-resource-locator.source,1.0.3.v20200509-0149 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.osgi-resource-locator.source,1.0.3.v20200509-0149) Mirroring: osgi.bundle,org.objectweb.asm.commons,8.0.1.v20200420-1007 (Descriptor: packed: osgi.bundle,org.objectweb.asm.commons,8.0.1.v20200420-1007) Mirroring: osgi.bundle,org.objectweb.asm.commons,8.0.1.v20200420-1007 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.commons,8.0.1.v20200420-1007) Mirroring: osgi.bundle,org.apiguardian,1.1.0.v20190826-0900 (Descriptor: canonical: osgi.bundle,org.apiguardian,1.1.0.v20190826-0900) Mirroring: osgi.bundle,org.apiguardian,1.1.0.v20190826-0900 (Descriptor: packed: osgi.bundle,org.apiguardian,1.1.0.v20190826-0900) Mirroring: osgi.bundle,io.grpc.grpc-context.source,1.29.0.v20200515-2048 (Descriptor: canonical: osgi.bundle,io.grpc.grpc-context.source,1.29.0.v20200515-2048) Mirroring: osgi.bundle,com.google.api.client-auth,1.2.3.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.api.client-auth,1.2.3.v20200819-2030) Mirroring: osgi.bundle,com.google.api.client-auth,1.2.3.v20200819-2030 (Descriptor: packed: osgi.bundle,com.google.api.client-auth,1.2.3.v20200819-2030) 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.lucene.analyzers-common,7.5.0.v20181003-1532 (Descriptor: packed: 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.ejml.ejml-all,0.38.0.v20200214-2012 (Descriptor: packed: osgi.bundle,org.ejml.ejml-all,0.38.0.v20200214-2012) Mirroring: osgi.bundle,org.ejml.ejml-all,0.38.0.v20200214-2012 (Descriptor: canonical: osgi.bundle,org.ejml.ejml-all,0.38.0.v20200214-2012) Mirroring: osgi.bundle,org.slf4j.bridge.jul.source,1.7.30.v20200204-2150 (Descriptor: canonical: osgi.bundle,org.slf4j.bridge.jul.source,1.7.30.v20200204-2150) Mirroring: osgi.bundle,org.ejml.core,0.29.0.v20190617-1333 (Descriptor: packed: osgi.bundle,org.ejml.core,0.29.0.v20190617-1333) Mirroring: osgi.bundle,org.ejml.core,0.29.0.v20190617-1333 (Descriptor: canonical: osgi.bundle,org.ejml.core,0.29.0.v20190617-1333) Mirroring: osgi.bundle,org.apache.batik.gvt.source,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.gvt.source,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.junit.jupiter.params,5.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.params,5.7.1.v20210222-1948) Mirroring: osgi.bundle,org.junit.jupiter.params,5.7.1.v20210222-1948 (Descriptor: packed: osgi.bundle,org.junit.jupiter.params,5.7.1.v20210222-1948) Mirroring: osgi.bundle,org.objenesis.source,2.6.0.v20180420-1519 (Descriptor: canonical: osgi.bundle,org.objenesis.source,2.6.0.v20180420-1519) Mirroring: osgi.bundle,com.github.jnr.ffi,2.1.12.v20200513-1859 (Descriptor: canonical: osgi.bundle,com.github.jnr.ffi,2.1.12.v20200513-1859) Mirroring: osgi.bundle,com.github.jnr.ffi,2.1.12.v20200513-1859 (Descriptor: packed: osgi.bundle,com.github.jnr.ffi,2.1.12.v20200513-1859) Mirroring: osgi.bundle,org.jacoco.agent.source,0.8.6.v20201001-1506 (Descriptor: canonical: osgi.bundle,org.jacoco.agent.source,0.8.6.v20201001-1506) 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.apache.lucene.analyzers-smartcn,7.5.0.v20181003-1532 (Descriptor: packed: osgi.bundle,org.apache.lucene.analyzers-smartcn,7.5.0.v20181003-1532) Mirroring: osgi.bundle,org.apache.poi.ooxml,4.1.1.v20200820-1148 (Descriptor: canonical: osgi.bundle,org.apache.poi.ooxml,4.1.1.v20200820-1148) Mirroring: osgi.bundle,org.apache.poi.ooxml,4.1.1.v20200820-1148 (Descriptor: packed: osgi.bundle,org.apache.poi.ooxml,4.1.1.v20200820-1148) Mirroring: osgi.bundle,com.sun.xml.bind,2.3.3.v20201118-1818 (Descriptor: canonical: osgi.bundle,com.sun.xml.bind,2.3.3.v20201118-1818) Mirroring: osgi.bundle,com.sun.xml.bind,2.3.3.v20201118-1818 (Descriptor: packed: osgi.bundle,com.sun.xml.bind,2.3.3.v20201118-1818) Mirroring: osgi.bundle,org.ejml.dense64.source,0.29.0.v20190617-1333 (Descriptor: canonical: osgi.bundle,org.ejml.dense64.source,0.29.0.v20190617-1333) Mirroring: osgi.bundle,org.apache.batik.codec,1.9.1.v20190730-1743 (Descriptor: packed: osgi.bundle,org.apache.batik.codec,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.batik.codec,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.codec,1.9.1.v20190730-1743) 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,io.netty.buffer,4.1.56.v20201231-1626 (Descriptor: canonical: osgi.bundle,io.netty.buffer,4.1.56.v20201231-1626) Mirroring: osgi.bundle,io.netty.buffer,4.1.56.v20201231-1626 (Descriptor: packed: osgi.bundle,io.netty.buffer,4.1.56.v20201231-1626) Mirroring: osgi.bundle,org.jacoco.report.source,0.8.6.v20201001-1506 (Descriptor: canonical: osgi.bundle,org.jacoco.report.source,0.8.6.v20201001-1506) Mirroring: osgi.bundle,org.glassfish.hk2.locator,2.5.0.v20161103-0227 (Descriptor: packed: osgi.bundle,org.glassfish.hk2.locator,2.5.0.v20161103-0227) 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.apache.batik.css.source,1.9.1.v20181015-1528 (Descriptor: canonical: osgi.bundle,org.apache.batik.css.source,1.9.1.v20181015-1528) Mirroring: osgi.bundle,com.google.api.client-escape.source,1.2.3.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.api.client-escape.source,1.2.3.v20200819-2030) Mirroring: osgi.bundle,org.apache.lucene.core.source,8.4.1.v20200122-1459 (Descriptor: canonical: osgi.bundle,org.apache.lucene.core.source,8.4.1.v20200122-1459) Mirroring: osgi.bundle,com.google.auth.oauth2-http,0.20.0.v20200604-1524 (Descriptor: canonical: osgi.bundle,com.google.auth.oauth2-http,0.20.0.v20200604-1524) Mirroring: osgi.bundle,com.google.auth.oauth2-http,0.20.0.v20200604-1524 (Descriptor: packed: osgi.bundle,com.google.auth.oauth2-http,0.20.0.v20200604-1524) Mirroring: osgi.bundle,com.github.jnr.constants,0.9.15.v20200501-1917 (Descriptor: packed: osgi.bundle,com.github.jnr.constants,0.9.15.v20200501-1917) Mirroring: osgi.bundle,com.github.jnr.constants,0.9.15.v20200501-1917 (Descriptor: canonical: osgi.bundle,com.github.jnr.constants,0.9.15.v20200501-1917) Mirroring: osgi.bundle,org.apache.poi.ooxml.schemas,4.1.1.v20200922-2105 (Descriptor: packed: osgi.bundle,org.apache.poi.ooxml.schemas,4.1.1.v20200922-2105) Mirroring: osgi.bundle,org.apache.poi.ooxml.schemas,4.1.1.v20200922-2105 (Descriptor: canonical: osgi.bundle,org.apache.poi.ooxml.schemas,4.1.1.v20200922-2105) Mirroring: osgi.bundle,org.jboss.logging,3.3.2.v20200706-1523 (Descriptor: canonical: osgi.bundle,org.jboss.logging,3.3.2.v20200706-1523) Mirroring: osgi.bundle,org.jboss.logging,3.3.2.v20200706-1523 (Descriptor: packed: osgi.bundle,org.jboss.logging,3.3.2.v20200706-1523) Mirroring: osgi.bundle,com.sun.jna.platform.source,4.5.1.v20190425-1842 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform.source,4.5.1.v20190425-1842) Mirroring: osgi.bundle,com.github.oshi.oshi-core.source,3.8.0.v20200204-2150 (Descriptor: canonical: osgi.bundle,com.github.oshi.oshi-core.source,3.8.0.v20200204-2150) Mirroring: osgi.bundle,org.apache.batik.i18n,1.14.0.v20210324-0332 (Descriptor: packed: osgi.bundle,org.apache.batik.i18n,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.i18n,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.i18n,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.dom4j.source,2.1.1.v20190321-1528 (Descriptor: canonical: osgi.bundle,org.dom4j.source,2.1.1.v20190321-1528) Mirroring: osgi.bundle,org.apache.batik.transcoder,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.transcoder,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.batik.transcoder,1.9.1.v20190730-1743 (Descriptor: packed: osgi.bundle,org.apache.batik.transcoder,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.objenesis,2.6.0.v20180420-1519 (Descriptor: packed: osgi.bundle,org.objenesis,2.6.0.v20180420-1519) Mirroring: osgi.bundle,org.objenesis,2.6.0.v20180420-1519 (Descriptor: canonical: osgi.bundle,org.objenesis,2.6.0.v20180420-1519) 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.apache.jclouds.jclouds-blobstore,1.8.0.v20160301-1110 (Descriptor: packed: osgi.bundle,org.apache.jclouds.jclouds-blobstore,1.8.0.v20160301-1110) Mirroring: osgi.bundle,org.jaxen.source,1.1.6.v20191106-1554 (Descriptor: canonical: osgi.bundle,org.jaxen.source,1.1.6.v20191106-1554) Mirroring: osgi.bundle,com.google.oauth-client-java6,1.30.6.v20200819-2030 (Descriptor: packed: osgi.bundle,com.google.oauth-client-java6,1.30.6.v20200819-2030) Mirroring: osgi.bundle,com.google.oauth-client-java6,1.30.6.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.oauth-client-java6,1.30.6.v20200819-2030) Mirroring: osgi.bundle,org.junit.platform.suite.api.source,1.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.platform.suite.api.source,1.7.1.v20210222-1948) Mirroring: osgi.bundle,org.apache.jclouds.common.openstack-common,1.8.0.v20160301-1110 (Descriptor: packed: osgi.bundle,org.apache.jclouds.common.openstack-common,1.8.0.v20160301-1110) 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,com.google.http-client.google-http-client-jackson2.source,1.34.2.v20200515-2048 (Descriptor: canonical: osgi.bundle,com.google.http-client.google-http-client-jackson2.source,1.34.2.v20200515-2048) 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.google.http-client.google-http-client-jackson2,1.34.2.v20200515-2048 (Descriptor: packed: osgi.bundle,com.google.http-client.google-http-client-jackson2,1.34.2.v20200515-2048) Mirroring: osgi.bundle,com.google.http-client.google-http-client-jackson2,1.34.2.v20200515-2048 (Descriptor: canonical: osgi.bundle,com.google.http-client.google-http-client-jackson2,1.34.2.v20200515-2048) Mirroring: osgi.bundle,com.sun.jna.platform,4.5.1.v20190425-1842 (Descriptor: packed: osgi.bundle,com.sun.jna.platform,4.5.1.v20190425-1842) Mirroring: osgi.bundle,com.sun.jna.platform,4.5.1.v20190425-1842 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform,4.5.1.v20190425-1842) Mirroring: osgi.bundle,io.opencensus.opencensus-contrib-http-util.source,0.26.0.v20200515-2048 (Descriptor: canonical: osgi.bundle,io.opencensus.opencensus-contrib-http-util.source,0.26.0.v20200515-2048) Mirroring: osgi.bundle,net.sourceforge.plantuml.source,1.2019.0.v20200820-1243 (Descriptor: canonical: osgi.bundle,net.sourceforge.plantuml.source,1.2019.0.v20200820-1243) Mirroring: osgi.bundle,org.objectweb.asm.analysis,8.0.1.v20200420-1007 (Descriptor: packed: osgi.bundle,org.objectweb.asm.analysis,8.0.1.v20200420-1007) Mirroring: osgi.bundle,org.objectweb.asm.analysis,8.0.1.v20200420-1007 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.analysis,8.0.1.v20200420-1007) 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,net.bytebuddy.byte-buddy-agent,1.9.0.v20181106-1534 (Descriptor: packed: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.9.0.v20181106-1534) Mirroring: osgi.bundle,com.github.jnr.enxio,0.25.0.v20200501-1917 (Descriptor: packed: osgi.bundle,com.github.jnr.enxio,0.25.0.v20200501-1917) Mirroring: osgi.bundle,com.github.jnr.enxio,0.25.0.v20200501-1917 (Descriptor: canonical: osgi.bundle,com.github.jnr.enxio,0.25.0.v20200501-1917) Mirroring: osgi.bundle,io.github.java-diff-utils,4.8.0.v20201027-1614 (Descriptor: canonical: osgi.bundle,io.github.java-diff-utils,4.8.0.v20201027-1614) Mirroring: osgi.bundle,io.github.java-diff-utils,4.8.0.v20201027-1614 (Descriptor: packed: osgi.bundle,io.github.java-diff-utils,4.8.0.v20201027-1614) Mirroring: osgi.bundle,org.junit.platform.runner,1.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.platform.runner,1.7.1.v20210222-1948) Mirroring: osgi.bundle,org.junit.platform.runner,1.7.1.v20210222-1948 (Descriptor: packed: osgi.bundle,org.junit.platform.runner,1.7.1.v20210222-1948) 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,org.glassfish.hk2.utils.source,2.6.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.utils.source,2.6.1.v20200513-1859) Mirroring: osgi.bundle,org.ejml.experimental,0.29.0.v20190617-1333 (Descriptor: packed: osgi.bundle,org.ejml.experimental,0.29.0.v20190617-1333) Mirroring: osgi.bundle,org.ejml.experimental,0.29.0.v20190617-1333 (Descriptor: canonical: osgi.bundle,org.ejml.experimental,0.29.0.v20190617-1333) Mirroring: osgi.bundle,org.apache.batik.anim,1.9.1.v20190730-1743 (Descriptor: packed: osgi.bundle,org.apache.batik.anim,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.batik.anim,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.anim,1.9.1.v20190730-1743) 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.slf4j.api,1.7.30.v20200204-2150 (Descriptor: canonical: osgi.bundle,org.slf4j.api,1.7.30.v20200204-2150) Mirroring: osgi.bundle,org.slf4j.api,1.7.30.v20200204-2150 (Descriptor: packed: osgi.bundle,org.slf4j.api,1.7.30.v20200204-2150) Mirroring: osgi.bundle,org.apache.batik.svggen,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.svggen,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.batik.svggen,1.9.1.v20190730-1743 (Descriptor: packed: osgi.bundle,org.apache.batik.svggen,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.jclouds.driver.jclouds-slf4j,1.8.0.v20160301-1110 (Descriptor: packed: osgi.bundle,org.apache.jclouds.driver.jclouds-slf4j,1.8.0.v20160301-1110) 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.objectweb.asm.commons.source,9.1.0.v20210209-1849 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.commons.source,9.1.0.v20210209-1849) Mirroring: osgi.bundle,org.slf4j.ext.source,1.7.30.v20200204-2150 (Descriptor: canonical: osgi.bundle,org.slf4j.ext.source,1.7.30.v20200204-2150) Mirroring: osgi.bundle,com.github.jnr.ffi.source,2.1.12.v20200513-1859 (Descriptor: canonical: osgi.bundle,com.github.jnr.ffi.source,2.1.12.v20200513-1859) Mirroring: osgi.bundle,org.slf4j.binding.nop.source,1.7.30.v20200204-2150 (Descriptor: canonical: osgi.bundle,org.slf4j.binding.nop.source,1.7.30.v20200204-2150) Mirroring: osgi.bundle,org.antlr.runtime.source,4.7.2.v20200218-0804 (Descriptor: canonical: osgi.bundle,org.antlr.runtime.source,4.7.2.v20200218-0804) Mirroring: osgi.bundle,com.google.oauth-client-jetty,1.30.6.v20200819-2030 (Descriptor: packed: osgi.bundle,com.google.oauth-client-jetty,1.30.6.v20200819-2030) Mirroring: osgi.bundle,com.google.oauth-client-jetty,1.30.6.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.oauth-client-jetty,1.30.6.v20200819-2030) Mirroring: osgi.bundle,org.apache.lucene.queryparser,7.5.0.v20181003-1532 (Descriptor: packed: osgi.bundle,org.apache.lucene.queryparser,7.5.0.v20181003-1532) 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.dom.svg,1.14.0.v20210324-0332 (Descriptor: packed: osgi.bundle,org.apache.batik.dom.svg,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.dom.svg,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.dom.svg,1.14.0.v20210324-0332) Mirroring: osgi.bundle,com.google.http-client.google-http-client.source,1.34.2.v20200515-2048 (Descriptor: canonical: osgi.bundle,com.google.http-client.google-http-client.source,1.34.2.v20200515-2048) Mirroring: osgi.bundle,io.netty.common.source,4.1.56.v20201231-1626 (Descriptor: canonical: osgi.bundle,io.netty.common.source,4.1.56.v20201231-1626) Mirroring: osgi.bundle,com.google.inject,5.0.1.v20210324-2015 (Descriptor: canonical: osgi.bundle,com.google.inject,5.0.1.v20210324-2015) Mirroring: osgi.bundle,com.google.inject,5.0.1.v20210324-2015 (Descriptor: packed: osgi.bundle,com.google.inject,5.0.1.v20210324-2015) Mirroring: osgi.bundle,org.apache.poi.ooxml.source,4.1.1.v20200820-1148 (Descriptor: canonical: osgi.bundle,org.apache.poi.ooxml.source,4.1.1.v20200820-1148) 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.jclouds.api.sts,1.8.0.v20160301-1110 (Descriptor: packed: osgi.bundle,org.apache.jclouds.api.sts,1.8.0.v20160301-1110) Mirroring: osgi.bundle,org.apache.felix.gogo.runtime.source,1.1.4.v20210111-1007 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.runtime.source,1.1.4.v20210111-1007) Mirroring: osgi.bundle,org.apache.felix.gogo.command.source,1.1.2.v20210111-1007 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.command.source,1.1.2.v20210111-1007) Mirroring: osgi.bundle,org.apache.batik.util.gui,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.util.gui,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.batik.util.gui,1.9.1.v20190730-1743 (Descriptor: packed: osgi.bundle,org.apache.batik.util.gui,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.glassfish.hk2.locator,2.6.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.locator,2.6.1.v20200513-1859) Mirroring: osgi.bundle,org.glassfish.hk2.locator,2.6.1.v20200513-1859 (Descriptor: packed: osgi.bundle,org.glassfish.hk2.locator,2.6.1.v20200513-1859) 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,org.apache.felix.scr,2.1.24.v20200924-1939 (Descriptor: canonical: osgi.bundle,org.apache.felix.scr,2.1.24.v20200924-1939) Mirroring: osgi.bundle,org.apache.felix.scr,2.1.24.v20200924-1939 (Descriptor: packed: osgi.bundle,org.apache.felix.scr,2.1.24.v20200924-1939) 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,org.apache.poi,4.1.1.v20200604-1524 (Descriptor: packed: osgi.bundle,org.apache.poi,4.1.1.v20200604-1524) Mirroring: osgi.bundle,org.apache.poi,4.1.1.v20200604-1524 (Descriptor: canonical: osgi.bundle,org.apache.poi,4.1.1.v20200604-1524) Mirroring: osgi.bundle,org.apache.batik.constants,1.9.1.v20180227-1645 (Descriptor: canonical: osgi.bundle,org.apache.batik.constants,1.9.1.v20180227-1645) Mirroring: osgi.bundle,org.apache.batik.constants,1.9.1.v20180227-1645 (Descriptor: packed: osgi.bundle,org.apache.batik.constants,1.9.1.v20180227-1645) Mirroring: osgi.bundle,org.glassfish.jersey.containers.servlet.source,2.30.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.containers.servlet.source,2.30.1.v20200513-1859) Mirroring: osgi.bundle,org.apache.pdfbox.source,2.0.6.v20190617-1333 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.source,2.0.6.v20190617-1333) Mirroring: osgi.bundle,org.apache.batik.constants.source,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.constants.source,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.sshd.osgi.source,2.6.0.v20210201-2003 (Descriptor: canonical: osgi.bundle,org.apache.sshd.osgi.source,2.6.0.v20210201-2003) Mirroring: osgi.bundle,io.netty.buffer.source,4.1.56.v20201231-1626 (Descriptor: canonical: osgi.bundle,io.netty.buffer.source,4.1.56.v20201231-1626) Mirroring: osgi.bundle,com.github.jnr.jffi.native,1.2.23.v20200501-1917 (Descriptor: canonical: osgi.bundle,com.github.jnr.jffi.native,1.2.23.v20200501-1917) Mirroring: osgi.bundle,com.github.jnr.jffi.native,1.2.23.v20200501-1917 (Descriptor: packed: osgi.bundle,com.github.jnr.jffi.native,1.2.23.v20200501-1917) Mirroring: osgi.bundle,org.objectweb.asm,9.1.0.v20210209-1849 (Descriptor: packed: osgi.bundle,org.objectweb.asm,9.1.0.v20210209-1849) Mirroring: osgi.bundle,org.objectweb.asm,9.1.0.v20210209-1849 (Descriptor: canonical: osgi.bundle,org.objectweb.asm,9.1.0.v20210209-1849) Mirroring: osgi.bundle,org.apache.pdfbox.xmpbox,2.0.6.v20190617-1333 (Descriptor: packed: osgi.bundle,org.apache.pdfbox.xmpbox,2.0.6.v20190617-1333) Mirroring: osgi.bundle,org.apache.pdfbox.xmpbox,2.0.6.v20190617-1333 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.xmpbox,2.0.6.v20190617-1333) Mirroring: osgi.bundle,com.sun.jna,4.1.0.v20210503-0343 (Descriptor: packed: osgi.bundle,com.sun.jna,4.1.0.v20210503-0343) 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.objectweb.asm.util.source,9.1.0.v20210209-1849 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.util.source,9.1.0.v20210209-1849) Mirroring: osgi.bundle,org.apache.logging.log4j.source,2.8.2.v20200818-1118 (Descriptor: canonical: osgi.bundle,org.apache.logging.log4j.source,2.8.2.v20200818-1118) Mirroring: osgi.bundle,ch.qos.logback.slf4j.source,1.2.3.v20200428-2012 (Descriptor: canonical: osgi.bundle,ch.qos.logback.slf4j.source,1.2.3.v20200428-2012) Mirroring: osgi.bundle,org.jboss.logging.source,3.3.2.v20200706-1523 (Descriptor: canonical: osgi.bundle,org.jboss.logging.source,3.3.2.v20200706-1523) Mirroring: osgi.bundle,org.apache.sshd.osgi,2.6.0.v20210201-2003 (Descriptor: canonical: osgi.bundle,org.apache.sshd.osgi,2.6.0.v20210201-2003) Mirroring: osgi.bundle,org.apache.sshd.osgi,2.6.0.v20210201-2003 (Descriptor: packed: osgi.bundle,org.apache.sshd.osgi,2.6.0.v20210201-2003) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore,4.4.14.v20210128-2225 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpcore,4.4.14.v20210128-2225) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore,4.4.14.v20210128-2225 (Descriptor: packed: osgi.bundle,org.apache.httpcomponents.httpcore,4.4.14.v20210128-2225) Mirroring: osgi.bundle,org.apache.xerces,2.12.1.v20210115-0812 (Descriptor: packed: osgi.bundle,org.apache.xerces,2.12.1.v20210115-0812) Mirroring: osgi.bundle,org.apache.xerces,2.12.1.v20210115-0812 (Descriptor: canonical: osgi.bundle,org.apache.xerces,2.12.1.v20210115-0812) Mirroring: osgi.bundle,org.dom4j,2.1.1.v20190321-1528 (Descriptor: canonical: osgi.bundle,org.dom4j,2.1.1.v20190321-1528) Mirroring: osgi.bundle,org.dom4j,2.1.1.v20190321-1528 (Descriptor: packed: osgi.bundle,org.dom4j,2.1.1.v20190321-1528) Mirroring: osgi.bundle,org.apache.pdfbox.fontbox.source,2.0.6.v20190617-1333 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.fontbox.source,2.0.6.v20190617-1333) Mirroring: osgi.bundle,org.joni,2.1.11.v20170306-1742 (Descriptor: packed: osgi.bundle,org.joni,2.1.11.v20170306-1742) 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.glassfish.jersey.core.jersey-common.source,2.30.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.core.jersey-common.source,2.30.1.v20200513-1859) Mirroring: osgi.bundle,org.junit.platform.suite.api,1.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.platform.suite.api,1.7.1.v20210222-1948) Mirroring: osgi.bundle,org.junit.platform.suite.api,1.7.1.v20210222-1948 (Descriptor: packed: osgi.bundle,org.junit.platform.suite.api,1.7.1.v20210222-1948) Mirroring: osgi.bundle,org.tukaani.xz,1.8.0.v20180207-1613 (Descriptor: canonical: osgi.bundle,org.tukaani.xz,1.8.0.v20180207-1613) Mirroring: osgi.bundle,org.tukaani.xz,1.8.0.v20180207-1613 (Descriptor: packed: osgi.bundle,org.tukaani.xz,1.8.0.v20180207-1613) Mirroring: osgi.bundle,org.jacoco.agent,0.8.6.v20201001-1506 (Descriptor: canonical: osgi.bundle,org.jacoco.agent,0.8.6.v20201001-1506) Mirroring: osgi.bundle,org.jacoco.agent,0.8.6.v20201001-1506 (Descriptor: packed: osgi.bundle,org.jacoco.agent,0.8.6.v20201001-1506) Mirroring: osgi.bundle,com.github.jnr.jffi.native.source,1.2.23.v20200501-1917 (Descriptor: canonical: osgi.bundle,com.github.jnr.jffi.native.source,1.2.23.v20200501-1917) Mirroring: osgi.bundle,org.yaml.snakeyaml,1.27.0.v20201111-1638 (Descriptor: canonical: osgi.bundle,org.yaml.snakeyaml,1.27.0.v20201111-1638) Mirroring: osgi.bundle,org.yaml.snakeyaml,1.27.0.v20201111-1638 (Descriptor: packed: osgi.bundle,org.yaml.snakeyaml,1.27.0.v20201111-1638) 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.reactivestreams,1.0.2.v20181120-0809 (Descriptor: packed: osgi.bundle,org.reactivestreams,1.0.2.v20181120-0809) Mirroring: osgi.bundle,org.apache.batik.script,1.14.0.v20210324-0332 (Descriptor: packed: osgi.bundle,org.apache.batik.script,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.script,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.script,1.14.0.v20210324-0332) 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.objectweb.asm.source,9.1.0.v20210209-1849 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.source,9.1.0.v20210209-1849) 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.jcraft.jsch.source,0.1.55.v20190404-1902 (Descriptor: canonical: osgi.bundle,com.jcraft.jsch.source,0.1.55.v20190404-1902) Mirroring: osgi.bundle,org.apache.ant.source,1.10.10.v20210426-1926 (Descriptor: canonical: osgi.bundle,org.apache.ant.source,1.10.10.v20210426-1926) Mirroring: osgi.bundle,org.apache.batik.css,1.14.0.v20210324-0332 (Descriptor: packed: osgi.bundle,org.apache.batik.css,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.css,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.css,1.14.0.v20210324-0332) Mirroring: osgi.bundle,net.sourceforge.plantuml,1.2019.0.v20200820-1243 (Descriptor: packed: osgi.bundle,net.sourceforge.plantuml,1.2019.0.v20200820-1243) Mirroring: osgi.bundle,net.sourceforge.plantuml,1.2019.0.v20200820-1243 (Descriptor: canonical: osgi.bundle,net.sourceforge.plantuml,1.2019.0.v20200820-1243) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore-nio.source,4.4.5.v20210128-2225 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpcore-nio.source,4.4.5.v20210128-2225) 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,com.google.gson.source,2.7.0.v20170129-0911 (Descriptor: canonical: osgi.bundle,com.google.gson.source,2.7.0.v20170129-0911) Mirroring: osgi.bundle,org.slf4j.apis.log4j,1.7.30.v20200204-2150 (Descriptor: packed: osgi.bundle,org.slf4j.apis.log4j,1.7.30.v20200204-2150) Mirroring: osgi.bundle,org.slf4j.apis.log4j,1.7.30.v20200204-2150 (Descriptor: canonical: osgi.bundle,org.slf4j.apis.log4j,1.7.30.v20200204-2150) 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,org.kohsuke.args4j,2.33.0.v20160323-2218 (Descriptor: packed: osgi.bundle,org.kohsuke.args4j,2.33.0.v20160323-2218) Mirroring: osgi.bundle,org.objectweb.asm.commons,9.1.0.v20210209-1849 (Descriptor: packed: osgi.bundle,org.objectweb.asm.commons,9.1.0.v20210209-1849) Mirroring: osgi.bundle,org.objectweb.asm.commons,9.1.0.v20210209-1849 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.commons,9.1.0.v20210209-1849) Mirroring: osgi.bundle,com.google.gson,2.7.0.v20170129-0911 (Descriptor: packed: osgi.bundle,com.google.gson,2.7.0.v20170129-0911) Mirroring: osgi.bundle,com.google.gson,2.7.0.v20170129-0911 (Descriptor: canonical: osgi.bundle,com.google.gson,2.7.0.v20170129-0911) 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,com.google.auto.value.auto-value-annotations.source,1.7.0.v20200515-2048 (Descriptor: canonical: osgi.bundle,com.google.auto.value.auto-value-annotations.source,1.7.0.v20200515-2048) Mirroring: osgi.bundle,org.bouncycastle.bcpkix.source,1.65.0.v20200527-1955 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcpkix.source,1.65.0.v20200527-1955) Mirroring: osgi.bundle,com.atlassian.commonmark-yaml.source,0.15.1.v20200707-1444 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-yaml.source,0.15.1.v20200707-1444) Mirroring: osgi.bundle,com.atlassian.commonmark.source,0.15.1.v20200707-1444 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark.source,0.15.1.v20200707-1444) Mirroring: osgi.bundle,org.glassfish.jersey.inject.jersey-hk2.source,2.30.1.v20200512-1802 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.inject.jersey-hk2.source,2.30.1.v20200512-1802) Mirroring: osgi.bundle,org.apache.batik.dom,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.dom,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.dom,1.14.0.v20210324-0332 (Descriptor: packed: osgi.bundle,org.apache.batik.dom,1.14.0.v20210324-0332) Mirroring: osgi.bundle,com.google.api.client-auth-oauth2,1.2.3.v20200819-2030 (Descriptor: packed: osgi.bundle,com.google.api.client-auth-oauth2,1.2.3.v20200819-2030) Mirroring: osgi.bundle,com.google.api.client-auth-oauth2,1.2.3.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.api.client-auth-oauth2,1.2.3.v20200819-2030) Mirroring: osgi.bundle,org.apache.batik.shared.resources,1.14.0.v20210324-0332 (Descriptor: packed: osgi.bundle,org.apache.batik.shared.resources,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.shared.resources,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.shared.resources,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.pdfbox.fontbox,2.0.6.v20190617-1333 (Descriptor: packed: osgi.bundle,org.apache.pdfbox.fontbox,2.0.6.v20190617-1333) Mirroring: osgi.bundle,org.apache.pdfbox.fontbox,2.0.6.v20190617-1333 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.fontbox,2.0.6.v20190617-1333) Mirroring: osgi.bundle,org.antlr.runtime.source,3.5.2.v20200724-1452 (Descriptor: canonical: osgi.bundle,org.antlr.runtime.source,3.5.2.v20200724-1452) Mirroring: osgi.bundle,org.junit.jupiter.params.source,5.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.params.source,5.7.1.v20210222-1948) Mirroring: osgi.bundle,com.google.api.client-repackaged-com-google-common-base.source,1.2.3.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.api.client-repackaged-com-google-common-base.source,1.2.3.v20200819-2030) Mirroring: osgi.bundle,org.junit.jupiter.engine,5.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.engine,5.7.1.v20210222-1948) Mirroring: osgi.bundle,org.junit.jupiter.engine,5.7.1.v20210222-1948 (Descriptor: packed: osgi.bundle,org.junit.jupiter.engine,5.7.1.v20210222-1948) Mirroring: osgi.bundle,io.github.java-diff-utils.source,4.8.0.v20201027-1614 (Descriptor: canonical: osgi.bundle,io.github.java-diff-utils.source,4.8.0.v20201027-1614) Mirroring: osgi.bundle,com.ibm.icu.source,67.1.0.v20200706-1749 (Descriptor: canonical: osgi.bundle,com.ibm.icu.source,67.1.0.v20200706-1749) Mirroring: osgi.bundle,org.apache.xerces.source,2.12.1.v20210115-0812 (Descriptor: canonical: osgi.bundle,org.apache.xerces.source,2.12.1.v20210115-0812) Mirroring: osgi.bundle,com.google.guava,27.1.0.v20190517-1946 (Descriptor: packed: osgi.bundle,com.google.guava,27.1.0.v20190517-1946) Mirroring: osgi.bundle,com.google.guava,27.1.0.v20190517-1946 (Descriptor: canonical: osgi.bundle,com.google.guava,27.1.0.v20190517-1946) Mirroring: osgi.bundle,org.apache.batik.gvt,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.gvt,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.batik.gvt,1.9.1.v20190730-1743 (Descriptor: packed: osgi.bundle,org.apache.batik.gvt,1.9.1.v20190730-1743) Mirroring: osgi.bundle,com.google.guava,30.1.0.v20210127-2300 (Descriptor: canonical: osgi.bundle,com.google.guava,30.1.0.v20210127-2300) Mirroring: osgi.bundle,com.google.guava,30.1.0.v20210127-2300 (Descriptor: packed: osgi.bundle,com.google.guava,30.1.0.v20210127-2300) Mirroring: osgi.bundle,org.glassfish.hk2.osgi-resource-locator,2.5.0.v20161103-1916 (Descriptor: packed: osgi.bundle,org.glassfish.hk2.osgi-resource-locator,2.5.0.v20161103-1916) 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.extension.source,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.extension.source,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.bouncycastle.bcprov.source,1.65.1.v20200529-1514 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcprov.source,1.65.1.v20200529-1514) Mirroring: osgi.bundle,com.atlassian.commonmark-gfm-strikethrough,0.15.1.v20200707-1444 (Descriptor: packed: osgi.bundle,com.atlassian.commonmark-gfm-strikethrough,0.15.1.v20200707-1444) Mirroring: osgi.bundle,com.atlassian.commonmark-gfm-strikethrough,0.15.1.v20200707-1444 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-gfm-strikethrough,0.15.1.v20200707-1444) Mirroring: osgi.bundle,com.fasterxml.jackson.datatype.jackson-datatype-guava.source,2.12.1.v20210128-1726 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.datatype.jackson-datatype-guava.source,2.12.1.v20210128-1726) 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,org.junit.platform.commons,1.7.1.v20210222-1948 (Descriptor: packed: osgi.bundle,org.junit.platform.commons,1.7.1.v20210222-1948) Mirroring: osgi.bundle,org.junit.platform.commons,1.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.platform.commons,1.7.1.v20210222-1948) Mirroring: osgi.bundle,org.apache.batik.util.source,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.util.source,1.14.0.v20210324-0332) 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.junit.platform.engine.source,1.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.platform.engine.source,1.7.1.v20210222-1948) Mirroring: osgi.bundle,org.jsoup,1.8.3.v20181012-1713 (Descriptor: packed: osgi.bundle,org.jsoup,1.8.3.v20181012-1713) Mirroring: osgi.bundle,org.jsoup,1.8.3.v20181012-1713 (Descriptor: canonical: osgi.bundle,org.jsoup,1.8.3.v20181012-1713) Mirroring: osgi.bundle,com.graphql.java,11.0.0.v20200204-2150 (Descriptor: canonical: osgi.bundle,com.graphql.java,11.0.0.v20200204-2150) Mirroring: osgi.bundle,com.graphql.java,11.0.0.v20200204-2150 (Descriptor: packed: osgi.bundle,com.graphql.java,11.0.0.v20200204-2150) Mirroring: osgi.bundle,org.apache.batik.svggen.source,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.svggen.source,1.9.1.v20190730-1743) Mirroring: osgi.bundle,javax.validation.source,1.1.0.v20200505-2127 (Descriptor: canonical: osgi.bundle,javax.validation.source,1.1.0.v20200505-2127) Mirroring: osgi.bundle,org.apache.xmlgraphics,2.6.0.v20210409-0748 (Descriptor: packed: osgi.bundle,org.apache.xmlgraphics,2.6.0.v20210409-0748) Mirroring: osgi.bundle,org.apache.xmlgraphics,2.6.0.v20210409-0748 (Descriptor: canonical: osgi.bundle,org.apache.xmlgraphics,2.6.0.v20210409-0748) Mirroring: osgi.bundle,org.apache.batik.dom.source,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.dom.source,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.batik.dom.source,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.dom.source,1.14.0.v20210324-0332) Mirroring: osgi.bundle,com.google.oauth-client-jetty.source,1.30.6.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.oauth-client-jetty.source,1.30.6.v20200819-2030) Mirroring: osgi.bundle,org.ejml.experimental.source,0.29.0.v20190617-1333 (Descriptor: canonical: osgi.bundle,org.ejml.experimental.source,0.29.0.v20190617-1333) Mirroring: osgi.bundle,org.apache.batik.i18n.source,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.i18n.source,1.14.0.v20210324-0332) Mirroring: osgi.bundle,io.opencensus.opencensus-api,0.26.0.v20200515-2048 (Descriptor: packed: osgi.bundle,io.opencensus.opencensus-api,0.26.0.v20200515-2048) Mirroring: osgi.bundle,io.opencensus.opencensus-api,0.26.0.v20200515-2048 (Descriptor: canonical: osgi.bundle,io.opencensus.opencensus-api,0.26.0.v20200515-2048) Mirroring: osgi.bundle,org.apache.batik.xml,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.xml,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.xml,1.14.0.v20210324-0332 (Descriptor: packed: osgi.bundle,org.apache.batik.xml,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.script.source,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.script.source,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.batik.xml,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.xml,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.batik.xml,1.9.1.v20190730-1743 (Descriptor: packed: osgi.bundle,org.apache.batik.xml,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.logging.log4j,2.8.2.v20200818-1118 (Descriptor: packed: osgi.bundle,org.apache.logging.log4j,2.8.2.v20200818-1118) Mirroring: osgi.bundle,org.apache.logging.log4j,2.8.2.v20200818-1118 (Descriptor: canonical: osgi.bundle,org.apache.logging.log4j,2.8.2.v20200818-1118) Mirroring: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider,2.12.1.v20210128-1726 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider,2.12.1.v20210128-1726) Mirroring: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider,2.12.1.v20210128-1726 (Descriptor: packed: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider,2.12.1.v20210128-1726) Mirroring: osgi.bundle,io.github.classgraph,4.8.35.v20190528-1517 (Descriptor: packed: osgi.bundle,io.github.classgraph,4.8.35.v20190528-1517) Mirroring: osgi.bundle,io.github.classgraph,4.8.35.v20190528-1517 (Descriptor: canonical: osgi.bundle,io.github.classgraph,4.8.35.v20190528-1517) Mirroring: osgi.bundle,net.bytebuddy.byte-buddy,1.7.9.v20180420-1519 (Descriptor: packed: osgi.bundle,net.bytebuddy.byte-buddy,1.7.9.v20180420-1519) 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,org.apache.ws.commons.util,1.0.2.v20160817-1930 (Descriptor: packed: osgi.bundle,org.apache.ws.commons.util,1.0.2.v20160817-1930) Mirroring: osgi.bundle,org.dom4j.source,1.6.1.v20190321-1528 (Descriptor: canonical: osgi.bundle,org.dom4j.source,1.6.1.v20190321-1528) Mirroring: osgi.bundle,com.atlassian.commonmark-heading-anchor,0.15.1.v20200707-1444 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-heading-anchor,0.15.1.v20200707-1444) Mirroring: osgi.bundle,com.atlassian.commonmark-heading-anchor,0.15.1.v20200707-1444 (Descriptor: packed: osgi.bundle,com.atlassian.commonmark-heading-anchor,0.15.1.v20200707-1444) Mirroring: osgi.bundle,org.jacoco.report,0.8.6.v20201001-1506 (Descriptor: packed: osgi.bundle,org.jacoco.report,0.8.6.v20201001-1506) Mirroring: osgi.bundle,org.jacoco.report,0.8.6.v20201001-1506 (Descriptor: canonical: osgi.bundle,org.jacoco.report,0.8.6.v20201001-1506) Mirroring: osgi.bundle,org.glassfish.jersey.inject.jersey-hk2,2.30.1.v20200512-1802 (Descriptor: packed: osgi.bundle,org.glassfish.jersey.inject.jersey-hk2,2.30.1.v20200512-1802) Mirroring: osgi.bundle,org.glassfish.jersey.inject.jersey-hk2,2.30.1.v20200512-1802 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.inject.jersey-hk2,2.30.1.v20200512-1802) 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,org.apache.jclouds.labs.openstack-neutron,1.8.0.v20160301-1110 (Descriptor: packed: osgi.bundle,org.apache.jclouds.labs.openstack-neutron,1.8.0.v20160301-1110) 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,org.apache.batik.script.source,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.script.source,1.14.0.v20210324-0332) Mirroring: osgi.bundle,jakarta.activation.source,1.2.2.v20201119-1642 (Descriptor: canonical: osgi.bundle,jakarta.activation.source,1.2.2.v20201119-1642) Mirroring: osgi.bundle,io.netty.common,4.1.56.v20201231-1626 (Descriptor: canonical: osgi.bundle,io.netty.common,4.1.56.v20201231-1626) Mirroring: osgi.bundle,io.netty.common,4.1.56.v20201231-1626 (Descriptor: packed: osgi.bundle,io.netty.common,4.1.56.v20201231-1626) Mirroring: osgi.bundle,org.antlr.runtime,4.7.2.v20200218-0804 (Descriptor: canonical: osgi.bundle,org.antlr.runtime,4.7.2.v20200218-0804) Mirroring: osgi.bundle,org.antlr.runtime,4.7.2.v20200218-0804 (Descriptor: packed: osgi.bundle,org.antlr.runtime,4.7.2.v20200218-0804) Mirroring: osgi.bundle,com.sun.jna.platform,5.8.0.v20210406-1004 (Descriptor: packed: osgi.bundle,com.sun.jna.platform,5.8.0.v20210406-1004) Mirroring: osgi.bundle,com.sun.jna.platform,5.8.0.v20210406-1004 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform,5.8.0.v20210406-1004) Mirroring: osgi.bundle,org.apache.batik.parser.source,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.parser.source,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.commons.collections4.source,4.4.0.v20200420-1700 (Descriptor: canonical: osgi.bundle,org.apache.commons.collections4.source,4.4.0.v20200420-1700) Mirroring: osgi.bundle,org.apache.batik.parser.source,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.parser.source,1.14.0.v20210324-0332) 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.batik.dom,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.dom,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.batik.dom,1.9.1.v20190730-1743 (Descriptor: packed: osgi.bundle,org.apache.batik.dom,1.9.1.v20190730-1743) 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.apache.maven.resolver.transport.http,1.0.3.v20170405-0725 (Descriptor: packed: osgi.bundle,org.apache.maven.resolver.transport.http,1.0.3.v20170405-0725) Mirroring: osgi.bundle,org.conscrypt.conscrypt-openjdk-uber.source,2.5.1.v20210429-1809 (Descriptor: canonical: osgi.bundle,org.conscrypt.conscrypt-openjdk-uber.source,2.5.1.v20210429-1809) Mirroring: osgi.bundle,com.google.inject.assistedinject,5.0.1.v20210324-2015 (Descriptor: packed: osgi.bundle,com.google.inject.assistedinject,5.0.1.v20210324-2015) Mirroring: osgi.bundle,com.google.inject.assistedinject,5.0.1.v20210324-2015 (Descriptor: canonical: osgi.bundle,com.google.inject.assistedinject,5.0.1.v20210324-2015) Mirroring: osgi.bundle,org.apache.batik.extension,1.9.1.v20190730-1743 (Descriptor: packed: osgi.bundle,org.apache.batik.extension,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.batik.extension,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.extension,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.ejml.denseC64,0.29.0.v20190617-1333 (Descriptor: canonical: osgi.bundle,org.ejml.denseC64,0.29.0.v20190617-1333) Mirroring: osgi.bundle,org.ejml.denseC64,0.29.0.v20190617-1333 (Descriptor: packed: osgi.bundle,org.ejml.denseC64,0.29.0.v20190617-1333) Mirroring: osgi.bundle,org.freemarker,2.3.22.v20160210-1233 (Descriptor: packed: osgi.bundle,org.freemarker,2.3.22.v20160210-1233) 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,java_cup,0.11.20150326.v20180425-1030 (Descriptor: packed: 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.sun.jna.platform.source,5.6.0.v20200722-0209 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform.source,5.6.0.v20200722-0209) Mirroring: osgi.bundle,org.apache.batik.util.gui.source,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.util.gui.source,1.9.1.v20190730-1743) Mirroring: osgi.bundle,com.github.jnr.jffi.source,1.2.23.v20200501-1917 (Descriptor: canonical: osgi.bundle,com.github.jnr.jffi.source,1.2.23.v20200501-1917) Mirroring: osgi.bundle,org.ejml.equation.source,0.29.0.v20190617-1333 (Descriptor: canonical: osgi.bundle,org.ejml.equation.source,0.29.0.v20190617-1333) 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.j2objc.j2objc-annotations.source,1.3.0.v20200515-2048 (Descriptor: canonical: osgi.bundle,com.google.j2objc.j2objc-annotations.source,1.3.0.v20200515-2048) Mirroring: osgi.bundle,org.junit.jupiter.api.source,5.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.api.source,5.7.1.v20210222-1948) Mirroring: osgi.bundle,java_cup-runtime,0.11.20150326.v20180425-1030 (Descriptor: packed: osgi.bundle,java_cup-runtime,0.11.20150326.v20180425-1030) 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,javax.activation,2.0.0.v20201118-1818 (Descriptor: canonical: osgi.bundle,javax.activation,2.0.0.v20201118-1818) Mirroring: osgi.bundle,javax.activation,2.0.0.v20201118-1818 (Descriptor: packed: osgi.bundle,javax.activation,2.0.0.v20201118-1818) Mirroring: osgi.bundle,org.yaml.snakeyaml.source,1.27.0.v20201111-1638 (Descriptor: canonical: osgi.bundle,org.yaml.snakeyaml.source,1.27.0.v20201111-1638) 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,org.apache.lucene.core,8.4.1.v20200122-1459 (Descriptor: canonical: osgi.bundle,org.apache.lucene.core,8.4.1.v20200122-1459) Mirroring: osgi.bundle,org.apache.lucene.core,8.4.1.v20200122-1459 (Descriptor: packed: osgi.bundle,org.apache.lucene.core,8.4.1.v20200122-1459) Mirroring: osgi.bundle,ca.odell.glazedlists,1.11.0.v20190926-1838 (Descriptor: canonical: osgi.bundle,ca.odell.glazedlists,1.11.0.v20190926-1838) Mirroring: osgi.bundle,ca.odell.glazedlists,1.11.0.v20190926-1838 (Descriptor: packed: osgi.bundle,ca.odell.glazedlists,1.11.0.v20190926-1838) Mirroring: osgi.bundle,com.fasterxml.jackson.module.jackson-module-jaxb-annotations,2.12.1.v20210128-1726 (Descriptor: packed: osgi.bundle,com.fasterxml.jackson.module.jackson-module-jaxb-annotations,2.12.1.v20210128-1726) Mirroring: osgi.bundle,com.fasterxml.jackson.module.jackson-module-jaxb-annotations,2.12.1.v20210128-1726 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.module.jackson-module-jaxb-annotations,2.12.1.v20210128-1726) Mirroring: osgi.bundle,org.apache.maven.resolver.spi,1.0.3.v20170405-0725 (Descriptor: packed: osgi.bundle,org.apache.maven.resolver.spi,1.0.3.v20170405-0725) 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.slf4j.bridge.jul,1.7.30.v20200204-2150 (Descriptor: packed: osgi.bundle,org.slf4j.bridge.jul,1.7.30.v20200204-2150) Mirroring: osgi.bundle,org.slf4j.bridge.jul,1.7.30.v20200204-2150 (Descriptor: canonical: osgi.bundle,org.slf4j.bridge.jul,1.7.30.v20200204-2150) 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.xmlrpc.common,3.1.3.v20181004-1955 (Descriptor: packed: osgi.bundle,org.apache.xmlrpc.common,3.1.3.v20181004-1955) Mirroring: osgi.bundle,org.apache.httpcomponents.httpasyncclient,4.1.3.v20210128-2225 (Descriptor: packed: osgi.bundle,org.apache.httpcomponents.httpasyncclient,4.1.3.v20210128-2225) Mirroring: osgi.bundle,org.apache.httpcomponents.httpasyncclient,4.1.3.v20210128-2225 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpasyncclient,4.1.3.v20210128-2225) 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,com.fasterxml.jackson.core.jackson-annotations.source,2.12.1.v20210128-1726 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.core.jackson-annotations.source,2.12.1.v20210128-1726) Mirroring: osgi.bundle,org.slf4j.ext,1.7.30.v20200204-2150 (Descriptor: packed: osgi.bundle,org.slf4j.ext,1.7.30.v20200204-2150) Mirroring: osgi.bundle,org.slf4j.ext,1.7.30.v20200204-2150 (Descriptor: canonical: osgi.bundle,org.slf4j.ext,1.7.30.v20200204-2150) 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,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,org.apache.jclouds.jclouds-core,1.8.0.v20181004-1955 (Descriptor: packed: osgi.bundle,org.apache.jclouds.jclouds-core,1.8.0.v20181004-1955) Mirroring: osgi.bundle,com.github.virtuald.curvesapi,1.6.0.v20200807-0931 (Descriptor: packed: osgi.bundle,com.github.virtuald.curvesapi,1.6.0.v20200807-0931) Mirroring: osgi.bundle,com.github.virtuald.curvesapi,1.6.0.v20200807-0931 (Descriptor: canonical: osgi.bundle,com.github.virtuald.curvesapi,1.6.0.v20200807-0931) Mirroring: osgi.bundle,com.atlassian.commonmark,0.15.1.v20200707-1444 (Descriptor: packed: osgi.bundle,com.atlassian.commonmark,0.15.1.v20200707-1444) Mirroring: osgi.bundle,com.atlassian.commonmark,0.15.1.v20200707-1444 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark,0.15.1.v20200707-1444) Mirroring: osgi.bundle,org.objectweb.asm.tree,9.1.0.v20210209-1849 (Descriptor: packed: osgi.bundle,org.objectweb.asm.tree,9.1.0.v20210209-1849) Mirroring: osgi.bundle,org.objectweb.asm.tree,9.1.0.v20210209-1849 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.tree,9.1.0.v20210209-1849) Mirroring: osgi.bundle,com.fasterxml.jackson.core.jackson-databind.source,2.12.1.v20210128-1726 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.core.jackson-databind.source,2.12.1.v20210128-1726) Mirroring: osgi.bundle,com.sun.jna.platform,4.1.0.v20170410-1117 (Descriptor: packed: osgi.bundle,com.sun.jna.platform,4.1.0.v20170410-1117) 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.assertj.source,3.14.0.v20200120-1926 (Descriptor: canonical: osgi.bundle,org.assertj.source,3.14.0.v20200120-1926) 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.hamcrest.library,1.3.0.v20180524-2246 (Descriptor: packed: osgi.bundle,org.hamcrest.library,1.3.0.v20180524-2246) Mirroring: osgi.bundle,org.apache.batik.codec.source,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.codec.source,1.14.0.v20210324-0332) Mirroring: osgi.bundle,com.google.api.client-repackaged-com-google-common-base,1.2.3.v20200819-2030 (Descriptor: packed: osgi.bundle,com.google.api.client-repackaged-com-google-common-base,1.2.3.v20200819-2030) Mirroring: osgi.bundle,com.google.api.client-repackaged-com-google-common-base,1.2.3.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.api.client-repackaged-com-google-common-base,1.2.3.v20200819-2030) Mirroring: osgi.bundle,org.apache.maven.resolver.connector.basic,1.0.3.v20170405-0725 (Descriptor: packed: osgi.bundle,org.apache.maven.resolver.connector.basic,1.0.3.v20170405-0725) 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.slf4j.binding.nop,1.7.30.v20200204-2150 (Descriptor: packed: osgi.bundle,org.slf4j.binding.nop,1.7.30.v20200204-2150) Mirroring: osgi.bundle,org.slf4j.binding.nop,1.7.30.v20200204-2150 (Descriptor: canonical: osgi.bundle,org.slf4j.binding.nop,1.7.30.v20200204-2150) Mirroring: osgi.bundle,org.apache.batik.i18n,1.9.1.v20180227-1645 (Descriptor: packed: osgi.bundle,org.apache.batik.i18n,1.9.1.v20180227-1645) Mirroring: osgi.bundle,org.apache.batik.i18n,1.9.1.v20180227-1645 (Descriptor: canonical: osgi.bundle,org.apache.batik.i18n,1.9.1.v20180227-1645) Mirroring: osgi.bundle,com.github.virtuald.curvesapi.source,1.6.0.v20200807-0931 (Descriptor: canonical: osgi.bundle,com.github.virtuald.curvesapi.source,1.6.0.v20200807-0931) Mirroring: osgi.bundle,org.apache.batik.codec.source,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.codec.source,1.9.1.v20190730-1743) Mirroring: osgi.bundle,com.google.inject.source,5.0.1.v20210324-2015 (Descriptor: canonical: osgi.bundle,com.google.inject.source,5.0.1.v20210324-2015) Mirroring: osgi.bundle,jakarta.servlet.source,5.0.0.v20210105-0527 (Descriptor: canonical: osgi.bundle,jakarta.servlet.source,5.0.0.v20210105-0527) Mirroring: osgi.bundle,com.atlassian.commonmark-task-list-items.source,0.15.1.v20200707-1444 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-task-list-items.source,0.15.1.v20200707-1444) Mirroring: osgi.bundle,org.apache.httpcomponents.core5.httpcore5.source,5.0.2.v20201015-2258 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.core5.httpcore5.source,5.0.2.v20201015-2258) Mirroring: osgi.bundle,com.sun.jna,5.8.0.v20210503-0343 (Descriptor: packed: osgi.bundle,com.sun.jna,5.8.0.v20210503-0343) 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,com.sun.jna,5.6.0.v20210503-0343 (Descriptor: packed: osgi.bundle,com.sun.jna,5.6.0.v20210503-0343) 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.batik.shared.resources.source,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.shared.resources.source,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.gvt,1.14.0.v20210324-0332 (Descriptor: packed: osgi.bundle,org.apache.batik.gvt,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.gvt,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.gvt,1.14.0.v20210324-0332) 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,org.opentest4j.source,1.2.0.v20190826-0900 (Descriptor: canonical: osgi.bundle,org.opentest4j.source,1.2.0.v20190826-0900) Mirroring: osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2.source,5.0.2.v20210429-1809 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2.source,5.0.2.v20210429-1809) Mirroring: osgi.bundle,org.apache.xmlgraphics.source,2.6.0.v20210409-0748 (Descriptor: canonical: osgi.bundle,org.apache.xmlgraphics.source,2.6.0.v20210409-0748) Mirroring: osgi.bundle,org.apache.batik.i18n.source,1.9.1.v20180227-1645 (Descriptor: canonical: osgi.bundle,org.apache.batik.i18n.source,1.9.1.v20180227-1645) Mirroring: osgi.bundle,org.apache.jclouds.api.openstack-nova,1.8.0.v20160301-1110 (Descriptor: packed: osgi.bundle,org.apache.jclouds.api.openstack-nova,1.8.0.v20160301-1110) 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.apache.pdfbox.preflight,2.0.6.v20190617-1333 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.preflight,2.0.6.v20190617-1333) Mirroring: osgi.bundle,org.apache.pdfbox.preflight,2.0.6.v20190617-1333 (Descriptor: packed: osgi.bundle,org.apache.pdfbox.preflight,2.0.6.v20190617-1333) Mirroring: osgi.bundle,org.mockito,2.13.0.v20200310-1642 (Descriptor: packed: osgi.bundle,org.mockito,2.13.0.v20200310-1642) Mirroring: osgi.bundle,org.mockito,2.13.0.v20200310-1642 (Descriptor: canonical: osgi.bundle,org.mockito,2.13.0.v20200310-1642) Mirroring: osgi.bundle,org.objectweb.asm.util.source,8.0.1.v20200420-1007 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.util.source,8.0.1.v20200420-1007) Mirroring: osgi.bundle,org.objectweb.asm,8.0.1.v20200420-1007 (Descriptor: canonical: osgi.bundle,org.objectweb.asm,8.0.1.v20200420-1007) Mirroring: osgi.bundle,org.objectweb.asm,8.0.1.v20200420-1007 (Descriptor: packed: osgi.bundle,org.objectweb.asm,8.0.1.v20200420-1007) Mirroring: osgi.bundle,com.github.jnr.unixsocket.source,0.28.0.v20200501-1917 (Descriptor: canonical: osgi.bundle,com.github.jnr.unixsocket.source,0.28.0.v20200501-1917) Mirroring: osgi.bundle,org.objectweb.asm.util,9.1.0.v20210209-1849 (Descriptor: packed: osgi.bundle,org.objectweb.asm.util,9.1.0.v20210209-1849) Mirroring: osgi.bundle,org.objectweb.asm.util,9.1.0.v20210209-1849 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.util,9.1.0.v20210209-1849) Mirroring: osgi.bundle,org.apache.batik.parser,1.9.1.v20190730-1743 (Descriptor: packed: osgi.bundle,org.apache.batik.parser,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.batik.parser,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.parser,1.9.1.v20190730-1743) 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: packed: osgi.bundle,org.apache.lucene.core,7.5.0.v20181003-1532) 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,org.apache.jclouds.jclouds-scriptbuilder,1.8.0.v20160301-1110 (Descriptor: packed: osgi.bundle,org.apache.jclouds.jclouds-scriptbuilder,1.8.0.v20160301-1110) Mirroring: osgi.bundle,com.fasterxml.jackson.module.jackson-module-jaxb-annotations.source,2.12.1.v20210128-1726 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.module.jackson-module-jaxb-annotations.source,2.12.1.v20210128-1726) Mirroring: osgi.bundle,com.google.auth.google-auth-library-credentials,0.20.0.v20200515-2048 (Descriptor: packed: osgi.bundle,com.google.auth.google-auth-library-credentials,0.20.0.v20200515-2048) Mirroring: osgi.bundle,com.google.auth.google-auth-library-credentials,0.20.0.v20200515-2048 (Descriptor: canonical: osgi.bundle,com.google.auth.google-auth-library-credentials,0.20.0.v20200515-2048) Mirroring: osgi.bundle,org.apache.batik.util,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.util,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.util,1.14.0.v20210324-0332 (Descriptor: packed: osgi.bundle,org.apache.batik.util,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.commons.csv,1.8.0.v20200804-1438 (Descriptor: canonical: osgi.bundle,org.apache.commons.csv,1.8.0.v20200804-1438) Mirroring: osgi.bundle,org.apache.commons.csv,1.8.0.v20200804-1438 (Descriptor: packed: osgi.bundle,org.apache.commons.csv,1.8.0.v20200804-1438) Mirroring: osgi.bundle,org.junit.platform.launcher.source,1.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.platform.launcher.source,1.7.1.v20210222-1948) Mirroring: osgi.bundle,org.mozilla.javascript,1.7.10.v20190430-1943 (Descriptor: canonical: osgi.bundle,org.mozilla.javascript,1.7.10.v20190430-1943) Mirroring: osgi.bundle,org.mozilla.javascript,1.7.10.v20190430-1943 (Descriptor: packed: osgi.bundle,org.mozilla.javascript,1.7.10.v20190430-1943) Mirroring: osgi.bundle,org.mockito,2.23.0.v20200310-1642 (Descriptor: canonical: osgi.bundle,org.mockito,2.23.0.v20200310-1642) Mirroring: osgi.bundle,org.mockito,2.23.0.v20200310-1642 (Descriptor: packed: osgi.bundle,org.mockito,2.23.0.v20200310-1642) Mirroring: osgi.bundle,org.apache.batik.parser,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.parser,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.parser,1.14.0.v20210324-0332 (Descriptor: packed: osgi.bundle,org.apache.batik.parser,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.glassfish.hk2.api,2.6.1.v20200513-1859 (Descriptor: packed: osgi.bundle,org.glassfish.hk2.api,2.6.1.v20200513-1859) Mirroring: osgi.bundle,org.glassfish.hk2.api,2.6.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.api,2.6.1.v20200513-1859) Mirroring: osgi.bundle,javax.ws.rs,2.1.6.v20200505-2127 (Descriptor: packed: osgi.bundle,javax.ws.rs,2.1.6.v20200505-2127) Mirroring: osgi.bundle,javax.ws.rs,2.1.6.v20200505-2127 (Descriptor: canonical: osgi.bundle,javax.ws.rs,2.1.6.v20200505-2127) Mirroring: osgi.bundle,net.bytebuddy.byte-buddy,1.9.0.v20181107-1410 (Descriptor: packed: osgi.bundle,net.bytebuddy.byte-buddy,1.9.0.v20181107-1410) 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: packed: osgi.bundle,org.apache.onami.configuration,6.3.0.v20160301-1110) 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.apache.felix.gogo.shell.source,1.1.4.v20210111-1007 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.shell.source,1.1.4.v20210111-1007) Mirroring: osgi.bundle,org.apache.batik.ext.awt.source,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.ext.awt.source,1.9.1.v20190730-1743) 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,com.atlassian.commonmark-task-list-items,0.15.1.v20200707-1444 (Descriptor: packed: osgi.bundle,com.atlassian.commonmark-task-list-items,0.15.1.v20200707-1444) Mirroring: osgi.bundle,com.atlassian.commonmark-task-list-items,0.15.1.v20200707-1444 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-task-list-items,0.15.1.v20200707-1444) Mirroring: osgi.bundle,org.apache.batik.xml.source,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.xml.source,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.jdom2.source,2.0.6.v20191125-0928 (Descriptor: canonical: osgi.bundle,org.jdom2.source,2.0.6.v20191125-0928) 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,org.hamcrest.core,1.3.0.v20180420-1519 (Descriptor: packed: osgi.bundle,org.hamcrest.core,1.3.0.v20180420-1519) Mirroring: osgi.bundle,com.google.flogger.systembackend,0.1.0.v20180506-0038 (Descriptor: packed: osgi.bundle,com.google.flogger.systembackend,0.1.0.v20180506-0038) 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,org.assertj,3.14.0.v20200120-1926 (Descriptor: packed: osgi.bundle,org.assertj,3.14.0.v20200120-1926) Mirroring: osgi.bundle,org.assertj,3.14.0.v20200120-1926 (Descriptor: canonical: osgi.bundle,org.assertj,3.14.0.v20200120-1926) 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.junit.vintage.engine,5.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.vintage.engine,5.7.1.v20210222-1948) Mirroring: osgi.bundle,org.junit.vintage.engine,5.7.1.v20210222-1948 (Descriptor: packed: osgi.bundle,org.junit.vintage.engine,5.7.1.v20210222-1948) Mirroring: osgi.bundle,org.eclipse.orbit.mongodb,3.2.2.v20181004-1955 (Descriptor: packed: osgi.bundle,org.eclipse.orbit.mongodb,3.2.2.v20181004-1955) 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,org.apache.santuario.xmlsec.source,2.2.0.v20200818-1422 (Descriptor: canonical: osgi.bundle,org.apache.santuario.xmlsec.source,2.2.0.v20200818-1422) Mirroring: osgi.bundle,jakarta.servlet.jsp.source,3.0.0.v20210105-0527 (Descriptor: canonical: osgi.bundle,jakarta.servlet.jsp.source,3.0.0.v20210105-0527) Mirroring: osgi.bundle,com.github.jnr.enxio.source,0.25.0.v20200501-1917 (Descriptor: canonical: osgi.bundle,com.github.jnr.enxio.source,0.25.0.v20200501-1917) Mirroring: osgi.bundle,org.apache.jclouds.api.openstack-keystone,1.8.0.v20160301-1110 (Descriptor: packed: osgi.bundle,org.apache.jclouds.api.openstack-keystone,1.8.0.v20160301-1110) 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,org.apache.poi.source,4.1.1.v20200604-1524 (Descriptor: canonical: osgi.bundle,org.apache.poi.source,4.1.1.v20200604-1524) Mirroring: osgi.bundle,org.glassfish.jersey.core.jersey-server.source,2.30.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.core.jersey-server.source,2.30.1.v20200513-1859) Mirroring: osgi.bundle,org.apache.batik.gvt.source,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.gvt.source,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.ejml.ejml-all.source,0.38.0.v20200214-2012 (Descriptor: canonical: osgi.bundle,org.ejml.ejml-all.source,0.38.0.v20200214-2012) Mirroring: osgi.bundle,org.slf4j.apis.jcl.source,1.7.30.v20200204-2150 (Descriptor: canonical: osgi.bundle,org.slf4j.apis.jcl.source,1.7.30.v20200204-2150) 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.apache.commons.io,2.8.0.v20210415-0900 (Descriptor: packed: osgi.bundle,org.apache.commons.io,2.8.0.v20210415-0900) Mirroring: osgi.bundle,org.apache.pdfbox,2.0.6.v20190617-1333 (Descriptor: packed: osgi.bundle,org.apache.pdfbox,2.0.6.v20190617-1333) Mirroring: osgi.bundle,org.apache.pdfbox,2.0.6.v20190617-1333 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox,2.0.6.v20190617-1333) Mirroring: osgi.bundle,com.google.api.client-util,1.2.3.v20200819-2030 (Descriptor: packed: osgi.bundle,com.google.api.client-util,1.2.3.v20200819-2030) Mirroring: osgi.bundle,com.google.api.client-util,1.2.3.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.api.client-util,1.2.3.v20200819-2030) Mirroring: osgi.bundle,com.google.auto.value.auto-value-annotations,1.7.0.v20200515-2048 (Descriptor: packed: osgi.bundle,com.google.auto.value.auto-value-annotations,1.7.0.v20200515-2048) Mirroring: osgi.bundle,com.google.auto.value.auto-value-annotations,1.7.0.v20200515-2048 (Descriptor: canonical: osgi.bundle,com.google.auto.value.auto-value-annotations,1.7.0.v20200515-2048) Mirroring: osgi.bundle,org.apache.felix.gogo.shell,1.1.4.v20210111-1007 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.shell,1.1.4.v20210111-1007) Mirroring: osgi.bundle,org.apache.felix.gogo.shell,1.1.4.v20210111-1007 (Descriptor: packed: osgi.bundle,org.apache.felix.gogo.shell,1.1.4.v20210111-1007) Mirroring: osgi.bundle,org.apache.batik.codec,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.codec,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.codec,1.14.0.v20210324-0332 (Descriptor: packed: osgi.bundle,org.apache.batik.codec,1.14.0.v20210324-0332) 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.apache.sshd.sftp.source,2.6.0.v20210201-2003 (Descriptor: canonical: osgi.bundle,org.apache.sshd.sftp.source,2.6.0.v20210201-2003) Mirroring: osgi.bundle,io.opencensus.opencensus-api.source,0.26.0.v20200515-2048 (Descriptor: canonical: osgi.bundle,io.opencensus.opencensus-api.source,0.26.0.v20200515-2048) Mirroring: osgi.bundle,org.immutables.value.source,2.8.3.v20200423-1717 (Descriptor: canonical: osgi.bundle,org.immutables.value.source,2.8.3.v20200423-1717) Mirroring: osgi.bundle,org.jacoco.core.source,0.8.6.v20201001-1506 (Descriptor: canonical: osgi.bundle,org.jacoco.core.source,0.8.6.v20201001-1506) Mirroring: osgi.bundle,org.junit.source,4.13.0.v20200204-1500 (Descriptor: canonical: osgi.bundle,org.junit.source,4.13.0.v20200204-1500) Mirroring: osgi.bundle,io.grpc.grpc-context,1.29.0.v20200515-2048 (Descriptor: canonical: osgi.bundle,io.grpc.grpc-context,1.29.0.v20200515-2048) Mirroring: osgi.bundle,io.grpc.grpc-context,1.29.0.v20200515-2048 (Descriptor: packed: osgi.bundle,io.grpc.grpc-context,1.29.0.v20200515-2048) Mirroring: osgi.bundle,org.apache.batik.ext.source,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.ext.source,1.14.0.v20210324-0332) 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.glassfish.jersey.media.jersey-media-json-jackson,2.30.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson,2.30.1.v20200513-1859) Mirroring: osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson,2.30.1.v20200513-1859 (Descriptor: packed: osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson,2.30.1.v20200513-1859) Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore.source,4.4.14.v20210128-2225 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpcore.source,4.4.14.v20210128-2225) Mirroring: osgi.bundle,org.apache.commons.codec.source,1.14.0.v20200818-1422 (Descriptor: canonical: osgi.bundle,org.apache.commons.codec.source,1.14.0.v20200818-1422) Mirroring: osgi.bundle,org.junit.jupiter.migrationsupport.source,5.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.migrationsupport.source,5.7.1.v20210222-1948) Mirroring: osgi.bundle,org.jdom2,2.0.6.v20191125-0928 (Descriptor: canonical: osgi.bundle,org.jdom2,2.0.6.v20191125-0928) Mirroring: osgi.bundle,org.jdom2,2.0.6.v20191125-0928 (Descriptor: packed: osgi.bundle,org.jdom2,2.0.6.v20191125-0928) 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,org.objectweb.asm.analysis.source,9.1.0.v20210209-1849 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.analysis.source,9.1.0.v20210209-1849) Mirroring: osgi.bundle,com.google.flogger,0.1.0.v20180506-0038 (Descriptor: packed: osgi.bundle,com.google.flogger,0.1.0.v20180506-0038) 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,com.ibm.icu,67.1.0.v20200706-1749 (Descriptor: packed: osgi.bundle,com.ibm.icu,67.1.0.v20200706-1749) Mirroring: osgi.bundle,com.ibm.icu,67.1.0.v20200706-1749 (Descriptor: canonical: osgi.bundle,com.ibm.icu,67.1.0.v20200706-1749) Mirroring: osgi.bundle,org.apache.commons.codec,1.14.0.v20200818-1422 (Descriptor: packed: osgi.bundle,org.apache.commons.codec,1.14.0.v20200818-1422) Mirroring: osgi.bundle,org.apache.commons.codec,1.14.0.v20200818-1422 (Descriptor: canonical: osgi.bundle,org.apache.commons.codec,1.14.0.v20200818-1422) Mirroring: osgi.bundle,org.glassfish.jersey.core.jersey-common,2.30.1.v20200513-1859 (Descriptor: packed: osgi.bundle,org.glassfish.jersey.core.jersey-common,2.30.1.v20200513-1859) Mirroring: osgi.bundle,org.glassfish.jersey.core.jersey-common,2.30.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.core.jersey-common,2.30.1.v20200513-1859) Mirroring: osgi.bundle,javax.activation.source,2.0.0.v20201118-1818 (Descriptor: canonical: osgi.bundle,javax.activation.source,2.0.0.v20201118-1818) Mirroring: osgi.bundle,com.jcraft.jsch,0.1.55.v20190404-1902 (Descriptor: packed: osgi.bundle,com.jcraft.jsch,0.1.55.v20190404-1902) Mirroring: osgi.bundle,com.jcraft.jsch,0.1.55.v20190404-1902 (Descriptor: canonical: osgi.bundle,com.jcraft.jsch,0.1.55.v20190404-1902) 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.apache.httpcomponents.httpclient.win,4.5.13.v20210128-2225 (Descriptor: packed: osgi.bundle,org.apache.httpcomponents.httpclient.win,4.5.13.v20210128-2225) Mirroring: osgi.bundle,org.apache.httpcomponents.httpclient.win,4.5.13.v20210128-2225 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpclient.win,4.5.13.v20210128-2225) Mirroring: osgi.bundle,com.github.jnr.posix,3.0.54.v20200501-1917 (Descriptor: packed: osgi.bundle,com.github.jnr.posix,3.0.54.v20200501-1917) Mirroring: osgi.bundle,com.github.jnr.posix,3.0.54.v20200501-1917 (Descriptor: canonical: osgi.bundle,com.github.jnr.posix,3.0.54.v20200501-1917) Mirroring: osgi.bundle,javax.annotation.source,1.3.5.v20200909-1856 (Descriptor: canonical: osgi.bundle,javax.annotation.source,1.3.5.v20200909-1856) Mirroring: osgi.bundle,org.glassfish.jersey.core.jersey-client.source,2.30.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.core.jersey-client.source,2.30.1.v20200513-1859) 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,jakarta.servlet,5.0.0.v20210105-0527 (Descriptor: canonical: osgi.bundle,jakarta.servlet,5.0.0.v20210105-0527) Mirroring: osgi.bundle,jakarta.servlet,5.0.0.v20210105-0527 (Descriptor: packed: osgi.bundle,jakarta.servlet,5.0.0.v20210105-0527) Mirroring: osgi.bundle,org.junit.platform.launcher,1.7.1.v20210222-1948 (Descriptor: packed: osgi.bundle,org.junit.platform.launcher,1.7.1.v20210222-1948) Mirroring: osgi.bundle,org.junit.platform.launcher,1.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.platform.launcher,1.7.1.v20210222-1948) Mirroring: osgi.bundle,com.fasterxml.jackson.core.jackson-core.source,2.12.1.v20210128-1726 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.core.jackson-core.source,2.12.1.v20210128-1726) Mirroring: osgi.bundle,ch.qos.logback.slf4j,1.2.3.v20200428-2012 (Descriptor: canonical: osgi.bundle,ch.qos.logback.slf4j,1.2.3.v20200428-2012) Mirroring: osgi.bundle,ch.qos.logback.slf4j,1.2.3.v20200428-2012 (Descriptor: packed: osgi.bundle,ch.qos.logback.slf4j,1.2.3.v20200428-2012) Mirroring: osgi.bundle,org.apache.lucene.analyzers-smartcn,8.4.1.v20200122-1459 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-smartcn,8.4.1.v20200122-1459) Mirroring: osgi.bundle,org.apache.lucene.analyzers-smartcn,8.4.1.v20200122-1459 (Descriptor: packed: osgi.bundle,org.apache.lucene.analyzers-smartcn,8.4.1.v20200122-1459) Mirroring: osgi.bundle,org.apache.batik.transcoder,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.transcoder,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.transcoder,1.14.0.v20210324-0332 (Descriptor: packed: osgi.bundle,org.apache.batik.transcoder,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.xalan,2.7.2.v20201124-1837 (Descriptor: packed: osgi.bundle,org.apache.xalan,2.7.2.v20201124-1837) Mirroring: osgi.bundle,org.apache.xalan,2.7.2.v20201124-1837 (Descriptor: canonical: osgi.bundle,org.apache.xalan,2.7.2.v20201124-1837) Mirroring: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base,2.12.1.v20210128-1726 (Descriptor: packed: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base,2.12.1.v20210128-1726) Mirroring: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base,2.12.1.v20210128-1726 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base,2.12.1.v20210128-1726) 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.jclouds.jclouds-compute,1.8.0.v20160301-1110 (Descriptor: packed: osgi.bundle,org.apache.jclouds.jclouds-compute,1.8.0.v20160301-1110) Mirroring: osgi.bundle,jakarta.servlet.jsp,3.0.0.v20210105-0527 (Descriptor: packed: osgi.bundle,jakarta.servlet.jsp,3.0.0.v20210105-0527) Mirroring: osgi.bundle,jakarta.servlet.jsp,3.0.0.v20210105-0527 (Descriptor: canonical: osgi.bundle,jakarta.servlet.jsp,3.0.0.v20210105-0527) Mirroring: osgi.bundle,jakarta.activation,2.0.0.v20201118-1818 (Descriptor: canonical: osgi.bundle,jakarta.activation,2.0.0.v20201118-1818) Mirroring: osgi.bundle,jakarta.activation,2.0.0.v20201118-1818 (Descriptor: packed: osgi.bundle,jakarta.activation,2.0.0.v20201118-1818) Mirroring: osgi.bundle,com.github.jnr.x86asm,1.0.2.v20200501-1917 (Descriptor: packed: osgi.bundle,com.github.jnr.x86asm,1.0.2.v20200501-1917) Mirroring: osgi.bundle,com.github.jnr.x86asm,1.0.2.v20200501-1917 (Descriptor: canonical: osgi.bundle,com.github.jnr.x86asm,1.0.2.v20200501-1917) Mirroring: osgi.bundle,org.apache.felix.gogo.command,1.1.2.v20210111-1007 (Descriptor: packed: osgi.bundle,org.apache.felix.gogo.command,1.1.2.v20210111-1007) Mirroring: osgi.bundle,org.apache.felix.gogo.command,1.1.2.v20210111-1007 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.command,1.1.2.v20210111-1007) Mirroring: osgi.bundle,org.apache.maven.resolver.impl,1.0.3.v20170405-0725 (Descriptor: packed: osgi.bundle,org.apache.maven.resolver.impl,1.0.3.v20170405-0725) 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.apache.httpcomponents.httpclient.win.source,4.5.13.v20210128-2225 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpclient.win.source,4.5.13.v20210128-2225) Mirroring: osgi.bundle,org.conscrypt.conscrypt-openjdk-uber,2.5.1.v20210429-1809 (Descriptor: canonical: osgi.bundle,org.conscrypt.conscrypt-openjdk-uber,2.5.1.v20210429-1809) Mirroring: osgi.bundle,org.conscrypt.conscrypt-openjdk-uber,2.5.1.v20210429-1809 (Descriptor: packed: osgi.bundle,org.conscrypt.conscrypt-openjdk-uber,2.5.1.v20210429-1809) Mirroring: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base.source,2.12.1.v20210128-1726 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base.source,2.12.1.v20210128-1726) Mirroring: osgi.bundle,org.apache.httpcomponents.httpclient,4.5.13.v20210128-2225 (Descriptor: packed: osgi.bundle,org.apache.httpcomponents.httpclient,4.5.13.v20210128-2225) Mirroring: osgi.bundle,org.apache.httpcomponents.httpclient,4.5.13.v20210128-2225 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpclient,4.5.13.v20210128-2225) Mirroring: osgi.bundle,com.google.inject.assistedinject.source,5.0.1.v20210324-2015 (Descriptor: canonical: osgi.bundle,com.google.inject.assistedinject.source,5.0.1.v20210324-2015) 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.maven.resolver.util,1.0.3.v20170405-0725 (Descriptor: packed: osgi.bundle,org.apache.maven.resolver.util,1.0.3.v20170405-0725) Mirroring: osgi.bundle,ch.qos.logback.classic,1.2.3.v20200428-2012 (Descriptor: packed: osgi.bundle,ch.qos.logback.classic,1.2.3.v20200428-2012) Mirroring: osgi.bundle,ch.qos.logback.classic,1.2.3.v20200428-2012 (Descriptor: canonical: osgi.bundle,ch.qos.logback.classic,1.2.3.v20200428-2012) Mirroring: osgi.bundle,org.apache.httpcomponents.httpasyncclient.source,4.1.3.v20210128-2225 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpasyncclient.source,4.1.3.v20210128-2225) Mirroring: osgi.bundle,org.apache.xalan.source,2.7.2.v20201124-1837 (Descriptor: canonical: osgi.bundle,org.apache.xalan.source,2.7.2.v20201124-1837) Mirroring: osgi.bundle,com.github.jnr.x86asm.source,1.0.2.v20200501-1917 (Descriptor: canonical: osgi.bundle,com.github.jnr.x86asm.source,1.0.2.v20200501-1917) Mirroring: osgi.bundle,com.google.auth.oauth2-http.source,0.20.0.v20200604-1524 (Descriptor: canonical: osgi.bundle,com.google.auth.oauth2-http.source,0.20.0.v20200604-1524) 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.apache.jclouds.api.openstack-cinder,1.8.0.v20160301-1110 (Descriptor: packed: 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,org.apache.lucene.analyzers-smartcn.source,8.4.1.v20200122-1459 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-smartcn.source,8.4.1.v20200122-1459) Mirroring: osgi.bundle,org.slf4j.binding.log4j12,1.7.30.v20201108-2042 (Descriptor: canonical: osgi.bundle,org.slf4j.binding.log4j12,1.7.30.v20201108-2042) Mirroring: osgi.bundle,org.slf4j.binding.log4j12,1.7.30.v20201108-2042 (Descriptor: packed: osgi.bundle,org.slf4j.binding.log4j12,1.7.30.v20201108-2042) 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.apache.batik.dom.svg,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.dom.svg,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.batik.dom.svg,1.9.1.v20190730-1743 (Descriptor: packed: osgi.bundle,org.apache.batik.dom.svg,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.batik.svggen,1.14.0.v20210324-0332 (Descriptor: packed: osgi.bundle,org.apache.batik.svggen,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.svggen,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.svggen,1.14.0.v20210324-0332) Mirroring: osgi.bundle,com.atlassian.commonmark-ins,0.15.1.v20200707-1444 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-ins,0.15.1.v20200707-1444) Mirroring: osgi.bundle,com.atlassian.commonmark-ins,0.15.1.v20200707-1444 (Descriptor: packed: osgi.bundle,com.atlassian.commonmark-ins,0.15.1.v20200707-1444) Mirroring: osgi.bundle,org.apache.commons.csv.source,1.8.0.v20200804-1438 (Descriptor: canonical: osgi.bundle,org.apache.commons.csv.source,1.8.0.v20200804-1438) Mirroring: osgi.bundle,org.apache.lucene.misc,7.5.0.v20181003-1532 (Descriptor: packed: osgi.bundle,org.apache.lucene.misc,7.5.0.v20181003-1532) 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: packed: osgi.bundle,org.ggf.drmaa,1.0.0.v20170818-1553) 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,com.atlassian.commonmark-gfm-strikethrough.source,0.15.1.v20200707-1444 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-gfm-strikethrough.source,0.15.1.v20200707-1444) 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.glassfish.hk2.locator.source,2.6.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.locator.source,2.6.1.v20200513-1859) Mirroring: osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.0.2.v20201015-2258 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.0.2.v20201015-2258) Mirroring: osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.0.2.v20201015-2258 (Descriptor: packed: osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.0.2.v20201015-2258) Mirroring: osgi.bundle,org.apache.batik.swing,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.swing,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.batik.swing,1.9.1.v20190730-1743 (Descriptor: packed: osgi.bundle,org.apache.batik.swing,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.batik.css,1.9.1.v20181015-1528 (Descriptor: canonical: osgi.bundle,org.apache.batik.css,1.9.1.v20181015-1528) Mirroring: osgi.bundle,org.apache.batik.css,1.9.1.v20181015-1528 (Descriptor: packed: osgi.bundle,org.apache.batik.css,1.9.1.v20181015-1528) Mirroring: osgi.bundle,org.junit.vintage.engine.source,5.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.vintage.engine.source,5.7.1.v20210222-1948) Mirroring: osgi.bundle,com.google.api.client-json.source,1.2.3.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.api.client-json.source,1.2.3.v20200819-2030) 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,org.apache.xmlrpc.server,3.1.3.v20181004-1955 (Descriptor: packed: osgi.bundle,org.apache.xmlrpc.server,3.1.3.v20181004-1955) Mirroring: osgi.bundle,org.objectweb.asm.util,8.0.1.v20200420-1007 (Descriptor: packed: osgi.bundle,org.objectweb.asm.util,8.0.1.v20200420-1007) Mirroring: osgi.bundle,org.objectweb.asm.util,8.0.1.v20200420-1007 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.util,8.0.1.v20200420-1007) 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.jacoco.core,0.8.6.v20201001-1506 (Descriptor: canonical: osgi.bundle,org.jacoco.core,0.8.6.v20201001-1506) Mirroring: osgi.bundle,org.jacoco.core,0.8.6.v20201001-1506 (Descriptor: packed: osgi.bundle,org.jacoco.core,0.8.6.v20201001-1506) Mirroring: osgi.bundle,org.glassfish.hk2.api.source,2.6.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.api.source,2.6.1.v20200513-1859) Mirroring: osgi.bundle,org.apache.lucene.analyzers-common,8.4.1.v20200122-1459 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-common,8.4.1.v20200122-1459) Mirroring: osgi.bundle,org.apache.lucene.analyzers-common,8.4.1.v20200122-1459 (Descriptor: packed: osgi.bundle,org.apache.lucene.analyzers-common,8.4.1.v20200122-1459) 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,com.graphql.java.dataloader,2.1.1.v20181120-0809 (Descriptor: packed: osgi.bundle,com.graphql.java.dataloader,2.1.1.v20181120-0809) 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.objectweb.asm.tree,8.0.1.v20200420-1007 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.tree,8.0.1.v20200420-1007) Mirroring: osgi.bundle,org.objectweb.asm.tree,8.0.1.v20200420-1007 (Descriptor: packed: osgi.bundle,org.objectweb.asm.tree,8.0.1.v20200420-1007) Mirroring: osgi.bundle,org.apache.commons.cli.source,1.4.0.v20200417-1444 (Descriptor: canonical: osgi.bundle,org.apache.commons.cli.source,1.4.0.v20200417-1444) Mirroring: osgi.bundle,org.apache.batik.transcoder.source,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.transcoder.source,1.9.1.v20190730-1743) Mirroring: osgi.bundle,com.google.gdata,1.47.1.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.gdata,1.47.1.v20200819-2030) Mirroring: osgi.bundle,com.google.gdata,1.47.1.v20200819-2030 (Descriptor: packed: osgi.bundle,com.google.gdata,1.47.1.v20200819-2030) Mirroring: osgi.bundle,org.junit.jupiter.engine.source,5.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.engine.source,5.7.1.v20210222-1948) Mirroring: osgi.bundle,jakarta.activation,1.2.2.v20201119-1642 (Descriptor: canonical: osgi.bundle,jakarta.activation,1.2.2.v20201119-1642) Mirroring: osgi.bundle,jakarta.activation,1.2.2.v20201119-1642 (Descriptor: packed: osgi.bundle,jakarta.activation,1.2.2.v20201119-1642) Mirroring: osgi.bundle,org.glassfish.hk2.api,2.5.0.v20161103-0227 (Descriptor: packed: osgi.bundle,org.glassfish.hk2.api,2.5.0.v20161103-0227) 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,org.apache.batik.anim,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.anim,1.14.0.v20210324-0332) Mirroring: osgi.bundle,org.apache.batik.anim,1.14.0.v20210324-0332 (Descriptor: packed: osgi.bundle,org.apache.batik.anim,1.14.0.v20210324-0332) Mirroring: osgi.bundle,com.google.api.client-util.source,1.2.3.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.api.client-util.source,1.2.3.v20200819-2030) Mirroring: osgi.bundle,org.slf4j.binding.simple,1.7.30.v20200204-2150 (Descriptor: packed: osgi.bundle,org.slf4j.binding.simple,1.7.30.v20200204-2150) Mirroring: osgi.bundle,org.slf4j.binding.simple,1.7.30.v20200204-2150 (Descriptor: canonical: osgi.bundle,org.slf4j.binding.simple,1.7.30.v20200204-2150) Mirroring: osgi.bundle,org.apache.xmlbeans.source,3.1.0.v20200922-1359 (Descriptor: canonical: osgi.bundle,org.apache.xmlbeans.source,3.1.0.v20200922-1359) 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,javax.measure.unit-api,1.0.0.v20170818-1538 (Descriptor: packed: osgi.bundle,javax.measure.unit-api,1.0.0.v20170818-1538) Mirroring: osgi.bundle,com.github.oshi.oshi-core,3.8.0.v20200204-2150 (Descriptor: canonical: osgi.bundle,com.github.oshi.oshi-core,3.8.0.v20200204-2150) Mirroring: osgi.bundle,com.github.oshi.oshi-core,3.8.0.v20200204-2150 (Descriptor: packed: osgi.bundle,com.github.oshi.oshi-core,3.8.0.v20200204-2150) Mirroring: osgi.bundle,org.apache.batik.swing.source,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.swing.source,1.9.1.v20190730-1743) 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,net.bytebuddy.byte-buddy-agent,1.7.9.v20180420-1519 (Descriptor: packed: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.7.9.v20180420-1519) 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.junit.jupiter.migrationsupport,5.7.1.v20210222-1948 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.migrationsupport,5.7.1.v20210222-1948) Mirroring: osgi.bundle,org.junit.jupiter.migrationsupport,5.7.1.v20210222-1948 (Descriptor: packed: osgi.bundle,org.junit.jupiter.migrationsupport,5.7.1.v20210222-1948) 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,org.antlr.runtime,4.7.1.v20181120-0808 (Descriptor: packed: osgi.bundle,org.antlr.runtime,4.7.1.v20181120-0808) Mirroring: osgi.bundle,com.atlassian.commonmark-gfm-tables.source,0.15.1.v20200707-1444 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-gfm-tables.source,0.15.1.v20200707-1444) Mirroring: osgi.bundle,com.sun.grid.drmaa,1.0.0.v20170818-1553 (Descriptor: packed: osgi.bundle,com.sun.grid.drmaa,1.0.0.v20170818-1553) 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.apache.batik.svggen.source,1.14.0.v20210324-0332 (Descriptor: canonical: osgi.bundle,org.apache.batik.svggen.source,1.14.0.v20210324-0332) 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,com.sun.xml.bind.source,2.2.0.v20201118-1845 (Descriptor: canonical: osgi.bundle,com.sun.xml.bind.source,2.2.0.v20201118-1845) Mirroring: osgi.bundle,org.glassfish.jersey.containers.servlet.core.source,2.30.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.containers.servlet.core.source,2.30.1.v20200513-1859) Mirroring: osgi.bundle,org.ejml.dense64,0.29.0.v20190617-1333 (Descriptor: packed: osgi.bundle,org.ejml.dense64,0.29.0.v20190617-1333) Mirroring: osgi.bundle,org.ejml.dense64,0.29.0.v20190617-1333 (Descriptor: canonical: osgi.bundle,org.ejml.dense64,0.29.0.v20190617-1333) Mirroring: osgi.bundle,org.bouncycastle.bcpkix,1.65.0.v20200527-1955 (Descriptor: packed: osgi.bundle,org.bouncycastle.bcpkix,1.65.0.v20200527-1955) Mirroring: osgi.bundle,org.bouncycastle.bcpkix,1.65.0.v20200527-1955 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcpkix,1.65.0.v20200527-1955) Mirroring: osgi.bundle,org.glassfish.jersey.core.jersey-server,2.30.1.v20200513-1859 (Descriptor: packed: osgi.bundle,org.glassfish.jersey.core.jersey-server,2.30.1.v20200513-1859) Mirroring: osgi.bundle,org.glassfish.jersey.core.jersey-server,2.30.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.core.jersey-server,2.30.1.v20200513-1859) Mirroring: osgi.bundle,javaewah.source,1.1.7.v20200107-0831 (Descriptor: canonical: osgi.bundle,javaewah.source,1.1.7.v20200107-0831) Mirroring: osgi.bundle,org.glassfish.jersey.ext.entityfiltering,2.30.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.ext.entityfiltering,2.30.1.v20200513-1859) Mirroring: osgi.bundle,org.glassfish.jersey.ext.entityfiltering,2.30.1.v20200513-1859 (Descriptor: packed: osgi.bundle,org.glassfish.jersey.ext.entityfiltering,2.30.1.v20200513-1859) Mirroring: osgi.bundle,org.slf4j.binding.simple.source,1.7.30.v20200204-2150 (Descriptor: canonical: osgi.bundle,org.slf4j.binding.simple.source,1.7.30.v20200204-2150) Mirroring: osgi.bundle,org.apache.commons.math3.source,3.6.1.v20200817-1830 (Descriptor: canonical: osgi.bundle,org.apache.commons.math3.source,3.6.1.v20200817-1830) 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,com.google.gdata.source,1.47.1.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.gdata.source,1.47.1.v20200819-2030) Mirroring: osgi.bundle,org.apache.commons.compress.source,1.19.0.v20200106-2343 (Descriptor: canonical: osgi.bundle,org.apache.commons.compress.source,1.19.0.v20200106-2343) Mirroring: osgi.bundle,com.github.jnr.posix.source,3.0.54.v20200501-1917 (Descriptor: canonical: osgi.bundle,com.github.jnr.posix.source,3.0.54.v20200501-1917) Mirroring: osgi.bundle,net.jini,2.1.0.v20200313-1807 (Descriptor: packed: osgi.bundle,net.jini,2.1.0.v20200313-1807) Mirroring: osgi.bundle,net.jini,2.1.0.v20200313-1807 (Descriptor: canonical: osgi.bundle,net.jini,2.1.0.v20200313-1807) Mirroring: osgi.bundle,org.apache.batik.script,1.9.1.v20190730-1743 (Descriptor: packed: osgi.bundle,org.apache.batik.script,1.9.1.v20190730-1743) Mirroring: osgi.bundle,org.apache.batik.script,1.9.1.v20190730-1743 (Descriptor: canonical: osgi.bundle,org.apache.batik.script,1.9.1.v20190730-1743) Mirroring: osgi.bundle,jakarta.websocket.source,2.0.0.v20210105-1550 (Descriptor: canonical: osgi.bundle,jakarta.websocket.source,2.0.0.v20210105-1550) Mirroring: osgi.bundle,org.apache.maven.resolver.transport.file,1.0.3.v20170405-0725 (Descriptor: packed: osgi.bundle,org.apache.maven.resolver.transport.file,1.0.3.v20170405-0725) 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.opentest4j,1.2.0.v20190826-0900 (Descriptor: packed: osgi.bundle,org.opentest4j,1.2.0.v20190826-0900) Mirroring: osgi.bundle,org.opentest4j,1.2.0.v20190826-0900 (Descriptor: canonical: osgi.bundle,org.opentest4j,1.2.0.v20190826-0900) Mirroring: osgi.bundle,com.sun.xml.bind,2.2.0.v20201118-1845 (Descriptor: packed: osgi.bundle,com.sun.xml.bind,2.2.0.v20201118-1845) Mirroring: osgi.bundle,com.sun.xml.bind,2.2.0.v20201118-1845 (Descriptor: canonical: osgi.bundle,com.sun.xml.bind,2.2.0.v20201118-1845) Mirroring: osgi.bundle,com.atlassian.commonmark-image-attributes.source,0.15.1.v20200707-1444 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-image-attributes.source,0.15.1.v20200707-1444) Mirroring: osgi.bundle,com.google.api.client-json,1.2.3.v20200819-2030 (Descriptor: packed: osgi.bundle,com.google.api.client-json,1.2.3.v20200819-2030) Mirroring: osgi.bundle,com.google.api.client-json,1.2.3.v20200819-2030 (Descriptor: canonical: osgi.bundle,com.google.api.client-json,1.2.3.v20200819-2030) Mirroring: osgi.bundle,org.mandas.docker-client.source,3.2.1.v20200519-1937 (Descriptor: canonical: osgi.bundle,org.mandas.docker-client.source,3.2.1.v20200519-1937) Mirroring: osgi.bundle,org.apache.commons.fileupload,1.3.2.v20170320-2229 (Descriptor: packed: osgi.bundle,org.apache.commons.fileupload,1.3.2.v20170320-2229) 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,org.slf4j.apis.log4j.source,1.7.30.v20200204-2150 (Descriptor: canonical: osgi.bundle,org.slf4j.apis.log4j.source,1.7.30.v20200204-2150) 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.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider.source,2.12.1.v20210128-1726 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider.source,2.12.1.v20210128-1726) Mirroring: osgi.bundle,org.glassfish.hk2.utils,2.6.1.v20200513-1859 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.utils,2.6.1.v20200513-1859) Mirroring: osgi.bundle,org.glassfish.hk2.utils,2.6.1.v20200513-1859 (Descriptor: packed: osgi.bundle,org.glassfish.hk2.utils,2.6.1.v20200513-1859) Mirroring: osgi.bundle,org.slf4j.api.source,1.7.30.v20200204-2150 (Descriptor: canonical: osgi.bundle,org.slf4j.api.source,1.7.30.v20200204-2150) 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.jaxen,1.1.6.v20191106-1554 (Descriptor: packed: osgi.bundle,org.jaxen,1.1.6.v20191106-1554) Mirroring: osgi.bundle,org.jaxen,1.1.6.v20191106-1554 (Descriptor: canonical: osgi.bundle,org.jaxen,1.1.6.v20191106-1554) 13:51:29 [INFO] 13:51:29 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ orbit-bundles-p2-repository-all --- 13:51:29 [INFO] 13:51:29 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ orbit-bundles-p2-repository-all --- 13:51:29 [INFO] 13:51:29 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ orbit-bundles-p2-repository-all --- 13:51:29 [INFO] 13:51:29 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ orbit-bundles-p2-repository-all --- 13:51:29 [INFO] 13:51:29 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ orbit-bundles-p2-repository-all --- 13:51:29 [INFO] 13:51:29 [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default) @ orbit-bundles-p2-repository-all --- 13:51:29 [INFO] Building zip: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository-all/target/orbit-buildrepo-I20210503134800.zip 13:51:38 [INFO] 13:51:38 [INFO] --- maven-install-plugin:2.4:install (default-install) @ orbit-bundles-p2-repository-all --- 13:51:38 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository-all/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/orbit-bundles-p2-repository-all/1.0.0-SNAPSHOT/orbit-bundles-p2-repository-all-1.0.0-SNAPSHOT.pom 13:51:38 [INFO] 13:51:38 [INFO] ---------< org.eclipse.orbit.bundles:orbit-repository-report >---------- 13:51:38 [INFO] Building Eclipse Orbit :: Repository Report 1.0.0-SNAPSHOT [4/4] 13:51:38 [INFO] --------------------------------[ jar ]--------------------------------- 13:51:39 [INFO] 13:51:39 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ orbit-repository-report --- 13:51:39 [INFO] 13:51:39 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ orbit-repository-report --- 13:51:39 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:51:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository-report/src/main/resources 13:51:39 [INFO] 13:51:39 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ orbit-repository-report --- 13:51:39 [INFO] No sources to compile 13:51:39 [INFO] 13:51:39 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ orbit-repository-report --- 13:51:39 [INFO] Using 'UTF-8' encoding to copy filtered resources. 13:51:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository-report/src/test/resources 13:51:39 [INFO] 13:51:39 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ orbit-repository-report --- 13:51:39 [INFO] No sources to compile 13:51:39 [INFO] 13:51:39 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ orbit-repository-report --- 13:51:41 [INFO] No tests to run. 13:51:41 [INFO] 13:51:41 [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ orbit-repository-report --- 13:51:44 [WARNING] JAR will be empty - no content was marked for inclusion! 13:51:44 [INFO] Building jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository-report/target/orbit-repository-report-1.0.0-SNAPSHOT.jar 13:51:44 [INFO] 13:51:44 [INFO] --- ebr-maven-plugin:1.3.0-SNAPSHOT:eclipse-ip-info (default) @ orbit-repository-report --- 13:51:44 [INFO] 13:51:44 [INFO] --- tycho-pack200a-plugin:1.7.0:normalize (pack200-normalize) @ orbit-repository-report --- 13:51:44 [INFO] 13:51:44 [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ orbit-repository-report --- 13:51:44 [INFO] Signing jar: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository-report/target/orbit-repository-report-1.0.0-SNAPSHOT.jar 13:51:46 [INFO] 13:51:46 [INFO] --- tycho-pack200b-plugin:1.7.0:pack (pack200-pack) @ orbit-repository-report --- 13:51:46 [INFO] 13:51:46 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ orbit-repository-report --- 13:51:46 [INFO] 13:51:46 [INFO] --- tycho-eclipserun-plugin:1.7.0:eclipse-run (default) @ orbit-repository-report --- 13:51:46 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/analyzers/4.6/I20161201-1633/ (172B) 13:51:46 [INFO] Adding repository https://download.eclipse.org/cbi/updates/analyzers/4.6/I20161201-1633 13:51:46 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/analyzers/4.6/I20161201-1633/ (6.04kB) 13:51:46 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/ (142B) 13:51:46 [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200 13:51:46 [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/ (109.39kB) 13:51:47 [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from https://download.eclipse.org/cbi/updates/analyzers/4.6/I20161201-1633/plugins/ (591.9kB) 13:51:48 [INFO] Fetching R-4.6.1-201609071200&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.6/ 13:51:48 [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (21.32kB) 13:51:48 [INFO] Fetching org.eclipse.osgi_3.11.1.v20160708-1632.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (434.88kB) 13:51:48 [INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (347.67kB) 13:51:48 [INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (154.43kB) 13:51:49 [INFO] Fetching org.apache.batik.util.gui_1.7.0.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (207.37kB) 13:51:49 [INFO] Fetching org.apache.felix.gogo.command_0.10.0.v201209301215.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (30.58kB) 13:51:49 [INFO] Fetching org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (33.64kB) 13:51:49 [INFO] Fetching org.eclipse.osgi.services_3.5.100.v20160504-1419.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (40.14kB) 13:51:49 [INFO] Fetching org.apache.felix.gogo.shell_0.10.0.v201212101605.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (30.06kB) 13:51:49 [INFO] Fetching org.apache.httpcomponents.httpclient_4.3.6.v201511171540.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (253.65kB) 13:51:49 [INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (92.14kB) 13:51:50 [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (35.64kB) 13:51:50 [INFO] Fetching org.apache.httpcomponents.httpcore_4.3.3.v201411290715.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (101.93kB) 13:51:50 [INFO] Fetching org.eclipse.cbi.p2repo.analyzers_2.0.0.201612011634.jar.pack.gz from https://download.eclipse.org/cbi/updates/analyzers/4.6/I20161201-1633/plugins/ (74.3kB) 13:51:50 [INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (35.25kB) 13:51:50 [INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (51.37kB) 13:51:50 [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (40.76kB) 13:51:50 [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (37.96kB) 13:51:51 [INFO] Fetching org.eclipse.equinox.p2.core_2.4.100.v20160419-0834.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (29.98kB) 13:51:51 [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (101.77kB) 13:51:51 [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (52.26kB) 13:51:51 [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (47.43kB) 13:51:51 [INFO] Fetching org.eclipse.xtend.lib_2.9.2.v201603040440.jar.pack.gz from https://download.eclipse.org/cbi/updates/analyzers/4.6/I20161201-1633/plugins/ (87.92kB) 13:51:51 [INFO] Fetching org.eclipse.cbi.p2repo.analyzers.common_2.0.0.201612011634.jar.pack.gz from https://download.eclipse.org/cbi/updates/analyzers/4.6/I20161201-1633/plugins/ (24.6kB) 13:51:51 [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from https://download.eclipse.org/cbi/updates/analyzers/4.6/I20161201-1633/plugins/ (283.72kB) 13:51:51 [INFO] Fetching org.eclipse.core.commands_3.8.0.v20160316-1921.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (43.03kB) 13:51:52 [INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (39.58kB) 13:51:52 [INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (53.94kB) 13:51:52 [INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (71.51kB) 13:51:52 [INFO] Fetching org.eclipse.core.databinding_1.6.0.v20160412-0910.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (57.81kB) 13:51:52 [INFO] Fetching org.eclipse.core.databinding.observable_1.6.0.v20160511-1747.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (90.47kB) 13:51:52 [INFO] Fetching org.eclipse.core.databinding.property_1.6.0.v20160427-0852.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (49.78kB) 13:51:52 [INFO] Fetching com.ibm.icu_56.1.0.v201601250100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (8.22MB) 13:51:55 [INFO] Fetching org.eclipse.core.databinding.beans_1.3.100.v20160509-1025.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (22.92kB) 13:51:55 [INFO] Fetching org.eclipse.core.expressions_3.5.100.v20160418-1621.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (32.83kB) 13:51:55 [INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (46.37kB) 13:51:55 [INFO] Fetching org.eclipse.e4.core.commands_0.11.100.v20160506-0804.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (13.72kB) 13:51:56 [INFO] Fetching org.eclipse.e4.core.di_1.6.1.v20160712-0927.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (26.23kB) 13:51:56 [INFO] Fetching org.eclipse.e4.core.contexts_1.5.0.v20160504-0909.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (22.42kB) 13:51:56 [INFO] Fetching org.eclipse.e4.core.services_2.0.100.v20160509-1032.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (23.39kB) 13:51:56 [INFO] Fetching org.eclipse.e4.core.di.annotations_1.5.0.v20151127-1241.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (7.59kB) 13:51:56 [INFO] Fetching org.eclipse.e4.core.di.extensions_0.14.0.v20160211-1614.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (13.88kB) 13:51:56 [INFO] Fetching org.eclipse.e4.emf.xpath_0.1.200.v20160506-0804.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (21.67kB) 13:51:56 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (98kB) 13:51:57 [INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (366.46kB) 13:51:57 [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1.v20160829-0832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (72.42kB) 13:51:57 [INFO] Fetching org.eclipse.e4.ui.bindings_0.11.100.v20160509-1025.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (24.02kB) 13:51:57 [INFO] Fetching org.eclipse.e4.ui.model.workbench_1.2.0.v20160229-1459.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (106.56kB) 13:51:57 [INFO] Fetching org.eclipse.e4.ui.services_1.2.100.v20160506-0759.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (14.13kB) 13:51:57 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.0.v20160525-0940.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (97.96kB) 13:51:58 [INFO] Fetching org.eclipse.e4.ui.workbench_1.4.0.v20160517-1624.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (81.91kB) 13:51:58 [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.0.v20160505-1310.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (64.85kB) 13:51:58 [INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.100.v20160517-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (80.01kB) 13:51:58 [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.100.v20160523-0836.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (16.11kB) 13:51:58 [INFO] Fetching org.eclipse.e4.ui.di_1.1.100.v20160506-0759.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (9.57kB) 13:51:58 [INFO] Fetching org.eclipse.e4.ui.widgets_1.1.100.v20160506-0759.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (9.84kB) 13:51:58 [INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (89.5kB) 13:51:59 [INFO] Fetching org.eclipse.equinox.event_1.3.200.v20160324-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (16.25kB) 13:51:59 [INFO] Fetching org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (29kB) 13:51:59 [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (22.71kB) 13:51:59 [INFO] Fetching org.eclipse.osgi.compatibility.state_1.0.200.v20160504-1419.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (101.7kB) 13:51:59 [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.400.v20160518-1444.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (82.3kB) 13:51:59 [INFO] Fetching org.eclipse.swt_3.105.1.v20160907-0248.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (18.2kB) 13:51:59 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.105.1.v20160907-0248.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (1.28MB) 13:52:00 [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (30.41kB) 13:52:00 [INFO] Fetching org.eclipse.jface_3.12.0.v20160518-1929.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (344.71kB) 13:52:00 [INFO] Fetching org.eclipse.jface.databinding_1.8.0.v20160420-2231.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (70.65kB) 13:52:01 [INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (7.92kB) 13:52:01 [INFO] Fetching org.eclipse.equinox.console_1.1.200.v20150929-1405.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (48.93kB) 13:52:01 [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.100.v20160831-1151.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (54.07kB) 13:52:01 [INFO] Fetching org.eclipse.equinox.bidi_1.0.0.v20160307-1318.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (23.14kB) 13:52:01 [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.0.v20151127-1218.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (22.36kB) 13:52:01 [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.100.v20160301-1001.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (7.95kB) 13:52:01 [INFO] Fetching org.eclipse.e4.rcp_1.5.1.v20160907-0248.jar from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/features/ (19.81kB) 13:52:01 [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20160420-0247.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (36.05kB) 13:52:02 [INFO] Fetching org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (80.33kB) 13:52:02 [INFO] Fetching org.eclipse.ecf_3.8.0.v20160405-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (41.32kB) 13:52:02 [INFO] Fetching org.eclipse.ecf.identity_3.7.0.v20160405-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (26.48kB) 13:52:02 [INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (11.04kB) 13:52:02 [INFO] Fetching org.eclipse.ecf.core.feature_1.3.0.v20160405-1820.jar from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/features/ (18.79kB) 13:52:02 [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160405-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (9.62kB) 13:52:03 [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20160405-1820.jar from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/features/ (18.77kB) 13:52:03 [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160405-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (20.24kB) 13:52:03 [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.200.v20160405-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (45kB) 13:52:03 [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.1.v20160405-1820.jar from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/features/ (26.88kB) 13:52:03 [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.100.v20160405-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (32.36kB) 13:52:04 [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.1.v20160405-1820.jar from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/features/ (26.86kB) 13:52:04 [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160405-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (11.7kB) 13:52:04 [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20160405-1820.jar from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/features/ (26.78kB) 13:52:04 [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160405-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (7.42kB) 13:52:04 [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20160405-1820.jar from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/features/ (22.81kB) 13:52:04 [INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (104.54kB) 13:52:04 [INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/features/ (17.8kB) 13:52:04 [INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/features/ (17.84kB) 13:52:05 [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (19.03kB) 13:52:05 [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.700.v20160102-2223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (32.2kB) 13:52:05 [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.500.v20160419-0834.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (52.25kB) 13:52:05 [INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (36.04kB) 13:52:05 [INFO] Fetching org.eclipse.equinox.p2.console_1.0.500.v20160504-1450.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (17.42kB) 13:52:05 [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (45.05kB) 13:52:06 [INFO] Fetching org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (71.28kB) 13:52:06 [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (13.84kB) 13:52:06 [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.400.v20160419-0834.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (44.19kB) 13:52:06 [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.100.v20160419-0834.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (32.42kB) 13:52:07 [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.200.v20160504-1450.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (15.76kB) 13:52:07 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (103.26kB) 13:52:07 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (72.9kB) 13:52:07 [INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (42.22kB) 13:52:07 [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.200.v20160606-1311.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (21.46kB) 13:52:07 [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.200.v20160504-1450.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (31.23kB) 13:52:07 [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.3.200.v20160815-1406.jar from https://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/features/ (18.33kB) 13:52:07 [INFO] Fetching org.eclipse.xtext.xbase.lib_2.9.2.v201603040440.jar.pack.gz from https://download.eclipse.org/cbi/updates/analyzers/4.6/I20161201-1633/plugins/ (44.48kB) 13:52:08 [INFO] Fetching org.eclipse.xtend.lib.macro_2.9.2.v201603040440.jar.pack.gz from https://download.eclipse.org/cbi/updates/analyzers/4.6/I20161201-1633/plugins/ (20.31kB) 13:52:08 [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from https://download.eclipse.org/cbi/updates/analyzers/4.6/I20161201-1633/plugins/ (19.33kB) 13:52:08 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest] 13:52:08 [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository-report/target/eclipserun-work/data/.metadata/.log 13:52:08 [INFO] Command line: [/opt/tools/java/oracle/jdk-8/latest/bin/java, -DreportRepoDir=/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository-report/target/../../repository-all/target/repository, -DreportOutputDir=/home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository-report/target, -DreferenceRepo=/home/data/httpd/download.eclipse.org/tools/orbit/downloads/drops/S20210406213021/repository, -jar, /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.200.v20160318-1642/org.eclipse.equinox.launcher-1.3.200.v20160318-1642.jar, -install, /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository-report/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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/S20210406213021/repository output: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository-report/target/reporeports/reports/versionPatterns.txt output: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository-report/target/reporeports/reports/nonUniqueVersions.txt output: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository-report/target/reporeports/reports/featureNames.html output: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository-report/target/reporeports/reports/bundleNames.html output: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/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-signed/releng/repository-report/target/reporeports/reports/copyrights.html output: /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository-report/target/reporeports/reports/descriptions.html Reports completed as expected. Took: 9.263 min 14:01:26 [INFO] 14:01:26 [INFO] --- maven-install-plugin:2.4:install (default-install) @ orbit-repository-report --- 14:01:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository-report/target/orbit-repository-report-1.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/orbit-repository-report/1.0.0-SNAPSHOT/orbit-repository-report-1.0.0-SNAPSHOT.jar 14:01:26 [INFO] Installing /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/releng/repository-report/pom.xml to /home/jenkins/agent/workspace/gerrit-orbit-recipes-signed/.repository/org/eclipse/orbit/bundles/orbit-repository-report/1.0.0-SNAPSHOT/orbit-repository-report-1.0.0-SNAPSHOT.pom 14:01:26 [INFO] ------------------------------------------------------------------------ 14:01:26 [INFO] Reactor Summary: 14:01:26 [INFO] 14:01:26 [INFO] Eclipse Orbit :: Releng 1.0.0-SNAPSHOT ............. SUCCESS [ 0.256 s] 14:01:26 [INFO] Eclipse Orbit :: P2 Repository ..................... SUCCESS [ 43.220 s] 14:01:26 [INFO] Eclipse Orbit :: P2 Repository (All Content) ....... SUCCESS [02:38 min] 14:01:26 [INFO] Eclipse Orbit :: Repository Report 1.0.0-SNAPSHOT .. SUCCESS [09:47 min] 14:01:26 [INFO] ------------------------------------------------------------------------ 14:01:26 [INFO] BUILD SUCCESS 14:01:26 [INFO] ------------------------------------------------------------------------ 14:01:26 [INFO] Total time: 13:25 min 14:01:26 [INFO] Finished at: 2021-05-03T14:01:26Z 14:01:26 [INFO] ------------------------------------------------------------------------ Archiving artifacts Finished: SUCCESS