Git Product home page Git Product logo

ansible-osbs's People

Contributors

maxamillion avatar mmilata avatar vrutkovs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ansible-osbs's Issues

Fails to install docker

I see this output on RHEL-7:

TASK: [osbs_builder | install packages required by osbs] ********************** 
failed: [osbs] => (item=bind-utils,iptables-services,bridge-utils,dock,docker,docker-registry) => {"changed": true, "failed": true, "item": "bind-utils,iptables-services,bridge-utils,dock,docker,docker-registry", "rc": 1, "results": ["bind-utils-9.9.4-18.el7_1.1.x86_64 providing bind-utils is already installed", "Loaded plugins: langpacks, product-id, subscription-manager\nResolving Dependencies\n--> Running transaction check\n---> Package iptables-services.x86_64 0:1.4.21-13.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package            Arch    Version          Repository                    Size\n================================================================================\nInstalling:\n iptables-services  x86_64  1.4.21-13.el7    rhel-7-workstation-htb-rpms   49 k\n\nTransaction Summary\n================================================================================\nInstall  1 Package\n\nTotal download size: 49 k\nInstalled size: 23 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : iptables-services-1.4.21-13.el7.x86_64                       1/1 \n  Verifying  : iptables-services-1.4.21-13.el7.x86_64                       1/1 \n\nInstalled:\n  iptables-services.x86_64 0:1.4.21-13.el7                                      \n\nComplete!\n", "bridge-utils-1.5-9.el7.x86_64 providing bridge-utils is already installed", "Loaded plugins: langpacks, product-id, subscription-manager\nResolving Dependencies\n--> Running transaction check\n---> Package dock.noarch 0:1.1.2-1.el7 will be installed\n--> Processing Dependency: python-docker-py for package: dock-1.1.2-1.el7.noarch\n--> Processing Dependency: GitPython for package: dock-1.1.2-1.el7.noarch\n--> Running transaction check\n---> Package GitPython.noarch 0:0.3.2-0.6.RC1.el7 will be installed\n--> Processing Dependency: python-gitdb for package: GitPython-0.3.2-0.6.RC1.el7.noarch\n---> Package dock.noarch 0:1.1.2-1.el7 will be installed\n--> Processing Dependency: python-docker-py for package: dock-1.1.2-1.el7.noarch\n--> Running transaction check\n---> Package dock.noarch 0:1.1.2-1.el7 will be installed\n--> Processing Dependency: python-docker-py for package: dock-1.1.2-1.el7.noarch\n---> Package python-gitdb.x86_64 0:0.5.4-5.el7 will be installed\n--> Processing Dependency: python-async >= 0.6.1 for package: python-gitdb-0.5.4-5.el7.x86_64\n--> Processing Dependency: python-smmap for package: python-gitdb-0.5.4-5.el7.x86_64\n--> Running transaction check\n---> Package dock.noarch 0:1.1.2-1.el7 will be installed\n--> Processing Dependency: python-docker-py for package: dock-1.1.2-1.el7.noarch\n---> Package python-async.x86_64 0:0.6.1-6.el7 will be installed\n---> Package python-smmap.noarch 0:0.8.1-6.el7 will be installed\n--> Finished Dependency Resolution\n You could try using --skip-broken to work around the problem\n You could try running: rpm -Va --nofiles --nodigest\n"]}
msg: Error: Package: dock-1.1.2-1.el7.noarch (epel)
           Requires: python-docker-py
No Package matching 'docker' found available, installed or updated

FATAL: all hosts have already failed -- aborting

PLAY RECAP ******************************************************************** 
           to retry, use: --limit @/home/twaugh/site.retry

osbs                       : ok=9    changed=4    unreachable=0    failed=1   

I'm using 9c16fc9 with hosts changed to reference the VM's hostname.

Exception caught: error(18, 'NSS: client certificate not found (nickname not specified)')

Post deployment using ansible-osbs, I configured my /etc/osbs.conf as follows:

[general]
build_json_dir = /usr/share/osbs/

[default]
openshift_uri = https://localhost:8443/
# if you want to get packages from koji (koji plugin in dock)
# you need to setup koji hub and root
# this sample is for fedora
koji_root = http://koji.fedoraproject.org/
koji_hub = http://koji.fedoraproject.org/kojihub
# in case of using artifacts plugin, you should provide a command
# how to fetch artifacts
sources_command = fedpkg sources
# from where should be images pulled and where should be pushed?
registry_uri = localhost:5000
verify_ssl = false
build_type = simple

I have setup my local docker-registry with the images I need for my test build but for whatever reason when I attempt to run a build it fails reporting "nickname not specified" which I suspect is just a side effect of either a deployment requirement not in the ansible playbook or a post deployment account setup step that isn't documented.

