Console Output
Started by upstream project "test-origin-metrics" build number 325
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/jenkins5356102846026043745.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
a7199cf..0b74dfc master -> origin/master
* [new branch] cherry-pick-19427-to-release-3.9 -> origin/cherry-pick-19427-to-release-3.9
5eda3fa..741c2ed release-3.7 -> origin/release-3.7
bf2a173..ff42c0f release-3.8 -> origin/release-3.8
8e3cb9b..d0f9aed release-3.9 -> origin/release-3.9
Already on 'master'
Your branch is behind 'origin/master' by 46 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
HEAD is now at 0b74dfc Merge pull request #19494 from smarterclayton/vendor
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_160
Reading AWS credentials from /var/lib/jenkins/.awscred
Searching devenv-rhel7-base_* for latest base AMI (required_name_tag=ready)
Found: ami-10aed306 (devenv-rhel7-base_2864)
++ seq 0 2
+ for i in '$(seq 0 2)'
+ vagrant up --provider aws
Bringing machine 'openshiftdev' up with 'aws' provider...
==> openshiftdev: Warning! The AWS provider doesn't support any of the Vagrant
==> openshiftdev: high-level network configurations (`config.vm.network`). They
==> openshiftdev: will be silently ignored.
==> openshiftdev: Warning! You're launching this instance into a VPC without an
==> openshiftdev: elastic IP. Please verify you're properly connected to a VPN so
==> openshiftdev: you can access this machine, otherwise Vagrant will not be able
==> openshiftdev: to SSH into it.
==> openshiftdev: Launching an instance with the following settings...
==> openshiftdev: -- Type: c4.large
==> openshiftdev: -- AMI: ami-10aed306
==> openshiftdev: -- Region: us-east-1
==> openshiftdev: -- Keypair: libra
==> openshiftdev: -- Subnet ID: subnet-cf57c596
==> openshiftdev: -- User Data: yes
==> openshiftdev: -- User Data:
==> openshiftdev: # cloud-config
==> openshiftdev:
==> openshiftdev: growpart:
==> openshiftdev: mode: auto
==> openshiftdev: devices: ['/']
==> openshiftdev: runcmd:
==> openshiftdev: - [ sh, -xc, "sed -i s/^Defaults.*requiretty/#Defaults requiretty/g /etc/sudoers"]
==> openshiftdev:
==> openshiftdev: -- Block Device Mapping: [{"DeviceName"=>"/dev/sda1", "Ebs.VolumeSize"=>25, "Ebs.VolumeType"=>"gp2"}, {"DeviceName"=>"/dev/sdb", "Ebs.VolumeSize"=>35, "Ebs.VolumeType"=>"gp2"}]
==> openshiftdev: -- Terminate On Shutdown: false
==> openshiftdev: -- Monitoring: false
==> openshiftdev: -- EBS optimized: false
==> openshiftdev: -- Assigning a public IP address in a VPC: false
==> openshiftdev: Waiting for instance to become "ready"...
==> openshiftdev: Waiting for SSH to become available...
==> openshiftdev: Machine is booted and ready for use!
==> openshiftdev: Running provisioner: setup (shell)...
openshiftdev: Running: /tmp/vagrant-shell20180430-5912-1l5o4ni.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
--- Building component 'hack/../deployer/' with docker tag 'openshift/origin-metrics-deployer:latest' ---
+ BUILD_STARTTIME=1525111416
+ 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
469cfcc7a4b3: Pulling fs layer
6d2922e0bf8f: Pulling fs layer
d4e242fade1d: Pulling fs layer
94d90aea3b0c: Pulling fs layer
94d90aea3b0c: Waiting
6d2922e0bf8f: Verifying Checksum
6d2922e0bf8f: Download complete
d4e242fade1d: Verifying Checksum
d4e242fade1d: Download complete
469cfcc7a4b3: Verifying Checksum
469cfcc7a4b3: Download complete
94d90aea3b0c: Verifying Checksum
94d90aea3b0c: Download complete
469cfcc7a4b3: Pull complete
6d2922e0bf8f: Pull complete
d4e242fade1d: Pull complete
94d90aea3b0c: Pull complete
Digest: sha256:d951b77924d54161d57470ac6f54e36514c8ba0570a2ad0a1e579160a2636eff
---> 6c84ea9b905b
Step 2 : MAINTAINER Hawkular Metrics <hawkular-dev@lists.jboss.org>
---> Running in 3d589e209518
---> 8431716b158e
Removing intermediate container 3d589e209518
Step 3 : ENV BIN_DIR /opt/deploy PROCESSING_DIR /etc/deploy/_output KUBECONFIG /etc/deploy/.kubeconfig WRITE_KUBECONFIG 1 SECRET_DIR /secret
---> Running in 335922b1a913
---> c2108e47abbd
Removing intermediate container 335922b1a913
Step 4 : RUN yum install -y java-1.8.0-openjdk openssl httpd-tools bind-utils && yum clean all
---> Running in f5d707ca757f
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
* base: mirror.metrocast.net
* extras: mirror.es.its.nyu.edu
* updates: repos-va.psychz.net
Resolving Dependencies
--> Running transaction check
---> Package bind-utils.x86_64 32:9.9.4-51.el7_4.2 will be installed
--> Processing Dependency: bind-libs = 32:9.9.4-51.el7_4.2 for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: liblwres.so.90()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: libisccfg.so.90()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: libisccc.so.90()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: libisc.so.95()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: libdns.so.100()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: libbind9.so.90()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
--> Processing Dependency: libGeoIP.so.1()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64
---> Package httpd-tools.x86_64 0:2.4.6-67.el7.centos.6 will be installed
--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-tools-2.4.6-67.el7.centos.6.x86_64
--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-tools-2.4.6-67.el7.centos.6.x86_64
---> Package java-1.8.0-openjdk.x86_64 1:1.8.0.161-0.b14.el7_4 will be installed
--> Processing Dependency: java-1.8.0-openjdk-headless(x86-64) = 1:1.8.0.161-0.b14.el7_4 for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjvm.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjli.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjava.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: fontconfig(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libpng15.so.15()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjvm.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjli.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libjava.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libawt.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libasound.so.2()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libXrender.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libXext.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libXcomposite.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: libX11.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64
---> Package openssl.x86_64 1:1.0.2k-8.el7 will be installed
--> Processing Dependency: make for package: 1:openssl-1.0.2k-8.el7.x86_64
--> Running transaction check
---> Package GeoIP.x86_64 0:1.5.0-11.el7 will be installed
---> Package alsa-lib.x86_64 0:1.1.3-3.el7 will be installed
---> Package apr.x86_64 0:1.4.8-3.el7_4.1 will be installed
---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed
---> Package bind-libs.x86_64 32:9.9.4-51.el7_4.2 will be installed
---> Package fontconfig.x86_64 0:2.10.95-11.el7 will be installed
--> Processing Dependency: freetype for package: fontconfig-2.10.95-11.el7.x86_64
--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-11.el7.x86_64
--> Processing Dependency: font(:lang=en) for package: fontconfig-2.10.95-11.el7.x86_64
--> Processing Dependency: libfreetype.so.6()(64bit) for package: fontconfig-2.10.95-11.el7.x86_64
---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed
--> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
--> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64
---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.161-0.b14.el7_4 will be installed
--> Processing Dependency: tzdata-java >= 2015d for package: 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: copy-jdk-configs >= 2.2 for package: 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: lksctp-tools(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_64
--> Processing Dependency: jpackage-utils for package: 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_64
---> Package libX11.x86_64 0:1.6.5-1.el7 will be installed
--> Processing Dependency: libX11-common >= 1.6.5-1.el7 for package: libX11-1.6.5-1.el7.x86_64
--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.5-1.el7.x86_64
---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed
---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed
---> Package libXrender.x86_64 0:0.9.10-1.el7 will be installed
---> Package libXtst.x86_64 0:1.2.3-1.el7 will be installed
---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed
---> Package make.x86_64 1:3.82-23.el7 will be installed
---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed
--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch
--> Running transaction check
---> Package copy-jdk-configs.noarch 0:2.2-5.el7_4 will be installed
---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
---> Package freetype.x86_64 0:2.4.11-15.el7 will be installed
---> Package javapackages-tools.noarch 0:3.4.1-11.el7 will be installed
--> Processing Dependency: python-javapackages = 3.4.1-11.el7 for package: javapackages-tools-3.4.1-11.el7.noarch
--> Processing Dependency: libxslt for package: javapackages-tools-3.4.1-11.el7.noarch
---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed
---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed
---> Package libX11-common.noarch 0:1.6.5-1.el7 will be installed
---> Package libxcb.x86_64 0:1.12-1.el7 will be installed
--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.12-1.el7.x86_64
---> Package lksctp-tools.x86_64 0:1.0.17-2.el7 will be installed
---> Package stix-fonts.noarch 0:1.1.0-5.el7 will be installed
---> Package ttmkfdir.x86_64 0:3.0.9-42.el7 will be installed
---> Package tzdata-java.noarch 0:2018d-1.el7 will be installed
---> Package xorg-x11-font-utils.x86_64 1:7.5-20.el7 will be installed
--> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64
--> Processing Dependency: libXfont.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64
--> Running transaction check
---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
---> Package libXfont.x86_64 0:1.5.2-1.el7 will be installed
---> Package libfontenc.x86_64 0:1.1.3-3.el7 will be installed
---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
---> Package python-javapackages.noarch 0:3.4.1-11.el7 will be installed
--> Processing Dependency: python-lxml for package: python-javapackages-3.4.1-11.el7.noarch
--> Running transaction check
---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository
Size
================================================================================
Installing:
bind-utils x86_64 32:9.9.4-51.el7_4.2 updates 203 k
httpd-tools x86_64 2.4.6-67.el7.centos.6 updates 88 k
java-1.8.0-openjdk x86_64 1:1.8.0.161-0.b14.el7_4 updates 243 k
openssl x86_64 1:1.0.2k-8.el7 base 492 k
Installing for dependencies:
GeoIP x86_64 1.5.0-11.el7 base 1.1 M
alsa-lib x86_64 1.1.3-3.el7 base 421 k
apr x86_64 1.4.8-3.el7_4.1 updates 103 k
apr-util x86_64 1.5.2-6.el7 base 92 k
bind-libs x86_64 32:9.9.4-51.el7_4.2 updates 1.0 M
copy-jdk-configs noarch 2.2-5.el7_4 updates 19 k
fontconfig x86_64 2.10.95-11.el7 base 229 k
fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k
freetype x86_64 2.4.11-15.el7 base 392 k
giflib x86_64 4.1.6-9.el7 base 40 k
java-1.8.0-openjdk-headless x86_64 1:1.8.0.161-0.b14.el7_4 updates 32 M
javapackages-tools noarch 3.4.1-11.el7 base 73 k
libICE x86_64 1.0.9-9.el7 base 66 k
libSM x86_64 1.2.2-2.el7 base 39 k
libX11 x86_64 1.6.5-1.el7 base 606 k
libX11-common noarch 1.6.5-1.el7 base 164 k
libXau x86_64 1.0.8-2.1.el7 base 29 k
libXcomposite x86_64 0.4.4-4.1.el7 base 22 k
libXext x86_64 1.3.3-3.el7 base 39 k
libXfont x86_64 1.5.2-1.el7 base 152 k
libXi x86_64 1.7.9-1.el7 base 40 k
libXrender x86_64 0.9.10-1.el7 base 26 k
libXtst x86_64 1.2.3-1.el7 base 20 k
libfontenc x86_64 1.1.3-3.el7 base 31 k
libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
libpng x86_64 2:1.5.13-7.el7_2 base 213 k
libxcb x86_64 1.12-1.el7 base 211 k
libxslt x86_64 1.1.28-5.el7 base 242 k
lksctp-tools x86_64 1.0.17-2.el7 base 88 k
make x86_64 1:3.82-23.el7 base 420 k
python-javapackages noarch 3.4.1-11.el7 base 31 k
python-lxml x86_64 3.2.1-4.el7 base 758 k
stix-fonts noarch 1.1.0-5.el7 base 1.3 M
ttmkfdir x86_64 3.0.9-42.el7 base 48 k
tzdata-java noarch 2018d-1.el7 updates 184 k
xorg-x11-font-utils x86_64 1:7.5-20.el7 base 87 k
xorg-x11-fonts-Type1 noarch 7.5-9.el7 base 521 k
Transaction Summary
================================================================================
Install 4 Packages (+37 Dependent packages)
Total download size: 41 M
Installed size: 127 M
Downloading packages:
--------------------------------------------------------------------------------
Total 21 MB/s | 41 MB 00:01
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : freetype-2.4.11-15.el7.x86_64 1/41
Installing : libfontenc-1.1.3-3.el7.x86_64 2/41
Installing : GeoIP-1.5.0-11.el7.x86_64 3/41
Installing : apr-1.4.8-3.el7_4.1.x86_64 4/41
Installing : libxslt-1.1.28-5.el7.x86_64 5/41
Installing : fontpackages-filesystem-1.44-8.el7.noarch 6/41
Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 7/41
Installing : libICE-1.0.9-9.el7.x86_64 8/41
Installing : libSM-1.2.2-2.el7.x86_64 9/41
Installing : stix-fonts-1.1.0-5.el7.noarch 10/41
Installing : fontconfig-2.10.95-11.el7.x86_64 11/41
Installing : python-lxml-3.2.1-4.el7.x86_64 12/41
Installing : python-javapackages-3.4.1-11.el7.noarch 13/41
Installing : javapackages-tools-3.4.1-11.el7.noarch 14/41
Installing : apr-util-1.5.2-6.el7.x86_64 15/41
Installing : 32:bind-libs-9.9.4-51.el7_4.2.x86_64 16/41
Installing : libXfont-1.5.2-1.el7.x86_64 17/41
Installing : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 18/41
Installing : ttmkfdir-3.0.9-42.el7.x86_64 19/41
Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch 20/41
Installing : alsa-lib-1.1.3-3.el7.x86_64 21/41
Installing : libXau-1.0.8-2.1.el7.x86_64 22/41
Installing : libxcb-1.12-1.el7.x86_64 23/41
Installing : tzdata-java-2018d-1.el7.noarch 24/41
Installing : libX11-common-1.6.5-1.el7.noarch 25/41
Installing : libX11-1.6.5-1.el7.x86_64 26/41
Installing : libXext-1.3.3-3.el7.x86_64 27/41
Installing : libXi-1.7.9-1.el7.x86_64 28/41
Installing : libXtst-1.2.3-1.el7.x86_64 29/41
Installing : giflib-4.1.6-9.el7.x86_64 30/41
Installing : libXrender-0.9.10-1.el7.x86_64 31/41
Installing : libXcomposite-0.4.4-4.1.el7.x86_64 32/41
Installing : 1:make-3.82-23.el7.x86_64 33/41
Installing : lksctp-tools-1.0.17-2.el7.x86_64 34/41
Installing : 2:libpng-1.5.13-7.el7_2.x86_64 35/41
Installing : copy-jdk-configs-2.2-5.el7_4.noarch 36/41
Installing : 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_ 37/41
Installing : 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 38/41
Installing : 1:openssl-1.0.2k-8.el7.x86_64 39/41
Installing : 32:bind-utils-9.9.4-51.el7_4.2.x86_64 40/41
Installing : httpd-tools-2.4.6-67.el7.centos.6.x86_64 41/41
Verifying : libXext-1.3.3-3.el7.x86_64 1/41
Verifying : libX11-1.6.5-1.el7.x86_64 2/41
Verifying : libXi-1.7.9-1.el7.x86_64 3/41
Verifying : 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 4/41
Verifying : libICE-1.0.9-9.el7.x86_64 5/41
Verifying : giflib-4.1.6-9.el7.x86_64 6/41
Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 7/41
Verifying : libXrender-0.9.10-1.el7.x86_64 8/41
Verifying : copy-jdk-configs-2.2-5.el7_4.noarch 9/41
Verifying : libXfont-1.5.2-1.el7.x86_64 10/41
Verifying : python-lxml-3.2.1-4.el7.x86_64 11/41
Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 12/41
Verifying : freetype-2.4.11-15.el7.x86_64 13/41
Verifying : 32:bind-libs-9.9.4-51.el7_4.2.x86_64 14/41
Verifying : fontpackages-filesystem-1.44-8.el7.noarch 15/41
Verifying : ttmkfdir-3.0.9-42.el7.x86_64 16/41
Verifying : 1:openssl-1.0.2k-8.el7.x86_64 17/41
Verifying : stix-fonts-1.1.0-5.el7.noarch 18/41
Verifying : httpd-tools-2.4.6-67.el7.centos.6.x86_64 19/41
Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 20/41
Verifying : libXtst-1.2.3-1.el7.x86_64 21/41
Verifying : 32:bind-utils-9.9.4-51.el7_4.2.x86_64 22/41
Verifying : lksctp-tools-1.0.17-2.el7.x86_64 23/41
Verifying : libxcb-1.12-1.el7.x86_64 24/41
Verifying : xorg-x11-fonts-Type1-7.5-9.el7.noarch 25/41
Verifying : libxslt-1.1.28-5.el7.x86_64 26/41
Verifying : apr-util-1.5.2-6.el7.x86_64 27/41
Verifying : python-javapackages-3.4.1-11.el7.noarch 28/41
Verifying : 1:make-3.82-23.el7.x86_64 29/41
Verifying : javapackages-tools-3.4.1-11.el7.noarch 30/41
Verifying : apr-1.4.8-3.el7_4.1.x86_64 31/41
Verifying : libX11-common-1.6.5-1.el7.noarch 32/41
Verifying : tzdata-java-2018d-1.el7.noarch 33/41
Verifying : libXau-1.0.8-2.1.el7.x86_64 34/41
Verifying : GeoIP-1.5.0-11.el7.x86_64 35/41
Verifying : libSM-1.2.2-2.el7.x86_64 36/41
Verifying : fontconfig-2.10.95-11.el7.x86_64 37/41
Verifying : 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_ 38/41
Verifying : libfontenc-1.1.3-3.el7.x86_64 39/41
Verifying : alsa-lib-1.1.3-3.el7.x86_64 40/41
Verifying : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 41/41
Installed:
bind-utils.x86_64 32:9.9.4-51.el7_4.2
httpd-tools.x86_64 0:2.4.6-67.el7.centos.6
java-1.8.0-openjdk.x86_64 1:1.8.0.161-0.b14.el7_4
openssl.x86_64 1:1.0.2k-8.el7
Dependency Installed:
GeoIP.x86_64 0:1.5.0-11.el7
alsa-lib.x86_64 0:1.1.3-3.el7
apr.x86_64 0:1.4.8-3.el7_4.1
apr-util.x86_64 0:1.5.2-6.el7
bind-libs.x86_64 32:9.9.4-51.el7_4.2
copy-jdk-configs.noarch 0:2.2-5.el7_4
fontconfig.x86_64 0:2.10.95-11.el7
fontpackages-filesystem.noarch 0:1.44-8.el7
freetype.x86_64 0:2.4.11-15.el7
giflib.x86_64 0:4.1.6-9.el7
java-1.8.0-openjdk-headless.x86_64 1:1.8.0.161-0.b14.el7_4
javapackages-tools.noarch 0:3.4.1-11.el7
libICE.x86_64 0:1.0.9-9.el7
libSM.x86_64 0:1.2.2-2.el7
libX11.x86_64 0:1.6.5-1.el7
libX11-common.noarch 0:1.6.5-1.el7
libXau.x86_64 0:1.0.8-2.1.el7
libXcomposite.x86_64 0:0.4.4-4.1.el7
libXext.x86_64 0:1.3.3-3.el7
libXfont.x86_64 0:1.5.2-1.el7
libXi.x86_64 0:1.7.9-1.el7
libXrender.x86_64 0:0.9.10-1.el7
libXtst.x86_64 0:1.2.3-1.el7
libfontenc.x86_64 0:1.1.3-3.el7
libjpeg-turbo.x86_64 0:1.2.90-5.el7
libpng.x86_64 2:1.5.13-7.el7_2
libxcb.x86_64 0:1.12-1.el7
libxslt.x86_64 0:1.1.28-5.el7
lksctp-tools.x86_64 0:1.0.17-2.el7
make.x86_64 1:3.82-23.el7
python-javapackages.noarch 0:3.4.1-11.el7
python-lxml.x86_64 0:3.2.1-4.el7
stix-fonts.noarch 0:1.1.0-5.el7
ttmkfdir.x86_64 0:3.0.9-42.el7
tzdata-java.noarch 0:2018d-1.el7
xorg-x11-font-utils.x86_64 1:7.5-20.el7
xorg-x11-fonts-Type1.noarch 0:7.5-9.el7
Complete!
Loaded plugins: fastestmirror, ovl
Cleaning repos: base cbs-paas7-openshift-multiarch-el7-build
: centos-ceph-luminous extras updates
Cleaning up everything
Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
Cleaning up list of fastest mirrors
---> 87e031e4c28c
Removing intermediate container f5d707ca757f
Step 5 : RUN mkdir -p ${HOME} ${PROCESSING_DIR} ${BIN_DIR} && chmod 777 ${HOME} && chmod 555 ${BIN_DIR}
---> Running in e9f6201ea3a2
---> 1dc336fbfd38
Removing intermediate container e9f6201ea3a2
Step 6 : COPY . ${BIN_DIR}
---> e47c26f12cfc
Removing intermediate container 7a932b49927e
Step 7 : WORKDIR ${BIN_DIR}
---> Running in a0e90f5491e6
---> cfa34d55f940
Removing intermediate container a0e90f5491e6
Step 8 : ENTRYPOINT ./run.sh
---> Running in a898c4e2f4a0
---> 7185b4499938
Removing intermediate container a898c4e2f4a0
Step 9 : USER 1000
---> Running in 19a5b6428333
---> 213aa6b3c18b
Removing intermediate container 19a5b6428333
Successfully built 213aa6b3c18b
++ date +%s
+ BUILD_ENDTIME=1525111541
--- openshift/origin-metrics-deployer:latest took 125 seconds ---
+ echo '--- openshift/origin-metrics-deployer:latest took 125 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525111541
+ comp_path=hack/../heapster/
+ docker_tag=openshift/origin-metrics-heapster:latest
--- Building component 'hack/../heapster/' with docker tag 'openshift/origin-metrics-heapster:latest' ---
+ echo
+ echo
+ 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: 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 c386bfbcd57b
---> e614293a3611
Removing intermediate container c386bfbcd57b
Step 3 : ADD heapster-wrapper.sh heapster-readiness.sh /opt/
---> 221115bb4d8b
Removing intermediate container 49ca43e04682
Step 4 : ENTRYPOINT opt/heapster-wrapper.sh
---> Running in ae84570937f1
---> 94c9b59d1836
Removing intermediate container ae84570937f1
Successfully built 94c9b59d1836
++ date +%s
--- openshift/origin-metrics-heapster:latest took 48 seconds ---
+ BUILD_ENDTIME=1525111589
+ echo '--- openshift/origin-metrics-heapster:latest took 48 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525111589
+ comp_path=hack/../hawkular-metrics/
+ docker_tag=openshift/origin-metrics-hawkular-metrics:latest
+ echo
+ echo
--- Building component 'hack/../hawkular-metrics/' with docker tag 'openshift/origin-metrics-hawkular-metrics:latest' ---
+ echo '--- Building component '\''hack/../hawkular-metrics/'\'' with docker tag '\''openshift/origin-metrics-hawkular-metrics:latest'\'' ---'
+ docker build -t openshift/origin-metrics-hawkular-metrics:latest hack/../hawkular-metrics/
Sending build context to Docker daemon 60.42 kB
Step 1 : FROM jboss/wildfly:11.0.0.Final
Trying to pull repository docker.io/jboss/wildfly ...
11.0.0.Final: Pulling from docker.io/jboss/wildfly
469cfcc7a4b3: Already exists
05677e4d61f0: Pulling fs layer
a9520f492457: Pulling fs layer
4d201219d6b1: Pulling fs layer
b55e40a220af: Pulling fs layer
b55e40a220af: Waiting
a9520f492457: Verifying Checksum
a9520f492457: Download complete
05677e4d61f0: Verifying Checksum
05677e4d61f0: Download complete
4d201219d6b1: Verifying Checksum
4d201219d6b1: Download complete
05677e4d61f0: Pull complete
b55e40a220af: Verifying Checksum
b55e40a220af: Download complete
a9520f492457: Pull complete
4d201219d6b1: Pull complete
b55e40a220af: Pull complete
Digest: sha256:57b2bcdfd63ddfa8cacb15f7ffb20a1c79539fe2b1c0eda2899c9ac4e0d01b6a
---> 6926d48f2e5b
Step 2 : MAINTAINER Hawkular Metrics <hawkular-dev@lists.jboss.org>
---> Running in 2c16aa91b341
---> 7146efbe1864
Removing intermediate container 2c16aa91b341
Step 3 : ENV HAWKULAR_METRICS_ENDPOINT_PORT "8080" HAWKULAR_METRICS_VERSION "0.30.3.Final" HAWKULAR_METRICS_DIRECTORY "/opt/hawkular" HAWKULAR_METRICS_SCRIPT_DIRECTORY "/opt/hawkular/scripts/" PATH $PATH:$HAWKULAR_METRICS_SCRIPT_DIRECTORY JAVA_OPTS_APPEND "-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp/heapdump"
---> Running in 04017df7316f
---> 8fd40dc8f5d8
Removing intermediate container 04017df7316f
Step 4 : ARG DEV_BUILD="false"
---> Running in 64d28c68a88d
---> ac81c69f8dfa
Removing intermediate container 64d28c68a88d
Step 5 : EXPOSE 8080 8444
---> Running in 8fe6dd32f3e8
---> 16b69e5c1cee
Removing intermediate container 8fe6dd32f3e8
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 b3c61e08bf22
% 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 1808k 0 --:--:-- --:--:-- --:--:-- 1810k
---> bb55fc4e8bec
Removing intermediate container b3c61e08bf22
Step 7 : COPY prometheus.yaml $JBOSS_HOME/standalone/configuration/prometheus.yaml
---> 0cad4a20a196
Removing intermediate container 9d27f4f6f75a
Step 8 : RUN mkdir /tmp/hawkular
---> Running in fe0f2d69314c
---> 25e3bbff42ae
Removing intermediate container fe0f2d69314c
Step 9 : COPY dev/* /tmp/hawkular/
---> 6b1dc48f9925
Removing intermediate container 520d13899f10
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 d62ea22a7166
% 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 17.3M 1 342k 0 0 315k 0 0:00:56 0:00:01 0:00:55 315k
7 17.3M 7 1328k 0 0 635k 0 0:00:27 0:00:02 0:00:25 635k
13 17.3M 13 2326k 0 0 751k 0 0:00:23 0:00:03 0:00:20 751k
18 17.3M 18 3321k 0 0 809k 0 0:00:21 0:00:04 0:00:17 809k
24 17.3M 24 4302k 0 0 841k 0 0:00:21 0:00:05 0:00:16 887k
29 17.3M 29 5250k 0 0 862k 0 0:00:20 0:00:06 0:00:14 980k
35 17.3M 35 6243k 0 0 879k 0 0:00:20 0:00:07 0:00:13 982k
40 17.3M 40 7237k 0 0 893k 0 0:00:19 0:00:08 0:00:11 981k
46 17.3M 46 8205k 0 0 903k 0 0:00:19 0:00:09 0:00:10 982k
51 17.3M 51 9201k 0 0 912k 0 0:00:19 0:00:10 0:00:09 985k
57 17.3M 57 9.9M 0 0 919k 0 0:00:19 0:00:11 0:00:08 989k
63 17.3M 63 10.9M 0 0 925k 0 0:00:19 0:00:12 0:00:07 990k
68 17.3M 68 11.8M 0 0 929k 0 0:00:19 0:00:13 0:00:06 989k
74 17.3M 74 12.8M 0 0 933k 0 0:00:18 0:00:14 0:00:04 987k
79 17.3M 79 13.7M 0 0 935k 0 0:00:18 0:00:15 0:00:03 981k
85 17.3M 85 14.7M 0 0 939k 0 0:00:18 0:00:16 0:00:02 982k
90 17.3M 90 15.7M 0 0 942k 0 0:00:18 0:00:17 0:00:01 982k
96 17.3M 96 16.6M 0 0 944k 0 0:00:18 0:00:18 --:--:-- 981k
100 17.3M 100 17.3M 0 0 946k 0 0:00:18 0:00:18 --:--:-- 986k
---> 2c20248aecdf
Removing intermediate container d62ea22a7166
Step 11 : ENV ALPN_VERSION "8.1.9.v20160720"
---> Running in 2bd23932f863
---> bbab33a9425a
Removing intermediate container 2bd23932f863
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 e0c79fab06ed
% 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 2921k 0 --:--:-- --:--:-- --:--:-- 3136k
---> 380495d0ac94
Removing intermediate container e0c79fab06ed
Step 13 : COPY hawkular-metrics-readiness.py hawkular-metrics-liveness.py hawkular-metrics-wrapper.sh hawkular-client-initialization.py client $HAWKULAR_METRICS_SCRIPT_DIRECTORY
---> 1a77919c7261
Removing intermediate container f2627df47d67
Step 14 : COPY standalone.conf $JBOSS_HOME/bin/
---> b766ca8352a9
Removing intermediate container fcc4a89d62e3
Step 15 : COPY welcome-content $JBOSS_HOME/welcome-content/
---> 6bb81c1af73d
Removing intermediate container 5ff966f8a118
Step 16 : COPY standalone.xml $JBOSS_HOME/standalone/configuration/standalone.xml
---> 76fa250ec116
Removing intermediate container 683a8c521b5e
Step 17 : COPY logging.properties $JBOSS_HOME/standalone/configuration/logging.properties
---> 44e2fa57c930
Removing intermediate container 5a77dc97c322
Step 18 : USER root
---> Running in 77568cfcf726
---> 5a6c803d51ea
Removing intermediate container 77568cfcf726
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 b022f5bcb2a1
Loaded plugins: fastestmirror, ovl
http://mirrors.seas.harvard.edu/centos/7.4.1708/extras/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.seas.harvard.edu/centos/7.4.1708/extras/x86_64/repodata/repomd.xml: (28, 'Connection timed out after 30002 milliseconds')
Trying other mirror.
Determining fastest mirrors
* base: mirror.metrocast.net
* extras: mirror.es.its.nyu.edu
* updates: repos-va.psychz.net
Resolving Dependencies
--> Running transaction check
---> Package epel-release.noarch 0:7-9 will be installed
---> Package openssl.x86_64 1:1.0.2k-8.el7 will be installed
--> Processing Dependency: make for package: 1:openssl-1.0.2k-8.el7.x86_64
--> Running transaction check
---> Package make.x86_64 1:3.82-23.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
epel-release noarch 7-9 extras 14 k
openssl x86_64 1:1.0.2k-8.el7 base 492 k
Installing for dependencies:
make x86_64 1:3.82-23.el7 base 420 k
Transaction Summary
================================================================================
Install 2 Packages (+1 Dependent package)
Total download size: 926 k
Installed size: 1.9 M
Downloading packages:
--------------------------------------------------------------------------------
Total 1.6 MB/s | 926 kB 00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : 1:make-3.82-23.el7.x86_64 1/3
Installing : 1:openssl-1.0.2k-8.el7.x86_64 2/3
Installing : epel-release-7-9.noarch 3/3
Verifying : 1:make-3.82-23.el7.x86_64 1/3
Verifying : 1:openssl-1.0.2k-8.el7.x86_64 2/3
Verifying : epel-release-7-9.noarch 3/3
Installed:
epel-release.noarch 0:7-9 openssl.x86_64 1:1.0.2k-8.el7
Dependency Installed:
make.x86_64 1:3.82-23.el7
Complete!
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
* base: mirror.metrocast.net
* epel: s3-mirror-us-east-1.fedoraproject.org
* extras: mirror.es.its.nyu.edu
* updates: repos-va.psychz.net
Resolving Dependencies
--> Running transaction check
---> Package python2-pip.noarch 0:8.1.2-6.el7 will be installed
--> Processing Dependency: python-setuptools for package: python2-pip-8.1.2-6.el7.noarch
--> Running transaction check
---> Package python-setuptools.noarch 0:0.9.8-7.el7 will be installed
--> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-0.9.8-7.el7.noarch
--> Running transaction check
---> Package python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7 will be installed
--> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch
--> Running transaction check
---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository
Size
================================================================================
Installing:
python2-pip noarch 8.1.2-6.el7 epel 1.7 M
Installing for dependencies:
python-backports x86_64 1.0-8.el7 base 5.8 k
python-backports-ssl_match_hostname noarch 3.4.0.2-4.el7 base 12 k
python-setuptools noarch 0.9.8-7.el7 base 397 k
Transaction Summary
================================================================================
Install 1 Package (+3 Dependent packages)
Total download size: 2.1 M
Installed size: 9.1 M
Downloading packages:
warning: /var/cache/yum/x86_64/7/epel/packages/python2-pip-8.1.2-6.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
Public key for python2-pip-8.1.2-6.el7.noarch.rpm is not installed
--------------------------------------------------------------------------------
Total 1.9 MB/s | 2.1 MB 00:01
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.
---> d28e6cad7d8d
Removing intermediate container b022f5bcb2a1
Step 20 : RUN chmod -R 777 /opt
---> Running in 844124e1accc
---> 4c391c767e8c
Removing intermediate container 844124e1accc
Step 21 : USER 1000
---> Running in 9d7628c0d3c1
---> 8666a3bcc558
Removing intermediate container 9d7628c0d3c1
Step 22 : CMD $HAWKULAR_METRICS_SCRIPT_DIRECTORY/hawkular-metrics-wrapper.sh -b 0.0.0.0 -Dhawkular-metrics.cassandra-nodes=hawkular-cassandra
---> Running in e5d5bb65c441
---> fff37200c3ab
Removing intermediate container e5d5bb65c441
Successfully built fff37200c3ab
++ date +%s
--- openshift/origin-metrics-hawkular-metrics:latest took 170 seconds ---
+ BUILD_ENDTIME=1525111759
+ echo '--- openshift/origin-metrics-hawkular-metrics:latest took 170 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525111759
+ 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 7936b1fd1e4a
---> 7ce8bb23a04a
Removing intermediate container 7936b1fd1e4a
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 5579ffbb36bf
---> b8540a2ad702
Removing intermediate container 5579ffbb36bf
Step 4 : ARG DEV_BUILD="false"
---> Running in ca380bf3a705
---> 285e8a95d19e
Removing intermediate container ca380bf3a705
Step 5 : USER root
---> Running in 52566761c88c
---> afdbbbde3d90
Removing intermediate container 52566761c88c
Step 6 : RUN mkdir $HAWKULAR_METRICS_DIR
---> Running in d34296fdae9b
---> 327d42798ce0
Removing intermediate container d34296fdae9b
Step 7 : COPY dev/* $HAWKULAR_METRICS_DIR
---> 407db1e6bea2
Removing intermediate container 065343f2fbb1
Step 8 : COPY hawkular-metrics-schema.sh $HAWKULAR_METRICS_DIR
---> c561f7e1643f
Removing intermediate container e27676805b52
Step 9 : RUN cd $HAWKULAR_METRICS_DIR && if [ ${DEV_BUILD} = "false" ] || [ ! -s /hawkular-metrics-schema-installer.jar ]; then 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 94fbea3d0faa
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 16.4M 0 76424 0 0 62769 0 0:04:34 0:00:01 0:04:33 62745
2 16.4M 2 430k 0 0 193k 0 0:01:27 0:00:02 0:01:25 193k
6 16.4M 6 1088k 0 0 338k 0 0:00:49 0:00:03 0:00:46 338k
12 16.4M 12 2054k 0 0 485k 0 0:00:34 0:00:04 0:00:30 485k
17 16.4M 17 3023k 0 0 576k 0 0:00:29 0:00:05 0:00:24 616k
23 16.4M 23 3952k 0 0 635k 0 0:00:26 0:00:06 0:00:20 775k
29 16.4M 29 4919k 0 0 680k 0 0:00:24 0:00:07 0:00:17 898k
34 16.4M 34 5873k 0 0 714k 0 0:00:23 0:00:08 0:00:15 957k
40 16.4M 40 6840k 0 0 741k 0 0:00:22 0:00:09 0:00:13 957k
46 16.4M 46 7768k 0 0 760k 0 0:00:22 0:00:10 0:00:12 954k
51 16.4M 51 8736k 0 0 778k 0 0:00:21 0:00:11 0:00:10 956k
57 16.4M 57 9710k 0 0 793k 0 0:00:21 0:00:12 0:00:09 957k
63 16.4M 63 10.3M 0 0 804k 0 0:00:20 0:00:13 0:00:07 952k
68 16.4M 68 11.3M 0 0 814k 0 0:00:20 0:00:14 0:00:06 950k
74 16.4M 74 12.2M 0 0 824k 0 0:00:20 0:00:15 0:00:05 952k
80 16.4M 80 13.2M 0 0 833k 0 0:00:20 0:00:16 0:00:04 957k
85 16.4M 85 14.1M 0 0 840k 0 0:00:20 0:00:17 0:00:03 953k
91 16.4M 91 15.0M 0 0 846k 0 0:00:19 0:00:18 0:00:01 957k
97 16.4M 97 16.0M 0 0 852k 0 0:00:19 0:00:19 --:--:-- 960k
100 16.4M 100 16.4M 0 0 855k 0 0:00:19 0:00:19 --:--:-- 963k
---> 5bec2cec0608
Removing intermediate container 94fbea3d0faa
Step 10 : RUN yum -y install openssl && chmod -R 777 /opt
---> Running in 71f07e899bb6
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
* base: mirror.metrocast.net
* extras: mirror.es.its.nyu.edu
* updates: repo1.ash.innoscale.net
Resolving Dependencies
--> Running transaction check
---> Package openssl.x86_64 1:1.0.2k-8.el7 will be installed
--> Processing Dependency: make for package: 1:openssl-1.0.2k-8.el7.x86_64
--> Running transaction check
---> Package make.x86_64 1:3.82-23.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
openssl x86_64 1:1.0.2k-8.el7 base 492 k
Installing for dependencies:
make x86_64 1:3.82-23.el7 base 420 k
Transaction Summary
================================================================================
Install 1 Package (+1 Dependent package)
Total download size: 912 k
Installed size: 1.9 M
Downloading packages:
--------------------------------------------------------------------------------
Total 1.5 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!
---> f180310580c6
Removing intermediate container 71f07e899bb6
Step 11 : ENTRYPOINT $HAWKULAR_METRICS_DIR/hawkular-metrics-schema.sh
---> Running in a221fd303944
---> 35a10d6b7006
Removing intermediate container a221fd303944
Successfully built 35a10d6b7006
++ date +%s
--- openshift/origin-metrics-schema-installer:latest took 59 seconds ---
+ BUILD_ENDTIME=1525111818
+ echo '--- openshift/origin-metrics-schema-installer:latest took 59 seconds ---'
+ echo
+ echo
+ for component in deployer heapster hawkular-metrics schema-installer cassandra
++ date +%s
+ BUILD_STARTTIME=1525111818
+ 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
---> 7ce8bb23a04a
Step 3 : EXPOSE 9042 9160 7000 7001
---> Running in 32d1d3d4775d
---> 4fe14545e09f
Removing intermediate container 32d1d3d4775d
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 7882a06bea9f
---> 911f0cf8fd68
Removing intermediate container 7882a06bea9f
Step 5 : USER root
---> Running in 79b1227ea5e5
---> 05b5f9f717bf
Removing intermediate container 79b1227ea5e5
Step 6 : RUN yum install -y -q bind-utils openssl && yum clean all
---> Running in 4ea1c1a38639
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
---> b76f5e561671
Removing intermediate container 4ea1c1a38639
Step 7 : COPY apache-cassandra-${CASSANDRA_VERSION}-bin.tar.gz.md5 /tmp/
---> ae4485b4c214
Removing intermediate container 40a94bf2f4c0
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 497404988ed1
% 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
2 30.5M 2 784k 0 0 693k 0 0:00:45 0:00:01 0:00:44 693k
49 30.5M 49 15.0M 0 0 7281k 0 0:00:04 0:00:02 0:00:02 7281k
100 30.5M 100 30.5M 0 0 9.8M 0 0:00:03 0:00:03 --:--:-- 9.8M
---> d8dafcc1c204
Removing intermediate container 497404988ed1
Step 9 : COPY cassandra.yaml.template cassandra-env.sh.template cassandra-metrics-reporter.yaml logback.xml /opt/apache-cassandra/conf/
---> 061c5db8dc42
Removing intermediate container fbdd25a006ee
Step 10 : COPY cassandra-docker.sh cassandra-docker-ready.sh cassandra-prestop.sh cassandra-poststart.sh gather-seeds.sh /opt/apache-cassandra/bin/
---> 970dd8c951ab
Removing intermediate container 4dae205a1051
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 bc2a3e37004f
% 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 5326k 0 --:--:-- --:--:-- --:--:-- 5343k
---> 6a1b51d8820a
Removing intermediate container bc2a3e37004f
Step 12 : COPY prometheus.yaml /opt/hawkular/prometheus_agent/prometheus.yaml
---> 7d2d276061c2
Removing intermediate container 151bf15ce1d0
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 7ff93bde756c
---> 6f540c504f99
Removing intermediate container 7ff93bde756c
Step 14 : USER 313
---> Running in 11ddf1ece95c
---> 6a23bb09429b
Removing intermediate container 11ddf1ece95c
Step 15 : CMD /opt/apache-cassandra/bin/cassandra-docker.sh --seeds=${HOSTNAME}
---> Running in 078291d10342
---> 71f179f231a8
Removing intermediate container 078291d10342
Successfully built 71f179f231a8
++ date +%s
+ BUILD_ENDTIME=1525111894
--- openshift/origin-metrics-cassandra:latest took 76 seconds ---
+ echo '--- openshift/origin-metrics-cassandra:latest took 76 seconds ---'
+ echo
+ echo
+ echo
+ echo
++ Active images
+ echo '++ Active images'
+ grep openshift/origin-metrics
+ grep latest
+ docker images
+ sort
openshift/origin-metrics-cassandra latest 71f179f231a8 1 seconds ago 706.4 MB
openshift/origin-metrics-deployer latest 213aa6b3c18b 5 minutes ago 1.593 GB
openshift/origin-metrics-hawkular-metrics latest fff37200c3ab 2 minutes ago 872.8 MB
openshift/origin-metrics-heapster latest 94c9b59d1836 5 minutes ago 819.9 MB
openshift/origin-metrics-schema-installer latest 35a10d6b7006 About a minute ago 568.6 MB
+ echo
+ ret=0
++ date +%s
+ ENDTIME=1525111894
hack/build-images.sh took 478 seconds
+ echo 'hack/build-images.sh took 478 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]
c45d44c22089: Preparing
0353372367ce: Preparing
4ef997ccb6ef: Preparing
8ed2aad3c6c6: Preparing
418ba018c08f: Preparing
3238913f88ea: Preparing
dacb97217107: Preparing
b395a4999848: Preparing
e37ec2288149: Preparing
89a600a756e7: Preparing
1c3e94630c06: Preparing
11fa28d86d93: Preparing
7d68a9344175: Preparing
68f2b534f819: Preparing
25392e8f9f5a: Preparing
0c8237d7452a: Preparing
d9e554ca876f: Preparing
43e653f84b79: Preparing
e37ec2288149: Waiting
89a600a756e7: Waiting
1c3e94630c06: Waiting
11fa28d86d93: Waiting
7d68a9344175: Waiting
68f2b534f819: Waiting
25392e8f9f5a: Waiting
0c8237d7452a: Waiting
d9e554ca876f: Waiting
43e653f84b79: Waiting
3238913f88ea: Waiting
dacb97217107: Waiting
b395a4999848: Waiting
4ef997ccb6ef: Pushed
418ba018c08f: Pushed
3238913f88ea: Pushed
8ed2aad3c6c6: Pushed
0353372367ce: Pushed
b395a4999848: Pushed
dacb97217107: Pushed
1c3e94630c06: Pushed
11fa28d86d93: Pushed
68f2b534f819: Layer already exists
25392e8f9f5a: Layer already exists
0c8237d7452a: Layer already exists
d9e554ca876f: Layer already exists
43e653f84b79: Layer already exists
7d68a9344175: Pushed
89a600a756e7: Pushed
e37ec2288149: Pushed
c45d44c22089: Pushed
latest: digest: sha256:82161291a43e9e8abc4ec9fb5a63974820053b7d631780eb55df1889a916b665 size: 4089
The push refers to a repository [docker.io/openshift/origin-metrics-cassandra]
64188426c613: Preparing
aa1c51522f76: Preparing
d9603ff0cd1b: Preparing
a5bc5eabec80: Preparing
81b2a1eddefe: Preparing
051b5526e4c4: Preparing
cfeff0b278df: Preparing
2b6129639618: Preparing
25392e8f9f5a: Preparing
0c8237d7452a: Preparing
d9e554ca876f: Preparing
43e653f84b79: Preparing
051b5526e4c4: Waiting
cfeff0b278df: Waiting
2b6129639618: Waiting
25392e8f9f5a: Waiting
0c8237d7452a: Waiting
d9e554ca876f: Waiting
43e653f84b79: Waiting
81b2a1eddefe: Pushed
aa1c51522f76: Pushed
d9603ff0cd1b: Pushed
a5bc5eabec80: Pushed
25392e8f9f5a: Layer already exists
0c8237d7452a: Layer already exists
d9e554ca876f: Layer already exists
43e653f84b79: Layer already exists
cfeff0b278df: Pushed
2b6129639618: Pushed
64188426c613: Pushed
051b5526e4c4: Pushed
latest: digest: sha256:c785a1137db1f23d23a50925ec2b9dde7140f179bc1a5fd0f7719a5ac60b75a4 size: 2838
The push refers to a repository [docker.io/openshift/origin-metrics-heapster]
801fb8234554: Preparing
ff5a1d45c585: Preparing
6a9afce47b17: Preparing
912e0f0a15ea: Preparing
daf66cc11f7d: Preparing
36018b5e9787: Preparing
36018b5e9787: Waiting
daf66cc11f7d: Layer already exists
912e0f0a15ea: Layer already exists
ff5a1d45c585: Layer already exists
6a9afce47b17: Layer already exists
36018b5e9787: Layer already exists
801fb8234554: Pushed
latest: digest: sha256:6170b4cce104e9488f60db63ce98926884e7f10ba1d0078a24e5ba93ae758091 size: 1577
The push refers to a repository [docker.io/openshift/origin-metrics-deployer]
65adab406a85: Preparing
344a1de706b1: Preparing
702ad8373d25: Preparing
cad36dcb62a8: Preparing
b11fc7a46de9: Preparing
8444818372d6: Preparing
43e653f84b79: Preparing
8444818372d6: Waiting
43e653f84b79: Waiting
cad36dcb62a8: Mounted from openshift/origin
b11fc7a46de9: Mounted from openshift/origin
43e653f84b79: Layer already exists
8444818372d6: Mounted from openshift/origin
65adab406a85: Pushed
344a1de706b1: Pushed
702ad8373d25: Pushed
latest: digest: sha256:f1afee18900502bc9b7e24de042b27fe460250d05daa82f534f9e98e402626f1 size: 1789
hack/push-release.sh took 59 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/jenkins8417476357095594537.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