Skip to content

Console Output

Started by user Leif Geiger
Running as Leif Geiger
Agent basic-2p5b7 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-2p5b7"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.mpc.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-2p5b7"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-2p5b7"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.mpc.svc.cluster.local/mpc/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-mpc"
      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-2p5b7 in workspace /home/jenkins/agent/workspace/epp-mpc-httpclient-feature
No credentials specified
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc.git
 > git init /home/jenkins/agent/workspace/epp-mpc-httpclient-feature # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc.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/mpc/org.eclipse.epp.mpc.git # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc.git
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 787e0523630875fe206c15ec8b86db64f70c75d5 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 787e0523630875fe206c15ec8b86db64f70c75d5 # timeout=10
Commit message: "[Releng] Adapted promotion scripts to new JIPP"
 > git rev-list --no-walk 93c1ae5e5c8ad40e7428167871843e465f006734 # timeout=10
[epp-mpc-httpclient-feature] $ /opt/tools/apache-maven/latest/bin/mvn -f httpclient-target-site/pom.xml -Dtycho.disableP2Mirrors=true -DskipTests=true -Dtycho.localArtifacts=ignore -Dsurefire.timeout=1500 -Dmaven.repo.local=/home/jenkins/agent/workspace/epp-mpc-httpclient-feature/.repository clean package -B
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc.apache.httpclient:org.eclipse.epp.mpc.apache.httpclient.feature:4.5.10-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/S20210105214148/repository/ (134B)
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/S20210105214148/repository/ (134B)
[INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/S20210105214148/repository
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/S20210105214148/repository/
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/S20210105214148/repository/
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/ (106.52kB)
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/ (106.52kB)
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/ (98.35kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/ (98.35kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc.apache.httpclient:org.eclipse.epp.mpc.apache.httpclient.feature:4.5.10-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/pom.xml
[INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (1.28MB)
[INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (1.28MB)
[INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (328.72kB)
[INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (328.72kB)
[INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (143.98kB)
[INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (143.98kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (33.71kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (33.71kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200830-2311.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (333.69kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200830-2311.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (333.69kB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (109.72kB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (109.72kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.10.v20200830-2311.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (17.3kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.10.v20200830-2311.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (17.3kB)
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc.apache.httpclient:org.eclipse.epp.mpc.apache.httpclient.feature:4.5.10-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc.apache.httpclient:org.eclipse.epp.mpc.apache.httpclient.site:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc.apache.httpclient:org.eclipse.epp.mpc.apache.httpclient.site:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc.apache.httpclient:org.eclipse.epp.mpc.apache.httpclient.site:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] HttpClient Wrapper Feature Parent                                  [pom]
[INFO] HttpClient Target Definition                 [eclipse-target-definition]
[INFO] HttpClient Wrapper Feature                             [eclipse-feature]
[INFO] HttpClient Feature Site                             [eclipse-repository]
[INFO] 
[INFO] --< org.eclipse.epp.mpc.apache.httpclient:org.eclipse.epp.mpc.apache.httpclient.parent >--
[INFO] Building HttpClient Wrapper Feature Parent 1.0.0-SNAPSHOT          [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.apache.httpclient.parent ---
[INFO] 
[INFO] ------< org.eclipse.epp.mpc.apache.httpclient:httpclient-target >-------
[INFO] Building HttpClient Target Definition 1.0.0-SNAPSHOT               [2/4]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ httpclient-target ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:package-target-definition (default-package-target-definition) @ httpclient-target ---
[INFO] 
[INFO] --< org.eclipse.epp.mpc.apache.httpclient:org.eclipse.epp.mpc.apache.httpclient.feature >--
[INFO] Building HttpClient Wrapper Feature 4.5.10-SNAPSHOT                [3/4]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.apache.httpclient.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.mpc.apache.httpclient.feature ---
[INFO] The project's OSGi version is 4.5.10.202008302311
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.epp.mpc.apache.httpclient.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.epp.mpc.apache.httpclient.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.epp.mpc.apache.httpclient.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.epp.mpc.apache.httpclient.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/target/org.eclipse.epp.mpc.apache.httpclient.feature-4.5.10-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.apache.httpclient.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.mpc.apache.httpclient.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (source-feature) @ org.eclipse.epp.mpc.apache.httpclient.feature ---
Jan 08, 2021 10:46:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Jan 08, 2021 10:46:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
[INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.12.v20200108-1212.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (431.64kB)
[INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.12.v20200108-1212.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (431.64kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.10.v20200830-2311.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (965.36kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.10.v20200830-2311.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (965.36kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.win.source_4.5.10.v20200830-2311.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (29.92kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.win.source_4.5.10.v20200830-2311.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (29.92kB)
[INFO] Fetching com.sun.jna.source_4.5.1.v20190425-1842.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (163.15kB)
[INFO] Fetching com.sun.jna.source_4.5.1.v20190425-1842.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (163.15kB)
[INFO] Fetching com.sun.jna.platform.source_4.5.1.v20190425-1842.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (912.59kB)
[INFO] Fetching com.sun.jna.platform.source_4.5.1.v20190425-1842.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/S20210105214148/repository/plugins/ (912.59kB)
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.feature/target/org.eclipse.epp.mpc.apache.httpclient.feature-4.5.10-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.apache.httpclient.feature ---
[INFO] 
[INFO] --< org.eclipse.epp.mpc.apache.httpclient:org.eclipse.epp.mpc.apache.httpclient.site >--
[INFO] Building HttpClient Feature Site 1.0.0-SNAPSHOT                    [4/4]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.apache.httpclient.site ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.mpc.apache.httpclient.site ---
[INFO] The project's OSGi version is 1.0.0.202101081041
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.epp.mpc.apache.httpclient.site ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.epp.mpc.apache.httpclient.site ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-promotion) @ org.eclipse.epp.mpc.apache.httpclient.site ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[WARNING] Please take a look into the FAQ: https://maven.apache.org/general.html#encoding-warning
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.epp.mpc.apache.httpclient.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.epp.mpc.apache.httpclient.site ---
[INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0, config.a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-products (default-publish-products) @ org.eclipse.epp.mpc.apache.httpclient.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-categories (default-publish-categories) @ org.eclipse.epp.mpc.apache.httpclient.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.5.1:attach-artifacts (default-attach-artifacts) @ org.eclipse.epp.mpc.apache.httpclient.site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.5.1:assemble-repository (default-assemble-repository) @ org.eclipse.epp.mpc.apache.httpclient.site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.5.1:archive-repository (default-archive-repository) @ org.eclipse.epp.mpc.apache.httpclient.site ---
[INFO] Building zip: /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/target/org.eclipse.epp.mpc.apache.httpclient.site-1.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (promote-assembly) @ org.eclipse.epp.mpc.apache.httpclient.site ---
[INFO] Reading assembly descriptor: promote-assembly.xml
[INFO] Building zip: /home/jenkins/agent/workspace/epp-mpc-httpclient-feature/httpclient-target-site/org.eclipse.epp.mpc.apache.httpclient.site/target/org.eclipse.epp.mpc.apache.httpclient.site-promote.zip
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.apache.httpclient.site ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] HttpClient Wrapper Feature Parent 1.0.0-SNAPSHOT ... SUCCESS [  0.152 s]
[INFO] HttpClient Target Definition 1.0.0-SNAPSHOT ........ SUCCESS [  0.773 s]
[INFO] HttpClient Wrapper Feature 4.5.10-SNAPSHOT ......... SUCCESS [  1.153 s]
[INFO] HttpClient Feature Site 1.0.0-SNAPSHOT ............. SUCCESS [  2.074 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  16.089 s
[INFO] Finished at: 2021-01-08T10:46:47Z
[INFO] ------------------------------------------------------------------------
Archiving artifacts
Finished: SUCCESS