# osbs build -g https://github.com/maxamillion/osbs-dockerfile-test.git -c osbstest -u admin
2015-06-18 14:38:16,374 - osbs.build.spec - INFO - Validating params of SimpleSpec
2015-06-18 14:38:16,761 - osbs.core - INFO - watching build 'osbstest-20150618-143816'
2015-06-18 14:38:16,854 - osbs.core - INFO - object has changed: 'MODIFIED', status: 'Pending', name: 'osbstest-20150618-143816'
2015-06-18 14:38:16,854 - osbs.core - INFO - matching build found
2015-06-18 14:38:22,677 - osbs.core - INFO - object has changed: 'MODIFIED', status: 'Running', name: 'osbstest-20150618-143816'
2015-06-18 14:38:22,677 - osbs.core - INFO - matching build found
2015-06-18 14:38:22,677 - osbs.core - INFO - watching build 'osbstest-20150618-143816'
2015-06-18 14:38:22,706 - osbs.core - INFO - object has changed: 'MODIFIED', status: 'Running', name: 'osbstest-20150618-143816'
2015-06-18 14:38:22,706 - osbs.core - INFO - matching build found
Build submitted (osbstest-20150618-143816), watching logs (feel free to interrupt)
2015-06-18 14:38:20,811 - dock.inner - DEBUG - getting build json from input osv3
2015-06-18 14:38:20,811 - dock.plugin - DEBUG - loading plugins from dir '/usr/lib/python2.7/site-packages/dock/plugins'
2015-06-18 14:38:20,812 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_add_labels_in_df.py'
2015-06-18 14:38:20,812 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_push_to_pulp.py'
2015-06-18 14:38:20,813 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_change_from_in_df.py'
2015-06-18 14:38:20,814 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_return_dockerfile.py'
2015-06-18 14:38:20,815 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/prepub_tests_for_image.py'
2015-06-18 14:38:20,817 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_pyrpkg_fetch_artefacts.py'
2015-06-18 14:38:20,817 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_tag_by_labels.py'
2015-06-18 14:38:20,818 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/input_path.py'
2015-06-18 14:38:20,818 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_add_yum_repo.py'
2015-06-18 14:38:20,819 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_rpmqa.py'
2015-06-18 14:38:20,819 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/__init__.py'
2015-06-18 14:38:20,819 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_cp_dockerfile.py'
2015-06-18 14:38:20,820 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_change_source_registry.py'
2015-06-18 14:38:20,820 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_tag_and_push.py'
2015-06-18 14:38:20,821 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/input_env.py'
2015-06-18 14:38:20,821 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_koji.py'
2015-06-18 14:38:23,635 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_inject_yum_repo.py'
2015-06-18 14:38:23,637 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_store_logs_to_file.py'
2015-06-18 14:38:23,639 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/input_osv3.py'
2015-06-18 14:38:23,640 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_remove_built_image.py'
2015-06-18 14:38:23,642 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_store_metadata_in_osv3.py'
2015-06-18 14:38:23,646 - dock.plugin - WARNING - can't load module '/usr/lib/python2.7/site-packages/dock/plugins/post_store_metadata_in_osv3.py': ImportError('No module named osbs.core',)
2015-06-18 14:38:23,646 - dock.plugin - DEBUG - running plugin 'osv3'
2015-06-18 14:38:23,647 - dock.plugins.osv3 - DEBUG - build json: {'target_registries_insecure': True, 'parent_registry_insecure': True, 'git_url': 'https://github.com/maxamillion/osbs-dockerfile-test.git', 'git_commit': 'master', 'prebuild_plugins': [{u'name': u'change_from_in_dockerfile'}, {u'name': u'dockerfile_content'}, {u'args': {u'registry_uri': u'localhost:5000', u'insecure_registry': True}, u'name': u'change_source_registry'}], 'image': 'admin/osbstest:20150618143816', 'target_registries': ['localhost:5000'], 'parent_registry': u'localhost:5000', 'postbuild_plugins': [{u'args': {u'image_id': u'BUILT_IMAGE_ID'}, u'name': u'all_rpm_packages'}, {u'args': {u'url': u'https://localhost:8443/osapi/v1beta1/', u'verify_ssl': False}, u'name': u'store_metadata_in_osv3'}, {u'name': u'remove_built_image'}]}
2015-06-18 14:38:23,648 - dock.inner - DEBUG - Build json: {'target_registries_insecure': True, 'parent_registry_insecure': True, 'git_url': 'https://github.com/maxamillion/osbs-dockerfile-test.git', 'git_commit': 'master', 'prebuild_plugins': [{u'name': u'change_from_in_dockerfile'}, {u'name': u'dockerfile_content'}, {u'args': {u'registry_uri': u'localhost:5000', u'insecure_registry': True}, u'name': u'change_source_registry'}], 'image': 'admin/osbstest:20150618143816', 'target_registries': ['localhost:5000'], 'parent_registry': u'localhost:5000', 'postbuild_plugins': [{u'args': {u'image_id': u'BUILT_IMAGE_ID'}, u'name': u'all_rpm_packages'}, {u'args': {u'url': u'https://localhost:8443/osapi/v1beta1/', u'verify_ssl': False}, u'name': u'store_metadata_in_osv3'}, {u'name': u'remove_built_image'}]}
2015-06-18 14:38:23,677 - dock.util - INFO - clone git repo
2015-06-18 14:38:23,678 - dock.util - DEBUG - url = 'https://github.com/maxamillion/osbs-dockerfile-test.git', dir = '/tmp/tmp7guFBJ', commit = 'master'
2015-06-18 14:38:25,336 - dock.util - INFO - find dockerfile
2015-06-18 14:38:25,337 - dock.util - DEBUG - abs path = '/tmp/tmp7guFBJ', local path = 'None'
2015-06-18 14:38:25,337 - dock.util - DEBUG - dockerfile found: '/tmp/tmp7guFBJ/Dockerfile'
2015-06-18 14:38:25,338 - dock.build - DEBUG - image specified in dockerfile = 'fedora:20'
2015-06-18 14:38:25,339 - dock.build - INFO - pull base image from registry
2015-06-18 14:38:25,340 - dock.core - INFO - pull image from registry
2015-06-18 14:38:25,340 - dock.core - DEBUG - image = 'localhost:5000/fedora:20', insecure = 'True'
2015-06-18 14:38:29,371 - dock.util - INFO - wait_for_command
2015-06-18 14:38:29,372 - dock.util - DEBUG - Trying to pull repository localhost:5000/fedora ...
2015-06-18 14:38:29,383 - dock.util - INFO - no more logs
2015-06-18 14:38:29,383 - dock.core - INFO - tag image
2015-06-18 14:38:29,383 - dock.core - DEBUG - image = 'localhost:5000/fedora:20', target_image_name = 'fedora:20'
2015-06-18 14:38:29,390 - dock.build - DEBUG - image 'fedora:20' is available
2015-06-18 14:38:29,390 - dock.inner - INFO - running pre-build plugins
2015-06-18 14:38:29,390 - dock.plugin - DEBUG - loading plugins from dir '/usr/lib/python2.7/site-packages/dock/plugins'
2015-06-18 14:38:29,391 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_add_labels_in_df.py'
2015-06-18 14:38:29,391 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_push_to_pulp.py'
2015-06-18 14:38:29,392 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_change_from_in_df.py'
2015-06-18 14:38:29,392 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_return_dockerfile.py'
2015-06-18 14:38:29,393 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/prepub_tests_for_image.py'
2015-06-18 14:38:29,393 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_pyrpkg_fetch_artefacts.py'
2015-06-18 14:38:29,393 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_tag_by_labels.py'
2015-06-18 14:38:29,394 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/input_path.py'
2015-06-18 14:38:29,394 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_add_yum_repo.py'
2015-06-18 14:38:29,394 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_rpmqa.py'
2015-06-18 14:38:29,395 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/__init__.py'
2015-06-18 14:38:29,395 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_cp_dockerfile.py'
2015-06-18 14:38:29,395 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_change_source_registry.py'
2015-06-18 14:38:29,396 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_tag_and_push.py'
2015-06-18 14:38:29,396 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/input_env.py'
2015-06-18 14:38:29,396 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_koji.py'
2015-06-18 14:38:29,396 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_inject_yum_repo.py'
2015-06-18 14:38:29,397 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_store_logs_to_file.py'
2015-06-18 14:38:29,397 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/input_osv3.py'
2015-06-18 14:38:29,397 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_remove_built_image.py'
2015-06-18 14:38:29,398 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_store_metadata_in_osv3.py'
2015-06-18 14:38:29,398 - dock.plugin - WARNING - can't load module '/usr/lib/python2.7/site-packages/dock/plugins/post_store_metadata_in_osv3.py': ImportError('No module named osbs.core',)
2015-06-18 14:38:29,398 - dock.plugin - DEBUG - running plugin 'change_from_in_dockerfile'
2015-06-18 14:38:29,399 - dock.plugin - INFO - running plugin instance with args: '{}'
2015-06-18 14:38:29,399 - dock.core - INFO - inspect image
2015-06-18 14:38:29,399 - dock.core - DEBUG - image_id = 'fedora:20'
2015-06-18 14:38:29,406 - dock.plugins.change_from_in_dockerfile - DEBUG - Using base image 'fedora:20', id 'd7f0e75cf11fd6fe9fc3e676bb423f1504ea20da110d4d480f74cda8cb94f574'
2015-06-18 14:38:29,406 - dock.plugins.change_from_in_dockerfile - INFO - Changed FROM: 'FROM fedora:20' -> 'FROM d7f0e75cf11fd6fe9fc3e676bb423f1504ea20da110d4d480f74cda8cb94f574'
2015-06-18 14:38:29,407 - dock.plugin - DEBUG - running plugin 'dockerfile_content'
2015-06-18 14:38:29,407 - dock.plugin - INFO - running plugin instance with args: '{}'
2015-06-18 14:38:29,407 - dock.plugin - DEBUG - running plugin 'change_source_registry'
2015-06-18 14:38:29,407 - dock.plugin - INFO - running plugin instance with args: '{u'registry_uri': u'localhost:5000', u'insecure_registry': True}'
2015-06-18 14:38:29,408 - dock.plugins.change_source_registry - DEBUG - setting source registry to 'localhost:5000', insecure = 'True'
2015-06-18 14:38:29,408 - dock.build - INFO - build image inside current environment
2015-06-18 14:38:29,408 - dock.core - INFO - build image from provided path
2015-06-18 14:38:29,408 - dock.core - DEBUG - image = 'admin/osbstest:20150618143816', path = '/tmp/tmp7guFBJ'
2015-06-18 14:38:29,479 - dock.build - DEBUG - build is submitted, waiting for it to finish
2015-06-18 14:38:29,479 - dock.util - INFO - wait_for_command
2015-06-18 14:38:29,480 - dock.util - DEBUG - Step 0 : FROM d7f0e75cf11fd6fe9fc3e676bb423f1504ea20da110d4d480f74cda8cb94f574
2015-06-18 14:38:29,480 - dock.util - DEBUG - ---> d7f0e75cf11f
2015-06-18 14:38:29,480 - dock.util - DEBUG - Step 1 : MAINTAINER http://fedoraproject.org/wiki/Cloud
2015-06-18 14:38:29,768 - dock.util - DEBUG - ---> Running in 7fbdbea146f9
2015-06-18 14:38:32,710 - dock.util - DEBUG - ---> 706a8c6d91a3
2015-06-18 14:38:35,570 - dock.util - DEBUG - Removing intermediate container 7fbdbea146f9
2015-06-18 14:38:35,570 - dock.util - DEBUG - Step 2 : RUN yum -y update && yum clean all
2015-06-18 14:38:36,084 - dock.util - DEBUG - ---> Running in c99ebe6e0650
2015-06-18 14:38:53,799 - dock.util - DEBUG - Resolving Dependencies
2015-06-18 14:38:53,802 - dock.util - DEBUG - --> Running transaction check
2015-06-18 14:38:53,806 - dock.util - DEBUG - ---> Package audit-libs.x86_64 0:2.4-1.fc20 will be updated
2015-06-18 14:38:53,892 - dock.util - DEBUG - ---> Package audit-libs.x86_64 0:2.4.1-1.fc20 will be an update
2015-06-18 14:38:53,899 - dock.util - DEBUG - ---> Package bash.x86_64 0:4.2.48-2.fc20 will be updated
2015-06-18 14:38:53,929 - dock.util - DEBUG - ---> Package bash.x86_64 0:4.2.53-2.fc20 will be an update
2015-06-18 14:38:53,929 - dock.util - DEBUG - ---> Package ca-certificates.noarch 0:2013.1.97-1.fc20 will be updated
2015-06-18 14:38:53,935 - dock.util - DEBUG - ---> Package ca-certificates.noarch 0:2015.2.4-1.0.fc20 will be an update
2015-06-18 14:38:53,944 - dock.util - DEBUG - ---> Package chkconfig.x86_64 0:1.3.62-1.fc20 will be updated
2015-06-18 14:38:53,984 - dock.util - DEBUG - ---> Package chkconfig.x86_64 0:1.3.63-1.fc20 will be an update
2015-06-18 14:38:53,988 - dock.util - DEBUG - ---> Package coreutils.x86_64 0:8.21-21.fc20 will be updated
2015-06-18 14:38:54,699 - dock.util - DEBUG - ---> Package coreutils.x86_64 0:8.21-22.fc20 will be an update
2015-06-18 14:38:54,717 - dock.util - DEBUG - ---> Package cpio.x86_64 0:2.11-25.fc20 will be updated
2015-06-18 14:38:54,725 - dock.util - DEBUG - ---> Package cpio.x86_64 0:2.11-28.fc20 will be an update
2015-06-18 14:38:54,733 - dock.util - DEBUG - ---> Package cronie.x86_64 0:1.4.11-4.fc20 will be updated
2015-06-18 14:38:54,734 - dock.util - DEBUG - ---> Package cronie.x86_64 0:1.4.12-1.fc20 will be an update
2015-06-18 14:38:54,743 - dock.util - DEBUG - ---> Package cronie-noanacron.x86_64 0:1.4.11-4.fc20 will be updated
2015-06-18 14:38:54,743 - dock.util - DEBUG - ---> Package cronie-noanacron.x86_64 0:1.4.12-1.fc20 will be an update
2015-06-18 14:38:54,747 - dock.util - DEBUG - ---> Package curl.x86_64 0:7.32.0-13.fc20 will be updated
2015-06-18 14:38:54,758 - dock.util - DEBUG - ---> Package curl.x86_64 0:7.32.0-20.fc20 will be an update
2015-06-18 14:38:54,781 - dock.util - DEBUG - ---> Package dbus.x86_64 1:1.6.12-9.fc20 will be updated
2015-06-18 14:38:54,798 - dock.util - DEBUG - ---> Package dbus.x86_64 1:1.6.30-1.fc20 will be an update
2015-06-18 14:38:54,813 - dock.util - DEBUG - ---> Package dbus-libs.x86_64 1:1.6.12-9.fc20 will be updated
2015-06-18 14:38:54,817 - dock.util - DEBUG - ---> Package dbus-libs.x86_64 1:1.6.30-1.fc20 will be an update
2015-06-18 14:38:54,817 - dock.util - DEBUG - ---> Package dracut.x86_64 0:037-11.git20140402.fc20 will be updated
2015-06-18 14:38:54,821 - dock.util - DEBUG - ---> Package dracut.x86_64 0:037-13.git20150518.fc20 will be an update
2015-06-18 14:38:54,844 - dock.util - DEBUG - ---> Package dracut-config-rescue.x86_64 0:037-11.git20140402.fc20 will be updated
2015-06-18 14:38:54,847 - dock.util - DEBUG - ---> Package dracut-config-rescue.x86_64 0:037-13.git20150518.fc20 will be an update
2015-06-18 14:38:54,847 - dock.util - DEBUG - ---> Package elfutils-libelf.x86_64 0:0.160-1.fc20 will be updated
2015-06-18 14:38:54,852 - dock.util - DEBUG - ---> Package elfutils-libelf.x86_64 0:0.161-6.fc20 will be an update
2015-06-18 14:38:54,853 - dock.util - DEBUG - ---> Package fedora-release.noarch 0:20-3 will be updated
2015-06-18 14:38:54,854 - dock.util - DEBUG - ---> Package fedora-release.noarch 0:20-4 will be an update
2015-06-18 14:38:54,854 - dock.util - DEBUG - ---> Package file-libs.x86_64 0:5.19-6.fc20 will be updated
2015-06-18 14:38:54,856 - dock.util - DEBUG - ---> Package file-libs.x86_64 0:5.19-7.fc20 will be an update
2015-06-18 14:38:54,856 - dock.util - DEBUG - ---> Package gawk.x86_64 0:4.1.0-3.fc20 will be updated
2015-06-18 14:38:54,865 - dock.util - DEBUG - ---> Package gawk.x86_64 0:4.1.0-4.fc20 will be an update
2015-06-18 14:38:54,872 - dock.util - DEBUG - ---> Package gdbm.x86_64 0:1.10-7.fc20 will be updated
2015-06-18 14:38:54,873 - dock.util - DEBUG - ---> Package gdbm.x86_64 0:1.10-8.fc20 will be an update
2015-06-18 14:38:54,873 - dock.util - DEBUG - ---> Package glibc.x86_64 0:2.18-14.fc20 will be updated
2015-06-18 14:38:54,882 - dock.util - DEBUG - ---> Package glibc.x86_64 0:2.18-19.fc20 will be an update
2015-06-18 14:38:54,885 - dock.util - DEBUG - ---> Package glibc-common.x86_64 0:2.18-14.fc20 will be updated
2015-06-18 14:38:54,888 - dock.util - DEBUG - ---> Package glibc-common.x86_64 0:2.18-19.fc20 will be an update
2015-06-18 14:38:54,893 - dock.util - DEBUG - ---> Package gnupg2.x86_64 0:2.0.25-1.fc20 will be updated
2015-06-18 14:38:54,897 - dock.util - DEBUG - ---> Package gnupg2.x86_64 0:2.0.27-1.fc20 will be an update
2015-06-18 14:38:54,912 - dock.util - DEBUG - ---> Package gpgme.x86_64 0:1.3.2-4.fc20 will be updated
2015-06-18 14:38:54,914 - dock.util - DEBUG - ---> Package gpgme.x86_64 0:1.3.2-5.fc20 will be an update
2015-06-18 14:38:54,918 - dock.util - DEBUG - ---> Package initscripts.x86_64 0:9.51-2.fc20 will be updated
2015-06-18 14:38:54,935 - dock.util - DEBUG - ---> Package initscripts.x86_64 0:9.51-3.fc20 will be an update
2015-06-18 14:38:54,953 - dock.util - DEBUG - ---> Package kmod.x86_64 0:15-1.fc20 will be updated
2015-06-18 14:38:54,956 - dock.util - DEBUG - ---> Package kmod.x86_64 0:15-2.fc20 will be an update
2015-06-18 14:38:54,959 - dock.util - DEBUG - ---> Package kmod-libs.x86_64 0:15-1.fc20 will be updated
2015-06-18 14:38:54,962 - dock.util - DEBUG - ---> Package kmod-libs.x86_64 0:15-2.fc20 will be an update
2015-06-18 14:38:54,963 - dock.util - DEBUG - ---> Package kpartx.x86_64 0:0.4.9-56.fc20 will be updated
2015-06-18 14:38:54,965 - dock.util - DEBUG - ---> Package kpartx.x86_64 0:0.4.9-56.fc20.1 will be an update
2015-06-18 14:38:54,966 - dock.util - DEBUG - ---> Package krb5-libs.x86_64 0:1.11.5-11.fc20 will be updated
2015-06-18 14:38:54,970 - dock.util - DEBUG - ---> Package krb5-libs.x86_64 0:1.11.5-19.fc20 will be an update
2015-06-18 14:38:54,979 - dock.util - DEBUG - ---> Package libblkid.x86_64 0:2.24.2-1.fc20 will be updated
2015-06-18 14:38:54,986 - dock.util - DEBUG - ---> Package libblkid.x86_64 0:2.24.2-2.fc20 will be an update
2015-06-18 14:38:54,986 - dock.util - DEBUG - ---> Package libcom_err.x86_64 0:1.42.8-3.fc20 will be updated
2015-06-18 14:38:54,990 - dock.util - DEBUG - ---> Package libcom_err.x86_64 0:1.42.12-4.fc20 will be an update
2015-06-18 14:38:54,991 - dock.util - DEBUG - ---> Package libcurl.x86_64 0:7.32.0-13.fc20 will be updated
2015-06-18 14:38:54,995 - dock.util - DEBUG - ---> Package libcurl.x86_64 0:7.32.0-20.fc20 will be an update
2015-06-18 14:38:55,008 - dock.util - DEBUG - ---> Package libidn.x86_64 0:1.28-2.fc20 will be updated
2015-06-18 14:38:55,010 - dock.util - DEBUG - ---> Package libidn.x86_64 0:1.28-3.fc20 will be an update
2015-06-18 14:38:55,014 - dock.util - DEBUG - ---> Package libmount.x86_64 0:2.24.2-1.fc20 will be updated
2015-06-18 14:38:55,015 - dock.util - DEBUG - ---> Package libmount.x86_64 0:2.24.2-2.fc20 will be an update
2015-06-18 14:38:55,017 - dock.util - DEBUG - ---> Package libpipeline.x86_64 0:1.2.4-2.fc20 will be updated
2015-06-18 14:38:55,022 - dock.util - DEBUG - ---> Package libpipeline.x86_64 0:1.2.4-3.fc20 will be an update
2015-06-18 14:38:55,022 - dock.util - DEBUG - ---> Package libssh2.x86_64 0:1.4.3-9.fc20 will be updated
2015-06-18 14:38:55,022 - dock.util - DEBUG - ---> Package libssh2.x86_64 0:1.5.0-1.fc20 will be an update
2015-06-18 14:38:55,024 - dock.util - DEBUG - ---> Package libtasn1.x86_64 0:3.8-2.fc20 will be updated
2015-06-18 14:38:55,025 - dock.util - DEBUG - ---> Package libtasn1.x86_64 0:3.8-3.fc20 will be an update
2015-06-18 14:38:55,026 - dock.util - DEBUG - ---> Package libuuid.x86_64 0:2.24.2-1.fc20 will be updated
2015-06-18 14:38:55,030 - dock.util - DEBUG - ---> Package libuuid.x86_64 0:2.24.2-2.fc20 will be an update
2015-06-18 14:38:55,031 - dock.util - DEBUG - ---> Package libxml2.x86_64 0:2.9.1-2.fc20 will be updated
2015-06-18 14:38:55,040 - dock.util - DEBUG - ---> Package libxml2.x86_64 0:2.9.1-4.fc20 will be an update
2015-06-18 14:38:55,043 - dock.util - DEBUG - ---> Package man-db.x86_64 0:2.6.5-5.fc20 will be updated
2015-06-18 14:38:55,045 - dock.util - DEBUG - ---> Package man-db.x86_64 0:2.6.5-6.fc20 will be an update
2015-06-18 14:38:55,052 - dock.util - DEBUG - ---> Package nspr.x86_64 0:4.10.7-1.fc20 will be updated
2015-06-18 14:38:55,057 - dock.util - DEBUG - ---> Package nspr.x86_64 0:4.10.8-1.fc20 will be an update
2015-06-18 14:38:55,059 - dock.util - DEBUG - ---> Package nss.x86_64 0:3.17.1-1.fc20 will be updated
2015-06-18 14:38:55,068 - dock.util - DEBUG - ---> Package nss.x86_64 0:3.19.1-1.0.fc20 will be an update
2015-06-18 14:38:55,078 - dock.util - DEBUG - ---> Package nss-softokn.x86_64 0:3.17.1-2.fc20 will be updated
2015-06-18 14:38:55,081 - dock.util - DEBUG - ---> Package nss-softokn.x86_64 0:3.19.1-1.0.fc20 will be an update
2015-06-18 14:38:55,086 - dock.util - DEBUG - ---> Package nss-softokn-freebl.x86_64 0:3.17.1-2.fc20 will be updated
2015-06-18 14:38:55,087 - dock.util - DEBUG - ---> Package nss-softokn-freebl.x86_64 0:3.19.1-1.0.fc20 will be an update
2015-06-18 14:38:55,088 - dock.util - DEBUG - ---> Package nss-sysinit.x86_64 0:3.17.1-1.fc20 will be updated
2015-06-18 14:38:55,089 - dock.util - DEBUG - ---> Package nss-sysinit.x86_64 0:3.19.1-1.0.fc20 will be an update
2015-06-18 14:38:55,096 - dock.util - DEBUG - ---> Package nss-tools.x86_64 0:3.17.1-1.fc20 will be updated
2015-06-18 14:38:55,098 - dock.util - DEBUG - ---> Package nss-tools.x86_64 0:3.19.1-1.0.fc20 will be an update
2015-06-18 14:38:55,120 - dock.util - DEBUG - ---> Package nss-util.x86_64 0:3.17.1-1.fc20 will be updated
2015-06-18 14:38:55,123 - dock.util - DEBUG - ---> Package nss-util.x86_64 0:3.19.1-1.0.fc20 will be an update
2015-06-18 14:38:55,123 - dock.util - DEBUG - ---> Package openssh.x86_64 0:6.4p1-5.fc20 will be updated
2015-06-18 14:38:55,127 - dock.util - DEBUG - ---> Package openssh.x86_64 0:6.4p1-8.fc20 will be an update
2015-06-18 14:38:55,137 - dock.util - DEBUG - ---> Package openssh-clients.x86_64 0:6.4p1-5.fc20 will be updated
2015-06-18 14:38:55,155 - dock.util - DEBUG - ---> Package openssh-clients.x86_64 0:6.4p1-8.fc20 will be an update
2015-06-18 14:38:55,160 - dock.util - DEBUG - ---> Package openssl-libs.x86_64 1:1.0.1e-39.fc20 will be updated
2015-06-18 14:38:55,160 - dock.util - DEBUG - ---> Package openssl-libs.x86_64 1:1.0.1e-42.fc20 will be an update
2015-06-18 14:38:55,163 - dock.util - DEBUG - ---> Package pam.x86_64 0:1.1.8-1.fc20 will be updated
2015-06-18 14:38:55,176 - dock.util - DEBUG - ---> Package pam.x86_64 0:1.1.8-2.fc20 will be an update
2015-06-18 14:38:55,188 - dock.util - DEBUG - ---> Package pcre.x86_64 0:8.33-6.fc20 will be updated
2015-06-18 14:38:55,196 - dock.util - DEBUG - ---> Package pcre.x86_64 0:8.33-11.fc20 will be an update
2015-06-18 14:38:55,196 - dock.util - DEBUG - ---> Package python.x86_64 0:2.7.5-13.fc20 will be updated
2015-06-18 14:38:55,248 - dock.util - DEBUG - ---> Package python.x86_64 0:2.7.5-16.fc20 will be an update
2015-06-18 14:38:55,256 - dock.util - DEBUG - ---> Package python-libs.x86_64 0:2.7.5-13.fc20 will be updated
2015-06-18 14:38:55,259 - dock.util - DEBUG - ---> Package python-libs.x86_64 0:2.7.5-16.fc20 will be an update
2015-06-18 14:38:55,269 - dock.util - DEBUG - ---> Package python-six.noarch 0:1.7.3-1.fc20 will be updated
2015-06-18 14:38:55,281 - dock.util - DEBUG - ---> Package python-six.noarch 0:1.9.0-1.fc20 will be an update
2015-06-18 14:38:55,284 - dock.util - DEBUG - ---> Package rpm.x86_64 0:4.11.3-1.fc20 will be updated
2015-06-18 14:38:55,291 - dock.util - DEBUG - ---> Package rpm.x86_64 0:4.11.3-3.fc20 will be an update
2015-06-18 14:38:55,301 - dock.util - DEBUG - ---> Package rpm-build-libs.x86_64 0:4.11.3-1.fc20 will be updated
2015-06-18 14:38:55,303 - dock.util - DEBUG - ---> Package rpm-build-libs.x86_64 0:4.11.3-3.fc20 will be an update
2015-06-18 14:38:55,309 - dock.util - DEBUG - ---> Package rpm-libs.x86_64 0:4.11.3-1.fc20 will be updated
2015-06-18 14:38:55,310 - dock.util - DEBUG - ---> Package rpm-libs.x86_64 0:4.11.3-3.fc20 will be an update
2015-06-18 14:38:55,317 - dock.util - DEBUG - ---> Package rpm-python.x86_64 0:4.11.3-1.fc20 will be updated
2015-06-18 14:38:55,324 - dock.util - DEBUG - ---> Package rpm-python.x86_64 0:4.11.3-3.fc20 will be an update
2015-06-18 14:38:55,328 - dock.util - DEBUG - ---> Package setup.noarch 0:2.8.71-2.fc20 will be updated
2015-06-18 14:38:55,337 - dock.util - DEBUG - ---> Package setup.noarch 0:2.8.71-3.fc20 will be an update
2015-06-18 14:38:55,337 - dock.util - DEBUG - ---> Package sqlite.x86_64 0:3.8.6-2.fc20 will be updated
2015-06-18 14:38:55,337 - dock.util - DEBUG - ---> Package sqlite.x86_64 0:3.8.10.1-1.fc20 will be an update
2015-06-18 14:38:55,341 - dock.util - DEBUG - ---> Package sudo.x86_64 0:1.8.8-1.fc20 will be updated
2015-06-18 14:38:55,353 - dock.util - DEBUG - ---> Package sudo.x86_64 0:1.8.12-1.fc20 will be an update
2015-06-18 14:38:55,366 - dock.util - DEBUG - ---> Package systemd.x86_64 0:208-21.fc20 will be updated
2015-06-18 14:38:55,536 - dock.util - DEBUG - ---> Package systemd.x86_64 0:208-31.fc20 will be an update
2015-06-18 14:38:55,561 - dock.util - DEBUG - ---> Package systemd-libs.x86_64 0:208-21.fc20 will be updated
2015-06-18 14:38:55,562 - dock.util - DEBUG - ---> Package systemd-libs.x86_64 0:208-31.fc20 will be an update
2015-06-18 14:38:55,571 - dock.util - DEBUG - ---> Package tzdata.noarch 0:2014g-1.fc20 will be updated
2015-06-18 14:38:55,572 - dock.util - DEBUG - ---> Package tzdata.noarch 0:2015d-1.fc20 will be an update
2015-06-18 14:38:55,572 - dock.util - DEBUG - ---> Package util-linux.x86_64 0:2.24.2-1.fc20 will be updated
2015-06-18 14:38:55,581 - dock.util - DEBUG - ---> Package util-linux.x86_64 0:2.24.2-2.fc20 will be an update
2015-06-18 14:38:55,603 - dock.util - DEBUG - ---> Package vim-minimal.x86_64 2:7.4.417-1.fc20 will be updated
2015-06-18 14:38:55,604 - dock.util - DEBUG - ---> Package vim-minimal.x86_64 2:7.4.475-2.fc20 will be an update
2015-06-18 14:38:55,762 - dock.util - DEBUG - --> Finished Dependency Resolution
2015-06-18 14:38:55,837 - dock.util - DEBUG - Dependencies Resolved
2015-06-18 14:38:55,865 - dock.util - DEBUG - ================================================================================
2015-06-18 14:38:55,866 - dock.util - DEBUG - Package                 Arch      Version                     Repository  Size
2015-06-18 14:38:55,866 - dock.util - DEBUG - ================================================================================
2015-06-18 14:38:55,866 - dock.util - DEBUG - Updating:
2015-06-18 14:38:55,866 - dock.util - DEBUG - audit-libs              x86_64    2.4.1-1.fc20                updates     89 k
2015-06-18 14:38:55,866 - dock.util - DEBUG - bash                    x86_64    4.2.53-2.fc20               updates    998 k
2015-06-18 14:38:55,867 - dock.util - DEBUG - ca-certificates         noarch    2015.2.4-1.0.fc20           updates    440 k
2015-06-18 14:38:55,867 - dock.util - DEBUG - chkconfig               x86_64    1.3.63-1.fc20               updates    172 k
 coreutils               x86_64    8.21-22.fc20                updates    2.8 M
 cpio                    x86_64    2.11-28.fc20                updates    211 k
 cronie                  x86_64    1.4.12-1.fc20               updates     97 k
 cronie-noanacron        x86_64    1.4.12-1.fc20               updates     12 k
 curl                    x86_64    7.32.0-20.fc20              updates    270 k
 dbus                    x86_64    1:1.6.30-1.fc20             updates    331 k
 dbus-libs               x86_64    1:1.6.30-1.fc20             updates    162 k
 dracut                  x86_64    037-13.git20150518.fc20     updates    302 k
 dracut-config-rescue    x86_64    037-13.git20150518.fc20     updates     38 k
 elfutils-libelf         x86_64    0.161-6.fc20                updates    200 k
 fedora-release          noarch    20-4                        updates     39 k
 file-libs               x86_64    5.19-7.fc20                 updates    401 k
 gawk                    x86_64    4.1.0-4.fc20                updates    960 k
 gdbm                    x86_64    1.10-8.fc20                 updates     70 k
 glibc                   x86_64    2.18-19.fc20                updates    3.6 M
 glibc-common            x86_64    2.18-19.fc20                updates     11 M
 gnupg2                  x86_64    2.0.27-1.fc20               updates    1.5 M
 gpgme                   x86_64    1.3.2-5.fc20                updates    145 k
 initscripts             x86_64    9.51-3.fc20                 updates    414 k
 kmod                    x86_64    15-2.fc20                   updates    106 k
 kmod-libs               x86_64    15-2.fc20                   updates     45 k
 kpartx                  x86_64    0.4.9-56.fc20.1             updates     49 k
 krb5-libs               x86_64    1.11.5-19.fc20              updates    810 k
 libblkid                x86_64    2.24.2-2.fc20               updates    167 k
 libcom_err              x86_64    1.42.12-4.fc20              updates     39 k
 libcurl                 x86_64    7.32.0-20.fc20              updates    223 k
 libidn                  x86_64    1.28-3.fc20                 updates    209 k
 libmount                x86_64    2.24.2-2.fc20               updates    170 k
 libpipeline             x86_64    1.2.4-3.fc20                updates     54 k
 libssh2                 x86_64    1.5.0-1.fc20                updates    139 k
 libtasn1                x86_64    3.8-3.fc20                  updates    320 k
 libuuid                 x86_64    2.24.2-2.fc20               updates     71 k
 libxml2                 x86_64    2.9.1-4.fc20                updates    658 k
 man-db                  x86_64    2.6.5-6.fc20                updates    911 k
 nspr                    x86_64    4.10.8-1.fc20               updates    128 k
 nss                     x86_64    3.19.1-1.0.fc20             updates    848 k
 nss-softokn             x86_64    3.19.1-1.0.fc20             updates    304 k
 nss-softokn-freebl      x86_64    3.19.1-1.0.fc20             updates    198 k
 nss-sysinit             x86_64    3.19.1-1.0.fc20             updates     48 k
 nss-tools               x86_64    3.19.1-1.0.fc20             updates    482 k
 nss-util                x86_64    3.19.1-1.0.fc20             updates     76 k
 openssh                 x86_64    6.4p1-8.fc20                updates    342 k
 openssh-clients         x86_64    6.4p1-8.fc20                updates    474 k
 openssl-libs            x86_64    1:1.0.1e-42.fc20            updates    920 k
 pam                     x86_64    1.1.8-2.fc20                updates    711 k
 pcre                    x86_64    8.33-11.fc20                updates    441 k
 python                  x86_64    2.7.5-16.fc20               updates     86 k
 python-libs             x86_64    2.7.5-16.fc20               updates    5.5 M
 python-six              noarch    1.9.0-1.fc20                updates     30 k
 rpm                     x86_64    4.11.3-3.fc20               updates    1.2 M
 rpm-build-libs          x86_64    4.11.3-3.fc20               updates    100 k
 rpm-libs                x86_64    4.11.3-3.fc20               updates    264 k
 rpm-python              x86_64    4.11.3-3.fc20               updates     76 k
 setup                   noarch    2.8.71-3.fc20               updates    164 k
 sqlite                  x86_64    3.8.10.1-1.fc20             updates    453 k
 sudo                    x86_64    1.8.12-1.fc20               updates    632 k
 systemd                 x86_64    208-31.fc20                 updates    2.7 M
 systemd-libs            x86_64    208-31.fc20                 updates    157 k
 tzdata                  noarch    2015d-1.fc20                updates    430 k
 util-linux              x86_64    2.24.2-2.fc20               updates    1.9 M
 vim-minimal             x86_64    2:7.4.475-2.fc20            updates    441 k

