sassoftware / sas-container-recipes

A collection of recipes and other resources for building containers that include SAS Viya software.
https://www.sas.com
Apache License 2.0
89 stars 42 forks source link

Recent updates to recipes break the build on Centos 7 #26

Open alanzablocki opened 5 years ago

alanzablocki commented 5 years ago

Describe the bug Doing auth-demo build on current sas-container-recipes zip (Downloading, not cloned) does not work. Older versions work as they used to.

Error No2: Unknown Platform, encountered when using SAS repos for the build Snippet of the logs: 2019/06/11 16:29:36 Finished pulling base container image 'centos:7'

2019/06/11 16:29:36 Skipping adding file to single-programming-only Docker context: addons/auth-demo/Dockerfile 2019/06/11 16:29:36 Skipping adding file to single-programming-only Docker context: addons/auth-demo/addon_config.yml 2019/06/11 16:29:36 Starting 1 build process ... (this may take several minutes) 2019/06/11 16:29:36 [TIP] System resource utilization can be seen by using the docker stats command. 2019/06/11 16:29:36 Starting Docker build: sas-viya-single-programming-only:19.05.0-20190611112921-no-git-sha ... 2019/06/11 16:33:16 single-programming-only: container build [ERROR] single-programming-only: map[code:6 message:The command '/bin/sh -c set -e; if [ "$PLATFORM" = "redhat" ]; then rpm --rebuilddb; curl --silent --output ${TINI_RPM_NAME} --location ${TINI_URL}/${TINI_RPM_NAME}; yum install --assumeyes ${TINI_RPM_NAME}; rm --verbose ${TINI_RPM_NAME}; yum clean all; rm --verbose --recursive --force /root/.cache /var/cache/yum; elif [ "$PLATFORM" = "suse" ]; then zypper install -y curl ; curl --silent --output ${TINI_RPM_NAME} --location ${TINI_URL}/${TINI_RPM_NAME}; rpm -i ${TINI_RPM_NAME}; rm --verbose ${TINI_RPM_NAME}; zypper clean ; rm --verbose --recursive --force /var/cache/zypp; else echo; echo "####### [ERROR] : Unknown platform of \"$PLATFORM\" passed in"; echo; exit 1; fi' returned a non-zero code: 6]

