Console Output
Started by upstream project "test-origin-metrics" build number 328
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/jenkins6087091983770371453.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
a846d3d..40951ce master -> origin/master
* [new branch] revert-19563-mv-jenkins-plugin-ext-test -> origin/revert-19563-mv-jenkins-plugin-ext-test
Already on 'master'
Your branch is behind 'origin/master' by 88 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
HEAD is now at 40951ce Merge pull request #19388 from hongkailiu/projExist
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_163
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-shell20180504-7715-1uh4rb6.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=1525466644
+ 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
6b52ef88e0e8: Pulling fs layer
a47575e38146: Pulling fs layer
3dfde602be6b: Pulling fs layer
0f9878fee3fe: Pulling fs layer
3dfde602be6b: Waiting
0f9878fee3fe: Waiting
6b52ef88e0e8: Verifying Checksum
6b52ef88e0e8: Download complete
a47575e38146: Verifying Checksum
a47575e38146: Download complete
469cfcc7a4b3: Verifying Checksum
469cfcc7a4b3: Download complete
0f9878fee3fe: Verifying Checksum
0f9878fee3fe: Download complete
3dfde602be6b: Verifying Checksum
3dfde602be6b: Download complete
469cfcc7a4b3: Pull complete
6b52ef88e0e8: Pull complete
a47575e38146: Pull complete
3dfde602be6b: Pull complete
0f9878fee3fe: Pull complete
Digest: sha256:a98d5117dc6a370e39ab4e89a07d081dfdb0ca88a86e4e3c6b2d0d2137565118
---> 58e2c929481f
Step 2 : MAINTAINER Hawkular Metrics <hawkular-dev@lists.jboss.org>
---> Running in 0e1273a653d9
---> 71dabd39edf0
Removing intermediate container 0e1273a653d9
Step 3 : ENV BIN_DIR /opt/deploy PROCESSING_DIR /etc/deploy/_output KUBECONFIG /etc/deploy/.kubeconfig WRITE_KUBECONFIG 1 SECRET_DIR /secret
---> Running in 66ec8268595e
---> 12ab9a4f911a
Removing intermediate container 66ec8268595e
Step 4 : RUN yum install -y java-1.8.0-openjdk openssl httpd-tools bind-utils && yum clean all
---> Running in 8652404408b1
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
* base: distro.ibiblio.org
* extras: mirrors.advancedhosters.com
* updates: mirror.es.its.nyu.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 20 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
---> 003cb3d73b24
Removing intermediate container 8652404408b1
Step 5 : RUN mkdir -p ${HOME} ${PROCESSING_DIR} ${BIN_DIR} && chmod 777 ${HOME} && chmod 555 ${BIN_DIR}
---> Running in 502d0788c199
---> d9cc74b7e9da
Removing intermediate container 502d0788c199
Step 6 : COPY . ${BIN_DIR}
---> ea28196b8b47
Removing intermediate container 4f67bb1dc140
Step 7 : WORKDIR ${BIN_DIR}
---> Running in c4e06ede3665
---> c99455a6ece9
Removing intermediate container c4e06ede3665
Step 8 : ENTRYPOINT ./run.sh
---> Running in db7640b15698
---> e6c06c162ce2
Removing intermediate container db7640b15698
Step 9 : USER 1000
---> Running in 9d61d4f3322e
---> df466d3a109b
Removing intermediate container 9d61d4f3322e
Successfully built df466d3a109b
++ date +%s
+ BUILD_ENDTIME=1525466745
--- openshift/origin-metrics-deployer:latest took 101 seconds ---
+ echo '--- openshift/origin-metrics-deployer:latest took 101 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525466745
+ comp_path=hack/../heapster/
+ docker_tag=openshift/origin-metrics-heapster:latest
+ echo
+ echo
--- Building component 'hack/../heapster/' with docker tag 'openshift/origin-metrics-heapster:latest' ---
+ echo '--- Building component '\''hack/../heapster/'\'' with docker tag '\''openshift/origin-metrics-heapster:latest'\'' ---'
+ docker build -t openshift/origin-metrics-heapster:latest hack/../heapster/
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM openshift/origin-metrics-heapster-base:v1.3.0-2
Trying to pull repository docker.io/openshift/origin-metrics-heapster-base ...
v1.3.0-2: Pulling from docker.io/openshift/origin-metrics-heapster-base
93857f76ae30: Pulling fs layer
4e61ce2c52dd: Pulling fs layer
dd390b33ea7b: Pulling fs layer
3fc0170be004: Pulling fs layer
f4e99900d503: Pulling fs layer
3fc0170be004: Waiting
f4e99900d503: Waiting
dd390b33ea7b: Verifying Checksum
dd390b33ea7b: Download complete
3fc0170be004: Verifying Checksum
3fc0170be004: Download complete
f4e99900d503: Verifying Checksum
f4e99900d503: Download complete
4e61ce2c52dd: Verifying Checksum
4e61ce2c52dd: Download complete
93857f76ae30: Verifying Checksum
93857f76ae30: 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 e4c2ea4bd171
---> 4530f493d1f5
Removing intermediate container e4c2ea4bd171
Step 3 : ADD heapster-wrapper.sh heapster-readiness.sh /opt/
---> 70e57446aa94
Removing intermediate container e35439264fe8
Step 4 : ENTRYPOINT opt/heapster-wrapper.sh
---> Running in 5426cca46537
---> cc284d544735
Removing intermediate container 5426cca46537
Successfully built cc284d544735
++ date +%s
+ BUILD_ENDTIME=1525466792
--- openshift/origin-metrics-heapster:latest took 47 seconds ---
+ echo '--- openshift/origin-metrics-heapster:latest took 47 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525466792
+ 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
4d201219d6b1: Verifying Checksum
4d201219d6b1: Download complete
05677e4d61f0: Pull 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 5036aa720c21
---> 3ed934b4a1db
Removing intermediate container 5036aa720c21
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 b9e082134cb3
---> b7bfdcb19c72
Removing intermediate container b9e082134cb3
Step 4 : ARG DEV_BUILD="false"
---> Running in 00ee92d7d63c
---> 4495c5c393a1
Removing intermediate container 00ee92d7d63c
Step 5 : EXPOSE 8080 8444
---> Running in b022a749aab6
---> d948f5a63349
Removing intermediate container b022a749aab6
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 01714a1b7b46
% 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 4044k 0 --:--:-- --:--:-- --:--:-- 4051k
---> 33e7e3098ab7
Removing intermediate container 01714a1b7b46
Step 7 : COPY prometheus.yaml $JBOSS_HOME/standalone/configuration/prometheus.yaml
---> 26e6d415a45a
Removing intermediate container 19d66bcb7760
Step 8 : RUN mkdir /tmp/hawkular
---> Running in 1e5c3cdfdb99
---> 9b7eafe760bd
Removing intermediate container 1e5c3cdfdb99
Step 9 : COPY dev/* /tmp/hawkular/
---> c90514adfe04
Removing intermediate container 1cd5ee6f154d
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 9b5d2e7f6dc5
% 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
3 15.1M 3 581k 0 0 383k 0 0:00:40 0:00:01 0:00:39 383k
9 15.1M 9 1534k 0 0 616k 0 0:00:25 0:00:02 0:00:23 616k
16 15.1M 16 2517k 0 0 718k 0 0:00:21 0:00:03 0:00:18 718k
22 15.1M 22 3498k 0 0 778k 0 0:00:19 0:00:04 0:00:15 778k
28 15.1M 28 4479k 0 0 813k 0 0:00:19 0:00:05 0:00:14 898k
35 15.1M 35 5479k 0 0 840k 0 0:00:18 0:00:06 0:00:12 979k
41 15.1M 41 6434k 0 0 859k 0 0:00:18 0:00:07 0:00:11 979k
47 15.1M 47 7415k 0 0 872k 0 0:00:17 0:00:08 0:00:09 979k
54 15.1M 54 8395k 0 0 884k 0 0:00:17 0:00:09 0:00:08 978k
60 15.1M 60 9387k 0 0 893k 0 0:00:17 0:00:10 0:00:07 981k
66 15.1M 66 10.1M 0 0 902k 0 0:00:17 0:00:11 0:00:06 982k
72 15.1M 72 11.0M 0 0 906k 0 0:00:17 0:00:12 0:00:05 977k
79 15.1M 79 12.0M 0 0 913k 0 0:00:16 0:00:13 0:00:03 984k
85 15.1M 85 12.9M 0 0 916k 0 0:00:16 0:00:14 0:00:02 977k
92 15.1M 92 13.9M 0 0 922k 0 0:00:16 0:00:15 0:00:01 982k
98 15.1M 98 14.9M 0 0 925k 0 0:00:16 0:00:16 --:--:-- 978k
100 15.1M 100 15.1M 0 0 926k 0 0:00:16 0:00:16 --:--:-- 984k
---> bb222beac384
Removing intermediate container 9b5d2e7f6dc5
Step 11 : ENV ALPN_VERSION "8.1.9.v20160720"
---> Running in e67257fd1da7
---> dd43dbca67ac
Removing intermediate container e67257fd1da7
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 876bba38bd01
% 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 785k 0 --:--:-- --:--:-- --:--:-- 795k
---> 820fac0cc380
Removing intermediate container 876bba38bd01
Step 13 : COPY hawkular-metrics-readiness.py hawkular-metrics-liveness.py hawkular-metrics-wrapper.sh hawkular-client-initialization.py client $HAWKULAR_METRICS_SCRIPT_DIRECTORY
---> 01a5c8a14260
Removing intermediate container ed7ad5f10302
Step 14 : COPY standalone.conf $JBOSS_HOME/bin/
---> b19388a3195f
Removing intermediate container 424efdd1c1f3
Step 15 : COPY welcome-content $JBOSS_HOME/welcome-content/
---> 2dbfe1e8d675
Removing intermediate container bd9cd2c25892
Step 16 : COPY standalone.xml $JBOSS_HOME/standalone/configuration/standalone.xml
---> 3a39d54e4c91
Removing intermediate container ecde5d35fcff
Step 17 : COPY logging.properties $JBOSS_HOME/standalone/configuration/logging.properties
---> 4aeedfeca36a
Removing intermediate container fa1e6f11b1fc
Step 18 : USER root
---> Running in 7d5a4a5bfdfb
---> 8b94937299f4
Removing intermediate container 7d5a4a5bfdfb
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 e35ca9323861
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
* base: mirror.es.its.nyu.edu
* extras: mirror.ash.fastserv.com
* updates: mirror.cogentco.com
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 3.7 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: mirror.es.its.nyu.edu
* epel: s3-mirror-us-east-1.fedoraproject.org
* extras: mirror.ash.fastserv.com
* updates: mirror.cogentco.com
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.
---> f1ee3bcd770b
Removing intermediate container e35ca9323861
Step 20 : RUN chmod -R 777 /opt
---> Running in 1ef8d2fba1ae
---> 4de9ebfb15c3
Removing intermediate container 1ef8d2fba1ae
Step 21 : USER 1000
---> Running in 5124d6cff60c
---> 58c7aa3c371e
Removing intermediate container 5124d6cff60c
Step 22 : CMD $HAWKULAR_METRICS_SCRIPT_DIRECTORY/hawkular-metrics-wrapper.sh -b 0.0.0.0 -Dhawkular-metrics.cassandra-nodes=hawkular-cassandra
---> Running in 006e69d68da2
---> d3697f33b2aa
Removing intermediate container 006e69d68da2
Successfully built d3697f33b2aa
++ date +%s
+ BUILD_ENDTIME=1525466920
--- openshift/origin-metrics-hawkular-metrics:latest took 128 seconds ---
+ echo '--- openshift/origin-metrics-hawkular-metrics:latest took 128 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525466920
+ 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 70150fe5fb62
---> a380a7c64c56
Removing intermediate container 70150fe5fb62
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 e26d0455a0fd
---> 652912f0c929
Removing intermediate container e26d0455a0fd
Step 4 : ARG DEV_BUILD="false"
---> Running in 275bdac2eefd
---> 2fe417ba5ece
Removing intermediate container 275bdac2eefd
Step 5 : USER root
---> Running in a1ed653de3df
---> df94adaf61e5
Removing intermediate container a1ed653de3df
Step 6 : RUN mkdir $HAWKULAR_METRICS_DIR
---> Running in 5814e826c07d
---> bbe9a1790266
Removing intermediate container 5814e826c07d
Step 7 : COPY dev/* $HAWKULAR_METRICS_DIR
---> b283b728ec48
Removing intermediate container 909aa8f79a6a
Step 8 : COPY hawkular-metrics-schema.sh $HAWKULAR_METRICS_DIR
---> f356d256968e
Removing intermediate container 5ead6010bb22
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 bdb404278f9e
!!!NOT A DEV BUILD!!!
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 16.4M 0 23745 0 0 25661 0 0:11:12 --:--:-- 0:11:12 25642
1 16.4M 1 277k 0 0 143k 0 0:01:57 0:00:01 0:01:56 143k
4 16.4M 4 837k 0 0 283k 0 0:00:59 0:00:02 0:00:57 283k
10 16.4M 10 1709k 0 0 434k 0 0:00:38 0:00:03 0:00:35 434k
15 16.4M 15 2664k 0 0 539k 0 0:00:31 0:00:04 0:00:27 539k
21 16.4M 21 3594k 0 0 605k 0 0:00:27 0:00:05 0:00:22 713k
27 16.4M 27 4589k 0 0 662k 0 0:00:25 0:00:06 0:00:19 861k
32 16.4M 32 5516k 0 0 696k 0 0:00:24 0:00:07 0:00:17 941k
38 16.4M 38 6516k 0 0 728k 0 0:00:23 0:00:08 0:00:15 960k
44 16.4M 44 7504k 0 0 752k 0 0:00:22 0:00:09 0:00:13 961k
50 16.4M 50 8444k 0 0 772k 0 0:00:21 0:00:10 0:00:11 970k
55 16.4M 55 9424k 0 0 789k 0 0:00:21 0:00:11 0:00:10 966k
61 16.4M 61 10.1M 0 0 802k 0 0:00:21 0:00:12 0:00:09 968k
67 16.4M 67 11.0M 0 0 815k 0 0:00:20 0:00:13 0:00:07 970k
73 16.4M 73 12.0M 0 0 826k 0 0:00:20 0:00:14 0:00:06 973k
78 16.4M 78 12.9M 0 0 832k 0 0:00:20 0:00:15 0:00:05 964k
84 16.4M 84 13.9M 0 0 842k 0 0:00:19 0:00:16 0:00:03 968k
90 16.4M 90 14.8M 0 0 847k 0 0:00:19 0:00:17 0:00:02 964k
96 16.4M 96 15.8M 0 0 855k 0 0:00:19 0:00:18 0:00:01 968k
100 16.4M 100 16.4M 0 0 859k 0 0:00:19 0:00:19 --:--:-- 964k
---> 949fad2c838a
Removing intermediate container bdb404278f9e
Step 10 : RUN yum -y install openssl && chmod -R 777 /opt
---> Running in 43aa52fe2103
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
* base: mirror.es.its.nyu.edu
* extras: mirrors.lga7.us.voxel.net
* updates: mirror.cogentco.com
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 3.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!
---> 4fffbf3fe202
Removing intermediate container 43aa52fe2103
Step 11 : ENTRYPOINT $HAWKULAR_METRICS_DIR/hawkular-metrics-schema.sh
---> Running in ee441c8a4cdd
---> 898dc8cb4de4
Removing intermediate container ee441c8a4cdd
Successfully built 898dc8cb4de4
++ date +%s
+ BUILD_ENDTIME=1525466977
--- openshift/origin-metrics-schema-installer:latest took 57 seconds ---
+ echo '--- openshift/origin-metrics-schema-installer:latest took 57 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525466977
+ 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
---> a380a7c64c56
Step 3 : EXPOSE 9042 9160 7000 7001
---> Running in cd3a1218aa34
---> 38d070462132
Removing intermediate container cd3a1218aa34
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 49cc81e25429
---> 1645bfcf132d
Removing intermediate container 49cc81e25429
Step 5 : USER root
---> Running in ed06047fcfd9
---> effc6f9dc1ad
Removing intermediate container ed06047fcfd9
Step 6 : RUN yum install -y -q bind-utils openssl && yum clean all
---> Running in f3d787e1f10f
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
---> 412943ad3ec9
Removing intermediate container f3d787e1f10f
Step 7 : COPY apache-cassandra-${CASSANDRA_VERSION}-bin.tar.gz.md5 /tmp/
---> 52d8749d0413
Removing intermediate container ee7e4fa23fea
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 b52aff269cc3
% 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
1 30.5M 1 432k 0 0 423k 0 0:01:13 0:00:01 0:01:12 423k
42 30.5M 42 13.0M 0 0 6547k 0 0:00:04 0:00:02 0:00:02 6545k
96 30.5M 96 29.3M 0 0 9929k 0 0:00:03 0:00:03 --:--:-- 9927k
100 30.5M 100 30.5M 0 0 9.8M 0 0:00:03 0:00:03 --:--:-- 9.8M
---> 53bc8f7c85ed
Removing intermediate container b52aff269cc3
Step 9 : COPY cassandra.yaml.template cassandra-env.sh.template cassandra-metrics-reporter.yaml logback.xml /opt/apache-cassandra/conf/
---> 8ef290fac41b
Removing intermediate container 5ca39c7bcf83
Step 10 : COPY cassandra-docker.sh cassandra-docker-ready.sh cassandra-prestop.sh cassandra-poststart.sh gather-seeds.sh /opt/apache-cassandra/bin/
---> 6ee1afd56799
Removing intermediate container 56c148b70552
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 6e9ed282f038
% 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 5815k 0 --:--:-- --:--:-- --:--:-- 5826k
---> f829fa13382d
Removing intermediate container 6e9ed282f038
Step 12 : COPY prometheus.yaml /opt/hawkular/prometheus_agent/prometheus.yaml
---> 635f8bd13d30
Removing intermediate container 4b9ab549c4b5
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 c16206b41577
---> eaf740c695ff
Removing intermediate container c16206b41577
Step 14 : USER 313
---> Running in 4feea82a5063
---> 3227c94f0b3d
Removing intermediate container 4feea82a5063
Step 15 : CMD /opt/apache-cassandra/bin/cassandra-docker.sh --seeds=${HOSTNAME}
---> Running in e8a97e66acb3
---> d5edb7391f24
Removing intermediate container e8a97e66acb3
Successfully built d5edb7391f24
++ date +%s
--- openshift/origin-metrics-cassandra:latest took 67 seconds ---
++ Active images
+ BUILD_ENDTIME=1525467044
+ echo '--- openshift/origin-metrics-cassandra:latest took 67 seconds ---'
+ echo
+ echo
+ echo
+ echo
+ echo '++ Active images'
+ docker images
+ grep openshift/origin-metrics
+ grep latest
+ sort
openshift/origin-metrics-cassandra latest d5edb7391f24 Less than a second ago 706.4 MB
openshift/origin-metrics-deployer latest df466d3a109b 5 minutes ago 833.4 MB
openshift/origin-metrics-hawkular-metrics latest d3697f33b2aa 2 minutes ago 868.3 MB
openshift/origin-metrics-heapster latest cc284d544735 4 minutes ago 819.9 MB
openshift/origin-metrics-schema-installer latest 898dc8cb4de4 About a minute ago 568.6 MB
+ echo
+ ret=0
++ date +%s
+ ENDTIME=1525467044
hack/build-images.sh took 400 seconds
+ echo 'hack/build-images.sh took 400 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]
9fdf3e71c114: Preparing
45dcfb536921: Preparing
765fb0bc876f: Preparing
71bbfbb7a970: Preparing
6c56190a9855: Preparing
ca27bbe7774a: Preparing
34b56e963ca8: Preparing
417d2357c464: Preparing
f3be0c463197: Preparing
13da778924d2: Preparing
b0ace557e672: Preparing
13b8fc2d7d74: Preparing
6cc1253ee48b: Preparing
68f2b534f819: Preparing
25392e8f9f5a: Preparing
0c8237d7452a: Preparing
d9e554ca876f: Preparing
43e653f84b79: Preparing
ca27bbe7774a: Waiting
34b56e963ca8: Waiting
417d2357c464: Waiting
f3be0c463197: Waiting
13da778924d2: Waiting
b0ace557e672: Waiting
13b8fc2d7d74: Waiting
6cc1253ee48b: Waiting
68f2b534f819: Waiting
25392e8f9f5a: Waiting
0c8237d7452a: Waiting
d9e554ca876f: Waiting
43e653f84b79: Waiting
765fb0bc876f: Pushed
71bbfbb7a970: Pushed
6c56190a9855: Pushed
45dcfb536921: Pushed
417d2357c464: Pushed
34b56e963ca8: Pushed
ca27bbe7774a: Pushed
13da778924d2: Pushed
b0ace557e672: Pushed
68f2b534f819: Layer already exists
13b8fc2d7d74: Pushed
25392e8f9f5a: Layer already exists
0c8237d7452a: Layer already exists
d9e554ca876f: Layer already exists
43e653f84b79: Layer already exists
f3be0c463197: Pushed
6cc1253ee48b: Pushed
9fdf3e71c114: Pushed
latest: digest: sha256:bd22d8ac7da617eb285a918f0e9b938129d92b4271c03a37a5f99d3a428249ea size: 4089
The push refers to a repository [docker.io/openshift/origin-metrics-cassandra]
fdf2aed9a68b: Preparing
3c75948460d1: Preparing
3124e25c20ca: Preparing
fed0407b034d: Preparing
a0afc2b73bce: Preparing
066c1cf0c01d: Preparing
d43834bcc62d: Preparing
2f6de66d7d10: Preparing
25392e8f9f5a: Preparing
0c8237d7452a: Preparing
d9e554ca876f: Preparing
43e653f84b79: Preparing
d43834bcc62d: Waiting
2f6de66d7d10: Waiting
25392e8f9f5a: Waiting
0c8237d7452a: Waiting
d9e554ca876f: Waiting
43e653f84b79: Waiting
066c1cf0c01d: Waiting
3c75948460d1: Pushed
a0afc2b73bce: Pushed
fed0407b034d: Pushed
3124e25c20ca: Pushed
25392e8f9f5a: Layer already exists
0c8237d7452a: Layer already exists
d9e554ca876f: Layer already exists
43e653f84b79: Layer already exists
d43834bcc62d: Pushed
2f6de66d7d10: Pushed
fdf2aed9a68b: Pushed
066c1cf0c01d: Pushed
latest: digest: sha256:c35e9aa3d42543ca807ff564d200f09fd283aa944c688e856f8c30f5de26a52b size: 2838
The push refers to a repository [docker.io/openshift/origin-metrics-heapster]
7fa26d6852cb: Preparing
ff5a1d45c585: Preparing
6a9afce47b17: Preparing
912e0f0a15ea: Preparing
daf66cc11f7d: Preparing
36018b5e9787: Preparing
36018b5e9787: Waiting
912e0f0a15ea: Layer already exists
daf66cc11f7d: Layer already exists
ff5a1d45c585: Layer already exists
6a9afce47b17: Layer already exists
36018b5e9787: Layer already exists
7fa26d6852cb: Pushed
latest: digest: sha256:912d575d36bbad8a8aa8e06f0aaf657eb2e4db897030181f5bc0a8729718a8c4 size: 1577
The push refers to a repository [docker.io/openshift/origin-metrics-deployer]
8e7173977640: Preparing
d004c53272a0: Preparing
03da78c9edca: Preparing
50a73598a6f7: Preparing
710d87c95261: Preparing
6a2e504e76dd: Preparing
ce565f9d4e54: Preparing
43e653f84b79: Preparing
6a2e504e76dd: Waiting
ce565f9d4e54: Waiting
43e653f84b79: Waiting
50a73598a6f7: Mounted from openshift/origin
710d87c95261: Mounted from openshift/origin
6a2e504e76dd: Mounted from openshift/origin
43e653f84b79: Layer already exists
ce565f9d4e54: Mounted from openshift/origin
d004c53272a0: Pushed
8e7173977640: Pushed
03da78c9edca: Pushed
latest: digest: sha256:ff4fd44250f6298d544c58ed3ff8654835545947d228ccf2b66bd44b32fd4391 size: 1999
hack/push-release.sh took 53 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/jenkins5247746345795258430.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