Transaction Summary
================================================================================
Upgrade  65 Packages
2015-06-18 14:38:55,868 - dock.util - DEBUG - Total download size: 47 M
2015-06-18 14:38:55,868 - dock.util - DEBUG - Downloading packages:
2015-06-18 14:38:55,882 - dock.util - DEBUG - Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
2015-06-18 14:38:56,143 - dock.util - DEBUG - warning: /var/cache/yum/x86_64/20/updates/packages/audit-libs-2.4.1-1.fc20.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 246110c1: NOKEY
2015-06-18 14:38:56,143 - dock.util - DEBUG -
2015-06-18 14:38:56,144 - dock.util - DEBUG - Public key for audit-libs-2.4.1-1.fc20.x86_64.rpm is not installed
2015-06-18 14:39:07,694 - dock.util - DEBUG - --------------------------------------------------------------------------------
2015-06-18 14:39:07,695 - dock.util - DEBUG - Total                                              4.0 MB/s |  47 MB  00:11
2015-06-18 14:39:07,696 - dock.util - DEBUG - Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-20-x86_64
2015-06-18 14:39:07,706 - dock.util - DEBUG - Importing GPG key 0x246110C1:
2015-06-18 14:39:07,707 - dock.util - DEBUG - Userid     : "Fedora (20) <[email protected]>"
2015-06-18 14:39:07,707 - dock.util - DEBUG - Fingerprint: c7c9 a9c8 9153 f201 83ce 7cba 2eb1 61fa 2461 10c1
2015-06-18 14:39:07,707 - dock.util - DEBUG - Package    : fedora-release-20-3.noarch (@fedora-updates/$releasever)
2015-06-18 14:39:07,707 - dock.util - DEBUG - From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-20-x86_64
2015-06-18 14:39:07,707 - dock.util - DEBUG -
2015-06-18 14:39:08,139 - dock.util - DEBUG - Running transaction check
2015-06-18 14:39:08,378 - dock.util - DEBUG - Running transaction test
2015-06-18 14:39:08,793 - dock.util - DEBUG - Transaction test succeeded
2015-06-18 14:39:08,794 - dock.util - DEBUG - Running transaction
2015-06-18 14:39:09,543 - dock.util - DEBUG - Updating   : fedora-release-20-4.noarch                                 1/130
2015-06-18 14:39:10,225 - dock.util - DEBUG - Updating   : tzdata-2015d-1.fc20.noarch                                 2/130
2015-06-18 14:39:17,011 - dock.util - DEBUG - Updating   : glibc-common-2.18-19.fc20.x86_64                           3/130
2015-06-18 14:39:21,441 - dock.util - DEBUG - Updating   : bash-4.2.53-2.fc20.x86_64                                  4/130
2015-06-18 14:39:23,995 - dock.util - DEBUG - Updating   : glibc-2.18-19.fc20.x86_64                                  5/130
2015-06-18 14:39:25,263 - dock.util - DEBUG - Updating   : nss-softokn-freebl-3.19.1-1.0.fc20.x86_64                  6/130
2015-06-18 14:39:25,513 - dock.util - DEBUG - Updating   : audit-libs-2.4.1-1.fc20.x86_64                             7/130
2015-06-18 14:39:26,084 - dock.util - DEBUG - Updating   : nspr-4.10.8-1.fc20.x86_64                                  8/130
2015-06-18 14:39:26,941 - dock.util - DEBUG - Updating   : nss-util-3.19.1-1.0.fc20.x86_64                            9/130
2015-06-18 14:39:27,526 - dock.util - DEBUG - Updating   : libcom_err-1.42.12-4.fc20.x86_64                          10/130
2015-06-18 14:39:28,072 - dock.util - DEBUG - Updating   : 1:dbus-libs-1.6.30-1.fc20.x86_64                          11/130
2015-06-18 14:39:28,661 - dock.util - DEBUG - Updating   : elfutils-libelf-0.161-6.fc20.x86_64                       12/130
2015-06-18 14:39:29,165 - dock.util - DEBUG - Updating   : libuuid-2.24.2-2.fc20.x86_64                              13/130
2015-06-18 14:39:29,696 - dock.util - DEBUG - Updating   : libmount-2.24.2-2.fc20.x86_64                             14/130
2015-06-18 14:39:31,844 - dock.util - DEBUG - Updating   : coreutils-8.21-22.fc20.x86_64                             15/130
2015-06-18 14:39:33,217 - dock.util - DEBUG - Updating   : pam-1.1.8-2.fc20.x86_64                                   16/130
2015-06-18 14:39:34,169 - dock.util - DEBUG - Updating   : systemd-libs-208-31.fc20.x86_64                           17/130
2015-06-18 14:39:34,811 - dock.util - DEBUG - Updating   : libblkid-2.24.2-2.fc20.x86_64                             18/130
2015-06-18 14:39:36,030 - dock.util - DEBUG - Updating   : util-linux-2.24.2-2.fc20.x86_64                           19/130
2015-06-18 14:39:36,745 - dock.util - DEBUG - Updating   : libidn-1.28-3.fc20.x86_64                                 20/130
2015-06-18 14:39:37,598 - dock.util - DEBUG - Updating   : kmod-libs-15-2.fc20.x86_64                                21/130
2015-06-18 14:39:38,164 - dock.util - DEBUG - Updating   : kmod-15-2.fc20.x86_64                                     22/130
2015-06-18 14:39:39,679 - dock.util - DEBUG - Updating   : systemd-208-31.fc20.x86_64                                23/130
2015-06-18 14:39:41,634 - dock.util - DEBUG - Updating   : 1:dbus-1.6.30-1.fc20.x86_64                               24/130
2015-06-18 14:39:41,837 - dock.util - DEBUG - Updating   : gdbm-1.10-8.fc20.x86_64                                   25/130
2015-06-18 14:39:42,465 - dock.util - DEBUG - Updating   : cpio-2.11-28.fc20.x86_64                                  26/130
2015-06-18 14:39:43,226 - dock.util - DEBUG - Updating   : gawk-4.1.0-4.fc20.x86_64                                  27/130
2015-06-18 14:39:44,116 - dock.util - DEBUG - Updating   : krb5-libs-1.11.5-19.fc20.x86_64                           28/130
2015-06-18 14:39:44,762 - dock.util - DEBUG - Updating   : sqlite-3.8.10.1-1.fc20.x86_64                             29/130
2015-06-18 14:39:45,328 - dock.util - DEBUG - Updating   : nss-softokn-3.19.1-1.0.fc20.x86_64                        30/130
2015-06-18 14:39:45,991 - dock.util - DEBUG - Updating   : chkconfig-1.3.63-1.fc20.x86_64                            31/130
2015-06-18 14:39:46,386 - dock.util - DEBUG - Updating   : nss-3.19.1-1.0.fc20.x86_64                                32/130
2015-06-18 14:39:46,960 - dock.util - DEBUG - Updating   : nss-sysinit-3.19.1-1.0.fc20.x86_64                        33/130
2015-06-18 14:39:47,077 - dock.util - DEBUG - Updating   : cronie-noanacron-1.4.12-1.fc20.x86_64                     34/130
2015-06-18 14:39:47,240 - dock.util - DEBUG - Updating   : cronie-1.4.12-1.fc20.x86_64                               35/130
2015-06-18 14:39:48,694 - dock.util - DEBUG - Updating   : ca-certificates-2015.2.4-1.0.fc20.noarch                  36/130
2015-06-18 14:39:51,098 - dock.util - DEBUG - Updating   : 1:openssl-libs-1.0.1e-42.fc20.x86_64                      37/130
2015-06-18 14:39:53,795 - dock.util - DEBUG - Updating   : python-libs-2.7.5-16.fc20.x86_64                          38/130
2015-06-18 14:39:55,078 - dock.util - DEBUG - Updating   : python-2.7.5-16.fc20.x86_64                               39/130
2015-06-18 14:39:55,286 - dock.util - DEBUG - Updating   : libssh2-1.5.0-1.fc20.x86_64                               40/130
2015-06-18 14:39:55,884 - dock.util - DEBUG - Updating   : libcurl-7.32.0-20.fc20.x86_64                             41/130
2015-06-18 14:39:56,816 - dock.util - DEBUG - Updating   : gnupg2-2.0.27-1.fc20.x86_64                               42/130
2015-06-18 14:39:57,715 - dock.util - DEBUG - Updating   : curl-7.32.0-20.fc20.x86_64                                43/130
2015-06-18 14:39:57,974 - dock.util - DEBUG - Updating   : rpm-libs-4.11.3-3.fc20.x86_64                             44/130
2015-06-18 14:39:58,710 - dock.util - DEBUG - Updating   : rpm-4.11.3-3.fc20.x86_64                                  45/130
2015-06-18 14:39:59,408 - dock.util - DEBUG - Updating   : openssh-6.4p1-8.fc20.x86_64                               46/130
2015-06-18 14:39:59,653 - dock.util - DEBUG - Updating   : 2:vim-minimal-7.4.475-2.fc20.x86_64                       47/130
2015-06-18 14:39:59,795 - dock.util - DEBUG - Updating   : libpipeline-1.2.4-3.fc20.x86_64                           48/130
2015-06-18 14:40:00,290 - dock.util - DEBUG - Updating   : kpartx-0.4.9-56.fc20.1.x86_64                             49/130
2015-06-18 14:40:00,629 - dock.util - DEBUG - Updating   : dracut-037-13.git20150518.fc20.x86_64                     50/130
2015-06-18 14:40:01,084 - dock.util - DEBUG - Updating   : file-libs-5.19-7.fc20.x86_64                              51/130
2015-06-18 14:40:01,665 - dock.util - DEBUG - Updating   : rpm-build-libs-4.11.3-3.fc20.x86_64                       52/130
2015-06-18 14:40:02,222 - dock.util - DEBUG - Updating   : rpm-python-4.11.3-3.fc20.x86_64                           53/130
2015-06-18 14:40:02,374 - dock.util - DEBUG - Updating   : dracut-config-rescue-037-13.git20150518.fc20.x86_64       54/130
2015-06-18 14:40:02,819 - dock.util - DEBUG - Updating   : man-db-2.6.5-6.fc20.x86_64                                55/130
2015-06-18 14:40:03,695 - dock.util - DEBUG - Updating   : sudo-1.8.12-1.fc20.x86_64                                 56/130
2015-06-18 14:40:04,377 - dock.util - DEBUG - Updating   : openssh-clients-6.4p1-8.fc20.x86_64                       57/130
2015-06-18 14:40:04,606 - dock.util - DEBUG - Updating   : gpgme-1.3.2-5.fc20.x86_64                                 58/130
2015-06-18 14:40:05,110 - dock.util - DEBUG - Updating   : python-six-1.9.0-1.fc20.noarch                            59/130
2015-06-18 14:40:05,338 - dock.util - DEBUG - Updating   : nss-tools-3.19.1-1.0.fc20.x86_64                          60/130
2015-06-18 14:40:06,390 - dock.util - DEBUG - Updating   : initscripts-9.51-3.fc20.x86_64                            61/130
2015-06-18 14:40:07,234 - dock.util - DEBUG - Updating   : pcre-8.33-11.fc20.x86_64                                  62/130
2015-06-18 14:40:07,930 - dock.util - DEBUG - Updating   : libxml2-2.9.1-4.fc20.x86_64                               63/130
2015-06-18 14:40:08,592 - dock.util - DEBUG - Updating   : libtasn1-3.8-3.fc20.x86_64                                64/130
2015-06-18 14:40:09,170 - dock.util - DEBUG - Updating   : setup-2.8.71-3.fc20.noarch                                65/130
2015-06-18 14:40:09,268 - dock.util - DEBUG - warning: /etc/shadow created as /etc/shadow.rpmnew
2015-06-18 14:40:09,737 - dock.util - DEBUG - Cleanup    : initscripts-9.51-2.fc20.x86_64                            66/130
2015-06-18 14:40:10,247 - dock.util - DEBUG - Cleanup    : nss-tools-3.17.1-1.fc20.x86_64                            67/130
2015-06-18 14:40:10,392 - dock.util - DEBUG - Cleanup    : openssh-clients-6.4p1-5.fc20.x86_64                       68/130
2015-06-18 14:40:10,506 - dock.util - DEBUG - Cleanup    : dracut-config-rescue-037-11.git20140402.fc20.x86_64       69/130
2015-06-18 14:40:11,065 - dock.util - DEBUG - Cleanup    : cronie-1.4.11-4.fc20.x86_64                               70/130
2015-06-18 14:40:11,552 - dock.util - DEBUG - Cleanup    : cronie-noanacron-1.4.11-4.fc20.x86_64                     71/130
2015-06-18 14:40:11,634 - dock.util - DEBUG - Cleanup    : python-six-1.7.3-1.fc20.noarch                            72/130
2015-06-18 14:40:11,743 - dock.util - DEBUG - Cleanup    : rpm-python-4.11.3-1.fc20.x86_64                           73/130
2015-06-18 14:40:11,838 - dock.util - DEBUG - Cleanup    : rpm-build-libs-4.11.3-1.fc20.x86_64                       74/130
2015-06-18 14:40:12,309 - dock.util - DEBUG - Cleanup    : dracut-037-11.git20140402.fc20.x86_64                     75/130
2015-06-18 14:40:12,901 - dock.util - DEBUG - Cleanup    : 1:dbus-1.6.12-9.fc20.x86_64                               76/130
2015-06-18 14:40:13,787 - dock.util - DEBUG - Cleanup    : systemd-208-21.fc20.x86_64                                77/130
2015-06-18 14:40:14,300 - dock.util - DEBUG - Cleanup    : sudo-1.8.8-1.fc20.x86_64                                  78/130
2015-06-18 14:40:14,432 - dock.util - DEBUG - Cleanup    : rpm-4.11.3-1.fc20.x86_64                                  79/130
2015-06-18 14:40:14,546 - dock.util - DEBUG - Cleanup    : rpm-libs-4.11.3-1.fc20.x86_64                             80/130
2015-06-18 14:40:15,059 - dock.util - DEBUG - Cleanup    : curl-7.32.0-13.fc20.x86_64                                81/130
2015-06-18 14:40:15,155 - dock.util - DEBUG - Cleanup    : openssh-6.4p1-5.fc20.x86_64                               82/130
2015-06-18 14:40:15,330 - dock.util - DEBUG - Cleanup    : man-db-2.6.5-5.fc20.x86_64                                83/130
2015-06-18 14:40:15,453 - dock.util - DEBUG - Cleanup    : python-2.7.5-13.fc20.x86_64                               84/130
2015-06-18 14:40:15,578 - dock.util - DEBUG - Cleanup    : python-libs-2.7.5-13.fc20.x86_64                          85/130
2015-06-18 14:40:16,117 - dock.util - DEBUG - Cleanup    : kmod-15-1.fc20.x86_64                                     86/130
2015-06-18 14:40:16,228 - dock.util - DEBUG - Cleanup    : gpgme-1.3.2-4.fc20.x86_64                                 87/130
2015-06-18 14:40:17,128 - dock.util - DEBUG - Cleanup    : gnupg2-2.0.25-1.fc20.x86_64                               88/130
2015-06-18 14:40:17,305 - dock.util - DEBUG - Cleanup    : libcurl-7.32.0-13.fc20.x86_64                             89/130
2015-06-18 14:40:17,770 - dock.util - DEBUG - Cleanup    : nss-sysinit-3.17.1-1.fc20.x86_64                          90/130
2015-06-18 14:40:17,880 - dock.util - DEBUG - Cleanup    : nss-3.17.1-1.fc20.x86_64                                  91/130
2015-06-18 14:40:18,357 - dock.util - DEBUG - Cleanup    : nss-softokn-3.17.1-2.fc20.x86_64                          92/130
2015-06-18 14:40:18,819 - dock.util - DEBUG - Cleanup    : nss-util-3.17.1-1.fc20.x86_64                             93/130
2015-06-18 14:40:19,276 - dock.util - DEBUG - Cleanup    : libssh2-1.4.3-9.fc20.x86_64                               94/130
2015-06-18 14:40:19,737 - dock.util - DEBUG - Cleanup    : 1:openssl-libs-1.0.1e-39.fc20.x86_64                      95/130
2015-06-18 14:40:20,212 - dock.util - DEBUG - Cleanup    : krb5-libs-1.11.5-11.fc20.x86_64                           96/130
2015-06-18 14:40:20,675 - dock.util - DEBUG - Cleanup    : libblkid-2.24.2-1.fc20.x86_64                             97/130
2015-06-18 14:40:21,182 - dock.util - DEBUG - Cleanup    : libmount-2.24.2-1.fc20.x86_64                             98/130
2015-06-18 14:40:21,654 - dock.util - DEBUG - Cleanup    : systemd-libs-208-21.fc20.x86_64                           99/130
2015-06-18 14:40:22,500 - dock.util - DEBUG - Cleanup    : coreutils-8.21-21.fc20.x86_64                            100/130
2015-06-18 14:40:22,642 - dock.util - DEBUG - Cleanup    : util-linux-2.24.2-1.fc20.x86_64                          101/130
2015-06-18 14:40:22,799 - dock.util - DEBUG - Cleanup    : pam-1.1.8-1.fc20.x86_64                                  102/130
2015-06-18 14:40:23,629 - dock.util - DEBUG - Cleanup    : gawk-4.1.0-3.fc20.x86_64                                 103/130
2015-06-18 14:40:24,111 - dock.util - DEBUG - Cleanup    : libidn-1.28-2.fc20.x86_64                                104/130
2015-06-18 14:40:24,909 - dock.util - DEBUG - Cleanup    : cpio-2.11-25.fc20.x86_64                                 105/130
2015-06-18 14:40:25,012 - dock.util - DEBUG - Cleanup    : ca-certificates-2013.1.97-1.fc20.noarch                  106/130
2015-06-18 14:40:25,107 - dock.util - DEBUG - Cleanup    : audit-libs-2.4-1.fc20.x86_64                             107/130
2015-06-18 14:40:25,573 - dock.util - DEBUG - Cleanup    : libuuid-2.24.2-1.fc20.x86_64                             108/130
2015-06-18 14:40:26,052 - dock.util - DEBUG - Cleanup    : 1:dbus-libs-1.6.12-9.fc20.x86_64                         109/130
2015-06-18 14:40:26,548 - dock.util - DEBUG - Cleanup    : libcom_err-1.42.8-3.fc20.x86_64                          110/130
2015-06-18 14:40:27,061 - dock.util - DEBUG - Cleanup    : nspr-4.10.7-1.fc20.x86_64                                111/130
2015-06-18 14:40:27,547 - dock.util - DEBUG - Cleanup    : sqlite-3.8.6-2.fc20.x86_64                               112/130
2015-06-18 14:40:28,029 - dock.util - DEBUG - Cleanup    : chkconfig-1.3.62-1.fc20.x86_64                           113/130
2015-06-18 14:40:28,213 - dock.util - DEBUG - Cleanup    : kmod-libs-15-1.fc20.x86_64                               114/130
2015-06-18 14:40:28,703 - dock.util - DEBUG - Cleanup    : gdbm-1.10-7.fc20.x86_64                                  115/130
2015-06-18 14:40:29,245 - dock.util - DEBUG - Cleanup    : libpipeline-1.2.4-2.fc20.x86_64                          116/130
2015-06-18 14:40:29,717 - dock.util - DEBUG - Cleanup    : elfutils-libelf-0.160-1.fc20.x86_64                      117/130
2015-06-18 14:40:30,154 - dock.util - DEBUG - Cleanup    : 2:vim-minimal-7.4.417-1.fc20.x86_64                      118/130
2015-06-18 14:40:30,219 - dock.util - DEBUG - Cleanup    : kpartx-0.4.9-56.fc20.x86_64                              119/130
2015-06-18 14:40:30,286 - dock.util - DEBUG - Cleanup    : file-libs-5.19-6.fc20.x86_64                             120/130
2015-06-18 14:40:30,766 - dock.util - DEBUG - Cleanup    : libtasn1-3.8-2.fc20.x86_64                               121/130
2015-06-18 14:40:31,255 - dock.util - DEBUG - Cleanup    : libxml2-2.9.1-2.fc20.x86_64                              122/130
2015-06-18 14:40:31,726 - dock.util - DEBUG - Cleanup    : pcre-8.33-6.fc20.x86_64                                  123/130
2015-06-18 14:40:32,351 - dock.util - DEBUG - Cleanup    : fedora-release-20-3.noarch                               124/130
2015-06-18 14:40:32,466 - dock.util - DEBUG - Cleanup    : setup-2.8.71-2.fc20.noarch                               125/130
2015-06-18 14:40:32,566 - dock.util - DEBUG - Cleanup    : glibc-common-2.18-14.fc20.x86_64                         126/130
2015-06-18 14:40:32,687 - dock.util - DEBUG - Cleanup    : bash-4.2.48-2.fc20.x86_64                                127/130
2015-06-18 14:40:32,791 - dock.util - DEBUG - Cleanup    : nss-softokn-freebl-3.17.1-2.fc20.x86_64                  128/130
2015-06-18 14:40:32,900 - dock.util - DEBUG - Cleanup    : glibc-2.18-14.fc20.x86_64                                129/130
2015-06-18 14:40:33,414 - dock.util - DEBUG - Cleanup    : tzdata-2014g-1.fc20.noarch                               130/130
2015-06-18 14:40:34,347 - dock.util - DEBUG - Verifying  : ca-certificates-2015.2.4-1.0.fc20.noarch                   1/130
2015-06-18 14:40:34,455 - dock.util - DEBUG - Verifying  : initscripts-9.51-3.fc20.x86_64                             2/130
2015-06-18 14:40:34,497 - dock.util - DEBUG - Verifying  : 1:dbus-libs-1.6.30-1.fc20.x86_64                           3/130
2015-06-18 14:40:34,536 - dock.util - DEBUG - Verifying  : nss-softokn-freebl-3.19.1-1.0.fc20.x86_64                  4/130
2015-06-18 14:40:34,582 - dock.util - DEBUG - Verifying  : rpm-build-libs-4.11.3-3.fc20.x86_64                        5/130
2015-06-18 14:40:34,634 - dock.util - DEBUG - Verifying  : elfutils-libelf-0.161-6.fc20.x86_64                        6/130
2015-06-18 14:40:34,671 - dock.util - DEBUG - Verifying  : openssh-6.4p1-8.fc20.x86_64                                7/130
2015-06-18 14:40:34,718 - dock.util - DEBUG - Verifying  : 2:vim-minimal-7.4.475-2.fc20.x86_64                        8/130
2015-06-18 14:40:34,763 - dock.util - DEBUG - Verifying  : tzdata-2015d-1.fc20.noarch                                 9/130
2015-06-18 14:40:34,814 - dock.util - DEBUG - Verifying  : libcom_err-1.42.12-4.fc20.x86_64                          10/130
2015-06-18 14:40:34,853 - dock.util - DEBUG - Verifying  : openssh-clients-6.4p1-8.fc20.x86_64                       11/130
2015-06-18 14:40:34,934 - dock.util - DEBUG - Verifying  : python-six-1.9.0-1.fc20.noarch                            12/130
2015-06-18 14:40:35,010 - dock.util - DEBUG - Verifying  : glibc-common-2.18-19.fc20.x86_64                          13/130
2015-06-18 14:40:35,089 - dock.util - DEBUG - Verifying  : coreutils-8.21-22.fc20.x86_64                             14/130
2015-06-18 14:40:35,136 - dock.util - DEBUG - Verifying  : libblkid-2.24.2-2.fc20.x86_64                             15/130
2015-06-18 14:40:35,192 - dock.util - DEBUG - Verifying  : 1:dbus-1.6.30-1.fc20.x86_64                               16/130
2015-06-18 14:40:35,236 - dock.util - DEBUG - Verifying  : pcre-8.33-11.fc20.x86_64                                  17/130
2015-06-18 14:40:35,325 - dock.util - DEBUG - Verifying  : krb5-libs-1.11.5-19.fc20.x86_64                           18/130
2015-06-18 14:40:35,370 - dock.util - DEBUG - Verifying  : util-linux-2.24.2-2.fc20.x86_64                           19/130
2015-06-18 14:40:35,434 - dock.util - DEBUG - Verifying  : libidn-1.28-3.fc20.x86_64                                 20/130
2015-06-18 14:40:35,525 - dock.util - DEBUG - Verifying  : python-libs-2.7.5-16.fc20.x86_64                          21/130
2015-06-18 14:40:35,575 - dock.util - DEBUG - Verifying  : libxml2-2.9.1-4.fc20.x86_64                               22/130
2015-06-18 14:40:35,663 - dock.util - DEBUG - Verifying  : kmod-libs-15-2.fc20.x86_64                                23/130
2015-06-18 14:40:35,722 - dock.util - DEBUG - Verifying  : curl-7.32.0-20.fc20.x86_64                                24/130
2015-06-18 14:40:35,798 - dock.util - DEBUG - Verifying  : nss-3.19.1-1.0.fc20.x86_64                                25/130
2015-06-18 14:40:35,863 - dock.util - DEBUG - Verifying  : dracut-037-13.git20150518.fc20.x86_64                     26/130
2015-06-18 14:40:35,925 - dock.util - DEBUG - Verifying  : nss-util-3.19.1-1.0.fc20.x86_64                           27/130
2015-06-18 14:40:35,957 - dock.util - DEBUG - Verifying  : rpm-4.11.3-3.fc20.x86_64                                  28/130
2015-06-18 14:40:36,018 - dock.util - DEBUG - Verifying  : libpipeline-1.2.4-3.fc20.x86_64                           29/130
2015-06-18 14:40:36,066 - dock.util - DEBUG - Verifying  : gdbm-1.10-8.fc20.x86_64                                   30/130
2015-06-18 14:40:36,110 - dock.util - DEBUG - Verifying  : cpio-2.11-28.fc20.x86_64                                  31/130
2015-06-18 14:40:36,158 - dock.util - DEBUG - Verifying  : cronie-noanacron-1.4.12-1.fc20.x86_64                     32/130
2015-06-18 14:40:36,203 - dock.util - DEBUG - Verifying  : systemd-208-31.fc20.x86_64                                33/130
2015-06-18 14:40:36,247 - dock.util - DEBUG - Verifying  : kmod-15-2.fc20.x86_64                                     34/130
2015-06-18 14:40:36,292 - dock.util - DEBUG - Verifying  : audit-libs-2.4.1-1.fc20.x86_64                            35/130
2015-06-18 14:40:36,328 - dock.util - DEBUG - Verifying  : systemd-libs-208-31.fc20.x86_64                           36/130
2015-06-18 14:40:36,369 - dock.util - DEBUG - Verifying  : gawk-4.1.0-4.fc20.x86_64                                  37/130
2015-06-18 14:40:36,414 - dock.util - DEBUG - Verifying  : libssh2-1.5.0-1.fc20.x86_64                               38/130
2015-06-18 14:40:36,450 - dock.util - DEBUG - Verifying  : nspr-4.10.8-1.fc20.x86_64                                 39/130
2015-06-18 14:40:36,493 - dock.util - DEBUG - Verifying  : bash-4.2.53-2.fc20.x86_64                                 40/130
2015-06-18 14:40:36,538 - dock.util - DEBUG - Verifying  : cronie-1.4.12-1.fc20.x86_64                               41/130
2015-06-18 14:40:36,591 - dock.util - DEBUG - Verifying  : python-2.7.5-16.fc20.x86_64                               42/130
2015-06-18 14:40:36,640 - dock.util - DEBUG - Verifying  : kpartx-0.4.9-56.fc20.1.x86_64                             43/130
2015-06-18 14:40:36,696 - dock.util - DEBUG - Verifying  : sqlite-3.8.10.1-1.fc20.x86_64                             44/130
2015-06-18 14:40:36,739 - dock.util - DEBUG - Verifying  : nss-softokn-3.19.1-1.0.fc20.x86_64                        45/130
2015-06-18 14:40:36,787 - dock.util - DEBUG - Verifying  : nss-sysinit-3.19.1-1.0.fc20.x86_64                        46/130
2015-06-18 14:40:36,831 - dock.util - DEBUG - Verifying  : libuuid-2.24.2-2.fc20.x86_64                              47/130
2015-06-18 14:40:36,888 - dock.util - DEBUG - Verifying  : 1:openssl-libs-1.0.1e-42.fc20.x86_64                      48/130
2015-06-18 14:40:36,931 - dock.util - DEBUG - Verifying  : fedora-release-20-4.noarch                                49/130
2015-06-18 14:40:36,986 - dock.util - DEBUG - Verifying  : libmount-2.24.2-2.fc20.x86_64                             50/130
2015-06-18 14:40:37,057 - dock.util - DEBUG - Verifying  : gpgme-1.3.2-5.fc20.x86_64                                 51/130
2015-06-18 14:40:37,125 - dock.util - DEBUG - Verifying  : rpm-libs-4.11.3-3.fc20.x86_64                             52/130
2015-06-18 14:40:37,165 - dock.util - DEBUG - Verifying  : libtasn1-3.8-3.fc20.x86_64                                53/130
2015-06-18 14:40:37,205 - dock.util - DEBUG - Verifying  : chkconfig-1.3.63-1.fc20.x86_64                            54/130
2015-06-18 14:40:37,269 - dock.util - DEBUG - Verifying  : dracut-config-rescue-037-13.git20150518.fc20.x86_64       55/130
2015-06-18 14:40:37,332 - dock.util - DEBUG - Verifying  : gnupg2-2.0.27-1.fc20.x86_64                               56/130
2015-06-18 14:40:37,378 - dock.util - DEBUG - Verifying  : man-db-2.6.5-6.fc20.x86_64                                57/130
2015-06-18 14:40:37,453 - dock.util - DEBUG - Verifying  : glibc-2.18-19.fc20.x86_64                                 58/130
2015-06-18 14:40:37,507 - dock.util - DEBUG - Verifying  : rpm-python-4.11.3-3.fc20.x86_64                           59/130
2015-06-18 14:40:37,552 - dock.util - DEBUG - Verifying  : file-libs-5.19-7.fc20.x86_64                              60/130
2015-06-18 14:40:37,596 - dock.util - DEBUG - Verifying  : setup-2.8.71-3.fc20.noarch                                61/130
2015-06-18 14:40:37,659 - dock.util - DEBUG - Verifying  : libcurl-7.32.0-20.fc20.x86_64                             62/130
2015-06-18 14:40:37,700 - dock.util - DEBUG - Verifying  : sudo-1.8.12-1.fc20.x86_64                                 63/130
2015-06-18 14:40:37,764 - dock.util - DEBUG - Verifying  : nss-tools-3.19.1-1.0.fc20.x86_64                          64/130
2015-06-18 14:40:37,981 - dock.util - DEBUG - Verifying  : pam-1.1.8-2.fc20.x86_64                                   65/130
2015-06-18 14:40:38,026 - dock.util - DEBUG - Verifying  : libblkid-2.24.2-1.fc20.x86_64                             66/130
2015-06-18 14:40:38,030 - dock.util - DEBUG - Verifying  : libcom_err-1.42.8-3.fc20.x86_64                           67/130
2015-06-18 14:40:38,032 - dock.util - DEBUG - Verifying  : cronie-1.4.11-4.fc20.x86_64                               68/130
2015-06-18 14:40:38,033 - dock.util - DEBUG - Verifying  : dracut-037-11.git20140402.fc20.x86_64                     69/130
2015-06-18 14:40:38,034 - dock.util - DEBUG - Verifying  : libidn-1.28-2.fc20.x86_64                                 70/130
2015-06-18 14:40:38,036 - dock.util - DEBUG - Verifying  : fedora-release-20-3.noarch                                71/130
2015-06-18 14:40:38,037 - dock.util - DEBUG - Verifying  : systemd-libs-208-21.fc20.x86_64                           72/130
2015-06-18 14:40:38,038 - dock.util - DEBUG - Verifying  : libtasn1-3.8-2.fc20.x86_64                                73/130
2015-06-18 14:40:38,039 - dock.util - DEBUG - Verifying  : rpm-4.11.3-1.fc20.x86_64                                  74/130
2015-06-18 14:40:38,040 - dock.util - DEBUG - Verifying  : gnupg2-2.0.25-1.fc20.x86_64                               75/130
2015-06-18 14:40:38,041 - dock.util - DEBUG - Verifying  : nss-softokn-freebl-3.17.1-2.fc20.x86_64                   76/130
2015-06-18 14:40:38,042 - dock.util - DEBUG - Verifying  : python-libs-2.7.5-13.fc20.x86_64                          77/130
2015-06-18 14:40:38,043 - dock.util - DEBUG - Verifying  : gdbm-1.10-7.fc20.x86_64                                   78/130
2015-06-18 14:40:38,044 - dock.util - DEBUG - Verifying  : gpgme-1.3.2-4.fc20.x86_64                                 79/130
2015-06-18 14:40:38,045 - dock.util - DEBUG - Verifying  : sudo-1.8.8-1.fc20.x86_64                                  80/130
2015-06-18 14:40:38,046 - dock.util - DEBUG - Verifying  : krb5-libs-1.11.5-11.fc20.x86_64                           81/130
2015-06-18 14:40:38,047 - dock.util - DEBUG - Verifying  : 2:vim-minimal-7.4.417-1.fc20.x86_64                       82/130
2015-06-18 14:40:38,048 - dock.util - DEBUG - Verifying  : tzdata-2014g-1.fc20.noarch                                83/130
2015-06-18 14:40:38,049 - dock.util - DEBUG - Verifying  : util-linux-2.24.2-1.fc20.x86_64                           84/130
2015-06-18 14:40:38,050 - dock.util - DEBUG - Verifying  : nss-tools-3.17.1-1.fc20.x86_64                            85/130
2015-06-18 14:40:38,051 - dock.util - DEBUG - Verifying  : curl-7.32.0-13.fc20.x86_64                                86/130
2015-06-18 14:40:38,052 - dock.util - DEBUG - Verifying  : pcre-8.33-6.fc20.x86_64                                   87/130
2015-06-18 14:40:38,053 - dock.util - DEBUG - Verifying  : rpm-build-libs-4.11.3-1.fc20.x86_64                       88/130
2015-06-18 14:40:38,054 - dock.util - DEBUG - Verifying  : dracut-config-rescue-037-11.git20140402.fc20.x86_64       89/130
2015-06-18 14:40:38,055 - dock.util - DEBUG - Verifying  : libuuid-2.24.2-1.fc20.x86_64                              90/130
2015-06-18 14:40:38,056 - dock.util - DEBUG - Verifying  : 1:dbus-libs-1.6.12-9.fc20.x86_64                          91/130
2015-06-18 14:40:38,057 - dock.util - DEBUG - Verifying  : 1:dbus-1.6.12-9.fc20.x86_64                               92/130
2015-06-18 14:40:38,058 - dock.util - DEBUG - Verifying  : libpipeline-1.2.4-2.fc20.x86_64                           93/130
2015-06-18 14:40:38,059 - dock.util - DEBUG - Verifying  : nspr-4.10.7-1.fc20.x86_64                                 94/130
2015-06-18 14:40:38,060 - dock.util - DEBUG - Verifying  : cpio-2.11-25.fc20.x86_64                                  95/130
2015-06-18 14:40:38,061 - dock.util - DEBUG - Verifying  : chkconfig-1.3.62-1.fc20.x86_64                            96/130
2015-06-18 14:40:38,062 - dock.util - DEBUG - Verifying  : openssh-clients-6.4p1-5.fc20.x86_64                       97/130
2015-06-18 14:40:38,063 - dock.util - DEBUG - Verifying  : pam-1.1.8-1.fc20.x86_64                                   98/130
2015-06-18 14:40:38,064 - dock.util - DEBUG - Verifying  : nss-util-3.17.1-1.fc20.x86_64                             99/130
2015-06-18 14:40:38,065 - dock.util - DEBUG - Verifying  : libcurl-7.32.0-13.fc20.x86_64                            100/130
2015-06-18 14:40:38,066 - dock.util - DEBUG - Verifying  : glibc-2.18-14.fc20.x86_64                                101/130
2015-06-18 14:40:38,067 - dock.util - DEBUG - Verifying  : elfutils-libelf-0.160-1.fc20.x86_64                      102/130
2015-06-18 14:40:38,068 - dock.util - DEBUG - Verifying  : libmount-2.24.2-1.fc20.x86_64                            103/130
2015-06-18 14:40:38,069 - dock.util - DEBUG - Verifying  : gawk-4.1.0-3.fc20.x86_64                                 104/130
2015-06-18 14:40:38,071 - dock.util - DEBUG - Verifying  : nss-sysinit-3.17.1-1.fc20.x86_64                         105/130
2015-06-18 14:40:38,072 - dock.util - DEBUG - Verifying  : python-2.7.5-13.fc20.x86_64                              106/130
2015-06-18 14:40:38,072 - dock.util - DEBUG - Verifying  : rpm-libs-4.11.3-1.fc20.x86_64                            107/130
2015-06-18 14:40:38,075 - dock.util - DEBUG - Verifying  : systemd-208-21.fc20.x86_64                               108/130
2015-06-18 14:40:38,076 - dock.util - DEBUG - Verifying  : cronie-noanacron-1.4.11-4.fc20.x86_64                    109/130
2015-06-18 14:40:38,077 - dock.util - DEBUG - Verifying  : libssh2-1.4.3-9.fc20.x86_64                              110/130
2015-06-18 14:40:38,078 - dock.util - DEBUG - Verifying  : rpm-python-4.11.3-1.fc20.x86_64                          111/130
2015-06-18 14:40:38,078 - dock.util - DEBUG - Verifying  : nss-3.17.1-1.fc20.x86_64                                 112/130
2015-06-18 14:40:38,079 - dock.util - DEBUG - Verifying  : nss-softokn-3.17.1-2.fc20.x86_64                         113/130
2015-06-18 14:40:38,081 - dock.util - DEBUG - Verifying  : kmod-15-1.fc20.x86_64                                    114/130
2015-06-18 14:40:38,082 - dock.util - DEBUG - Verifying  : 1:openssl-libs-1.0.1e-39.fc20.x86_64                     115/130
2015-06-18 14:40:38,083 - dock.util - DEBUG - Verifying  : kmod-libs-15-1.fc20.x86_64                               116/130
2015-06-18 14:40:38,084 - dock.util - DEBUG - Verifying  : file-libs-5.19-6.fc20.x86_64                             117/130
2015-06-18 14:40:38,086 - dock.util - DEBUG - Verifying  : ca-certificates-2013.1.97-1.fc20.noarch                  118/130
2015-06-18 14:40:38,087 - dock.util - DEBUG - Verifying  : bash-4.2.48-2.fc20.x86_64                                119/130
2015-06-18 14:40:38,087 - dock.util - DEBUG - Verifying  : kpartx-0.4.9-56.fc20.x86_64                              120/130
2015-06-18 14:40:38,088 - dock.util - DEBUG - Verifying  : audit-libs-2.4-1.fc20.x86_64                             121/130
2015-06-18 14:40:38,090 - dock.util - DEBUG - Verifying  : libxml2-2.9.1-2.fc20.x86_64                              122/130
2015-06-18 14:40:38,091 - dock.util - DEBUG - Verifying  : python-six-1.7.3-1.fc20.noarch                           123/130
2015-06-18 14:40:38,091 - dock.util - DEBUG - Verifying  : initscripts-9.51-2.fc20.x86_64                           124/130
2015-06-18 14:40:38,092 - dock.util - DEBUG - Verifying  : sqlite-3.8.6-2.fc20.x86_64                               125/130
2015-06-18 14:40:38,093 - dock.util - DEBUG - Verifying  : openssh-6.4p1-5.fc20.x86_64                              126/130
2015-06-18 14:40:38,094 - dock.util - DEBUG - Verifying  : man-db-2.6.5-5.fc20.x86_64                               127/130
2015-06-18 14:40:38,096 - dock.util - DEBUG - Verifying  : glibc-common-2.18-14.fc20.x86_64                         128/130
2015-06-18 14:40:38,097 - dock.util - DEBUG - Verifying  : setup-2.8.71-2.fc20.noarch                               129/130
2015-06-18 14:40:38,098 - dock.util - DEBUG - Verifying  : coreutils-8.21-21.fc20.x86_64                            130/130
2015-06-18 14:40:38,241 - dock.util - DEBUG - Updated:
2015-06-18 14:40:38,243 - dock.util - DEBUG - audit-libs.x86_64 0:2.4.1-1.fc20
2015-06-18 14:40:38,245 - dock.util - DEBUG - bash.x86_64 0:4.2.53-2.fc20
2015-06-18 14:40:38,246 - dock.util - DEBUG - ca-certificates.noarch 0:2015.2.4-1.0.fc20
2015-06-18 14:40:38,247 - dock.util - DEBUG - chkconfig.x86_64 0:1.3.63-1.fc20
2015-06-18 14:40:38,247 - dock.util - DEBUG - coreutils.x86_64 0:8.21-22.fc20
2015-06-18 14:40:38,248 - dock.util - DEBUG - cpio.x86_64 0:2.11-28.fc20                                               
  cronie.x86_64 0:1.4.12-1.fc20
  cronie-noanacron.x86_64 0:1.4.12-1.fc20
  curl.x86_64 0:7.32.0-20.fc20
  dbus.x86_64 1:1.6.30-1.fc20
  dbus-libs.x86_64 1:1.6.30-1.fc20
  dracut.x86_64 0:037-13.git20150518.fc20
  dracut-config-rescue.x86_64 0:037-13.git20150518.fc20
  elfutils-libelf.x86_64 0:0.161-6.fc20
  fedora-release.noarch 0:20-4
  file-libs.x86_64 0:5.19-7.fc20
  gawk.x86_64 0:4.1.0-4.fc20
  gdbm.x86_64 0:1.10-8.fc20
  glibc.x86_64 0:2.18-19.fc20
  glibc-common.x86_64 0:2.18-19.fc20
  gnupg2.x86_64 0:2.0.27-1.fc20
  gpgme.x86_64 0:1.3.2-5.fc20
  initscripts.x86_64 0:9.51-3.fc20
  kmod.x86_64 0:15-2.fc20
  kmod-libs.x86_64 0:15-2.fc20
  kpartx.x86_64 0:0.4.9-56.fc20.1
  krb5-libs.x86_64 0:1.11.5-19.fc20
  libblkid.x86_64 0:2.24.2-2.fc20
  libcom_err.x86_64 0:1.42.12-4.fc20
  libcurl.x86_64 0:7.32.0-20.fc20
  libidn.x86_64 0:1.28-3.fc20
  libmount.x86_64 0:2.24.2-2.fc20
  libpipeline.x86_64 0:1.2.4-3.fc20
  libssh2.x86_64 0:1.5.0-1.fc20
  libtasn1.x86_64 0:3.8-3.fc20
  libuuid.x86_64 0:2.24.2-2.fc20
  libxml2.x86_64 0:2.9.1-4.fc20
  man-db.x86_64 0:2.6.5-6.fc20
  nspr.x86_64 0:4.10.8-1.fc20
  nss.x86_64 0:3.19.1-1.0.fc20
  nss-softokn.x86_64 0:3.19.1-1.0.fc20
  nss-softokn-freebl.x86_64 0:3.19.1-1.0.fc20
  nss-sysinit.x86_64 0:3.19.1-1.0.fc20
  nss-tools.x86_64 0:3.19.1-1.0.fc20
  nss-util.x86_64 0:3.19.1-1.0.fc20
  openssh.x86_64 0:6.4p1-8.fc20
  openssh-clients.x86_64 0:6.4p1-8.fc20
  openssl-libs.x86_64 1:1.0.1e-42.fc20
  pam.x86_64 0:1.1.8-2.fc20
  pcre.x86_64 0:8.33-11.fc20
  python.x86_64 0:2.7.5-16.fc20
  python-libs.x86_64 0:2.7.5-16.fc20
  python-six.noarch 0:1.9.0-1.fc20
  rpm.x86_64 0:4.11.3-3.fc20
  rpm-build-libs.x86_64 0:4.11.3-3.fc20
  rpm-libs.x86_64 0:4.11.3-3.fc20
  rpm-python.x86_64 0:4.11.3-3.fc20
  setup.noarch 0:2.8.71-3.fc20
  sqlite.x86_64 0:3.8.10.1-1.fc20
  sudo.x86_64 0:1.8.12-1.fc20
  systemd.x86_64 0:208-31.fc20
  systemd-libs.x86_64 0:208-31.fc20
  tzdata.noarch 0:2015d-1.fc20
  util-linux.x86_64 0:2.24.2-2.fc20
  vim-minimal.x86_64 2:7.4.475-2.fc20
