Console Output
Started by upstream project "test-origin-metrics" build number 332
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/jenkins5104828133420039351.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
40951ce..cfb58dd master -> origin/master
Already on 'master'
Your branch is behind 'origin/master' by 32 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
HEAD is now at cfb58dd Merge pull request #19630 from kargakis/owners
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_164
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-shell20180507-11936-1x7dewo.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=1525747766
+ 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
2fb4b3fe17e0: Pulling fs layer
32fbc69afa0a: Pulling fs layer
9caff6b20584: Pulling fs layer
2ebc4dc7f6d3: Pulling fs layer
9caff6b20584: Waiting
2ebc4dc7f6d3: Waiting
2fb4b3fe17e0: Verifying Checksum
2fb4b3fe17e0: Download complete
32fbc69afa0a: Verifying Checksum
32fbc69afa0a: Download complete
469cfcc7a4b3: Verifying Checksum
469cfcc7a4b3: Download complete
9caff6b20584: Verifying Checksum
9caff6b20584: Download complete
2ebc4dc7f6d3: Verifying Checksum
2ebc4dc7f6d3: Download complete
469cfcc7a4b3: Pull complete
2fb4b3fe17e0: Pull complete
32fbc69afa0a: Pull complete
9caff6b20584: Pull complete
2ebc4dc7f6d3: Pull complete
Digest: sha256:0b7cef14b7d8972dd4e448896f7aea4b9741ad22c3b07c54987c3f9060139076
---> dc171941f361
Step 2 : MAINTAINER Hawkular Metrics <hawkular-dev@lists.jboss.org>
---> Running in 03d30a65eac9
---> 649426d7316a
Removing intermediate container 03d30a65eac9
Step 3 : ENV BIN_DIR /opt/deploy PROCESSING_DIR /etc/deploy/_output KUBECONFIG /etc/deploy/.kubeconfig WRITE_KUBECONFIG 1 SECRET_DIR /secret
---> Running in 4ced237c38a0
---> 695e59511fab
Removing intermediate container 4ced237c38a0
Step 4 : RUN yum install -y java-1.8.0-openjdk openssl httpd-tools bind-utils && yum clean all
---> Running in cd96e317ce69
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
* base: ewr.edge.kernel.org
* extras: repos-va.psychz.net
* updates: mirror.cs.vt.edu
Package 32:bind-utils-9.9.4-51.el7_4.2.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> 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 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 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:
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:
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
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 3 Packages (+35 Dependent packages)
Total download size: 39 M
Installed size: 121 M
Downloading packages:
--------------------------------------------------------------------------------
Total 24 MB/s | 39 MB 00:01
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : freetype-2.4.11-15.el7.x86_64 1/38
Installing : libfontenc-1.1.3-3.el7.x86_64 2/38
Installing : apr-1.4.8-3.el7_4.1.x86_64 3/38
Installing : libxslt-1.1.28-5.el7.x86_64 4/38
Installing : fontpackages-filesystem-1.44-8.el7.noarch 5/38
Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 6/38
Installing : libICE-1.0.9-9.el7.x86_64 7/38
Installing : libSM-1.2.2-2.el7.x86_64 8/38
Installing : stix-fonts-1.1.0-5.el7.noarch 9/38
Installing : fontconfig-2.10.95-11.el7.x86_64 10/38
Installing : python-lxml-3.2.1-4.el7.x86_64 11/38
Installing : python-javapackages-3.4.1-11.el7.noarch 12/38
Installing : javapackages-tools-3.4.1-11.el7.noarch 13/38
Installing : apr-util-1.5.2-6.el7.x86_64 14/38
Installing : libXfont-1.5.2-1.el7.x86_64 15/38
Installing : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 16/38
Installing : ttmkfdir-3.0.9-42.el7.x86_64 17/38
Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch 18/38
Installing : alsa-lib-1.1.3-3.el7.x86_64 19/38
Installing : libXau-1.0.8-2.1.el7.x86_64 20/38
Installing : libxcb-1.12-1.el7.x86_64 21/38
Installing : tzdata-java-2018d-1.el7.noarch 22/38
Installing : libX11-common-1.6.5-1.el7.noarch 23/38
Installing : libX11-1.6.5-1.el7.x86_64 24/38
Installing : libXext-1.3.3-3.el7.x86_64 25/38
Installing : libXi-1.7.9-1.el7.x86_64 26/38
Installing : libXtst-1.2.3-1.el7.x86_64 27/38
Installing : giflib-4.1.6-9.el7.x86_64 28/38
Installing : libXrender-0.9.10-1.el7.x86_64 29/38
Installing : libXcomposite-0.4.4-4.1.el7.x86_64 30/38
Installing : 1:make-3.82-23.el7.x86_64 31/38
Installing : lksctp-tools-1.0.17-2.el7.x86_64 32/38
Installing : 2:libpng-1.5.13-7.el7_2.x86_64 33/38
Installing : copy-jdk-configs-2.2-5.el7_4.noarch 34/38
Installing : 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_ 35/38
Installing : 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 36/38
Installing : 1:openssl-1.0.2k-8.el7.x86_64 37/38
Installing : httpd-tools-2.4.6-67.el7.centos.6.x86_64 38/38
Verifying : libXext-1.3.3-3.el7.x86_64 1/38
Verifying : libX11-1.6.5-1.el7.x86_64 2/38
Verifying : libXi-1.7.9-1.el7.x86_64 3/38
Verifying : 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 4/38
Verifying : libICE-1.0.9-9.el7.x86_64 5/38
Verifying : giflib-4.1.6-9.el7.x86_64 6/38
Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 7/38
Verifying : libXrender-0.9.10-1.el7.x86_64 8/38
Verifying : copy-jdk-configs-2.2-5.el7_4.noarch 9/38
Verifying : libXfont-1.5.2-1.el7.x86_64 10/38
Verifying : python-lxml-3.2.1-4.el7.x86_64 11/38
Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 12/38
Verifying : freetype-2.4.11-15.el7.x86_64 13/38
Verifying : fontpackages-filesystem-1.44-8.el7.noarch 14/38
Verifying : ttmkfdir-3.0.9-42.el7.x86_64 15/38
Verifying : 1:openssl-1.0.2k-8.el7.x86_64 16/38
Verifying : stix-fonts-1.1.0-5.el7.noarch 17/38
Verifying : httpd-tools-2.4.6-67.el7.centos.6.x86_64 18/38
Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 19/38
Verifying : libXtst-1.2.3-1.el7.x86_64 20/38
Verifying : lksctp-tools-1.0.17-2.el7.x86_64 21/38
Verifying : libxcb-1.12-1.el7.x86_64 22/38
Verifying : xorg-x11-fonts-Type1-7.5-9.el7.noarch 23/38
Verifying : libxslt-1.1.28-5.el7.x86_64 24/38
Verifying : apr-util-1.5.2-6.el7.x86_64 25/38
Verifying : python-javapackages-3.4.1-11.el7.noarch 26/38
Verifying : 1:make-3.82-23.el7.x86_64 27/38
Verifying : javapackages-tools-3.4.1-11.el7.noarch 28/38
Verifying : apr-1.4.8-3.el7_4.1.x86_64 29/38
Verifying : libX11-common-1.6.5-1.el7.noarch 30/38
Verifying : tzdata-java-2018d-1.el7.noarch 31/38
Verifying : libXau-1.0.8-2.1.el7.x86_64 32/38
Verifying : libSM-1.2.2-2.el7.x86_64 33/38
Verifying : fontconfig-2.10.95-11.el7.x86_64 34/38
Verifying : 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_ 35/38
Verifying : libfontenc-1.1.3-3.el7.x86_64 36/38
Verifying : alsa-lib-1.1.3-3.el7.x86_64 37/38
Verifying : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 38/38
Installed:
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:
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
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 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
---> 9c9c12bef26a
Removing intermediate container cd96e317ce69
Step 5 : RUN mkdir -p ${HOME} ${PROCESSING_DIR} ${BIN_DIR} && chmod 777 ${HOME} && chmod 555 ${BIN_DIR}
---> Running in 18edf0f7d60b
---> 186ac5ed3717
Removing intermediate container 18edf0f7d60b
Step 6 : COPY . ${BIN_DIR}
---> cf3cf09fcfdb
Removing intermediate container 112baff0d5e5
Step 7 : WORKDIR ${BIN_DIR}
---> Running in e8ba1ffe3419
---> cd4bf20f27ad
Removing intermediate container e8ba1ffe3419
Step 8 : ENTRYPOINT ./run.sh
---> Running in 9dd643c360f8
---> caabc4ed158b
Removing intermediate container 9dd643c360f8
Step 9 : USER 1000
---> Running in 31dcf0957b66
---> e96fdb088e7a
Removing intermediate container 31dcf0957b66
Successfully built e96fdb088e7a
++ date +%s
+ BUILD_ENDTIME=1525747864
--- openshift/origin-metrics-deployer:latest took 98 seconds ---
+ echo '--- openshift/origin-metrics-deployer:latest took 98 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525747864
+ comp_path=hack/../heapster/
+ docker_tag=openshift/origin-metrics-heapster:latest
+ echo
+ echo
+ echo '--- Building component '\''hack/../heapster/'\'' with docker tag '\''openshift/origin-metrics-heapster:latest'\'' ---'
--- 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 3646fa20ac4e
---> 2ae97bae1363
Removing intermediate container 3646fa20ac4e
Step 3 : ADD heapster-wrapper.sh heapster-readiness.sh /opt/
---> 4c07ceb2344d
Removing intermediate container c31a1da1fe71
Step 4 : ENTRYPOINT opt/heapster-wrapper.sh
---> Running in e6f1c1392bb2
---> 808b72a73f4c
Removing intermediate container e6f1c1392bb2
Successfully built 808b72a73f4c
++ date +%s
--- openshift/origin-metrics-heapster:latest took 40 seconds ---
+ BUILD_ENDTIME=1525747904
+ echo '--- openshift/origin-metrics-heapster:latest took 40 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525747904
+ 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 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 3979c0143cd8
---> 37a8bb15562f
Removing intermediate container 3979c0143cd8
Step 3 : ENV HAWKULAR_METRICS_ENDPOINT_PORT "8080" HAWKULAR_METRICS_VERSION "0.30.5.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 3b4807c12fb3
---> a81dc2624c32
Removing intermediate container 3b4807c12fb3
Step 4 : ARG DEV_BUILD="false"
---> Running in cdb963fdf2f3
---> 0c9381807efc
Removing intermediate container cdb963fdf2f3
Step 5 : EXPOSE 8080 8444
---> Running in abd82a676a33
---> 15787364f6cd
Removing intermediate container abd82a676a33
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 c55ee04c3a3b
% 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
100 1223k 100 1223k 0 0 4778k 0 --:--:-- --:--:-- --:--:-- 4779k
---> ab1b6906a208
Removing intermediate container c55ee04c3a3b
Step 7 : COPY prometheus.yaml $JBOSS_HOME/standalone/configuration/prometheus.yaml
---> 29c3905adfd0
Removing intermediate container 5827d2ce4bde
Step 8 : RUN mkdir /tmp/hawkular
---> Running in d4cee1bfad04
---> a7187624b22d
Removing intermediate container d4cee1bfad04
Step 9 : COPY dev/* /tmp/hawkular/
---> 0fa5b55ab0f9
Removing intermediate container 77c4ac6c8136
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 28a722f9dbd2
% 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:00:01 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0
0 15.1M 0 836 0 0 89 0 49:36:02 0:00:09 49:35:53 175
1 15.1M 1 173k 0 0 18293 0 0:14:28 0:00:09 0:14:19 42910
7 15.1M 7 1154k 0 0 107k 0 0:02:23 0:00:10 0:02:13 278k
13 15.1M 13 2149k 0 0 183k 0 0:01:24 0:00:11 0:01:13 519k
20 15.1M 20 3142k 0 0 247k 0 0:01:02 0:00:12 0:00:50 758k
26 15.1M 26 4141k 0 0 301k 0 0:00:51 0:00:13 0:00:38 936k
31 15.1M 31 4860k 0 0 313k 0 0:00:49 0:00:15 0:00:34 806k
31 15.1M 31 4860k 0 0 294k 0 0:00:52 0:00:16 0:00:36 639k
31 15.1M 31 4860k 0 0 277k 0 0:00:55 0:00:17 0:00:38 466k
31 15.1M 31 4860k 0 0 262k 0 0:00:59 0:00:18 0:00:41 296k
31 15.1M 31 4860k 0 0 249k 0 0:01:02 0:00:19 0:00:43 124k
31 15.1M 31 4860k 0 0 236k 0 0:01:05 0:00:20 0:00:45 0
31 15.1M 31 4860k 0 0 225k 0 0:01:08 0:00:21 0:00:47 0
31 15.1M 31 4860k 0 0 215k 0 0:01:11 0:00:22 0:00:49 0
31 15.1M 31 4863k 0 0 214k 0 0:01:12 0:00:22 0:00:50 960
36 15.1M 36 5645k 0 0 237k 0 0:01:05 0:00:23 0:00:42 186k
42 15.1M 42 6624k 0 0 267k 0 0:00:57 0:00:24 0:00:33 419k
49 15.1M 49 7618k 0 0 295k 0 0:00:52 0:00:25 0:00:27 650k
55 15.1M 55 8558k 0 0 320k 0 0:00:48 0:00:26 0:00:22 883k
61 15.1M 61 9551k 0 0 344k 0 0:00:45 0:00:27 0:00:18 938k
63 15.1M 63 9932k 0 0 340k 0 0:00:45 0:00:29 0:00:16 790k
63 15.1M 63 9932k 0 0 329k 0 0:00:47 0:00:30 0:00:17 608k
63 15.1M 63 9932k 0 0 318k 0 0:00:48 0:00:31 0:00:17 428k
63 15.1M 63 9932k 0 0 308k 0 0:00:50 0:00:32 0:00:18 251k
63 15.1M 63 9932k 0 0 299k 0 0:00:51 0:00:33 0:00:18 71447
65 15.1M 65 9.9M 0 0 301k 0 0:00:51 0:00:33 0:00:18 53266
71 15.1M 71 10.8M 0 0 319k 0 0:00:48 0:00:34 0:00:14 256k
77 15.1M 77 11.7M 0 0 338k 0 0:00:45 0:00:35 0:00:10 471k
84 15.1M 84 12.7M 0 0 356k 0 0:00:43 0:00:36 0:00:07 690k
90 15.1M 90 13.7M 0 0 372k 0 0:00:41 0:00:37 0:00:04 904k
96 15.1M 96 14.6M 0 0 388k 0 0:00:39 0:00:38 0:00:01 975k
100 15.1M 100 15.1M 0 0 395k 0 0:00:39 0:00:39 --:--:-- 985k
---> 58952588a134
Removing intermediate container 28a722f9dbd2
Step 11 : ENV ALPN_VERSION "8.1.9.v20160720"
---> Running in 244489c36085
---> a5622d783e4d
Removing intermediate container 244489c36085
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 0a45ea19aa1e
% 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 1458k 0 --:--:-- --:--:-- --:--:-- 1481k
---> 265ead9daff1
Removing intermediate container 0a45ea19aa1e
Step 13 : COPY hawkular-metrics-readiness.py hawkular-metrics-liveness.py hawkular-metrics-wrapper.sh hawkular-client-initialization.py client $HAWKULAR_METRICS_SCRIPT_DIRECTORY
---> 4056fb1c1b3a
Removing intermediate container 7e042e924c45
Step 14 : COPY standalone.conf $JBOSS_HOME/bin/
---> bd63bef160e9
Removing intermediate container f578b637be2f
Step 15 : COPY welcome-content $JBOSS_HOME/welcome-content/
---> 2610f438d726
Removing intermediate container 1122f818e6c1
Step 16 : COPY standalone.xml $JBOSS_HOME/standalone/configuration/standalone.xml
---> 2d0f34f1534c
Removing intermediate container def76599748d
Step 17 : COPY logging.properties $JBOSS_HOME/standalone/configuration/logging.properties
---> a39ce6c733cf
Removing intermediate container be042b852a1c
Step 18 : USER root
---> Running in e5ad25041acb
---> 68b3b9029468
Removing intermediate container e5ad25041acb
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 63f3ad0220da
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
* base: ewr.edge.kernel.org
* extras: repos-va.psychz.net
* updates: mirror.cs.vt.edu
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 5.6 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
Loading mirror speeds from cached hostfile
* base: ewr.edge.kernel.org
* epel: mirror.cogentco.com
* extras: repos-va.psychz.net
* updates: mirror.cs.vt.edu
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 2.5 MB/s | 2.1 MB 00:00
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.
---> e6dcc8c5bf55
Removing intermediate container 63f3ad0220da
Step 20 : RUN chmod -R 777 /opt
---> Running in 05ec8bb57804
---> 39c1e9f711dc
Removing intermediate container 05ec8bb57804
Step 21 : USER 1000
---> Running in 5949037ad6d9
---> 4fa09638aa72
Removing intermediate container 5949037ad6d9
Step 22 : CMD $HAWKULAR_METRICS_SCRIPT_DIRECTORY/hawkular-metrics-wrapper.sh -b 0.0.0.0 -Dhawkular-metrics.cassandra-nodes=hawkular-cassandra
---> Running in 9564dcd147d5
---> 2b9462cf3d2e
Removing intermediate container 9564dcd147d5
Successfully built 2b9462cf3d2e
++ date +%s
+ BUILD_ENDTIME=1525748051
--- openshift/origin-metrics-hawkular-metrics:latest took 147 seconds ---
+ echo '--- openshift/origin-metrics-hawkular-metrics:latest took 147 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525748051
+ 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 81f824277b35
---> 5756b551bb88
Removing intermediate container 81f824277b35
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 539eaeedd9d6
---> 1eda9e525183
Removing intermediate container 539eaeedd9d6
Step 4 : ARG DEV_BUILD="false"
---> Running in a8ef44f490b8
---> 3f291b2dd461
Removing intermediate container a8ef44f490b8
Step 5 : USER root
---> Running in d8d97bba6493
---> 6c87b586f639
Removing intermediate container d8d97bba6493
Step 6 : RUN mkdir $HAWKULAR_METRICS_DIR
---> Running in 0cdcfdc418ee
---> 99fd9405f421
Removing intermediate container 0cdcfdc418ee
Step 7 : COPY dev/* $HAWKULAR_METRICS_DIR
---> 2306b4639b13
Removing intermediate container 74b8c05f6fbd
Step 8 : COPY hawkular-metrics-schema.sh $HAWKULAR_METRICS_DIR
---> 996feec46c73
Removing intermediate container 81721b441063
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 4effaa2ea10b
!!!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 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0
1 16.4M 1 169k 0 0 18759 0 0:15:19 0:00:09 0:15:10 37078
6 16.4M 6 1162k 0 0 113k 0 0:02:28 0:00:10 0:02:18 249k
12 16.4M 12 2154k 0 0 191k 0 0:01:28 0:00:11 0:01:17 458k
18 16.4M 18 3148k 0 0 256k 0 0:01:05 0:00:12 0:00:53 668k
24 16.4M 24 4072k 0 0 307k 0 0:00:54 0:00:13 0:00:41 874k
24 16.4M 24 4072k 0 0 286k 0 0:00:58 0:00:14 0:00:44 782k
24 16.4M 24 4072k 0 0 267k 0 0:01:03 0:00:15 0:00:48 581k
24 16.4M 24 4072k 0 0 250k 0 0:01:07 0:00:16 0:00:51 386k
24 16.4M 24 4072k 0 0 236k 0 0:01:11 0:00:17 0:00:54 186k
24 16.4M 24 4072k 0 0 223k 0 0:01:15 0:00:18 0:00:57 0
24 16.4M 24 4072k 0 0 211k 0 0:01:19 0:00:19 0:01:00 0
26 16.4M 26 4401k 0 0 217k 0 0:01:17 0:00:20 0:00:57 67457
31 16.4M 31 5388k 0 0 253k 0 0:01:06 0:00:21 0:00:45 262k
37 16.4M 37 6375k 0 0 286k 0 0:00:58 0:00:22 0:00:36 458k
43 16.4M 43 7375k 0 0 316k 0 0:00:53 0:00:23 0:00:30 655k
49 16.4M 49 8348k 0 0 344k 0 0:00:48 0:00:24 0:00:24 856k
55 16.4M 55 9302k 0 0 368k 0 0:00:45 0:00:25 0:00:20 979k
61 16.4M 61 10.0M 0 0 392k 0 0:00:42 0:00:26 0:00:16 984k
66 16.4M 66 11.0M 0 0 414k 0 0:00:40 0:00:27 0:00:13 985k
67 16.4M 67 11.1M 0 0 401k 0 0:00:41 0:00:28 0:00:13 783k
67 16.4M 67 11.1M 0 0 388k 0 0:00:43 0:00:29 0:00:14 590k
67 16.4M 67 11.1M 0 0 375k 0 0:00:44 0:00:30 0:00:14 408k
67 16.4M 67 11.1M 0 0 363k 0 0:00:46 0:00:31 0:00:15 218k
67 16.4M 67 11.1M 0 0 352k 0 0:00:47 0:00:32 0:00:15 30397
67 16.4M 67 11.1M 0 0 341k 0 0:00:49 0:00:33 0:00:16 0
67 16.4M 67 11.1M 0 0 331k 0 0:00:50 0:00:34 0:00:16 0
67 16.4M 67 11.1M 0 0 322k 0 0:00:52 0:00:35 0:00:17 0
70 16.4M 70 11.6M 0 0 329k 0 0:00:51 0:00:36 0:00:15 105k
76 16.4M 76 12.6M 0 0 347k 0 0:00:48 0:00:37 0:00:11 313k
82 16.4M 82 13.6M 0 0 364k 0 0:00:46 0:00:38 0:00:08 521k
88 16.4M 88 14.5M 0 0 380k 0 0:00:44 0:00:39 0:00:05 726k
94 16.4M 94 15.5M 0 0 394k 0 0:00:42 0:00:40 0:00:02 933k
100 16.4M 100 16.4M 0 0 408k 0 0:00:41 0:00:41 --:--:-- 989k
---> f446daab7231
Removing intermediate container 4effaa2ea10b
Step 10 : RUN yum -y install openssl && chmod -R 777 /opt
---> Running in c23aa793ccaa
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
* base: ewr.edge.kernel.org
* extras: repos-va.psychz.net
* updates: mirror.cs.vt.edu
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 6.9 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!
---> b00c9d57a3ec
Removing intermediate container c23aa793ccaa
Step 11 : ENTRYPOINT $HAWKULAR_METRICS_DIR/hawkular-metrics-schema.sh
---> Running in c69848d06364
---> 440e59efb01e
Removing intermediate container c69848d06364
Successfully built 440e59efb01e
++ date +%s
+ BUILD_ENDTIME=1525748139
--- openshift/origin-metrics-schema-installer:latest took 88 seconds ---
+ echo '--- openshift/origin-metrics-schema-installer:latest took 88 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525748139
+ 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
---> 5756b551bb88
Step 3 : EXPOSE 9042 9160 7000 7001
---> Running in bf53e62c7f53
---> c2620bdee0bb
Removing intermediate container bf53e62c7f53
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 b6d1d994fd2a
---> c41495274bd5
Removing intermediate container b6d1d994fd2a
Step 5 : USER root
---> Running in c330d29682b7
---> cd88863b7b5f
Removing intermediate container c330d29682b7
Step 6 : RUN yum install -y -q bind-utils openssl && yum clean all
---> Running in 2d1a980c1723
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
---> 37fd561c91a8
Removing intermediate container 2d1a980c1723
Step 7 : COPY apache-cassandra-${CASSANDRA_VERSION}-bin.tar.gz.md5 /tmp/
---> b8ad2c48e986
Removing intermediate container 12e2708c2e88
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 4bc4f8eecc56
% 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 16384 0 0 26029 0 0:20:28 --:--:-- 0:20:28 26006
23 30.5M 23 7248k 0 0 4476k 0 0:00:06 0:00:01 0:00:05 4476k
76 30.5M 76 23.4M 0 0 9162k 0 0:00:03 0:00:02 0:00:01 9162k
100 30.5M 100 30.5M 0 0 10.1M 0 0:00:03 0:00:03 --:--:-- 10.1M
---> 65e7954264f6
Removing intermediate container 4bc4f8eecc56
Step 9 : COPY cassandra.yaml.template cassandra-env.sh.template cassandra-metrics-reporter.yaml logback.xml /opt/apache-cassandra/conf/
---> 608aeafe86ad
Removing intermediate container 127deea6d0ca
Step 10 : COPY cassandra-docker.sh cassandra-docker-ready.sh cassandra-prestop.sh cassandra-poststart.sh gather-seeds.sh /opt/apache-cassandra/bin/
---> 862b28903b5b
Removing intermediate container d16533f2eed3
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 c1d900659b7e
% 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 5535k 0 --:--:-- --:--:-- --:--:-- 5561k
---> 17bd2d617eba
Removing intermediate container c1d900659b7e
Step 12 : COPY prometheus.yaml /opt/hawkular/prometheus_agent/prometheus.yaml
---> 0da15c0f39a4
Removing intermediate container 8b80a425f79c
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 d6cbed7843a8
---> 6feceafd99c2
Removing intermediate container d6cbed7843a8
Step 14 : USER 313
---> Running in e9cd9160d79f
---> 6ed3e58e64e7
Removing intermediate container e9cd9160d79f
Step 15 : CMD /opt/apache-cassandra/bin/cassandra-docker.sh --seeds=${HOSTNAME}
---> Running in 7d667964411b
---> 601148be712e
Removing intermediate container 7d667964411b
Successfully built 601148be712e
++ date +%s
+ BUILD_ENDTIME=1525748237
--- openshift/origin-metrics-cassandra:latest took 98 seconds ---
+ echo '--- openshift/origin-metrics-cassandra:latest took 98 seconds ---'
+ echo
+ echo
+ echo
+ echo
++ Active images
+ echo '++ Active images'
+ grep openshift/origin-metrics
+ docker images
+ grep latest
+ sort
openshift/origin-metrics-cassandra latest 601148be712e 1 seconds ago 706.4 MB
openshift/origin-metrics-deployer latest e96fdb088e7a 6 minutes ago 833.4 MB
openshift/origin-metrics-hawkular-metrics latest 2b9462cf3d2e 3 minutes ago 868.3 MB
openshift/origin-metrics-heapster latest 808b72a73f4c 5 minutes ago 819.9 MB
openshift/origin-metrics-schema-installer latest 440e59efb01e About a minute ago 568.6 MB
+ echo
+ ret=0
++ date +%s
+ ENDTIME=1525748237
hack/build-images.sh took 471 seconds
+ echo 'hack/build-images.sh took 471 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]
b435d888e1b0: Preparing
b352cdcd6023: Preparing
62489752c543: Preparing
670eb5b7d967: Preparing
6e8ac5cc7e93: Preparing
3c2e35578e17: Preparing
3d42526b1555: Preparing
f8f799368223: Preparing
ec20d3c8b2bf: Preparing
120b765a2a5d: Preparing
f93a1f45a605: Preparing
69644ffb1449: Preparing
33836017724c: Preparing
68f2b534f819: Preparing
25392e8f9f5a: Preparing
0c8237d7452a: Preparing
d9e554ca876f: Preparing
43e653f84b79: Preparing
120b765a2a5d: Waiting
f93a1f45a605: Waiting
69644ffb1449: Waiting
33836017724c: Waiting
68f2b534f819: Waiting
25392e8f9f5a: Waiting
0c8237d7452a: Waiting
d9e554ca876f: Waiting
43e653f84b79: Waiting
3c2e35578e17: Waiting
3d42526b1555: Waiting
f8f799368223: Waiting
ec20d3c8b2bf: Waiting
62489752c543: Pushed
6e8ac5cc7e93: Pushed
670eb5b7d967: Pushed
3c2e35578e17: Pushed
3d42526b1555: Pushed
f8f799368223: Pushed
b352cdcd6023: Pushed
120b765a2a5d: Pushed
f93a1f45a605: Pushed
68f2b534f819: Layer already exists
25392e8f9f5a: Layer already exists
0c8237d7452a: Layer already exists
d9e554ca876f: Layer already exists
43e653f84b79: Layer already exists
ec20d3c8b2bf: Pushed
69644ffb1449: Pushed
33836017724c: Pushed
b435d888e1b0: Pushed
latest: digest: sha256:325c1fae23266f239b870127e7a2f6b7ba8d8ec6a7b98550d0205f20c6ac6a48 size: 4089
The push refers to a repository [docker.io/openshift/origin-metrics-cassandra]
c4bffdc6e6e5: Preparing
daa3f6e59654: Preparing
0cfe45677d55: Preparing
76bad20d946f: Preparing
b4cd75552be8: Preparing
60b66406718d: Preparing
c6766d7c456c: Preparing
441da757b0fd: Preparing
25392e8f9f5a: Preparing
0c8237d7452a: Preparing
d9e554ca876f: Preparing
43e653f84b79: Preparing
25392e8f9f5a: Waiting
0c8237d7452a: Waiting
60b66406718d: Waiting
c6766d7c456c: Waiting
d9e554ca876f: Waiting
441da757b0fd: Waiting
76bad20d946f: Pushed
daa3f6e59654: Pushed
0cfe45677d55: Pushed
b4cd75552be8: Pushed
25392e8f9f5a: Layer already exists
0c8237d7452a: Layer already exists
d9e554ca876f: Layer already exists
43e653f84b79: Layer already exists
c6766d7c456c: Pushed
441da757b0fd: Pushed
c4bffdc6e6e5: Pushed
60b66406718d: Pushed
latest: digest: sha256:706c12c2b87c81eb343a3c704ffb7da65c49903f25d9715e061142976318eae1 size: 2838
The push refers to a repository [docker.io/openshift/origin-metrics-heapster]
3accc9f50eb9: Preparing
ff5a1d45c585: Preparing
6a9afce47b17: Preparing
912e0f0a15ea: Preparing
daf66cc11f7d: Preparing
36018b5e9787: Preparing
36018b5e9787: Waiting
daf66cc11f7d: Layer already exists
ff5a1d45c585: Layer already exists
6a9afce47b17: Layer already exists
912e0f0a15ea: Layer already exists
36018b5e9787: Layer already exists
3accc9f50eb9: Pushed
latest: digest: sha256:d52c7f38b2d95cd5c225bb0932b485e40461a6a27f75b2d78589ed339a5ccb78 size: 1577
The push refers to a repository [docker.io/openshift/origin-metrics-deployer]
e7995ff20fdc: Preparing
aa6b55e1d554: Preparing
2afaf13c3e2d: Preparing
b15d2a63e7a4: Preparing
9c2582205dfd: Preparing
eedfad53c266: Preparing
f3c88003bdcc: Preparing
43e653f84b79: Preparing
eedfad53c266: Waiting
f3c88003bdcc: Waiting
43e653f84b79: Waiting
b15d2a63e7a4: Mounted from openshift/origin
9c2582205dfd: Mounted from openshift/origin
eedfad53c266: Mounted from openshift/origin
f3c88003bdcc: Mounted from openshift/origin
43e653f84b79: Layer already exists
e7995ff20fdc: Pushed
aa6b55e1d554: Pushed
2afaf13c3e2d: Pushed
latest: digest: sha256:0dec8361c0f95b1d8ecdfda0b6114f7eb7682717a3fc063c5e6cc13de439b8ca size: 1999
The push refers to a repository [docker.io/openshift/origin-metrics-schema-installer]
da10ae1ef6c8: Preparing
16f02a46a342: Preparing
81df1eae4436: Preparing
60f01b332780: Preparing
ed5c462a1867: Preparing
25392e8f9f5a: Preparing
0c8237d7452a: Preparing
d9e554ca876f: Preparing
43e653f84b79: Preparing
25392e8f9f5a: Waiting
0c8237d7452a: Waiting
d9e554ca876f: Waiting
43e653f84b79: Waiting
unauthorized: authentication required
hack/push-release.sh took 51 seconds
Build step 'Execute shell' marked build as failure
[PostBuildScript] - Execution post build scripts.
[workspace] $ /bin/sh -xe /tmp/jenkins7006293552458714804.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
Sending e-mails to: jcantril@redhat.com
[BFA] Scanning build for known causes...
[BFA] No failure causes found
[BFA] Done. 0s
Finished: FAILURE