Started by upstream project "test-origin-metrics" build number 316 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/jenkins3503952707107496613.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 1e29a56 Merge pull request #18723 from juanvallejo/jvallejo/mark-found-deployment-nodes 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_153 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-shell20180226-18072-1ro3arm.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 --- Building component 'hack/../deployer/' with docker tag 'openshift/origin-metrics-deployer:latest' --- + BUILD_STARTTIME=1519686587 + 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 af4b0a2388c6: Pulling fs layer 976eb9420a9a: Pulling fs layer 115eaabb4c7e: Pulling fs layer bfc849e776a1: Pulling fs layer bfc849e776a1: Waiting 976eb9420a9a: Verifying Checksum 976eb9420a9a: Download complete af4b0a2388c6: Verifying Checksum af4b0a2388c6: Download complete 115eaabb4c7e: Verifying Checksum 115eaabb4c7e: Download complete bfc849e776a1: Verifying Checksum bfc849e776a1: Download complete af4b0a2388c6: Pull complete 976eb9420a9a: Pull complete 115eaabb4c7e: Pull complete bfc849e776a1: Pull complete Digest: sha256:777d6b21485ed86d722cd033662ca458def65e3e2402dbe28e3f734e05782526 ---> ffe77b1e7cc9 Step 2 : MAINTAINER Hawkular Metrics ---> Running in 2ecff7d932cd ---> 18a59b4aa095 Removing intermediate container 2ecff7d932cd Step 3 : ENV BIN_DIR /opt/deploy PROCESSING_DIR /etc/deploy/_output KUBECONFIG /etc/deploy/.kubeconfig WRITE_KUBECONFIG 1 SECRET_DIR /secret ---> Running in 8cfd95bb0a9e ---> 0a414eb18743 Removing intermediate container 8cfd95bb0a9e Step 4 : RUN yum install -y java-1.8.0-openjdk openssl httpd-tools bind-utils && yum clean all ---> Running in 953cb7619bf6 Loaded plugins: fastestmirror, ovl Determining fastest mirrors * base: reflector.westga.edu * extras: mirror.umd.edu * updates: mirror.cc.columbia.edu 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 7.4 MB/s | 41 MB 00:05 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 ---> 53f61ba5acad Removing intermediate container 953cb7619bf6 Step 5 : RUN mkdir -p ${HOME} ${PROCESSING_DIR} ${BIN_DIR} && chmod 777 ${HOME} && chmod 555 ${BIN_DIR} ---> Running in a7a178a6ac30 ---> 373cf5cd5bb4 Removing intermediate container a7a178a6ac30 Step 6 : COPY . ${BIN_DIR} ---> 4bf0effcaa0f Removing intermediate container c737e242f701 Step 7 : WORKDIR ${BIN_DIR} ---> Running in 6cfa9dc0782b ---> ba59a6999889 Removing intermediate container 6cfa9dc0782b Step 8 : ENTRYPOINT ./run.sh ---> Running in 89781d884c17 ---> c4bfbf7f0b5b Removing intermediate container 89781d884c17 Step 9 : USER 1000 ---> Running in 6b107a48b5c0 ---> 73f193c58da2 Removing intermediate container 6b107a48b5c0 Successfully built 73f193c58da2 ++ date +%s + BUILD_ENDTIME=1519686707 --- openshift/origin-metrics-deployer:latest took 120 seconds --- + echo '--- openshift/origin-metrics-deployer:latest took 120 seconds ---' + echo + echo + for component in deployer heapster hawkular-metrics cassandra ++ date +%s + BUILD_STARTTIME=1519686707 + 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 f082810c62f5 ---> 65cae66408ee Removing intermediate container f082810c62f5 Step 3 : ADD heapster-wrapper.sh heapster-readiness.sh /opt/ ---> 5b5a61fb6213 Removing intermediate container a33f277d4a2e Step 4 : ENTRYPOINT opt/heapster-wrapper.sh ---> Running in 753468dd0f8d ---> d85e13f9311e Removing intermediate container 753468dd0f8d Successfully built d85e13f9311e ++ date +%s + BUILD_ENDTIME=1519686748 --- 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=1519686748 + 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 72.19 kB Step 1 : FROM jboss/wildfly:10.1.0.Final Trying to pull repository docker.io/jboss/wildfly ... 10.1.0.Final: Pulling from docker.io/jboss/wildfly 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 44f1f89300a7: Pull complete 471abe04f75a: Verifying Checksum 471abe04f75a: Download complete 0fc9bad03e44: Pull complete ec7d62043120: Verifying Checksum ec7d62043120: Download complete 471abe04f75a: Pull complete ec7d62043120: Pull complete Digest: sha256:4c7395589e815ff3464b0885dba4cbdcde4a0e4ae0ce13a0baf1564d2c90d5e4 ---> 95e490c1f9e7 Step 2 : MAINTAINER Hawkular Metrics ---> Running in 5beeccaf2a9d ---> 5dedc5ddde5a Removing intermediate container 5beeccaf2a9d Step 3 : ENV HAWKULAR_METRICS_ENDPOINT_PORT "8080" HAWKULAR_METRICS_VERSION "0.29.0.Final" HAWKULAR_METRICS_DIRECTORY "/opt/hawkular" HAWKULAR_METRICS_SCRIPT_DIRECTORY "/opt/hawkular/scripts/" PATH $PATH:$HAWKULAR_METRICS_SCRIPT_DIRECTORY JAVA_OPTS_APPEND "-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp/heapdump" ---> Running in 952fbada92a7 ---> 3a3e5b5886ce Removing intermediate container 952fbada92a7 Step 4 : ARG DEV_BUILD="false" ---> Running in 9e2f19a39936 ---> c7ae574832ae Removing intermediate container 9e2f19a39936 Step 5 : EXPOSE 8080 8444 ---> Running in a4bee8cc8bd0 ---> 2b0ce81e4f31 Removing intermediate container a4bee8cc8bd0 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 f1fc647ae9d2 % 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 4843k 0 --:--:-- --:--:-- --:--:-- 4855k ---> 5bd461965ba0 Removing intermediate container f1fc647ae9d2 Step 7 : COPY prometheus.yaml $JBOSS_HOME/standalone/configuration/prometheus.yaml ---> f06eb05724eb Removing intermediate container 8795efdddf60 Step 8 : RUN cd $JBOSS_HOME/standalone/deployments/ && if [ ${DEV_BUILD} = "true" ] && [ -s /tmp/hawkular/hawkular-metrics.war ]; then mv /tmp/hawkular/hawkular-metrics.war .; rm -rf /tmp/hawkular; else curl -Lo hawkular-metrics.war https://origin-repository.jboss.org/nexus/service/local/artifact/maven/content?r=public\&g=org.hawkular.metrics\&a=hawkular-metrics-openshift\&e=war\&v=${HAWKULAR_METRICS_VERSION}; fi ---> Running in d3247bc18275 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 18.7M 0 19708 0 0 25390 0 0:12:52 --:--:-- 0:12:52 25396 5 18.7M 5 962k 0 0 542k 0 0:00:35 0:00:01 0:00:34 542k 10 18.7M 10 1945k 0 0 694k 0 0:00:27 0:00:02 0:00:25 694k 15 18.7M 15 2886k 0 0 762k 0 0:00:25 0:00:03 0:00:22 762k 20 18.7M 20 3866k 0 0 808k 0 0:00:23 0:00:04 0:00:19 808k 25 18.7M 25 4819k 0 0 835k 0 0:00:22 0:00:05 0:00:17 961k 30 18.7M 30 5780k 0 0 854k 0 0:00:22 0:00:06 0:00:16 964k 35 18.7M 35 6774k 0 0 869k 0 0:00:22 0:00:07 0:00:15 967k 40 18.7M 40 7714k 0 0 879k 0 0:00:21 0:00:08 0:00:13 967k 45 18.7M 45 8694k 0 0 889k 0 0:00:21 0:00:09 0:00:12 967k 50 18.7M 50 9688k 0 0 897k 0 0:00:21 0:00:10 0:00:11 968k 55 18.7M 55 10.3M 0 0 902k 0 0:00:21 0:00:11 0:00:10 967k 60 18.7M 60 11.3M 0 0 908k 0 0:00:21 0:00:12 0:00:09 969k 65 18.7M 65 12.3M 0 0 912k 0 0:00:21 0:00:13 0:00:08 969k 70 18.7M 70 13.2M 0 0 916k 0 0:00:20 0:00:14 0:00:06 969k 75 18.7M 75 14.1M 0 0 920k 0 0:00:20 0:00:15 0:00:05 969k 80 18.7M 80 15.1M 0 0 924k 0 0:00:20 0:00:16 0:00:04 976k 85 18.7M 85 16.0M 0 0 925k 0 0:00:20 0:00:17 0:00:03 969k 91 18.7M 91 17.0M 0 0 928k 0 0:00:20 0:00:18 0:00:02 972k 95 18.7M 95 17.9M 0 0 929k 0 0:00:20 0:00:19 0:00:01 969k 100 18.7M 100 18.7M 0 0 932k 0 0:00:20 0:00:20 --:--:-- 975k ---> 654474de60b1 Removing intermediate container d3247bc18275 Step 9 : RUN mkdir -p $JBOSS_HOME/modules/system/layers/base/org/jgroups/kubernetes/main && cd $JBOSS_HOME/modules/system/layers/base/org/jgroups/kubernetes/main && curl -O https://repository.jboss.org/nexus/service/local/repositories/central/content/org/jgroups/kubernetes/kubernetes/0.9.0/kubernetes-0.9.0.jar && curl -O https://repository.jboss.org/nexus/service/local/repositories/central/content/org/jgroups/kubernetes/common/0.9.0/common-0.9.0.jar && curl -O https://repository.jboss.org/nexus/service/local/repositories/central/content/org/jgroups/kubernetes/dns/0.9.0/dns-0.9.0.jar ---> Running in b11ff13ac9ad % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14896 100 14896 0 0 17813 0 --:--:-- --:--:-- --:--:-- 17818 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36466 100 36466 0 0 49543 0 --:--:-- --:--:-- --:--:-- 49546 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 9733 9 929 0 0 1775 0 0:00:05 --:--:-- 0:00:05 1776 100 9733 100 9733 0 0 14654 0 --:--:-- --:--:-- --:--:-- 14636 ---> c49e39c55bdd Removing intermediate container b11ff13ac9ad Step 10 : COPY modules/org/jgroups/kubernetes/main $JBOSS_HOME/modules/system/layers/base/org/jgroups/kubernetes/main ---> 01f83bd34594 Removing intermediate container 509e0d14c477 Step 11 : COPY modules/org/jgroups/main/module.xml $JBOSS_HOME/modules/system/layers/base/org/jgroups/main/module.xml ---> cc930439edc4 Removing intermediate container 9ae6cbde859f Step 12 : ENV ALPN_VERSION "8.1.9.v20160720" ---> Running in d448f6c31dd7 ---> c6884202fecd Removing intermediate container d448f6c31dd7 Step 13 : RUN curl -Lo $JBOSS_HOME/bin/alpn-boot-$ALPN_VERSION.jar http://central.maven.org/maven2/org/mortbay/jetty/alpn/alpn-boot/$ALPN_VERSION/alpn-boot-$ALPN_VERSION.jar && echo 'JAVA_OPTS="$JAVA_OPTS' " -Xbootclasspath/p:$JBOSS_HOME/bin/alpn-boot-$ALPN_VERSION.jar" '"' >> $JBOSS_HOME/bin/standalone.conf ---> Running in 11b45c2d7874 % 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 1487k 0 --:--:-- --:--:-- --:--:-- 1523k ---> 2f953978e35d Removing intermediate container 11b45c2d7874 Step 14 : COPY hawkular-metrics-readiness.py hawkular-metrics-liveness.py hawkular-metrics-wrapper.sh hawkular-client-initialization.py client $HAWKULAR_METRICS_SCRIPT_DIRECTORY ---> c2658fe76404 Removing intermediate container 2dd14ad65ec9 Step 15 : COPY standalone.conf $JBOSS_HOME/bin/ ---> 766b39e6fb19 Removing intermediate container 6eb10386d7e3 Step 16 : COPY welcome-content $JBOSS_HOME/welcome-content/ ---> 741f87d4c441 Removing intermediate container 19dad2788639 Step 17 : COPY standalone.xml $JBOSS_HOME/standalone/configuration/standalone.xml ---> b659362dac49 Removing intermediate container 4edcbecd95e4 Step 18 : COPY logging.properties $JBOSS_HOME/standalone/configuration/logging.properties ---> 3e1882be167e Removing intermediate container f5b5527b0417 Step 19 : USER root ---> Running in 1b6391efb22d ---> 8f96d982b23c Removing intermediate container 1b6391efb22d Step 20 : RUN yum -y install openssl epel-release && yum -y install python-pip && yum clean all && pip install --no-cache-dir 'hawkular-client==0.5.2' ---> Running in 1b6f8e30f257 Loaded plugins: fastestmirror, ovl Determining fastest mirrors * base: reflector.westga.edu * extras: mirror.umd.edu * updates: mirror.cc.columbia.edu Resolving Dependencies --> Running transaction check ---> Package epel-release.noarch 0:7-9 will be installed ---> Package openssl.x86_64 1:1.0.2k-8.el7 will be installed --> Processing Dependency: make for package: 1:openssl-1.0.2k-8.el7.x86_64 --> Running transaction check ---> Package make.x86_64 1:3.82-23.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: epel-release noarch 7-9 extras 14 k openssl x86_64 1:1.0.2k-8.el7 base 492 k Installing for dependencies: make x86_64 1:3.82-23.el7 base 420 k Transaction Summary ================================================================================ Install 2 Packages (+1 Dependent package) Total download size: 926 k Installed size: 1.9 M Downloading packages: -------------------------------------------------------------------------------- Total 1.2 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: reflector.westga.edu * epel: s3-mirror-us-east-1.fedoraproject.org * extras: mirror.umd.edu * updates: mirror.cc.columbia.edu 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.8 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. ---> fd7953b7725e Removing intermediate container 1b6f8e30f257 Step 21 : RUN chmod -R 777 /opt ---> Running in fd2516333724 ---> 92faba484a84 Removing intermediate container fd2516333724 Step 22 : USER 1000 ---> Running in 7f78eb8d8908 ---> 517c05dc2b44 Removing intermediate container 7f78eb8d8908 Step 23 : RUN cd $JBOSS_HOME/modules/system/layers/base/org/jgroups/main && curl https://repo1.maven.org/maven2/org/jgroups/jgroups/3.6.12.Final/jgroups-3.6.12.Final.jar -o jgroups-3.6.10.Final.jar ---> Running in 1cf89610447a % 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 6202k 0 --:--:-- --:--:-- --:--:-- 6217k ---> d2c31e80ecbe Removing intermediate container 1cf89610447a Step 24 : CMD $HAWKULAR_METRICS_SCRIPT_DIRECTORY/hawkular-metrics-wrapper.sh -b 0.0.0.0 -Dhawkular-metrics.cassandra-nodes=hawkular-cassandra ---> Running in b79e418d9813 ---> 5870dd39dc6d Removing intermediate container b79e418d9813 Successfully built 5870dd39dc6d ++ date +%s + BUILD_ENDTIME=1519686880 + echo '--- openshift/origin-metrics-hawkular-metrics:latest took 132 seconds ---' --- openshift/origin-metrics-hawkular-metrics:latest took 132 seconds --- + echo + echo + for component in deployer heapster hawkular-metrics cassandra ++ date +%s + BUILD_STARTTIME=1519686880 + comp_path=hack/../cassandra/ + docker_tag=openshift/origin-metrics-cassandra:latest + echo + echo --- Building component 'hack/../cassandra/' with docker tag 'openshift/origin-metrics-cassandra:latest' --- + echo '--- Building component '\''hack/../cassandra/'\'' with docker tag '\''openshift/origin-metrics-cassandra:latest'\'' ---' + docker build -t openshift/origin-metrics-cassandra:latest hack/../cassandra/ Sending build context to Docker daemon 108.5 kB Step 1 : FROM jboss/base-jdk:8 Trying to pull repository docker.io/jboss/base-jdk ... 8: Pulling from docker.io/jboss/base-jdk af4b0a2388c6: Already exists 44f1f89300a7: Already exists 0fc9bad03e44: Already exists 471abe04f75a: Already exists Digest: sha256:219cbdc6dbf3556b54335958e52ef0947ee6ee7a8497763486d05b3932110d81 ---> a378f347fec8 Step 2 : MAINTAINER Hawkular Metrics ---> Running in 57692b0c1bf5 ---> 238e7ecbbca7 Removing intermediate container 57692b0c1bf5 Step 3 : EXPOSE 9042 9160 7000 7001 ---> Running in 19208526f842 ---> fccff2cfe4b2 Removing intermediate container 19208526f842 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 ae3bc6ab161a ---> 344effb4f4a0 Removing intermediate container ae3bc6ab161a Step 5 : USER root ---> Running in d228349df943 ---> cdf20f1a2014 Removing intermediate container d228349df943 Step 6 : RUN yum install -y -q bind-utils openssl && yum clean all ---> Running in 76490d77501e Delta RPMs disabled because /usr/bin/applydeltarpm not installed. http://mirror.lug.udel.edu/pub/centos/7.4.1708/os/x86_64/Packages/make-3.82-23.el7.x86_64.rpm: [Errno 12] Timeout on http://mirror.lug.udel.edu/pub/centos/7.4.1708/os/x86_64/Packages/make-3.82-23.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds') Trying other mirror. 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 ---> d445a6a1b589 Removing intermediate container 76490d77501e Step 7 : COPY apache-cassandra-${CASSANDRA_VERSION}-bin.tar.gz.md5 /tmp/ ---> e2ad98920a7a Removing intermediate container 9b4c551b30a8 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 6efb51be60c3 % 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 768k 0 0 741k 0 0:00:42 0:00:01 0:00:41 741k 49 30.5M 49 15.0M 0 0 7600k 0 0:00:04 0:00:02 0:00:02 7598k 100 30.5M 100 30.5M 0 0 10.1M 0 0:00:03 0:00:03 --:--:-- 10.1M ---> d869fb16a33f Removing intermediate container 6efb51be60c3 Step 9 : COPY cassandra.yaml.template cassandra-env.sh.template cassandra-metrics-reporter.yaml logback.xml /opt/apache-cassandra/conf/ ---> 82326a1dcc30 Removing intermediate container 86a4b11c2238 Step 10 : COPY cassandra-docker.sh cassandra-docker-ready.sh cassandra-prestop.sh cassandra-poststart.sh gather-seeds.sh /opt/apache-cassandra/bin/ ---> 7a2fd41e874f Removing intermediate container 5547f0a37087 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 8596d8d0a033 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1223k 100 1223k 0 0 6102k 0 --:--:-- --:--:-- --:--:-- 6087k ---> 8f9bb1733237 Removing intermediate container 8596d8d0a033 Step 12 : COPY prometheus.yaml /opt/hawkular/prometheus_agent/prometheus.yaml ---> fc872701b83b Removing intermediate container 800ba5b38e9a 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 2ac21ccc2506 ---> aff870ceccd6 Removing intermediate container 2ac21ccc2506 Step 14 : USER 313 ---> Running in 80033ef5e78a ---> 24495767c71e Removing intermediate container 80033ef5e78a Step 15 : CMD /opt/apache-cassandra/bin/cassandra-docker.sh --seeds=${HOSTNAME} ---> Running in 4dabe98685b7 ---> d3231101b7c1 Removing intermediate container 4dabe98685b7 Successfully built d3231101b7c1 ++ date +%s + BUILD_ENDTIME=1519686980 --- openshift/origin-metrics-cassandra:latest took 100 seconds --- ++ Active images + echo '--- openshift/origin-metrics-cassandra:latest took 100 seconds ---' + echo + echo + echo + echo + echo '++ Active images' + docker images + sort + grep openshift/origin-metrics + grep latest openshift/origin-metrics-cassandra latest d3231101b7c1 Less than a second ago 714.9 MB openshift/origin-metrics-deployer latest 73f193c58da2 4 minutes ago 1.432 GB openshift/origin-metrics-hawkular-metrics latest 5870dd39dc6d About a minute ago 839.5 MB openshift/origin-metrics-heapster latest d85e13f9311e 3 minutes ago 819.9 MB + echo + ret=0 ++ date +%s + ENDTIME=1519686980 + echo 'hack/build-images.sh took 393 seconds' hack/build-images.sh took 393 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] 9797294835b2: Preparing 2eff76361649: Preparing 4577c1cfe2bd: Preparing d14e69f2a7e2: Preparing 588ba8e11f8d: Preparing 9b91aafdc959: Preparing 5b8ae27389e1: Preparing 284e9d5732e9: Preparing 83a2d86bfec4: Preparing bed72fc2a23f: Preparing 36bceb7c9d2f: Preparing a1e94147d6a9: Preparing 3428c5acae8a: Preparing 65b557431d7b: Preparing b25926ca0ec7: Preparing ba961cc4df57: Preparing e26baf33d050: Preparing 525371fc802f: Preparing 0ce24fd059e3: Preparing e15afa4858b6: Preparing 9b91aafdc959: Waiting 5b8ae27389e1: Waiting 284e9d5732e9: Waiting 83a2d86bfec4: Waiting bed72fc2a23f: Waiting 36bceb7c9d2f: Waiting a1e94147d6a9: Waiting 3428c5acae8a: Waiting 65b557431d7b: Waiting b25926ca0ec7: Waiting ba961cc4df57: Waiting e26baf33d050: Waiting 525371fc802f: Waiting 0ce24fd059e3: Waiting 9797294835b2: Pushed d14e69f2a7e2: Pushed 588ba8e11f8d: Pushed 9b91aafdc959: Pushed 4577c1cfe2bd: Pushed 284e9d5732e9: Pushed 5b8ae27389e1: Pushed bed72fc2a23f: Pushed a1e94147d6a9: Pushed 36bceb7c9d2f: Pushed 65b557431d7b: Pushed ba961cc4df57: Layer already exists e26baf33d050: Layer already exists 525371fc802f: Layer already exists 0ce24fd059e3: Layer already exists e15afa4858b6: Layer already exists b25926ca0ec7: Pushed 83a2d86bfec4: Pushed 3428c5acae8a: Pushed 2eff76361649: Pushed latest: digest: sha256:c8cce21c873de01d165757f1d0344fe4930456acdb2f2a9b16f14023d63929ec size: 4510 The push refers to a repository [docker.io/openshift/origin-metrics-cassandra] fb1a077fd22b: Preparing 3161c14398c4: Preparing 374949f2b1cc: Preparing 077dc83b36fc: Preparing 285c8a7f02eb: Preparing 39bf582d8ebf: Preparing 071fb3f750b7: Preparing 49f70a2a5c5f: Preparing e26baf33d050: Preparing 525371fc802f: Preparing 0ce24fd059e3: Preparing e15afa4858b6: Preparing e26baf33d050: Waiting 525371fc802f: Waiting 0ce24fd059e3: Waiting e15afa4858b6: Waiting 49f70a2a5c5f: Waiting 39bf582d8ebf: Waiting 071fb3f750b7: Waiting 077dc83b36fc: Pushed 285c8a7f02eb: Pushed 374949f2b1cc: Pushed 3161c14398c4: Pushed e26baf33d050: Layer already exists 525371fc802f: Layer already exists 0ce24fd059e3: Layer already exists e15afa4858b6: Layer already exists 071fb3f750b7: Pushed 49f70a2a5c5f: Pushed fb1a077fd22b: Pushed 39bf582d8ebf: Pushed latest: digest: sha256:6e2d4e63e6e09279245d94cd19b6ed9fe2d6a86ca3e8f564e2a0abd8294bcb91 size: 2837 The push refers to a repository [docker.io/openshift/origin-metrics-heapster] c9beb33f97be: Preparing ff5a1d45c585: Preparing 6a9afce47b17: Preparing 912e0f0a15ea: Preparing daf66cc11f7d: Preparing 36018b5e9787: Preparing 36018b5e9787: Waiting ff5a1d45c585: Layer already exists daf66cc11f7d: Layer already exists 6a9afce47b17: Layer already exists 36018b5e9787: Layer already exists 912e0f0a15ea: Layer already exists c9beb33f97be: Pushed latest: digest: sha256:524240257afaf5a3a11dc4841f595011038610fb2c0289c9ed5a549be200a8f6 size: 1577 The push refers to a repository [docker.io/openshift/origin-metrics-deployer] bf63f90a7a68: Preparing a864d86a23e2: Preparing 7ccfecba977d: Preparing 44f0c4c7d7ca: Preparing f59ab2544947: Preparing 0a831db696d4: Preparing e15afa4858b6: Preparing 0a831db696d4: Waiting e15afa4858b6: Waiting 44f0c4c7d7ca: Layer already exists f59ab2544947: Layer already exists e15afa4858b6: Layer already exists 0a831db696d4: Layer already exists bf63f90a7a68: Pushed a864d86a23e2: Pushed 7ccfecba977d: Pushed latest: digest: sha256:e176f102e630c89fd35adab6982ca626cd6f089e4ad9efa576c44f6dc417deb4 size: 1789 hack/push-release.sh took 49 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/jenkins5419474509225728431.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