2015-06-18 14:40:38,250 - dock.util - DEBUG - Complete!
2015-06-18 14:40:38,531 - dock.util - DEBUG - Cleaning repos: fedora updates
2015-06-18 14:40:38,532 - dock.util - DEBUG - Cleaning up everything
2015-06-18 14:40:51,723 - dock.util - DEBUG - ---> 8b8f70260705
2015-06-18 14:40:54,076 - dock.util - DEBUG - Removing intermediate container c99ebe6e0650
2015-06-18 14:40:54,077 - dock.util - DEBUG - Step 3 : RUN yum -y install httpd && yum clean all
2015-06-18 14:40:54,962 - dock.util - DEBUG - ---> Running in 000a14021183
2015-06-18 14:41:13,637 - dock.util - DEBUG - Resolving Dependencies
2015-06-18 14:41:13,640 - dock.util - DEBUG - --> Running transaction check
2015-06-18 14:41:13,641 - dock.util - DEBUG - ---> Package httpd.x86_64 0:2.4.10-2.fc20 will be installed
2015-06-18 14:41:14,160 - dock.util - DEBUG - --> Processing Dependency: httpd-tools = 2.4.10-2.fc20 for package: httpd-2.4.10-2.fc20.x86_64
2015-06-18 14:41:15,679 - dock.util - DEBUG - --> Processing Dependency: system-logos-httpd for package: httpd-2.4.10-2.fc20.x86_64
2015-06-18 14:41:15,680 - dock.util - DEBUG - --> Processing Dependency: /etc/mime.types for package: httpd-2.4.10-2.fc20.x86_64
2015-06-18 14:41:15,687 - dock.util - DEBUG - --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-2.4.10-2.fc20.x86_64
2015-06-18 14:41:15,688 - dock.util - DEBUG - --> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-2.4.10-2.fc20.x86_64
2015-06-18 14:41:15,692 - dock.util - DEBUG - --> Running transaction check
2015-06-18 14:41:15,692 - dock.util - DEBUG - ---> Package apr.x86_64 0:1.5.1-1.fc20 will be installed
2015-06-18 14:41:15,703 - dock.util - DEBUG - ---> Package apr-util.x86_64 0:1.5.3-1.fc20 will be installed
2015-06-18 14:41:15,703 - dock.util - DEBUG - ---> Package fedora-logos-httpd.noarch 0:21.0.1-1.fc20 will be installed
2015-06-18 14:41:15,703 - dock.util - DEBUG - ---> Package httpd-tools.x86_64 0:2.4.10-2.fc20 will be installed
2015-06-18 14:41:15,709 - dock.util - DEBUG - ---> Package mailcap.noarch 0:2.1.42-1.fc20 will be installed
2015-06-18 14:41:17,278 - dock.util - DEBUG - --> Finished Dependency Resolution
2015-06-18 14:41:17,311 - dock.util - DEBUG - Dependencies Resolved
2015-06-18 14:41:17,345 - dock.util - DEBUG - ================================================================================
2015-06-18 14:41:17,346 - dock.util - DEBUG - Package                  Arch         Version              Repository     Size
2015-06-18 14:41:17,346 - dock.util - DEBUG - ================================================================================
2015-06-18 14:41:17,346 - dock.util - DEBUG - Installing:
2015-06-18 14:41:17,347 - dock.util - DEBUG - httpd                    x86_64       2.4.10-2.fc20        updates       1.2 M
2015-06-18 14:41:17,347 - dock.util - DEBUG - Installing for dependencies:
2015-06-18 14:41:17,347 - dock.util - DEBUG - apr                      x86_64       1.5.1-1.fc20         updates       107 k
2015-06-18 14:41:17,347 - dock.util - DEBUG - apr-util                 x86_64       1.5.3-1.fc20         updates        91 k
 fedora-logos-httpd       noarch       21.0.1-1.fc20        fedora         28 k
 httpd-tools              x86_64       2.4.10-2.fc20        updates        79 k
 mailcap                  noarch       2.1.42-1.fc20        fedora         31 k

