Console Output
Started by upstream project "test-origin-metrics" build number 327
originally caused by:
Started by remote host 50.17.198.52
[EnvInject] - Loading node environment variables.
Building in workspace /var/lib/jenkins/jobs/build-and-release-latest-origin-metrics/workspace
[workspace] $ /bin/sh -xe /tmp/jenkins8605375635899990471.sh
+ OS=rhel7
+ HUB=https://github.com/openshift
+ NAME=origin-metrics
+ BRANCH=master
+ LOCAL_REPO=/tmp/origin-metrics
+ REMOTE=https://github.com/openshift/origin-metrics
+ vagrant origin-local-checkout --replace
You don't seem to have the GOPATH environment variable set on your system.
See: 'go help gopath' for more details about GOPATH.
Waiting for the cloning process to finish
Checking repo integrity for /var/lib/jenkins/jobs/build-and-release-latest-origin-metrics/workspace/origin
~/jobs/build-and-release-latest-origin-metrics/workspace/origin ~/jobs/build-and-release-latest-origin-metrics/workspace
# On branch master
nothing to commit, working directory clean
~/jobs/build-and-release-latest-origin-metrics/workspace
Replacing: /var/lib/jenkins/jobs/build-and-release-latest-origin-metrics/workspace/origin
~/jobs/build-and-release-latest-origin-metrics/workspace/origin ~/jobs/build-and-release-latest-origin-metrics/workspace
From https://github.com/openshift/origin
95c5c16..a846d3d master -> origin/master
Already on 'master'
Your branch is behind 'origin/master' by 2 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
HEAD is now at a846d3d Merge pull request #19565 from pravisankar/fix-updateegress-error
Removing .vagrant-openshift.json
Removing .vagrant/
fatal: branch name required
~/jobs/build-and-release-latest-origin-metrics/workspace
Origin repositories cloned into /var/lib/jenkins/jobs/build-and-release-latest-origin-metrics/workspace
+ pushd origin
~/jobs/build-and-release-latest-origin-metrics/workspace/origin ~/jobs/build-and-release-latest-origin-metrics/workspace
+ vagrant origin-init --stage deps --os rhel7 --required-name-tag ready --instance-type c4.large devenv-metrics-rhel7_162
Reading AWS credentials from /var/lib/jenkins/.awscred
Searching devenv-rhel7-base_* for latest base AMI (required_name_tag=ready)
Found: ami-10aed306 (devenv-rhel7-base_2864)
++ seq 0 2
+ for i in '$(seq 0 2)'
+ vagrant up --provider aws
Bringing machine 'openshiftdev' up with 'aws' provider...
==> openshiftdev: Warning! The AWS provider doesn't support any of the Vagrant
==> openshiftdev: high-level network configurations (`config.vm.network`). They
==> openshiftdev: will be silently ignored.
==> openshiftdev: Warning! You're launching this instance into a VPC without an
==> openshiftdev: elastic IP. Please verify you're properly connected to a VPN so
==> openshiftdev: you can access this machine, otherwise Vagrant will not be able
==> openshiftdev: to SSH into it.
==> openshiftdev: Launching an instance with the following settings...
==> openshiftdev: -- Type: c4.large
==> openshiftdev: -- AMI: ami-10aed306
==> openshiftdev: -- Region: us-east-1
==> openshiftdev: -- Keypair: libra
==> openshiftdev: -- Subnet ID: subnet-cf57c596
==> openshiftdev: -- User Data: yes
==> openshiftdev: -- User Data:
==> openshiftdev: # cloud-config
==> openshiftdev:
==> openshiftdev: growpart:
==> openshiftdev: mode: auto
==> openshiftdev: devices: ['/']
==> openshiftdev: runcmd:
==> openshiftdev: - [ sh, -xc, "sed -i s/^Defaults.*requiretty/#Defaults requiretty/g /etc/sudoers"]
==> openshiftdev:
==> openshiftdev: -- Block Device Mapping: [{"DeviceName"=>"/dev/sda1", "Ebs.VolumeSize"=>25, "Ebs.VolumeType"=>"gp2"}, {"DeviceName"=>"/dev/sdb", "Ebs.VolumeSize"=>35, "Ebs.VolumeType"=>"gp2"}]
==> openshiftdev: -- Terminate On Shutdown: false
==> openshiftdev: -- Monitoring: false
==> openshiftdev: -- EBS optimized: false
==> openshiftdev: -- Assigning a public IP address in a VPC: false
==> openshiftdev: Waiting for instance to become "ready"...
==> openshiftdev: Waiting for SSH to become available...
==> openshiftdev: Machine is booted and ready for use!
==> openshiftdev: Running provisioner: setup (shell)...
openshiftdev: Running: /tmp/vagrant-shell20180501-29884-1896via.sh
+ break
+ vagrant_ssh 'sudo systemctl start docker'
+ vagrant ssh -c 'sudo systemctl start docker'
+ vagrant_ssh 'rm -rf /tmp/origin-metrics && mkdir -p /tmp/origin-metrics && git clone https://github.com/openshift/origin-metrics --recursive --recurse-submodules --depth 1 --branch master /tmp/origin-metrics'
+ vagrant ssh -c 'rm -rf /tmp/origin-metrics && mkdir -p /tmp/origin-metrics && git clone https://github.com/openshift/origin-metrics --recursive --recurse-submodules --depth 1 --branch master /tmp/origin-metrics'
Cloning into '/tmp/origin-metrics'...
+ vagrant_ssh 'pushd /tmp/origin-metrics && hack/build-images.sh --verbose'
+ vagrant ssh -c 'pushd /tmp/origin-metrics && hack/build-images.sh --verbose'
/tmp/origin-metrics ~
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525202984
+ comp_path=hack/../deployer/
+ docker_tag=openshift/origin-metrics-deployer:latest
+ echo
+ echo
--- Building component 'hack/../deployer/' with docker tag 'openshift/origin-metrics-deployer:latest' ---
+ echo '--- Building component '\''hack/../deployer/'\'' with docker tag '\''openshift/origin-metrics-deployer:latest'\'' ---'
+ docker build -t openshift/origin-metrics-deployer:latest hack/../deployer/
Sending build context to Docker daemon 90.11 kB
Step 1 : FROM openshift/origin:latest
Trying to pull repository docker.io/openshift/origin ...
latest: Pulling from docker.io/openshift/origin
469cfcc7a4b3: Pulling fs layer
fe42eed05385: Pulling fs layer
c63379d8c862: Pulling fs layer
d37eef4db7dd: Pulling fs layer
d37eef4db7dd: Waiting
fe42eed05385: Verifying Checksum
fe42eed05385: Download complete
469cfcc7a4b3: Verifying Checksum
469cfcc7a4b3: Download complete
c63379d8c862: Verifying Checksum
c63379d8c862: Download complete
d37eef4db7dd: Verifying Checksum
d37eef4db7dd: Download complete
469cfcc7a4b3: Pull complete
fe42eed05385: Pull complete
c63379d8c862: Pull complete
d37eef4db7dd: Pull complete
Digest: sha256:4d50b0ed97aa0ae65eaf0b3996d8179d58c12a130821356d42347a75c5405eff
---> 5ee45e5b2eb9
Step 2 : MAINTAINER Hawkular Metrics <hawkular-dev@lists.jboss.org>
---> Running in a454a6489449
---> c31adbf473ac
Removing intermediate container a454a6489449
Step 3 : ENV BIN_DIR /opt/deploy PROCESSING_DIR /etc/deploy/_output KUBECONFIG /etc/deploy/.kubeconfig WRITE_KUBECONFIG 1 SECRET_DIR /secret
---> Running in 74b2665df952
---> 24380574f640
Removing intermediate container 74b2665df952
Step 4 : RUN yum install -y java-1.8.0-openjdk openssl httpd-tools bind-utils && yum clean all
---> Running in cada55af85b7
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
* base: mirror.ash.fastserv.com
* extras: mirror.atlanticmetro.net
* updates: repos-va.psychz.net
Resolving Dependencies
--> Running transaction check
---> Package bind-utils.x86_64 32:9.9.4-51.el7_4.2 will be installed
--> Processing Dependency: bind-libs = 32:9.9.4-51.el7_4.2 for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: liblwres.so.90()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: libisccfg.so.90()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: libisccc.so.90()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: libisc.so.95()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: libdns.so.100()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: libbind9.so.90()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: libGeoIP.so.1()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
---> Package httpd-tools.x86_64 0:2.4.6-67.el7.centos.6 will be installed
--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-tools-2.4.6-67.el7.centos.6.x86_64
--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-tools-2.4.6-67.el7.centos.6.x86_64
---> Package java-1.8.0-openjdk.x86_64 1:1.8.0.161-0.b14.el7_4 will be installed
--> Processing Dependency: java-1.8.0-openjdk-headless(x86-64) = 1:1.8.0.161-0.b14.el7_4 for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjvm.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjli.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjava.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: fontconfig(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libpng15.so.15()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjvm.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjli.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjava.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libawt.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libasound.so.2()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libXrender.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libXext.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libXcomposite.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libX11.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
---> Package openssl.x86_64 1:1.0.2k-8.el7 will be installed
--> Processing Dependency: make for package: 1:openssl-1.0.2k-8.el7.x86_64
--> Running transaction check
---> Package GeoIP.x86_64 0:1.5.0-11.el7 will be installed
---> Package alsa-lib.x86_64 0:1.1.3-3.el7 will be installed
---> Package apr.x86_64 0:1.4.8-3.el7_4.1 will be installed
---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed
---> Package bind-libs.x86_64 32:9.9.4-51.el7_4.2 will be installed
---> Package fontconfig.x86_64 0:2.10.95-11.el7 will be installed
--> Processing Dependency: freetype for package: fontconfig-2.10.95-11.el7.x86_64
--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-11.el7.x86_64
--> Processing Dependency: font(:lang=en) for package: fontconfig-2.10.95-11.el7.x86_64
--> Processing Dependency: libfreetype.so.6()(64bit) for package: fontconfig-2.10.95-11.el7.x86_64
---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed
--> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
--> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.161-0.b14.el7_4 will be installed
--> Processing Dependency: tzdata-java >= 2015d for package: 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: copy-jdk-configs >= 2.2 for package: 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: lksctp-tools(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: jpackage-utils for package: 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_64
---> Package libX11.x86_64 0:1.6.5-1.el7 will be installed
--> Processing Dependency: libX11-common >= 1.6.5-1.el7 for package: libX11-1.6.5-1.el7.x86_64
--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.5-1.el7.x86_64
---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed
---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed
---> Package libXrender.x86_64 0:0.9.10-1.el7 will be installed
---> Package libXtst.x86_64 0:1.2.3-1.el7 will be installed
---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed
---> Package make.x86_64 1:3.82-23.el7 will be installed
---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed
--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
--> Running transaction check
---> Package copy-jdk-configs.noarch 0:2.2-5.el7_4 will be installed
---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
---> Package freetype.x86_64 0:2.4.11-15.el7 will be installed
---> Package javapackages-tools.noarch 0:3.4.1-11.el7 will be installed
--> Processing Dependency: python-javapackages = 3.4.1-11.el7 for package: javapackages-tools-3.4.1-11.el7.noarch
--> Processing Dependency: libxslt for package: javapackages-tools-3.4.1-11.el7.noarch
---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed
---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed
---> Package libX11-common.noarch 0:1.6.5-1.el7 will be installed
---> Package libxcb.x86_64 0:1.12-1.el7 will be installed
--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.12-1.el7.x86_64
---> Package lksctp-tools.x86_64 0:1.0.17-2.el7 will be installed
---> Package stix-fonts.noarch 0:1.1.0-5.el7 will be installed
---> Package ttmkfdir.x86_64 0:3.0.9-42.el7 will be installed
---> Package tzdata-java.noarch 0:2018d-1.el7 will be installed
---> Package xorg-x11-font-utils.x86_64 1:7.5-20.el7 will be installed
--> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64
--> Processing Dependency: libXfont.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64
--> Running transaction check
---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
---> Package libXfont.x86_64 0:1.5.2-1.el7 will be installed
---> Package libfontenc.x86_64 0:1.1.3-3.el7 will be installed
---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
---> Package python-javapackages.noarch 0:3.4.1-11.el7 will be installed
--> Processing Dependency: python-lxml for package: python-javapackages-3.4.1-11.el7.noarch
--> Running transaction check
---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository
Size
================================================================================
Installing:
bind-utils x86_64 32:9.9.4-51.el7_4.2 updates 203 k
httpd-tools x86_64 2.4.6-67.el7.centos.6 updates 88 k
java-1.8.0-openjdk x86_64 1:1.8.0.161-0.b14.el7_4 updates 243 k
openssl x86_64 1:1.0.2k-8.el7 base 492 k
Installing for dependencies:
GeoIP x86_64 1.5.0-11.el7 base 1.1 M
alsa-lib x86_64 1.1.3-3.el7 base 421 k
apr x86_64 1.4.8-3.el7_4.1 updates 103 k
apr-util x86_64 1.5.2-6.el7 base 92 k
bind-libs x86_64 32:9.9.4-51.el7_4.2 updates 1.0 M
copy-jdk-configs noarch 2.2-5.el7_4 updates 19 k
fontconfig x86_64 2.10.95-11.el7 base 229 k
fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k
freetype x86_64 2.4.11-15.el7 base 392 k
giflib x86_64 4.1.6-9.el7 base 40 k
java-1.8.0-openjdk-headless x86_64 1:1.8.0.161-0.b14.el7_4 updates 32 M
javapackages-tools noarch 3.4.1-11.el7 base 73 k
libICE x86_64 1.0.9-9.el7 base 66 k
libSM x86_64 1.2.2-2.el7 base 39 k
libX11 x86_64 1.6.5-1.el7 base 606 k
libX11-common noarch 1.6.5-1.el7 base 164 k
libXau x86_64 1.0.8-2.1.el7 base 29 k
libXcomposite x86_64 0.4.4-4.1.el7 base 22 k
libXext x86_64 1.3.3-3.el7 base 39 k
libXfont x86_64 1.5.2-1.el7 base 152 k
libXi x86_64 1.7.9-1.el7 base 40 k
libXrender x86_64 0.9.10-1.el7 base 26 k
libXtst x86_64 1.2.3-1.el7 base 20 k
libfontenc x86_64 1.1.3-3.el7 base 31 k
libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
libpng x86_64 2:1.5.13-7.el7_2 base 213 k
libxcb x86_64 1.12-1.el7 base 211 k
libxslt x86_64 1.1.28-5.el7 base 242 k
lksctp-tools x86_64 1.0.17-2.el7 base 88 k
make x86_64 1:3.82-23.el7 base 420 k
python-javapackages noarch 3.4.1-11.el7 base 31 k
python-lxml x86_64 3.2.1-4.el7 base 758 k
stix-fonts noarch 1.1.0-5.el7 base 1.3 M
ttmkfdir x86_64 3.0.9-42.el7 base 48 k
tzdata-java noarch 2018d-1.el7 updates 184 k
xorg-x11-font-utils x86_64 1:7.5-20.el7 base 87 k
xorg-x11-fonts-Type1 noarch 7.5-9.el7 base 521 k
Transaction Summary
================================================================================
Install 4 Packages (+37 Dependent packages)
Total download size: 41 M
Installed size: 127 M
Downloading packages:
--------------------------------------------------------------------------------
Total 18 MB/s | 41 MB 00:02
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : freetype-2.4.11-15.el7.x86_64 1/41
Installing : libfontenc-1.1.3-3.el7.x86_64 2/41
Installing : GeoIP-1.5.0-11.el7.x86_64 3/41
Installing : apr-1.4.8-3.el7_4.1.x86_64 4/41
Installing : libxslt-1.1.28-5.el7.x86_64 5/41
Installing : fontpackages-filesystem-1.44-8.el7.noarch 6/41
Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 7/41
Installing : libICE-1.0.9-9.el7.x86_64 8/41
Installing : libSM-1.2.2-2.el7.x86_64 9/41
Installing : stix-fonts-1.1.0-5.el7.noarch 10/41
Installing : fontconfig-2.10.95-11.el7.x86_64 11/41
Installing : python-lxml-3.2.1-4.el7.x86_64 12/41
Installing : python-javapackages-3.4.1-11.el7.noarch 13/41
Installing : javapackages-tools-3.4.1-11.el7.noarch 14/41
Installing : apr-util-1.5.2-6.el7.x86_64 15/41
Installing : 32:bind-libs-9.9.4-51.el7_4.2.x86_64 16/41
Installing : libXfont-1.5.2-1.el7.x86_64 17/41
Installing : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 18/41
Installing : ttmkfdir-3.0.9-42.el7.x86_64 19/41
Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch 20/41
Installing : alsa-lib-1.1.3-3.el7.x86_64 21/41
Installing : libXau-1.0.8-2.1.el7.x86_64 22/41
Installing : libxcb-1.12-1.el7.x86_64 23/41
Installing : tzdata-java-2018d-1.el7.noarch 24/41
Installing : libX11-common-1.6.5-1.el7.noarch 25/41
Installing : libX11-1.6.5-1.el7.x86_64 26/41
Installing : libXext-1.3.3-3.el7.x86_64 27/41
Installing : libXi-1.7.9-1.el7.x86_64 28/41
Installing : libXtst-1.2.3-1.el7.x86_64 29/41
Installing : giflib-4.1.6-9.el7.x86_64 30/41
Installing : libXrender-0.9.10-1.el7.x86_64 31/41
Installing : libXcomposite-0.4.4-4.1.el7.x86_64 32/41
Installing : 1:make-3.82-23.el7.x86_64 33/41
Installing : lksctp-tools-1.0.17-2.el7.x86_64 34/41
Installing : 2:libpng-1.5.13-7.el7_2.x86_64 35/41
Installing : copy-jdk-configs-2.2-5.el7_4.noarch 36/41
Installing : 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_ 37/41
Installing : 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 38/41
Installing : 1:openssl-1.0.2k-8.el7.x86_64 39/41
Installing : 32:bind-utils-9.9.4-51.el7_4.2.x86_64 40/41
Installing : httpd-tools-2.4.6-67.el7.centos.6.x86_64 41/41
Verifying : libXext-1.3.3-3.el7.x86_64 1/41
Verifying : libX11-1.6.5-1.el7.x86_64 2/41
Verifying : libXi-1.7.9-1.el7.x86_64 3/41
Verifying : 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 4/41
Verifying : libICE-1.0.9-9.el7.x86_64 5/41
Verifying : giflib-4.1.6-9.el7.x86_64 6/41
Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 7/41
Verifying : libXrender-0.9.10-1.el7.x86_64 8/41
Verifying : copy-jdk-configs-2.2-5.el7_4.noarch 9/41
Verifying : libXfont-1.5.2-1.el7.x86_64 10/41
Verifying : python-lxml-3.2.1-4.el7.x86_64 11/41
Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 12/41
Verifying : freetype-2.4.11-15.el7.x86_64 13/41
Verifying : 32:bind-libs-9.9.4-51.el7_4.2.x86_64 14/41
Verifying : fontpackages-filesystem-1.44-8.el7.noarch 15/41
Verifying : ttmkfdir-3.0.9-42.el7.x86_64 16/41
Verifying : 1:openssl-1.0.2k-8.el7.x86_64 17/41
Verifying : stix-fonts-1.1.0-5.el7.noarch 18/41
Verifying : httpd-tools-2.4.6-67.el7.centos.6.x86_64 19/41
Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 20/41
Verifying : libXtst-1.2.3-1.el7.x86_64 21/41
Verifying : 32:bind-utils-9.9.4-51.el7_4.2.x86_64 22/41
Verifying : lksctp-tools-1.0.17-2.el7.x86_64 23/41
Verifying : libxcb-1.12-1.el7.x86_64 24/41
Verifying : xorg-x11-fonts-Type1-7.5-9.el7.noarch 25/41
Verifying : libxslt-1.1.28-5.el7.x86_64 26/41
Verifying : apr-util-1.5.2-6.el7.x86_64 27/41
Verifying : python-javapackages-3.4.1-11.el7.noarch 28/41
Verifying : 1:make-3.82-23.el7.x86_64 29/41
Verifying : javapackages-tools-3.4.1-11.el7.noarch 30/41
Verifying : apr-1.4.8-3.el7_4.1.x86_64 31/41
Verifying : libX11-common-1.6.5-1.el7.noarch 32/41
Verifying : tzdata-java-2018d-1.el7.noarch 33/41
Verifying : libXau-1.0.8-2.1.el7.x86_64 34/41
Verifying : GeoIP-1.5.0-11.el7.x86_64 35/41
Verifying : libSM-1.2.2-2.el7.x86_64 36/41
Verifying : fontconfig-2.10.95-11.el7.x86_64 37/41
Verifying : 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_ 38/41
Verifying : libfontenc-1.1.3-3.el7.x86_64 39/41
Verifying : alsa-lib-1.1.3-3.el7.x86_64 40/41
Verifying : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 41/41
Installed:
bind-utils.x86_64 32:9.9.4-51.el7_4.2
httpd-tools.x86_64 0:2.4.6-67.el7.centos.6
java-1.8.0-openjdk.x86_64 1:1.8.0.161-0.b14.el7_4
openssl.x86_64 1:1.0.2k-8.el7
Dependency Installed:
GeoIP.x86_64 0:1.5.0-11.el7
alsa-lib.x86_64 0:1.1.3-3.el7
apr.x86_64 0:1.4.8-3.el7_4.1
apr-util.x86_64 0:1.5.2-6.el7
bind-libs.x86_64 32:9.9.4-51.el7_4.2
copy-jdk-configs.noarch 0:2.2-5.el7_4
fontconfig.x86_64 0:2.10.95-11.el7
fontpackages-filesystem.noarch 0:1.44-8.el7
freetype.x86_64 0:2.4.11-15.el7
giflib.x86_64 0:4.1.6-9.el7
java-1.8.0-openjdk-headless.x86_64 1:1.8.0.161-0.b14.el7_4
javapackages-tools.noarch 0:3.4.1-11.el7
libICE.x86_64 0:1.0.9-9.el7
libSM.x86_64 0:1.2.2-2.el7
libX11.x86_64 0:1.6.5-1.el7
libX11-common.noarch 0:1.6.5-1.el7
libXau.x86_64 0:1.0.8-2.1.el7
libXcomposite.x86_64 0:0.4.4-4.1.el7
libXext.x86_64 0:1.3.3-3.el7
libXfont.x86_64 0:1.5.2-1.el7
libXi.x86_64 0:1.7.9-1.el7
libXrender.x86_64 0:0.9.10-1.el7
libXtst.x86_64 0:1.2.3-1.el7
libfontenc.x86_64 0:1.1.3-3.el7
libjpeg-turbo.x86_64 0:1.2.90-5.el7
libpng.x86_64 2:1.5.13-7.el7_2
libxcb.x86_64 0:1.12-1.el7
libxslt.x86_64 0:1.1.28-5.el7
lksctp-tools.x86_64 0:1.0.17-2.el7
make.x86_64 1:3.82-23.el7
python-javapackages.noarch 0:3.4.1-11.el7
python-lxml.x86_64 0:3.2.1-4.el7
stix-fonts.noarch 0:1.1.0-5.el7
ttmkfdir.x86_64 0:3.0.9-42.el7
tzdata-java.noarch 0:2018d-1.el7
xorg-x11-font-utils.x86_64 1:7.5-20.el7
xorg-x11-fonts-Type1.noarch 0:7.5-9.el7
Complete!
Loaded plugins: fastestmirror, ovl
Cleaning repos: base cbs-paas7-openshift-multiarch-el7-build
: centos-ceph-luminous extras updates
Cleaning up everything
Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
Cleaning up list of fastest mirrors
---> f9db33cb38fb
Removing intermediate container cada55af85b7
Step 5 : RUN mkdir -p ${HOME} ${PROCESSING_DIR} ${BIN_DIR} && chmod 777 ${HOME} && chmod 555 ${BIN_DIR}
---> Running in be06711e693f
---> 490899fa18a5
Removing intermediate container be06711e693f
Step 6 : COPY . ${BIN_DIR}
---> 439b163c252d
Removing intermediate container d9e120fe6653
Step 7 : WORKDIR ${BIN_DIR}
---> Running in 3a33357e8fd1
---> b0ed43e1842d
Removing intermediate container 3a33357e8fd1
Step 8 : ENTRYPOINT ./run.sh
---> Running in 9d560feb6f77
---> 3447d8e6b16c
Removing intermediate container 9d560feb6f77
Step 9 : USER 1000
---> Running in cd39bd6a2f1a
---> 06e3fc980efb
Removing intermediate container cd39bd6a2f1a
Successfully built 06e3fc980efb
++ date +%s
+ BUILD_ENDTIME=1525203097
--- openshift/origin-metrics-deployer:latest took 113 seconds ---
+ echo '--- openshift/origin-metrics-deployer:latest took 113 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525203097
+ comp_path=hack/../heapster/
+ docker_tag=openshift/origin-metrics-heapster:latest
+ echo
+ echo
--- Building component 'hack/../heapster/' with docker tag 'openshift/origin-metrics-heapster:latest' ---
+ echo '--- Building component '\''hack/../heapster/'\'' with docker tag '\''openshift/origin-metrics-heapster:latest'\'' ---'
+ docker build -t openshift/origin-metrics-heapster:latest hack/../heapster/
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM openshift/origin-metrics-heapster-base:v1.3.0-2
Trying to pull repository docker.io/openshift/origin-metrics-heapster-base ...
v1.3.0-2: Pulling from docker.io/openshift/origin-metrics-heapster-base
93857f76ae30: Pulling fs layer
4e61ce2c52dd: Pulling fs layer
dd390b33ea7b: Pulling fs layer
3fc0170be004: Pulling fs layer
f4e99900d503: Pulling fs layer
3fc0170be004: Waiting
f4e99900d503: Waiting
dd390b33ea7b: Verifying Checksum
dd390b33ea7b: Download complete
93857f76ae30: Verifying Checksum
93857f76ae30: Download complete
f4e99900d503: Verifying Checksum
f4e99900d503: Download complete
3fc0170be004: Verifying Checksum
3fc0170be004: Download complete
4e61ce2c52dd: Verifying Checksum
4e61ce2c52dd: Download complete
93857f76ae30: Pull complete
4e61ce2c52dd: Pull complete
dd390b33ea7b: Pull complete
3fc0170be004: Pull complete
f4e99900d503: Pull complete
Digest: sha256:749fd880577885a94daccc5646410bc7964061ed35574db634e23f3a7e477643
---> 0ebd3407458b
Step 2 : MAINTAINER Hawkular Metrics <hawkular-dev@lists.jboss.org>
---> Running in cec51b934980
---> 9d8ee5f7abd3
Removing intermediate container cec51b934980
Step 3 : ADD heapster-wrapper.sh heapster-readiness.sh /opt/
---> 08f179d09c69
Removing intermediate container aeefdcd8d61a
Step 4 : ENTRYPOINT opt/heapster-wrapper.sh
---> Running in 0166f0f0658b
---> fcc4b9c7824a
Removing intermediate container 0166f0f0658b
Successfully built fcc4b9c7824a
--- openshift/origin-metrics-heapster:latest took 41 seconds ---
--- Building component 'hack/../hawkular-metrics/' with docker tag 'openshift/origin-metrics-hawkular-metrics:latest' ---
++ date +%s
+ BUILD_ENDTIME=1525203138
+ echo '--- openshift/origin-metrics-heapster:latest took 41 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525203138
+ comp_path=hack/../hawkular-metrics/
+ docker_tag=openshift/origin-metrics-hawkular-metrics:latest
+ echo
+ echo
+ echo '--- Building component '\''hack/../hawkular-metrics/'\'' with docker tag '\''openshift/origin-metrics-hawkular-metrics:latest'\'' ---'
+ docker build -t openshift/origin-metrics-hawkular-metrics:latest hack/../hawkular-metrics/
Sending build context to Docker daemon 63.49 kB
Step 1 : FROM jboss/wildfly:11.0.0.Final
Trying to pull repository docker.io/jboss/wildfly ...
11.0.0.Final: Pulling from docker.io/jboss/wildfly
469cfcc7a4b3: Already exists
05677e4d61f0: Pulling fs layer
a9520f492457: Pulling fs layer
4d201219d6b1: Pulling fs layer
b55e40a220af: Pulling fs layer
b55e40a220af: Waiting
a9520f492457: Verifying Checksum
a9520f492457: Download complete
05677e4d61f0: Verifying Checksum
05677e4d61f0: Download complete
05677e4d61f0: Pull complete
4d201219d6b1: Verifying Checksum
4d201219d6b1: Download complete
a9520f492457: Pull complete
b55e40a220af: Verifying Checksum
b55e40a220af: Download complete
4d201219d6b1: Pull complete
b55e40a220af: Pull complete
Digest: sha256:57b2bcdfd63ddfa8cacb15f7ffb20a1c79539fe2b1c0eda2899c9ac4e0d01b6a
---> 6926d48f2e5b
Step 2 : MAINTAINER Hawkular Metrics <hawkular-dev@lists.jboss.org>
---> Running in f194760caf20
---> 89ef7489fa17
Removing intermediate container f194760caf20
Step 3 : ENV HAWKULAR_METRICS_ENDPOINT_PORT "8080" HAWKULAR_METRICS_VERSION "0.30.3.Final" HAWKULAR_METRICS_DIRECTORY "/opt/hawkular" HAWKULAR_METRICS_SCRIPT_DIRECTORY "/opt/hawkular/scripts/" PATH $PATH:$HAWKULAR_METRICS_SCRIPT_DIRECTORY JAVA_OPTS_APPEND "-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp/heapdump"
---> Running in 9530c67a462f
---> bdd964fc8149
Removing intermediate container 9530c67a462f
Step 4 : ARG DEV_BUILD="false"
---> Running in a595eec58726
---> fe9f536b8a21
Removing intermediate container a595eec58726
Step 5 : EXPOSE 8080 8444
---> Running in 596fcc59bae1
---> c77a32b24687
Removing intermediate container 596fcc59bae1
Step 6 : RUN cd $JBOSS_HOME/bin && curl -Lo $JBOSS_HOME/bin/jmx_prometheus_javaagent.jar https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.9/jmx_prometheus_javaagent-0.9.jar
---> Running in 324f5405ce98
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 1223k 100 1223k 0 0 4842k 0 --:--:-- --:--:-- --:--:-- 4855k
---> 07623f16c9bd
Removing intermediate container 324f5405ce98
Step 7 : COPY prometheus.yaml $JBOSS_HOME/standalone/configuration/prometheus.yaml
---> 5899588d4909
Removing intermediate container a1577db4b550
Step 8 : RUN mkdir /tmp/hawkular
---> Running in 35c6bc2007e2
---> b34ea3777218
Removing intermediate container 35c6bc2007e2
Step 9 : COPY dev/* /tmp/hawkular/
---> 2fe9dd24ddb7
Removing intermediate container cf82743f9c33
Step 10 : RUN cd $JBOSS_HOME/standalone/deployments/ && if [ ${DEV_BUILD} = "true" ] && [ -s /tmp/hawkular/hawkular-metrics.war ]; then mv /tmp/hawkular/hawkular-metrics.war .; rm -rf /tmp/hawkular; else curl -Lo hawkular-metrics.war https://origin-repository.jboss.org/nexus/service/local/artifact/maven/content?r=public\&g=org.hawkular.metrics\&a=hawkular-metrics-openshift\&e=war\&v=${HAWKULAR_METRICS_VERSION}; fi
---> Running in e38bb4facfcf
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 17.3M 0 6228 0 0 8612 0 0:35:08 --:--:-- 0:35:08 8614
4 17.3M 4 885k 0 0 513k 0 0:00:34 0:00:01 0:00:33 513k
10 17.3M 10 1835k 0 0 676k 0 0:00:26 0:00:02 0:00:24 676k
15 17.3M 15 2807k 0 0 756k 0 0:00:23 0:00:03 0:00:20 756k
21 17.3M 21 3762k 0 0 800k 0 0:00:22 0:00:04 0:00:18 800k
26 17.3M 26 4742k 0 0 832k 0 0:00:21 0:00:05 0:00:16 951k
32 17.3M 32 5736k 0 0 852k 0 0:00:20 0:00:06 0:00:14 970k
37 17.3M 37 6677k 0 0 865k 0 0:00:20 0:00:07 0:00:13 968k
43 17.3M 43 7657k 0 0 878k 0 0:00:20 0:00:08 0:00:12 970k
48 17.3M 48 8587k 0 0 885k 0 0:00:20 0:00:09 0:00:11 964k
54 17.3M 54 9581k 0 0 895k 0 0:00:19 0:00:10 0:00:09 967k
59 17.3M 59 10.3M 0 0 901k 0 0:00:19 0:00:11 0:00:08 967k
64 17.3M 64 11.2M 0 0 905k 0 0:00:19 0:00:12 0:00:07 968k
70 17.3M 70 12.2M 0 0 911k 0 0:00:19 0:00:13 0:00:06 969k
75 17.3M 75 13.1M 0 0 914k 0 0:00:19 0:00:14 0:00:05 972k
81 17.3M 81 14.1M 0 0 918k 0 0:00:19 0:00:15 0:00:04 966k
86 17.3M 86 15.0M 0 0 921k 0 0:00:19 0:00:16 0:00:03 968k
92 17.3M 92 15.9M 0 0 923k 0 0:00:19 0:00:17 0:00:02 968k
97 17.3M 97 16.9M 0 0 926k 0 0:00:19 0:00:18 0:00:01 967k
100 17.3M 100 17.3M 0 0 927k 0 0:00:19 0:00:19 --:--:-- 967k
---> cb3e5c35cbed
Removing intermediate container e38bb4facfcf
Step 11 : ENV ALPN_VERSION "8.1.9.v20160720"
---> Running in d2d34ffc931a
---> c44c34e0d63c
Removing intermediate container d2d34ffc931a
Step 12 : RUN curl -Lo $JBOSS_HOME/bin/alpn-boot-$ALPN_VERSION.jar http://central.maven.org/maven2/org/mortbay/jetty/alpn/alpn-boot/$ALPN_VERSION/alpn-boot-$ALPN_VERSION.jar && echo 'JAVA_OPTS="$JAVA_OPTS' " -Xbootclasspath/p:$JBOSS_HOME/bin/alpn-boot-$ALPN_VERSION.jar" '"' >> $JBOSS_HOME/bin/standalone.conf
---> Running in 8d2cab9433a4
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 54607 100 54607 0 0 2926k 0 --:--:-- --:--:-- --:--:-- 3136k
---> 63a1a8a77262
Removing intermediate container 8d2cab9433a4
Step 13 : COPY hawkular-metrics-readiness.py hawkular-metrics-liveness.py hawkular-metrics-wrapper.sh hawkular-client-initialization.py client $HAWKULAR_METRICS_SCRIPT_DIRECTORY
---> 63cca847eeac
Removing intermediate container 753bd30dfc8e
Step 14 : COPY standalone.conf $JBOSS_HOME/bin/
---> 4c058a24015a
Removing intermediate container 728e0137bd07
Step 15 : COPY welcome-content $JBOSS_HOME/welcome-content/
---> 5cdcc11c65ab
Removing intermediate container 94e2bc71b307
Step 16 : COPY standalone.xml $JBOSS_HOME/standalone/configuration/standalone.xml
---> 1af0ebe44f2d
Removing intermediate container 8223dafec01f
Step 17 : COPY logging.properties $JBOSS_HOME/standalone/configuration/logging.properties
---> 05a5bbc3d02d
Removing intermediate container 502e1c000b84
Step 18 : USER root
---> Running in a724f107a6d9
---> b258244a773a
Removing intermediate container a724f107a6d9
Step 19 : RUN yum -y install openssl epel-release && yum -y install python-pip && yum clean all && pip install --no-cache-dir 'hawkular-client==0.5.2'
---> Running in d1a8ac43fa0a
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
* base: mirror.ash.fastserv.com
* extras: mirror.atlanticmetro.net
* updates: repos-va.psychz.net
Resolving Dependencies
--> Running transaction check
---> Package epel-release.noarch 0:7-9 will be installed
---> Package openssl.x86_64 1:1.0.2k-8.el7 will be installed
--> Processing Dependency: make for package: 1:openssl-1.0.2k-8.el7.x86_64
--> Running transaction check
---> Package make.x86_64 1:3.82-23.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
epel-release noarch 7-9 extras 14 k
openssl x86_64 1:1.0.2k-8.el7 base 492 k
Installing for dependencies:
make x86_64 1:3.82-23.el7 base 420 k
Transaction Summary
================================================================================
Install 2 Packages (+1 Dependent package)
Total download size: 926 k
Installed size: 1.9 M
Downloading packages:
--------------------------------------------------------------------------------
Total 1.3 MB/s | 926 kB 00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : 1:make-3.82-23.el7.x86_64 1/3
Installing : 1:openssl-1.0.2k-8.el7.x86_64 2/3
Installing : epel-release-7-9.noarch 3/3
Verifying : 1:make-3.82-23.el7.x86_64 1/3
Verifying : 1:openssl-1.0.2k-8.el7.x86_64 2/3
Verifying : epel-release-7-9.noarch 3/3
Installed:
epel-release.noarch 0:7-9 openssl.x86_64 1:1.0.2k-8.el7
Dependency Installed:
make.x86_64 1:3.82-23.el7
Complete!
Loaded plugins: fastestmirror, ovl
http://mirror.es.its.nyu.edu/epel/7/x86_64/repodata/18247df6f3bbf4e319ef4f06510bcbfaf3d63c4aa23ff3c217fc8f1ab60a90ed-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below wiki article
https://wiki.centos.org/yum-errors
If above article doesn't help to resolve this issue please use https://bugs.centos.org/.
Loading mirror speeds from cached hostfile
* base: mirror.ash.fastserv.com
* epel: s3-mirror-us-east-1.fedoraproject.org
* extras: mirror.atlanticmetro.net
* updates: repos-va.psychz.net
Resolving Dependencies
--> Running transaction check
---> Package python2-pip.noarch 0:8.1.2-6.el7 will be installed
--> Processing Dependency: python-setuptools for package: python2-pip-8.1.2-6.el7.noarch
--> Running transaction check
---> Package python-setuptools.noarch 0:0.9.8-7.el7 will be installed
--> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-0.9.8-7.el7.noarch
--> Running transaction check
---> Package python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7 will be installed
--> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch
--> Running transaction check
---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository
Size
================================================================================
Installing:
python2-pip noarch 8.1.2-6.el7 epel 1.7 M
Installing for dependencies:
python-backports x86_64 1.0-8.el7 base 5.8 k
python-backports-ssl_match_hostname noarch 3.4.0.2-4.el7 base 12 k
python-setuptools noarch 0.9.8-7.el7 base 397 k
Transaction Summary
================================================================================
Install 1 Package (+3 Dependent packages)
Total download size: 2.1 M
Installed size: 9.1 M
Downloading packages:
warning: /var/cache/yum/x86_64/7/epel/packages/python2-pip-8.1.2-6.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
Public key for python2-pip-8.1.2-6.el7.noarch.rpm is not installed
http://mirror.tocici.com/centos/7.4.1708/os/x86_64/Packages/python-backports-1.0-8.el7.x86_64.rpm: [Errno 14] curl#7 - "Failed to connect to 2605:4d00::61: Network is unreachable"
Trying other mirror.
--------------------------------------------------------------------------------
Total 140 kB/s | 2.1 MB 00:15
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
Importing GPG key 0x352C64E5:
Userid : "Fedora EPEL (7) <epel@fedoraproject.org>"
Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
Package : epel-release-7-9.noarch (@extras)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : python-backports-1.0-8.el7.x86_64 1/4
Installing : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch 2/4
Installing : python-setuptools-0.9.8-7.el7.noarch 3/4
Installing : python2-pip-8.1.2-6.el7.noarch 4/4
Verifying : python-setuptools-0.9.8-7.el7.noarch 1/4
Verifying : python-backports-1.0-8.el7.x86_64 2/4
Verifying : python2-pip-8.1.2-6.el7.noarch 3/4
Verifying : python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch 4/4
Installed:
python2-pip.noarch 0:8.1.2-6.el7
Dependency Installed:
python-backports.x86_64 0:1.0-8.el7
python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7
python-setuptools.noarch 0:0.9.8-7.el7
Complete!
Loaded plugins: fastestmirror, ovl
Cleaning repos: base epel extras updates
Cleaning up everything
Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
Cleaning up list of fastest mirrors
Collecting hawkular-client==0.5.2
Downloading https://files.pythonhosted.org/packages/8c/c0/85eeddea26dcba76413d37b7a0052daae5177469e60ac165ed4a2e132e8b/hawkular-client-0.5.2.tar.gz
Installing collected packages: hawkular-client
Running setup.py install for hawkular-client: started
Running setup.py install for hawkular-client: finished with status 'done'
Successfully installed hawkular-client-0.5.2
You are using pip version 8.1.2, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
---> 381a2593f0ed
Removing intermediate container d1a8ac43fa0a
Step 20 : RUN chmod -R 777 /opt
---> Running in 2d8ed8ccdf8e
---> 55c71b6adb9c
Removing intermediate container 2d8ed8ccdf8e
Step 21 : USER 1000
---> Running in a963da9c721d
---> 8d85253649a1
Removing intermediate container a963da9c721d
Step 22 : CMD $HAWKULAR_METRICS_SCRIPT_DIRECTORY/hawkular-metrics-wrapper.sh -b 0.0.0.0 -Dhawkular-metrics.cassandra-nodes=hawkular-cassandra
---> Running in 08a7a487e436
---> a7f9805c54c6
Removing intermediate container 08a7a487e436
Successfully built a7f9805c54c6
++ date +%s
--- openshift/origin-metrics-hawkular-metrics:latest took 131 seconds ---
+ BUILD_ENDTIME=1525203269
+ echo '--- openshift/origin-metrics-hawkular-metrics:latest took 131 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525203269
+ comp_path=hack/../schema-installer/
+ docker_tag=openshift/origin-metrics-schema-installer:latest
+ echo
+ echo
+ echo '--- Building component '\''hack/../schema-installer/'\'' with docker tag '\''openshift/origin-metrics-schema-installer:latest'\'' ---'
--- Building component 'hack/../schema-installer/' with docker tag 'openshift/origin-metrics-schema-installer:latest' ---
+ docker build -t openshift/origin-metrics-schema-installer:latest hack/../schema-installer/
Sending build context to Docker daemon 11.78 kB
Step 1 : FROM jboss/base-jdk:8
Trying to pull repository docker.io/jboss/base-jdk ...
8: Pulling from docker.io/jboss/base-jdk
469cfcc7a4b3: Already exists
05677e4d61f0: Already exists
a9520f492457: Already exists
4d201219d6b1: Already exists
Digest: sha256:6630ad6f36ef088d8af34e16b7ac34e5d8ca660067ba69c6387170f92d2377ca
---> b123d943e165
Step 2 : MAINTAINER Hawkular Metrics <hawkular-dev@lists.jboss.org>
---> Running in 342ac9c884d8
---> 9db1e7ee2d25
Removing intermediate container 342ac9c884d8
Step 3 : ENV HAWKULAR_METRICS_VERSION "0.30.3.Final" HAWKULAR_METRICS_DIR "/opt/hawkular/" RESET_DB "false" CASSANDRA_NODES "hawkular-cassandra" CASSANDRA_CONNECTION_MAX_DELAY "30" CASSANDRA_CONNECTION_MAX_RETRIES "5" VERSION_UPDATE_DELAY "5" VERSION_UPDATE_MAX_RETRIES "10"
---> Running in 89161e21b49e
---> 404d073596d8
Removing intermediate container 89161e21b49e
Step 4 : ARG DEV_BUILD="false"
---> Running in e4ec17080a0e
---> 5e6fc3047d35
Removing intermediate container e4ec17080a0e
Step 5 : USER root
---> Running in 16a817a1c38b
---> 6a28c4813d9c
Removing intermediate container 16a817a1c38b
Step 6 : RUN mkdir $HAWKULAR_METRICS_DIR
---> Running in a23dd7dc189c
---> c3966b66808f
Removing intermediate container a23dd7dc189c
Step 7 : COPY dev/* $HAWKULAR_METRICS_DIR
---> aa6e066380d4
Removing intermediate container 33df2a6886d7
Step 8 : COPY hawkular-metrics-schema.sh $HAWKULAR_METRICS_DIR
---> 869f1ecc2245
Removing intermediate container 78a8af432d29
Step 9 : RUN cd $HAWKULAR_METRICS_DIR && if [ ${DEV_BUILD} != "true" ] || [ ! -s ${HAWKULAR_METRICS_DIR}/hawkular-metrics-schema-installer.jar ]; then echo "!!!NOT A DEV BUILD!!!"; curl -Lo hawkular-metrics-schema-installer.jar https://origin-repository.jboss.org/nexus/service/local/artifact/maven/content?r=public\&g=org.hawkular.metrics\&a=hawkular-metrics-schema-installer\&e=jar\&v=${HAWKULAR_METRICS_VERSION}; fi
---> Running in bec1726f0610
!!!NOT A DEV BUILD!!!
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 16.4M 0 17005 0 0 22310 0 0:12:53 --:--:-- 0:12:53 22316
5 16.4M 5 951k 0 0 536k 0 0:00:31 0:00:01 0:00:30 536k
11 16.4M 11 1945k 0 0 699k 0 0:00:24 0:00:02 0:00:22 698k
17 16.4M 17 2898k 0 0 771k 0 0:00:21 0:00:03 0:00:18 771k
23 16.4M 23 3880k 0 0 814k 0 0:00:20 0:00:04 0:00:16 814k
28 16.4M 28 4874k 0 0 848k 0 0:00:19 0:00:05 0:00:14 974k
34 16.4M 34 5860k 0 0 867k 0 0:00:19 0:00:06 0:00:13 984k
40 16.4M 40 6855k 0 0 879k 0 0:00:19 0:00:07 0:00:12 980k
46 16.4M 46 7795k 0 0 890k 0 0:00:18 0:00:08 0:00:10 978k
52 16.4M 52 8768k 0 0 897k 0 0:00:18 0:00:09 0:00:09 976k
57 16.4M 57 9769k 0 0 906k 0 0:00:18 0:00:10 0:00:08 972k
63 16.4M 63 10.5M 0 0 912k 0 0:00:18 0:00:11 0:00:07 973k
69 16.4M 69 11.4M 0 0 917k 0 0:00:18 0:00:12 0:00:06 977k
75 16.4M 75 12.3M 0 0 922k 0 0:00:18 0:00:13 0:00:05 979k
81 16.4M 81 13.3M 0 0 927k 0 0:00:18 0:00:14 0:00:04 985k
87 16.4M 87 14.3M 0 0 930k 0 0:00:18 0:00:15 0:00:03 984k
93 16.4M 93 15.3M 0 0 934k 0 0:00:18 0:00:16 0:00:02 984k
98 16.4M 98 16.2M 0 0 936k 0 0:00:17 0:00:17 --:--:-- 985k
100 16.4M 100 16.4M 0 0 939k 0 0:00:17 0:00:17 --:--:-- 994k
---> df9b5aa147e5
Removing intermediate container bec1726f0610
Step 10 : RUN yum -y install openssl && chmod -R 777 /opt
---> Running in e0c64253ba95
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
* base: mirror.ash.fastserv.com
* extras: mirror.atlanticmetro.net
* updates: repos-va.psychz.net
Resolving Dependencies
--> Running transaction check
---> Package openssl.x86_64 1:1.0.2k-8.el7 will be installed
--> Processing Dependency: make for package: 1:openssl-1.0.2k-8.el7.x86_64
--> Running transaction check
---> Package make.x86_64 1:3.82-23.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
openssl x86_64 1:1.0.2k-8.el7 base 492 k
Installing for dependencies:
make x86_64 1:3.82-23.el7 base 420 k
Transaction Summary
================================================================================
Install 1 Package (+1 Dependent package)
Total download size: 912 k
Installed size: 1.9 M
Downloading packages:
--------------------------------------------------------------------------------
Total 1.2 MB/s | 912 kB 00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : 1:make-3.82-23.el7.x86_64 1/2
Installing : 1:openssl-1.0.2k-8.el7.x86_64 2/2
Verifying : 1:make-3.82-23.el7.x86_64 1/2
Verifying : 1:openssl-1.0.2k-8.el7.x86_64 2/2
Installed:
openssl.x86_64 1:1.0.2k-8.el7
Dependency Installed:
make.x86_64 1:3.82-23.el7
Complete!
---> 23d3a5d86568
Removing intermediate container e0c64253ba95
Step 11 : ENTRYPOINT $HAWKULAR_METRICS_DIR/hawkular-metrics-schema.sh
---> Running in 541cf09315fd
---> 56f7a44d859b
Removing intermediate container 541cf09315fd
Successfully built 56f7a44d859b
++ date +%s
+ BUILD_ENDTIME=1525203323
--- openshift/origin-metrics-schema-installer:latest took 54 seconds ---
+ echo '--- openshift/origin-metrics-schema-installer:latest took 54 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525203323
+ comp_path=hack/../cassandra/
+ docker_tag=openshift/origin-metrics-cassandra:latest
+ echo
+ echo
--- Building component 'hack/../cassandra/' with docker tag 'openshift/origin-metrics-cassandra:latest' ---
+ echo '--- Building component '\''hack/../cassandra/'\'' with docker tag '\''openshift/origin-metrics-cassandra:latest'\'' ---'
+ docker build -t openshift/origin-metrics-cassandra:latest hack/../cassandra/
Sending build context to Docker daemon 109.1 kB
Step 1 : FROM jboss/base-jdk:8
---> b123d943e165
Step 2 : MAINTAINER Hawkular Metrics <hawkular-dev@lists.jboss.org>
---> Using cache
---> 9db1e7ee2d25
Step 3 : EXPOSE 9042 9160 7000 7001
---> Running in 1701090c6a09
---> b8e3654d878c
Removing intermediate container 1701090c6a09
Step 4 : ENV CASSANDRA_VERSION "3.0.15" CASSANDRA_HOME "/opt/apache-cassandra" HOME "/home/cassandra" PATH "/opt/apache-cassandra/bin:$PATH" CASSANDRA_NODES_SERVICE_NAME "hawkular-cassandra-nodes" TAKE_SNAPSHOT "false"
---> Running in 57323f623e33
---> e0aa7dcea575
Removing intermediate container 57323f623e33
Step 5 : USER root
---> Running in 5e5c9351bd62
---> b17e0b789235
Removing intermediate container 5e5c9351bd62
Step 6 : RUN yum install -y -q bind-utils openssl && yum clean all
---> Running in 22da27cb8e95
http://mirror.tocici.com/centos/7.4.1708/os/x86_64/repodata/0c34273ad0292747ee5e15c047d3e51c67ca59861a446972db45d71abacc7ad7-primary.sqlite.bz2: [Errno 14] curl#7 - "Failed to connect to 2605:4d00::61: Network is unreachable"
Trying other mirror.
Loaded plugins: fastestmirror, ovl
Cleaning repos: base extras updates
Cleaning up everything
Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
Cleaning up list of fastest mirrors
---> d104f30f37ad
Removing intermediate container 22da27cb8e95
Step 7 : COPY apache-cassandra-${CASSANDRA_VERSION}-bin.tar.gz.md5 /tmp/
---> 02c3f5939acb
Removing intermediate container 03ce8e762629
Step 8 : RUN cd /opt; curl -LO https://archive.apache.org/dist/cassandra/$CASSANDRA_VERSION/apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz && if [ "$(md5sum apache-cassandra-${CASSANDRA_VERSION}-bin.tar.gz | awk '{print $1}')" != "$(cat /tmp/apache-cassandra-${CASSANDRA_VERSION}-bin.tar.gz.md5)" ]; then echo "The Cassandra binary does not match the expected md5sum"; exit 1; fi && tar xzf apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz && rm apache-cassandra-$CASSANDRA_VERSION-bin.tar.gz && ln -s apache-cassandra-$CASSANDRA_VERSION apache-cassandra
---> Running in 2ef357aac6c3
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
13 30.5M 13 4160k 0 0 3288k 0 0:00:09 0:00:01 0:00:08 3288k
75 30.5M 75 23.1M 0 0 10.3M 0 0:00:02 0:00:02 --:--:-- 10.3M
100 30.5M 100 30.5M 0 0 11.6M 0 0:00:02 0:00:02 --:--:-- 11.6M
---> e585f9eecdd6
Removing intermediate container 2ef357aac6c3
Step 9 : COPY cassandra.yaml.template cassandra-env.sh.template cassandra-metrics-reporter.yaml logback.xml /opt/apache-cassandra/conf/
---> 9105059f0c4e
Removing intermediate container 7c3c17d08899
Step 10 : COPY cassandra-docker.sh cassandra-docker-ready.sh cassandra-prestop.sh cassandra-poststart.sh gather-seeds.sh /opt/apache-cassandra/bin/
---> 2471ec0eb965
Removing intermediate container 06df69b6ece5
Step 11 : RUN cd /opt/apache-cassandra/lib && curl -Lo jmx_prometheus_javaagent.jar https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.9/jmx_prometheus_javaagent-0.9.jar
---> Running in feaf22a9db39
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 1223k 100 1223k 0 0 5059k 0 --:--:-- --:--:-- --:--:-- 5077k
---> 3e43a67fa6eb
Removing intermediate container feaf22a9db39
Step 12 : COPY prometheus.yaml /opt/hawkular/prometheus_agent/prometheus.yaml
---> 514b77e0c7b1
Removing intermediate container 91e9407b3597
Step 13 : RUN groupadd -r cassandra -g 312 && useradd -u 313 -r -g cassandra -d /opt/apache-cassandra -s /sbin/nologin cassandra && chown -R cassandra:cassandra /opt/apache-cassandra && chmod -R go+rw /opt/apache-cassandra && mkdir $HOME && chown -R cassandra:cassandra $HOME && chmod -R go+rw $HOME
---> Running in d7af0d69abf6
---> 4ddc837fb7a6
Removing intermediate container d7af0d69abf6
Step 14 : USER 313
---> Running in ecec4cec46bf
---> f25a0cd77308
Removing intermediate container ecec4cec46bf
Step 15 : CMD /opt/apache-cassandra/bin/cassandra-docker.sh --seeds=${HOSTNAME}
---> Running in 05fb12866ce9
---> c660b57d9573
Removing intermediate container 05fb12866ce9
Successfully built c660b57d9573
++ date +%s
+ BUILD_ENDTIME=1525203401
--- openshift/origin-metrics-cassandra:latest took 78 seconds ---
+ echo '--- openshift/origin-metrics-cassandra:latest took 78 seconds ---'
+ echo
+ echo
+ echo
++ Active images
+ echo
+ echo '++ Active images'
+ docker images
+ sort
+ grep latest
+ grep openshift/origin-metrics
openshift/origin-metrics-cassandra latest c660b57d9573 1 seconds ago 706.4 MB
openshift/origin-metrics-deployer latest 06e3fc980efb 5 minutes ago 1.593 GB
openshift/origin-metrics-hawkular-metrics latest a7f9805c54c6 2 minutes ago 872.8 MB
openshift/origin-metrics-heapster latest fcc4b9c7824a 4 minutes ago 819.9 MB
openshift/origin-metrics-schema-installer latest 56f7a44d859b About a minute ago 568.6 MB
+ echo
+ ret=0
++ date +%s
+ ENDTIME=1525203401
+ echo 'hack/build-images.sh took 417 seconds'
hack/build-images.sh took 417 seconds
+ exit 0
+ cat /var/lib/jenkins/.dockercfg
+ vagrant ssh -c 'cat > ~/.dockercfg'
+ vagrant_ssh 'pushd /tmp/origin-metrics && OS_PUSH_BASE_REGISTRY=docker.io/ hack/push-release.sh'
+ vagrant ssh -c 'pushd /tmp/origin-metrics && OS_PUSH_BASE_REGISTRY=docker.io/ hack/push-release.sh'
/tmp/origin-metrics ~
The push refers to a repository [docker.io/openshift/origin-metrics-hawkular-metrics]
4f48fb04dec0: Preparing
6c897d894ef3: Preparing
9c597f80e552: Preparing
f3036e266c3b: Preparing
2163d5ba3f7e: Preparing
dd1222d9eb6c: Preparing
413bdaf809e6: Preparing
be822f6651eb: Preparing
f8eacbdd4f7a: Preparing
acfe0c77a17b: Preparing
46deb1dc9243: Preparing
b8a28a3e4b88: Preparing
46484e985f83: Preparing
68f2b534f819: Preparing
25392e8f9f5a: Preparing
0c8237d7452a: Preparing
d9e554ca876f: Preparing
43e653f84b79: Preparing
f8eacbdd4f7a: Waiting
acfe0c77a17b: Waiting
46deb1dc9243: Waiting
b8a28a3e4b88: Waiting
46484e985f83: Waiting
68f2b534f819: Waiting
25392e8f9f5a: Waiting
0c8237d7452a: Waiting
d9e554ca876f: Waiting
43e653f84b79: Waiting
dd1222d9eb6c: Waiting
413bdaf809e6: Waiting
be822f6651eb: Waiting
2163d5ba3f7e: Pushed
f3036e266c3b: Pushed
9c597f80e552: Pushed
6c897d894ef3: Pushed
dd1222d9eb6c: Pushed
be822f6651eb: Pushed
413bdaf809e6: Pushed
acfe0c77a17b: Pushed
46deb1dc9243: Pushed
f8eacbdd4f7a: Pushed
25392e8f9f5a: Layer already exists
0c8237d7452a: Layer already exists
d9e554ca876f: Layer already exists
b8a28a3e4b88: Pushed
43e653f84b79: Layer already exists
46484e985f83: Pushed
68f2b534f819: Layer already exists
4f48fb04dec0: Pushed
latest: digest: sha256:de8045970dd1089b3c1e4f03ef2b48c5d756abdd4dc8ad83957f95a29a2a5c38 size: 4089
The push refers to a repository [docker.io/openshift/origin-metrics-cassandra]
158d15b184ff: Preparing
305e7b71818b: Preparing
47d1a4481e48: Preparing
f7fcbcf38648: Preparing
bf839ee740c8: Preparing
b6b43799cb46: Preparing
1fdce45cc302: Preparing
adcfe544e488: Preparing
25392e8f9f5a: Preparing
0c8237d7452a: Preparing
d9e554ca876f: Preparing
43e653f84b79: Preparing
adcfe544e488: Waiting
25392e8f9f5a: Waiting
0c8237d7452a: Waiting
d9e554ca876f: Waiting
43e653f84b79: Waiting
1fdce45cc302: Waiting
b6b43799cb46: Waiting
f7fcbcf38648: Pushed
305e7b71818b: Pushed
bf839ee740c8: Pushed
47d1a4481e48: Pushed
25392e8f9f5a: Layer already exists
0c8237d7452a: Layer already exists
d9e554ca876f: Layer already exists
43e653f84b79: Layer already exists
1fdce45cc302: Pushed
adcfe544e488: Pushed
158d15b184ff: Pushed
b6b43799cb46: Pushed
latest: digest: sha256:70363ebf990a2eab95c74303cffe25d97a4797ddad38aa9eab01718a03abaf6d size: 2838
The push refers to a repository [docker.io/openshift/origin-metrics-heapster]
46c1e88ed6df: Preparing
ff5a1d45c585: Preparing
6a9afce47b17: Preparing
912e0f0a15ea: Preparing
daf66cc11f7d: Preparing
36018b5e9787: Preparing
36018b5e9787: Waiting
ff5a1d45c585: Layer already exists
912e0f0a15ea: Layer already exists
6a9afce47b17: Layer already exists
daf66cc11f7d: Layer already exists
36018b5e9787: Layer already exists
46c1e88ed6df: Pushed
latest: digest: sha256:4e8d03ed58a789846564b2c3b56bfd2ec79d622c6260c6167c8ad4e87ce4daf4 size: 1577
The push refers to a repository [docker.io/openshift/origin-metrics-deployer]
586d4c2512c2: Preparing
439db3f84931: Preparing
c37f0cb00d88: Preparing
42e00510e500: Preparing
86d4c7a94048: Preparing
7c384a06d946: Preparing
43e653f84b79: Preparing
7c384a06d946: Waiting
43e653f84b79: Waiting
42e00510e500: Mounted from openshift/origin
86d4c7a94048: Mounted from openshift/origin
43e653f84b79: Layer already exists
7c384a06d946: Mounted from openshift/origin
439db3f84931: Pushed
586d4c2512c2: Pushed
c37f0cb00d88: Pushed
latest: digest: sha256:8991b1e738691488cf7346ed2627d655b641abfdc68457daa461e27aed2648aa size: 1789
hack/push-release.sh took 51 seconds
+ vagrant_ssh 'rm ~/.dockercfg'
+ vagrant ssh -c 'rm ~/.dockercfg'
+ popd
~/jobs/build-and-release-latest-origin-metrics/workspace
[PostBuildScript] - Execution post build scripts.
[workspace] $ /bin/sh -xe /tmp/jenkins5561647715093222957.sh
+ pushd origin
~/jobs/build-and-release-latest-origin-metrics/workspace/origin ~/jobs/build-and-release-latest-origin-metrics/workspace
+ '[' -f .vagrant-openshift.json ']'
+ /usr/bin/vagrant destroy -f
==> openshiftdev: Terminating the instance...
==> openshiftdev: Running cleanup tasks for 'shell' provisioner...
+ popd
~/jobs/build-and-release-latest-origin-metrics/workspace
Finished: SUCCESS