Console Output
Started by upstream project "test-origin-metrics" build number 320
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/jenkins1666864675042371856.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
eaf3a0a..bd17376 master -> origin/master
* [new branch] eparis-point-to-bugzilla -> origin/eparis-point-to-bugzilla
efb0d59..269e828 release-3.6 -> origin/release-3.6
a8deba5..5eda3fa release-3.7 -> origin/release-3.7
ff72b3f..bf2a173 release-3.8 -> origin/release-3.8
5ca3fd2..eda48d2 release-3.9 -> origin/release-3.9
* [new branch] revert-18978-multicast-test-networkpolicy -> origin/revert-18978-multicast-test-networkpolicy
* [new tag] v3.8.0 -> v3.8.0
From https://github.com/openshift/origin
* [new tag] v3.7.2 -> v3.7.2
* [new tag] v3.9.0 -> v3.9.0
Already on 'master'
Your branch is behind 'origin/master' by 305 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
HEAD is now at bd17376 Merge pull request #19102 from bparees/custom_binary
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_155
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-shell20180327-10875-1b0adsn.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 ~
--- Building component 'hack/../deployer/' with docker tag 'openshift/origin-metrics-deployer:latest' ---
+ for component in deployer heapster hawkular-metrics cassandra
++ date +%s
+ BUILD_STARTTIME=1522183724
+ comp_path=hack/../deployer/
+ docker_tag=openshift/origin-metrics-deployer:latest
+ echo
+ 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
5e35d10a3eba: Pulling fs layer
93c60e8488b9: Pulling fs layer
941517f80b9e: Pulling fs layer
ff7a659ebc1c: Pulling fs layer
ff7a659ebc1c: Waiting
93c60e8488b9: Verifying Checksum
93c60e8488b9: Download complete
941517f80b9e: Verifying Checksum
941517f80b9e: Download complete
5e35d10a3eba: Verifying Checksum
5e35d10a3eba: Download complete
ff7a659ebc1c: Verifying Checksum
ff7a659ebc1c: Download complete
5e35d10a3eba: Pull complete
93c60e8488b9: Pull complete
941517f80b9e: Pull complete
ff7a659ebc1c: Pull complete
Digest: sha256:0039d203d6ee636da95e253b764292362af7e0e6f1d1705b97e4c22933025bb2
---> c93822051770
Step 2 : MAINTAINER Hawkular Metrics <hawkular-dev@lists.jboss.org>
---> Running in 72b4bbd6cb43
---> d5f5a1fe9e76
Removing intermediate container 72b4bbd6cb43
Step 3 : ENV BIN_DIR /opt/deploy PROCESSING_DIR /etc/deploy/_output KUBECONFIG /etc/deploy/.kubeconfig WRITE_KUBECONFIG 1 SECRET_DIR /secret
---> Running in f736cf0cde98
---> ba58b78fe871
Removing intermediate container f736cf0cde98
Step 4 : RUN yum install -y java-1.8.0-openjdk openssl httpd-tools bind-utils && yum clean all
---> Running in 2e42528bb484
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
* base: repos-va.psychz.net
* extras: mirror.cisp.com
* updates: mirror.atlanticmetro.net
Resolving Dependencies
--> Running transaction check
---> Package bind-utils.x86_64 32:9.9.4-51.el7_4.2 will be installed
--> Processing Dependency: bind-libs = 32:9.9.4-51.el7_4.2 for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: liblwres.so.90()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: libisccfg.so.90()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: libisccc.so.90()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: libisc.so.95()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: libdns.so.100()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: libbind9.so.90()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: libGeoIP.so.1()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
---> Package httpd-tools.x86_64 0:2.4.6-67.el7.centos.6 will be installed
--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-tools-2.4.6-67.el7.centos.6.x86_64
--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-tools-2.4.6-67.el7.centos.6.x86_64
---> Package java-1.8.0-openjdk.x86_64 1:1.8.0.161-0.b14.el7_4 will be installed
--> Processing Dependency: java-1.8.0-openjdk-headless(x86-64) = 1:1.8.0.161-0.b14.el7_4 for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjvm.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjli.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjava.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: fontconfig(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libpng15.so.15()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjvm.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjli.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjava.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libawt.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libasound.so.2()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libXrender.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libXext.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libXcomposite.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libX11.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
---> Package openssl.x86_64 1:1.0.2k-8.el7 will be installed
--> Processing Dependency: make for package: 1:openssl-1.0.2k-8.el7.x86_64
--> Running transaction check
---> Package GeoIP.x86_64 0:1.5.0-11.el7 will be installed
---> Package alsa-lib.x86_64 0:1.1.3-3.el7 will be installed
---> Package apr.x86_64 0:1.4.8-3.el7_4.1 will be installed
---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed
---> Package bind-libs.x86_64 32:9.9.4-51.el7_4.2 will be installed
---> Package fontconfig.x86_64 0:2.10.95-11.el7 will be installed
--> Processing Dependency: freetype for package: fontconfig-2.10.95-11.el7.x86_64
--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-11.el7.x86_64
--> Processing Dependency: font(:lang=en) for package: fontconfig-2.10.95-11.el7.x86_64
--> Processing Dependency: libfreetype.so.6()(64bit) for package: fontconfig-2.10.95-11.el7.x86_64
---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed
--> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
--> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.161-0.b14.el7_4 will be installed
--> Processing Dependency: tzdata-java >= 2015d for package: 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: copy-jdk-configs >= 2.2 for package: 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: lksctp-tools(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: jpackage-utils for package: 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_64
---> Package libX11.x86_64 0:1.6.5-1.el7 will be installed
--> Processing Dependency: libX11-common >= 1.6.5-1.el7 for package: libX11-1.6.5-1.el7.x86_64
--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.5-1.el7.x86_64
---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed
---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed
---> Package libXrender.x86_64 0:0.9.10-1.el7 will be installed
---> Package libXtst.x86_64 0:1.2.3-1.el7 will be installed
---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed
---> Package make.x86_64 1:3.82-23.el7 will be installed
---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed
--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
--> Running transaction check
---> Package copy-jdk-configs.noarch 0:2.2-5.el7_4 will be installed
---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
---> Package freetype.x86_64 0:2.4.11-15.el7 will be installed
---> Package javapackages-tools.noarch 0:3.4.1-11.el7 will be installed
--> Processing Dependency: python-javapackages = 3.4.1-11.el7 for package: javapackages-tools-3.4.1-11.el7.noarch
--> Processing Dependency: libxslt for package: javapackages-tools-3.4.1-11.el7.noarch
---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed
---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed
---> Package libX11-common.noarch 0:1.6.5-1.el7 will be installed
---> Package libxcb.x86_64 0:1.12-1.el7 will be installed
--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.12-1.el7.x86_64
---> Package lksctp-tools.x86_64 0:1.0.17-2.el7 will be installed
---> Package stix-fonts.noarch 0:1.1.0-5.el7 will be installed
---> Package ttmkfdir.x86_64 0:3.0.9-42.el7 will be installed
---> Package tzdata-java.noarch 0:2018d-1.el7 will be installed
---> Package xorg-x11-font-utils.x86_64 1:7.5-20.el7 will be installed
--> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64
--> Processing Dependency: libXfont.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64
--> Running transaction check
---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
---> Package libXfont.x86_64 0:1.5.2-1.el7 will be installed
---> Package libfontenc.x86_64 0:1.1.3-3.el7 will be installed
---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
---> Package python-javapackages.noarch 0:3.4.1-11.el7 will be installed
--> Processing Dependency: python-lxml for package: python-javapackages-3.4.1-11.el7.noarch
--> Running transaction check
---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository
Size
================================================================================
Installing:
bind-utils x86_64 32:9.9.4-51.el7_4.2 updates 203 k
httpd-tools x86_64 2.4.6-67.el7.centos.6 updates 88 k
java-1.8.0-openjdk x86_64 1:1.8.0.161-0.b14.el7_4 updates 243 k
openssl x86_64 1:1.0.2k-8.el7 base 492 k
Installing for dependencies:
GeoIP x86_64 1.5.0-11.el7 base 1.1 M
alsa-lib x86_64 1.1.3-3.el7 base 421 k
apr x86_64 1.4.8-3.el7_4.1 updates 103 k
apr-util x86_64 1.5.2-6.el7 base 92 k
bind-libs x86_64 32:9.9.4-51.el7_4.2 updates 1.0 M
copy-jdk-configs noarch 2.2-5.el7_4 updates 19 k
fontconfig x86_64 2.10.95-11.el7 base 229 k
fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k
freetype x86_64 2.4.11-15.el7 base 392 k
giflib x86_64 4.1.6-9.el7 base 40 k
java-1.8.0-openjdk-headless x86_64 1:1.8.0.161-0.b14.el7_4 updates 32 M
javapackages-tools noarch 3.4.1-11.el7 base 73 k
libICE x86_64 1.0.9-9.el7 base 66 k
libSM x86_64 1.2.2-2.el7 base 39 k
libX11 x86_64 1.6.5-1.el7 base 606 k
libX11-common noarch 1.6.5-1.el7 base 164 k
libXau x86_64 1.0.8-2.1.el7 base 29 k
libXcomposite x86_64 0.4.4-4.1.el7 base 22 k
libXext x86_64 1.3.3-3.el7 base 39 k
libXfont x86_64 1.5.2-1.el7 base 152 k
libXi x86_64 1.7.9-1.el7 base 40 k
libXrender x86_64 0.9.10-1.el7 base 26 k
libXtst x86_64 1.2.3-1.el7 base 20 k
libfontenc x86_64 1.1.3-3.el7 base 31 k
libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
libpng x86_64 2:1.5.13-7.el7_2 base 213 k
libxcb x86_64 1.12-1.el7 base 211 k
libxslt x86_64 1.1.28-5.el7 base 242 k
lksctp-tools x86_64 1.0.17-2.el7 base 88 k
make x86_64 1:3.82-23.el7 base 420 k
python-javapackages noarch 3.4.1-11.el7 base 31 k
python-lxml x86_64 3.2.1-4.el7 base 758 k
stix-fonts noarch 1.1.0-5.el7 base 1.3 M
ttmkfdir x86_64 3.0.9-42.el7 base 48 k
tzdata-java noarch 2018d-1.el7 updates 184 k
xorg-x11-font-utils x86_64 1:7.5-20.el7 base 87 k
xorg-x11-fonts-Type1 noarch 7.5-9.el7 base 521 k
Transaction Summary
================================================================================
Install 4 Packages (+37 Dependent packages)
Total download size: 41 M
Installed size: 127 M
Downloading packages:
--------------------------------------------------------------------------------
Total 18 MB/s | 41 MB 00:02
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : freetype-2.4.11-15.el7.x86_64 1/41
Installing : libfontenc-1.1.3-3.el7.x86_64 2/41
Installing : GeoIP-1.5.0-11.el7.x86_64 3/41
Installing : apr-1.4.8-3.el7_4.1.x86_64 4/41
Installing : libxslt-1.1.28-5.el7.x86_64 5/41
Installing : fontpackages-filesystem-1.44-8.el7.noarch 6/41
Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 7/41
Installing : libICE-1.0.9-9.el7.x86_64 8/41
Installing : libSM-1.2.2-2.el7.x86_64 9/41
Installing : stix-fonts-1.1.0-5.el7.noarch 10/41
Installing : fontconfig-2.10.95-11.el7.x86_64 11/41
Installing : python-lxml-3.2.1-4.el7.x86_64 12/41
Installing : python-javapackages-3.4.1-11.el7.noarch 13/41
Installing : javapackages-tools-3.4.1-11.el7.noarch 14/41
Installing : apr-util-1.5.2-6.el7.x86_64 15/41
Installing : 32:bind-libs-9.9.4-51.el7_4.2.x86_64 16/41
Installing : libXfont-1.5.2-1.el7.x86_64 17/41
Installing : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 18/41
Installing : ttmkfdir-3.0.9-42.el7.x86_64 19/41
Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch 20/41
Installing : alsa-lib-1.1.3-3.el7.x86_64 21/41
Installing : libXau-1.0.8-2.1.el7.x86_64 22/41
Installing : libxcb-1.12-1.el7.x86_64 23/41
Installing : tzdata-java-2018d-1.el7.noarch 24/41
Installing : libX11-common-1.6.5-1.el7.noarch 25/41
Installing : libX11-1.6.5-1.el7.x86_64 26/41
Installing : libXext-1.3.3-3.el7.x86_64 27/41
Installing : libXi-1.7.9-1.el7.x86_64 28/41
Installing : libXtst-1.2.3-1.el7.x86_64 29/41
Installing : giflib-4.1.6-9.el7.x86_64 30/41
Installing : libXrender-0.9.10-1.el7.x86_64 31/41
Installing : libXcomposite-0.4.4-4.1.el7.x86_64 32/41
Installing : 1:make-3.82-23.el7.x86_64 33/41
Installing : lksctp-tools-1.0.17-2.el7.x86_64 34/41
Installing : 2:libpng-1.5.13-7.el7_2.x86_64 35/41
Installing : copy-jdk-configs-2.2-5.el7_4.noarch 36/41
Installing : 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_ 37/41
Installing : 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 38/41
Installing : 1:openssl-1.0.2k-8.el7.x86_64 39/41
Installing : 32:bind-utils-9.9.4-51.el7_4.2.x86_64 40/41
Installing : httpd-tools-2.4.6-67.el7.centos.6.x86_64 41/41
Verifying : libXext-1.3.3-3.el7.x86_64 1/41
Verifying : libX11-1.6.5-1.el7.x86_64 2/41
Verifying : libXi-1.7.9-1.el7.x86_64 3/41
Verifying : 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 4/41
Verifying : libICE-1.0.9-9.el7.x86_64 5/41
Verifying : giflib-4.1.6-9.el7.x86_64 6/41
Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 7/41
Verifying : libXrender-0.9.10-1.el7.x86_64 8/41
Verifying : copy-jdk-configs-2.2-5.el7_4.noarch 9/41
Verifying : libXfont-1.5.2-1.el7.x86_64 10/41
Verifying : python-lxml-3.2.1-4.el7.x86_64 11/41
Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 12/41
Verifying : freetype-2.4.11-15.el7.x86_64 13/41
Verifying : 32:bind-libs-9.9.4-51.el7_4.2.x86_64 14/41
Verifying : fontpackages-filesystem-1.44-8.el7.noarch 15/41
Verifying : ttmkfdir-3.0.9-42.el7.x86_64 16/41
Verifying : 1:openssl-1.0.2k-8.el7.x86_64 17/41
Verifying : stix-fonts-1.1.0-5.el7.noarch 18/41
Verifying : httpd-tools-2.4.6-67.el7.centos.6.x86_64 19/41
Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 20/41
Verifying : libXtst-1.2.3-1.el7.x86_64 21/41
Verifying : 32:bind-utils-9.9.4-51.el7_4.2.x86_64 22/41
Verifying : lksctp-tools-1.0.17-2.el7.x86_64 23/41
Verifying : libxcb-1.12-1.el7.x86_64 24/41
Verifying : xorg-x11-fonts-Type1-7.5-9.el7.noarch 25/41
Verifying : libxslt-1.1.28-5.el7.x86_64 26/41
Verifying : apr-util-1.5.2-6.el7.x86_64 27/41
Verifying : python-javapackages-3.4.1-11.el7.noarch 28/41
Verifying : 1:make-3.82-23.el7.x86_64 29/41
Verifying : javapackages-tools-3.4.1-11.el7.noarch 30/41
Verifying : apr-1.4.8-3.el7_4.1.x86_64 31/41
Verifying : libX11-common-1.6.5-1.el7.noarch 32/41
Verifying : tzdata-java-2018d-1.el7.noarch 33/41
Verifying : libXau-1.0.8-2.1.el7.x86_64 34/41
Verifying : GeoIP-1.5.0-11.el7.x86_64 35/41
Verifying : libSM-1.2.2-2.el7.x86_64 36/41
Verifying : fontconfig-2.10.95-11.el7.x86_64 37/41
Verifying : 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_ 38/41
Verifying : libfontenc-1.1.3-3.el7.x86_64 39/41
Verifying : alsa-lib-1.1.3-3.el7.x86_64 40/41
Verifying : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 41/41
Installed:
bind-utils.x86_64 32:9.9.4-51.el7_4.2
httpd-tools.x86_64 0:2.4.6-67.el7.centos.6
java-1.8.0-openjdk.x86_64 1:1.8.0.161-0.b14.el7_4
openssl.x86_64 1:1.0.2k-8.el7
Dependency Installed:
GeoIP.x86_64 0:1.5.0-11.el7
alsa-lib.x86_64 0:1.1.3-3.el7
apr.x86_64 0:1.4.8-3.el7_4.1
apr-util.x86_64 0:1.5.2-6.el7
bind-libs.x86_64 32:9.9.4-51.el7_4.2
copy-jdk-configs.noarch 0:2.2-5.el7_4
fontconfig.x86_64 0:2.10.95-11.el7
fontpackages-filesystem.noarch 0:1.44-8.el7
freetype.x86_64 0:2.4.11-15.el7
giflib.x86_64 0:4.1.6-9.el7
java-1.8.0-openjdk-headless.x86_64 1:1.8.0.161-0.b14.el7_4
javapackages-tools.noarch 0:3.4.1-11.el7
libICE.x86_64 0:1.0.9-9.el7
libSM.x86_64 0:1.2.2-2.el7
libX11.x86_64 0:1.6.5-1.el7
libX11-common.noarch 0:1.6.5-1.el7
libXau.x86_64 0:1.0.8-2.1.el7
libXcomposite.x86_64 0:0.4.4-4.1.el7
libXext.x86_64 0:1.3.3-3.el7
libXfont.x86_64 0:1.5.2-1.el7
libXi.x86_64 0:1.7.9-1.el7
libXrender.x86_64 0:0.9.10-1.el7
libXtst.x86_64 0:1.2.3-1.el7
libfontenc.x86_64 0:1.1.3-3.el7
libjpeg-turbo.x86_64 0:1.2.90-5.el7
libpng.x86_64 2:1.5.13-7.el7_2
libxcb.x86_64 0:1.12-1.el7
libxslt.x86_64 0:1.1.28-5.el7
lksctp-tools.x86_64 0:1.0.17-2.el7
make.x86_64 1:3.82-23.el7
python-javapackages.noarch 0:3.4.1-11.el7
python-lxml.x86_64 0:3.2.1-4.el7
stix-fonts.noarch 0:1.1.0-5.el7
ttmkfdir.x86_64 0:3.0.9-42.el7
tzdata-java.noarch 0:2018d-1.el7
xorg-x11-font-utils.x86_64 1:7.5-20.el7
xorg-x11-fonts-Type1.noarch 0:7.5-9.el7
Complete!
Loaded plugins: fastestmirror, ovl
Cleaning repos: base cbs-paas7-openshift-multiarch-el7-build
: centos-ceph-luminous extras updates
Cleaning up everything
Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
Cleaning up list of fastest mirrors
---> 479b2224a6a9
Removing intermediate container 2e42528bb484
Step 5 : RUN mkdir -p ${HOME} ${PROCESSING_DIR} ${BIN_DIR} && chmod 777 ${HOME} && chmod 555 ${BIN_DIR}
---> Running in c0930bd24fb4
---> 06afa20a517a
Removing intermediate container c0930bd24fb4
Step 6 : COPY . ${BIN_DIR}
---> 4ff77e7cb5c4
Removing intermediate container 75585414055c
Step 7 : WORKDIR ${BIN_DIR}
---> Running in 4f57ebd4a2e5
---> 39da8ea17096
Removing intermediate container 4f57ebd4a2e5
Step 8 : ENTRYPOINT ./run.sh
---> Running in 5f5bbe46b00c
---> 1e723a9025c6
Removing intermediate container 5f5bbe46b00c
Step 9 : USER 1000
---> Running in d984ea1b075c
---> c50477289813
Removing intermediate container d984ea1b075c
Successfully built c50477289813
++ date +%s
+ BUILD_ENDTIME=1522183911
--- openshift/origin-metrics-deployer:latest took 187 seconds ---
+ echo '--- openshift/origin-metrics-deployer:latest took 187 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics cassandra
++ date +%s
+ BUILD_STARTTIME=1522183911
+ 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
93857f76ae30: Verifying Checksum
93857f76ae30: Download complete
4e61ce2c52dd: Verifying Checksum
4e61ce2c52dd: Download complete
93857f76ae30: Pull complete
4e61ce2c52dd: Pull complete
dd390b33ea7b: Pull complete
3fc0170be004: Pull complete
f4e99900d503: Pull complete
Digest: sha256:749fd880577885a94daccc5646410bc7964061ed35574db634e23f3a7e477643
---> 0ebd3407458b
Step 2 : MAINTAINER Hawkular Metrics <hawkular-dev@lists.jboss.org>
---> Running in 85343bbdbb94
---> b70ba84a9bad
Removing intermediate container 85343bbdbb94
Step 3 : ADD heapster-wrapper.sh heapster-readiness.sh /opt/
---> 781d7790ea95
Removing intermediate container f6cabdc6072d
Step 4 : ENTRYPOINT opt/heapster-wrapper.sh
---> Running in 516c41b3df38
---> 789ac01f0c7f
Removing intermediate container 516c41b3df38
Successfully built 789ac01f0c7f
++ date +%s
+ BUILD_ENDTIME=1522183955
--- openshift/origin-metrics-heapster:latest took 44 seconds ---
+ echo '--- openshift/origin-metrics-heapster:latest took 44 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics cassandra
++ date +%s
+ BUILD_STARTTIME=1522183955
+ comp_path=hack/../hawkular-metrics/
+ docker_tag=openshift/origin-metrics-hawkular-metrics:latest
+ echo
+ echo
+ echo '--- Building component '\''hack/../hawkular-metrics/'\'' with docker tag '\''openshift/origin-metrics-hawkular-metrics:latest'\'' ---'
--- 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 72.19 kB
Step 1 : FROM jboss/wildfly:10.1.0.Final
Trying to pull repository docker.io/jboss/wildfly ...
10.1.0.Final: Pulling from docker.io/jboss/wildfly
5e35d10a3eba: Already exists
7a2fa01e4d40: Pulling fs layer
e7494fe8235d: Pulling fs layer
e0f510da7606: Pulling fs layer
07bfe36217f1: Pulling fs layer
07bfe36217f1: Waiting
e7494fe8235d: Download complete
7a2fa01e4d40: Verifying Checksum
7a2fa01e4d40: Download complete
7a2fa01e4d40: Pull complete
e7494fe8235d: Pull complete
e0f510da7606: Verifying Checksum
e0f510da7606: Download complete
07bfe36217f1: Verifying Checksum
07bfe36217f1: Download complete
e0f510da7606: Pull complete
07bfe36217f1: Pull complete
Digest: sha256:3312f1f8cfdd796dada533a86a475965275032f033bca3f2c090c99216591d32
---> 5651e0cae3d7
Step 2 : MAINTAINER Hawkular Metrics <hawkular-dev@lists.jboss.org>
---> Running in 346fd94fed63
---> 92f32721e912
Removing intermediate container 346fd94fed63
Step 3 : ENV HAWKULAR_METRICS_ENDPOINT_PORT "8080" HAWKULAR_METRICS_VERSION "0.29.0.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 b8e8cbadf40a
---> 5c43395ac6a0
Removing intermediate container b8e8cbadf40a
Step 4 : ARG DEV_BUILD="false"
---> Running in d81d3ad14a0a
---> 1b446c5a9966
Removing intermediate container d81d3ad14a0a
Step 5 : EXPOSE 8080 8444
---> Running in ec7073bd8220
---> 3cfb9e782aba
Removing intermediate container ec7073bd8220
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 e1ee8558d8ac
% 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 4966k 0 --:--:-- --:--:-- --:--:-- 4973k
---> 6eede6ef0fd8
Removing intermediate container e1ee8558d8ac
Step 7 : COPY prometheus.yaml $JBOSS_HOME/standalone/configuration/prometheus.yaml
---> 207e50fb473c
Removing intermediate container cf76eff8571d
Step 8 : 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 615901c19250
% 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 18.7M 0 89852 0 0 98k 0 0:03:14 --:--:-- 0:03:14 98k
5 18.7M 5 1036k 0 0 550k 0 0:00:34 0:00:01 0:00:33 550k
10 18.7M 10 2007k 0 0 695k 0 0:00:27 0:00:02 0:00:25 695k
15 18.7M 15 2954k 0 0 761k 0 0:00:25 0:00:03 0:00:22 761k
20 18.7M 20 3935k 0 0 806k 0 0:00:23 0:00:04 0:00:19 806k
25 18.7M 25 4863k 0 0 829k 0 0:00:23 0:00:05 0:00:18 960k
30 18.7M 30 5851k 0 0 852k 0 0:00:22 0:00:06 0:00:16 965k
35 18.7M 35 6798k 0 0 865k 0 0:00:22 0:00:07 0:00:15 963k
40 18.7M 40 7787k 0 0 878k 0 0:00:21 0:00:08 0:00:13 969k
45 18.7M 45 8779k 0 0 887k 0 0:00:21 0:00:09 0:00:12 966k
50 18.7M 50 9720k 0 0 894k 0 0:00:21 0:00:10 0:00:11 970k
55 18.7M 55 10.4M 0 0 900k 0 0:00:21 0:00:11 0:00:10 967k
60 18.7M 60 11.3M 0 0 905k 0 0:00:21 0:00:12 0:00:09 967k
65 18.7M 65 12.3M 0 0 910k 0 0:00:21 0:00:13 0:00:08 966k
70 18.7M 70 13.2M 0 0 914k 0 0:00:20 0:00:14 0:00:06 967k
75 18.7M 75 14.2M 0 0 917k 0 0:00:20 0:00:15 0:00:05 966k
81 18.7M 81 15.1M 0 0 920k 0 0:00:20 0:00:16 0:00:04 965k
85 18.7M 85 16.0M 0 0 922k 0 0:00:20 0:00:17 0:00:03 966k
91 18.7M 91 17.0M 0 0 925k 0 0:00:20 0:00:18 0:00:02 967k
96 18.7M 96 17.9M 0 0 926k 0 0:00:20 0:00:19 0:00:01 961k
100 18.7M 100 18.7M 0 0 928k 0 0:00:20 0:00:20 --:--:-- 967k
---> 1523dff95da5
Removing intermediate container 615901c19250
Step 9 : RUN mkdir -p $JBOSS_HOME/modules/system/layers/base/org/jgroups/kubernetes/main && cd $JBOSS_HOME/modules/system/layers/base/org/jgroups/kubernetes/main && curl -O https://repository.jboss.org/nexus/service/local/repositories/central/content/org/jgroups/kubernetes/kubernetes/0.9.0/kubernetes-0.9.0.jar && curl -O https://repository.jboss.org/nexus/service/local/repositories/central/content/org/jgroups/kubernetes/common/0.9.0/common-0.9.0.jar && curl -O https://repository.jboss.org/nexus/service/local/repositories/central/content/org/jgroups/kubernetes/dns/0.9.0/dns-0.9.0.jar
---> Running in d61f78e98b00
% 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 14896 100 14896 0 0 19116 0 --:--:-- --:--:-- --:--:-- 19121
% 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 36466 100 36466 0 0 49256 0 --:--:-- --:--:-- --:--:-- 49211
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
92 9733 92 9017 0 0 14545 0 --:--:-- --:--:-- --:--:-- 14543
100 9733 100 9733 0 0 15698 0 --:--:-- --:--:-- --:--:-- 15698
---> 315973e4d1b6
Removing intermediate container d61f78e98b00
Step 10 : COPY modules/org/jgroups/kubernetes/main $JBOSS_HOME/modules/system/layers/base/org/jgroups/kubernetes/main
---> f771bca11f49
Removing intermediate container c4ad78f7e96a
Step 11 : COPY modules/org/jgroups/main/module.xml $JBOSS_HOME/modules/system/layers/base/org/jgroups/main/module.xml
---> 6750891106e3
Removing intermediate container 1940706ce488
Step 12 : ENV ALPN_VERSION "8.1.9.v20160720"
---> Running in 1c1e6a0d2938
---> 1f319bb8fe5e
Removing intermediate container 1c1e6a0d2938
Step 13 : 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 a0965936f5b9
% 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 710k 0 --:--:-- --:--:-- --:--:-- 720k
---> 7435de533875
Removing intermediate container a0965936f5b9
Step 14 : COPY hawkular-metrics-readiness.py hawkular-metrics-liveness.py hawkular-metrics-wrapper.sh hawkular-client-initialization.py client $HAWKULAR_METRICS_SCRIPT_DIRECTORY
---> 478e31b356a4
Removing intermediate container ded00ee5fad3
Step 15 : COPY standalone.conf $JBOSS_HOME/bin/
---> 429966935471
Removing intermediate container a19d378fe06d
Step 16 : COPY welcome-content $JBOSS_HOME/welcome-content/
---> 6a73c3ec00ca
Removing intermediate container 30731d56fb4f
Step 17 : COPY standalone.xml $JBOSS_HOME/standalone/configuration/standalone.xml
---> a567099daa5f
Removing intermediate container af898ef9963c
Step 18 : COPY logging.properties $JBOSS_HOME/standalone/configuration/logging.properties
---> e35d09b660f8
Removing intermediate container 475ffed21e24
Step 19 : USER root
---> Running in 5852dfe3777c
---> 3668e280575f
Removing intermediate container 5852dfe3777c
Step 20 : 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 3ce08ff14552
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
* base: mirror.genesisadaptive.com
* extras: mirrors.seas.harvard.edu
* updates: mirror.trouble-free.net
Resolving Dependencies
--> Running transaction check
---> Package epel-release.noarch 0:7-9 will be installed
---> Package openssl.x86_64 1:1.0.2k-8.el7 will be installed
--> Processing Dependency: make for package: 1:openssl-1.0.2k-8.el7.x86_64
--> Running transaction check
---> Package make.x86_64 1:3.82-23.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
epel-release noarch 7-9 extras 14 k
openssl x86_64 1:1.0.2k-8.el7 base 492 k
Installing for dependencies:
make x86_64 1:3.82-23.el7 base 420 k
Transaction Summary
================================================================================
Install 2 Packages (+1 Dependent package)
Total download size: 926 k
Installed size: 1.9 M
Downloading packages:
--------------------------------------------------------------------------------
Total 1.4 MB/s | 926 kB 00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : 1:make-3.82-23.el7.x86_64 1/3
Installing : 1:openssl-1.0.2k-8.el7.x86_64 2/3
Installing : epel-release-7-9.noarch 3/3
Verifying : 1:make-3.82-23.el7.x86_64 1/3
Verifying : 1:openssl-1.0.2k-8.el7.x86_64 2/3
Verifying : epel-release-7-9.noarch 3/3
Installed:
epel-release.noarch 0:7-9 openssl.x86_64 1:1.0.2k-8.el7
Dependency Installed:
make.x86_64 1:3.82-23.el7
Complete!
Loaded plugins: fastestmirror, ovl
http://mirror.es.its.nyu.edu/epel/7/x86_64/repodata/479faf4d9b17d2771bf8eb66cbb0f93539682794096cbd98eca2536b193e93b1-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below wiki article
https://wiki.centos.org/yum-errors
If above article doesn't help to resolve this issue please use https://bugs.centos.org/.
http://download-i2.fedoraproject.org/pub/epel/7/x86_64/repodata/d0d154ad795a2cd7b73115f88d2b7ca0bd3c1136ee56bd76830039482ad2e863-updateinfo.xml.bz2: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
http://csc.mcs.sdsmt.edu/epel/7/x86_64/repodata/479faf4d9b17d2771bf8eb66cbb0f93539682794096cbd98eca2536b193e93b1-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
Loading mirror speeds from cached hostfile
* base: mirror.genesisadaptive.com
* epel: mirror.cogentco.com
* extras: mirrors.seas.harvard.edu
* updates: mirror.trouble-free.net
Resolving Dependencies
--> Running transaction check
---> Package python2-pip.noarch 0:8.1.2-5.el7 will be installed
--> Processing Dependency: python-setuptools for package: python2-pip-8.1.2-5.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-5.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-5.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
Public key for python2-pip-8.1.2-5.el7.noarch.rpm is not installed
--------------------------------------------------------------------------------
Total 3.6 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-5.el7.noarch 4/4
Verifying : python2-pip-8.1.2-5.el7.noarch 1/4
Verifying : python-setuptools-0.9.8-7.el7.noarch 2/4
Verifying : python-backports-1.0-8.el7.x86_64 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-5.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 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 9.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
---> d088ffb5e9f1
Removing intermediate container 3ce08ff14552
Step 21 : RUN chmod -R 777 /opt
---> Running in e99965d58668
---> d938b50ca6eb
Removing intermediate container e99965d58668
Step 22 : USER 1000
---> Running in f767b2956d75
---> 698d9a92ac4f
Removing intermediate container f767b2956d75
Step 23 : RUN cd $JBOSS_HOME/modules/system/layers/base/org/jgroups/main && curl https://repo1.maven.org/maven2/org/jgroups/jgroups/3.6.12.Final/jgroups-3.6.12.Final.jar -o jgroups-3.6.10.Final.jar
---> Running in a05b809e85b1
% 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 2443k 100 2443k 0 0 3645k 0 --:--:-- --:--:-- --:--:-- 3641k
---> b879e8a58e7a
Removing intermediate container a05b809e85b1
Step 24 : CMD $HAWKULAR_METRICS_SCRIPT_DIRECTORY/hawkular-metrics-wrapper.sh -b 0.0.0.0 -Dhawkular-metrics.cassandra-nodes=hawkular-cassandra
---> Running in 40b06a3a7bc1
---> c8f6d1dbcbea
Removing intermediate container 40b06a3a7bc1
Successfully built c8f6d1dbcbea
++ date +%s
+ BUILD_ENDTIME=1522184113
--- openshift/origin-metrics-hawkular-metrics:latest took 158 seconds ---
+ echo '--- openshift/origin-metrics-hawkular-metrics:latest took 158 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics cassandra
++ date +%s
+ BUILD_STARTTIME=1522184113
+ 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 108.5 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
5e35d10a3eba: Already exists
7a2fa01e4d40: Already exists
e7494fe8235d: Already exists
e0f510da7606: Already exists
Digest: sha256:46732f50e620e720806488d63ea69aa3499f27d7082e69c1a041326bfcf0ec0e
---> ff1e52575f72
Step 2 : MAINTAINER Hawkular Metrics <hawkular-dev@lists.jboss.org>
---> Running in d6de4305ede8
---> 3645da2e1420
Removing intermediate container d6de4305ede8
Step 3 : EXPOSE 9042 9160 7000 7001
---> Running in 9e63e2e62b17
---> 13ce3d2948f4
Removing intermediate container 9e63e2e62b17
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"
---> Running in 3fc96bfc4798
---> 7fb82ffcd613
Removing intermediate container 3fc96bfc4798
Step 5 : USER root
---> Running in fe56ace25501
---> d73809167bb2
Removing intermediate container fe56ace25501
Step 6 : RUN yum install -y -q bind-utils openssl && yum clean all
---> Running in 46667acd870d
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
---> 24572115500a
Removing intermediate container 46667acd870d
Step 7 : COPY apache-cassandra-${CASSANDRA_VERSION}-bin.tar.gz.md5 /tmp/
---> 613cb3f1c398
Removing intermediate container f1a5a7fa6497
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 abee632ff0c9
% 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
15 30.5M 15 4752k 0 0 3306k 0 0:00:09 0:00:01 0:00:08 3306k
68 30.5M 68 21.0M 0 0 8846k 0 0:00:03 0:00:02 0:00:01 8845k
100 30.5M 100 30.5M 0 0 10.1M 0 0:00:02 0:00:02 --:--:-- 10.1M
---> 96b926acdb33
Removing intermediate container abee632ff0c9
Step 9 : COPY cassandra.yaml.template cassandra-env.sh.template cassandra-metrics-reporter.yaml logback.xml /opt/apache-cassandra/conf/
---> 49b8b98b8d73
Removing intermediate container e2223c216e87
Step 10 : COPY cassandra-docker.sh cassandra-docker-ready.sh cassandra-prestop.sh cassandra-poststart.sh gather-seeds.sh /opt/apache-cassandra/bin/
---> e99a4bafabb9
Removing intermediate container 9296fed85ded
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 8de7cba703f8
% 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 5646k 0 --:--:-- --:--:-- --:--:-- 5664k
---> 9d733a931643
Removing intermediate container 8de7cba703f8
Step 12 : COPY prometheus.yaml /opt/hawkular/prometheus_agent/prometheus.yaml
---> 60625be19afe
Removing intermediate container 437b0ee5694e
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 b239e8ef44a5
---> 18da9122d76f
Removing intermediate container b239e8ef44a5
Step 14 : USER 313
---> Running in 65b388e3b93a
---> 6aa09a4a0195
Removing intermediate container 65b388e3b93a
Step 15 : CMD /opt/apache-cassandra/bin/cassandra-docker.sh --seeds=${HOSTNAME}
---> Running in e29a1390f1da
---> e5cabcf14a03
Removing intermediate container e29a1390f1da
Successfully built e5cabcf14a03
++ date +%s
+ BUILD_ENDTIME=1522184206
--- openshift/origin-metrics-cassandra:latest took 93 seconds ---
+ echo '--- openshift/origin-metrics-cassandra:latest took 93 seconds ---'
+ echo
+ echo
+ echo
+ echo
++ Active images
+ echo '++ Active images'
+ grep openshift/origin-metrics
+ docker images
+ grep latest
+ sort
openshift/origin-metrics-cassandra latest e5cabcf14a03 1 seconds ago 703.6 MB
openshift/origin-metrics-deployer latest c50477289813 4 minutes ago 1.754 GB
openshift/origin-metrics-hawkular-metrics latest c8f6d1dbcbea About a minute ago 828.2 MB
openshift/origin-metrics-heapster latest 789ac01f0c7f 4 minutes ago 819.9 MB
+ echo
+ ret=0
++ date +%s
hack/build-images.sh took 482 seconds
+ ENDTIME=1522184206
+ echo 'hack/build-images.sh took 482 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]
8182862350a4: Preparing
6b143062e73e: Preparing
7f4e5cc2c249: Preparing
bb7625be9624: Preparing
3298fca9483c: Preparing
54e4c5e808a7: Preparing
f54f4056b57f: Preparing
c89fdbf5c6bc: Preparing
a3a4c3ce36fd: Preparing
da6396840282: Preparing
4409824601ea: Preparing
e68e1e4f68d2: Preparing
2021a295eea1: Preparing
92073051debb: Preparing
1287184f5adf: Preparing
c8228a910323: Preparing
7947a0b3572f: Preparing
83203b7fd655: Preparing
a338cab01449: Preparing
b03095563b79: Preparing
4409824601ea: Waiting
e68e1e4f68d2: Waiting
2021a295eea1: Waiting
92073051debb: Waiting
1287184f5adf: Waiting
c8228a910323: Waiting
7947a0b3572f: Waiting
83203b7fd655: Waiting
a338cab01449: Waiting
b03095563b79: Waiting
f54f4056b57f: Waiting
c89fdbf5c6bc: Waiting
a3a4c3ce36fd: Waiting
da6396840282: Waiting
54e4c5e808a7: Waiting
bb7625be9624: Pushed
8182862350a4: Pushed
3298fca9483c: Pushed
c89fdbf5c6bc: Pushed
f54f4056b57f: Pushed
54e4c5e808a7: Pushed
7f4e5cc2c249: Pushed
a3a4c3ce36fd: Pushed
da6396840282: Pushed
4409824601ea: Pushed
e68e1e4f68d2: Pushed
c8228a910323: Layer already exists
7947a0b3572f: Layer already exists
83203b7fd655: Layer already exists
a338cab01449: Layer already exists
b03095563b79: Layer already exists
1287184f5adf: Pushed
92073051debb: Pushed
2021a295eea1: Pushed
6b143062e73e: Pushed
latest: digest: sha256:5d0f779b199c3cc8dae8e1b79ce2ac76442b8213b5315a52d53082dc5e97ce0a size: 4510
The push refers to a repository [docker.io/openshift/origin-metrics-cassandra]
d1fbeecda740: Preparing
946fe686a64b: Preparing
4de684123019: Preparing
019918ae794b: Preparing
5f92f3eedd29: Preparing
2f887b6e997d: Preparing
452ef1772b01: Preparing
fc0a81b4b616: Preparing
7947a0b3572f: Preparing
83203b7fd655: Preparing
a338cab01449: Preparing
b03095563b79: Preparing
452ef1772b01: Waiting
fc0a81b4b616: Waiting
7947a0b3572f: Waiting
83203b7fd655: Waiting
a338cab01449: Waiting
b03095563b79: Waiting
2f887b6e997d: Waiting
019918ae794b: Pushed
5f92f3eedd29: Pushed
946fe686a64b: Pushed
452ef1772b01: Pushed
7947a0b3572f: Layer already exists
4de684123019: Pushed
83203b7fd655: Layer already exists
a338cab01449: Layer already exists
b03095563b79: Layer already exists
fc0a81b4b616: Pushed
d1fbeecda740: Pushed
2f887b6e997d: Pushed
latest: digest: sha256:48442db862c9873b7f90d7dd17f7f95a109cdab144144775f65153b5c3ba8263 size: 2837
The push refers to a repository [docker.io/openshift/origin-metrics-heapster]
f83f1d0edd78: Preparing
ff5a1d45c585: Preparing
6a9afce47b17: Preparing
912e0f0a15ea: Preparing
daf66cc11f7d: Preparing
36018b5e9787: Preparing
36018b5e9787: Waiting
ff5a1d45c585: Layer already exists
6a9afce47b17: Layer already exists
912e0f0a15ea: Layer already exists
daf66cc11f7d: Layer already exists
36018b5e9787: Layer already exists
f83f1d0edd78: Pushed
latest: digest: sha256:452ecd00dd89abf7489800ea7f1ae879d48cf4e92bb2e68b89500dc116fa73c6 size: 1577
The push refers to a repository [docker.io/openshift/origin-metrics-deployer]
fcd78f0ca478: Preparing
9173fb69f8f0: Preparing
dbc734a98878: Preparing
f57d91254a64: Preparing
6c1423af0257: Preparing
589825d3c5f6: Preparing
b03095563b79: Preparing
589825d3c5f6: Waiting
b03095563b79: Waiting
f57d91254a64: Mounted from openshift/origin
6c1423af0257: Mounted from openshift/origin
b03095563b79: Layer already exists
589825d3c5f6: Mounted from openshift/origin
9173fb69f8f0: Pushed
fcd78f0ca478: Pushed
dbc734a98878: Pushed
latest: digest: sha256:bf578c1f4781a1c81e2303f9c5f821cd9731098959ec8b5dc29ffaeb01199f9f size: 1789
hack/push-release.sh took 56 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/jenkins7349667763414789931.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