Transaction Summary
================================================================================
Install  1 Package (+5 Dependent packages)
2015-06-18 14:41:17,351 - dock.util - DEBUG - Total download size: 1.5 M
2015-06-18 14:41:17,352 - dock.util - DEBUG - Installed size: 4.4 M
2015-06-18 14:41:17,352 - dock.util - DEBUG - Downloading packages:
2015-06-18 14:41:20,502 - dock.util - DEBUG - --------------------------------------------------------------------------------
2015-06-18 14:41:20,503 - dock.util - DEBUG - Total                                              494 kB/s | 1.5 MB  00:03
2015-06-18 14:41:20,515 - dock.util - DEBUG - Running transaction check
2015-06-18 14:41:20,541 - dock.util - DEBUG - Running transaction test
2015-06-18 14:41:20,650 - dock.util - DEBUG - Transaction test succeeded
2015-06-18 14:41:20,652 - dock.util - DEBUG - Running transaction
2015-06-18 14:41:20,917 - dock.util - DEBUG - Installing : apr-1.5.1-1.fc20.x86_64                                      1/6
2015-06-18 14:41:26,517 - dock.util - DEBUG - Installing : apr-util-1.5.3-1.fc20.x86_64                                 2/6
2015-06-18 14:41:26,943 - dock.util - DEBUG - Installing : httpd-tools-2.4.10-2.fc20.x86_64                             3/6
2015-06-18 14:41:27,006 - dock.util - DEBUG - Installing : fedora-logos-httpd-21.0.1-1.fc20.noarch                      4/6
2015-06-18 14:41:27,086 - dock.util - DEBUG - Installing : mailcap-2.1.42-1.fc20.noarch                                 5/6
2015-06-18 14:41:28,197 - dock.util - DEBUG - Installing : httpd-2.4.10-2.fc20.x86_64                                   6/6
2015-06-18 14:41:29,731 - dock.util - DEBUG - Verifying  : apr-1.5.1-1.fc20.x86_64                                      1/6
2015-06-18 14:41:29,800 - dock.util - DEBUG - Verifying  : mailcap-2.1.42-1.fc20.noarch                                 2/6
2015-06-18 14:41:29,815 - dock.util - DEBUG - Verifying  : apr-util-1.5.3-1.fc20.x86_64                                 3/6
2015-06-18 14:41:29,833 - dock.util - DEBUG - Verifying  : httpd-2.4.10-2.fc20.x86_64                                   4/6
2015-06-18 14:41:29,875 - dock.util - DEBUG - Verifying  : fedora-logos-httpd-21.0.1-1.fc20.noarch                      5/6
2015-06-18 14:41:29,892 - dock.util - DEBUG - Verifying  : httpd-tools-2.4.10-2.fc20.x86_64                             6/6
2015-06-18 14:41:30,064 - dock.util - DEBUG - Installed:
2015-06-18 14:41:30,064 - dock.util - DEBUG - httpd.x86_64 0:2.4.10-2.fc20
2015-06-18 14:41:30,064 - dock.util - DEBUG - Dependency Installed:
2015-06-18 14:41:30,064 - dock.util - DEBUG - apr.x86_64 0:1.5.1-1.fc20                  apr-util.x86_64 0:1.5.3-1.fc20
2015-06-18 14:41:30,064 - dock.util - DEBUG - fedora-logos-httpd.noarch 0:21.0.1-1.fc20  httpd-tools.x86_64 0:2.4.10-2.fc20
2015-06-18 14:41:30,064 - dock.util - DEBUG - mailcap.noarch 0:2.1.42-1.fc20
2015-06-18 14:41:30,067 - dock.util - DEBUG - Complete!
2015-06-18 14:41:30,320 - dock.util - DEBUG - Cleaning repos: fedora updates
2015-06-18 14:41:30,320 - dock.util - DEBUG - Cleaning up everything
2015-06-18 14:41:36,795 - dock.util - DEBUG - ---> 25b8101a6c51
2015-06-18 14:41:39,375 - dock.util - DEBUG - Removing intermediate container 000a14021183
2015-06-18 14:41:39,376 - dock.util - DEBUG - Step 4 : RUN echo "Apache" >> /var/www/html/index.html
2015-06-18 14:41:40,340 - dock.util - DEBUG - ---> Running in d0636b7575fe
2015-06-18 14:41:45,128 - dock.util - DEBUG - ---> b390eb38bf36
2015-06-18 14:41:47,451 - dock.util - DEBUG - Removing intermediate container d0636b7575fe
2015-06-18 14:41:47,452 - dock.util - DEBUG - Step 5 : EXPOSE 80
2015-06-18 14:41:47,904 - dock.util - DEBUG - ---> Running in b565feb23115
2015-06-18 14:41:50,867 - dock.util - DEBUG - ---> b07b4f8052e5
2015-06-18 14:41:53,173 - dock.util - DEBUG - Removing intermediate container b565feb23115
2015-06-18 14:41:53,174 - dock.util - DEBUG - Step 6 : ADD run-apache.sh /run-apache.sh
2015-06-18 14:41:58,138 - dock.util - DEBUG - ---> 419087c49c9d
2015-06-18 14:42:00,385 - dock.util - DEBUG - Removing intermediate container 56b016683138
2015-06-18 14:42:00,386 - dock.util - DEBUG - Step 7 : RUN chmod -v +x /run-apache.sh
2015-06-18 14:42:00,875 - dock.util - DEBUG - ---> Running in 3589e3236ffa
2015-06-18 14:42:01,822 - dock.util - DEBUG - mode of '/run-apache.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2015-06-18 14:42:04,410 - dock.util - DEBUG - ---> 1bbe8486e8fd
2015-06-18 14:42:06,685 - dock.util - DEBUG - Removing intermediate container 3589e3236ffa
2015-06-18 14:42:06,686 - dock.util - DEBUG - Step 8 : CMD /run-apache.sh
2015-06-18 14:42:07,060 - dock.util - DEBUG - ---> Running in 8b64ea2ea84b
2015-06-18 14:42:10,689 - dock.util - DEBUG - ---> bc4c92220aa9
2015-06-18 14:42:13,224 - dock.util - DEBUG - Removing intermediate container 8b64ea2ea84b
2015-06-18 14:42:13,225 - dock.util - DEBUG - Successfully built bc4c92220aa9
2015-06-18 14:42:13,233 - dock.util - INFO - no more logs
2015-06-18 14:42:13,234 - dock.build - INFO - was build successful? True
2015-06-18 14:42:13,234 - dock.build - INFO - get information about built image
2015-06-18 14:42:13,234 - dock.core - INFO - get info about provided image specified by name
2015-06-18 14:42:13,234 - dock.core - DEBUG - image_name = 'admin/osbstest:20150618143816'
2015-06-18 14:42:13,264 - dock.core - DEBUG - image 'admin/osbstest:20150618143816' found
2015-06-18 14:42:13,264 - dock.build - INFO - inspect built image
2015-06-18 14:42:13,264 - dock.core - INFO - inspect image
2015-06-18 14:42:13,264 - dock.core - DEBUG - image_id = 'bc4c92220aa9da8c49c75c24ce1a44abf4107b468d7f82eaaf9c4ceba1af35de'
2015-06-18 14:42:13,287 - dock.plugin - DEBUG - loading plugins from dir '/usr/lib/python2.7/site-packages/dock/plugins'
2015-06-18 14:42:13,288 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_add_labels_in_df.py'
2015-06-18 14:42:13,289 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_push_to_pulp.py'
2015-06-18 14:42:13,291 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_change_from_in_df.py'
2015-06-18 14:42:13,293 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_return_dockerfile.py'
2015-06-18 14:42:13,294 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/prepub_tests_for_image.py'
2015-06-18 14:42:13,295 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_pyrpkg_fetch_artefacts.py'
2015-06-18 14:42:13,296 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_tag_by_labels.py'
2015-06-18 14:42:13,296 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/input_path.py'
2015-06-18 14:42:13,300 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_add_yum_repo.py'
2015-06-18 14:42:13,301 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_rpmqa.py'
2015-06-18 14:42:13,301 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/__init__.py'
2015-06-18 14:42:13,302 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_cp_dockerfile.py'
2015-06-18 14:42:13,303 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_change_source_registry.py'
2015-06-18 14:42:13,303 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_tag_and_push.py'
2015-06-18 14:42:13,303 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/input_env.py'
2015-06-18 14:42:13,304 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_koji.py'
2015-06-18 14:42:13,304 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/pre_inject_yum_repo.py'
2015-06-18 14:42:13,305 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_store_logs_to_file.py'
2015-06-18 14:42:13,305 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/input_osv3.py'
2015-06-18 14:42:13,306 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_remove_built_image.py'
2015-06-18 14:42:13,306 - dock.plugin - DEBUG - load file '/usr/lib/python2.7/site-packages/dock/plugins/post_store_metadata_in_osv3.py'
2015-06-18 14:42:13,306 - dock.plugin - WARNING - can't load module '/usr/lib/python2.7/site-packages/dock/plugins/post_store_metadata_in_osv3.py': ImportError('No module named osbs.core',)
2015-06-18 14:42:13,307 - dock.build - INFO - push built image to registry
2015-06-18 14:42:13,307 - dock.core - INFO - tag and push image
2015-06-18 14:42:13,307 - dock.core - DEBUG - image = 'admin/osbstest:20150618143816', target_image = 'localhost:5000/admin/osbstest:20150618143816'
2015-06-18 14:42:13,307 - dock.core - INFO - tag image
2015-06-18 14:42:13,307 - dock.core - DEBUG - image = 'admin/osbstest:20150618143816', target_image_name = 'localhost:5000/admin/osbstest:20150618143816'
2015-06-18 14:42:13,314 - dock.core - INFO - push image
2015-06-18 14:42:13,315 - dock.core - DEBUG - image: 'localhost:5000/admin/osbstest:20150618143816', insecure: 'True'
2015-06-18 14:44:02,970 - osbs - ERROR - Exception caught: error(18, 'NSS: client certificate not found (nickname not specified)')