Error No.1: Unknown error here - encountered when trying to use our mirror-url (it's possible the mirror url is not setup correctly - we did see a TLS warning on our mirror url)

2019/06/11 16:10:51 [TIP] System resource utilization can be seen by using the docker stats command. 2019/06/11 16:10:51 Starting Docker build: sas-viya-single-programming-only:19.05.0-20190611111036-no-git-sha ... 2019/06/11 16:15:33 single-programming-only: container build [ERROR] single-programming-only: map[code:1 message:The command '/bin/sh -c set -e; echo; echo "####### Run the Ansible playbook to create the main layer"; echo; if [ "$PLATFORM" = "redhat" ]; then rpm --rebuilddb; echo; echo "####### Add the packages to support running the Ansible playbook"; echo; yum install --assumeyes https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm ; yum install --assumeyes python-setuptools python-devel openssl-devel; yum install --assumeyes python-pip gcc wget tree automake python-six; pip install --upgrade pip setuptools; pip install ansible==${ANSIBLE_VERSION}; yum install --assumeyes python iproute openssh-clients initscripts sudo; elif [ "$PLATFORM" = "suse" ]; then zypper --non-interactive install -y python-setuptools python-pyOpenSSL python-devel; zypper --non-interactive install -y openssh sudo; easy_install pip; zypper remove -y python-cryptography ; pip install ansible==${ANSIBLE_VERSION}; fi;' returned a non-zero code: 1]

Debugging: builds/single-2019-06-11-16-10-40/sas-viya-single-programming-only/log.txt exit status 1

To Reproduce Run a build with today's (06/11/19) recipes folder. I have older zips on a different machine and I tried those and auth-demo built in just over an hour.

Expected behavior The build should proceed for about an hour, but instead fails after just few minutes.

Environment (please complete the applicable information): uname -r 3.10.0-957.12.2.el7.x86_64 docker --version Docker version 18.09.6, build 481bc77156

alanzablocki commented 5 years ago

I have an update on this issue. I hit this error while building images over and over, the first build worked, and the other builds failed with platform error. For the moment, I bypassed the unknown platform of "$PLATFORM" error, by removing the if statements about redhat and suse in the Dockerfile, and adding at the top of the copy statements, COPY post_deploy_redhat.sh /tmp/jpy3_post_deploy.sh

where my post_deploy_redhat.sh has [[ -z ${PLATFORM+x} ]] && PLATFORM=redhat with redhat stated explicitly as opposed to @PLATFORM@.

Collinux commented 5 years ago

What command arguments are you providing to build.sh?

alanzablocki commented 5 years ago

@Collinux , this happened out of the box with the default command and default Dockerfile and "auth-demo". Then it happened again, once I used "auth-demo ide-jupyter-python3" in combination with adding extra steps, like installing R to the Dockerfile. I used this command: ./build.sh --type single --zip ~/path/to/SAS_Viya_deployment_data.zip --addons "auth-demo"

pinduzera commented 4 years ago

I hit this same problem in any OS I try to use, centOS, openSUSE and Ubuntu. Is there any workaround?

g8sman commented 4 years ago

HI, I just pulled down the latest code from the master branch and at the moment I cannot recreate this. I will give pulling the zip down and see if that is the cause.


$ cat /etc/redhat-release
CentOS Linux release 7.5.1804 (Core)

$ docker version
Client:
 Version:           18.06.1-ce
 API version:       1.38
 Go version:        go1.10.3
 Git commit:        e68fc7a
 Built:             Tue Aug 21 17:23:03 2018
 OS/Arch:           linux/amd64
 Experimental:      false

Server:
 Engine:
  Version:          18.06.1-ce
  API version:      1.38 (minimum version 1.12)
  Go version:       go1.10.3
  Git commit:       e68fc7a
  Built:            Tue Aug 21 17:25:29 2018
  OS/Arch:          linux/amd64
  Experimental:     false

$ git rev-parse --short HEAD 2>/dev/null
57c3c36

$ ./build.sh --type single --zip ${PWD}/SAS_Viya_deployment_data.zip --addons "auth-demo"
...
2019/11/04 14:44:12 sas-viya-single-programming-only:19.06.1-20191104091532-57c3c36: finished pushing image to Docker registry
2019/11/04 14:44:12
Run the following to start the container:

mkdir -p run
cp samples/viya-single-container/example_launchsas.sh run/launchsas.sh
cd run
sed -i 's|@REPLACE_ME_WITH_TAG@|19.06.1-20191104091532-57c3c36|' launchsas.sh
./launchsas.sh

Note: If you used the auth-sssd addon or customised the user in the auth-demo addon,
      make sure to update the CASENV_ADMIN_USER in run/launchsas.sh to contain a valid username.

Total Elapsed Time: 27m16s
'''
g8sman commented 4 years ago

I tried with the zip file and was not able to recreate this either

$ mkdir -p /tmp/ghissue26
$ curl -LkO https://github.com/sassoftware/sas-container-recipes/archive/master.zip
$ unzip master.zip
$ cd sas-container-recipes-master/
$ ./build.sh --type single --zip ${PWD}/SAS_Viya_deployment_data.zip --addons "auth-demo"
...
2019/11/04 15:18:11 Starting Docker build: sas-viya-single-programming-only:19.06.1-20191104101646-no-git-sha ...

2019/11/04 15:53:05 sas-viya-single-programming-only:19.06.1-20191104101646-no-git-sha: finished pushing image to Docker registry
2019/11/04 15:53:05
Run the following to start the container:

mkdir -p run
cp samples/viya-single-container/example_launchsas.sh run/launchsas.sh
cd run
sed -i 's|@REPLACE_ME_WITH_TAG@|19.06.1-20191104101646-no-git-sha|' launchsas.sh
./launchsas.sh

Note: If you used the auth-sssd addon or customised the user in the auth-demo addon,
      make sure to update the CASENV_ADMIN_USER in run/launchsas.sh to contain a valid username.

Total Elapsed Time: 34m54s

As for the initial report, I am not sure how PLATFORM is not getting set. We set the ARG and ENV, https://github.com/sassoftware/sas-container-recipes/blob/master/util/programming-only-single/Dockerfile#L28, so it should be coming through and not complaining about it not being set. We have seen in the past where older versions of Docker did not work with the BUILD_ARGs and so values would not get passed in. I will try to go back to the June 11 version of the code and see if I can recreate the original issue.

pinduzera commented 4 years ago

Some help from here. Gonna forward the log

$ cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)

$ docker version
Client:
 Version:           18.09.0
 API version:       1.39
 Go version:        go1.10.4
 Git commit:        4d60db4
 Built:             Wed Nov  7 00:48:22 2018
 OS/Arch:           linux/amd64
 Experimental:      false

Server: Docker Engine - Community
 Engine:
  Version:          18.09.0
  API version:      1.39 (minimum version 1.12)
  Go version:       go1.10.4
  Git commit:       4d60db4
  Built:            Wed Nov  7 00:19:08 2018
  OS/Arch:          linux/amd64
  Experimental:     false

$ git rev-parse --short HEAD 2>/dev/null
57c3c36

$./build.sh --type single --zip /<PATH>/SAS_Viya_deployment_data.zip --addons "auth-demo"
[...]
$ single-programming-only: container build [ERROR] single-programming-only: map[code:1 message:The command '/bin/sh -c set -e;     if [ ! -d sas_viya_playbook ]; then         if [ "$PLATFORM" = "redhat" ] || [ "$PLATFORM" = "suse" ]; then             echo; echo "####### Get the orchestrationCLI and generate the playbook"; echo;             curl --silent --remote-name https://support.sas.com/installation/viya/34/sas-orchestration-cli/lax/sas-orchestration-linux.tgz ;             tar xvf sas-orchestration-linux.tgz;             ./sas-orchestration build --input SAS_Viya_deployment_data.zip --deployment-type programming --repository-warehouse $SAS_RPM_REPO_URL --platform $PLATFORM;             tar xvf SAS_Viya_playbook.tgz;         else             echo; echo "####### For the platform $PLATFORM we cannot generate the playbook as part of the Docker build";             echo "####### Generate the playbook externally and then place the sas_viya_playbook in the current directory"; echo;             exit 2;         fi;     else         echo; echo "####### Using playbook provided by user";     fi;     if [ -f vars.yml ]; then         echo; echo "####### Copying over user provided vars.yml file";         cp --verbose vars.yml sas_viya_playbook/;     fi;     echo; echo "####### Viya installer checks for /root/.ssh/known_hosts"; echo;     mkdir --verbose ~/.ssh ;     touch ~/.ssh/known_hosts ;     chmod --verbose 644 ~/.ssh/known_hosts ;     echo; echo "####### Create the sas group and the cas user"; echo;     groupadd -g 1001 sas;     useradd -c "CAS User" -g 1001 -m -u 1002 cas;     pushd sas_viya_playbook ;     echo; echo "####### Modify the input to ignore verification failures"; echo;     sed -i 's|VERIFY_DEPLOYMENT: true|VERIFY_DEPLOYMENT: false|' vars.yml ;     echo; echo "####### Get the right inventory file"; echo;     cp --verbose samples/inventory_local.ini . ;     echo; echo "####### Disable starting httpd"; echo;     if [ "$PLATFORM" = "redhat" ] ; then         sed -i "/ notify/,+9d" roles/httpd-x64_redhat_linux_6-yum/tasks/configure-and-start.yml;     elif [ "$PLATFORM" = "suse" ]; then         sed -i "/Start apache2 service/,+15d" roles/apache2-x64_suse_linux_12-yum/tasks/configure-and-start.yml;         sed -i "/Generate unit files/,+2d" internal/install-packages-x64_suse_linux_12-yum.yml;         echo -e '#!/bin/sh\n/etc/init.d/$1 $2' > /usr/local/sbin/service;         chmod 755 /usr/local/sbin/service;         sed -i "/Start the spawner service/,+6d" roles/spawner-config/tasks/start.yml;         sed -i "/started {{ SERVICE_NAME }} Service/,+6d" roles/sas-studio-config/tasks/start.yml;         if [ -d roles/connect-config ]; then             sed -i "/started {{ SERVICE_NAME }} Service/,+5d" roles/connect-config/tasks/start.yml;         fi;     fi;     popd' returned a non-zero code: 1]

And the build Log

[container.go:317] map[]

[container.go:344] ----- Starting Docker Build -----

[container.go:403] &{Step 1/32 : ARG BASE=centos:7  <nil>}

[container.go:403] &{  <nil>}

[container.go:403] &{Step 2/32 : FROM $BASE  <nil>}

[container.go:403] &{  <nil>}

[container.go:403] &{---> 67fa590cfc1c  <nil>}

[container.go:403] &{Step 3/32 : ARG PLATFORM=redhat  <nil>}

[container.go:403] &{  <nil>}

[container.go:403] &{---> Using cache  <nil>}

[container.go:403] &{---> 4d9013b525e3  <nil>}

[container.go:403] &{Step 4/32 : ENV PLATFORM=$PLATFORM  <nil>}

[container.go:403] &{  <nil>}

[container.go:403] &{---> Using cache  <nil>}

[container.go:403] &{---> a886bf9a0632  <nil>}

[container.go:403] &{Step 5/32 : ARG ANSIBLE_VERSION=2.7  <nil>}

[container.go:403] &{  <nil>}

[container.go:403] &{---> Using cache  <nil>}

[container.go:403] &{---> a6e6f32af141  <nil>}

[container.go:403] &{Step 6/32 : ARG TINI_RPM_NAME=tini_0.18.0.rpm  <nil>}

[container.go:403] &{  <nil>}

[container.go:403] &{---> Using cache  <nil>}

[container.go:403] &{---> 762e749783a9  <nil>}

[container.go:403] &{Step 7/32 : ARG TINI_URL=https://github.com/krallin/tini/releases/download/v0.18.0  <nil>}

[container.go:403] &{  <nil>}

[container.go:403] &{---> Using cache  <nil>}

[container.go:403] &{---> cb1462d09c72  <nil>}

[container.go:403] &{Step 8/32 : ARG SAS_RPM_REPO_URL=https://ses.sas.download/ses/  <nil>}

[container.go:403] &{  <nil>}

[container.go:403] &{---> Using cache  <nil>}

[container.go:403] &{---> a081f484dfac  <nil>}

[container.go:403] &{Step 9/32 : USER root  <nil>}

[container.go:403] &{  <nil>}

[container.go:403] &{---> Using cache  <nil>}

[container.go:403] &{---> c229f4cc68cb  <nil>}

[container.go:403] &{Step 10/32 : WORKDIR /tmp/sas  <nil>}

[container.go:403] &{  <nil>}

[container.go:403] &{---> Using cache  <nil>}

[container.go:403] &{---> 1aa275f62380  <nil>}

[container.go:403] &{Step 11/32 : COPY SAS_Viya_deployment_data.zip ./  <nil>}

[container.go:403] &{  <nil>}

[container.go:403] &{---> Using cache  <nil>}

[container.go:403] &{---> da4a2e67cef2  <nil>}

[container.go:403] &{Step 12/32 : EXPOSE 80        443        5570  <nil>}

[container.go:403] &{  <nil>}

[container.go:403] &{---> Using cache  <nil>}

[container.go:403] &{---> e4c4f90c3dd0  <nil>}

[container.go:403] &{Step 13/32 : ENTRYPOINT ["/usr/bin/tini", "--", "/opt/sas/viya/home/bin/entrypoint"]  <nil>}

[container.go:403] &{  <nil>}

[container.go:403] &{---> Using cache  <nil>}

[container.go:403] &{---> 0624a37c2ac5  <nil>}

[container.go:403] &{Step 14/32 : RUN set -e;     echo; echo "####### Go ahead and add the packages that the Ansible playbook will look for"; echo;     if [ "$PLATFORM" = "redhat" ]; then         rpm --rebuilddb;         yum install --assumeyes java-1.8.0-openjdk libselinux-python which;         yum clean all;         rm --verbose --recursive --force /root/.cache /var/cache/yum;         rm --verbose /etc/security/limits.d/20-nproc.conf;     elif [ "$PLATFORM" = "suse" ]; then         zypper --non-interactive install -y java-1_8_0-openjdk tar curl hostname iproute2 which gzip;         zypper clean --all;         rm --verbose --recursive --force /var/cache/zypp;         sed -i 's/^*/#*/g' /etc/security/limits.conf;     fi;  <nil>}

[container.go:403] &{  <nil>}

[container.go:403] &{---> Running in f4eabb95c37c  <nil>}

[container.go:403] &{####### Go ahead and add the packages that the Ansible playbook will look for  <nil>}

[container.go:403] &{Loaded plugins: fastestmirror, ovl  <nil>}

[container.go:403] &{Determining fastest mirrors  <nil>}

[container.go:403] &{* base: packages.oit.ncsu.edu
 * extras: packages.oit.ncsu.edu
 * updates: packages.oit.ncsu.edu  <nil>}

[container.go:403] &{Resolving Dependencies
--> Running transaction check
---> Package java-1.8.0-openjdk.x86_64 1:1.8.0.232.b09-0.el7_7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: java-1.8.0-openjdk-headless(x86-64) = 1:1.8.0.232.b09-0.el7_7 for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64
--> Processing Dependency: libjvm.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libjava.so(SUNWprivate_1.1)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64
--> Processing Dependency: libXcomposite(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64
--> Processing Dependency: gtk2(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: fontconfig(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64
--> Processing Dependency: libpng15.so.15()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64
--> Processing Dependency: libjvm.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64
--> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64
--> Processing Dependency: libjava.so()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64
--> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libasound.so.2()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64
--> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libXrender.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64
--> Processing Dependency: libXext.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libX11.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64  <nil>}

[container.go:403] &{---> Package libselinux-python.x86_64 0:2.5-14.1.el7 will be installed
---> Package which.x86_64 0:2.20-7.el7 will be installed
--> Running transaction check  <nil>}

[container.go:403] &{---> Package alsa-lib.x86_64 0:1.1.8-1.el7 will be installed  <nil>}

[container.go:403] &{---> Package fontconfig.x86_64 0:2.13.0-4.3.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: freetype >= 2.8-7 for package: fontconfig-2.13.0-4.3.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: freetype for package: fontconfig-2.13.0-4.3.el7.x86_64
--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.13.0-4.3.el7.x86_64
--> Processing Dependency: dejavu-sans-fonts for package: fontconfig-2.13.0-4.3.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libfreetype.so.6()(64bit) for package: fontconfig-2.13.0-4.3.el7.x86_64  <nil>}

[container.go:403] &{---> 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  <nil>}

[container.go:403] &{---> Package gtk2.x86_64 0:2.24.31-1.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: pango >= 1.20.0-1 for package: gtk2-2.24.31-1.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libtiff >= 3.6.1 for package: gtk2-2.24.31-1.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.31-1.el7.x86_64
--> Processing Dependency: atk >= 1.29.4-2 for package: gtk2-2.24.31-1.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.31-1.el7.x86_64
--> Processing Dependency: gtk-update-icon-cache for package: gtk2-2.24.31-1.el7.x86_64
--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
--> Processing Dependency: libcups.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libcairo.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
--> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.31-1.el7.x86_64
--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64  <nil>}

[container.go:403] &{---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.232.b09-0.el7_7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: tzdata-java >= 2015d for package: 1:java-1.8.0-openjdk-headless-1.8.0.232.b09-0.el7_7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: copy-jdk-configs >= 3.3 for package: 1:java-1.8.0-openjdk-headless-1.8.0.232.b09-0.el7_7.x86_64
--> Processing Dependency: pcsc-lite-libs(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.232.b09-0.el7_7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: lksctp-tools(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.232.b09-0.el7_7.x86_64
--> Processing Dependency: jpackage-utils for package: 1:java-1.8.0-openjdk-headless-1.8.0.232.b09-0.el7_7.x86_64
---> Package libX11.x86_64 0:1.6.7-2.el7 will be installed
--> Processing Dependency: libX11-common >= 1.6.7-2.el7 for package: libX11-1.6.7-2.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.7-2.el7.x86_64  <nil>}

[container.go:403] &{---> 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-8.el7 will be installed
---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed
---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed  <nil>}

[container.go:403] &{--> 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  <nil>}

[container.go:403] &{--> Running transaction check
---> Package atk.x86_64 0:2.28.1-1.el7 will be installed
---> Package cairo.x86_64 0:1.15.12-4.el7 will be installed
--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.15.12-4.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64  <nil>}

[container.go:403] &{---> Package copy-jdk-configs.noarch 0:3.3-10.el7_5 will be installed
---> Package cups-libs.x86_64 1:1.6.3-40.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-libs-1.6.3-40.el7.x86_64
--> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-libs-1.6.3-40.el7.x86_64
---> Package dejavu-sans-fonts.noarch 0:2.33-6.el7 will be installed
--> Processing Dependency: dejavu-fonts-common = 2.33-6.el7 for package: dejavu-sans-fonts-2.33-6.el7.noarch  <nil>}

[container.go:403] &{---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
---> Package freetype.x86_64 0:2.8-14.el7 will be installed
---> Package gdk-pixbuf2.x86_64 0:2.36.12-3.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64
---> Package gtk-update-icon-cache.x86_64 0:3.22.30-3.el7 will be installed
---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
---> Package javapackages-tools.noarch 0:3.4.1-11.el7 will be installed  <nil>}

[container.go:403] &{--> 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  <nil>}

[container.go:403] &{---> 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.7-2.el7 will be installed
---> Package libXcursor.x86_64 0:1.1.15-1.el7 will be installed
---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
---> Package libXfixes.x86_64 0:5.0.3-1.el7 will be installed
---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
---> Package libXrandr.x86_64 0:1.5.1-2.el7 will be installed
---> Package libtiff.x86_64 0:4.0.3-32.el7 will be installed
--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-32.el7.x86_64
---> Package libxcb.x86_64 0:1.13-1.el7 will be installed
--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.13-1.el7.x86_64  <nil>}

[container.go:403] &{---> Package lksctp-tools.x86_64 0:1.0.17-2.el7 will be installed  <nil>}

[container.go:403] &{---> Package pango.x86_64 0:1.42.4-4.el7_7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.42.4-4.el7_7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libXft(x86-64) >= 2.0.0 for package: pango-1.42.4-4.el7_7.x86_64
--> Processing Dependency: harfbuzz(x86-64) >= 1.4.2 for package: pango-1.42.4-4.el7_7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: fribidi(x86-64) >= 1.0 for package: pango-1.42.4-4.el7_7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.42.4-4.el7_7.x86_64
--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64
--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libfribidi.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64
--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.42.4-4.el7_7.x86_64
---> Package pcsc-lite-libs.x86_64 0:1.8.8-8.el7 will be installed
---> Package ttmkfdir.x86_64 0:3.0.9-42.el7 will be installed
---> Package tzdata-java.noarch 0:2019c-1.el7 will be installed  <nil>}

[container.go:403] &{---> Package xorg-x11-font-utils.x86_64 1:7.5-21.el7 will be installed
--> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-21.el7.x86_64
--> Running transaction check
---> Package avahi-libs.x86_64 0:0.6.31-19.el7 will be installed  <nil>}

[container.go:403] &{---> Package dejavu-fonts-common.noarch 0:2.33-6.el7 will be installed
---> Package fribidi.x86_64 0:1.0.2-1.el7 will be installed
---> Package harfbuzz.x86_64 0:1.7.5-2.el7 will be installed
--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-1.7.5-2.el7.x86_64  <nil>}

[container.go:403] &{---> Package jasper-libs.x86_64 0:1.900.1-33.el7 will be installed
---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed
---> Package libfontenc.x86_64 0:1.1.3-3.el7 will be installed
---> Package libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed
--> Processing Dependency: libglvnd(x86-64) = 1:1.0.1-0.8.git5baa1e5.el7 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: mesa-libEGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libGLdispatch.so.0()(64bit) for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64
---> Package libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: mesa-libGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64
---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed  <nil>}

[container.go:403] &{---> Package pixman.x86_64 0:0.34.0-1.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 graphite2.x86_64 0:1.3.10-1.el7_3 will be installed
---> Package libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed
---> Package mesa-libEGL.x86_64 0:18.3.4-5.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: mesa-libgbm = 18.3.4-5.el7 for package: mesa-libEGL-18.3.4-5.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libEGL-18.3.4-5.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libwayland-server.so.0()(64bit) for package: mesa-libEGL-18.3.4-5.el7.x86_64
--> Processing Dependency: libwayland-client.so.0()(64bit) for package: mesa-libEGL-18.3.4-5.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libEGL-18.3.4-5.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-18.3.4-5.el7.x86_64
--> Processing Dependency: libdrm.so.2()(64bit) for package: mesa-libEGL-18.3.4-5.el7.x86_64  <nil>}

[container.go:403] &{---> Package mesa-libGL.x86_64 0:18.3.4-5.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-18.3.4-5.el7.x86_64  <nil>}

[container.go:403] &{---> Package python-lxml.x86_64 0:3.2.1-4.el7 will be installed  <nil>}

[container.go:403] &{--> Running transaction check
---> Package libXxf86vm.x86_64 0:1.1.4-1.el7 will be installed
---> Package libdrm.x86_64 0:2.4.97-2.el7 will be installed
--> Processing Dependency: libpciaccess.so.0()(64bit) for package: libdrm-2.4.97-2.el7.x86_64
---> Package libwayland-client.x86_64 0:1.15.0-1.el7 will be installed  <nil>}

[container.go:403] &{---> Package libwayland-server.x86_64 0:1.15.0-1.el7 will be installed
---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed
---> Package mesa-libgbm.x86_64 0:18.3.4-5.el7 will be installed
---> Package mesa-libglapi.x86_64 0:18.3.4-5.el7 will be installed
--> Running transaction check
---> Package libpciaccess.x86_64 0:0.14-1.el7 will be installed
--> Processing Dependency: hwdata for package: libpciaccess-0.14-1.el7.x86_64  <nil>}

[container.go:403] &{--> Running transaction check
---> Package hwdata.x86_64 0:0.252-9.3.el7 will be installed  <nil>}

[container.go:403] &{--> Finished Dependency Resolution  <nil>}

[container.go:403] &{Dependencies Resolved  <nil>}

[container.go:403] &{================================================================================
 Package                     Arch   Version                       Repository
                                                                           Size
================================================================================
Installing:
 java-1.8.0-openjdk          x86_64 1:1.8.0.232.b09-0.el7_7       updates 291 k
 libselinux-python           x86_64 2.5-14.1.el7                  base    235 k
 which                       x86_64 2.20-7.el7                    base     41 k
Installing for dependencies:
 alsa-lib                    x86_64 1.1.8-1.el7                   base    425 k
 atk                         x86_64 2.28.1-1.el7                  base    263 k
 avahi-libs                  x86_64 0.6.31-19.el7                 base     61 k
 cairo                       x86_64 1.15.12-4.el7                 base    741 k
 copy-jdk-configs            noarch 3.3-10.el7_5                  base     21 k
 cups-libs                   x86_64 1:1.6.3-40.el7                base    358 k
 dejavu-fonts-common         noarch 2.33-6.el7                    base     64 k
 dejavu-sans-fonts           noarch 2.33-6.el7                    base    1.4 M
 fontconfig                  x86_64 2.13.0-4.3.el7                base    254 k
 fontpackages-filesystem     noarch 1.44-8.el7                    base    9.9 k
 freetype                    x86_64 2.8-14.el7                    base    380 k
 fribidi                     x86_64 1.0.2-1.el7                   base     79 k
 gdk-pixbuf2                 x86_64 2.36.12-3.el7                 base    570 k
 giflib                      x86_64 4.1.6-9.el7                   base     40 k
 graphite2                   x86_64 1.3.10-1.el7_3                base    115 k
 gtk-update-icon-cache       x86_64 3.22.30-3.el7                 base     28 k
 gtk2                        x86_64 2.24.31-1.el7                 base    3.4 M
 harfbuzz                    x86_64 1.7.5-2.el7                   base    267 k
 hicolor-icon-theme          noarch 0.12-7.el7                    base     42 k
 hwdata                      x86_64 0.252-9.3.el7                 base    2.4 M
 jasper-libs                 x86_64 1.900.1-33.el7                base    150 k
 java-1.8.0-openjdk-headless x86_64 1:1.8.0.232.b09-0.el7_7       updates  32 M
 javapackages-tools          noarch 3.4.1-11.el7                  base     73 k
 jbigkit-libs                x86_64 2.0-11.el7                    base     46 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.7-2.el7                   base    607 k
 libX11-common               noarch 1.6.7-2.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
 libXcursor                  x86_64 1.1.15-1.el7                  base     30 k
 libXdamage                  x86_64 1.1.4-4.1.el7                 base     20 k
 libXext                     x86_64 1.3.3-3.el7                   base     39 k
 libXfixes                   x86_64 5.0.3-1.el7                   base     18 k
 libXft                      x86_64 2.3.2-2.el7                   base     58 k
 libXi                       x86_64 1.7.9-1.el7                   base     40 k
 libXinerama                 x86_64 1.1.3-2.1.el7                 base     14 k
 libXrandr                   x86_64 1.5.1-2.el7                   base     27 k
 libXrender                  x86_64 0.9.10-1.el7                  base     26 k
 libXtst                     x86_64 1.2.3-1.el7                   base     20 k
 libXxf86vm                  x86_64 1.1.4-1.el7                   base     18 k
 libdrm                      x86_64 2.4.97-2.el7                  base    151 k
 libfontenc                  x86_64 1.1.3-3.el7                   base     31 k
 libglvnd                    x86_64 1:1.0.1-0.8.git5baa1e5.el7    base     89 k
 libglvnd-egl                x86_64 1:1.0.1-0.8.git5baa1e5.el7    base     44 k
 libglvnd-glx                x86_64 1:1.0.1-0.8.git5baa1e5.el7    base    125 k
 libjpeg-turbo               x86_64 1.2.90-8.el7                  base    135 k
 libpciaccess                x86_64 0.14-1.el7                    base     26 k
 libpng                      x86_64 2:1.5.13-7.el7_2              base    213 k
 libthai                     x86_64 0.1.14-9.el7                  base    187 k
 libtiff                     x86_64 4.0.3-32.el7                  base    171 k
 libwayland-client           x86_64 1.15.0-1.el7                  base     33 k
 libwayland-server           x86_64 1.15.0-1.el7                  base     39 k
 libxcb                      x86_64 1.13-1.el7                    base    214 k
 libxshmfence                x86_64 1.2-1.el7                     base    7.2 k
 libxslt                     x86_64 1.1.28-5.el7                  base    242 k
 lksctp-tools                x86_64 1.0.17-2.el7                  base     88 k
 mesa-libEGL                 x86_64 18.3.4-5.el7                  base    109 k
 mesa-libGL                  x86_64 18.3.4-5.el7                  base    165 k
 mesa-libgbm                 x86_64 18.3.4-5.el7                  base     39 k
 mesa-libglapi               x86_64 18.3.4-5.el7                  base     45 k
 pango                       x86_64 1.42.4-4.el7_7                updates 280 k
 pcsc-lite-libs              x86_64 1.8.8-8.el7                   base     34 k
 pixman                      x86_64 0.34.0-1.el7                  base    248 k
 python-javapackages         noarch 3.4.1-11.el7                  base     31 k
 python-lxml                 x86_64 3.2.1-4.el7                   base    758 k
 ttmkfdir                    x86_64 3.0.9-42.el7                  base     48 k
 tzdata-java                 noarch 2019c-1.el7                   updates 187 k
 xorg-x11-font-utils         x86_64 1:7.5-21.el7                  base    104 k
 xorg-x11-fonts-Type1        noarch 7.5-9.el7                     base    521 k

Transaction Summary
================================================================================
Install  3 Packages (+70 Dependent packages)  <nil>}

[container.go:403] &{Total download size: 49 M
Installed size: 167 M
Downloading packages:  <nil>}

[container.go:403] &{warning: /var/cache/yum/x86_64/7/base/packages/alsa-lib-1.1.8-1.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
  <nil>}

[container.go:403] &{Public key for alsa-lib-1.1.8-1.el7.x86_64.rpm is not installed  <nil>}

[container.go:403] &{Public key for java-1.8.0-openjdk-headless-1.8.0.232.b09-0.el7_7.x86_64.rpm is not installed  <nil>}

[container.go:403] &{--------------------------------------------------------------------------------
Total                                              6.3 MB/s |  49 MB  00:07     
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7  <nil>}

[container.go:403] &{Importing GPG key 0xF4A80EB5:
 Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
 Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
 Package    : centos-release-7-6.1810.2.el7.centos.x86_64 (@CentOS)
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  <nil>}

[container.go:403] &{Running transaction check  <nil>}

[container.go:403] &{Running transaction test  <nil>}

[container.go:403] &{Transaction test succeeded
Running transaction  <nil>}

[container.go:403] &{Installing : libjpeg-turbo-1.2.90-8.el7.x86_64                           1/73  <nil>}

[container.go:403] &{Installing : 2:libpng-1.5.13-7.el7_2.x86_64                              2/73  <nil>}

[container.go:403] &{Installing : freetype-2.8-14.el7.x86_64                                  3/73  <nil>}

[container.go:403] &{Installing : mesa-libglapi-18.3.4-5.el7.x86_64                           4/73  <nil>}

[container.go:403] &{Installing : libxshmfence-1.2-1.el7.x86_64                               5/73  <nil>}

[container.go:403] &{Installing : libxslt-1.1.28-5.el7.x86_64                                 6/73  <nil>}

[container.go:403] &{Installing : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64                  7/73  <nil>}

[container.go:403] &{Installing : fontpackages-filesystem-1.44-8.el7.noarch                   8/73  <nil>}

[container.go:403] &{Installing : libwayland-server-1.15.0-1.el7.x86_64                       9/73  <nil>}

[container.go:403] &{Installing : libICE-1.0.9-9.el7.x86_64                                  10/73  <nil>}

[container.go:403] &{Installing : libSM-1.2.2-2.el7.x86_64                                   11/73  <nil>}

[container.go:403] &{Installing : dejavu-fonts-common-2.33-6.el7.noarch                      12/73  <nil>}

[container.go:403] &{Installing : dejavu-sans-fonts-2.33-6.el7.noarch                        13/73  <nil>}

[container.go:403] &{Installing : fontconfig-2.13.0-4.3.el7.x86_64                           14/73  <nil>}

[container.go:403] &{Installing : python-lxml-3.2.1-4.el7.x86_64                             15/73  <nil>}

[container.go:403] &{Installing : python-javapackages-3.4.1-11.el7.noarch                    16/73  <nil>}

[container.go:403] &{Installing : javapackages-tools-3.4.1-11.el7.noarch                     17/73  <nil>}

[container.go:403] &{Installing : ttmkfdir-3.0.9-42.el7.x86_64                               18/73  <nil>}

[container.go:403] &{Installing : jasper-libs-1.900.1-33.el7.x86_64                          19/73  <nil>}

[container.go:403] &{Installing : pixman-0.34.0-1.el7.x86_64                                 20/73  <nil>}

[container.go:403] &{Installing : copy-jdk-configs-3.3-10.el7_5.noarch                       21/73  <nil>}

[container.go:403] &{Installing : libfontenc-1.1.3-3.el7.x86_64                              22/73  <nil>}

[container.go:403] &{Installing : 1:xorg-x11-font-utils-7.5-21.el7.x86_64                    23/73  <nil>}

[container.go:403] &{Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch                      24/73  <nil>}

[container.go:403] &{Installing : libthai-0.1.14-9.el7.x86_64                                25/73  <nil>}

[container.go:403] &{Installing : hwdata-0.252-9.3.el7.x86_64                                26/73  <nil>}

[container.go:403] &{Installing : libpciaccess-0.14-1.el7.x86_64                             27/73  <nil>}

[container.go:403] &{Installing : libdrm-2.4.97-2.el7.x86_64                                 28/73  <nil>}

[container.go:403] &{Installing : mesa-libgbm-18.3.4-5.el7.x86_64                            29/73  <nil>}

[container.go:403] &{Installing : graphite2-1.3.10-1.el7_3.x86_64                            30/73  <nil>}

[container.go:403] &{Installing : harfbuzz-1.7.5-2.el7.x86_64                                31/73  <nil>}

[container.go:403] &{Installing : libXau-1.0.8-2.1.el7.x86_64                                32/73  <nil>}

[container.go:403] &{Installing : libxcb-1.13-1.el7.x86_64                                   33/73  <nil>}

[container.go:403] &{Installing : libwayland-client-1.15.0-1.el7.x86_64                      34/73  <nil>}

[container.go:403] &{Installing : jbigkit-libs-2.0-11.el7.x86_64                             35/73  <nil>}

[container.go:403] &{Installing : libtiff-4.0.3-32.el7.x86_64                                36/73  <nil>}

[container.go:403] &{Installing : atk-2.28.1-1.el7.x86_64                                    37/73  <nil>}

[container.go:403] &{Installing : pcsc-lite-libs-1.8.8-8.el7.x86_64                          38/73  <nil>}

[container.go:403] &{Installing : fribidi-1.0.2-1.el7.x86_64                                 39/73  <nil>}

[container.go:403] &{Installing : lksctp-tools-1.0.17-2.el7.x86_64                           40/73  <nil>}

[container.go:403] &{Installing : tzdata-java-2019c-1.el7.noarch                             41/73  <nil>}

[container.go:403] &{Installing : libX11-common-1.6.7-2.el7.noarch                           42/73  <nil>}

[container.go:403] &{Installing : libX11-1.6.7-2.el7.x86_64                                  43/73  <nil>}

[container.go:403] &{Installing : libXext-1.3.3-3.el7.x86_64                                 44/73  <nil>}

[container.go:403] &{Installing : libXrender-0.9.10-1.el7.x86_64                             45/73  <nil>}

[container.go:403] &{Installing : libXfixes-5.0.3-1.el7.x86_64                               46/73  <nil>}

[container.go:403] &{Installing : libXi-1.7.9-1.el7.x86_64                                   47/73  <nil>}

[container.go:403] &{Installing : libXdamage-1.1.4-4.1.el7.x86_64                            48/73  <nil>}

[container.go:403] &{Installing : gdk-pixbuf2-2.36.12-3.el7.x86_64                           49/73  <nil>}

[container.go:403] &{Installing : libXcomposite-0.4.4-4.1.el7.x86_64                         50/73  <nil>}

[container.go:403] &{Installing : gtk-update-icon-cache-3.22.30-3.el7.x86_64                 51/73  <nil>}

[container.go:403] &{Installing : libXtst-1.2.3-1.el7.x86_64                                 52/73  <nil>}

[container.go:403] &{Installing : libXcursor-1.1.15-1.el7.x86_64                             53/73  <nil>}

[container.go:403] &{Installing : libXft-2.3.2-2.el7.x86_64                                  54/73  <nil>}

[container.go:403] &{Installing : libXrandr-1.5.1-2.el7.x86_64                               55/73  <nil>}

[container.go:403] &{Installing : libXinerama-1.1.3-2.1.el7.x86_64                           56/73  <nil>}

[container.go:403] &{Installing : libXxf86vm-1.1.4-1.el7.x86_64                              57/73  <nil>}

[container.go:403] &{Installing : mesa-libGL-18.3.4-5.el7.x86_64                             58/73  <nil>}

[container.go:403] &{Installing : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64             59/73  <nil>}

[container.go:403] &{Installing : giflib-4.1.6-9.el7.x86_64                                  60/73  <nil>}

[container.go:403] &{Installing : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64             61/73  <nil>}

[container.go:403] &{Installing : mesa-libEGL-18.3.4-5.el7.x86_64                            62/73  <nil>}

[container.go:403] &{Installing : cairo-1.15.12-4.el7.x86_64                                 63/73  <nil>}

[container.go:403] &{Installing : pango-1.42.4-4.el7_7.x86_64                                64/73  <nil>}

[container.go:403] &{Installing : avahi-libs-0.6.31-19.el7.x86_64                            65/73  <nil>}

[container.go:403] &{Installing : 1:cups-libs-1.6.3-40.el7.x86_64                            66/73  <nil>}

[container.go:403] &{Installing : 1:java-1.8.0-openjdk-headless-1.8.0.232.b09-0.el7_7.x86_   67/73  <nil>}

[container.go:403] &{Installing : alsa-lib-1.1.8-1.el7.x86_64                                68/73  <nil>}

[container.go:403] &{Installing : hicolor-icon-theme-0.12-7.el7.noarch                       69/73  <nil>}

[container.go:403] &{Installing : gtk2-2.24.31-1.el7.x86_64                                  70/73  <nil>}

[container.go:403] &{Installing : 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64          71/73  <nil>}

[container.go:403] &{Installing : libselinux-python-2.5-14.1.el7.x86_64                      72/73  <nil>}

[container.go:403] &{Installing : which-2.20-7.el7.x86_64                                    73/73  <nil>}

[container.go:403] &{install-info: No such file or directory for /usr/share/info/which.info.gz  <nil>}

[container.go:403] &{Verifying  : libXext-1.3.3-3.el7.x86_64                                  1/73  <nil>}

[container.go:403] &{Verifying  : libpciaccess-0.14-1.el7.x86_64                              2/73  <nil>}

[container.go:403] &{Verifying  : libXi-1.7.9-1.el7.x86_64                                    3/73  <nil>}

[container.go:403] &{Verifying  : python-javapackages-3.4.1-11.el7.noarch                     4/73  <nil>}

[container.go:403] &{Verifying  : libICE-1.0.9-9.el7.x86_64                                   5/73  <nil>}

[container.go:403] &{Verifying  : giflib-4.1.6-9.el7.x86_64                                   6/73  <nil>}

[container.go:403] &{Verifying  : libXinerama-1.1.3-2.1.el7.x86_64                            7/73  <nil>}

[container.go:403] &{Verifying  : libXrender-0.9.10-1.el7.x86_64                              8/73  <nil>}

[container.go:403] &{Verifying  : javapackages-tools-3.4.1-11.el7.noarch                      9/73  <nil>}

[container.go:403] &{Verifying  : 1:xorg-x11-font-utils-7.5-21.el7.x86_64                    10/73  <nil>}

[container.go:403] &{Verifying  : libXxf86vm-1.1.4-1.el7.x86_64                              11/73  <nil>}

[container.go:403] &{Verifying  : libwayland-server-1.15.0-1.el7.x86_64                      12/73  <nil>}

[container.go:403] &{Verifying  : libXcursor-1.1.15-1.el7.x86_64                             13/73  <nil>}

[container.go:403] &{Verifying  : mesa-libgbm-18.3.4-5.el7.x86_64                            14/73  <nil>}

[container.go:403] &{Verifying  : 2:libpng-1.5.13-7.el7_2.x86_64                             15/73  <nil>}

[container.go:403] &{Verifying  : freetype-2.8-14.el7.x86_64                                 16/73  <nil>}

[container.go:403] &{Verifying  : fontpackages-filesystem-1.44-8.el7.noarch                  17/73  <nil>}

[container.go:403] &{Verifying  : ttmkfdir-3.0.9-42.el7.x86_64                               18/73  <nil>}

[container.go:403] &{Verifying  : hicolor-icon-theme-0.12-7.el7.noarch                       19/73  <nil>}

[container.go:403] &{Verifying  : alsa-lib-1.1.8-1.el7.x86_64                                20/73  <nil>}

[container.go:403] &{Verifying  : 1:cups-libs-1.6.3-40.el7.x86_64                            21/73  <nil>}

[container.go:403] &{Verifying  : avahi-libs-0.6.31-19.el7.x86_64                            22/73  <nil>}

[container.go:403] &{Verifying  : 1:java-1.8.0-openjdk-headless-1.8.0.232.b09-0.el7_7.x86_   23/73  <nil>}

[container.go:403] &{Verifying  : gdk-pixbuf2-2.36.12-3.el7.x86_64                           24/73  <nil>}

[container.go:403] &{Verifying  : pango-1.42.4-4.el7_7.x86_64                                25/73  <nil>}

[container.go:403] &{Verifying  : gtk2-2.24.31-1.el7.x86_64                                  26/73  <nil>}

[container.go:403] &{Verifying  : gtk-update-icon-cache-3.22.30-3.el7.x86_64                 27/73  <nil>}

[container.go:403] &{Verifying  : which-2.20-7.el7.x86_64                                    28/73  <nil>}

[container.go:403] &{Verifying  : mesa-libGL-18.3.4-5.el7.x86_64                             29/73  <nil>}

[container.go:403] &{Verifying  : dejavu-fonts-common-2.33-6.el7.noarch                      30/73  <nil>}

[container.go:403] &{Verifying  : libXcomposite-0.4.4-4.1.el7.x86_64                         31/73  <nil>}

[container.go:403] &{Verifying  : libXtst-1.2.3-1.el7.x86_64                                 32/73  <nil>}

[container.go:403] &{Verifying  : libX11-1.6.7-2.el7.x86_64                                  33/73  <nil>}

[container.go:403] &{Verifying  : libX11-common-1.6.7-2.el7.noarch                           34/73  <nil>}

[container.go:403] &{Verifying  : libxcb-1.13-1.el7.x86_64                                   35/73  <nil>}

[container.go:403] &{Verifying  : libXft-2.3.2-2.el7.x86_64                                  36/73  <nil>}

[container.go:403] &{Verifying  : libdrm-2.4.97-2.el7.x86_64                                 37/73  <nil>}

[container.go:403] &{Verifying  : tzdata-java-2019c-1.el7.noarch                             38/73  <nil>}

[container.go:403] &{Verifying  : lksctp-tools-1.0.17-2.el7.x86_64                           39/73  <nil>}

[container.go:403] &{Verifying  : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64                 40/73  <nil>}

[container.go:403] &{Verifying  : libjpeg-turbo-1.2.90-8.el7.x86_64                          41/73  <nil>}

[container.go:403] &{Verifying  : xorg-x11-fonts-Type1-7.5-9.el7.noarch                      42/73  <nil>}

[container.go:403] &{Verifying  : harfbuzz-1.7.5-2.el7.x86_64                                43/73  <nil>}

[container.go:403] &{Verifying  : libxslt-1.1.28-5.el7.x86_64                                44/73  <nil>}

[container.go:403] &{Verifying  : 1:java-1.8.0-openjdk-1.8.0.232.b09-0.el7_7.x86_64          45/73  <nil>}

[container.go:403] &{Verifying  : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64             46/73  <nil>}

[container.go:403] &{Verifying  : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64             47/73  <nil>}

[container.go:403] &{Verifying  : dejavu-sans-fonts-2.33-6.el7.noarch                        48/73  <nil>}

[container.go:403] &{Verifying  : libXrandr-1.5.1-2.el7.x86_64                               49/73  <nil>}

[container.go:403] &{Verifying  : fribidi-1.0.2-1.el7.x86_64                                 50/73  <nil>}

[container.go:403] &{Verifying  : pcsc-lite-libs-1.8.8-8.el7.x86_64                          51/73  <nil>}

[container.go:403] &{Verifying  : fontconfig-2.13.0-4.3.el7.x86_64                           52/73  <nil>}

[container.go:403] &{Verifying  : atk-2.28.1-1.el7.x86_64                                    53/73  <nil>}

[container.go:403] &{Verifying  : jbigkit-libs-2.0-11.el7.x86_64                             54/73  <nil>}

[container.go:403] &{Verifying  : cairo-1.15.12-4.el7.x86_64                                 55/73  <nil>}

[container.go:403] &{Verifying  : libselinux-python-2.5-14.1.el7.x86_64                      56/73  <nil>}

[container.go:403] &{Verifying  : mesa-libglapi-18.3.4-5.el7.x86_64                          57/73  <nil>}

[container.go:403] &{Verifying  : libwayland-client-1.15.0-1.el7.x86_64                      58/73  <nil>}

[container.go:403] &{Verifying  : libxshmfence-1.2-1.el7.x86_64                              59/73  <nil>}

[container.go:403] &{Verifying  : libXau-1.0.8-2.1.el7.x86_64                                60/73  <nil>}

[container.go:403] &{Verifying  : libtiff-4.0.3-32.el7.x86_64                                61/73  <nil>}

[container.go:403] &{Verifying  : libSM-1.2.2-2.el7.x86_64                                   62/73  <nil>}

[container.go:403] &{Verifying  : jasper-libs-1.900.1-33.el7.x86_64                          63/73  <nil>}

[container.go:403] &{Verifying  : graphite2-1.3.10-1.el7_3.x86_64                            64/73  <nil>}

[container.go:403] &{Verifying  : hwdata-0.252-9.3.el7.x86_64                                65/73  <nil>}

[container.go:403] &{Verifying  : python-lxml-3.2.1-4.el7.x86_64                             66/73  <nil>}

[container.go:403] &{Verifying  : libthai-0.1.14-9.el7.x86_64                                67/73  <nil>}

[container.go:403] &{Verifying  : libXdamage-1.1.4-4.1.el7.x86_64                            68/73  <nil>}

[container.go:403] &{Verifying  : libXfixes-5.0.3-1.el7.x86_64                               69/73  <nil>}

[container.go:403] &{Verifying  : mesa-libEGL-18.3.4-5.el7.x86_64                            70/73  <nil>}

[container.go:403] &{Verifying  : libfontenc-1.1.3-3.el7.x86_64                              71/73  <nil>}

[container.go:403] &{Verifying  : copy-jdk-configs-3.3-10.el7_5.noarch                       72/73  <nil>}

[container.go:403] &{Verifying  : pixman-0.34.0-1.el7.x86_64                                 73/73  <nil>}

[container.go:403] &{Installed:
  java-1.8.0-openjdk.x86_64 1:1.8.0.232.b09-0.el7_7                             
  libselinux-python.x86_64 0:2.5-14.1.el7                                       
  which.x86_64 0:2.20-7.el7                                                     

Dependency Installed:
  alsa-lib.x86_64 0:1.1.8-1.el7                                                 
  atk.x86_64 0:2.28.1-1.el7                                                     
  avahi-libs.x86_64 0:0.6.31-19.el7                                             
  cairo.x86_64 0:1.15.12-4.el7                                                  
  copy-jdk-configs.noarch 0:3.3-10.el7_5                                        
  cups-libs.x86_64 1:1.6.3-40.el7                                               
  dejavu-fonts-common.noarch 0:2.33-6.el7                                       
  dejavu-sans-fonts.noarch 0:2.33-6.el7                                         
  fontconfig.x86_64 0:2.13.0-4.3.el7                                            
  fontpackages-filesystem.noarch 0:1.44-8.el7                                   
  freetype.x86_64 0:2.8-14.el7                                                  
  fribidi.x86_64 0:1.0.2-1.el7                                                  
  gdk-pixbuf2.x86_64 0:2.36.12-3.el7                                            
  giflib.x86_64 0:4.1.6-9.el7                                                   
  graphite2.x86_64 0:1.3.10-1.el7_3                                             
  gtk-update-icon-cache.x86_64 0:3.22.30-3.el7                                  
  gtk2.x86_64 0:2.24.31-1.el7                                                   
  harfbuzz.x86_64 0:1.7.5-2.el7                                                 
  hicolor-icon-theme.noarch 0:0.12-7.el7                                        
  hwdata.x86_64 0:0.252-9.3.el7                                                 
  jasper-libs.x86_64 0:1.900.1-33.el7                                           
  java-1.8.0-openjdk-headless.x86_64 1:1.8.0.232.b09-0.el7_7                    
  javapackages-tools.noarch 0:3.4.1-11.el7                                      
  jbigkit-libs.x86_64 0:2.0-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.7-2.el7                                                   
  libX11-common.noarch 0:1.6.7-2.el7                                            
  libXau.x86_64 0:1.0.8-2.1.el7                                                 
  libXcomposite.x86_64 0:0.4.4-4.1.el7                                          
  libXcursor.x86_64 0:1.1.15-1.el7                                              
  libXdamage.x86_64 0:1.1.4-4.1.el7                                             
  libXext.x86_64 0:1.3.3-3.el7                                                  
  libXfixes.x86_64 0:5.0.3-1.el7                                                
  libXft.x86_64 0:2.3.2-2.el7                                                   
  libXi.x86_64 0:1.7.9-1.el7                                                    
  libXinerama.x86_64 0:1.1.3-2.1.el7                                            
  libXrandr.x86_64 0:1.5.1-2.el7                                                
  libXrender.x86_64 0:0.9.10-1.el7                                              
  libXtst.x86_64 0:1.2.3-1.el7                                                  
  libXxf86vm.x86_64 0:1.1.4-1.el7                                               
  libdrm.x86_64 0:2.4.97-2.el7                                                  
  libfontenc.x86_64 0:1.1.3-3.el7                                               
  libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7                                    
  libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7                                
  libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7                                
  libjpeg-turbo.x86_64 0:1.2.90-8.el7                                           
  libpciaccess.x86_64 0:0.14-1.el7                                              
  libpng.x86_64 2:1.5.13-7.el7_2                                                
  libthai.x86_64 0:0.1.14-9.el7                                                 
  libtiff.x86_64 0:4.0.3-32.el7                                                 
  libwayland-client.x86_64 0:1.15.0-1.el7                                       
  libwayland-server.x86_64 0:1.15.0-1.el7                                       
  libxcb.x86_64 0:1.13-1.el7                                                    
  libxshmfence.x86_64 0:1.2-1.el7                                               
  libxslt.x86_64 0:1.1.28-5.el7                                                 
  lksctp-tools.x86_64 0:1.0.17-2.el7                                            
  mesa-libEGL.x86_64 0:18.3.4-5.el7                                             
  mesa-libGL.x86_64 0:18.3.4-5.el7                                              
  mesa-libgbm.x86_64 0:18.3.4-5.el7                                             
  mesa-libglapi.x86_64 0:18.3.4-5.el7                                           
  pango.x86_64 0:1.42.4-4.el7_7                                                 
  pcsc-lite-libs.x86_64 0:1.8.8-8.el7                                           
  pixman.x86_64 0:0.34.0-1.el7                                                  
  python-javapackages.noarch 0:3.4.1-11.el7                                     
  python-lxml.x86_64 0:3.2.1-4.el7                                              
  ttmkfdir.x86_64 0:3.0.9-42.el7                                                
  tzdata-java.noarch 0:2019c-1.el7                                              
  xorg-x11-font-utils.x86_64 1:7.5-21.el7                                       
  xorg-x11-fonts-Type1.noarch 0:7.5-9.el7                                       

Complete!  <nil>}

[container.go:403] &{Loaded plugins: fastestmirror, ovl  <nil>}

[container.go:403] &{Cleaning repos: base extras updates  <nil>}

[container.go:403] &{Cleaning up list of fastest mirrors  <nil>}

[container.go:403] &{removed directory: '/var/cache/yum/x86_64/7/base/gen'
removed directory: '/var/cache/yum/x86_64/7/base/packages'
removed directory: '/var/cache/yum/x86_64/7/base'
removed directory: '/var/cache/yum/x86_64/7/extras/gen'
removed directory: '/var/cache/yum/x86_64/7/extras/packages'
removed directory: '/var/cache/yum/x86_64/7/extras'
removed directory: '/var/cache/yum/x86_64/7/updates/gen'
removed directory: '/var/cache/yum/x86_64/7/updates/packages'
removed directory: '/var/cache/yum/x86_64/7/updates'
removed '/var/cache/yum/x86_64/7/timedhosts'
removed directory: '/var/cache/yum/x86_64/7'
removed directory: '/var/cache/yum/x86_64'
removed directory: '/var/cache/yum'  <nil>}

[container.go:403] &{removed '/etc/security/limits.d/20-nproc.conf'  <nil>}

[container.go:403] &{Removing intermediate container f4eabb95c37c  <nil>}

[container.go:403] &{---> b4433dce13a8  <nil>}

[container.go:403] &{Step 15/32 : RUN set -e;     if [ "$PLATFORM" = "redhat" ]; then         rpm --rebuilddb;         curl --silent --output ${TINI_RPM_NAME} --location ${TINI_URL}/${TINI_RPM_NAME};         yum install --assumeyes ${TINI_RPM_NAME};         rm --verbose ${TINI_RPM_NAME};         yum clean all;         rm --verbose --recursive --force /root/.cache /var/cache/yum;     elif [ "$PLATFORM" = "suse" ]; then         zypper install -y curl ;         curl --silent --output ${TINI_RPM_NAME} --location ${TINI_URL}/${TINI_RPM_NAME};         rpm -i ${TINI_RPM_NAME};         rm --verbose ${TINI_RPM_NAME};         zypper clean ;         rm --verbose --recursive --force /var/cache/zypp;     else         echo; echo "####### [ERROR] : Unknown platform of \"$PLATFORM\" passed in"; echo;         exit 1;     fi  <nil>}

[container.go:403] &{  <nil>}

[container.go:403] &{---> Running in 116c6831689d  <nil>}

[container.go:403] &{Loaded plugins: fastestmirror, ovl  <nil>}

[container.go:403] &{Examining tini_0.18.0.rpm: tini-0.18.0-1.x86_64  <nil>}

[container.go:403] &{Marking tini_0.18.0.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package tini.x86_64 0:0.18.0-1 will be installed  <nil>}

[container.go:403] &{--> Finished Dependency Resolution  <nil>}

[container.go:403] &{Dependencies Resolved

================================================================================
 Package       Arch            Version              Repository             Size
================================================================================
Installing:
 tini          x86_64          0.18.0-1             /tini_0.18.0          873 k

Transaction Summary
================================================================================
Install  1 Package

Total size: 873 k
Installed size: 873 k
Downloading packages:  <nil>}

[container.go:403] &{Running transaction check  <nil>}

[container.go:403] &{Running transaction test  <nil>}

[container.go:403] &{Transaction test succeeded
Running transaction  <nil>}

[container.go:403] &{Installing : tini-0.18.0-1.x86_64                                         1/1  <nil>}

[container.go:403] &{Verifying  : tini-0.18.0-1.x86_64                                         1/1  <nil>}

[container.go:403] &{Installed:
  tini.x86_64 0:0.18.0-1                                                        

Complete!  <nil>}

[container.go:403] &{removed 'tini_0.18.0.rpm'  <nil>}

[container.go:403] &{Loaded plugins: fastestmirror, ovl  <nil>}

[container.go:403] &{Cleaning repos: base extras updates  <nil>}

[container.go:403] &{removed directory: '/var/cache/yum/x86_64/7/base/gen'
removed directory: '/var/cache/yum/x86_64/7/base/packages'
removed directory: '/var/cache/yum/x86_64/7/base'
removed '/var/cache/yum/x86_64/7/.gpgkeyschecked.yum'
removed directory: '/var/cache/yum/x86_64/7/extras/gen'
removed directory: '/var/cache/yum/x86_64/7/extras/packages'
removed directory: '/var/cache/yum/x86_64/7/extras'
removed directory: '/var/cache/yum/x86_64/7/updates/gen'
removed directory: '/var/cache/yum/x86_64/7/updates/packages'
removed directory: '/var/cache/yum/x86_64/7/updates'
removed directory: '/var/cache/yum/x86_64/7'
removed directory: '/var/cache/yum/x86_64'
removed directory: '/var/cache/yum'  <nil>}

[container.go:403] &{Removing intermediate container 116c6831689d  <nil>}

[container.go:403] &{---> c5dcbd1cb597  <nil>}

[container.go:403] &{Step 16/32 : RUN set -e;     echo; echo "####### Run the Ansible playbook to create the main layer"; echo;     if [ "$PLATFORM" = "redhat" ]; then         rpm --rebuilddb;         echo; echo "####### Add the packages to support running the Ansible playbook"; echo;         yum install --assumeyes  https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm ;         yum install --assumeyes python-setuptools python-devel openssl-devel;         yum install --assumeyes python-pip gcc wget tree automake python-six;         pip install --upgrade pip setuptools;         pip install ansible==${ANSIBLE_VERSION};         yum install --assumeyes python iproute openssh-clients initscripts sudo;     elif [ "$PLATFORM" = "suse" ]; then         zypper --non-interactive install -y python-setuptools python-pyOpenSSL python-devel;         zypper --non-interactive install -y openssh sudo;         easy_install pip;         zypper remove -y python-cryptography ;         pip install ansible==${ANSIBLE_VERSION};     fi;  <nil>}

[container.go:403] &{  <nil>}

[container.go:403] &{---> Running in 6276faef2b41  <nil>}

[container.go:403] &{####### Run the Ansible playbook to create the main layer  <nil>}

[container.go:403] &{####### Add the packages to support running the Ansible playbook  <nil>}

[container.go:403] &{Loaded plugins: fastestmirror, ovl  <nil>}

[container.go:403] &{Examining /var/tmp/yum-root-5LqKdI/epel-release-latest-7.noarch.rpm: epel-release-7-12.noarch
Marking /var/tmp/yum-root-5LqKdI/epel-release-latest-7.noarch.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package epel-release.noarch 0:7-12 will be installed  <nil>}

[container.go:403] &{--> Finished Dependency Resolution  <nil>}

[container.go:403] &{Dependencies Resolved

================================================================================
 Package          Arch       Version    Repository                         Size
================================================================================
Installing:
 epel-release     noarch     7-12       /epel-release-latest-7.noarch      24 k

Transaction Summary
================================================================================
Install  1 Package

Total size: 24 k
Installed size: 24 k
Downloading packages:  <nil>}

[container.go:403] &{Running transaction check  <nil>}

[container.go:403] &{Running transaction test  <nil>}

[container.go:403] &{Transaction test succeeded
Running transaction  <nil>}

[container.go:403] &{Installing : epel-release-7-12.noarch                                     1/1  <nil>}

[container.go:403] &{Verifying  : epel-release-7-12.noarch                                     1/1  <nil>}

[container.go:403] &{Installed:
  epel-release.noarch 0:7-12                                                    

Complete!  <nil>}

[container.go:403] &{Loaded plugins: fastestmirror, ovl  <nil>}

[container.go:403] &{Determining fastest mirrors  <nil>}

[container.go:403] &{* base: distro.ibiblio.org
 * epel: mirror.nodesdirect.com  <nil>}

[container.go:403] &{* extras: distro.ibiblio.org
 * updates: distro.ibiblio.org  <nil>}

[container.go:403] &{http://mirror.twinlakes.net/epel/7/x86_64/repodata/ca7cd23ae3fa8072df5764d902c669f2edc60a44c1fd1c0022f4cfd2153344fd-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below wiki article 

https://wiki.centos.org/yum-errors

If above article doesn't help to resolve this issue please use https://bugs.centos.org/.

  <nil>}

[container.go:403] &{Resolving Dependencies
--> Running transaction check
---> Package openssl-devel.x86_64 1:1.0.2k-19.el7 will be installed
--> Processing Dependency: openssl-libs(x86-64) = 1:1.0.2k-19.el7 for package: 1:openssl-devel-1.0.2k-19.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: zlib-devel(x86-64) for package: 1:openssl-devel-1.0.2k-19.el7.x86_64
--> Processing Dependency: krb5-devel(x86-64) for package: 1:openssl-devel-1.0.2k-19.el7.x86_64  <nil>}

[container.go:403] &{---> Package python-devel.x86_64 0:2.7.5-86.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: python(x86-64) = 2.7.5-86.el7 for package: python-devel-2.7.5-86.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: python2-rpm-macros > 3-30 for package: python-devel-2.7.5-86.el7.x86_64
--> Processing Dependency: python-rpm-macros > 3-30 for package: python-devel-2.7.5-86.el7.x86_64
---> Package python-setuptools.noarch 0:0.9.8-7.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-0.9.8-7.el7.noarch
--> Running transaction check
---> Package krb5-devel.x86_64 0:1.15.1-37.el7_7.2 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: libkadm5(x86-64) = 1.15.1-37.el7_7.2 for package: krb5-devel-1.15.1-37.el7_7.2.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: krb5-libs(x86-64) = 1.15.1-37.el7_7.2 for package: krb5-devel-1.15.1-37.el7_7.2.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libverto-devel for package: krb5-devel-1.15.1-37.el7_7.2.x86_64
--> Processing Dependency: libselinux-devel for package: krb5-devel-1.15.1-37.el7_7.2.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libcom_err-devel for package: krb5-devel-1.15.1-37.el7_7.2.x86_64
--> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.15.1-37.el7_7.2.x86_64  <nil>}

[container.go:403] &{---> Package openssl-libs.x86_64 1:1.0.2k-16.el7_6.1 will be updated
---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be an update
---> Package python.x86_64 0:2.7.5-80.el7_6 will be updated  <nil>}

[container.go:403] &{---> Package python.x86_64 0:2.7.5-86.el7 will be an update  <nil>}

[container.go:403] &{--> Processing Dependency: python-libs(x86-64) = 2.7.5-86.el7 for package: python-2.7.5-86.el7.x86_64  <nil>}

[container.go:403] &{---> Package python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7 will be installed
--> Processing Dependency: python-ipaddress for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch
--> Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch  <nil>}

[container.go:403] &{---> Package python-rpm-macros.noarch 0:3-32.el7 will be installed
--> Processing Dependency: python-srpm-macros for package: python-rpm-macros-3-32.el7.noarch  <nil>}

[container.go:403] &{---> Package python2-rpm-macros.noarch 0:3-32.el7 will be installed
---> Package zlib-devel.x86_64 0:1.2.7-18.el7 will be installed
--> Running transaction check
---> Package keyutils-libs-devel.x86_64 0:1.5.8-3.el7 will be installed
---> Package krb5-libs.x86_64 0:1.15.1-37.el7_6 will be updated
---> Package krb5-libs.x86_64 0:1.15.1-37.el7_7.2 will be an update  <nil>}

[container.go:403] &{---> Package libcom_err-devel.x86_64 0:1.42.9-16.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: libcom_err(x86-64) = 1.42.9-16.el7 for package: libcom_err-devel-1.42.9-16.el7.x86_64  <nil>}

[container.go:403] &{---> Package libkadm5.x86_64 0:1.15.1-37.el7_7.2 will be installed  <nil>}

[container.go:403] &{---> Package libselinux-devel.x86_64 0:2.5-14.1.el7 will be installed
--> Processing Dependency: libsepol-devel(x86-64) >= 2.5-10 for package: libselinux-devel-2.5-14.1.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-14.1.el7.x86_64
--> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-14.1.el7.x86_64  <nil>}

[container.go:403] &{---> Package libverto-devel.x86_64 0:0.2.5-4.el7 will be installed  <nil>}

[container.go:403] &{---> Package python-backports.x86_64 0:1.0-8.el7 will be installed
---> Package python-ipaddress.noarch 0:1.0.16-2.el7 will be installed
---> Package python-libs.x86_64 0:2.7.5-80.el7_6 will be updated
---> Package python-libs.x86_64 0:2.7.5-86.el7 will be an update  <nil>}

[container.go:403] &{---> Package python-srpm-macros.noarch 0:3-32.el7 will be installed
--> Running transaction check
---> Package libcom_err.x86_64 0:1.42.9-13.el7 will be updated
---> Package libcom_err.x86_64 0:1.42.9-16.el7 will be an update  <nil>}

[container.go:403] &{---> Package libsepol-devel.x86_64 0:2.5-10.el7 will be installed
---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed  <nil>}

[container.go:403] &{--> Finished Dependency Resolution  <nil>}

[container.go:403] &{Dependencies Resolved  <nil>}

[container.go:403] &{================================================================================
 Package                              Arch    Version            Repository
                                                                           Size
================================================================================
Installing:
 openssl-devel                        x86_64  1:1.0.2k-19.el7    base     1.5 M
 python-devel                         x86_64  2.7.5-86.el7       base     398 k
 python-setuptools                    noarch  0.9.8-7.el7        base     397 k
Installing for dependencies:
 keyutils-libs-devel                  x86_64  1.5.8-3.el7        base      37 k
 krb5-devel                           x86_64  1.15.1-37.el7_7.2  updates  272 k
 libcom_err-devel                     x86_64  1.42.9-16.el7      base      32 k
 libkadm5                             x86_64  1.15.1-37.el7_7.2  updates  178 k
 libselinux-devel                     x86_64  2.5-14.1.el7       base     187 k
 libsepol-devel                       x86_64  2.5-10.el7         base      77 k
 libverto-devel                       x86_64  0.2.5-4.el7        base      12 k
 pcre-devel                           x86_64  8.32-17.el7        base     480 k
 python-backports                     x86_64  1.0-8.el7          base     5.8 k
 python-backports-ssl_match_hostname  noarch  3.5.0.1-1.el7      base      13 k
 python-ipaddress                     noarch  1.0.16-2.el7       base      34 k
 python-rpm-macros                    noarch  3-32.el7           base     8.8 k
 python-srpm-macros                   noarch  3-32.el7           base     8.4 k
 python2-rpm-macros                   noarch  3-32.el7           base     7.7 k
 zlib-devel                           x86_64  1.2.7-18.el7       base      50 k
Updating for dependencies:
 krb5-libs                            x86_64  1.15.1-37.el7_7.2  updates  805 k
 libcom_err                           x86_64  1.42.9-16.el7      base      41 k
 openssl-libs                         x86_64  1:1.0.2k-19.el7    base     1.2 M
 python                               x86_64  2.7.5-86.el7       base      95 k
 python-libs                          x86_64  2.7.5-86.el7       base     5.6 M

Transaction Summary
================================================================================
Install  3 Packages (+15 Dependent packages)
Upgrade             (  5 Dependent packages)

Total download size: 11 M  <nil>}

[container.go:403] &{Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.  <nil>}

[container.go:403] &{--------------------------------------------------------------------------------
Total                                              3.9 MB/s |  11 MB  00:02  <nil>}

[container.go:403] &{Running transaction check  <nil>}

[container.go:403] &{Running transaction test  <nil>}

[container.go:403] &{Transaction test succeeded
Running transaction  <nil>}

[container.go:403] &{Updating   : libcom_err-1.42.9-16.el7.x86_64                             1/28  <nil>}

[container.go:403] &{Updating   : 1:openssl-libs-1.0.2k-19.el7.x86_64                         2/28  <nil>}

[container.go:403] &{Updating   : krb5-libs-1.15.1-37.el7_7.2.x86_64                          3/28  <nil>}

[container.go:403] &{Updating   : python-libs-2.7.5-86.el7.x86_64                             4/28  <nil>}

[container.go:403] &{Updating   : python-2.7.5-86.el7.x86_64                                  5/28  <nil>}

[container.go:403] &{Installing : python-ipaddress-1.0.16-2.el7.noarch                        6/28  <nil>}

[container.go:403] &{Installing : python-backports-1.0-8.el7.x86_64                           7/28  <nil>}

[container.go:403] &{Installing : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch    8/28  <nil>}

[container.go:403] &{Installing : libkadm5-1.15.1-37.el7_7.2.x86_64                           9/28  <nil>}

[container.go:403] &{Installing : libcom_err-devel-1.42.9-16.el7.x86_64                      10/28  <nil>}

[container.go:403] &{Installing : python2-rpm-macros-3-32.el7.noarch                         11/28  <nil>}

[container.go:403] &{Installing : python-srpm-macros-3-32.el7.noarch                         12/28  <nil>}

[container.go:403] &{Installing : python-rpm-macros-3-32.el7.noarch                          13/28  <nil>}

[container.go:403] &{Installing : zlib-devel-1.2.7-18.el7.x86_64                             14/28  <nil>}

[container.go:403] &{Installing : libverto-devel-0.2.5-4.el7.x86_64                          15/28  <nil>}

[container.go:403] &{Installing : libsepol-devel-2.5-10.el7.x86_64                           16/28  <nil>}

[container.go:403] &{Installing : keyutils-libs-devel-1.5.8-3.el7.x86_64                     17/28  <nil>}

[container.go:403] &{Installing : pcre-devel-8.32-17.el7.x86_64                              18/28  <nil>}

[container.go:403] &{Installing : libselinux-devel-2.5-14.1.el7.x86_64                       19/28  <nil>}

[container.go:403] &{Installing : krb5-devel-1.15.1-37.el7_7.2.x86_64                        20/28  <nil>}

[container.go:403] &{Installing : 1:openssl-devel-1.0.2k-19.el7.x86_64                       21/28  <nil>}

[container.go:403] &{Installing : python-devel-2.7.5-86.el7.x86_64                           22/28  <nil>}

[container.go:403] &{Installing : python-setuptools-0.9.8-7.el7.noarch                       23/28  <nil>}

[container.go:403] &{Cleanup    : python-2.7.5-80.el7_6.x86_64                               24/28  <nil>}

[container.go:403] &{Cleanup    : python-libs-2.7.5-80.el7_6.x86_64                          25/28  <nil>}

[container.go:403] &{Cleanup    : krb5-libs-1.15.1-37.el7_6.x86_64                           26/28  <nil>}

[container.go:403] &{Cleanup    : 1:openssl-libs-1.0.2k-16.el7_6.1.x86_64                    27/28  <nil>}

[container.go:403] &{Cleanup    : libcom_err-1.42.9-13.el7.x86_64                            28/28  <nil>}

[container.go:403] &{Verifying  : python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch    1/28  <nil>}

[container.go:403] &{Verifying  : krb5-devel-1.15.1-37.el7_7.2.x86_64                         2/28  <nil>}

[container.go:403] &{Verifying  : python-devel-2.7.5-86.el7.x86_64                            3/28  <nil>}

[container.go:403] &{Verifying  : libcom_err-devel-1.42.9-16.el7.x86_64                       4/28  <nil>}

[container.go:403] &{Verifying  : pcre-devel-8.32-17.el7.x86_64                               5/28  <nil>}

[container.go:403] &{Verifying  : python-setuptools-0.9.8-7.el7.noarch                        6/28  <nil>}

[container.go:403] &{Verifying  : keyutils-libs-devel-1.5.8-3.el7.x86_64                      7/28  <nil>}

[container.go:403] &{Verifying  : python-ipaddress-1.0.16-2.el7.noarch                        8/28  <nil>}

[container.go:403] &{Verifying  : libsepol-devel-2.5-10.el7.x86_64                            9/28  <nil>}

[container.go:403] &{Verifying  : python-libs-2.7.5-86.el7.x86_64                            10/28  <nil>}

[container.go:403] &{Verifying  : libverto-devel-0.2.5-4.el7.x86_64                          11/28  <nil>}

[container.go:403] &{Verifying  : zlib-devel-1.2.7-18.el7.x86_64                             12/28  <nil>}

[container.go:403] &{Verifying  : python-srpm-macros-3-32.el7.noarch                         13/28  <nil>}

[container.go:403] &{Verifying  : python2-rpm-macros-3-32.el7.noarch                         14/28  <nil>}

[container.go:403] &{Verifying  : python-rpm-macros-3-32.el7.noarch                          15/28  <nil>}

[container.go:403] &{Verifying  : krb5-libs-1.15.1-37.el7_7.2.x86_64                         16/28  <nil>}

[container.go:403] &{Verifying  : python-2.7.5-86.el7.x86_64                                 17/28  <nil>}

[container.go:403] &{Verifying  : python-backports-1.0-8.el7.x86_64                          18/28  <nil>}

[container.go:403] &{Verifying  : 1:openssl-devel-1.0.2k-19.el7.x86_64                       19/28  <nil>}

[container.go:403] &{Verifying  : libcom_err-1.42.9-16.el7.x86_64                            20/28  <nil>}

[container.go:403] &{Verifying  : 1:openssl-libs-1.0.2k-19.el7.x86_64                        21/28  <nil>}

[container.go:403] &{Verifying  : libkadm5-1.15.1-37.el7_7.2.x86_64                          22/28  <nil>}

[container.go:403] &{Verifying  : libselinux-devel-2.5-14.1.el7.x86_64                       23/28  <nil>}

[container.go:403] &{Verifying  : python-2.7.5-80.el7_6.x86_64                               24/28 
  Verifying  : krb5-libs-1.15.1-37.el7_6.x86_64                           25/28 
  Verifying  : 1:openssl-libs-1.0.2k-16.el7_6.1.x86_64                    26/28 
  Verifying  : python-libs-2.7.5-80.el7_6.x86_64                          27/28  <nil>}

[container.go:403] &{Verifying  : libcom_err-1.42.9-13.el7.x86_64                            28/28  <nil>}

[container.go:403] &{Installed:
  openssl-devel.x86_64 1:1.0.2k-19.el7     python-devel.x86_64 0:2.7.5-86.el7  
  python-setuptools.noarch 0:0.9.8-7.el7  

Dependency Installed:
  keyutils-libs-devel.x86_64 0:1.5.8-3.el7                                      
  krb5-devel.x86_64 0:1.15.1-37.el7_7.2                                         
  libcom_err-devel.x86_64 0:1.42.9-16.el7                                       
  libkadm5.x86_64 0:1.15.1-37.el7_7.2                                           
  libselinux-devel.x86_64 0:2.5-14.1.el7                                        
  libsepol-devel.x86_64 0:2.5-10.el7                                            
  libverto-devel.x86_64 0:0.2.5-4.el7                                           
  pcre-devel.x86_64 0:8.32-17.el7                                               
  python-backports.x86_64 0:1.0-8.el7                                           
  python-backports-ssl_match_hostname.noarch 0:3.5.0.1-1.el7                    
  python-ipaddress.noarch 0:1.0.16-2.el7                                        
  python-rpm-macros.noarch 0:3-32.el7                                           
  python-srpm-macros.noarch 0:3-32.el7                                          
  python2-rpm-macros.noarch 0:3-32.el7                                          
  zlib-devel.x86_64 0:1.2.7-18.el7                                              

Dependency Updated:
  krb5-libs.x86_64 0:1.15.1-37.el7_7.2     libcom_err.x86_64 0:1.42.9-16.el7    
  openssl-libs.x86_64 1:1.0.2k-19.el7      python.x86_64 0:2.7.5-86.el7         
  python-libs.x86_64 0:2.7.5-86.el7       

Complete!  <nil>}

[container.go:403] &{Loaded plugins: fastestmirror, ovl  <nil>}

[container.go:403] &{Loading mirror speeds from cached hostfile  <nil>}

[container.go:403] &{* base: distro.ibiblio.org  <nil>}

[container.go:403] &{* epel: mirror.nodesdirect.com
 * extras: distro.ibiblio.org  <nil>}

[container.go:403] &{* updates: distro.ibiblio.org  <nil>}

[container.go:403] &{Resolving Dependencies
--> Running transaction check
---> Package automake.noarch 0:1.13.4-3.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: perl >= 5.006 for package: automake-1.13.4-3.el7.noarch  <nil>}

[container.go:403] &{--> Processing Dependency: autoconf >= 2.65 for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(warnings) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(vars) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(threads) for package: automake-1.13.4-3.el7.noarch  <nil>}

[container.go:403] &{--> Processing Dependency: perl(strict) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(constant) for package: automake-1.13.4-3.el7.noarch  <nil>}

[container.go:403] &{--> Processing Dependency: perl(Thread::Queue) for package: automake-1.13.4-3.el7.noarch  <nil>}

[container.go:403] &{--> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(POSIX) for package: automake-1.13.4-3.el7.noarch  <nil>}

[container.go:403] &{--> Processing Dependency: perl(IO::File) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(Getopt::Long) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(File::stat) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(File::Spec) for package: automake-1.13.4-3.el7.noarch  <nil>}

[container.go:403] &{--> Processing Dependency: perl(File::Path) for package: automake-1.13.4-3.el7.noarch  <nil>}

[container.go:403] &{--> Processing Dependency: perl(File::Copy) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(File::Compare) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(File::Basename) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(Exporter) for package: automake-1.13.4-3.el7.noarch  <nil>}

[container.go:403] &{--> Processing Dependency: perl(Errno) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(DynaLoader) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(Class::Struct) for package: automake-1.13.4-3.el7.noarch
--> Processing Dependency: perl(Carp) for package: automake-1.13.4-3.el7.noarch  <nil>}

[container.go:403] &{--> Processing Dependency: /usr/bin/perl for package: automake-1.13.4-3.el7.noarch
---> Package gcc.x86_64 0:4.8.5-39.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: libgomp = 4.8.5-39.el7 for package: gcc-4.8.5-39.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: cpp = 4.8.5-39.el7 for package: gcc-4.8.5-39.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libgcc >= 4.8.5-39.el7 for package: gcc-4.8.5-39.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-39.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-39.el7.x86_64
--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-39.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-39.el7.x86_64
---> Package python-six.noarch 0:1.9.0-2.el7 will be installed
---> Package python2-pip.noarch 0:8.1.2-10.el7 will be installed  <nil>}

[container.go:403] &{---> Package tree.x86_64 0:1.6.0-10.el7 will be installed
---> Package wget.x86_64 0:1.14-18.el7_6.1 will be installed  <nil>}

[container.go:403] &{--> Running transaction check
---> Package autoconf.noarch 0:2.69-11.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(Text::ParseWords) for package: autoconf-2.69-11.el7.noarch
--> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
---> Package cpp.x86_64 0:4.8.5-39.el7 will be installed  <nil>}

[container.go:403] &{---> Package glibc-devel.x86_64 0:2.17-292.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: glibc-headers = 2.17-292.el7 for package: glibc-devel-2.17-292.el7.x86_64
--> Processing Dependency: glibc = 2.17-292.el7 for package: glibc-devel-2.17-292.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-292.el7.x86_64
---> Package libgcc.x86_64 0:4.8.5-36.el7_6.2 will be updated
---> Package libgcc.x86_64 0:4.8.5-39.el7 will be an update
---> Package libgomp.x86_64 0:4.8.5-39.el7 will be installed
---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed  <nil>}

[container.go:403] &{---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
---> Package perl.x86_64 4:5.16.3-294.el7_6 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: perl-libs = 4:5.16.3-294.el7_6 for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-294.el7_6.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl-macros for package: 4:perl-5.16.3-294.el7_6.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: perl-libs for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-294.el7_6.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-294.el7_6.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-294.el7_6.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-294.el7_6.x86_64
--> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-294.el7_6.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-294.el7_6.x86_64
---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed  <nil>}

[container.go:403] &{---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed  <nil>}

[container.go:403] &{---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed  <nil>}

[container.go:403] &{---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed  <nil>}

[container.go:403] &{---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed  <nil>}

[container.go:403] &{--> Running transaction check
---> Package glibc.x86_64 0:2.17-260.el7_6.6 will be updated  <nil>}

[container.go:403] &{--> Processing Dependency: glibc = 2.17-260.el7_6.6 for package: glibc-common-2.17-260.el7_6.6.x86_64
---> Package glibc.x86_64 0:2.17-292.el7 will be an update  <nil>}

[container.go:403] &{---> Package glibc-headers.x86_64 0:2.17-292.el7 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-292.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-292.el7.x86_64
---> Package m4.x86_64 0:1.4.16-10.el7 will be installed  <nil>}

[container.go:403] &{---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed  <nil>}

[container.go:403] &{---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed  <nil>}

[container.go:403] &{---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed  <nil>}

[container.go:403] &{---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
--> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch  <nil>}

[container.go:403] &{---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
--> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch  <nil>}

[container.go:403] &{---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed  <nil>}

[container.go:403] &{---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed  <nil>}

[container.go:403] &{---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed  <nil>}

[container.go:403] &{---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed  <nil>}

[container.go:403] &{---> Package perl-libs.x86_64 4:5.16.3-294.el7_6 will be installed  <nil>}

[container.go:403] &{---> Package perl-macros.x86_64 4:5.16.3-294.el7_6 will be installed  <nil>}

[container.go:403] &{---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed  <nil>}

[container.go:403] &{--> Running transaction check
---> Package glibc-common.x86_64 0:2.17-260.el7_6.6 will be updated
---> Package glibc-common.x86_64 0:2.17-292.el7 will be an update  <nil>}

[container.go:403] &{---> Package kernel-headers.x86_64 0:3.10.0-1062.4.1.el7 will be installed
---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed  <nil>}

[container.go:403] &{---> Package perl-Pod-Escapes.noarch 1:1.04-294.el7_6 will be installed
---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
--> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch  <nil>}

[container.go:403] &{--> Processing Dependency: groff-base for package: perl-Pod-Perldoc-3.20-4.el7.noarch
---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed  <nil>}

[container.go:403] &{--> Running transaction check
---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed  <nil>}

[container.go:403] &{---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed  <nil>}

[container.go:403] &{---> Package perl-parent.noarch 1:0.225-244.el7 will be installed  <nil>}

[container.go:403] &{--> Finished Dependency Resolution  <nil>}

[container.go:403] &{Dependencies Resolved  <nil>}

[container.go:403] &{================================================================================
 Package                   Arch      Version                   Repository  Size
================================================================================
Installing:
 automake                  noarch    1.13.4-3.el7              base       679 k
 gcc                       x86_64    4.8.5-39.el7              base        16 M
 python-six                noarch    1.9.0-2.el7               base        29 k
 python2-pip               noarch    8.1.2-10.el7              epel       1.7 M
 tree                      x86_64    1.6.0-10.el7              base        46 k
 wget                      x86_64    1.14-18.el7_6.1           base       547 k
Installing for dependencies:
 autoconf                  noarch    2.69-11.el7               base       701 k
 cpp                       x86_64    4.8.5-39.el7              base       5.9 M
 glibc-devel               x86_64    2.17-292.el7              base       1.1 M
 glibc-headers             x86_64    2.17-292.el7              base       687 k
 groff-base                x86_64    1.22.2-8.el7              base       942 k
 kernel-headers            x86_64    3.10.0-1062.4.1.el7       updates    8.7 M
 libgomp                   x86_64    4.8.5-39.el7              base       158 k
 libmpc                    x86_64    1.0.1-3.el7               base        51 k
 m4                        x86_64    1.4.16-10.el7             base       256 k
 mpfr                      x86_64    3.1.1-4.el7               base       203 k
 perl                      x86_64    4:5.16.3-294.el7_6        base       8.0 M
 perl-Carp                 noarch    1.26-244.el7              base        19 k
 perl-Data-Dumper          x86_64    2.145-3.el7               base        47 k
 perl-Encode               x86_64    2.51-7.el7                base       1.5 M
 perl-Exporter             noarch    5.68-3.el7                base        28 k
 perl-File-Path            noarch    2.09-2.el7                base        26 k
 perl-File-Temp            noarch    0.23.01-3.el7             base        56 k
 perl-Filter               x86_64    1.49-3.el7                base        76 k
 perl-Getopt-Long          noarch    2.40-3.el7                base        56 k
 perl-HTTP-Tiny            noarch    0.033-3.el7               base        38 k
 perl-PathTools            x86_64    3.40-5.el7                base        82 k
 perl-Pod-Escapes          noarch    1:1.04-294.el7_6          base        51 k
 perl-Pod-Perldoc          noarch    3.20-4.el7                base        87 k
 perl-Pod-Simple           noarch    1:3.28-4.el7              base       216 k
 perl-Pod-Usage            noarch    1.63-3.el7                base        27 k
 perl-Scalar-List-Utils    x86_64    1.27-248.el7              base        36 k
 perl-Socket               x86_64    2.010-4.el7               base        49 k
 perl-Storable             x86_64    2.45-3.el7                base        77 k
 perl-Test-Harness         noarch    3.28-3.el7                base       302 k
 perl-Text-ParseWords      noarch    3.29-4.el7                base        14 k
 perl-Thread-Queue         noarch    3.02-2.el7                base        17 k
 perl-Time-HiRes           x86_64    4:1.9725-3.el7            base        45 k
 perl-Time-Local           noarch    1.2300-2.el7              base        24 k
 perl-constant             noarch    1.27-2.el7                base        19 k
 perl-libs                 x86_64    4:5.16.3-294.el7_6        base       688 k
 perl-macros               x86_64    4:5.16.3-294.el7_6        base        44 k
 perl-parent               noarch    1:0.225-244.el7           base        12 k
 perl-podlators            noarch    2.5.1-3.el7               base       112 k
 perl-threads              x86_64    1.87-4.el7                base        49 k
 perl-threads-shared       x86_64    1.43-6.el7                base        39 k
Updating for dependencies:
 glibc                     x86_64    2.17-292.el7              base       3.6 M
 glibc-common              x86_64    2.17-292.el7              base        11 M
 libgcc                    x86_64    4.8.5-39.el7              base       102 k

Transaction Summary
================================================================================
Install  6 Packages (+40 Dependent packages)
Upgrade             (  3 Dependent packages)

Total download size: 65 M
Downloading packages:  <nil>}

[container.go:403] &{Delta RPMs disabled because /usr/bin/applydeltarpm not installed.  <nil>}

[container.go:403] &{warning: /var/cache/yum/x86_64/7/epel/packages/python2-pip-8.1.2-10.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
  <nil>}

[container.go:403] &{Public key for python2-pip-8.1.2-10.el7.noarch.rpm is not installed  <nil>}

[container.go:403] &{--------------------------------------------------------------------------------
Total                                              7.6 MB/s |  65 MB  00:08     
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7  <nil>}

[container.go:403] &{Importing GPG key 0x352C64E5:
 Userid     : "Fedora EPEL (7) <epel@fedoraproject.org>"
 Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
 Package    : epel-release-7-12.noarch (installed)
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  <nil>}

[container.go:403] &{Running transaction check  <nil>}

[container.go:403] &{Running transaction test  <nil>}

[container.go:403] &{Transaction test succeeded  <nil>}

[container.go:403] &{Running transaction  <nil>}

[container.go:403] &{Updating   : libgcc-4.8.5-39.el7.x86_64                                  1/52  <nil>}

[container.go:403] &{Updating   : glibc-common-2.17-292.el7.x86_64                            2/52  <nil>}

[container.go:403] &{Updating   : glibc-2.17-292.el7.x86_64                                   3/52  <nil>}

[container.go:403] &{warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew  <nil>}

[container.go:403] &{Installing : mpfr-3.1.1-4.el7.x86_64                                     4/52  <nil>}

[container.go:403] &{Installing : libmpc-1.0.1-3.el7.x86_64                                   5/52  <nil>}

[container.go:403] &{Installing : cpp-4.8.5-39.el7.x86_64                                     6/52  <nil>}

[container.go:403] &{Installing : groff-base-1.22.2-8.el7.x86_64                              7/52  <nil>}

[container.go:403] &{Installing : 1:perl-parent-0.225-244.el7.noarch                          8/52  <nil>}

[container.go:403] &{Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                           9/52  <nil>}

[container.go:403] &{Installing : perl-podlators-2.5.1-3.el7.noarch                          10/52  <nil>}

[container.go:403] &{Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                         11/52  <nil>}

[container.go:403] &{Installing : 1:perl-Pod-Escapes-1.04-294.el7_6.noarch                   12/52  <nil>}

[container.go:403] &{Installing : perl-Text-ParseWords-3.29-4.el7.noarch                     13/52  <nil>}

[container.go:403] &{Installing : perl-Encode-2.51-7.el7.x86_64                              14/52  <nil>}

[container.go:403] &{Installing : perl-Pod-Usage-1.63-3.el7.noarch                           15/52  <nil>}

[container.go:403] &{Installing : 4:perl-libs-5.16.3-294.el7_6.x86_64                        16/52  <nil>}

[container.go:403] &{Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      17/52  <nil>}

[container.go:403] &{Installing : perl-Exporter-5.68-3.el7.noarch                            18/52  <nil>}

[container.go:403] &{Installing : perl-constant-1.27-2.el7.noarch                            19/52  <nil>}

[container.go:403] &{Installing : perl-Time-Local-1.2300-2.el7.noarch                        20/52  <nil>}

[container.go:403] &{Installing : perl-Carp-1.26-244.el7.noarch                              21/52  <nil>}

[container.go:403] &{Installing : perl-Storable-2.45-3.el7.x86_64                            22/52  <nil>}

[container.go:403] &{Installing : perl-PathTools-3.40-5.el7.x86_64                           23/52  <nil>}

[container.go:403] &{Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 24/52  <nil>}

[container.go:403] &{Installing : perl-File-Temp-0.23.01-3.el7.noarch                        25/52  <nil>}

[container.go:403] &{Installing : perl-File-Path-2.09-2.el7.noarch                           26/52  <nil>}

[container.go:403] &{Installing : perl-threads-shared-1.43-6.el7.x86_64                      27/52  <nil>}

[container.go:403] &{Installing : perl-threads-1.87-4.el7.x86_64                             28/52  <nil>}

[container.go:403] &{Installing : 4:perl-macros-5.16.3-294.el7_6.x86_64                      29/52  <nil>}

[container.go:403] &{Installing : perl-Filter-1.49-3.el7.x86_64                              30/52  <nil>}

[container.go:403] &{Installing : perl-Socket-2.010-4.el7.x86_64                             31/52  <nil>}

[container.go:403] &{Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        32/52  <nil>}

[container.go:403] &{Installing : perl-Getopt-Long-2.40-3.el7.noarch                         33/52  <nil>}

[container.go:403] &{Installing : 4:perl-5.16.3-294.el7_6.x86_64                             34/52  <nil>}

[container.go:403] &{Installing : perl-Test-Harness-3.28-3.el7.noarch                        35/52  <nil>}

[container.go:403] &{Installing : perl-Thread-Queue-3.02-2.el7.noarch                        36/52  <nil>}

[container.go:403] &{Installing : perl-Data-Dumper-2.145-3.el7.x86_64                        37/52  <nil>}

[container.go:403] &{Installing : libgomp-4.8.5-39.el7.x86_64                                38/52  <nil>}

[container.go:403] &{Installing : m4-1.4.16-10.el7.x86_64                                    39/52  <nil>}

[container.go:403] &{Installing : autoconf-2.69-11.el7.noarch                                40/52  <nil>}

[container.go:403] &{install-info: No such file or directory for /usr/share/info/autoconf.info  <nil>}

[container.go:403] &{Installing : kernel-headers-3.10.0-1062.4.1.el7.x86_64                  41/52  <nil>}

[container.go:403] &{Installing : glibc-headers-2.17-292.el7.x86_64                          42/52  <nil>}

[container.go:403] &{Installing : glibc-devel-2.17-292.el7.x86_64                            43/52  <nil>}

[container.go:403] &{Installing : gcc-4.8.5-39.el7.x86_64                                    44/52  <nil>}

[container.go:403] &{Installing : automake-1.13.4-3.el7.noarch                               45/52  <nil>}

[container.go:403] &{install-info: No such file or directory for /usr/share/info/automake.info.gz  <nil>}

[container.go:403] &{Installing : tree-1.6.0-10.el7.x86_64                                   46/52  <nil>}

[container.go:403] &{Installing : wget-1.14-18.el7_6.1.x86_64                                47/52  <nil>}

[container.go:403] &{install-info: No such file or directory for /usr/share/info/wget.info.gz  <nil>}

[container.go:403] &{Installing : python-six-1.9.0-2.el7.noarch                              48/52  <nil>}

[container.go:403] &{Installing : python2-pip-8.1.2-10.el7.noarch                            49/52  <nil>}

[container.go:403] &{Cleanup    : glibc-common-2.17-260.el7_6.6.x86_64                       50/52  <nil>}

[container.go:403] &{Cleanup    : glibc-2.17-260.el7_6.6.x86_64                              51/52  <nil>}

[container.go:403] &{Cleanup    : libgcc-4.8.5-36.el7_6.2.x86_64                             52/52  <nil>}

[container.go:403] &{Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                           1/52  <nil>}

[container.go:403] &{Verifying  : python2-pip-8.1.2-10.el7.noarch                             2/52  <nil>}

[container.go:403] &{Verifying  : perl-threads-shared-1.43-6.el7.x86_64                       3/52  <nil>}

[container.go:403] &{Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                       4/52  <nil>}

[container.go:403] &{Verifying  : 1:perl-Pod-Escapes-1.04-294.el7_6.noarch                    5/52  <nil>}

[container.go:403] &{Verifying  : mpfr-3.1.1-4.el7.x86_64                                     6/52  <nil>}

[container.go:403] &{Verifying  : perl-Exporter-5.68-3.el7.noarch                             7/52  <nil>}

[container.go:403] &{Verifying  : perl-constant-1.27-2.el7.noarch                             8/52  <nil>}

[container.go:403] &{Verifying  : perl-PathTools-3.40-5.el7.x86_64                            9/52  <nil>}

[container.go:403] &{Verifying  : automake-1.13.4-3.el7.noarch                               10/52  <nil>}

[container.go:403] &{Verifying  : gcc-4.8.5-39.el7.x86_64                                    11/52  <nil>}

[container.go:403] &{Verifying  : 1:perl-parent-0.225-244.el7.noarch                         12/52  <nil>}

[container.go:403] &{Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           13/52  <nil>}

[container.go:403] &{Verifying  : perl-Test-Harness-3.28-3.el7.noarch                        14/52  <nil>}

[container.go:403] &{Verifying  : 4:perl-libs-5.16.3-294.el7_6.x86_64                        15/52  <nil>}

[container.go:403] &{Verifying  : groff-base-1.22.2-8.el7.x86_64                             16/52  <nil>}

[container.go:403] &{Verifying  : perl-Thread-Queue-3.02-2.el7.noarch                        17/52  <nil>}

[container.go:403] &{Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        18/52  <nil>}

[container.go:403] &{Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        19/52  <nil>}

[container.go:403] &{Verifying  : tree-1.6.0-10.el7.x86_64                                   20/52  <nil>}

[container.go:403] &{Verifying  : libgomp-4.8.5-39.el7.x86_64                                21/52  <nil>}

[container.go:403] &{Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        22/52  <nil>}

[container.go:403] &{Verifying  : python-six-1.9.0-2.el7.noarch                              23/52  <nil>}

[container.go:403] &{Verifying  : libgcc-4.8.5-39.el7.x86_64                                 24/52  <nil>}

[container.go:403] &{Verifying  : 4:perl-5.16.3-294.el7_6.x86_64                             25/52  <nil>}

[container.go:403] &{Verifying  : perl-Encode-2.51-7.el7.x86_64                              26/52  <nil>}

[container.go:403] &{Verifying  : perl-Carp-1.26-244.el7.noarch                              27/52  <nil>}

[container.go:403] &{Verifying  : perl-Data-Dumper-2.145-3.el7.x86_64                        28/52  <nil>}

[container.go:403] &{Verifying  : wget-1.14-18.el7_6.1.x86_64                                29/52  <nil>}

[container.go:403] &{Verifying  : perl-Storable-2.45-3.el7.x86_64                            30/52  <nil>}

[container.go:403] &{Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 31/52  <nil>}

[container.go:403] &{Verifying  : libmpc-1.0.1-3.el7.x86_64                                  32/52  <nil>}

[container.go:403] &{Verifying  : glibc-2.17-292.el7.x86_64                                  33/52  <nil>}

[container.go:403] &{Verifying  : m4-1.4.16-10.el7.x86_64                                    34/52  <nil>}

[container.go:403] &{Verifying  : glibc-common-2.17-292.el7.x86_64                           35/52  <nil>}

[container.go:403] &{Verifying  : glibc-devel-2.17-292.el7.x86_64                            36/52  <nil>}

[container.go:403] &{Verifying  : kernel-headers-3.10.0-1062.4.1.el7.x86_64                  37/52  <nil>}

[container.go:403] &{Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         38/52  <nil>}

[container.go:403] &{Verifying  : perl-podlators-2.5.1-3.el7.noarch                          39/52  <nil>}

[container.go:403] &{Verifying  : autoconf-2.69-11.el7.noarch                                40/52  <nil>}

[container.go:403] &{Verifying  : perl-File-Path-2.09-2.el7.noarch                           41/52  <nil>}

[container.go:403] &{Verifying  : perl-threads-1.87-4.el7.x86_64                             42/52  <nil>}

[container.go:403] &{Verifying  : 4:perl-macros-5.16.3-294.el7_6.x86_64                      43/52  <nil>}

[container.go:403] &{Verifying  : perl-Filter-1.49-3.el7.x86_64                              44/52  <nil>}

[container.go:403] &{Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                         45/52  <nil>}

[container.go:403] &{Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     46/52  <nil>}

[container.go:403] &{Verifying  : perl-Socket-2.010-4.el7.x86_64                             47/52  <nil>}

[container.go:403] &{Verifying  : cpp-4.8.5-39.el7.x86_64                                    48/52  <nil>}

[container.go:403] &{Verifying  : glibc-headers-2.17-292.el7.x86_64                          49/52  <nil>}

[container.go:403] &{Verifying  : glibc-2.17-260.el7_6.6.x86_64                              50/52 
  Verifying  : libgcc-4.8.5-36.el7_6.2.x86_64                             51/52 
  Verifying  : glibc-common-2.17-260.el7_6.6.x86_64                       52/52  <nil>}

[container.go:403] &{Installed:
  automake.noarch 0:1.13.4-3.el7        gcc.x86_64 0:4.8.5-39.el7              
  python-six.noarch 0:1.9.0-2.el7       python2-pip.noarch 0:8.1.2-10.el7      
  tree.x86_64 0:1.6.0-10.el7            wget.x86_64 0:1.14-18.el7_6.1          

Dependency Installed:
  autoconf.noarch 0:2.69-11.el7                                                 
  cpp.x86_64 0:4.8.5-39.el7                                                     
  glibc-devel.x86_64 0:2.17-292.el7                                             
  glibc-headers.x86_64 0:2.17-292.el7                                           
  groff-base.x86_64 0:1.22.2-8.el7                                              
  kernel-headers.x86_64 0:3.10.0-1062.4.1.el7                                   
  libgomp.x86_64 0:4.8.5-39.el7                                                 
  libmpc.x86_64 0:1.0.1-3.el7                                                   
  m4.x86_64 0:1.4.16-10.el7                                                     
  mpfr.x86_64 0:3.1.1-4.el7                                                     
  perl.x86_64 4:5.16.3-294.el7_6                                                
  perl-Carp.noarch 0:1.26-244.el7                                               
  perl-Data-Dumper.x86_64 0:2.145-3.el7                                         
  perl-Encode.x86_64 0:2.51-7.el7                                               
  perl-Exporter.noarch 0:5.68-3.el7                                             
  perl-File-Path.noarch 0:2.09-2.el7                                            
  perl-File-Temp.noarch 0:0.23.01-3.el7                                         
  perl-Filter.x86_64 0:1.49-3.el7                                               
  perl-Getopt-Long.noarch 0:2.40-3.el7                                          
  perl-HTTP-Tiny.noarch 0:0.033-3.el7                                           
  perl-PathTools.x86_64 0:3.40-5.el7                                            
  perl-Pod-Escapes.noarch 1:1.04-294.el7_6                                      
  perl-Pod-Perldoc.noarch 0:3.20-4.el7                                          
  perl-Pod-Simple.noarch 1:3.28-4.el7                                           
  perl-Pod-Usage.noarch 0:1.63-3.el7                                            
  perl-Scalar-List-Utils.x86_64 0:1.27-248.el7                                  
  perl-Socket.x86_64 0:2.010-4.el7                                              
  perl-Storable.x86_64 0:2.45-3.el7                                             
  perl-Test-Harness.noarch 0:3.28-3.el7                                         
  perl-Text-ParseWords.noarch 0:3.29-4.el7                                      
  perl-Thread-Queue.noarch 0:3.02-2.el7                                         
  perl-Time-HiRes.x86_64 4:1.9725-3.el7                                         
  perl-Time-Local.noarch 0:1.2300-2.el7                                         
  perl-constant.noarch 0:1.27-2.el7                                             
  perl-libs.x86_64 4:5.16.3-294.el7_6                                           
  perl-macros.x86_64 4:5.16.3-294.el7_6                                         
  perl-parent.noarch 1:0.225-244.el7                                            
  perl-podlators.noarch 0:2.5.1-3.el7                                           
  perl-threads.x86_64 0:1.87-4.el7                                              
  perl-threads-shared.x86_64 0:1.43-6.el7                                       

Dependency Updated:
  glibc.x86_64 0:2.17-292.el7         glibc-common.x86_64 0:2.17-292.el7       
  libgcc.x86_64 0:4.8.5-39.el7       

Complete!  <nil>}

[container.go:403] &{Collecting pip  <nil>}

[container.go:403] &{Downloading https://files.pythonhosted.org/packages/00/b6/9cfa56b4081ad13874b0c6f96af8ce16cfbc1cb06bedf8e9164ce5551ec1/pip-19.3.1-py2.py3-none-any.whl (1.4MB)  <nil>}

[container.go:403] &{Collecting setuptools  <nil>}

[container.go:403] &{Downloading https://files.pythonhosted.org/packages/d9/de/554b6310ac87c5b921bc45634b07b11394fe63bc4cb5176f5240addf18ab/setuptools-41.6.0-py2.py3-none-any.whl (582kB)  <nil>}

[container.go:403] &{Installing collected packages: pip, setuptools
  Found existing installation: pip 8.1.2
    Uninstalling pip-8.1.2:
      Successfully uninstalled pip-8.1.2  <nil>}

[container.go:403] &{Found existing installation: setuptools 0.9.8  <nil>}

[container.go:403] &{Uninstalling setuptools-0.9.8:
      Successfully uninstalled setuptools-0.9.8  <nil>}

[container.go:403] &{Successfully installed pip-19.3.1 setuptools-41.6.0  <nil>}

[container.go:403] &{DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
  <nil>}

[container.go:403] &{Collecting ansible==2.7  <nil>}

[container.go:403] &{Downloading https://files.pythonhosted.org/packages/7c/4f/a1843687642b8e33637e312b9fb17ca7f68be0641131a92d883368dc6d1c/ansible-2.7.0.tar.gz (11.8MB)  <nil>}

[container.go:403] &{Collecting jinja2  <nil>}

[container.go:403] &{Downloading https://files.pythonhosted.org/packages/65/e0/eb35e762802015cab1ccee04e8a277b03f1d8e53da3ec3106882ec42558b/Jinja2-2.10.3-py2.py3-none-any.whl (125kB)  <nil>}

[container.go:403] &{Collecting PyYAML  <nil>}

[container.go:403] &{Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB)  <nil>}

[container.go:403] &{Collecting paramiko  <nil>}

[container.go:403] &{Downloading https://files.pythonhosted.org/packages/4b/80/74dace9e48b0ef923633dfb5e48798f58a168e4734bca8ecfaf839ba051a/paramiko-2.6.0-py2.py3-none-any.whl (199kB)  <nil>}

[container.go:403] &{Collecting cryptography  <nil>}

[container.go:403] &{Downloading https://files.pythonhosted.org/packages/c8/52/ad7f2cbe3b6e9340526dc401b38bb67c06160449446e15b0bf5f947fa168/cryptography-2.8-cp27-cp27mu-manylinux2010_x86_64.whl (2.3MB)  <nil>}

[container.go:403] &{Requirement already satisfied: setuptools in /usr/lib/python2.7/site-packages (from ansible==2.7) (41.6.0)  <nil>}

[container.go:403] &{Collecting MarkupSafe>=0.23  <nil>}

[container.go:403] &{Downloading https://files.pythonhosted.org/packages/fb/40/f3adb7cf24a8012813c5edb20329eb22d5d8e2a0ecf73d21d6b85865da11/MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl  <nil>}

[container.go:403] &{Collecting pynacl>=1.0.1  <nil>}

[container.go:403] &{Downloading https://files.pythonhosted.org/packages/b3/25/e605574f24948a8a53b497744e93f061eb1dbe7c44b6465fc1c172d591aa/PyNaCl-1.3.0-cp27-cp27mu-manylinux1_x86_64.whl (762kB)  <nil>}

[container.go:403] &{Collecting bcrypt>=3.1.3  <nil>}

[container.go:403] &{Downloading https://files.pythonhosted.org/packages/ad/36/9a0227d048e98409f012570f7bef8a8c2373b9c9c5dfbf82963cbae05ede/bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59kB)  <nil>}

[container.go:403] &{Collecting enum34; python_version < "3"  <nil>}

[container.go:403] &{Downloading https://files.pythonhosted.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl  <nil>}

[container.go:403] &{Collecting cffi!=1.11.3,>=1.8  <nil>}

[container.go:403] &{Downloading https://files.pythonhosted.org/packages/93/5d/c4f950891251e478929036ca07b22f0b10324460c1d0a4434c584481db51/cffi-1.13.2-cp27-cp27mu-manylinux1_x86_64.whl (384kB)  <nil>}

[container.go:403] &{Requirement already satisfied: six>=1.4.1 in /usr/lib/python2.7/site-packages (from cryptography->ansible==2.7) (1.9.0)  <nil>}

[container.go:403] &{Requirement already satisfied: ipaddress; python_version < "3" in /usr/lib/python2.7/site-packages (from cryptography->ansible==2.7) (1.0.16)  <nil>}

[container.go:403] &{Collecting pycparser  <nil>}

[container.go:403] &{Downloading https://files.pythonhosted.org/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz (158kB)  <nil>}

[container.go:403] &{Installing collected packages: MarkupSafe, jinja2, PyYAML, pycparser, cffi, pynacl, enum34, cryptography, bcrypt, paramiko, ansible  <nil>}

[container.go:403] &{Running setup.py install for PyYAML: started  <nil>}

[container.go:403] &{Running setup.py install for PyYAML: finished with status 'done'  <nil>}

[container.go:403] &{Running setup.py install for pycparser: started  <nil>}

[container.go:403] &{Running setup.py install for pycparser: finished with status 'done'  <nil>}

[container.go:403] &{Running setup.py install for ansible: started  <nil>}

[container.go:403] &{Running setup.py install for ansible: finished with status 'done'  <nil>}

[container.go:403] &{Successfully installed MarkupSafe-1.1.1 PyYAML-5.1.2 ansible-2.7.0 bcrypt-3.1.7 cffi-1.13.2 cryptography-2.8 enum34-1.1.6 jinja2-2.10.3 paramiko-2.6.0 pycparser-2.19 pynacl-1.3.0  <nil>}

[container.go:403] &{Loaded plugins: fastestmirror, ovl  <nil>}

[container.go:403] &{Loading mirror speeds from cached hostfile  <nil>}

[container.go:403] &{* base: distro.ibiblio.org
 * epel: mirror.nodesdirect.com
 * extras: distro.ibiblio.org
 * updates: distro.ibiblio.org  <nil>}

[container.go:403] &{Package python-2.7.5-86.el7.x86_64 already installed and latest version  <nil>}

[container.go:403] &{Resolving Dependencies
--> Running transaction check
---> Package initscripts.x86_64 0:9.49.47-1.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: sysvinit-tools >= 2.87-5 for package: initscripts-9.49.47-1.el7.x86_64  <nil>}

[container.go:403] &{---> Package iproute.x86_64 0:4.11.0-25.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: libmnl.so.0(LIBMNL_1.0)(64bit) for package: iproute-4.11.0-25.el7.x86_64
--> Processing Dependency: libxtables.so.10()(64bit) for package: iproute-4.11.0-25.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libmnl.so.0()(64bit) for package: iproute-4.11.0-25.el7.x86_64
---> Package openssh-clients.x86_64 0:7.4p1-21.el7 will be installed  <nil>}

[container.go:403] &{--> Processing Dependency: openssh = 7.4p1-21.el7 for package: openssh-clients-7.4p1-21.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-21.el7.x86_64
--> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64
--> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64  <nil>}

[container.go:403] &{---> Package sudo.x86_64 0:1.8.23-4.el7_7.1 will be installed  <nil>}

[container.go:403] &{--> Running transaction check
---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed
--> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64  <nil>}

[container.go:403] &{---> Package iptables.x86_64 0:1.4.21-33.el7 will be installed
--> Processing Dependency: libnfnetlink.so.0()(64bit) for package: iptables-1.4.21-33.el7.x86_64  <nil>}

[container.go:403] &{--> Processing Dependency: libnetfilter_conntrack.so.3()(64bit) for package: iptables-1.4.21-33.el7.x86_64
---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed  <nil>}

[container.go:403] &{---> Package libmnl.x86_64 0:1.0.3-7.el7 will be installed
---> Package openssh.x86_64 0:7.4p1-21.el7 will be installed
---> Package sysvinit-tools.x86_64 0:2.88-14.dsf.el7 will be installed
--> Running transaction check
---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed
---> Package libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 will be installed  <nil>}

[container.go:403] &{---> Package libnfnetlink.x86_64 0:1.0.1-4.el7 will be installed  <nil>}

[container.go:403] &{--> Finished Dependency Resolution  <nil>}

[container.go:403] &{Dependencies Resolved

================================================================================
 Package                   Arch      Version                   Repository  Size
================================================================================
Installing:
 initscripts               x86_64    9.49.47-1.el7             base       439 k
 iproute                   x86_64    4.11.0-25.el7             base       803 k
 openssh-clients           x86_64    7.4p1-21.el7              base       655 k
 sudo                      x86_64    1.8.23-4.el7_7.1          updates    841 k
Installing for dependencies:
 fipscheck                 x86_64    1.4.1-6.el7               base        21 k
 fipscheck-lib             x86_64    1.4.1-6.el7               base        11 k
 iptables                  x86_64    1.4.21-33.el7             base       433 k
 libedit                   x86_64    3.0-12.20121213cvs.el7    base        92 k
 libmnl                    x86_64    1.0.3-7.el7               base        23 k
 libnetfilter_conntrack    x86_64    1.0.6-1.el7_3             base        55 k
 libnfnetlink              x86_64    1.0.1-4.el7               base        26 k
 openssh                   x86_64    7.4p1-21.el7              base       510 k
 sysvinit-tools            x86_64    2.88-14.dsf.el7           base        63 k

Transaction Summary
================================================================================
Install  4 Packages (+9 Dependent packages)

Total download size: 3.9 M
Installed size: 13 M
Downloading packages:  <nil>}

[container.go:403] &{--------------------------------------------------------------------------------
Total                                              2.8 MB/s | 3.9 MB  00:01  <nil>}

[container.go:403] &{Running transaction check  <nil>}

[container.go:403] &{Running transaction test  <nil>}

[container.go:403] &{Transaction test succeeded
Running transaction  <nil>}

[container.go:403] &{Installing : fipscheck-1.4.1-6.el7.x86_64                                1/13  <nil>}

[container.go:403] &{Installing : fipscheck-lib-1.4.1-6.el7.x86_64                            2/13  <nil>}

[container.go:403] &{Installing : libmnl-1.0.3-7.el7.x86_64                                   3/13  <nil>}

[container.go:403] &{Installing : libnfnetlink-1.0.1-4.el7.x86_64                             4/13  <nil>}

[container.go:403] &{Installing : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64                 5/13  <nil>}

[container.go:403] &{Installing : iptables-1.4.21-33.el7.x86_64                               6/13  <nil>}

[container.go:403] &{Installing : iproute-4.11.0-25.el7.x86_64                                7/13  <nil>}

[container.go:403] &{Installing : openssh-7.4p1-21.el7.x86_64                                 8/13  <nil>}

[container.go:403] &{Installing : sysvinit-tools-2.88-14.dsf.el7.x86_64                       9/13  <nil>}

[container.go:403] &{Installing : libedit-3.0-12.20121213cvs.el7.x86_64                      10/13  <nil>}

[container.go:403] &{Installing : openssh-clients-7.4p1-21.el7.x86_64                        11/13  <nil>}

[container.go:403] &{Installing : initscripts-9.49.47-1.el7.x86_64                           12/13  <nil>}

[container.go:403] &{Installing : sudo-1.8.23-4.el7_7.1.x86_64                               13/13  <nil>}

[container.go:403] &{Verifying  : fipscheck-lib-1.4.1-6.el7.x86_64                            1/13  <nil>}

[container.go:403] &{Verifying  : libnfnetlink-1.0.1-4.el7.x86_64                             2/13  <nil>}

[container.go:403] &{Verifying  : libmnl-1.0.3-7.el7.x86_64                                   3/13  <nil>}

[container.go:403] &{Verifying  : sudo-1.8.23-4.el7_7.1.x86_64                                4/13  <nil>}

[container.go:403] &{Verifying  : openssh-clients-7.4p1-21.el7.x86_64                         5/13  <nil>}

[container.go:403] &{Verifying  : libedit-3.0-12.20121213cvs.el7.x86_64                       6/13  <nil>}

[container.go:403] &{Verifying  : initscripts-9.49.47-1.el7.x86_64                            7/13  <nil>}

[container.go:403] &{Verifying  : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64                 8/13  <nil>}

[container.go:403] &{Verifying  : iproute-4.11.0-25.el7.x86_64                                9/13  <nil>}

[container.go:403] &{Verifying  : sysvinit-tools-2.88-14.dsf.el7.x86_64                      10/13  <nil>}

[container.go:403] &{Verifying  : iptables-1.4.21-33.el7.x86_64                              11/13  <nil>}

[container.go:403] &{Verifying  : openssh-7.4p1-21.el7.x86_64                                12/13  <nil>}

[container.go:403] &{Verifying  : fipscheck-1.4.1-6.el7.x86_64                               13/13  <nil>}

[container.go:403] &{Installed:
  initscripts.x86_64 0:9.49.47-1.el7         iproute.x86_64 0:4.11.0-25.el7     
  openssh-clients.x86_64 0:7.4p1-21.el7      sudo.x86_64 0:1.8.23-4.el7_7.1     

Dependency Installed:
  fipscheck.x86_64 0:1.4.1-6.el7                                                
  fipscheck-lib.x86_64 0:1.4.1-6.el7                                            
  iptables.x86_64 0:1.4.21-33.el7                                               
  libedit.x86_64 0:3.0-12.20121213cvs.el7                                       
  libmnl.x86_64 0:1.0.3-7.el7                                                   
  libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3                                 
  libnfnetlink.x86_64 0:1.0.1-4.el7                                             
  openssh.x86_64 0:7.4p1-21.el7                                                 
  sysvinit-tools.x86_64 0:2.88-14.dsf.el7                                       

Complete!  <nil>}

[container.go:403] &{Removing intermediate container 6276faef2b41  <nil>}

[container.go:403] &{---> abb7d8dfd198  <nil>}

[container.go:403] &{Step 17/32 : RUN set -e;     if [ ! -d sas_viya_playbook ]; then         if [ "$PLATFORM" = "redhat" ] || [ "$PLATFORM" = "suse" ]; then             echo; echo "####### Get the orchestrationCLI and generate the playbook"; echo;             curl --silent --remote-name https://support.sas.com/installation/viya/34/sas-orchestration-cli/lax/sas-orchestration-linux.tgz ;             tar xvf sas-orchestration-linux.tgz;             ./sas-orchestration build --input SAS_Viya_deployment_data.zip --deployment-type programming --repository-warehouse $SAS_RPM_REPO_URL --platform $PLATFORM;             tar xvf SAS_Viya_playbook.tgz;         else             echo; echo "####### For the platform $PLATFORM we cannot generate the playbook as part of the Docker build";             echo "####### Generate the playbook externally and then place the sas_viya_playbook in the current directory"; echo;             exit 2;         fi;     else         echo; echo "####### Using playbook provided by user";     fi;     if [ -f vars.yml ]; then         echo; echo "####### Copying over user provided vars.yml file";         cp --verbose vars.yml sas_viya_playbook/;     fi;     echo; echo "####### Viya installer checks for /root/.ssh/known_hosts"; echo;     mkdir --verbose ~/.ssh ;     touch ~/.ssh/known_hosts ;     chmod --verbose 644 ~/.ssh/known_hosts ;     echo; echo "####### Create the sas group and the cas user"; echo;     groupadd -g 1001 sas;     useradd -c "CAS User" -g 1001 -m -u 1002 cas;     pushd sas_viya_playbook ;     echo; echo "####### Modify the input to ignore verification failures"; echo;     sed -i 's|VERIFY_DEPLOYMENT: true|VERIFY_DEPLOYMENT: false|' vars.yml ;     echo; echo "####### Get the right inventory file"; echo;     cp --verbose samples/inventory_local.ini . ;     echo; echo "####### Disable starting httpd"; echo;     if [ "$PLATFORM" = "redhat" ] ; then         sed -i "/ notify/,+9d" roles/httpd-x64_redhat_linux_6-yum/tasks/configure-and-start.yml;     elif [ "$PLATFORM" = "suse" ]; then         sed -i "/Start apache2 service/,+15d" roles/apache2-x64_suse_linux_12-yum/tasks/configure-and-start.yml;         sed -i "/Generate unit files/,+2d" internal/install-packages-x64_suse_linux_12-yum.yml;         echo -e '#!/bin/sh\n/etc/init.d/$1 $2' > /usr/local/sbin/service;         chmod 755 /usr/local/sbin/service;         sed -i "/Start the spawner service/,+6d" roles/spawner-config/tasks/start.yml;         sed -i "/started {{ SERVICE_NAME }} Service/,+6d" roles/sas-studio-config/tasks/start.yml;         if [ -d roles/connect-config ]; then             sed -i "/started {{ SERVICE_NAME }} Service/,+5d" roles/connect-config/tasks/start.yml;         fi;     fi;     popd  <nil>}

[container.go:403] &{  <nil>}

[container.go:403] &{---> Running in f2c211cda7eb  <nil>}

[container.go:403] &{####### Get the orchestrationCLI and generate the playbook  <nil>}

[container.go:403] &{sas-orchestration  <nil>}

[container.go:403] &{The build command started  <nil>}

[container.go:403] &{Examining entitled repositories:
0%  <nil>}

[container.go:403] &{.........10%.........20%  <nil>}

[container.go:403] &{.........30%....  <nil>}

[container.go:403] &{.....40%.......  <nil>}

[container.go:403] &{..  <nil>}

[container.go:403] &{50%  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{60%  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{70%  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{80%  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{90%  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{.  <nil>}

[container.go:403] &{100%  <nil>}

[container.go:403] &{Error: The requested platform is invalid. Valid platforms for orchestration are .  <nil>}

[container.go:403] &{The build command failed: exit status 1
  <nil>}

[container.go:403] &{Removing intermediate container f2c211cda7eb  <nil>}

[container.go:403] &{Removing intermediate container f2c211cda7eb  map[code:1 message:The command '/bin/sh -c set -e;     if [ ! -d sas_viya_playbook ]; then         if [ "$PLATFORM" = "redhat" ] || [ "$PLATFORM" = "suse" ]; then             echo; echo "####### Get the orchestrationCLI and generate the playbook"; echo;             curl --silent --remote-name https://support.sas.com/installation/viya/34/sas-orchestration-cli/lax/sas-orchestration-linux.tgz ;             tar xvf sas-orchestration-linux.tgz;             ./sas-orchestration build --input SAS_Viya_deployment_data.zip --deployment-type programming --repository-warehouse $SAS_RPM_REPO_URL --platform $PLATFORM;             tar xvf SAS_Viya_playbook.tgz;         else             echo; echo "####### For the platform $PLATFORM we cannot generate the playbook as part of the Docker build";             echo "####### Generate the playbook externally and then place the sas_viya_playbook in the current directory"; echo;             exit 2;         fi;     else         echo; echo "####### Using playbook provided by user";     fi;     if [ -f vars.yml ]; then         echo; echo "####### Copying over user provided vars.yml file";         cp --verbose vars.yml sas_viya_playbook/;     fi;     echo; echo "####### Viya installer checks for /root/.ssh/known_hosts"; echo;     mkdir --verbose ~/.ssh ;     touch ~/.ssh/known_hosts ;     chmod --verbose 644 ~/.ssh/known_hosts ;     echo; echo "####### Create the sas group and the cas user"; echo;     groupadd -g 1001 sas;     useradd -c "CAS User" -g 1001 -m -u 1002 cas;     pushd sas_viya_playbook ;     echo; echo "####### Modify the input to ignore verification failures"; echo;     sed -i 's|VERIFY_DEPLOYMENT: true|VERIFY_DEPLOYMENT: false|' vars.yml ;     echo; echo "####### Get the right inventory file"; echo;     cp --verbose samples/inventory_local.ini . ;     echo; echo "####### Disable starting httpd"; echo;     if [ "$PLATFORM" = "redhat" ] ; then         sed -i "/ notify/,+9d" roles/httpd-x64_redhat_linux_6-yum/tasks/configure-and-start.yml;     elif [ "$PLATFORM" = "suse" ]; then         sed -i "/Start apache2 service/,+15d" roles/apache2-x64_suse_linux_12-yum/tasks/configure-and-start.yml;         sed -i "/Generate unit files/,+2d" internal/install-packages-x64_suse_linux_12-yum.yml;         echo -e '#!/bin/sh\n/etc/init.d/$1 $2' > /usr/local/sbin/service;         chmod 755 /usr/local/sbin/service;         sed -i "/Start the spawner service/,+6d" roles/spawner-config/tasks/start.yml;         sed -i "/started {{ SERVICE_NAME }} Service/,+6d" roles/sas-studio-config/tasks/start.yml;         if [ -d roles/connect-config ]; then             sed -i "/started {{ SERVICE_NAME }} Service/,+5d" roles/connect-config/tasks/start.yml;         fi;     fi;     popd' returned a non-zero code: 1]}
g8sman commented 4 years ago

@pinduzera, thanks. It looks like maybe something is different with the orchestration package or that I overlooked something. I will clean up my system to make sure I am getting the correct -orchestration version and will try again. It is this call that appears to be failing for you:

./sas-orchestration build --input SAS_Viya_deployment_data.zip --deployment-type programming --repository-warehouse $SAS_RPM_REPO_URL --platform $PLATFORM
g8sman commented 4 years ago

@pinduzera , can you try running the following and confirm that it works:

docker run -it --rm --entrypoint bash -v ${PWD}/SAS_Viya_deployment_data.zip:/tmp/ghissue26/SAS_Viya_deployment_data.zip centos:7

Then inside the container

cd /tmp/ghissue26/
export PLATFORM=redhat
export SAS_RPM_REPO_URL=https://ses.sas.download/ses/
curl --silent --remote-name https://support.sas.com/installation/viya/34/sas-orchestration-cli/lax/sas-orchestration-linux.tgz
tar xvf sas-orchestration-linux.tgz
yum install --assumeyes java-1.8.0-openjdk libselinux-python which
./sas-orchestration build --input SAS_Viya_deployment_data.zip --deployment-type programming --repository-warehouse $SAS_RPM_REPO_URL --platform $PLATFORM
pinduzera commented 4 years ago

This is the output:

[root@a38d777fb069 ghissue26]# ./sas-orchestration build --input SAS_Viya_deployment_data.zip --deployment-type programming --repository-warehouse $SAS_RPM_REPO_URL --platform $PLATFORM
The build command started
Examining entitled repositories:
0%.........10%.........20%.........30%.........40%.........50%.........60%.........70%.........80%.........90%.........100%
Error: The requested platform is invalid. Valid platforms for orchestration are .
The build command failed: exit status 1
g8sman commented 4 years ago

Well, good that we can replicate on a smaller set of actions. What do you get for version of sas-orchestration

sas-orchestration version 1.2.44

Also, lets make sure we are dealing with the same base image:

$ docker image inspect centos:7 | grep Image
            "Image": "sha256:4c66d610f9092e18227ae1d0de68350d3da2875452762261ccf1c552462dd90d",
                "org.label-schema.name": "CentOS Base Image",
            "Image": "sha256:4c66d610f9092e18227ae1d0de68350d3da2875452762261ccf1c552462dd90d",
                "org.label-schema.name": "CentOS Base Image",
g8sman commented 4 years ago

Didn't mean to close this...mouse took over when I wasn't looking.

pinduzera commented 4 years ago

Doesn't seem find it inside the container neither outside of it:

[root@dcd55dc78f88 ghissue26]# sas-orchestration version
bash: sas-orchestration: command not found

About the image, it looks the same.

$ docker image inspect centos:7 | grep Image
            "Image": "sha256:4c66d610f9092e18227ae1d0de68350d3da2875452762261ccf1c552462dd90d",
                "org.label-schema.name": "CentOS Base Image",
            "Image": "sha256:4c66d610f9092e18227ae1d0de68350d3da2875452762261ccf1c552462dd90d",
                "org.label-schema.name": "CentOS Base Image",
g8sman commented 4 years ago

It has to be in the container. The instructions I gave will get you into the container and once you leave it will kill it and remove it. So if you run the container again you will need to re run the following commands

cd /tmp/ghissue26/
curl --silent --remote-name https://support.sas.com/installation/viya/34/sas-orchestration-cli/lax/sas-orchestration-linux.tgz
tar xvf sas-orchestration-linux.tgz

To make it a daemon change the docker run command to

docker run -d --rm -v ${PWD}/SAS_Viya_deployment_data.zip:/tmp/ghissue26/SAS_Viya_deployment_data.zip --name sas-orchestration centos:7 bash -c 'while :; do sleep 10; done'

then exec into it

docker exec -it sas-orchestration bash

when done just run docker stop sas-orcehstration

pinduzera commented 4 years ago

Rebuilt everything and got the exact same error. Looks like the orchestration is not running, or not being properly installed somewhere.

g8sman commented 4 years ago

I talked with the guys that run the orchestration and they indicated that based on where the error is happening it maybe be an issue with the entitlements. You may want to reach out to SAS Tech Support to see if we can make sure there are no issues there.

If you have the docker container still running, you should be able to exec and navigate into the /tmp/ghissue26 directory and see that sas-orchestration is installed. From there if you can run the version option, just so we can confirm that we are both running the same one, that would be helpful in eliminating the options.

pinduzera commented 4 years ago

Bingo, made it work. Just needed the "./", sorry for the rookie mistake

$ ./sas-orchestration version
The version command started
orchestration-cli-1.2.44
The version command completed successfully
pinduzera commented 4 years ago

I came back to this after a while, now I even got myself a RHEL and still have the same broken problem. Is there a possibility because it's in a VM on Windows?

Juan4SAS commented 3 years ago

Hello there,

I am commenting in here, just to share that, after Younes helped me with https://github.com/sassoftware/sas-container-recipes/issues/54, I am hitting the same issue this issue https://github.com/sassoftware/sas-container-recipes/issues/26: Error: The requested platform is invalid. Valid platforms for orchestration are .

I wonder if this issue was resolved, and how. Thank you.

Best regards, Juan

frayos commented 3 years ago

@Juan4SAS can you share the util/programming-only-single/Dockerfile

Indeed I wonder if you edited this file and the "build.sh" "full command" with arguments

Thanks !

Juan4SAS commented 3 years ago

@frayos , I edited this file exactly as you suggested in #54 Dockerfile.txt

the build command is also as I shared, except I changed the mirror from localhost to the IP:

./build.sh --type single --zip ../SAS_Viya_deployment_data.zip --addons "auth-demo" --verbose -m http://172.20.2.79:180/pulp -u localhost:5000 -i localhost:5000/va-125-x64_redhat_linux_7-docker/sas-viya-programming -t 3.5.9-20201210.1607626389474 --tag v1

Thank you!

frayos commented 3 years ago

Can you try to add to this command : -p redhat

Let me know if this helps !

Juan4SAS commented 3 years ago

Thank you @frayos . Unfortunately I have got the same response. It was worth the try according to the message. Any other ideas? Are you able to locate the command line or script executed that checks the platform and prints this message?

I tried and failed :)

frayos commented 3 years ago

@Juan4SAS Actually this is coming "then" from the Dockerfile : util/programming-only-single/Dockerfile then in the command used.

Can you replace PLATFORM=$PLATFORM with PLATFORM=redhat

and let me know if this helps ?

Juan4SAS commented 3 years ago

Thank you @frayos , I will give it a try and let you know. Do you know why the $PLATFORM variable is returning an empty string/array? That should not be the case, correct?

Juan4SAS commented 3 years ago

@frayos , unfortunately that made no difference. Exactly the same error.

Juan4SAS commented 3 years ago

@frayos I think I identified the culprit.

1) The trick is to identify where the checks go badly. The problem is when running sas-orchestration with this line: ./sas-orchestration build --input SAS_Viya_deployment_data.zip --deployment-type programming --repository-warehouse $SAS_RPM_REPO_URL --platform $PLATFORM

So I have run one for my local repo and one towards the SAS repo, to ensure my repo is OK:

LOCAL ./sas-orchestration build --input SAS_Viya_deployment_data.zip --deployment-type programming --repository-warehouse http://172.22.168.128:180/sas_repos --platform redhat

SAS ./sas-orchestration build --input SAS_Viya_deployment_data.zip --deployment-type programming --platform redhat

Both gave me similar results: The build command failed: exit status 1

and

In my local repo Error: IOrchestrationDeploymentDefinitionProvider: Failed to create Orchestration Deployment Definition (ODD): "http://172.22.168.128:180/sas_repos/sasmd/shipped/va/125/va-125-x64_redhat_linux_7-dockersasmd/primary.odd". Failed to validate "http://172.22.168.128:180/sas_repos/sasmd/shipped/va/125/va-125-x64_redhat_linux_7-dockersasmd/primary.odd". Failed to validate JSON: "http://172.22.168.128:180/sas_repos/sasmd/shipped/va/125/va-125-x64_redhat_linux_7-dockersasmd/primary.odd". Failed to find a JSON schema file that matches the version "4.0.0", and the minimum version "4.0.0". Failed to find a matching JSON schema file in "/com/sas/ct/internal/odd/schema".

in the SAS repo: Error: IOrchestrationDeploymentDefinitionProvider: Failed to create Orchestration Deployment Definition (ODD): "https://ses.sas.download/ses/sasmd/shipped/connect/125/connect-125-x64_suse_linux_12-yumsasmd/primary.odd". Failed to validate "https://ses.sas.download/ses/sasmd/shipped/connect/125/connect-125-x64_suse_linux_12-yumsasmd/primary.odd". Failed to validate JSON: "https://ses.sas.download/ses/sasmd/shipped/connect/125/connect-125-x64_suse_linux_12-yumsasmd/primary.odd". Failed to find a JSON schema file that matches the version "4.0.0", and the minimum version "4.0.0". Failed to find a matching JSON schema file in "/com/sas/ct/internal/odd/schema".

Any ideas?

Edited - PS. Please don't focus on the platform part of the urls, as there are multiple errors across the output. See logs: mirror.local.repo.txt mirror.ses.sas.download.txt

Juan4SAS commented 3 years ago

Any chance this might be related to a bad order / shipping week number?

frayos commented 3 years ago

Juan thanks !

This issue is usually caused by a bad Orchestration CLI (not in sync with Order)

Please confirm the version of sas-orchestration and where you downloaded it from or le me know if you are running it directly in the container.

Juan4SAS commented 3 years ago

Thanks for your reply Younes.

Yes, I am aware, but in this case the logic does not make sense :) Let em explain.

According to the documentation: you get your SAS_Viya_deployment_data.zip, you download the current version from the SAS Orchestration CLI download site and you are all set, correct?

So, no, for this output I assumed nothing and downloaded the latest version of the orchestration tool. The version is 1.2.44, running it outside from any container.

frayos commented 3 years ago

You need a CLI in 3.5, the link you shared is : https://support.sas.com/en/documentation/install-center/viya/deployment-tools/34/command-line-interface.html you need : https://support.sas.com/en/documentation/install-center/viya/deployment-tools/35/command-line-interface.html

Let me know Thanks !

Juan4SAS commented 3 years ago

You do have a point,

I downloaded indeed wget https://support.sas.com/installation/viya/34/sas-orchestration-cli/lax/sas-orchestration-linux.tgz now downloading wget https://support.sas.com/installation/viya/35/sas-orchestration-cli/lax/sas-orchestration-linux.tgz

Shame on me :) Did not notice the version in the URL. I will test and keep you posted

Juan4SAS commented 3 years ago

And there you go. Perhaps my local repo is wrong.

While the orchestration tool ended successfully for ses.sas.download, when queriyng my local repo gives me this: Error: There are no applications to orchestrate for the requested platforms: "ppc64le_redhat_linux_7-yum", "x64_redhat_linux_6-yum". The build command failed: exit status 1

Younes, should we move this question to a SAS TS track? I assume this is supported by SAS Technical Support? And does not seem to be linked (at this point) to the recipes.

Juan4SAS commented 3 years ago

So, all in all, it seems to me the PLATFORM issue comes from a bad parameter / mirror configuration. Once resolved those 2, it works just fine. Now I am hitting a different issue. I will open a new one for this purpose.