Started by upstream project "test-origin-metrics" build number 310 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/jenkins2355769874764119119.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 Already on 'master' HEAD is now at e28a3b2 Merge pull request #17565 from knobunc/fix/add-network-owners Removing .vagrant-openshift.json Removing .vagrant/ fatal: branch name required ~/jobs/build-and-release-latest-origin-metrics/workspace Origin repositories cloned into /var/lib/jenkins/jobs/build-and-release-latest-origin-metrics/workspace + pushd origin ~/jobs/build-and-release-latest-origin-metrics/workspace/origin ~/jobs/build-and-release-latest-origin-metrics/workspace + vagrant origin-init --stage deps --os rhel7 --required-name-tag ready --instance-type c4.large devenv-metrics-rhel7_150 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-shell20180223-5182-1yiie4a.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 cassandra ++ date +%s + BUILD_STARTTIME=1519423386 + comp_path=hack/../deployer/ + docker_tag=openshift/origin-metrics-deployer:latest + echo + echo --- Building component 'hack/../deployer/' with docker tag 'openshift/origin-metrics-deployer:latest' --- + echo '--- Building component '\''hack/../deployer/'\'' with docker tag '\''openshift/origin-metrics-deployer:latest'\'' ---' + docker build -t openshift/origin-metrics-deployer:latest hack/../deployer/ Sending build context to Docker daemon 90.11 kB Step 1 : FROM openshift/origin:latest Trying to pull repository docker.io/openshift/origin ... latest: Pulling from docker.io/openshift/origin af4b0a2388c6: Pulling fs layer ec98c5ed2040: Pulling fs layer 9d14b9f99cfb: Pulling fs layer bd848395e5c1: Pulling fs layer bd848395e5c1: Waiting ec98c5ed2040: Verifying Checksum ec98c5ed2040: Download complete af4b0a2388c6: Verifying Checksum af4b0a2388c6: Download complete bd848395e5c1: Verifying Checksum bd848395e5c1: Download complete 9d14b9f99cfb: Verifying Checksum 9d14b9f99cfb: Download complete af4b0a2388c6: Pull complete ec98c5ed2040: Pull complete 9d14b9f99cfb: Pull complete bd848395e5c1: Pull complete Digest: sha256:b14add9a42e555c4f4ca4ad479d20474bf4d5a195cf13ab53576b15c6abca391 ---> 0e91b8b71efc Step 2 : MAINTAINER Hawkular Metrics ---> Running in 1d5d9afd347f ---> 6ae5d1301e22 Removing intermediate container 1d5d9afd347f Step 3 : ENV BIN_DIR /opt/deploy PROCESSING_DIR /etc/deploy/_output KUBECONFIG /etc/deploy/.kubeconfig WRITE_KUBECONFIG 1 SECRET_DIR /secret ---> Running in fb9866b78033 ---> afe339999a36 Removing intermediate container fb9866b78033 Step 4 : RUN yum install -y java-1.8.0-openjdk openssl httpd-tools bind-utils && yum clean all ---> Running in 2ca37857d713 Loaded plugins: fastestmirror, ovl Determining fastest mirrors * base: mirror.vcu.edu * extras: mirror.cc.columbia.edu * updates: mirror.wdc1.us.leaseweb.net Resolving Dependencies --> Running transaction check ---> Package bind-utils.x86_64 32:9.9.4-51.el7_4.2 will be installed --> Processing Dependency: bind-libs = 32:9.9.4-51.el7_4.2 for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64 --> Processing Dependency: liblwres.so.90()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64 --> Processing Dependency: libisccfg.so.90()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64 --> Processing Dependency: libisccc.so.90()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64 --> Processing Dependency: libisc.so.95()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64 --> Processing Dependency: libdns.so.100()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64 --> Processing Dependency: libbind9.so.90()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64 --> Processing Dependency: libGeoIP.so.1()(64bit) for package: 32:bind-utils-9.9.4-51.el7_4.2.x86_64 ---> Package httpd-tools.x86_64 0:2.4.6-67.el7.centos.6 will be installed --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-tools-2.4.6-67.el7.centos.6.x86_64 --> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-tools-2.4.6-67.el7.centos.6.x86_64 ---> Package java-1.8.0-openjdk.x86_64 1:1.8.0.161-0.b14.el7_4 will be installed --> Processing Dependency: java-1.8.0-openjdk-headless(x86-64) = 1:1.8.0.161-0.b14.el7_4 for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libjvm.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libjli.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libjava.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: fontconfig(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libpng15.so.15()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libjvm.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libjli.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libjava.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libawt.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libasound.so.2()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libXrender.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libXext.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libXcomposite.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 --> Processing Dependency: libX11.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 ---> Package openssl.x86_64 1:1.0.2k-8.el7 will be installed --> Processing Dependency: make for package: 1:openssl-1.0.2k-8.el7.x86_64 --> Running transaction check ---> Package GeoIP.x86_64 0:1.5.0-11.el7 will be installed ---> Package alsa-lib.x86_64 0:1.1.3-3.el7 will be installed ---> Package apr.x86_64 0:1.4.8-3.el7_4.1 will be installed ---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed ---> Package bind-libs.x86_64 32:9.9.4-51.el7_4.2 will be installed --> Processing Dependency: bind-license = 32:9.9.4-51.el7_4.2 for package: 32:bind-libs-9.9.4-51.el7_4.2.x86_64 ---> 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 bind-license.noarch 32:9.9.4-51.el7_4.1 will be updated ---> Package bind-license.noarch 32:9.9.4-51.el7_4.2 will be an update ---> 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:2018c-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 2018c-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 Updating for dependencies: bind-license noarch 32:9.9.4-51.el7_4.2 updates 84 k Transaction Summary ================================================================================ Install 4 Packages (+37 Dependent packages) Upgrade ( 1 Dependent package) Total download size: 41 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 9.7 MB/s | 41 MB 00:04 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : freetype-2.4.11-15.el7.x86_64 1/43 Installing : libfontenc-1.1.3-3.el7.x86_64 2/43 Installing : GeoIP-1.5.0-11.el7.x86_64 3/43 Installing : apr-1.4.8-3.el7_4.1.x86_64 4/43 Installing : libxslt-1.1.28-5.el7.x86_64 5/43 Installing : fontpackages-filesystem-1.44-8.el7.noarch 6/43 Installing : libjpeg-turbo-1.2.90-5.el7.x86_64 7/43 Installing : libICE-1.0.9-9.el7.x86_64 8/43 Installing : libSM-1.2.2-2.el7.x86_64 9/43 Installing : stix-fonts-1.1.0-5.el7.noarch 10/43 Installing : fontconfig-2.10.95-11.el7.x86_64 11/43 Installing : python-lxml-3.2.1-4.el7.x86_64 12/43 Installing : python-javapackages-3.4.1-11.el7.noarch 13/43 Installing : javapackages-tools-3.4.1-11.el7.noarch 14/43 Installing : apr-util-1.5.2-6.el7.x86_64 15/43 Installing : libXfont-1.5.2-1.el7.x86_64 16/43 Installing : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 17/43 Installing : ttmkfdir-3.0.9-42.el7.x86_64 18/43 Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch 19/43 Installing : alsa-lib-1.1.3-3.el7.x86_64 20/43 Installing : libXau-1.0.8-2.1.el7.x86_64 21/43 Installing : libxcb-1.12-1.el7.x86_64 22/43 Updating : 32:bind-license-9.9.4-51.el7_4.2.noarch 23/43 Installing : 32:bind-libs-9.9.4-51.el7_4.2.x86_64 24/43 Installing : 1:make-3.82-23.el7.x86_64 25/43 Installing : libX11-common-1.6.5-1.el7.noarch 26/43 Installing : libX11-1.6.5-1.el7.x86_64 27/43 Installing : libXext-1.3.3-3.el7.x86_64 28/43 Installing : libXi-1.7.9-1.el7.x86_64 29/43 Installing : libXtst-1.2.3-1.el7.x86_64 30/43 Installing : giflib-4.1.6-9.el7.x86_64 31/43 Installing : libXrender-0.9.10-1.el7.x86_64 32/43 Installing : libXcomposite-0.4.4-4.1.el7.x86_64 33/43 Installing : lksctp-tools-1.0.17-2.el7.x86_64 34/43 Installing : tzdata-java-2018c-1.el7.noarch 35/43 Installing : 2:libpng-1.5.13-7.el7_2.x86_64 36/43 Installing : copy-jdk-configs-2.2-5.el7_4.noarch 37/43 Installing : 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_ 38/43 Installing : 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 39/43 Installing : 1:openssl-1.0.2k-8.el7.x86_64 40/43 Installing : 32:bind-utils-9.9.4-51.el7_4.2.x86_64 41/43 Installing : httpd-tools-2.4.6-67.el7.centos.6.x86_64 42/43 Cleanup : 32:bind-license-9.9.4-51.el7_4.1.noarch 43/43 Verifying : libXext-1.3.3-3.el7.x86_64 1/43 Verifying : libX11-1.6.5-1.el7.x86_64 2/43 Verifying : libXi-1.7.9-1.el7.x86_64 3/43 Verifying : 1:java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64 4/43 Verifying : libICE-1.0.9-9.el7.x86_64 5/43 Verifying : giflib-4.1.6-9.el7.x86_64 6/43 Verifying : libjpeg-turbo-1.2.90-5.el7.x86_64 7/43 Verifying : libXrender-0.9.10-1.el7.x86_64 8/43 Verifying : copy-jdk-configs-2.2-5.el7_4.noarch 9/43 Verifying : libXfont-1.5.2-1.el7.x86_64 10/43 Verifying : python-lxml-3.2.1-4.el7.x86_64 11/43 Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 12/43 Verifying : freetype-2.4.11-15.el7.x86_64 13/43 Verifying : 32:bind-libs-9.9.4-51.el7_4.2.x86_64 14/43 Verifying : fontpackages-filesystem-1.44-8.el7.noarch 15/43 Verifying : ttmkfdir-3.0.9-42.el7.x86_64 16/43 Verifying : 1:openssl-1.0.2k-8.el7.x86_64 17/43 Verifying : tzdata-java-2018c-1.el7.noarch 18/43 Verifying : stix-fonts-1.1.0-5.el7.noarch 19/43 Verifying : httpd-tools-2.4.6-67.el7.centos.6.x86_64 20/43 Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 21/43 Verifying : libXtst-1.2.3-1.el7.x86_64 22/43 Verifying : 32:bind-utils-9.9.4-51.el7_4.2.x86_64 23/43 Verifying : lksctp-tools-1.0.17-2.el7.x86_64 24/43 Verifying : libX11-common-1.6.5-1.el7.noarch 25/43 Verifying : libxcb-1.12-1.el7.x86_64 26/43 Verifying : xorg-x11-fonts-Type1-7.5-9.el7.noarch 27/43 Verifying : libxslt-1.1.28-5.el7.x86_64 28/43 Verifying : apr-util-1.5.2-6.el7.x86_64 29/43 Verifying : python-javapackages-3.4.1-11.el7.noarch 30/43 Verifying : 1:make-3.82-23.el7.x86_64 31/43 Verifying : javapackages-tools-3.4.1-11.el7.noarch 32/43 Verifying : apr-1.4.8-3.el7_4.1.x86_64 33/43 Verifying : 32:bind-license-9.9.4-51.el7_4.2.noarch 34/43 Verifying : libXau-1.0.8-2.1.el7.x86_64 35/43 Verifying : GeoIP-1.5.0-11.el7.x86_64 36/43 Verifying : libSM-1.2.2-2.el7.x86_64 37/43 Verifying : fontconfig-2.10.95-11.el7.x86_64 38/43 Verifying : 1:java-1.8.0-openjdk-headless-1.8.0.161-0.b14.el7_4.x86_ 39/43 Verifying : libfontenc-1.1.3-3.el7.x86_64 40/43 Verifying : alsa-lib-1.1.3-3.el7.x86_64 41/43 Verifying : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 42/43 Verifying : 32:bind-license-9.9.4-51.el7_4.1.noarch 43/43 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:2018c-1.el7 xorg-x11-font-utils.x86_64 1:7.5-20.el7 xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 Dependency Updated: bind-license.noarch 32:9.9.4-51.el7_4.2 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 ---> 9d429800d30b Removing intermediate container 2ca37857d713 Step 5 : RUN mkdir -p ${HOME} ${PROCESSING_DIR} ${BIN_DIR} && chmod 777 ${HOME} && chmod 555 ${BIN_DIR} ---> Running in f2a8a2d40693 ---> 25d2e0cca4f6 Removing intermediate container f2a8a2d40693 Step 6 : COPY . ${BIN_DIR} ---> f898b935a1e0 Removing intermediate container d13998626665 Step 7 : WORKDIR ${BIN_DIR} ---> Running in 846ebe507385 ---> 62588e852988 Removing intermediate container 846ebe507385 Step 8 : ENTRYPOINT ./run.sh ---> Running in 90db79a1975f ---> 5e63ae70da67 Removing intermediate container 90db79a1975f Step 9 : USER 1000 ---> Running in 9efa535a7122 ---> c12e708cf1eb Removing intermediate container 9efa535a7122 Successfully built c12e708cf1eb ++ date +%s + BUILD_ENDTIME=1519423502 --- openshift/origin-metrics-deployer:latest took 116 seconds --- + echo '--- openshift/origin-metrics-deployer:latest took 116 seconds ---' + echo + echo + for component in deployer heapster hawkular-metrics cassandra ++ date +%s + BUILD_STARTTIME=1519423502 + 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 ---> Running in a6c9e44907f0 ---> cc76cee929a8 Removing intermediate container a6c9e44907f0 Step 3 : ADD heapster-wrapper.sh heapster-readiness.sh /opt/ ---> c13fe37c7405 Removing intermediate container ef43955ee4ea Step 4 : ENTRYPOINT opt/heapster-wrapper.sh ---> Running in ca2467597ebf ---> 1e9d28e06ef0 Removing intermediate container ca2467597ebf Successfully built 1e9d28e06ef0 ++ date +%s + BUILD_ENDTIME=1519423543 --- openshift/origin-metrics-heapster:latest took 41 seconds --- + echo '--- openshift/origin-metrics-heapster:latest took 41 seconds ---' + echo + echo + for component in deployer heapster hawkular-metrics cassandra ++ date +%s + BUILD_STARTTIME=1519423543 + 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 71.68 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 af4b0a2388c6: Already exists 44f1f89300a7: Pulling fs layer 0fc9bad03e44: Pulling fs layer 471abe04f75a: Pulling fs layer ec7d62043120: Pulling fs layer ec7d62043120: Waiting 0fc9bad03e44: Verifying Checksum 0fc9bad03e44: Download complete 44f1f89300a7: Verifying Checksum 44f1f89300a7: Download complete 471abe04f75a: Verifying Checksum 471abe04f75a: Download complete 44f1f89300a7: Pull complete ec7d62043120: Verifying Checksum ec7d62043120: Download complete 0fc9bad03e44: Pull complete 471abe04f75a: Pull complete ec7d62043120: Pull complete Digest: sha256:4c7395589e815ff3464b0885dba4cbdcde4a0e4ae0ce13a0baf1564d2c90d5e4 ---> 95e490c1f9e7 Step 2 : MAINTAINER Hawkular Metrics ---> Running in d02536ba6cc7 ---> 37620b97b8eb Removing intermediate container d02536ba6cc7 Step 3 : ENV HAWKULAR_METRICS_ENDPOINT_PORT "8080" HAWKULAR_METRICS_VERSION "0.28.1.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 47f088f48824 ---> 63cda62b9cf7 Removing intermediate container 47f088f48824 Step 4 : EXPOSE 8080 8444 ---> Running in e8d49c661a59 ---> 6d137bb27122 Removing intermediate container e8d49c661a59 Step 5 : 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 e1d3e96cbb72 % 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 4968k 0 --:--:-- --:--:-- --:--:-- 4994k ---> e73889e2e401 Removing intermediate container e1d3e96cbb72 Step 6 : COPY prometheus.yaml $JBOSS_HOME/standalone/configuration/prometheus.yaml ---> 848bf4475e12 Removing intermediate container 2d0e058d95f9 Step 7 : RUN cd $JBOSS_HOME/standalone/deployments/ && curl -Lo hawkular-metrics.ear https://origin-repository.jboss.org/nexus/service/local/artifact/maven/content?r=public\&g=org.hawkular.metrics\&a=hawkular-metrics-openshift-dist\&e=ear\&v=${HAWKULAR_METRICS_VERSION} ---> Running in b01c8c1fb312 % 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 58.7M 0 595k 0 0 435k 0 0:02:18 0:00:01 0:02:17 435k 2 58.7M 2 1575k 0 0 666k 0 0:01:30 0:00:02 0:01:28 666k 4 58.7M 4 2544k 0 0 759k 0 0:01:19 0:00:03 0:01:16 759k 5 58.7M 5 3510k 0 0 804k 0 0:01:14 0:00:04 0:01:10 804k 7 58.7M 7 4491k 0 0 839k 0 0:01:11 0:00:05 0:01:06 905k 9 58.7M 9 5492k 0 0 862k 0 0:01:09 0:00:06 0:01:03 979k 10 58.7M 10 6420k 0 0 873k 0 0:01:08 0:00:07 0:01:01 971k 12 58.7M 12 7420k 0 0 886k 0 0:01:07 0:00:08 0:00:59 971k 13 58.7M 13 8389k 0 0 896k 0 0:01:07 0:00:09 0:00:58 976k 15 58.7M 15 9369k 0 0 903k 0 0:01:06 0:00:10 0:00:56 971k 17 58.7M 17 10.1M 0 0 910k 0 0:01:06 0:00:11 0:00:55 972k 18 58.7M 18 11.0M 0 0 914k 0 0:01:05 0:00:12 0:00:53 975k 20 58.7M 20 11.9M 0 0 919k 0 0:01:05 0:00:13 0:00:52 974k 22 58.7M 22 12.9M 0 0 924k 0 0:01:05 0:00:14 0:00:51 975k 23 58.7M 23 13.9M 0 0 926k 0 0:01:04 0:00:15 0:00:49 975k 25 58.7M 25 14.8M 0 0 929k 0 0:01:04 0:00:16 0:00:48 973k 26 58.7M 26 15.8M 0 0 933k 0 0:01:04 0:00:17 0:00:47 980k 28 58.7M 28 16.7M 0 0 935k 0 0:01:04 0:00:18 0:00:46 978k 30 58.7M 30 17.7M 0 0 937k 0 0:01:04 0:00:19 0:00:45 973k 31 58.7M 31 18.6M 0 0 939k 0 0:01:04 0:00:20 0:00:44 980k 33 58.7M 33 19.6M 0 0 940k 0 0:01:03 0:00:21 0:00:42 976k 34 58.7M 34 20.5M 0 0 942k 0 0:01:03 0:00:22 0:00:41 972k 36 58.7M 36 21.5M 0 0 944k 0 0:01:03 0:00:23 0:00:40 977k 38 58.7M 38 22.5M 0 0 945k 0 0:01:03 0:00:24 0:00:39 978k 39 58.7M 39 23.4M 0 0 946k 0 0:01:03 0:00:25 0:00:38 973k 41 58.7M 41 24.3M 0 0 947k 0 0:01:03 0:00:26 0:00:37 975k 43 58.7M 43 25.3M 0 0 948k 0 0:01:03 0:00:27 0:00:36 978k 44 58.7M 44 26.3M 0 0 949k 0 0:01:03 0:00:28 0:00:35 972k 46 58.7M 46 27.2M 0 0 950k 0 0:01:03 0:00:29 0:00:34 974k 47 58.7M 47 28.2M 0 0 951k 0 0:01:03 0:00:30 0:00:33 976k 49 58.7M 49 29.1M 0 0 952k 0 0:01:03 0:00:31 0:00:32 977k 51 58.7M 51 30.1M 0 0 953k 0 0:01:03 0:00:32 0:00:31 975k 52 58.7M 52 31.0M 0 0 953k 0 0:01:03 0:00:33 0:00:30 976k 54 58.7M 54 32.0M 0 0 953k 0 0:01:03 0:00:34 0:00:29 973k 56 58.7M 56 32.9M 0 0 954k 0 0:01:03 0:00:35 0:00:28 974k 57 58.7M 57 33.9M 0 0 955k 0 0:01:03 0:00:36 0:00:27 974k 59 58.7M 59 34.8M 0 0 955k 0 0:01:02 0:00:37 0:00:25 974k 60 58.7M 60 35.8M 0 0 956k 0 0:01:02 0:00:38 0:00:24 977k 62 58.7M 62 36.7M 0 0 957k 0 0:01:02 0:00:39 0:00:23 979k 64 58.7M 64 37.7M 0 0 957k 0 0:01:02 0:00:40 0:00:22 978k 65 58.7M 65 38.6M 0 0 958k 0 0:01:02 0:00:41 0:00:21 978k 67 58.7M 67 39.6M 0 0 958k 0 0:01:02 0:00:42 0:00:20 976k 69 58.7M 69 40.6M 0 0 959k 0 0:01:02 0:00:43 0:00:19 977k 70 58.7M 70 41.5M 0 0 959k 0 0:01:02 0:00:44 0:00:18 976k 72 58.7M 72 42.5M 0 0 959k 0 0:01:02 0:00:45 0:00:17 976k 73 58.7M 73 43.4M 0 0 960k 0 0:01:02 0:00:46 0:00:16 977k 75 58.7M 75 44.4M 0 0 960k 0 0:01:02 0:00:47 0:00:15 979k 77 58.7M 77 45.3M 0 0 960k 0 0:01:02 0:00:48 0:00:14 975k 78 58.7M 78 46.3M 0 0 961k 0 0:01:02 0:00:49 0:00:13 977k 80 58.7M 80 47.2M 0 0 961k 0 0:01:02 0:00:50 0:00:12 977k 82 58.7M 82 48.2M 0 0 961k 0 0:01:02 0:00:51 0:00:11 975k 83 58.7M 83 49.1M 0 0 961k 0 0:01:02 0:00:52 0:00:10 970k 85 58.7M 85 50.1M 0 0 961k 0 0:01:02 0:00:53 0:00:09 970k 86 58.7M 86 51.0M 0 0 962k 0 0:01:02 0:00:54 0:00:08 972k 88 58.7M 88 52.0M 0 0 962k 0 0:01:02 0:00:55 0:00:07 971k 90 58.7M 90 52.9M 0 0 962k 0 0:01:02 0:00:56 0:00:06 972k 91 58.7M 91 53.9M 0 0 962k 0 0:01:02 0:00:57 0:00:05 975k 93 58.7M 93 54.8M 0 0 963k 0 0:01:02 0:00:58 0:00:04 979k 95 58.7M 95 55.8M 0 0 963k 0 0:01:02 0:00:59 0:00:03 980k 96 58.7M 96 56.7M 0 0 963k 0 0:01:02 0:01:00 0:00:02 974k 98 58.7M 98 57.7M 0 0 963k 0 0:01:02 0:01:01 0:00:01 977k 99 58.7M 99 58.7M 0 0 964k 0 0:01:02 0:01:02 --:--:-- 979k 100 58.7M 100 58.7M 0 0 964k 0 0:01:02 0:01:02 --:--:-- 975k ---> f56c8117c280 Removing intermediate container b01c8c1fb312 Step 8 : 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 0cd97ba232cc % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 97 14896 97 14408 0 0 16176 0 --:--:-- --:--:-- --:--:-- 16170 100 14896 100 14896 0 0 16721 0 --:--:-- --:--:-- --:--:-- 16718 % 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 36466 100 36466 0 0 50479 0 --:--:-- --:--:-- --:--:-- 50506 % 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 9733 100 9733 0 0 15148 0 --:--:-- --:--:-- --:--:-- 15136 ---> 1f060e2977fb Removing intermediate container 0cd97ba232cc Step 9 : COPY modules/org/jgroups/kubernetes/main $JBOSS_HOME/modules/system/layers/base/org/jgroups/kubernetes/main ---> 123c3fad886c Removing intermediate container cfd021ef1d07 Step 10 : COPY modules/org/jgroups/main/module.xml $JBOSS_HOME/modules/system/layers/base/org/jgroups/main/module.xml ---> 9c1a4b9d109e Removing intermediate container 15140b632696 Step 11 : ENV ALPN_VERSION "8.1.9.v20160720" ---> Running in f8d10f625f5b ---> b34b20272eb7 Removing intermediate container f8d10f625f5b 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 1207033e36b4 % 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 2802k 0 --:--:-- --:--:-- --:--:-- 2962k ---> 2ffa14e14fef Removing intermediate container 1207033e36b4 Step 13 : COPY hawkular-metrics-readiness.py hawkular-metrics-liveness.py hawkular-metrics-wrapper.sh hawkular-client-initialization.py client $HAWKULAR_METRICS_SCRIPT_DIRECTORY ---> 899a863c6b89 Removing intermediate container 6afe11a9b9cb Step 14 : COPY standalone.conf $JBOSS_HOME/bin/ ---> 51fa3242ebf3 Removing intermediate container a0faf3508091 Step 15 : COPY welcome-content $JBOSS_HOME/welcome-content/ ---> 953e4b6ee0f9 Removing intermediate container bb1dad37b817 Step 16 : COPY standalone.xml $JBOSS_HOME/standalone/configuration/standalone.xml ---> bb494cfc6ac0 Removing intermediate container cd47d3609b3b Step 17 : COPY logging.properties $JBOSS_HOME/standalone/configuration/logging.properties ---> 620173df939c Removing intermediate container 92bbcc262932 Step 18 : USER root ---> Running in af32e30ccbc1 ---> 3e05b42fe153 Removing intermediate container af32e30ccbc1 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 dbd4c274f662 Loaded plugins: fastestmirror, ovl Determining fastest mirrors * base: mirror.vcu.edu * extras: mirror.cc.columbia.edu * updates: mirror.wdc1.us.leaseweb.net Resolving Dependencies --> Running transaction check ---> Package epel-release.noarch 0:7-9 will be installed ---> Package openssl.x86_64 1:1.0.2k-8.el7 will be installed --> Processing Dependency: make for package: 1:openssl-1.0.2k-8.el7.x86_64 --> Running transaction check ---> Package make.x86_64 1:3.82-23.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: epel-release noarch 7-9 extras 14 k openssl x86_64 1:1.0.2k-8.el7 base 492 k Installing for dependencies: make x86_64 1:3.82-23.el7 base 420 k Transaction Summary ================================================================================ Install 2 Packages (+1 Dependent package) Total download size: 926 k Installed size: 1.9 M Downloading packages: -------------------------------------------------------------------------------- Total 883 kB/s | 926 kB 00:01 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.vcu.edu * epel: s3-mirror-us-east-1.fedoraproject.org * extras: mirror.cc.columbia.edu * updates: mirror.wdc1.us.leaseweb.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 2.2 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) " 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.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. ---> d90da6e49880 Removing intermediate container dbd4c274f662 Step 20 : RUN chmod -R 777 /opt ---> Running in b948fd3c9f85 ---> 04f418ada5e7 Removing intermediate container b948fd3c9f85 Step 21 : USER 1000 ---> Running in f7376e806cfc ---> b845c91aa39c Removing intermediate container f7376e806cfc Step 22 : 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 83183ecacd04 % 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 2443k 100 2443k 0 0 6902k 0 --:--:-- --:--:-- --:--:-- 6922k ---> d8fda71b9d7f Removing intermediate container 83183ecacd04 Step 23 : CMD $HAWKULAR_METRICS_SCRIPT_DIRECTORY/hawkular-metrics-wrapper.sh -b 0.0.0.0 -Dhawkular-metrics.cassandra-nodes=hawkular-cassandra ---> Running in a05bdb7f1340 ---> f5833ae7153b Removing intermediate container a05bdb7f1340 Successfully built f5833ae7153b ++ date +%s + BUILD_ENDTIME=1519423721 --- openshift/origin-metrics-hawkular-metrics:latest took 178 seconds --- + echo '--- openshift/origin-metrics-hawkular-metrics:latest took 178 seconds ---' + echo + echo + for component in deployer heapster hawkular-metrics cassandra ++ date +%s + BUILD_STARTTIME=1519423721 + comp_path=hack/../cassandra/ --- Building component 'hack/../cassandra/' with docker tag 'openshift/origin-metrics-cassandra:latest' --- + docker_tag=openshift/origin-metrics-cassandra:latest + echo + echo + 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 af4b0a2388c6: Already exists 44f1f89300a7: Already exists 0fc9bad03e44: Already exists 471abe04f75a: Already exists Digest: sha256:219cbdc6dbf3556b54335958e52ef0947ee6ee7a8497763486d05b3932110d81 ---> a378f347fec8 Step 2 : MAINTAINER Hawkular Metrics ---> Running in 6c5e7df9dbe2 ---> 4b6f941f762a Removing intermediate container 6c5e7df9dbe2 Step 3 : EXPOSE 9042 9160 7000 7001 ---> Running in 17f2d446668f ---> e7e95792e8b5 Removing intermediate container 17f2d446668f 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 e88306c7114c ---> 970d459974a1 Removing intermediate container e88306c7114c Step 5 : USER root ---> Running in d34094fe6e6f ---> 2c285ab17408 Removing intermediate container d34094fe6e6f Step 6 : RUN yum install -y -q bind-utils openssl && yum clean all ---> Running in 19f529c26d9d Delta RPMs disabled because /usr/bin/applydeltarpm not installed. 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 ---> 70e68b72e783 Removing intermediate container 19f529c26d9d Step 7 : COPY apache-cassandra-${CASSANDRA_VERSION}-bin.tar.gz.md5 /tmp/ ---> 59089b43e603 Removing intermediate container c764b19132e7 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 bb2cb7a47294 % 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 5 30.5M 5 1840k 0 0 1285k 0 0:00:24 0:00:01 0:00:23 1285k 54 30.5M 54 16.6M 0 0 7027k 0 0:00:04 0:00:02 0:00:02 7026k 100 30.5M 100 30.5M 0 0 9449k 0 0:00:03 0:00:03 --:--:-- 9449k ---> d66440c1282b Removing intermediate container bb2cb7a47294 Step 9 : COPY cassandra.yaml.template cassandra-env.sh.template cassandra-metrics-reporter.yaml logback.xml /opt/apache-cassandra/conf/ ---> 0fd8f4cb7eba Removing intermediate container cfabbb9300b1 Step 10 : COPY cassandra-docker.sh cassandra-docker-ready.sh cassandra-prestop.sh cassandra-poststart.sh gather-seeds.sh /opt/apache-cassandra/bin/ ---> 04bab01ff4c6 Removing intermediate container 097b82ea46cd 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 527ed5c73416 % 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 5873k 0 --:--:-- --:--:-- --:--:-- 5882k ---> fefda9e22903 Removing intermediate container 527ed5c73416 Step 12 : COPY prometheus.yaml /opt/hawkular/prometheus_agent/prometheus.yaml ---> df09d9dcf546 Removing intermediate container 4e54d096199a 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 2238c695a839 ---> b82a9c2512a2 Removing intermediate container 2238c695a839 Step 14 : USER 313 ---> Running in 8a7cd42d346c ---> 72e9bc5e87a0 Removing intermediate container 8a7cd42d346c Step 15 : CMD /opt/apache-cassandra/bin/cassandra-docker.sh --seeds=${HOSTNAME} ---> Running in f00f390ace68 ---> 3ff722073d1f Removing intermediate container f00f390ace68 Successfully built 3ff722073d1f ++ date +%s + BUILD_ENDTIME=1519423798 --- openshift/origin-metrics-cassandra:latest took 77 seconds --- + echo '--- openshift/origin-metrics-cassandra:latest took 77 seconds ---' + echo + echo ++ Active images + echo + echo + echo '++ Active images' + docker images + grep openshift/origin-metrics + grep latest + sort openshift/origin-metrics-cassandra latest 3ff722073d1f 1 seconds ago 714.9 MB openshift/origin-metrics-deployer latest c12e708cf1eb 4 minutes ago 1.432 GB openshift/origin-metrics-hawkular-metrics latest f5833ae7153b About a minute ago 923.5 MB openshift/origin-metrics-heapster latest 1e9d28e06ef0 4 minutes ago 819.9 MB + echo + ret=0 ++ date +%s + ENDTIME=1519423798 hack/build-images.sh took 412 seconds + echo 'hack/build-images.sh took 412 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] a5353e24a9f2: Preparing 4db25da6679e: Preparing 3eae8aaa32d9: Preparing 5bd26c38f960: Preparing 31b54ac5ee25: Preparing df83aa187eba: Preparing 6cd884fab8aa: Preparing 070731f39623: Preparing a3cbd9955780: Preparing db2e8c2e4ae3: Preparing deb88a9ebf9b: Preparing b7e9c0012602: Preparing 8ca92f555b8c: Preparing 1b43285cffa8: Preparing bf9f9fe0aa26: Preparing ba961cc4df57: Preparing e26baf33d050: Preparing 525371fc802f: Preparing 0ce24fd059e3: Preparing e15afa4858b6: Preparing deb88a9ebf9b: Waiting b7e9c0012602: Waiting 8ca92f555b8c: Waiting 1b43285cffa8: Waiting bf9f9fe0aa26: Waiting ba961cc4df57: Waiting e26baf33d050: Waiting 525371fc802f: Waiting 0ce24fd059e3: Waiting e15afa4858b6: Waiting 6cd884fab8aa: Waiting 070731f39623: Waiting a3cbd9955780: Waiting db2e8c2e4ae3: Waiting df83aa187eba: Waiting 5bd26c38f960: Pushed 31b54ac5ee25: Pushed df83aa187eba: Pushed a5353e24a9f2: Pushed 6cd884fab8aa: Pushed 3eae8aaa32d9: Pushed 070731f39623: Pushed db2e8c2e4ae3: Pushed a3cbd9955780: Pushed deb88a9ebf9b: Pushed bf9f9fe0aa26: Pushed ba961cc4df57: Layer already exists b7e9c0012602: Pushed e26baf33d050: Layer already exists 525371fc802f: Layer already exists 0ce24fd059e3: Layer already exists e15afa4858b6: Layer already exists 1b43285cffa8: Pushed 8ca92f555b8c: Pushed 4db25da6679e: Pushed latest: digest: sha256:914330259599da933e0c503a1a5216716201006fa71f1d7e3def4382cd6a8c91 size: 4510 The push refers to a repository [docker.io/openshift/origin-metrics-cassandra] 06aac7a484c8: Preparing d3e32015a07c: Preparing f1aa27a3e474: Preparing 3032f4bd221b: Preparing 8db0366412e4: Preparing 35f0c9470157: Preparing b7f946546937: Preparing b8de6490ddc5: Preparing e26baf33d050: Preparing 525371fc802f: Preparing 0ce24fd059e3: Preparing e15afa4858b6: Preparing e26baf33d050: Waiting 525371fc802f: Waiting 35f0c9470157: Waiting 0ce24fd059e3: Waiting e15afa4858b6: Waiting b7f946546937: Waiting b8de6490ddc5: Waiting 8db0366412e4: Pushed d3e32015a07c: Pushed f1aa27a3e474: Pushed 3032f4bd221b: Pushed e26baf33d050: Layer already exists 525371fc802f: Layer already exists 0ce24fd059e3: Layer already exists b7f946546937: Pushed e15afa4858b6: Layer already exists b8de6490ddc5: Pushed 06aac7a484c8: Pushed 35f0c9470157: Pushed latest: digest: sha256:e1bb1e9e2f506dddceb3924451ba8a3c101f9505d6b9a579be27541ad957112a size: 2837 The push refers to a repository [docker.io/openshift/origin-metrics-heapster] 7c6eea6b6631: Preparing ff5a1d45c585: Preparing 6a9afce47b17: Preparing 912e0f0a15ea: Preparing daf66cc11f7d: Preparing 36018b5e9787: Preparing 36018b5e9787: Waiting ff5a1d45c585: Layer already exists 912e0f0a15ea: Layer already exists 36018b5e9787: Layer already exists daf66cc11f7d: Layer already exists 6a9afce47b17: Layer already exists 7c6eea6b6631: Pushed latest: digest: sha256:b6d4959a0ce128931bf9cf7b92856ecc2c3d1150028a3d88a4be80fc72c4eb72 size: 1577 The push refers to a repository [docker.io/openshift/origin-metrics-deployer] cdcca7ebd630: Preparing a5f253c71ad9: Preparing 8bd966c9b415: Preparing 85c6e280edf1: Preparing 053e6b31af69: Preparing 09fc2d2a4c5f: Preparing e15afa4858b6: Preparing 09fc2d2a4c5f: Waiting e15afa4858b6: Waiting 053e6b31af69: Layer already exists 85c6e280edf1: Layer already exists e15afa4858b6: Layer already exists 09fc2d2a4c5f: Layer already exists cdcca7ebd630: Pushed a5f253c71ad9: Pushed 8bd966c9b415: Pushed latest: digest: sha256:c0fb472cbebbdcffc0002c8224ba03d1667296db285597b8406c783006f0ab3f size: 1789 hack/push-release.sh took 54 seconds + vagrant_ssh 'rm ~/.dockercfg' + vagrant ssh -c 'rm ~/.dockercfg' + popd ~/jobs/build-and-release-latest-origin-metrics/workspace [PostBuildScript] - Execution post build scripts. [workspace] $ /bin/sh -xe /tmp/jenkins5230204031015846572.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