CentOS7 Deployment fails: TASK: [osbs_builder | ensure openshift is running]

Freshly provisioned CentOS7 machine fails to deploy with a failure to start openshift-node

$ ansible-playbook site.yml -i hosts

PLAY [apply common configuration] *********************************************

GATHERING FACTS ***************************************************************
ok: [192.168.122.79]

TASK: [common | set hostname] *************************************************
skipping: [192.168.122.79]

TASK: [common | install basic packages] ***************************************
ok: [192.168.122.79] => (item=vim,tmux,wget,git,net-tools,yum-utils,tree)

TASK: [common | enable rhel7 repos] *******************************************
skipping: [192.168.122.79] => (item=rhel-7-server-optional-rpms)
skipping: [192.168.122.79] => (item=rhel-7-server-extras-rpms)

TASK: [common | enable epel7] *************************************************
ok: [192.168.122.79]

TASK: [common | install firewalld] ********************************************
ok: [192.168.122.79]

TASK: [common | enable firewalld] *********************************************
ok: [192.168.122.79]

PLAY [set up openshift build hosts] *******************************************

GATHERING FACTS ***************************************************************
ok: [192.168.122.79]

TASK: [install_openshift_copr | copy repository file] *************************
ok: [192.168.122.79]

TASK: [install_openshift_copr | install openshift] ****************************
ok: [192.168.122.79] => (item=openshift-master,openshift-node)

