Console Output
Started by upstream project "test-origin-metrics" build number 326
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/jenkins6333853745156281372.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
0b74dfc..95c5c16 master -> origin/master
Already on 'master'
Your branch is behind 'origin/master' by 6 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
HEAD is now at 95c5c16 Merge pull request #19542 from enj/enj/i/psp_review_groupified_fix/1572562
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_161
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-shell20180430-11656-6wwymq.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=1525143774
+ comp_path=hack/../deployer/
+ docker_tag=openshift/origin-metrics-deployer:latest
+ echo
--- Building component 'hack/../deployer/' with docker tag 'openshift/origin-metrics-deployer:latest' ---
+ echo
+ 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
0c8bd92c2d47: Pulling fs layer
8899a2e78143: Pulling fs layer
364dcd743256: Pulling fs layer
364dcd743256: Waiting
0c8bd92c2d47: Verifying Checksum
0c8bd92c2d47: Download complete
469cfcc7a4b3: Verifying Checksum
469cfcc7a4b3: Download complete
8899a2e78143: Verifying Checksum
8899a2e78143: Download complete
364dcd743256: Verifying Checksum
364dcd743256: Download complete
469cfcc7a4b3: Pull complete
0c8bd92c2d47: Pull complete
8899a2e78143: Pull complete
364dcd743256: Pull complete
Digest: sha256:bd5c2e9bab52f328fd0ab9bcc6060d034250256ebf402645587a2c3183f596e9
---> 5b87afb678f7
Step 2 : MAINTAINER Hawkular Metrics <hawkular-dev@lists.jboss.org>
---> Running in be527027d667
---> 94403f5341be
Removing intermediate container be527027d667
Step 3 : ENV BIN_DIR /opt/deploy PROCESSING_DIR /etc/deploy/_output KUBECONFIG /etc/deploy/.kubeconfig WRITE_KUBECONFIG 1 SECRET_DIR /secret
---> Running in f41a695e29ae
---> 19b3d1740c4c
Removing intermediate container f41a695e29ae
Step 4 : RUN yum install -y java-1.8.0-openjdk openssl httpd-tools bind-utils && yum clean all
---> Running in 59b54693f429
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
* base: repo.us.bigstepcloud.com
* extras: mirror.es.its.nyu.edu
* updates: mirror.wdc1.us.leaseweb.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 29 MB/s | 41 MB 00:01
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
---> ce0a44e82f91
Removing intermediate container 59b54693f429
Step 5 : RUN mkdir -p ${HOME} ${PROCESSING_DIR} ${BIN_DIR} && chmod 777 ${HOME} && chmod 555 ${BIN_DIR}
---> Running in b9252269492f
---> 227aecc11f35
Removing intermediate container b9252269492f
Step 6 : COPY . ${BIN_DIR}
---> d9ff4ebe13ae
Removing intermediate container 7d963d7e68b1
Step 7 : WORKDIR ${BIN_DIR}
---> Running in 909a24ee9244
---> 3212c78ce96b
Removing intermediate container 909a24ee9244
Step 8 : ENTRYPOINT ./run.sh
---> Running in 4b7a78fe4117
---> 0eb7bb0ef40a
Removing intermediate container 4b7a78fe4117
Step 9 : USER 1000
---> Running in 632c2981f37c
---> 79586274fa72
Removing intermediate container 632c2981f37c
Successfully built 79586274fa72
++ date +%s
+ BUILD_ENDTIME=1525143897
--- openshift/origin-metrics-deployer:latest took 123 seconds ---
+ echo '--- openshift/origin-metrics-deployer:latest took 123 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525143897
+ 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
f4e99900d503: Waiting
3fc0170be004: Waiting
dd390b33ea7b: Verifying Checksum
dd390b33ea7b: Download complete
3fc0170be004: Verifying Checksum
3fc0170be004: Download complete
f4e99900d503: Verifying Checksum
f4e99900d503: Download complete
93857f76ae30: Verifying Checksum
93857f76ae30: 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 9ae10c7e3dfb
---> 31918a40886a
Removing intermediate container 9ae10c7e3dfb
Step 3 : ADD heapster-wrapper.sh heapster-readiness.sh /opt/
---> 3e370573b09d
Removing intermediate container 55f6e92c3669
Step 4 : ENTRYPOINT opt/heapster-wrapper.sh
---> Running in aef8ea0f0e2a
---> e2db1068ee7c
Removing intermediate container aef8ea0f0e2a
Successfully built e2db1068ee7c
++ date +%s
+ BUILD_ENDTIME=1525143941
--- openshift/origin-metrics-heapster:latest took 44 seconds ---
+ echo '--- openshift/origin-metrics-heapster:latest took 44 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525143941
+ comp_path=hack/../hawkular-metrics/
+ docker_tag=openshift/origin-metrics-hawkular-metrics:latest
+ echo
+ echo
--- Building component 'hack/../hawkular-metrics/' with docker tag 'openshift/origin-metrics-hawkular-metrics:latest' ---
+ 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 60.42 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
a9520f492457: Pull complete
4d201219d6b1: Verifying Checksum
4d201219d6b1: Download 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 7446fd5891be
---> c504df4e20fd
Removing intermediate container 7446fd5891be
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 5726c019fa0b
---> e956348224b6
Removing intermediate container 5726c019fa0b
Step 4 : ARG DEV_BUILD="false"
---> Running in f9b6ea994a1d
---> abf460b947f4
Removing intermediate container f9b6ea994a1d
Step 5 : EXPOSE 8080 8444
---> Running in 94c7698842c0
---> 027b5ad24064
Removing intermediate container 94c7698842c0
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 3d756ea56363
% 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 4936k 0 --:--:-- --:--:-- --:--:-- 4953k
---> 4be82ec5535c
Removing intermediate container 3d756ea56363
Step 7 : COPY prometheus.yaml $JBOSS_HOME/standalone/configuration/prometheus.yaml
---> 93d666242660
Removing intermediate container 42a9a0e4d04f
Step 8 : RUN mkdir /tmp/hawkular
---> Running in d154713b842f
---> eacd4b269fe0
Removing intermediate container d154713b842f
Step 9 : COPY dev/* /tmp/hawkular/
---> 0c9888777f05
Removing intermediate container 60b1252b2f00
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 aac9fa0175ee
% 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 17012 0 0 22682 0 0:13:20 --:--:-- 0:13:20 22682
5 17.3M 5 962k 0 0 547k 0 0:00:32 0:00:01 0:00:31 547k
10 17.3M 10 1924k 0 0 705k 0 0:00:25 0:00:02 0:00:23 705k
16 17.3M 16 2895k 0 0 775k 0 0:00:22 0:00:03 0:00:19 775k
21 17.3M 21 3892k 0 0 821k 0 0:00:21 0:00:04 0:00:17 821k
27 17.3M 27 4885k 0 0 850k 0 0:00:20 0:00:05 0:00:15 974k
33 17.3M 33 5872k 0 0 871k 0 0:00:20 0:00:06 0:00:14 986k
38 17.3M 38 6859k 0 0 885k 0 0:00:20 0:00:07 0:00:13 984k
44 17.3M 44 7860k 0 0 898k 0 0:00:19 0:00:08 0:00:11 989k
49 17.3M 49 8854k 0 0 906k 0 0:00:19 0:00:09 0:00:10 988k
55 17.3M 55 9847k 0 0 914k 0 0:00:19 0:00:10 0:00:09 989k
60 17.3M 60 10.5M 0 0 918k 0 0:00:19 0:00:11 0:00:08 981k
66 17.3M 66 11.4M 0 0 923k 0 0:00:19 0:00:12 0:00:07 982k
71 17.3M 71 12.4M 0 0 928k 0 0:00:19 0:00:13 0:00:06 980k
77 17.3M 77 13.4M 0 0 933k 0 0:00:19 0:00:14 0:00:05 984k
83 17.3M 83 14.3M 0 0 936k 0 0:00:18 0:00:15 0:00:03 983k
88 17.3M 88 15.3M 0 0 939k 0 0:00:18 0:00:16 0:00:02 988k
94 17.3M 94 16.3M 0 0 941k 0 0:00:18 0:00:17 0:00:01 985k
99 17.3M 99 17.2M 0 0 943k 0 0:00:18 0:00:18 --:--:-- 983k
100 17.3M 100 17.3M 0 0 943k 0 0:00:18 0:00:18 --:--:-- 982k
---> c6d1de7a6331
Removing intermediate container aac9fa0175ee
Step 11 : ENV ALPN_VERSION "8.1.9.v20160720"
---> Running in e8a9845db09c
---> c8a56ea255fb
Removing intermediate container e8a9845db09c
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 4c907d04f06e
% 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 1483k 0 --:--:-- --:--:-- --:--:-- 1523k
---> 460dd596e51e
Removing intermediate container 4c907d04f06e
Step 13 : COPY hawkular-metrics-readiness.py hawkular-metrics-liveness.py hawkular-metrics-wrapper.sh hawkular-client-initialization.py client $HAWKULAR_METRICS_SCRIPT_DIRECTORY
---> bb252d4f113d
Removing intermediate container 76a0b8f27fa0
Step 14 : COPY standalone.conf $JBOSS_HOME/bin/
---> f97e93196baa
Removing intermediate container 7f72d6c257d1
Step 15 : COPY welcome-content $JBOSS_HOME/welcome-content/
---> 5b694c6e3ede
Removing intermediate container 4dbb9da2d499
Step 16 : COPY standalone.xml $JBOSS_HOME/standalone/configuration/standalone.xml
---> d8d4f4a89711
Removing intermediate container 92a55cc31d77
Step 17 : COPY logging.properties $JBOSS_HOME/standalone/configuration/logging.properties
---> cde763b4e59d
Removing intermediate container 77a42fe1beb6
Step 18 : USER root
---> Running in da8ce8f50d06
---> 1b07e05ac668
Removing intermediate container da8ce8f50d06
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 91ee124792d8
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
* base: mirror.lug.udel.edu
* extras: mirror.es.its.nyu.edu
* updates: mirror.wdc1.us.leaseweb.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:
http://mirror.lug.udel.edu/pub/centos/7.4.1708/os/x86_64/Packages/make-3.82-23.el7.x86_64.rpm: [Errno 12] Timeout on http://mirror.lug.udel.edu/pub/centos/7.4.1708/os/x86_64/Packages/make-3.82-23.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
Trying other mirror.
--------------------------------------------------------------------------------
Total 31 kB/s | 926 kB 00:30
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/4d51fc789c2cbac2a643c756a0599a54a22b4ed504483c1257ba73a0d4a93139-updateinfo.xml.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.lug.udel.edu
* epel: mirror.us.leaseweb.net
* extras: mirror.es.its.nyu.edu
* updates: mirror.wdc1.us.leaseweb.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
--------------------------------------------------------------------------------
Total 711 kB/s | 2.1 MB 00:02
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.
---> fcc826837f40
Removing intermediate container 91ee124792d8
Step 20 : RUN chmod -R 777 /opt
---> Running in ab83dafa0176
---> 28f5839bb207
Removing intermediate container ab83dafa0176
Step 21 : USER 1000
---> Running in dd6cc1182a1f
---> d43f06e3bbf9
Removing intermediate container dd6cc1182a1f
Step 22 : CMD $HAWKULAR_METRICS_SCRIPT_DIRECTORY/hawkular-metrics-wrapper.sh -b 0.0.0.0 -Dhawkular-metrics.cassandra-nodes=hawkular-cassandra
---> Running in 644600083bf0
---> dddc62caa3f6
Removing intermediate container 644600083bf0
Successfully built dddc62caa3f6
++ date +%s
+ BUILD_ENDTIME=1525144404
+ echo '--- openshift/origin-metrics-hawkular-metrics:latest took 463 seconds ---'
--- openshift/origin-metrics-hawkular-metrics:latest took 463 seconds ---
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525144404
+ comp_path=hack/../schema-installer/
+ docker_tag=openshift/origin-metrics-schema-installer:latest
+ echo
+ echo
--- Building component 'hack/../schema-installer/' with docker tag 'openshift/origin-metrics-schema-installer:latest' ---
+ echo '--- 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 ae84174d17a1
---> fa3bfe5642e2
Removing intermediate container ae84174d17a1
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 826b78a7a209
---> 3ba598cec991
Removing intermediate container 826b78a7a209
Step 4 : ARG DEV_BUILD="false"
---> Running in 1f3eaa28f7c5
---> 1a458d5d0e63
Removing intermediate container 1f3eaa28f7c5
Step 5 : USER root
---> Running in 5b0a32920c1f
---> 7ba774f06cc0
Removing intermediate container 5b0a32920c1f
Step 6 : RUN mkdir $HAWKULAR_METRICS_DIR
---> Running in 2005c90aa41b
---> c4bdc0155897
Removing intermediate container 2005c90aa41b
Step 7 : COPY dev/* $HAWKULAR_METRICS_DIR
---> c4867e54c372
Removing intermediate container 6db060295533
Step 8 : COPY hawkular-metrics-schema.sh $HAWKULAR_METRICS_DIR
---> aac605c9fef0
Removing intermediate container 8a181c2e43c0
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 dac4f9c828fc
!!!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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 16.4M 0 96904 0 0 91705 0 0:03:08 0:00:01 0:03:07 91678
6 16.4M 6 1078k 0 0 523k 0 0:00:32 0:00:02 0:00:30 523k
11 16.4M 11 2006k 0 0 657k 0 0:00:25 0:00:03 0:00:22 657k
17 16.4M 17 3000k 0 0 740k 0 0:00:22 0:00:04 0:00:18 740k
23 16.4M 23 3942k 0 0 781k 0 0:00:21 0:00:05 0:00:16 790k
29 16.4M 29 4923k 0 0 813k 0 0:00:20 0:00:06 0:00:14 967k
34 16.4M 34 5863k 0 0 832k 0 0:00:20 0:00:07 0:00:13 960k
40 16.4M 40 6851k 0 0 851k 0 0:00:19 0:00:08 0:00:11 970k
46 16.4M 46 7838k 0 0 864k 0 0:00:19 0:00:09 0:00:10 964k
52 16.4M 52 8790k 0 0 873k 0 0:00:19 0:00:10 0:00:09 966k
57 16.4M 57 9757k 0 0 881k 0 0:00:19 0:00:11 0:00:08 964k
63 16.4M 63 10.4M 0 0 888k 0 0:00:18 0:00:12 0:00:06 966k
69 16.4M 69 11.4M 0 0 895k 0 0:00:18 0:00:13 0:00:05 965k
75 16.4M 75 12.3M 0 0 899k 0 0:00:18 0:00:14 0:00:04 962k
80 16.4M 80 13.2M 0 0 904k 0 0:00:18 0:00:15 0:00:03 967k
86 16.4M 86 14.2M 0 0 907k 0 0:00:18 0:00:16 0:00:02 963k
92 16.4M 92 15.1M 0 0 911k 0 0:00:18 0:00:17 0:00:01 968k
98 16.4M 98 16.1M 0 0 915k 0 0:00:18 0:00:18 --:--:-- 966k
100 16.4M 100 16.4M 0 0 915k 0 0:00:18 0:00:18 --:--:-- 969k
---> 81689c1257a1
Removing intermediate container dac4f9c828fc
Step 10 : RUN yum -y install openssl && chmod -R 777 /opt
---> Running in b952d34f7b7f
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
* base: mirror.lug.udel.edu
* extras: mirror.cs.vt.edu
* updates: mirror.wdc1.us.leaseweb.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:
http://mirror.lug.udel.edu/pub/centos/7.4.1708/os/x86_64/Packages/make-3.82-23.el7.x86_64.rpm: [Errno 12] Timeout on http://mirror.lug.udel.edu/pub/centos/7.4.1708/os/x86_64/Packages/make-3.82-23.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
Trying other mirror.
--------------------------------------------------------------------------------
Total 30 kB/s | 912 kB 00:30
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!
---> 72eab4932a15
Removing intermediate container b952d34f7b7f
Step 11 : ENTRYPOINT $HAWKULAR_METRICS_DIR/hawkular-metrics-schema.sh
---> Running in f3c36bb23581
---> d3a76c437519
Removing intermediate container f3c36bb23581
Successfully built d3a76c437519
++ date +%s
+ BUILD_ENDTIME=1525144593
--- openshift/origin-metrics-schema-installer:latest took 189 seconds ---
+ echo '--- openshift/origin-metrics-schema-installer:latest took 189 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525144593
+ 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
---> fa3bfe5642e2
Step 3 : EXPOSE 9042 9160 7000 7001
---> Running in 632b6e55a0ed
---> fe90cee1a97e
Removing intermediate container 632b6e55a0ed
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 0d3ec5c86ece
---> 72c35de922f9
Removing intermediate container 0d3ec5c86ece
Step 5 : USER root
---> Running in 2f140e66bdcc
---> 5fe0b9d7bcd9
Removing intermediate container 2f140e66bdcc
Step 6 : RUN yum install -y -q bind-utils openssl && yum clean all
---> Running in 3d80b3c03f82
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
---> 70982b8a7b2f
Removing intermediate container 3d80b3c03f82
Step 7 : COPY apache-cassandra-${CASSANDRA_VERSION}-bin.tar.gz.md5 /tmp/
---> 3707d277356c
Removing intermediate container ad08bdbcf10b
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 f0c13b1c11cd
% 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 30.5M 0 49152 0 0 57651 0 0:09:14 --:--:-- 0:09:14 57622
20 30.5M 20 6512k 0 0 3640k 0 0:00:08 0:00:01 0:00:07 3640k
61 30.5M 61 18.6M 0 0 6783k 0 0:00:04 0:00:02 0:00:02 6783k
100 30.5M 100 30.5M 0 0 8352k 0 0:00:03 0:00:03 --:--:-- 8355k
---> 098045ab2a12
Removing intermediate container f0c13b1c11cd
Step 9 : COPY cassandra.yaml.template cassandra-env.sh.template cassandra-metrics-reporter.yaml logback.xml /opt/apache-cassandra/conf/
---> 204aa18faf82
Removing intermediate container 5d05439d525c
Step 10 : COPY cassandra-docker.sh cassandra-docker-ready.sh cassandra-prestop.sh cassandra-poststart.sh gather-seeds.sh /opt/apache-cassandra/bin/
---> 141dc9c92620
Removing intermediate container bf06201467e8
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 2b0245e3d645
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
2 1223k 2 26926 0 0 159k 0 0:00:07 --:--:-- 0:00:07 159k
100 1223k 100 1223k 0 0 5624k 0 --:--:-- --:--:-- --:--:-- 5612k
---> 89f7ed90ac8a
Removing intermediate container 2b0245e3d645
Step 12 : COPY prometheus.yaml /opt/hawkular/prometheus_agent/prometheus.yaml
---> 7eb9ebdeafbf
Removing intermediate container 80de07911fe7
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 c074cfa73fcf
---> f0c171795ba0
Removing intermediate container c074cfa73fcf
Step 14 : USER 313
---> Running in c0d02441f838
---> dddf0ea5bdf2
Removing intermediate container c0d02441f838
Step 15 : CMD /opt/apache-cassandra/bin/cassandra-docker.sh --seeds=${HOSTNAME}
---> Running in 3289dab3301d
---> 7362fd2a6524
Removing intermediate container 3289dab3301d
Successfully built 7362fd2a6524
++ date +%s
+ BUILD_ENDTIME=1525144678
--- openshift/origin-metrics-cassandra:latest took 85 seconds ---
+ echo '--- openshift/origin-metrics-cassandra:latest took 85 seconds ---'
+ echo
+ echo
+ echo
+ echo
++ Active images
+ echo '++ Active images'
+ grep openshift/origin-metrics
+ docker images
+ grep latest
+ sort
openshift/origin-metrics-cassandra latest 7362fd2a6524 1 seconds ago 706.4 MB
openshift/origin-metrics-deployer latest 79586274fa72 13 minutes ago 1.593 GB
openshift/origin-metrics-hawkular-metrics latest dddc62caa3f6 4 minutes ago 872.8 MB
openshift/origin-metrics-heapster latest e2db1068ee7c 12 minutes ago 819.9 MB
openshift/origin-metrics-schema-installer latest d3a76c437519 About a minute ago 568.6 MB
+ echo
+ ret=0
++ date +%s
+ ENDTIME=1525144678
hack/build-images.sh took 904 seconds
+ echo 'hack/build-images.sh took 904 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]
2611d3fa6e70: Preparing
a1f49983da60: Preparing
42ca921a0225: Preparing
25e6e472b5f5: Preparing
fce1dcc10466: Preparing
64202996ae10: Preparing
47743cc0cacb: Preparing
660aa8f6ad6a: Preparing
cc0c95e8aec0: Preparing
c6b98d1b1da5: Preparing
47fd6005105b: Preparing
638dcf966304: Preparing
fa893b3de492: Preparing
68f2b534f819: Preparing
25392e8f9f5a: Preparing
0c8237d7452a: Preparing
d9e554ca876f: Preparing
43e653f84b79: Preparing
64202996ae10: Waiting
47743cc0cacb: Waiting
660aa8f6ad6a: Waiting
cc0c95e8aec0: Waiting
c6b98d1b1da5: Waiting
47fd6005105b: Waiting
638dcf966304: Waiting
fa893b3de492: Waiting
68f2b534f819: Waiting
25392e8f9f5a: Waiting
0c8237d7452a: Waiting
d9e554ca876f: Waiting
43e653f84b79: Waiting
42ca921a0225: Pushed
fce1dcc10466: Pushed
25e6e472b5f5: Pushed
a1f49983da60: Pushed
47743cc0cacb: Pushed
64202996ae10: Pushed
660aa8f6ad6a: Pushed
47fd6005105b: Pushed
c6b98d1b1da5: Pushed
68f2b534f819: Layer already exists
25392e8f9f5a: Layer already exists
0c8237d7452a: Layer already exists
d9e554ca876f: Layer already exists
43e653f84b79: Layer already exists
cc0c95e8aec0: Pushed
fa893b3de492: Pushed
638dcf966304: Pushed
2611d3fa6e70: Pushed
latest: digest: sha256:9af772e353f2bbdd3605f7b6cf749c4df8e26590f893ff6f0a4a61f9b7180035 size: 4089
The push refers to a repository [docker.io/openshift/origin-metrics-cassandra]
6f3904798035: Preparing
3f805ddbfa58: Preparing
86302c55c55b: Preparing
65a2283f5f70: Preparing
7bc84feb8452: Preparing
1d914e1e9814: Preparing
9fb9fbcbc2c3: Preparing
7dd5c6e14095: Preparing
25392e8f9f5a: Preparing
0c8237d7452a: Preparing
d9e554ca876f: Preparing
43e653f84b79: Preparing
9fb9fbcbc2c3: Waiting
7dd5c6e14095: Waiting
25392e8f9f5a: Waiting
0c8237d7452a: Waiting
d9e554ca876f: Waiting
43e653f84b79: Waiting
1d914e1e9814: Waiting
3f805ddbfa58: Pushed
65a2283f5f70: Pushed
86302c55c55b: Pushed
9fb9fbcbc2c3: Pushed
25392e8f9f5a: Layer already exists
0c8237d7452a: Layer already exists
7bc84feb8452: Pushed
d9e554ca876f: Layer already exists
43e653f84b79: Layer already exists
7dd5c6e14095: Pushed
6f3904798035: Pushed
1d914e1e9814: Pushed
latest: digest: sha256:8b5cdfacc21e97f60d4f0ef1bf742d4dd722101270c1a6990b71d07d32f5e458 size: 2838
The push refers to a repository [docker.io/openshift/origin-metrics-heapster]
9fd5ed4ada2d: Preparing
ff5a1d45c585: Preparing
6a9afce47b17: Preparing
912e0f0a15ea: Preparing
daf66cc11f7d: Preparing
36018b5e9787: Preparing
36018b5e9787: Waiting
ff5a1d45c585: Layer already exists
6a9afce47b17: Layer already exists
daf66cc11f7d: Layer already exists
912e0f0a15ea: Layer already exists
36018b5e9787: Layer already exists
9fd5ed4ada2d: Pushed
latest: digest: sha256:298b6284d85c1610af8df67859ebddff10818f4c57eb3121c11f4c13acf41bf3 size: 1577
The push refers to a repository [docker.io/openshift/origin-metrics-deployer]
9d69da44ced2: Preparing
338c037185cc: Preparing
381f2484c2e4: Preparing
6215f3593286: Preparing
4711b16ce2ac: Preparing
e1383dd8a0d9: Preparing
43e653f84b79: Preparing
43e653f84b79: Waiting
e1383dd8a0d9: Waiting
6215f3593286: Mounted from openshift/origin
4711b16ce2ac: Mounted from openshift/origin
43e653f84b79: Layer already exists
e1383dd8a0d9: Mounted from openshift/origin
338c037185cc: Pushed
9d69da44ced2: Pushed
381f2484c2e4: Pushed
latest: digest: sha256:748196abef4be34c0eb79b924f34777d3f656e68bca9fe27c9fef8b3f8b00a29 size: 1789
hack/push-release.sh took 54 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/jenkins5171781238791275298.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