TASK: [osbs_builder | install packages required by osbs] **********************
ok: [192.168.122.79] => (item=bind-utils,iptables-services,bridge-utils,dock,docker,docker-registry)

TASK: [osbs_builder | ensure docker is running] *******************************
ok: [192.168.122.79]

TASK: [osbs_builder | configure docker] ***************************************
changed: [192.168.122.79]

TASK: [osbs_builder | restart docker after changing configuration] ************
changed: [192.168.122.79]

TASK: [osbs_builder | open openshift port in the firewall] ********************
changed: [192.168.122.79] => (item=True)
changed: [192.168.122.79]

TASK: [osbs_builder | close openshift port in the firewall] *******************
skipping: [192.168.122.79] => (item=True)
skipping: [192.168.122.79]

TASK: [osbs_builder | modifications in /etc/sysconfig/openshift] **************
changed: [192.168.122.79] => (item=master)
changed: [192.168.122.79] => (item=node)

TASK: [osbs_builder | generate basic openshift configuration and certificates] ***
changed: [192.168.122.79]

TASK: [osbs_builder | link /etc/openshift/node to actual node directory] ******
changed: [192.168.122.79]

TASK: [osbs_builder | configure openshift master] *****************************
changed: [192.168.122.79]

TASK: [osbs_builder | configure openshift node] *******************************
ok: [192.168.122.79]

TASK: [osbs_builder | generate cert for authenticating proxy - self-signed certificate] ***
skipping: [192.168.122.79]

TASK: [osbs_builder | generate cert for authenticating proxy - convert privkey to rsa] ***
skipping: [192.168.122.79]

TASK: [osbs_builder | restart openshift master after changing configuration] ***
changed: [192.168.122.79]

TASK: [osbs_builder | restart openshift node after changing configuration] ****
skipping: [192.168.122.79]

TASK: [osbs_builder | ensure openshift is running] ****************************
changed: [192.168.122.79] => (item=master)
failed: [192.168.122.79] => (item=node) => {"failed": true, "item": "node"}
msg: Job for openshift-node.service failed. See 'systemctl status openshift-node.service' and 'journalctl -xn' for details.


FATAL: all hosts have already failed -- aborting

PLAY RECAP ********************************************************************
           to retry, use: --limit @/home/admiller/site.retry

192.168.122.79             : ok=21   changed=8    unreachable=0    failed=1

What's strange is that the output appears to start the openshift-node but then it times out and fails.

[root@losbs ~]# journalctl --unit openshift-node --full --no-pager
-- Logs begin at Mon 2015-07-13 15:11:16 CDT, end at Mon 2015-07-13 15:55:23 CDT. --
Jul 13 15:43:46 losbs systemd[1]: Starting OpenShift Node...
Jul 13 15:43:46 losbs openshift-node[15244]: I0713 15:43:46.701178   15244 start_node.go:171] Starting an OpenShift node, connecting to https://192.168.122.79:8443
Jul 13 15:43:46 losbs openshift-node[15244]: I0713 15:43:46.908320   15244 node.go:53] Connecting to Docker at unix:///var/run/docker.sock
Jul 13 15:43:46 losbs openshift-node[15244]: I0713 15:43:46.908907   15244 manager.go:123] cAdvisor running in container: "/system.slice"
Jul 13 15:43:46 losbs openshift-node[15244]: I0713 15:43:46.909230   15244 fs.go:88] Filesystem partitions: map[]
Jul 13 15:43:46 losbs openshift-node[15244]: I0713 15:43:46.910139   15244 manager.go:144] Machine: {NumCores:1 CpuFrequency:2693764 MemoryCapacity:1929650176 MachineID:53a403cebd354000bd5967fec69e53f8 SystemUUID:2A707FF3-CEEB-7745-BAB3-7022AFA9091A BootID:655e64a4-e1a2-4277-abf6-f98ad1ade2f2 Filesystems:[] DiskMap:map[252:0:{Name:vda Major:252 Minor:0 Size:10737418240 Scheduler:none} 253:0:{Name:dm-0 Major:253 Minor:0 Size:9093251072 Scheduler:none} 253:1:{Name:dm-1 Major:253 Minor:1 Size:1073741824 Scheduler:none} 253:2:{Name:dm-2 Major:253 Minor:2 Size:12582912 Scheduler:none} 253:3:{Name:dm-3 Major:253 Minor:3 Size:16777216 Scheduler:none} 253:4:{Name:dm-4 Major:253 Minor:4 Size:16777216 Scheduler:none} 253:5:{Name:dm-5 Major:253 Minor:5 Size:107374182400 Scheduler:none}] NetworkDevices:[{Name:eth0 MacAddress:52:54:00:3e:cb:09 Speed:0 Mtu:1500}] Topology:[{Id:0 Memory:2146951168 Cores:[{Id:0 Threads:[0] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:4194304 Type:Unified Level:2}]}] Caches:[]}]}
Jul 13 15:43:46 losbs openshift-node[15244]: I0713 15:43:46.910542   15244 proxier.go:114] Setting proxy IP to 192.168.122.79 and initializing iptables
Jul 13 15:43:46 losbs openshift-node[15244]: I0713 15:43:46.939360   15244 node.go:192] Started Kubernetes Proxy on 0.0.0.0
Jul 13 15:43:46 losbs openshift-node[15244]: I0713 15:43:46.939512   15244 manager.go:151] Version: {KernelVersion:3.10.0-229.7.2.el7.x86_64 ContainerOsVersion:CentOS Linux 7 (Core) DockerVersion:1.6.2 CadvisorVersion:0.13.0}
Jul 13 15:43:46 losbs openshift-node[15244]: I0713 15:43:46.940260   15244 server.go:388] Using root directory: /var/lib/openshift/openshift.local.volumes
Jul 13 15:43:46 losbs openshift-node[15244]: I0713 15:43:46.940335   15244 server.go:636] Watching apiserver
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.100418   15244 proxier.go:284] Adding new service "default/kubernetes:" at 172.30.0.2:443/TCP
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.101017   15244 proxier.go:232] Proxying for service "default/kubernetes:" on TCP port 47467
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.106199   15244 plugins.go:56] Registering credential provider: .dockercfg
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.120722   15244 roundrobin.go:260] LoadBalancerRR: Setting endpoints for default/kubernetes: to [192.168.122.79:8443]
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.120785   15244 roundrobin.go:260] LoadBalancerRR: Setting endpoints for default/kubernetes-ro: to [192.168.122.79:8443]
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.190141   15244 proxier.go:391] Opened iptables from-containers portal for service "default/kubernetes:" on TCP 172.30.0.2:443
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.232484   15244 proxier.go:402] Opened iptables from-host portal for service "default/kubernetes:" on TCP 172.30.0.2:443
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.232555   15244 proxier.go:284] Adding new service "default/kubernetes-ro:" at 172.30.0.1:80/TCP
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.232654   15244 proxier.go:232] Proxying for service "default/kubernetes-ro:" on TCP port 54092
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.236370   15244 proxier.go:391] Opened iptables from-containers portal for service "default/kubernetes-ro:" on TCP 172.30.0.1:80
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.239206   15244 proxier.go:402] Opened iptables from-host portal for service "default/kubernetes-ro:" on TCP 172.30.0.1:80
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.323098   15244 plugins.go:171] Loaded volume plugin "kubernetes.io/aws-ebs"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.323125   15244 plugins.go:171] Loaded volume plugin "kubernetes.io/empty-dir"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.323134   15244 plugins.go:171] Loaded volume plugin "empty"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.323147   15244 plugins.go:171] Loaded volume plugin "kubernetes.io/gce-pd"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.323154   15244 plugins.go:171] Loaded volume plugin "gce-pd"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.323167   15244 plugins.go:171] Loaded volume plugin "kubernetes.io/git-repo"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.323174   15244 plugins.go:171] Loaded volume plugin "git"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.323185   15244 plugins.go:171] Loaded volume plugin "kubernetes.io/host-path"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.323199   15244 plugins.go:171] Loaded volume plugin "kubernetes.io/nfs"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.323210   15244 plugins.go:171] Loaded volume plugin "kubernetes.io/secret"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.323220   15244 plugins.go:171] Loaded volume plugin "kubernetes.io/iscsi"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.323232   15244 plugins.go:171] Loaded volume plugin "kubernetes.io/glusterfs"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.323245   15244 plugins.go:171] Loaded volume plugin "kubernetes.io/persistent-claim"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.323260   15244 plugins.go:171] Loaded volume plugin "kubernetes.io/rbd"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.323435   15244 server.go:598] Started kubelet
Jul 13 15:43:47 losbs openshift-node[15244]: E0713 15:43:47.323621   15244 kubelet.go:640] Image garbage collection failed: unable to find data for container /
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.328829   15244 kubelet.go:660] Running in container "/kubelet"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.328921   15244 server.go:62] Starting to listen on 0.0.0.0:10250
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.331776   15244 event.go:203] Event(api.ObjectReference{Kind:"Node", Namespace:"", Name:"losbs", UID:"losbs", APIVersion:"", ResourceVersion:"", FieldPath:""}): reason: 'starting' Starting kubelet.
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.518146   15244 factory.go:220] System is using systemd
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.518542   15244 factory.go:228] Registering Docker factory
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.518865   15244 factory.go:64] Registering Raw factory
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.582157   15244 manager.go:930] Started watching for new ooms in manager
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.582303   15244 oomparser.go:199] OOM parser using kernel log file: "/var/log/messages"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.585309   15244 factory.go:75] Using factory "raw" for container "/"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.585459   15244 manager.go:727] Added container: "/" (aliases: [], namespace: "")
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.585533   15244 manager.go:230] Starting recovery of all containers
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.592462   15244 container.go:250] Start housekeeping for container "/"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.595393   15244 factory.go:75] Using factory "raw" for container "/kubelet"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.595513   15244 manager.go:727] Added container: "/kubelet" (aliases: [], namespace: "")
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.595663   15244 container.go:250] Start housekeeping for container "/kubelet"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.597736   15244 factory.go:75] Using factory "raw" for container "/system.slice"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.597825   15244 manager.go:727] Added container: "/system.slice" (aliases: [], namespace: "")
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.597936   15244 container.go:250] Start housekeeping for container "/system.slice"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.599960   15244 factory.go:75] Using factory "raw" for container "/system.slice/rsyslog.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.600044   15244 manager.go:727] Added container: "/system.slice/rsyslog.service" (aliases: [], namespace: "")
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.600137   15244 container.go:250] Start housekeeping for container "/system.slice/rsyslog.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.601996   15244 factory.go:75] Using factory "raw" for container "/system.slice/systemd-logind.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.602062   15244 manager.go:727] Added container: "/system.slice/systemd-logind.service" (aliases: [], namespace: "")
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.602153   15244 container.go:250] Start housekeeping for container "/system.slice/systemd-logind.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.604236   15244 factory.go:75] Using factory "raw" for container "/system.slice/polkit.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.604357   15244 manager.go:727] Added container: "/system.slice/polkit.service" (aliases: [], namespace: "")
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.604521   15244 container.go:250] Start housekeeping for container "/system.slice/polkit.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.608055   15244 factory.go:75] Using factory "raw" for container "/system.slice/postfix.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.608185   15244 manager.go:727] Added container: "/system.slice/postfix.service" (aliases: [], namespace: "")
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.608324   15244 container.go:250] Start housekeeping for container "/system.slice/postfix.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.609423   15244 factory.go:75] Using factory "raw" for container "/system.slice/sshd.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.609576   15244 manager.go:727] Added container: "/system.slice/sshd.service" (aliases: [], namespace: "")
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.609817   15244 container.go:250] Start housekeeping for container "/system.slice/sshd.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.614003   15244 factory.go:75] Using factory "raw" for container "/system.slice/NetworkManager.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.614110   15244 manager.go:727] Added container: "/system.slice/NetworkManager.service" (aliases: [], namespace: "")
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.614245   15244 container.go:250] Start housekeeping for container "/system.slice/NetworkManager.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.615011   15244 factory.go:75] Using factory "raw" for container "/system.slice/chronyd.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.615087   15244 manager.go:727] Added container: "/system.slice/chronyd.service" (aliases: [], namespace: "")
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.615181   15244 container.go:250] Start housekeeping for container "/system.slice/chronyd.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.615659   15244 factory.go:75] Using factory "raw" for container "/system.slice/crond.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.615732   15244 manager.go:727] Added container: "/system.slice/crond.service" (aliases: [], namespace: "")
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.615824   15244 container.go:250] Start housekeeping for container "/system.slice/crond.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.616274   15244 factory.go:75] Using factory "raw" for container "/system.slice/dbus.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.616344   15244 manager.go:727] Added container: "/system.slice/dbus.service" (aliases: [], namespace: "")
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.616454   15244 container.go:250] Start housekeeping for container "/system.slice/dbus.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.616884   15244 factory.go:75] Using factory "raw" for container "/system.slice/firewalld.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.616958   15244 manager.go:727] Added container: "/system.slice/firewalld.service" (aliases: [], namespace: "")
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.617059   15244 container.go:250] Start housekeeping for container "/system.slice/firewalld.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.617682   15244 factory.go:75] Using factory "raw" for container "/system.slice/tuned.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.617776   15244 manager.go:727] Added container: "/system.slice/tuned.service" (aliases: [], namespace: "")
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.617830   15244 manager.go:235] Recovery completed
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.631698   15244 status_manager.go:56] Starting to sync pod status with apiserver
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.631725   15244 kubelet.go:1598] Starting kubelet main sync loop.
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.631745   15244 container.go:250] Start housekeeping for container "/system.slice/tuned.service"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.656282   15244 factory.go:75] Using factory "raw" for container "/docker-daemon"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.656411   15244 manager.go:727] Added container: "/docker-daemon" (aliases: [], namespace: "")
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.656494   15244 container.go:250] Start housekeeping for container "/docker-daemon"
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.799877   15244 kubelet.go:1781] Recording NodeReady event message for node losbs
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.799917   15244 kubelet.go:733] Attempting to register node losbs
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.800483   15244 event.go:203] Event(api.ObjectReference{Kind:"Node", Namespace:"", Name:"losbs", UID:"losbs", APIVersion:"", ResourceVersion:"", FieldPath:""}): reason: 'NodeReady' Node losbs status is now: NodeReady
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.819476   15244 kubelet.go:753] Successfully registered node losbs
Jul 13 15:43:47 losbs openshift-node[15244]: I0713 15:43:47.819489   15244 kubelet.go:766] Starting node status updates
Jul 13 15:45:16 losbs systemd[1]: openshift-node.service operation timed out. Terminating.
Jul 13 15:45:16 losbs systemd[1]: Failed to start OpenShift Node.
Jul 13 15:45:16 losbs systemd[1]: Unit openshift-node.service entered failed state.

Instal fails dependency check

I have a rhel7 instance I'm trying to install osbs and I'm hitting dep check problem:
Processing Conflict: docker-1.9.1-25.el7.x86_64 conflicts origin < 1.2 It would be nice to force specific versions of docker since those are tightly coupled with origin.

RFE: Requesting documentation on what to do next

Once this thing is deployed, it would be nice if the README.md would mention what do to next with it? Even if it's just an URL to some other resource of OSBS upstream.

Simple things like:

  • How do I login?
  • What is a build in terms of OSBS?
  • How do I start/submit/imitate a build in my newly deployed OSBS environment?

Thank you.

site.yml fails on Fedora 22+

Fedora 22+ no longer uses yum and has switched to DNF.

The following error is caused as a side effect because the remote machine doesn't have the yum python module installed:

$ ansible-playbook -i hosts site.yml 

PLAY [apply common configuration] ********************************************* 

GATHERING FACTS *************************************************************** 
ok: [192.168.122.42]

TASK: [common | install basic packages] *************************************** 
failed: [192.168.122.42] => (item=vim,tmux,wget,git,net-tools,yum-utils) => {"failed": true, "item": "vim,tmux,wget,git,net-tools,yum-utils", "parsed": false}
Traceback (most recent call last):
  File "/root/.ansible/tmp/ansible-tmp-1430495972.1-156186384542265/yum", line 27, in <module>
    import yum
ImportError: No module named yum
OpenSSH_6.8p1, OpenSSL 1.0.1e-fips 11 Feb 2013
debug1: Reading configuration data /home/admiller/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 56: Applying options for *
debug1: auto-mux: Trying existing master
debug1: mux_client_request_session: master session id: 2
Shared connection to 192.168.122.42 closed.


FATAL: all hosts have already failed -- aborting

PLAY RECAP ******************************************************************** 
           to retry, use: --limit @/home/admiller/site.retry

192.168.122.42             : ok=1    changed=0    unreachable=0    failed=1 

Error when uploading node config

I'm constantly hitting this error when uploading node config:

TASK: [osbs-node | copy configuration tarball from ansible host] ************** 
fatal: [ec2-x-x-x-x.compute-1.amazonaws.com] => input file not found at /ansible-osbs/roles/osbs-node/files/openshift-node-configs/node-ip-x-x-x-x.ec2.internal.tar.xz or /ansible-osbs/openshift-node-configs/node-ip-x-x-x-x.ec2.internal.tar.xz

FATAL: all hosts have already failed -- aborting

@mmilata fyi

OpenShift V3 version is very out of date.

Upstream OpenShift V3 has released version 1.0 which incorporates many changes including renaming of their command line tools as well as certain administrative commands no longer being in the ex "experimental" command namespace so currently the OpenShift environment deployed with this ansible playbook does not correspond with upstream documentation.

Turning OpenShift authentication off fails

Hi, I'm trying to use ansible-osbs on a virtual machine with clean install of CentOS 7.1. I'm ending up with this failure:

TASK: [osbs_builder | openshift auth - clear] ********************************* 
failed: [192.168.122.211] => {"changed": true, "cmd": ["openshift", "ex", "policy", "-n", "master", "remove-role-from-group", "cluster-admin", "system:authenticated", "system:unauthenticated"], "delta": "0:00:00.859051", "end": "2015-05-15 04:03:11.889733", "rc": 255, "start": "2015-05-15 04:03:11.030682", "warnings": []}
stderr: F0515 04:03:11.887865    6663 remove_group.go:43] Put https://192.168.122.211:8443/osapi/v1beta1/roleBindings/cluster-admins?namespace=master: EOF

Trying to invoke the command manually on the system, I get:

[root@localhost ~]# export OPENSHIFTCONFIG=/var/lib/openshift/openshift.local.certificates/admin/.kubeconfig 
[root@localhost ~]# openshift ex policy -n master remove-role-from-group cluster-admin system:authenticated system:unauthenticated
F0515 04:09:50.853455    7746 remove_group.go:43] Get https://192.168.122.211:8443/osapi/v1beta1/policyBindings/master?namespace=master: dial tcp 192.168.122.211:8443: connection refused

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.